.homeVideo .typewriter-text {
  animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
  from {
    border-color: #ffca00;
  }

  to {
    border-color: transparent;
  }
}

.innerBanner {
  background-color: #0963dd;
  padding: 120px 0px 50px 0px;
}

.innerBanner .text h2 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.privacy ul {
  padding-left: 15px;
}

.privacy ul li {
  color: #606060;
  font-size: 14px;
  line-height: 24px;
}

.privacy a {
  color: #0963dd;
  font-size: 14px;
  line-height: 24px;
}

.homeVideo {
  height: 100vh;
  position: relative;
}

.homeVideo {
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  background-color: #0963dd;
}

.homeVideo .phone {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.homeVideo .download {
  display: flex;
  flex-flow: row nowrap;
  -webkit-column-gap: 2.2222222222%;
  -moz-column-gap: 2.2222222222%;
  column-gap: 2.2222222222%;
}

.homeVideo .text {
  text-align: left;
  position: absolute;
  z-index: 3;
  width: 40%;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}

.homeVideo .text h2 {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}

.homeVideo .text h2 span {
  font-weight: 600;
}

.homeVideo .text p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.homeVideo .text p span {
  font-weight: 600;
}


.scroll a span {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 9;
}

.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* about */
.about .ab {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-animation: rotateReverse1 15s infinite linear;
  animation: rotateReverse1 15s infinite linear;
}


/* committee */
.committee {
  background: url(../images/team-bg.svg) no-repeat top center;
  background-size: cover;
}




/* service */
.service .bg {
  transition: all .5s;
}

.service .zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service .zoom {
  position: relative;
  overflow: hidden;
  background: #ff0000;
  cursor: pointer;
}

.service .zoom img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.service .hov:hover .zoom img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service .hov:hover .bg {
  background-color: #0765E1 !important;
}

.service h5, p, a {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.service a {
  color: #606060;
}

.service p {
  color: #606060;
}

.service .hov:hover .bg h5 {
  color: #fff;
}

.service .hov:hover .bg p {
  color: #fff;
}

.service .hov:hover .bg a {
  color: #fff;
}

.bg:hover .img {
  transform: scale(1.05);
}

.service .mob {
  display: none !important;
}

.service .mob-only {
  display: none !important;
}

/* news */
.news .item {
  position: relative;
  overflow: hidden;
  width: auto;
  display: inline-block;
}

.news .item:hover:before {
  opacity: 1;
}

.news .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  background: rgb(255 255 255 / 20%);
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news .text {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  z-index: 1;
  background: rgb(255 255 255 / 90%);
  padding: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  z-index: 9;
  -webkit-transition: all .3sease-in-out !important;
  transition: all .3sease-in-out !important;
  text-decoration: none;
  border-radius: 10px;
}

.news .text h4 {
  font-size: 20px;
  font-weight: 600;
}

.news .text p {
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
}

.news .text h5 {
  font-size: 14px;
  color: #b7b7b7;
}

.news .item img {
  max-width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news .item:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.news .item:hover .text {
  background: rgb(8 7 83 / 86%);
  color: #fff;
}

.news .item:hover .text p {
  color: #fff;
}

/* news-detail */
.news-d .ab {
  width: 100%;
}

.news-d .bdg {
  font-size: 14px !important;
  line-height: normal !important;
  padding: 9px 23px !important;
  border-radius: 50px;
  font-weight: 500;
}

.bg-bdg {
  background-color: #ff0000;
}

.bg-bdg2 {
  background-color: #e4e0dc;
  color: #575e59 !important;
}

.sm-t {
  color: #858585;
  font-size: 14px;
  font-weight: 400;
}

.contact h5 {
  font-size: 18px !important;
  line-height: normal !important;
  font-weight: 500;
}

.contact a {
  font-size: 14px;
  color: #242424;
  line-height: 34px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.contact span {
  font-size: 12px;
  color: #606060;
}

.contact .ad {
  font-size: 15px;
  color: #242424;
  font-weight: 600;
}

.contact .su-he {
  color: #242424;
  font-weight: 500;
}


.contact .blue {
  color: #0765E1;
}

.contact h4 {
  font-size: 16px;
  color: #000;
  line-height: normal !important;
  font-weight: 500;
}

.contact1 .form-control {
  background-color: #efefef;
  border: #ced4da00 !important;
  padding: 1rem 0.75rem !important;
}

/* privacy */
.privacy span {
  font-size: 18px;
  color: #242424;
}

.news-d .lap {
  display: block;
}

.news-d .mob {
  display: none;
}

.why {
  padding-top: 60px;
  padding-bottom: 50px;
  background: url(../images/team-bg.svg) no-repeat top center;
  background-size: cover;
}

.development .box {
  background-color: #fff;
  border: 1px solid #dddd;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
}

.android {
  background: #f7f7f8;
}

.social-tab .tab button {
  background: #fff;
  border: 1px solid #0765E1;
  padding: 10px 20px;
  color: #0765E1;
  border-radius: 50px;
  margin: 0 10px 10px 0px;
}

.social-tab .tab button.active {
  color: #e9e9e9;
  background: #0765E1;
}

.social-tab .tab button.active p {
  color: #fff;
}

.android h4 {
  color: #0765E1;
}

#myModal .modal .form-label {
  font-size: 12px;
  margin-top: 10px;
}

#myModal .modal .modal-header {
  padding: 6px 20px;
  justify-content: flex-end;
}

#myModal .modal .close {
  background: no-repeat;
  border: none;
  font-size: 24px;
}



@media only screen and (min-width: 1920px) and (max-width: 2560px) {}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .homeVideo .text h2 {
    font-size: 34px;
  }

  .news .text h4 {
    font-size: 18px;
  }

  .service .bg h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .homeVideo .text h2 {
    font-size: 34px;
  }

  .news .text h4 {
    font-size: 18px;
  }

  .service .bg h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .homeVideo .text h2 {
    font-size: 28px;
  }

  .homeVideo .text p {
    font-size: 14px;
  }

  .news .text h4 {
    font-size: 14px;
    font-weight: 500;
  }

  .news .text h5 {
    font-size: 12px;
  }

  .news .text p {
    font-size: 12px;
    line-height: 22px;
  }

  .service .bg {
    height: 240px;
  }

  .service .bg h5 {
    font-size: 16px;
  }

  .service .bg p {
    font-size: 12px;
    line-height: 22px;
  }

  .service .bg a {
    font-size: 12px;
    line-height: 22px;
  }

  .committee .box p {
    font-size: 12px;
  }

  .committee .box h5 {
    font-size: 16px;
  }

  .committee .modal-body {
    height: 400px;
  }

  .service .p-lg-5 {
    padding: 20px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeVideo .text {
    width: 60%;
  }

  .homeVideo .text h2 {
    font-size: 26px;
  }

  .about .ab {
    width: 70%;
  }

  .committee .box img {
    margin-top: 30px;
  }

  .service .mob {
    display: block !important;
  }

  .service .lap {
    display: none;
  }

  .news .text h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  .about .ab {
    width: 90%;
  }

  .homeVideo .text {
    width: 80%;
    top: 32%;
    left: 48%;
  }

  .homeVideo .phone {
    width: 100%;
  }

  .scroll a span {
    display: none;
  }

  .homeVideo .text h2 {
    font-size: 20px;
  }

  .homeVideo .download img {
    width: 40%;
  }

  .homeVideo .text p {
    font-size: 14px;
  }

  .about .ab {
    width: 100%;
    margin-bottom: 20px;
  }

  .committee .box img {
    margin-top: 20px;
  }

  .service .bg {
    height: auto;
    margin-bottom: 20px;
  }

  .service .img {
    height: 350px;
  }

  .service .mob-only {
    display: block !important;
  }

  .service .mob-hide {
    display: none !important;
  }

  .news .text {
    width: 90%;
    height: 90%;
  }

  .news .text h4 {
    font-size: 16px;
  }

  .news-d .lap {
    display: none;
  }

  .news-d .mob {
    display: block;
  }

}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {
  .homeVideo .text h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 320px) {}