.adv-advertisement-head {
    background-color: #fff;
    padding: 10px 0;
}

.adv-advertisement-head img {
    width: 170px;
}


.adv-video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.adv-video-wrapper {
    border: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-video-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 0;
    background: #0000009e;
}

.banner-video-section .row {
    align-items: center;
}

.banner-video-section .adv-video-text {
    color: #fff;
    letter-spacing: 0.3px;
}

.banner-video-section .adv-video-text h1 {
    font-weight: 700;
    margin-bottom: 15px;
}


.banner-video-section .adv-form-bg {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    border-bottom: 5px solid #0084ff;
}

.banner-video-section .adv-form-bg .adv-title-form {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.banner-video-section .adv-form-bg .captcha-custom .adv-form-data .form-control {
    padding: 4px 11px;
}

.banner-video-section .adv-form-bg .captcha-custom .captchabg .form-control {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 20px;
    padding: 0;
    padding-top: 0px;
    font-family: 'Font Awesome 5 Brands';
    font-style: italic;
    text-decoration: line-through;
    background: #fff;
    border: 1px solid #0084ff;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 5px 0px;
}

.banner-video-section .adv-form-bg .adv-form-data input {
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 8px 11px;
    background: #fafdff;
    border: 1px solid #c1d0e9;
}

.banner-video-section .adv-form-bg .adv-form-data input {
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 8px 11px;
    background: #fafdff;
    border: 1px solid #c1d0e9;
}

.banner-video-section .adv-form-bg .adv-form-data input:focus {
    outline: none !important;

}


.banner-video-section .adv-form-bg .adv-form-data button {
    background: #0084ff;
    color: #fff;
    padding: 8px 20px;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.banner-video-section .adv-form-bg .adv-form-data button:hover {
    background: #3f6098;

}

.banner-video-section .adv-video-text ul {
    --icon-space: 25px;
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.banner-video-section .adv-video-text ul li {
    padding-left: var(--icon-space);
    margin-bottom: 15px;
}

.banner-video-section .adv-video-text ul li:last-child {
    margin-bottom: 0px;
}

.banner-video-section .adv-video-text ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
}

.adv-services-section {
    padding: 70px 0;
}

.adv-services-section .owl-stage-outer {
    margin-left: 0;
    margin-right: 0;
}

.adv-services-section .adv-title-main {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
}

.adv-services-section .adv-card-div {
    background: #fff;
    box-shadow: 0px 0px 5px 2px #b3b3b357;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 25px;
    border-bottom: 5px solid #0084ff;
    cursor: pointer;

}

.adv-services-section .adv-card-div:hover {
    border-bottom: 5px solid #3f6098;
}

.adv-services-section .adv-card-div h5 {

    margin-bottom: 0;
}

.adv-services-section .adv-card-div .adv-icon {
    background: #0084ff;
    width: 70px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 20px;
}

.adv-services-section .adv-card-div:hover .adv-icon {
    background: #3f6098;

}

.adv-services-section .owl-nav {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -8%; */

    position: absolute;
    width: 100%;
    margin-top: -10%;
    display: flex;
    justify-content: space-between;


}

.adv-services-section .owl-nav .owl-prev {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-left: -45px;
    cursor: pointer;
    border: 1px solid #a9c0dd;
}

.adv-services-section .owl-nav .owl-next {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: -45px;
    cursor: pointer;
    border: 1px solid #a9c0dd;
}

.adv-services-section .owl-nav .owl-prev:hover {
    background: #0084ff;
    color: #fff;
}

.adv-services-section .owl-nav .owl-next:hover {
    background: #0084ff;
    color: #fff;
}




.adv-services-section .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.adv-services-section .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #ccd4e0;
    border-radius: 50%;
}

.adv-services-section .owl-dots .owl-dot.active span {

    width: 25px;
    height: 8px;
    background: #0084ff;
    border-radius: 5px;

}

.bg-dark-clrs {
    background: #f4faff;
    padding-bottom: 50px;
}

.adv-footer-section {
    text-align: center;
    background: #0084ff;
}

.adv-footer-section p {
    margin-bottom: 0;
    padding: 15px 0;
    color: #fff;
}

.adv-services-gap .adv-card-div {
    margin-bottom: 25px;
}

.adv-card-div .adv-card-div-p {
    margin-bottom: 0;
    margin-top: 5px;
}

.adv-services-section .owl-stage-outer>.owl-stage {
    align-items: stretch !important;
    display: flex !important;
}

.adv-services-section .owl-stage-outer>.owl-stage .owl-item {
    align-items: stretch !important;
    display: flex !important;
}


@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 1300px) {
    .adv-services-section .owl-nav .owl-next {
        margin-right: 0px;
    }

    .adv-services-section .owl-nav .owl-prev {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .adv-services-section .owl-nav {
        margin-top: -16%;
    }

    .adv-services-section .adv-title-main {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .adv-services-section .owl-nav .owl-next {
        display: none;
    }

    .adv-services-section .owl-nav .owl-prev {
        display: none;
    }

    .banner-video-section {

        padding-top: 45px;
        padding-bottom: 45px;

    }

    .banner-video-section .adv-form-bg {
        padding: 25px 25px;
        margin-top: 25px;
    }

    .banner-video-section .adv-video-text h1 {

        font-size: 30px;
    }

    .adv-services-section {
        padding: 45px 0;
    }

    .adv-services-section .adv-title-main {

        font-size: 30px;

    }

    .adv-services-section .adv-card-div {

        padding: 25px 25px;

    }

    .bg-dark-clrs {

        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .banner-video-section .adv-video-text h1 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .banner-video-section .adv-video-text ul {

        font-size: 15px;
    }

    .adv-services-section .adv-title-main {
        font-size: 25px;
    }

    .adv-services-section .adv-title-main {
        margin-bottom: 10px;
    }

    .banner-video-section .adv-form-bg {
        padding: 15px 15px;

    }

    .banner-video-section .adv-form-bg .adv-form-data input {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 6px 9px;
    }

    .adv-advertisement-head img {
        width: 115px;
    }

    .banner-video-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-video-section .adv-video-text ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .banner-video-section .adv-form-bg {

        margin-top: 10px;
    }

    .banner-video-section .adv-form-bg .adv-title-form {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .adv-advertisement-head {

        padding: 5px 0;
    }
}