@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500&amp;family=Signika:wght@700&amp;display=swap');
* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #444;
}

p {
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}

p strong {
    font-weight: 600;
}

.container {
    max-width: 1170px !important;
}


/* DLV header CSS */

.main-wraper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

.dlv-header-wrap {
    background: #00afd1;
}

.dlv-header-brand {
    padding: 15px 0px;
}

.dlv-header-brand a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}


/* DLV Banner CSS */

.dlv-banner-wrap {
    max-width: 1250px;
    max-height: 484px;
    margin: 0 auto;
    position: absolute !important;
    overflow: hidden;
}
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.carousel {
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.swiper-pagination {
    bottom: 50px !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

.swiper-pagination-bullet-active {
    background: #00afd1;
}

.main_text {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}


/* .text_animated{
} */

.text_animated h2 {
    color: #666;
}

.text_animated span h6 {
    color: #666;
    font-size: 68px;
    font-weight: 300;
    line-height: 7rem;
}

.text_animated span h4 {
    font-size: 36px;
    font-weight: 300;
}

.text_animated span strong {
    color: #00afd1;
}

.text_animated p {
    color: #00afd1;
    font-size: 56px;
    font-weight: 300;
    letter-spacing: 3px;
}

.text-line {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}


/* DLV Content CSS */

.dlv-content-wrap {
    max-width: 1250px;
    min-height: 467px;
    margin: 0 auto;
    background-color: #ecf0f5;
}

.dlv-content-main {
    min-height: 225px;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #00afd1;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.dlv-content-header {
    color: #444;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.dlv-content-heading h3 {
    font-size: 18px;
    line-height: 24px;
}

.dlv-content-heading {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.dlv-content-heading span {
    padding-bottom: 8px;
    border-bottom: 1px solid #00afd1;
    font-weight: 400;
}

.dlv-content-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.dlv-content-form {
    padding: 0px 15px;
}

.dlv-content-form .form-control {
    color: #666fb5;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.dlv-content-form input[type="text"]:focus {
    border-color: #ddd;
    box-shadow: 0 0 3px #eee;
    -o-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
    -webkit-box-shadow: 0 0 3px #eee;
}

.dlv-content-form .form-control::placeholder {
    color: #444;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.dlv-content-form .dlv-form-submit {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #00afd1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 50px;
    border-radius: 3px;
    border: none;
    outline: none;
    float: right;
    margin-top: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.dlv-content-form .dlv-form-submit:hover {
    background: #444;
    color: #fff;
}

.dlv-user-content {
    margin: 140px 0px 50px;
    display: flex;
    flex-direction: column;
}

.dlv-user-con-media img {
    width: 220px;
    height: 220px
}

.dlv-user-con-heading {
    margin-top: 50px;
}

.dlv-user-con-heading h3 {
    font-size: 24px;
    padding-bottom: 8px;
}

.dlv-user-con-heading h3 span {
    border-bottom: 1px solid #00afd1;
}

.dlv-user-con-data p {
    font-size: 16px;
}

.dlv-more-data-btn {
    text-align: right;
}

.dlv-more-data-btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #00afd1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 30px;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-top: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.dlv-more-data-btn a:hover {
    background: #444;
    color: #fff;
}

.dlv-result-found h3 {
    text-align: center;
    margin: 120px 0px 40px;
    font-size: 26px;
    font-weight: 300;
}


/* DLV Footer CSS */

.dlv-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 6px solid black;
}

.dlv-footer-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dlv-footer-text-left p {
    font-weight: 300;
}

.dlv-footer-text-left p a {
    text-decoration: none;
    color: #444;
    font-weight: 600;
}

.dlv-footer-text-right p strong a {
    text-decoration: none;
    color: #444;
}

.dlv-footer-text-left p a:hover,
.dlv-footer-text-right p strong a:hover {
    text-decoration: underline;
    color: #666;
}


/* DLV responsive CSS */

@media screen and (max-width: 992px) {
    .text_animated span h6 {
        font-size: 48px;
        line-height: 4rem;
    }
    .text_animated span h4 {
        font-size: 25px;
    }
    .swiper-pagination {
        bottom: 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .main_text {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .dlv-content-heading h3 {
        font-size: 16px;
    }
    .swiper-pagination {
        bottom: 10px !important;
    }
}