.pricing2 .pricing-tab .tab-menu #my-tab .nav-item .nav-link
{
    background: #fff;
}
.footer
{
    background: #1d2a3a;
}
.footer .copy-bg
{
    background: #1d2a3a;
}

.owl-carousel .item-video{
    height:900px;
    position: relative;

}
.preloader
{
    display: none !important;
}

.myvid
{
    width: 100%;
}
.carousel-item  .overlay-cus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.carousel-caption
{
    bottom: 35%;
}
.carousel-caption h3 {
    color: #fff;
    font-size: 42px;
}
.carousel-caption p {
    color: #fff;
    font-size: 20px;
}
.footer p {
    font-size: 13px;
}
.footer .info-link-widget ul li a
{
    font-size: 13px;
}
.mainmenu-area
{
    background: #1d2a3a;
}

@media  (max-width: 767px) {
    .carousel-caption {
        bottom: 15%;
    }
    .carousel-caption h3 {
        color: #fff;
        font-size: 17px;
    }
    .carousel-caption p {
        color: #fff;
        font-size: 12px;
    }
    .about-section {
        padding: 41px 11px 111px;
    }
}

@media (min-width: 1900px)
{
    .container {
        max-width: 1500px;
    }
}

@media  (min-width:2450px)
{
    .container{
        max-width:2000px
    }
}