*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    line-height: 1.6;
    font-size: 1em;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    max-width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.6 !important;
}

img {
    max-width: 100%;
    object-fit: cover;
}

h1 {
    font-size: 4.7rem;
    font-weight: bold;
    box-sizing: border-box;
    max-width: 95%;
    display: inline-block;
    overflow: hidden;
    color: white;
    line-height: 1.3;
}

h2 {
    font-size: 4.5rem;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1.2;

}

.bg-color-primary {
    background-color: #1d9bd8;
}

header {
    background: #000E29;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 3px solid #007BFF;
    box-sizing: border-box;
}

section {
    padding: 7rem 0;
}

.bg-light {
    background-color: #f6f6f6;
}

.bg-light2 {
    background-color: #F7F7F7;
}

header .logo {
    display: block;
    margin: 0 auto 10px;
    width: 100px;
    height: auto;
}

header h1 {
    margin: 0;
}

p {
    font-size: 1.7rem;
    color: #5E626F;
}

/* --Start-Banner-section-- */
.hero-area {
    position: relative;
}

.hero-caption h1 {
    color: var(--color-white);
    font-size: 5rem;
    text-transform: capitalize;
}


.page-title-section {
    height: 55rem;
    position: relative;
    background: url(../assets/images/banner.jpg) no-repeat center/cover;
}


.page-title-section::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.774);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.page-content {
    position: relative;
    z-index: 2;
}

.header-content {
    position: relative;
    z-index: 2;
}

/* --End-Banner-section-- */

.price-name {
    font-size: 20px;
    font-weight: 500;
    color: #5E626F;
}

.price-num {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;

    color: #FE0094;
}

.border-lt {
    border-left: 2px solid red;
    border-left: 3px solid rgb(143, 189, 248);
    padding-left: 20px;
   

}

/* About-us */
.about {
    padding-bottom: 13rem;
}

.about-image {
    background: url(../assets/images/3.jpg) no-repeat center/cover;
}

.about-wrapper .about-image-items .about-image {
    max-width: 100%;
    width: 437px;
    height: 530px;
    position: relative;
    z-index: 1;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.about-wrapper .about-image-items .about-image .about-image-2 {
    position: absolute;
    bottom: -50px;
    right: -100px;
}

.about-wrapper .about-image-items {
    position: relative;
    padding-left: 25px;
}

.about-wrapper .about-image-items::before {
    position: absolute;
    top: 100px;
    left: 0;
    content: "";
    height: 210px;
    width: 4px;
    background-color: #1d9bd8;
    content: "";
}

.about-wrapper .about-image-items .circle-shape {
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: 2;
}

.about-wrapper .about-image-items .circle-shape .text-circle {
    animation: cir36 10s linear infinite;
}


.about-wrapper .about-image-items .border-shape {
    position: absolute;
    bottom: -30px;
    right: 16%;
    z-index: 1;
}

.about-wrapper .about-image-items .circle-shape {
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: 2;
}

.about-wrapper .about-image-items .circle-shape .award-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #9D4796;
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

/* Services */
.service-grid {
    position: relative;
}

.service-grid_icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #1d9bd8;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto 0 auto;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.service-grid_icon:after,
.service-grid_icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1d9bd8;
    z-index: -2;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.service-grid_icon:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.service-grid_icon img {
    position: relative;
    z-index: 2;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-grid_content {
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding: 9rem 3rem 4rem 3rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    min-height: 40rem;
}

.service-grid_icon:after,
.service-grid_icon:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

.service-grid .box-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
    text-transform: capitalize;
}


@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

/* Qus */
ul li {
    font-size: 1.7rem;
    margin: 1rem;
    font-weight: 500;
}

nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

main {
    padding: 20px 0;
}

.section-light,
.section-dark {
    background: #fff;
    color: #333;
    padding: 20px 0;
}

.highlight {
    color: #0068A1;
    color: #002E5F;
    font-weight: bold;
}

.price {
    font-size: 1.2em;
    margin-top: 10px;
}

.btn,
.close {
    display: inline-block;
    background: #1d9bd8;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background 0.3s;
    font-family: 'Roboto Mono', monospace;
    line-height: 1.6;
    font-size: 1.7rem;
}

.btn:hover {
    background: #0056b3;
}

.btn,
.close {
    background-color: #1d9bd8;
    font-weight: 700;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    padding: 24px 40px;
    border-radius: 7px;
    z-index: 9;
    display: inline-block;
    line-height: 1;
    color: white;
}

.btn:hover {
    color: white !important;
}

.close:hover {
    color: rgb(0, 0, 0) !important;

}

.btn::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    content: "";
    background-color: black;
    transition: all 0.4s ease-in-out;
    border-radius: 7px 0 0 7px;
    z-index: -1;
}

.btn:hover::before {
    height: 100%;
}

.btn:hover::after {
    height: 100%;
}

.btn::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 0;
    content: "";
    background-color: black;
    transition: all 0.4s ease-in-out;
    border-radius: 0 7px 7px 0;
    z-index: -1;
}

footer {
    background: #1E2B33;
    color: #fff;
    text-align: center;
    padding: 3rem 0;
}

footer p {
    font-size: 1.6rem;
}

footer a {
    color: #1D9BD8;
    text-decoration: none;
    font-weight: 500;
}

footer a:hover {
    color: white;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback */
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0px;
    box-sizing: border-box;

}

.modal-content {
    background-color: white;
    color: #333;
    margin: 5px auto;
    border: 0;
    width: 80%;
    max-width: 800px;
    padding: 0px;
    margin-top: 1rem;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    padding: 1rem;
}

.formheader {
    overflow: auto;
    position: relative;
    height: 3.2rem;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    box-sizing: border-box;
    margin-right: -0.8rem;
    margin-bottom: 1rem;
    width: 100%;
}

.formheader p {
    display: block;
    position: absolute;
    left: 0px;
    right: 4rem;
    bottom: 0px;
    line-height: 1.4rem;
    box-sizing: border-box;
}

.close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 3rem;
    height: 3rem;
    color: #000;
    padding: 0px;

    background-color: red;
    border: none;
    font-size: 1.6rem;
    color: white;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.formfooter {
    overflow: auto;
    background-color: #f1f1f1;
    padding: .4rem;
    text-align: right;
}

.formfooter button {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.formbg {
    padding: 2rem;

}

.formtab {
    display: none;
    padding: 0px;
    padding-bottom: 1rem;
}

.forminner {
    padding: 0px;
}

.formheader p {
    font-size: 2rem;
}

input,
select {
    border: 1px solid #000E29;
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 10px 20px;
    margin-bottom: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;



}

input {
    background: #F6F6F6;
    height: 55px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    font-size: 14px;
}

input:focus {
    border: 1px solid #1d9bd8;
}

label {
    font-size: 15px;
    font-weight: 600;
}

::placeholder {
    font-size: 14px;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

input {
    outline: none;
    border: none;

}

input[type="text"]:focus,
textarea:focus {
    outline: 0;
}

input.invalid {
    background-color: #fff5f5;
    border: 1px solid red;
}

input[type="radio"] {
    height: unset;
    margin-left: 2rem;
    margin-top: .7rem;
}



.fullblock {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.halfblock {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}

.halfwidth {
    width: 49%;
    box-sizing: border-box;
}

.animate {
    -webkit-animation: animatezoom 0.4s;
    animation: animatezoom 0.4s
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#snackbar {
    display: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 1;
}

#snackbar.show {
    display: block;
}

/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .about-wrapper .about-image-items .about-image .about-image-2 img {
        width: 250px;
    }

    .about-wrapper .about-image-items .about-image .about-image-2 {
        right: 25px;
    }

    .about-wrapper .about-image-items .about-image {
        width: 424px;
    }
}

@media (max-width: 1100px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    nav ul {
        text-align: center;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    .modal-content {
        width: 95%;
        max-width: 100vh;
    }

    html {
        font-size: 57%;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    .service-grid_content {
        min-height: unset;
        height: auto;
    }

    .about-content {
        margin-top: 6rem;
    }

    .about {
        padding-bottom: 7rem;
        padding-top: 9rem;
    }

    .about-wrapper .about-image-items .about-image {
        width: 357px;
        height: 450px;
    }

    .border-shape img {
        width: 440px;
    }

    .about-wrapper .about-image-items {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-wrapper .about-image-items::before {
        left: 18%;
    }

    .about-wrapper .about-image-items .circle-shape {
        left: 0;
    }

    .about-wrapper .about-image-items .circle-shape .text-circle {
        width: 150px;
    }

    .about-wrapper .about-image-items .about-image .about-image-2 {
        right: -43px;
    }

    .about-wrapper .about-image-items {
        padding-left: unset;
    }

    .about-wrapper .about-image-items .circle-shape {
        left: 101px;
        bottom: -62px;
    }

}

@media (max-width: 767px) {
    .about-wrapper .about-image-items .border-shape {
        right: 5%;
    }

    .about-wrapper .about-image-items .circle-shape {
        left: 0;
    }

    .about-wrapper .about-image-items::before {
        left: 9%;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .about-wrapper .about-image-items .about-image .about-image-2 {
        right: -5%;
    }

    .about-wrapper .about-image-items .about-image .about-image-2 img {
        width: 182px;
    }

    .about-wrapper .about-image-items .border-shape {
        right: -1%;
    }

    .about-wrapper .about-image-items .circle-shape {
        left: -3%;
    }

    .btn {
        padding: 2rem 3rem;
    }

}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .about-image {
        width: 307px;
        height: 400px;
    }

    h1 {
        font-size: 3.7rem;
    }

    h2 {
        font-size: 3rem;
    }

    section {
        padding: 5rem 0;
    }
}

@media (max-width: 475px) {
    .about-wrapper .about-image-items::before,
    .about-wrapper .about-image-items .border-shape {
        display: none;
    }

    ul li {
        margin-left: 0;
        margin-right: 0;
    }
}