.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding-top: 20px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
    transition: all 0.2s ease;

}
#video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
#video-container video {
   height: 100%;
   width: 100%;
   object-fit: cover;
}


  video {
    width: 100%;
    /* min-height: 100%; */
  }
.header-login ul > li {
    opacity: 0;
    animation: fadeIn2 1s ease-in forwards;
}
@keyframes fadeIn2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
    
}
.header-nav > ul > li > a{
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
    
}
#hd-id{
    opacity: 1; 
    transition: opacity 0.3s ease-in; 
  }
.fixed {
    position: fixed;
    z-index: 999999;
    padding-top: 10px;
    padding-bottom: 20px;
    background: rgb(225, 225, 225);
}
.hd-heading {
    transform: translate(-90%, 0);
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.hd-heading._active {
    transform: translate(0px, 0px);
    opacity: 1;
    
}
.hd {
    /* min-height: 1023px; */
    
    position: relative;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    
   height: 66px;
    
}
.header-login ul > li {
    margin-bottom: 0px;
}
.header-nav > ul > li > a{
    font-weight: 800;
    color: #2B2A29;
    text-transform: uppercase;
}
.header-nav > ul li {
    margin-bottom: 0;
}
.header-nav ul {
    display: flex;
}
.header-nav ul li {
    margin-right: 27px;
}
.header-nav ul li:last-child {
    margin-right: 0px;
}
.header-nav ul a {
    transition: color 0.2s ease;
}
.header-nav ul a:hover {
    color: #21435B;
}
.header-row > .header-login > .header-login-ul {
    display: flex;
}
.header-row > .header-login > .header-login-ul li{
    margin-right: 20px;
}
.header-row > .header-login > .header-login-ul li:last-child {
    margin-right: 0px;
}
.header-row > .header-login > .header-login-ul a{
    font-weight: 800;
    font-size: 19px;
    color: #2B2A29;
    text-transform: uppercase;
}
.header-login > .header-login-ul a {
    transition: color 0.2s ease;
}
.header-login > .header-login-ul a:hover {
    color: #21435B;
}


.hd-content > .hd-heading  {
    font-weight: 700;
    font-size: 54px;
    color: #E5E5E5;
    text-transform: uppercase;
    line-height: 73.54px;
}
.hd-content {
    padding-top: 220px;
    padding-bottom: 100px;
    margin-right: 20px;
    
    
    
}
.hd-content2 {
    padding-right: 107px;
    
    background: linear-gradient(180deg, #20445D 0%, rgba(32, 68, 93, 0.17) 100%);
    padding-left: 20px;
    display: inline-block;
    
    
}
.hd-content2 > h2 {
    font-weight: 700;
    font-size: 36px;
    padding-right: 20px;
    color: #E5E5E5;
    text-transform: uppercase;
    line-height: 49.03px;
    padding-top: 50px;
    padding-bottom: 15px;
}
.hd-content2 > .hd-text {
    font-weight: 600;
    padding-right: 20px;
    font-size: 20px;
    color: #E5E5E5;
    line-height: 27.24px;
    max-width: 598px;
    padding-bottom: 110px;
    
}

.test-row {
    display: flex;
    padding-bottom: 50px;
}

.test {
    
    width: calc(100% - 1216px - (100% - 1216px) / 2);
    float: left;
    background: linear-gradient(180deg, #20445D 0%, rgba(32, 68, 93, 0.17) 100%);
}
.container-test {
    padding-right: 20px;
}
@media (max-width: 991px) {
    .hd {
        min-height: unset;
        
    }
    .test-row {
        padding-bottom: 50px;
    }

}


@media (max-width: 991px) {
    .header-nav, .header-login {
        display: none;
    }
}
@media (max-width: 570px) {
    .hd-content2 > h2{
        font-size: 30px;
    }
}
@media (max-width: 463px) {
    .hd-content2 > h2 {
        font-size: 23px;
        padding-top: 25px;
    }
    .hd-content2 > .hd-text {
        font-size: 16px;
        line-height: 1.2;
        padding-bottom: 80px;
    }
    .test-row {
        margin-top: -60px;
        padding-bottom: 50px;;
    }
}
@media (max-width: 369px) {
    .hd-content2 > h2 {
        font-size: 20px;
    }
}
@media (max-width: 1099px) {
    .hd-content2{
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
    .hd-content{
        /* padding-top: 92px; */
    }
}
@media (max-width: 767px) {
    .hd-heading{
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hd-content{
        margin-bottom: 87px;
    }
}
@media (max-width: 1099px) {
    .hd-content{
        padding-bottom: 40px;
    }
}
@media (max-width: 753px) {
    .hd-content{
        margin-bottom: 40px;
        padding-top: 140px;
    }
}

@media (max-width: 570px) {
    .hd-content > .hd-heading {
        line-height: 1.5;
        font-size: 40px;
        
        
    }
}
@media (max-width: 433px) {
    .hd-content > .hd-heading {
        line-height: 1.5;
        font-size: 32px;
        
        
    }
}
@media (max-width: 371px) {
    .hd-content > .hd-heading {
        line-height: 1.5;
        font-size: 28px;
        
        
    }
}