body {
    font-family: "Mulish", sans-serif;
}

form label {
    margin-bottom: 10px;
}

.header {
    margin-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.top-bar {
    min-height: 50px;
    background: #C73100;
    color: #fff;
}

.top-text {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}

.blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.logo {
    width: 300px;
}

.call-btn {
    text-align: end;
}

.call-btn a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: #37cee6;
    padding: 8px 16px;
    font-size: 20px;
    border-radius: 5px;
}

.hero-banner-privacy {
    background: url(../img/Untitled-3.png);
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
    padding: 150px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-banner-privacy::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.hero-banner {
    background: url(../img/working\(01\).png);
    background-size: cover;
    object-fit: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
    padding: 150px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-banner:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.text-muted strong {
    color: #C73100;
}

.hero-banner-contant {
    margin-top: 100px;
    position: relative;
    z-index: 9;
}

.title-section .form-h2 {
    font-size: 30px;
    font-weight: 500;
    color: #37cee6;
}

.title-section .form-h2 span {
    font-weight: 700;
}

.title-font-sm {
    font-size: 40px;
}

.title-font-sm h2 {
    font-weight: 300 !important;
}

.title-font-sm h2 span {
    font-weight: 700;
}

.title-section h2 {
    font-size: 50px;
    line-height: normal;
    font-weight: 800;
}

.title-section h2 span {
    color: #fff;
}

.title-section h3 {
    font-size: medium;
}

.available P {
    font-size: 28px;
    font-weight: 700 !important;
}


.title-section h5 {
    font-weight: 800;
    font-size: 24px;
    margin: 10px 0px -5px 0px;
    color: #002541;
}

.title-section h5 span {
    margin-bottom: 10px;
    display: inline-block;
}

.titil-font-sm h5 {
    font-size: 16px !important;
}

.title-section {
    position: relative;
}

.baground-title {
    position: absolute;
    font-size: 150px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #f8f8fae7;
    z-index: -1;
    top: -66px;
    white-space: nowrap;
}

.title-section .services span {
    color: #0c7cc5;
}

.title-peragraph p {
    max-width: 554px;
    font-size: 16px !important;
}

.title-peragraph p::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0c7cc5;
    margin: 33px 0 0 0;
}

.icon-bg {
    background: #fff;
    padding-bottom: 10px;
    margin-top: -40px;
}

.title-section h2 .services-word {
    color: #37cee6;
}

.title-section h1 {
    font-size: 60px;
    line-height: 1.2;
    margin: 10px 0px;
    font-weight: 300;
}

.title-section strong {
    font-weight: 800;
}

.title-section a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 5px;
    background: #0c7cc5;
    padding: 10px 30px;
}

.footer .title-section a {
    background: transparent;
    font-weight: 500;
    padding: 0;
}

.title-section h4 {
    font-weight: 800;
    font-size: 24px;
}

.text-contente ul {
    line-height: 36px;
    margin: 10px 0px;
    list-style: none;
    padding: 0;
}


form {
    color: #fff;
}

.bg-main {
    padding: 30px;
    border-radius: 10px;
    background: #00000061;
    border: 1px solid #c4c4c421;
    /* position: relative; */
    backdrop-filter: blur(4px);
}

.btn-primary {
    padding: 10px 35px;
    background: #37cee6;
    font-size: 18px;
    font-weight: 500;
    border-color: #37cee6;
}

.btn-primary:hover {
    background: #000;
    border-color: #000;
}

.contrnte-text-img {
    padding: 100px 0px;
}

.box-img-working-man img {
    border: 5px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #00000045;
}

.btn-get-started {
    background: #0c7cc5;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    margin: 10px 0px;
}

.btn-get-started:hover {
    color: #fff;
    background: #37cee6;
}


.owerly {
    background-image: linear-gradient(to right, #0c7cc5, #002541);
    width: 100%;
    opacity: 0.8;
}

.form-group {
    margin-bottom: 15px;
}

.imgbox-inner {
    background-color: #fff;
    margin: 0px 0px 0px 10px;
    width: 85%;
    padding-bottom: 20px;
}

.service-item-2 {
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0;
    background: #002541;
    height: 96%;
    width: 100%;
    transition: all 0.6s;
}

.service-item-2:hover {
    opacity: 1;
}

.service-item {
    position: relative;
}

.service-item-2:hover .imgbox-inner {
    opacity: 0;
    background: transparent;
    box-shadow: none in !important;
}

.service-item-2:hover .icon-bg.row.shadow {
    opacity: 0;
}

.icon {
    padding: 20px 10px;
}

.icon-title {
    margin-left: 10px;
}

.sub p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 10px 20px;
}

.service-liste svg {
    margin-right: 10px;
    margin-left: 20px;
}

.service-liste li {
    margin-bottom: 10px;
}

.service-liste .list-style-none {
    list-style: none;
    padding: 0px;
}


.sub-peragraph {
    margin: 0px;
}

.icon-service svg {
    filter: drop-shadow(0px 0px 8px #0000003d);
    margin: -15px 0px 10px 0px;
}

.services-hover {
    color: #fff;
}

.service-item {
    margin-bottom: 50px;
}

.service-item img {
    width: 100%;
    height: auto;
}

.service {
    padding: 0 0 100px;
}

.service-box {
    background: #eee;
    padding: 25px;
    border-radius: 20px;
}

.service-box img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
}

/* tumse-condition */

.hero-banner-terms {
    background: url(../img/footer-img.png);
    background-size: cover;
    object-fit: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
    padding: 150px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-banner-terms::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.footer .title-section p,
.tumse-condition p {
    color: #fff;
}

.tumse-condition p {
    font-size: 20px;
}

.tumse-condition a {
    background: none;
    color: #fff;
}

.registration-form .title-section h2 {
    text-align: center;
}

.top-name p {
    font-size: 16px;
}

/* privacy */

.hero-banner-privacy {
    background: url(../img/Untitled-3.png);
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    height: 100%;
    padding: 150px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-banner-privacy::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.title-section p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
}

.title-section p span {
    font-size: 18px;
    color: #37cee6;
}

.privacy-contant {
    margin: 100px 0px;
}

.privacy-contant .content-section .title-section {
    padding-left: 0px;
}

.peragraph {
    padding-left: 10px;
}

.privacy-contant .content-section span p {
    padding-left: 0px !important;
    margin: 10px 0px;
}

.privacy-contant .content-section ol span li {
    font-size: 24px;
    list-style: none;
    font-weight: bold;
}

.privacy-contant .title-section p {
    margin: 20px 0px;
}

.privacy-contant .title-section span p span {
    font-weight: 600;
    font-size: 20px;
    color: #37cee6;
}

.privacy-contant .title-section a {
    background: none;
    text-decoration: underline;
    color: #37cee6;
    font-size: large;
    padding: 0px;
}


.peragraph li {
    margin: 10px;
}

@media only screen and (max-width: 1024px) {
    .title-section h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .title-section p {
        font-size: 14px;
    }

    .form {
        padding: 0px !important;
    }

    .form-group {
        font-size: 14px;
    }

    .registration-form {
        width: 100% !important;
    }

    .box-img-working-man img {
        max-width: 100%;
    }

    .text-contente ul {
        margin: 0px;
        line-height: 25px;
    }
}

@media (max-width: 992px) {
    .header {
        margin-top: 80px;
    }

    .hero-banner-contant {
        padding: 0px;
    }

    .logo {
        width: 220px;
    }

    .form {
        padding: 0px !important;
    }

    .box-img-working-man {
        text-align: start !important;
    }

    .title-section h1 {
        font-size: 40px;
        line-height: normal;
        margin: 0px 0px;
    }

    .text-contente ul {
        margin: 0px;
        padding: 7px 0px;
        font-size: 14px;
        line-height: 23px;
    }



    .btn-get-started {
        padding: 8px 20px;
        margin: 8px 0px;
    }

    .top-text {
        display: block;
        text-align: center;
    }

    .top-text a {
        display: block;
    }

    .service-item {
        margin-bottom: 0px;
    }

    .title-section h5 {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .title-section h4 {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .service-box {
        margin-top: 20px;
    }

    .serivice-title {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 767px) {

    .hero-banner-contant,
    .form {
        margin-top: 0;
    }

    .call-btn a {
        font-size: 15px;
    }

    .top-text {
        font-size: 16px;
    }

    .text-contente {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hero-banner-contant {
        display: block !important;
    }

    .title-section h2 {
        font-size: 30px;
    }

    .title-section p span {
        font-size: 15px;
    }

    .header {
        margin-top: 80px;
    }

    .hero-banner .title-section ,.service .title-section{
        text-align: center; 
    }

    .title-section.title-font-sm.text-white{
        margin-top: 20px;
    }
    .hero-banner {
        padding-bottom: 100px ;
    }
    .blink_text.available p {
        font-size: 18px;
    }
    .title-peragraph p::after{
        margin: 33px auto 0;
    }
    .footer .title-section a{
        font-size: 20px;
    }
}