.header-img-logo {
    
    margin: 0px 1em;
}

/* .nav-outer style1 clearfix {
    margin: 0px auto;
} */

.main-header {
    background-color: white;
}

/* .main-menu .navigation>li>a {
    color: black !important;
} */

h2 {
    font-size: 40px;
    line-height: 68px;
    font-weight: 700;
}

.w-full {
    width: 100vw;
}
.left-0 {
    left: 0;
}
.top-0 {
    top: 0;
}
.absolute {
    position: absolute;
}
.h-full {
    height: 100vh;
}
.main-txt {
    margin-left: 5%;
}
.main-txt h1,h3{
    color: white;
}

.main-logo {
    position: fixed;
    top: 0;
    margin-top: 2%;
    margin-left: 5%;
}

.title-holder h3>a {
    font-size: 20px !important;
}
.title-holder .text {
    font-size: 13px;
}
.object-cover {
    object-fit: cover;
}