#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.navbar-area .main-nav {
    position: absolute;
}
.main-banner .banner-text h1 {
    color: #ffffff;
}
.main-banner .banner-image {
    top: 150px;
}
.about-section{
    background-color: #ffffff !important;
    position: relative;
}
.features-section{
    background-color: #ffffff !important;
    position: relative;
}

.footer-area .footer-widget ul li{
    width: 219px;
    line-height: 1.5;
}
/* .testimonial-section .testimonial-slider::before {
    height: 100%;
} */
/* .slider-items{
    padding-top: 40px;
} */
.service-section{
    background-color: #ffffff !important;
    position: relative;
}
.testimonial-section{
    background-color: #ffffff !important;
    position: relative;
}
.blog-section {
    background-color: #ffffff !important;
    position: relative;
}
.progress-section{
    background-color: #ffffff !important;
    position: relative;
    /* top: 50px; */
}
/* .newsletter-section{
    background-color: #ffffff !important;
    position: relative;
} */
.contact-section{
    background-color: #ffffff !important;
    position: relative;
    /* top: 50px; */
}
@media (max-width: 767px){
.main-banner .banner-text {
    padding-bottom: 15px !important;
}
.main-banner .banner-text1 {
    padding-bottom: 50px !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
    .footer-area .footer-widget ul li{
        width: 100%;
    }
    .main-banner .banner-text{
        padding-bottom: 0px !important;
    }
    .main-banner .banner-text1 {
        padding-bottom: 50px !important;
    }
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 70px !important;
}
.navbar-area .main-nav{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.mobile-nav .logo img{
    max-width: 100%;
    height: 45px;
}
.service-style-three .service-card{
    height: 250px;
}
.contact-title{
    padding-top: 200px !important;
}
.contact-area .contact-box .contact-card {
    height: 170px;
}
.blog-details-area .recent-blog{
    padding-bottom: 2px;
}
.office-banner img{
    width: 100%;
    height: auto;

}
.title-text1 h2{
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 35%;
}
@media (min-width: 320px) and (max-width: 767px){
    .title-text1 h2{
        color: #ffffff;
        position: absolute;
        top: 20%;
        left: 0%;
    }  
    .office-banner img {
        width: 100%;
        height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .title-text1 h2{
        color: #ffffff;
        position: absolute;
        top: 13%;
        left: 23%;
    }  
}
.amenity{
    margin-top: 70px;
}
.article-title{
    color: #ff7309;
}
.blog-section .blog-card .blog-text{
    padding: 25px !important;
}