@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff !important;
}
a, a:hover{
    text-decoration: none;
}

  header {
    background-color: #ffffff;
    height: 180px;
    min-height: 180px;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 0px;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }

.text-1 p {
    font-size: 16px;
    color: #000000;
    text-align: justify;
}
.text-1 h2 {
    color: #02afef;
    letter-spacing: 1px;
    font-weight: 600;
}
h1.cus-h1{
    color: #02afef;
    letter-spacing: 1px;
    font-weight: 600;
}
.text-1 a {
    color: #02afef;
    font-weight: 600;
    text-transform: lowercase;
}
.text-1 ul {
    list-style-type: none;
}
.text-1 ul li i {
    font-size: 16px;
    color: #02afef;
    padding-right: 7px;
}
.text-1 ul li {
    font-size: 16px;
    color: #000000;
    padding: 5px 0;
    text-align: justify;
}
.text-1 ul li ul li i {
    font-size: 16px;
    color: #02afef;
    padding-right: 7px;
}
.text-1 ul li ul li ul li i {
    font-size: 8px;
}
.home-button a {
    display: block;
    position: absolute;
    color: #02afef;
}
.home-button a i {
    font-size: 35px;
}
.home-button{
    z-index: 222;
    float: left;
    position: absolute;
    right: 9%;
    top: 25%;

} 
.button-style a {
    font-size: 20px;
    background: #02afef;
    color: #ffffff;
    border-radius: 40px;
    padding: 15px 20px;
    width: 90%;
    position: absolute;
    margin: 0 auto;
    display: block;
    box-shadow: -1px 5px 7px 1px rgba(197, 193, 193, 0.61);
}
.button-style a:hover {
    box-shadow: -1px 5px 7px 1px rgba(197, 193, 193, 0.93);
    color: #02afef;
    background: #fdfdfd;
    border: 1px solid #02afef;
}
.mail-text a {
    color: #02afef;
    font-size: 18px;
}
.founder-text p {
    font-size: 18px;
}
/* .contact-text{
    position: absolute;
    z-index: 222;
    top: 55%;
    left: 40%;
    margin: 0 auto;
    display: block;
} */
header video.video-part {
    top: 45% !important;
    left: 20% !important;
}
header.header-part{
    height: 150px;
    min-height: 150px;
    border: 1px solid rgba(236, 234, 234, 0.6784);
}
.button-part-one {
    position: relative;
    z-index: 1;
}
.button-part-one ul li a {
    font-size: 20px;
    background: #02afef;
    color: #ffffff !important;
    border-radius: 40px;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin: 15px auto;
    box-shadow: -1px 5px 7px 1px rgba(197, 193, 193, 0.61);
    width: 22%;
}
.button-part-one ul {
    list-style-type: none;
}
header video.video-set{
    position: absolute;
    top: -10px;
    left: 120px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 136px;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.next-button-1{
    z-index: 100;
    width: 70%;

}
.next-button-1 a{
    font-size: 20px;
    background: #02afef;
    color: #ffffff;
    border-radius: 40px;
    padding: 15px 20px;
    margin: 30px auto;
    display: block;
    box-shadow: -1px 5px 7px 1px rgba(197, 193, 193, 0.61);
}
header.header-mp{
    min-height: 100px;
}
#header .header-mp-1{
    border-bottom: 1px solid #EDEDED;
    min-height: 120px;
}
.next-button-1 a:hover {
    background: #ffffff;
    color: #02afef;
    border: 1px solid #02afef;
    padding: 13px 19px;
}
@media only screen and (max-width: 990px) {
    header video.video-set{
        left: 50px;
    }
    .home-button{
        right: 0%;
    }
    html.sticky-header-active #header .header-body{
        border-bottom: 1px solid #cccaca;
        box-shadow: 3px 10px 10px -10px #888888;
    }
}
    @media only screen and (max-width: 800px) {
        header video.video-set{
            left: 80px;
        }
        .home-button{
            right: 10%;
        }
        html.sticky-header-active #header .header-body{
            border-bottom: 1px solid #cccaca;
            box-shadow: 3px 10px 10px -10px #888888;
        }
    }
    @media only screen and (max-width: 768px) {
        header video.video-set {
            left: 42px;
        }
        .home-button {
            right: 0%;
        }
        .next-button-1 a{
            font-size: 16px;
            padding: 15px 10px;
        }
        .next-button-1{
            width: 70%;
        }
        html.sticky-header-active #header .header-body{
            border-bottom: 1px solid #cccaca;
            box-shadow: 3px 10px 10px -10px #888888;
        }
    }
@media only screen and (max-width: 600px) {
    .button-style a{
        position: relative;
    margin: 10px auto;
    }
    .contact-text{
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: 20px;
        left: 0;
    }
      header video.video-set{
        position: relative;
        top: 55px;
        left: 78px;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100px;
      }
      .header-column-1{
        position: absolute;
        width: 100%;
        display: block;
        float: none;
        margin: 0 auto;
        top: 85%;
        left: -14%;
      }
      .home-button
      {
        right: 30%;
      }
      .header-mp-2{
        min-height: 230px !important;
      }
      .header-column-2 {
        top: 120%;
        right: 0%;
        left: 16%;
    }
    .next-button-1 a{
        padding: 8px 20px;
        font-size: 16px;
        margin: 0px auto;
    }
    .next-button-1 a:hover{
        padding: 8px 20px;
    font-size: 16px;
    }
    html.sticky-header-active #header .header-body{
        border-bottom: 1px solid #cccaca;
        box-shadow: 3px 10px 10px -10px #888888;
    }
  }
 