body{
    box-sizing: border-box;
    width: 100%;
}
.header{
    position: relative;
}
.banner-bg{
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 840px;
}
.banner-content{
    padding: 250px 10px;
    width: 560px;
    margin-left: 100px;
}
.banner-content span{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.banner-content h1{
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}
.banner-btn{
    margin: 40px 0px;
}
.banner-content a{
    color: #fff;
}
.header .nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    z-index: 1;
    right: 0px;
    /* margin: auto; */
    /* width: 90%; */
    padding: 10px 0px;
    background-color: #ffffff;
}
.nav-con{
    background-color: #ffffff;
}
.logo{
    width: 200px;
}
.logo img{
    width: 100%;
}
.banner-bg{
    position: relative;
}
.vector-one{
    position: absolute;
    top: 639px;
    width: 100%;
}
.vector-one img{
    width: 100%;
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.banner-shape .shape1{
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-animation: running-in 16s infinite linear;
    animation: running-in 16s infinite linear;
}
.banner-shape .shape2{
    position: absolute;
    left: 22%;
    top: 21%;
    -webkit-animation: pulse 7s infinite;
    animation: pulse 7s infinite;
}
.banner-shape .shape3 {
    position: absolute;
    left: 5%;
    top: 17%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear;
}
.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.banner-shape .shape4 {
    position: absolute;
    left: 40%;
    top: 40%;
    -webkit-animation: rotated360 6s infinite linear;
    animation: rotated360 6s infinite linear;
}
.banner-shape .shape5 {
    position: absolute;
    left: 47%;
    top: 29%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
}
.banner-shape img{
    max-width: 100%;
}
/* .banner-bg span{
    position: absolute;
    top: 250px;
    left: 120px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    width: 520px;
}
.banner-bg h1{
    position: absolute;
    top: 320px;
    left: 120px;
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    width: 540px;
}
.banner-bg a{
    position: absolute;
    top: 500px;
    left: 120px;
    color: #fff;
} */
.arrow{
    width: 5%;
}
.solution-head{
    margin-top: 30px;
    margin-bottom: 40px;
}
.contact-btn a{
    color: #000;
    padding: 10px 30px;
    border-radius: 27px;
    text-decoration: none;
    border: 2px solid #000;
}
.contact-btn i{
    padding-right: 10px;
}
.banner-btn a{
    background-color: #ffffff;
    color: #000000;
    padding: 10px 38px;
    border-radius: 20px;
    text-decoration: none;
}
/* list */
.con-hold{
    box-shadow: 0px 5px 15px #0b51b487;
    border-radius: 20px;
    padding: 30px;
    margin: 10px 0px;
}
.img-box{
   
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card{
    border: 1px solid #c4c4c4;
    box-shadow: 0px 10px 15px #f6f6f6;
    overflow: hidden;
    margin: 10px 0px;
    height: calc(100% - 25px);
    margin-bottom: 25px;
}
.travel-desc{
    /* height: 210px; */
}
.desc{
    padding: 10px;
    margin: 0px auto;
}
.desc h4{
    padding: 10px 0px;
    margin-bottom: 0px;
    text-align: left;
}
.link-btn{
    margin: 10px 0px;
}
.link-btn a{
    text-decoration: none;
}
.link-btn button:hover{
    background-color: #0052c6;
}
.link-btn button{
    background-color: #014ab1;
    outline: none;
    padding: 7px 20px;
    border-radius: 20px;
    border: none;
    margin-top: 10px;
}
.link-btn a{
    color: #fff;
    font-size: 14px;
    background-color: #014ab1;
    outline: none;
    padding: 7px 20px;
    border-radius: 20px;
    border: none;
    margin-top: 10px;
    display: inline-block;
}
.link-btn i{
    padding-right: 10px;
}
.solution-head h2{
    font-size: 40px;
    color: #ea3443;
}
.solution-head h2, .solution-head #myBtnContainer{
    text-align: center;
}
.menu i{
    padding-right: 10px;
}
.menu{
    border: none;
    padding: 10px;
    font-size: 20px;
}
.menu:hover{
    color: #0b51b4;
    border: none;
    border-radius: 0px;
}
.btn.menu.active{
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 10px;
    border-radius: 5px;
    background: #0b51b4;
    padding: 10px 20px;
}
.btn.menu{
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 10px;
}
.con-btn{
    margin: 30px 0px;
}
.con-btn a{
    text-decoration: none;
    color: #000;
    padding: 10px 38px;
    border-radius: 27px;
    text-decoration: none;
    border: 2px solid #ff0000;
}
.con-btn a:hover{
    background-color: #ff0000;
    color: #fff;
}
.footer{
    background-color: #000000;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.footer p{
    margin-bottom: 0px;
}
.school-menu{
    border-right: none;
}

.videoholder{
    background-color: #000;
    border-radius: 16px;
    margin-bottom: 20px;
    
}
.card_video{
    height: auto;
    cursor: pointer;
}
@media (max-width:1024px ) and (min-width: 768px) {
    .banner-bg{
        height:auto;
    }
    .banner-content{
        padding: 30px 10px;
        padding-bottom: 100px;
        margin: 20px;
        width: 50%;
    }
}

 /* responsive in mobile */
 @media (max-width: 767px) and (min-width: 480px) {
     .banner-bg{
         height:auto;
     }
     .banner-content span{
         font-size: 22px;
     }
     .banner-content h1{
         font-size: 34px;
     }
    .banner-content {
        padding: 30px 10px;
    padding-bottom: 100px;
    margin: 20px;
    width: 50%;
    }
  
  }

  @media (max-width: 479px){
      .banner-btn a{
          padding: 10px 20px;
          font-size: 12px;
      }
      .banner-btn{
          margin: 20px 0px;
      }
  .banner-content{
     padding: 30px 10px;
    padding-bottom: 100px;
    margin: 20px;
    width: 50%;
  }
      .banner-content span{
         font-size: 18px;
     }
     .banner-content h1{
         font-size: 20px;
     }
    .banner-content {
        padding: 0px 6px;
        padding-bottom: 100px;
        margin: 20px;
        width: 50%;
        position: relative;
        z-index: 99;
    }
.logo{
    width: 120px;
}
      .banner-bg{
          height: 224px;
          background-position: right;
      }
      .solution-head h2{
          font-size: 26px;
      }
      .btn.menu{
          font-size:18px;
          margin: 0px 5px;
      }
      .btn.menu.active{
              font-size:18px;
      }
      .contact-btn a {
    color: #000;
    padding: 8px 10px;
    border-radius: 27px;
    text-decoration: none;
    border: 2px solid #000;
}
  }