@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Sen:wght@400..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: lighter;
}
@font-face {
  font-family: 'Bebas Neue Light';
  src: url(../font/BebasNeueLight.ttf);
  font-weight: lighter;
}
@font-face {
    font-family: 'Bebas Neue Thin';
    src: url(../font/BebasNeueThin.ttf);
    font-weight:100;
}
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
  }
  @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 750px;
    }
  }
  @media (min-width: 785px){
    .container, .container-md, .container-sm {
        max-width: 785px;
    }
  }
  @media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 970px;
    }
  }
  @media (min-width: 1080px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1030px;
    }
  }
  @media (min-width: 1100px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
  }
  @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
  }
  @media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
  }
  @media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
  }
  @media only screen and (min-width: 1921px) and (max-width: 2880px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
    } 
  }
section{
    position: relative;
    padding: 4rem 0;
    z-index: 1;
}
html, body{
    overflow-x: hidden;
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
.navbar-nav {
    gap: 56px;
}

.menu-right-side .navbar-nav{
    margin-right:  auto;
}
.nav-link {
    color: #FFF;
    text-align: center;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.menu-right-side .navbar-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    gap: 16px;
}
.dropdown-item{
    color: var(--Grey-15, #262626);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
    text-transform: capitalize;
}
.dropdown-menu {
    min-width: 86px;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    background: url(../images/drop-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    right: -12px;
}
.dropdown-toggle.show::after {
    transform: rotate(180deg);
    top: 7px;
}
header .navbar{
    padding: 24px 0px;
}

.btn-dark-blue{
    border-radius: 100px;
    border: 1px solid var(--Primary, #172254);
    background: var(--Primary, #172254);
    width: 180px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: Sen;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 1s;
    
}
.btn-dark-blue:hover{
    box-shadow: 0px 0px 0px 4px #C6DFFF;
    border: 1px solid var(--Secondary, #3DB1FF);
}

.btn-hover-expand  {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
  }
  .btn-hover-expand.learn-more {
    width: 12rem;
    height: auto;
  }
  .btn-hover-expand.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
  }
  .btn-hover-expand.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  .btn-hover-expand.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
  .btn-hover-expand.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }
  .btn-hover-expand.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
  .btn-hover-expand:hover .circle {
    width: 100%;
  }
  .btn-hover-expand:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
  .btn-hover-expand:hover .button-text {
    color: #fff;
  }
  .color-header{
    background: var(--Primary, #172254);
  }
.nav-item-mo{
    position: relative;
}
.nav-item-mo .count-cart-item{
    color: var(--Grey-100, #FFF);
    text-align: center;
    font-family: Sen;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background: #3DB1FF;
    width: 15px;
    height: 15px;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: -8px;
}
/* ----------------------servieces------------- */
.ourservies-card{
    background: url(../images/Our-Services-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -3rem;
    padding-top: 3rem;
    padding-bottom: 80px;
    z-index: 0;
}
.ourservies-card h1{
    color: var(--Primary, #172254);
    text-align: center;
    font-family: Sen;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
    margin-bottom: 27px;
    margin-top: 80px;
}
.card-servies h5{
    color: var(--Primary, #172254);
    text-align: center;
    font-family: Sen;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0px;
    margin-bottom: 0px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourservies-card .card{
    width: 270px;
    height: 270px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100%;
    border-radius: 270px;
    border: 1px solid var(--Neutral-400, #E4E4E4);
    background: var(--Neutral-White, #FFF);
    margin-bottom: 20px;
    transition: all 1s;
}
.ourservies-card .card:hover{
    border: 1px solid var(--Secondary, #3DB1FF);
    background: var(--Neutral-White, #FFF);
    box-shadow: 0px 0px 0px 4px rgba(83, 143, 255, 0.25);
}
.ourservies-card img {
    width: 161px;
    height: 161px;
    max-width: 100%;
    margin-top: 43px;
}
/* -----------------------home------------------- */
.home-content-center{
    width: 784px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.home-hero-banner{
    background: url(../images/home-banner-img.png) #F9F9F9 no-repeat;
    height: 873px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 8rem;
}
.div-home-subion{
    width: 822px;
    margin: auto;
    max-width: 100%;
    margin-top: 132px;
}

.home-hero-banner::after {
    content: "";
    background: url(../images/home-bottom-img.png) #172254 no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 48px;
    z-index: 2;
}
.home-left-videio{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 429px;
    height: 816px;
    overflow: hidden;
    max-width: 100%;
    border-top-right-radius: 20px;
}
.home-left-videio video{
    width: 436px;
    height: 816px;
    max-width: 100%;
    object-fit: cover;
}
.home-right-videio{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 429px;
    height: 816px;
    overflow: hidden;
    max-width: 100%;
    border-top-left-radius: 20px;
}
.home-right-videio video{
    width: 436px;
    height: 816px;
    max-width: 100%;
    object-fit: cover;
}

.btn-home{
    transition: all 1s;
}
.btn-home img{
    transition: all 1s;
}
.home-content-center .tag-h6 {
    color: var(--Secondary, #3DB1FF);
    text-align: left;
    font-family: Sen;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.21px;
    border-radius: 100px;
    background: rgba(20, 154, 244, 0.20);
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: auto;
    margin-bottom: 16px;
}
.home-content-center p{
    color: var(--P-Light, #B3DCFF);
    text-align: center;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin: 32px 0px;
}
.home-content-center h1{
    color: var(--Neutral-200, #F9F9F9);
    text-align: center;
    font-family: Sen;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 1.08px;
    margin-bottom: 0px;
}
.home-content-center h1 span{
    color: var(--Secondary, #3DB1FF);
    font-family: Sen;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 1.08px;
}
.home-content-center .btn{
    color: #FFF;
    text-align: center;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 100px;
    background: var(--Secondary, #3DB1FF);
    display: flex;
    padding: 4px 4px 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 363px;
    text-decoration: none;
    margin: auto;
}
.suniocn-details p{
    color: #FFF;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin: 0px;
}
.suniocn-details{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.suniocn-details ul{
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 48px;
}
.suniocn-details ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    position: relative;
}
.suniocn-details ul li::after {
    content: "";
    background: url(../images/Lineimg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 1px;
    height: 60px;
    left: -29px;
}
.li-one::after{
    display: none;
}

.btn-home{
    transition: all 1s;
}
.btn-home img{
    transition: all 1s;
}
.btn-home:hover img{
    transform: rotate(-136deg)
}
.content-servies{
    padding: 51px 0px;
    background: #F9F9F9;
    position: relative;
    height: 769px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  --------------------newslider------------------------*/
.slick-slider {
    margin-left: -12%;
    margin-right: -12%;
  }
  
  .slick-list {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  
  .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
  }
  
  .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
  }
  
  .slick-snext,
  .slick-sprev {
    display: block;
  }
  
  .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: scale(.85) translate3d(0, 0%, 20px);
    z-index: 2;
  }
  
  .slick-snext {
    opacity: 1;
    transform:  scale(.95) translate3d(31%, 24%, 0px);
    z-index: 1;
  }
  
  .slick-sprev {
    opacity: 1;
    transform:  scale(.95) translate3d(-31%, 24%, 0px);
  }
  
  .test {
    display: block;
    width: 100%;
    height: 300px;
    background: #fff;
    /* box-shadow: inset 0px 0px 0px 3px #000; */
  }
  .slick-sprev .test ,.slick-snext .test{
    width: 270px;
    height: 270px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .test{
    border-radius: 100%;
    border: 1px solid #E8EDDF;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 314px;
    width: 314px;
    margin: auto;
}

  .carousel-content{
    display: none;
    width: 403px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    
  }
  .carousel-content.active{
    display: block;
  }
  .custom-nav button{
    border: 0px;
    background: transparent;
  } 
  .custom-nav{
    width: 216px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -13px;
    margin: auto;
}
.test:hover{
    box-shadow: 0px 0px 0px 4px rgba(83, 143, 255, 0.25);
    border: 1px solid var(--Secondary, #3DB1FF);
}
.custom-nav-box{
    position: relative;
}
  .carousel-description {
    color: var(--P, #4A6C9A);
    text-align: center;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    margin-bottom: 32px;
  }
  .carousel-description p {
    color: var(--P, #4A6C9A);
    text-align: center;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    margin-bottom: 50px;
}
.carousel-description{
    color: var(--P, #4A6C9A);
    text-align: center;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    margin-bottom: 50px;
}

.carousel-title{
    color: var(--Primary, #172254);
    text-align: center;
    font-family: Sen;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -1px;
    margin-bottom: 11px;
}


.col-conter-servies-right{
    width: 589px;
    max-width: 100%;
    margin: auto;
    margin-top: -80px;
}

.col-conter-servies-left{
    width: 560px;
    max-width: 100%;
    position: relative;
}
.content-servies::after {
    content: "";
    background: #F9F9F9;
    height: 400px;
    width: 100%;
    left: 0px;
    right: 0px;
    position: absolute;
    bottom: -97px;
    z-index: -1;
}
.slick-arrow {
    background: transparent;
    border: 0px;
}
.carousel-button{
    color: var(--Primary, #172254);
    text-align: center;
    font-family: Sen;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.prevbtn{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.nextbtn{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.col-conter-servies-left h2{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin:20px 0px;
}
.col-conter-servies-left h2 span{
    color: var(--Secondary, #3DB1FF);
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.col-conter-servies-left p{
    color: var(--P, #4A6C9A);

    /* Paragraph/01 */
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}
.col-conter-servies-left .dark-btn-hover.learn-more {
    width: 285px;
    height: auto;
}
.col-conter-servies-left .dark-btn-hover.learn-more .circle {
    background: #172254;
}

.col-conter-servies-left .dark-btn-hover.learn-more .button-text {
    color: #172254;
}

.col-conter-servies-left .btn-hover-expand.learn-more .button-text {
    color: #172254;
}
.col-conter-servies-left .dark-btn-hover:hover.learn-more .button-text {
    color: #fff;
}

.col-conter-servies-left .btn-hover-expand:hover.learn-more .button-text {
    color: #fff;
}

.home-to-do-bg {
    height: 686px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-to-do-bg::after{
    content: " ";
    position: absolute;
    background: url(../images/How-to-do-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0px;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 1108px;
    z-index:  -1;
}
.how-to-do-right h5{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
    margin-bottom: 18px;
}
.how-to-do-right p{
    color: var(--P, #4A6C9A);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom:40px;
}
.subheadetion-part h6{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.subheadetion-part p{
    color: var(--P, #4A6C9A);

    /* Paragraph/01 */
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    margin-bottom: 0px;
}

.how-to-do-right{
    width: 441px;
    max-width: 100%;
    margin: auto;
}
.subheadetion-part{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.subheadetion-part img{
    width: 80px;
    height: 80px;
    max-width: 80px;
}
.how-to-do-left h6{
    margin-bottom: 16px;
}
.how-to-do-left p{
    color: var(--P, #4A6C9A);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 33px;
}
.how-to-do-left h2{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 33px;
}
.how-to-do-left h2 span{
    color: #3DB1FF;
    color: var(--Secondary, #3DB1FF);
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.how-to-do-left .btn-hover-expand.learn-more {
    width: 277px;
    height: auto;
}
.how-to-do-left{
    width: 503px;
    max-width: 100%;
}
.about-aim-01{
    /* background: #F9F9F9; */
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.about-aim-01::before {
    content: "";
    background: url(../images/About-wave-01.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1168px;
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: -1;
}
.about-aim-01 .container{
    height: 683px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home-about-section h2{
    color: var(--Neutral-200, #F9F9F9);
    text-align: center;
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    width: 700px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 24px;

}
.home-about-section h2 span{
    color: var(--Secondary, #3DB1FF);
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.home-about-section p{
    color: var(--P-Light, #B3DCFF);
    text-align: center;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}
.home-about-section{
    width: 946px;
    margin: auto;
    text-align: center;
    max-width: 100%;
}
.home-about-section .tag-h6 {
    color: var(--Secondary, #3DB1FF);
    text-align: left;
    font-family: Sen;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.21px;
    border-radius: 100px;
    background: rgba(20, 154, 244, 0.20);
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: auto;
    margin-bottom: 16px;
}
.home-about-section .btn-hover-expand.learn-more {
    width: 278px;
    height: auto;
}
.btn-
.home-last-content{
    width: 560px;
    max-width: 100%;
}
.home-last-section{
    padding: 40px 0px;
    background: #F9F9F9;
}
.tag-h6{
    color: var(--Secondary, #3DB1FF);
    text-align: left;
    font-family: Sen;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.21px;
    border-radius: 100px;
    background: rgba(20, 154, 244, 0.20);
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
.home-last-content h2{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 20px 0px;
}
.home-last-content h2 span{
    color: #3DB1FF;
    color: var(--Secondary, #3DB1FF);
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    
}
.home-last-content p{
    color: var(--P, #4A6C9A);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}
.home-last-content .btn-hover-expand {
    color: var(--Secondary, #3DB1FF) !important;
    text-align: center;
    font-family: Sen;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.home-last-content{
    width: 623px;
    max-width: 100%;
}

.btn-hover-expand.learn-more .button-text{
    color: var(--Secondary, #3DB1FF);
}
.btn-hover-expand.learn-more {
    width: 245px;
    height: auto;
}
.btn-hover-expand.learn-more .circle {
    background: #3DB1FF;
}
.btn-hover-expand:hover .button-text{
    color: #fff;
}


.main-div{
    background: #F8F8F8;
}
.contactus-bg{
    height: 756px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactus-bg{
    background: url(../images/contact-bg-hero-two.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 577px;

}
.contactus-bg::after {
    content: "";
    background: url(../images/home-bottom-img.png) no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    height: 50px;
}

.contacus-video {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 921px;
    height: 577px;
    clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
}
.contacus-video video{
    width: 920px;
    max-width: 100%;
    float: right;
    height: 580px;
    object-fit: cover;
}

.contactus-bg-form-main{
    padding: 64px 0px;
}
.contactus-form input{
    border-radius: 90px;
    border: 1px solid var(--Neutral-500, #D0D0D0);
    background: var(--Core-100---Clear-White, #FFF);
    display: flex;
    height: 60px;
    padding: 16px 24px;
    align-items: center;
    align-self: stretch;
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
}
.contactus-form textarea{
    display: flex;
    width: 620px;
    height: 158px;
    padding: 16px 24px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid var(--Neutral-500, #D0D0D0);
    background: var(--Core-100---Clear-White, #FFF);
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    width: 100%;
}
.contactus-form .form-check-input[type=checkbox] {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: 2px solid #172254;
    box-shadow: none;
}
.form-check label{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-left: 8px;
}
.form-check-label a{
    color: var(--Functional-Info-Blue, #1E78D6);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.contactus-form form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contactus-form{
    width: 620px;
    max-width: 100%;
    margin: auto;
}
.contactus-form h3{
    color: var(--Neutral-Near-Black, #0E0E0E);
    font-family: Sen;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
    margin-bottom: 32px;
}
.contactus-form .btn{
    width: 233px;
    height: 50px;
    border-radius: 100px;
    background: var(--Primary, #172254);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    color: var(--Neutral-White, #FFF);
    text-align: center;
    font-family: Sen;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: auto;
}
.form-check-input:checked[type=checkbox] {
    background:url(../images/Selected.svg) ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    border: 0px;

}
.contactus-form h2{
    color: var(--Neutral-Near-Black, #0E0E0E);
    font-family: Sen;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
    margin-bottom: 32px;
}
.contactleft-content h6{
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    color: var(--Secondary, #3DB1FF);
    text-align: center;
    font-family: Sen;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.21px;
    border-radius: 100px;
    background: rgba(20, 154, 244, 0.20);
    width: 115px;
    margin-top: 16px;
}
.contactleft-content h1{
    color: var(--Neutral-White, #FFF);
    font-family: Sen;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 24px;
}
.contactleft-content p{
    color: var(--P-Light, #B3DCFF);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}
.chat-call-icon{
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}
.address-p p {
    color: var(--Neutral-White, #FFF);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    display: flex;
    gap: 16px;
    margin-bottom: 0px;
    align-items: center;
}

.contactleft-content{
    width: 638px;
    max-width: 100%;
    margin-left: 111px;
}
.our-servies-main {
    background: url(../images/ser-Hero.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 756px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1;
}
.our-servies-main-content h1{
    color: var(--Neutral-White, #FFF);
    font-family: Sen;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    /* margin-top: 16px; */
}
.our-servies-main-content p{
    color: var(--P-Light, #B3DCFF);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin: 24px 0px;
}
.our-servies-main-content h6{
    width: fit-content;
    margin-bottom: 16px;
}
.our-servies-main-content .btn {
    color: #FFF;
    text-align: center;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 100px;
    background: var(--Secondary, #3DB1FF);
    display: flex;
    padding: 4px 4px 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 363px;
    text-decoration: none;
}
.our-servies-main-content{
    width: 658px;
    max-width: 100%;
    margin-left: 51px;
}
.servies-video{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 929px;
    height: 757px;
    clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}
.servies-video video{
    height: 755px;
    object-fit: cover;
}
.our-servies-main::after {
    content: "";
    background: url(../images/servi-botm-img.png) no-repeat;
    background-position: center center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 46px;
    width: 100%;
    z-index: 1;
}
/* --------------------footer-------------------- */
.error-section {
    padding: 64px 0px;
    height: 900px;
    margin-top: 94px;
}
.error-section::after{
    content: "";
    background: url(../images/error-Frame.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 807px;
    position: absolute;
    z-index: 2;
    width: 1021px;
    left: 0px;
    right: 0px;
    top: 39px;
    margin: auto;
    max-width: 100%;
}
.main-background-error{
    background: url(../images/line-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.error-content h2{
    color: var(--Primary, #172254);
    text-align: center;
    font-family: Sen;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.error-content p{
    color: var(--Primary, #172254);
    text-align: center;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
}
.error-content{
    width: 522px;
    text-align: center;
    max-width: 100%;
    margin: auto;
}
.main-background{
    background: url(../images/Privacy-Policy-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.legal-content-bg{
    margin-top: 94px;
    height: 258px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leagelcontent-box{
    width: 1145px;
    max-width: 100%;
    margin: auto;
}
.leagelcontent-csetion{
    padding: 64px 0px;
}
.leagelcontent-box h5{
    color: var(--Primary, #172254);
    /* Buttons/Large0 */
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.leagelcontent-box p{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
}
.leagal-content h1{
    color: var(--Primary, #172254);
    font-family: Sen;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
}
.footer{
    padding: 92px 0px;
}

.footer-lgo{
    display: flex;
    width: 284px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    align-self: stretch;
    margin-right: auto;
    float: right;
}
.copy-right p{
    color: var(--Neutral-500, #D0D0D0);
    text-align: right;
    font-family: Sen;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}

.social-icon{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
    margin-bottom: 13px;
}
.mainlogo-footer .footer-logo{
    width: 225px;
    max-width: 100%;
    margin-bottom: 16px;
}
.mainlogo-footer{
    text-align: end;
}
.copy-right span{
    color: var(--Secondary, #3DB1FF);
}

.footer-menu h5, .footer-contact h5{
    color: var(--Neutral-White, #FFF);
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.footer-menu li a{
    font-family: Sen;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.3px;
    text-decoration: none;
    color: #B3DCFF;
}
.footer-menu li{
    position: relative;
    list-style: none;
    margin-bottom: 12px;
}
.footer-menu li::before{
    content: "";
    background: #3DB1FF;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -18px;
    top: 10px;
    border-radius: 100%;
}
.footer-contact p{
    color: var(--P-Light, #B3DCFF);
    font-family: Sen;
    font-size: 16px ;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.footer-menu ul{
    padding-left: 20px;
}
/* ------------------------media------------------- */
@media only screen and (min-width: 700px) and (max-width:890px) {
    .nav-item-mo{
        display: block;
    }
    .nav-item-mo{
        display: none;
    }
    .navbar-nav {
        gap: 31px;
    }
    .color-bg-mo {
        width: 100%;
        display: flex;
        padding: 16px 24px;
        justify-content: space-between;
        background: var(--Primary, #172254);
    }
    header .container{
        padding: 0px 0px;
    }
    header .navbar {
        padding: 0px 0px;
    }
    .menu-right-side .dropdown {
        margin-bottom: 24px;
        margin-top: 40px;
    }
    .menu-right-side .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 16px;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid transparent;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
        background: url(../images/drop-icon-mo.svg) no-repeat;
        background-position: center center;
        background-size: cover;
        width: 24px;
        height: 25px;
        position: absolute;
        top: 14px;
        right: -27px;
    }
    .navbar-collapse {
        flex-grow: 1;
        flex-basis: 100%;
        align-items: center;
        background: #fff;
        padding-top: 40px;
        height: 600px;
        overflow-y: scroll;
        padding-bottom: 40px;
    }
    .nav-link{
        color: var(--Primary, #172254);
        text-align: center;
        font-family: Sen;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -1px;
    }
    .navbar-nav .nav-link.active {
        color: #172254 !important;
    }
    .home-hero-banner {
        background: url(../images/home-banner-img.png)  #172254 no-repeat;
        height: fit-content;
        background-position: center center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        padding-top: 0rem;
        margin-top: 80px;
    }
    .home-content-center {
        width: 784px;
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 46px 43px;
    }
    .home-content-center h1 {
        color: var(--Neutral-200, #F9F9F9);
        text-align: center;
        font-family: Sen;
        font-size: 59px;
        font-style: normal;
        font-weight: 700;
        line-height: 102%;
        letter-spacing: 1.08px;
        margin-bottom: 0px;
    }
    .suniocn-details {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 48px;
        flex-direction: column;
    }
    .ultwo-mo::after{
        display: none;
    }
    .div-home-subion {
        width: 822px;
        margin: auto;
        max-width: 100%;
        margin-top: 12px;
        margin-bottom: 15px;
    }
    
        
    .home-left-videio {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 400px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 0px;
    }
    .home-right-videio {
        position: relative;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 400px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 0px;
    }
    .home-right-videio video {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .home-left-videio video {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .home-hero-banner::after {
        display: none;
    }
    .home-about-section {
        width: 712px;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .home-last-content{
        width: 500px;
        text-align: center;
        margin: auto;
        margin-bottom: 40px;
    }
    .tag-h6 {
        margin: auto;
    }
    
    
    
    .content-servies {
        padding: 51px 0px;
        background: #F9F9F9;
        position: relative;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .col-conter-servies-left {
        width: 560px;
        max-width: 100%;
        position: relative;
        margin: auto;
        text-align: center;
    }
    .col-conter-servies-right {
        width: 589px;
        max-width: 100%;
        margin: auto;
        margin-top: 35px;
    }
    
    .about-aim-01 .container {
        height: 535px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .home-about-section p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }
    .home-about-section h2 {
        color: var(--Neutral-200, #F9F9F9);
        text-align: center;
        font-family: Sen;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        width: 700px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 24px;
    }
    
    .legal-content-bg {
        margin-top: 94px;
        height: 152px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-lgo {
        display: flex;
        width: 284px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        align-self: stretch;
        margin-right: auto;
        float: none;
        margin: auto;
        margin-bottom: 40px;
    }
    .mainlogo-footer .copy-right{
        display: none;
    }
    .social-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-bottom: 13px;
    }
    .copy-right p {
        color: var(--Neutral-500, #D0D0D0);
        text-align: center;
        font-family: Sen;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.3px;
        margin-bottom: 20px;
    }
    .copy-right{
        text-align: center;
    }
    .footer {
        padding: 38px 31px;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 597px;
        width: 100%;
        position: absolute;
        top: 121px;
        z-index: -1;
    }
    .how-to-do-left {
        width: 485px;
        max-width: 100%;
    }
    .home-to-do-bg {
        height: 738px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .how-to-do-right h5 {
        color: var(--Primary, #172254);
        font-family: Sen;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -1px;
        margin-bottom: 18px;
    }
    .how-to-do-left h2 , .how-to-do-left h2 span{
        color: var(--Primary, #172254);
        font-family: Sen;
        font-size: 36px;
        line-height: normal;
    }
    .about-aim-01 {
        margin-top: -8rem;
    }
    .contactus-bg {
        background: url(../images/contact-bg-hero-two.png) no-repeat;
        background-position: center center;
        background-size: cover;
        height: auto;
        flex-direction: column;
        padding-bottom: 0px;
    }
    .contacus-video {
        position: relative;
        right: 0px;
        top: 0px;
        width: 921px;
        height: 505px;
        clip-path: polygon(0 0, 100% 36%, 100% 100%, 0% 100%);
        margin-top: 4rem;
    }
    
    .ourservies-card .card {
        width: 180px;
        height: 180px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ourservies-card img {
        width: 100px;
        height: 100px;
        max-width: 100%;
        margin-top: 30px;
    }
    .card-servies h5 {
        font-size: 12px;
        height: 38px;
    }
    .servies-video {
       
        width: 295px;
        height: 662px;
       
    }
    .our-servies-main {
        height: 662px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-servies-main-content {
        width: 510px;
        max-width: 100%;
        margin-left: 12px;
    }
    .our-servies-main::after {
        width: 100%;
        z-index: 1;
        background-size: 100% 100%;
    }
    
    .our-servies-main-content h1 {
        font-size: 48px;
    }
    .our-servies-main-content p {
        color: var(--P-Light, #B3DCFF);
        font-family: Sen;
        font-size: 14px;
        margin: 24px 0px;
    }
    
}
@media only screen and (min-width: 900px) and (max-width:960px) {
    .color-bg-mo{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .home-about-section {
        width: 712px;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .about-aim-01 .container {
        height: 535px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .home-about-section p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }
    .home-about-section h2 {
        color: var(--Neutral-200, #F9F9F9);
        text-align: center;
        font-family: Sen;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        width: 700px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 24px;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 559px;
        width: 100%;
        position: absolute;
        top: 60px;
        z-index: -1;
    }
    .ourservies-card .card {
        width: 190px;
        height: 190px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ourservies-card img {
        width: 90px;
        height: 90px;
        max-width: 100%;
        margin-top: 53px;
    }
    .servies-video {
       
        width: 508px;
        height: 662px;
       
    }
    .our-servies-main {
        height: 662px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-servies-main-content {
        width: 510px;
        max-width: 100%;
        margin-left: 12px;
    }
    .our-servies-main::after {
        width: 100%;
        z-index: 1;
        background-size: 100% 100%;
    }
    
    .our-servies-main-content h1 {
        font-size: 48px;
    }
    .our-servies-main-content p {
        color: var(--P-Light, #B3DCFF);
        font-family: Sen;
        font-size: 14px;
        margin: 24px 0px;
    }
    
}
@media only screen and (min-width: 900px) and (max-width:999px) {
    .navbar-nav {
        gap: 20px;
    }
    .nav-link {
        font-size: 14px;
    }

    .home-hero-banner {
        height: 721px;
    }
    .div-home-subion {
        width: 490px;
        margin: auto;
        max-width: 100%;
        margin-top: 72px;
    }
    .suniocn-details ul li {
        display: flex;
        gap: 9px;
    }
    .suniocn-details ul {
        position: relative;
        gap: 34px;
    }
    .suniocn-details ul li::after {
        left: -19px;
    }
    .suniocn-details p {
        color: #FFF;
        font-family: Sen;
        font-size: 12px;
    }
    .suniocn-details img{
        width: 35px;
        height: 35px;
    }
    .home-hero-banner::after {
        content: "";
        background-size: 100% 100%;
        background-position: center center;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 49px;
        z-index: 2;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 220px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 222px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
    .home-content-center h1, .home-content-center h1 span{    
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 111%;  
    }
    .home-content-center {
        width: 700px;
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 0px 100px;
    }
    .home-content-center p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 16px;
    }
    .content-servies {
        margin-top: -1px;
    }

    .about-aim-01 .container {
        height: 701px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contactus-bg {
        height: 531px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-aim-01 .container {
        height: 526px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 559px;
        width: 100%;
        position: absolute;
        top: 95px;
        z-index: -1;
    }
    .home-about-section {
        width: 712px;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .about-aim-01 .container {
        height: 535px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .home-about-section p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }
    .home-about-section h2 {
        color: var(--Neutral-200, #F9F9F9);
        text-align: center;
        font-family: Sen;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        width: 700px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 24px;
    }
    .about-aim-01 {
        margin-top: -3rem;
    }
    .contactus-bg {
        height: 580px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacus-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 455px;
        height: 593px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .contactus-bg::after {
        content: "";
        background: url(../images/home-bottom-img.png) no-repeat;
        background-position: center center;
        position: absolute;
        bottom: -2px;
        left: 0px;
        right: 0px;
        height: 50px;
    }
    .contactleft-content {
        width: 638px;
        max-width: 100%;
        margin-left: 2px;
    }
    .ourservies-card .card {
        width: 190px;
        height: 190px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ourservies-card img {
        width: 90px;
        height: 90px;
        max-width: 100%;
        margin-top: 53px;
    }
    .servies-video {
       
        width: 508px;
        height: 662px;
       
    }
    .our-servies-main {
        height: 662px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-servies-main-content {
        width: 510px;
        max-width: 100%;
        margin-left: 12px;
    }
    .our-servies-main::after {
        width: 100%;
        z-index: 1;
        background-size: 100% 100%;
    }
    
    .our-servies-main-content h1 {
        font-size: 48px;
    }
    .our-servies-main-content p {
        color: var(--P-Light, #B3DCFF);
        font-family: Sen;
        font-size: 14px;
        margin: 24px 0px;
    }
}
@media only screen and (min-width: 1000px) and (max-width:1080px) {
    .navbar-nav {
        gap: 20px;
    }
    .nav-link {
        font-size: 14px;
    }
    .home-hero-banner {
        height: 765px;
    }
    .div-home-subion {
        width: 550px;
        margin: auto;
        max-width: 100%;
        margin-top: 72px;
    }
    .suniocn-details ul li {
        display: flex;
        gap: 9px;
    }
    .suniocn-details ul {
        position: relative;
        gap: 34px;
    }
    .suniocn-details ul li::after {
        left: -19px;
    }
    .suniocn-details p {
        color: #FFF;
        font-family: Sen;
        font-size: 14px;
    }
    .suniocn-details img{
        width: 50px;
        height: 50px;
    }
    .home-hero-banner::after {
        content: "";
        background-size: 100% 100%;
        background-position: center center;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 49px;
        z-index: 2;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 240px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 243px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
    .home-content-center h1, .home-content-center h1 span{    
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 111%;  
    }
    .home-content-center {
        width: 700px;
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 0px 55px;
    }
    .home-content-center p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 16px;
    }
    .content-servies {
        margin-top: -1px;
    }
    .contactus-bg {
        height: 580px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacus-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 455px;
        height: 593px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .contactus-bg::after {
        content: "";
        background: url(../images/home-bottom-img.png) no-repeat;
        background-position: center center;
        position: absolute;
        bottom: -2px;
        left: 0px;
        right: 0px;
        height: 50px;
    }
    .contactleft-content {
        width: 638px;
        max-width: 100%;
        margin-left: 2px;
    }
    .contactus-form h3{
        color: var(--Neutral-Near-Black, #0E0E0E);
        font-family: Sen;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -1px;
        margin-bottom: 32px;
    }
    .about-aim-01 .container {
        height: 526px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 557px;
        width: 100%;
        position: absolute;
        top: 103px;
        z-index: -1;
    }
    .home-about-section {
        width: 872px;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .about-aim-01 {
        margin-top: -3rem;
    }
    .how-to-do-left {
        width: 485px;
        max-width: 100%;
    }
    .ourservies-card .card {
        width: 210px;
        height: 210px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ourservies-card img {
        width: 110px;
        height: 110px;
        max-width: 100%;
        margin-top: 53px;
    }
    .servies-video {
       
        width: 508px;
        height: 662px;
       
    }
    .our-servies-main {
        height: 662px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-servies-main-content {
        width: 580px;
        max-width: 100%;
        margin-left: 12px;
    }
    .our-servies-main::after {
        width: 100%;
        z-index: 1;
        background-size: 100% 100%;
    }
    .our-servies-main-content h1 {
        font-size: 53px;
    }
    .our-servies-main-content p {
        color: var(--P-Light, #B3DCFF);
        font-family: Sen;
        font-size: 16px;
        margin: 24px 0px;
    }
}
@media only screen and (min-width: 1100px) and (max-width:1190px) {
    .navbar-nav {
        gap: 24px;
    }
    .nav-link {
        font-size: 14px;
    }
    .home-hero-banner {
        height: 765px;
    }
    .div-home-subion {
        width: 550px;
        margin: auto;
        max-width: 100%;
        margin-top: 72px;
    }
    .suniocn-details ul li {
        display: flex;
        gap: 9px;
    }
    .suniocn-details ul {
        position: relative;
        gap: 34px;
    }
    .suniocn-details ul li::after {
        left: -19px;
    }
    .suniocn-details p {
        color: #FFF;
        font-family: Sen;
        font-size: 14px;
    }
    .suniocn-details img{
        width: 50px;
        height: 50px;
    }
    .home-hero-banner::after {
        content: "";
        background-size: 100% 100%;
        background-position: center center;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 49px;
        z-index: 2;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 260px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 260px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
    .home-content-center h1, .home-content-center h1 span{    
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 111%;  
    }
    .home-content-center {
        width: 700px;
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 0px 55px;
    }
    .home-content-center p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 16px;
    }
    .content-servies {
        margin-top: -1px;
    }
    .contactus-bg {
        height: 580px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacus-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 540px;
        height: 593px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .contactus-bg::after {
        content: "";
        background: url(../images/home-bottom-img.png) no-repeat;
        background-position: center center;
        position: absolute;
        bottom: -2px;
        left: 0px;
        right: 0px;
        height: 50px;
    }
    .contactleft-content {
        width: 638px;
        max-width: 100%;
        margin-left: 2px;
    }
    .about-aim-01 .container {
        height: 526px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 557px;
        width: 100%;
        position: absolute;
        top: 103px;
        z-index: -1;
    }
    .home-about-section {
        width: 872px;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .about-aim-01 {
        margin-top: -3rem;
    }
    .ourservies-card .card {
        width: 220px;
        height: 220px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ourservies-card img {
        width: 120px;
        height: 120px;
        max-width: 100%;
        margin-top: 53px;
    }
    .servies-video {
       
        width: 508px;
        height: 662px;
       
    }
    .our-servies-main {
        height: 662px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-servies-main-content {
        width: 643px;
        max-width: 100%;
        margin-left: 12px;
    }
    .our-servies-main::after {
        width: 100%;
        z-index: 1;
        background-size: 100% 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1290px) {
    .navbar-nav {
        gap: 24px;
    }
    .nav-link {
        font-size: 14px;
    }
    .home-hero-banner {
        height: 765px;
    }
    .div-home-subion {
        width: 630px;
        margin: auto;
        max-width: 100%;
        margin-top: 72px;
    }
    .suniocn-details ul li {
        display: flex;
        gap: 9px;
    }
    .suniocn-details ul {
        position: relative;
        gap: 34px;
    }
    .suniocn-details ul li::after {
        left: -19px;
    }
    .suniocn-details p {
        color: #FFF;
        font-family: Sen;
        font-size: 14px;
    }
    .suniocn-details img{
        width: 50px;
        height: 50px;
    }
    .home-hero-banner::after {
        content: "";
        background-size: 100% 100%;
        background-position: center center;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 49px;
        z-index: 2;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 287px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 287px;
        height: 718px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
    .home-content-center h1, .home-content-center h1 span{    
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 111%;  
    }
    .home-content-center {
        width: 700px;
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 0px 24px;
    }
    .home-content-center p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 16px;
    }
    .content-servies {
        margin-top: -1px;
    }
    .contactus-bg {
        height: 580px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contactleft-content {
        margin-left: 0px;
    }
    .contacus-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 677px;
        height: 593px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .contactus-bg::after {
        content: "";
        background: url(../images/home-bottom-img.png) no-repeat;
        background-position: center center;
        position: absolute;
        bottom: -2px;
        left: 0px;
        right: 0px;
        height: 50px;
    }
    .about-aim-01 .container {
        height: 526px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 557px;
        width: 100%;
        position: absolute;
        top: 103px;
        z-index: -1;
    }
    .home-about-section {
        width: 872px;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .about-aim-01 {
        margin-top: -3rem;
    }
    .ourservies-card .card {
        width: 240px;
        height: 240px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ourservies-card img {
        width: 135px;
        height: 135px;
        max-width: 100%;
        margin-top: 53px;
    }
    .our-servies-main {
        height: 626px;
    }
    .servies-video {
        width: 547px;
        height: 626px;
    }
    .our-servies-main::after {
        height: 42px;
        background-size: 100% 100%;
        width: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 1300px) and (max-width:1390px) {
    .navbar-nav {
        gap: 32px;
    }
    .home-hero-banner {
        height: 765px;
    }
    .div-home-subion {
        width: 630px;
        margin: auto;
        max-width: 100%;
        margin-top: 72px;
    }
    .suniocn-details ul li {
        display: flex;
        gap: 9px;
    }
    .suniocn-details ul {
        position: relative;
        gap: 34px;
    }
    .suniocn-details ul li::after {
        left: -19px;
    }
    .suniocn-details p {
        color: #FFF;
        font-family: Sen;
        font-size: 14px;
    }
    .suniocn-details img{
        width: 50px;
        height: 50px;
    }
    .home-hero-banner::after {
        content: "";
        background-size: 100% 100%;
        background-position: center center;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 48px;
        z-index: 2;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 293px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 294px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
    .home-content-center h1, .home-content-center h1 span{    
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 111%;  
    }
    .home-content-center {
        width: 700px;
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 0px 24px;
    }
    .home-content-center p {
        color: var(--P-Light, #B3DCFF);
        text-align: center;
        font-family: Sen;
        font-size: 16px;
    }
    .contactus-bg {
        height: 580px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contactleft-content {
        width: 638px;
        max-width: 100%;
        margin-left: 0px;
    }
    .contacus-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 677px;
        height: 593px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .contactus-bg::after {
        content: "";
        background: url(../images/home-bottom-img.png) no-repeat;
        background-position: center center;
        position: absolute;
        bottom: -2px;
        left: 0px;
        right: 0px;
        height: 50px;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 800px;
        width: 100%;
        position: absolute;
        top: 110px;
        z-index: -1;
    }
    .about-aim-01{
        margin-top: -4rem;
    }
    .ourservies-card .card {
        width: 240px;
        height: 240px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ourservies-card img {
        width: 135px;
        height: 135px;
        max-width: 100%;
        margin-top: 53px;
    }
    .servies-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 635px;
        height: 757px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
        z-index: 1;
    }
    .our-servies-main {
        height: 626px;
    }
    .servies-video {
        width: 547px;
        height: 626px;
    }
    .our-servies-main::after {
        height: 42px;
        background-size: 100% 100%;
        width: 100%;
        z-index: 1;
    }
}
@media only screen and (min-width: 1400px) and (max-width:1490px) {
    .navbar-nav {
        gap: 32px;
    }
    .home-hero-banner {
        height: 863px;
    }
    .div-home-subion {
        width: 650px;
        margin: auto;
        max-width: 100%;
        margin-top: 150px;
    }
    .suniocn-details ul li {
        display: flex;
        gap: 9px;
    }
    .suniocn-details ul {
        position: relative;
        gap: 34px;
    }
    .suniocn-details ul li::after {
        left: -19px;
    }
    .suniocn-details p {
        color: #FFF;
        font-family: Sen;
        font-size: 14px;
    }
    .suniocn-details img{
        width: 50px;
        height: 50px;
    }
    .home-hero-banner::after {
        content: "";
        background: url(../images/home-bottom-img.png) #172254 no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 48px;
        z-index: 2;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 319px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 323px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
    .home-content-center h1, .home-content-center h1 span{    
        font-size: 66px;
        font-style: normal;
        font-weight: 700;
        line-height: 106%;  
    }
    .home-content-center {
        width: 784px;
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 0px 24px;
    }
    .contactus-bg {
        height: 580px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacus-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 677px;
        height: 593px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 800px;
        width: 100%;
        position: absolute;
        top: 110px;
        z-index: -1;
    }
    .about-aim-01 {
        margin-top: -3rem;
    }
    .servies-video {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 635px;
        height: 757px;
        clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
        z-index: 1;
    }
}
@media only screen and (min-width: 1500px) and (max-width:1590px) {
    .home-hero-banner {
        height: 864px;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 272px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 272px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
}
@media only screen and (min-width: 1600px) and (max-width:1690px) {
    .home-hero-banner {
        height: 864px;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 272px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 272px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
}
@media only screen and (min-width: 1800px) and (max-width:1890px) {
    .home-hero-banner {
        height: 866px;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 370px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 370px;
        height: 816px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
}
@media only screen and (min-width: 1910px) and (max-width:1990px) {
    .home-hero-banner {
        background: url(../images/home-banner-img.png) #F9F9F9 no-repeat;
        height: 898px;
        background-size: cover;
        background-position: center center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        padding-top: 10rem;
    }
    .home-hero-banner::after {
        content: "";
        background: url(../images/home-bottom-img.png) #172254 no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 54px;
        z-index: 2;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 433px;
        height: 875px;
        overflow: hidden;
        max-width: 100%;
        border-top-right-radius: 20px;
    }
    .home-left-videio video {
        width: 438px;
        height: 851px;
        max-width: 100%;
        object-fit: cover;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 431px;
        height: 882px;
        overflow: hidden;
        max-width: 100%;
        border-top-left-radius: 20px;
    }
    .home-right-videio video {
        width: 436px;
        height: 844px;
        max-width: 100%;
        object-fit: cover;
    }
    .footer .container{
        width: 1211px;
        max-width: 100%;
        margin: auto;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 1168px;
        width: 100%;
        position: absolute;
        top: 13px;
        z-index: -1;
    }
}
@media only screen and (min-width: 2000px) and (max-width:2190px) {
    .home-hero-banner {
        background-position: center center;
        display: flex;
        justify-content: center;
        background-size: cover;
        align-items: center;
        
    }
    .home-left-videio video {
        width: 490px;
        height: 826px;
        max-width: 100%;
        object-fit: cover;
    }
    .home-right-videio video {
        width: 500px;
        height: 825px;
        max-width: 100%;
        object-fit: cover;;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 490px;
        height: 836px;
    }
    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 492px;
        height: 826px;
    }    
    .home-hero-banner::after {
        content: "";
        background-size: 100%;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 48px;
        z-index: 2;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        height: 1168px;
        width: 100%;
        position: absolute;
        top: 19px;
        z-index: -1;
    }
    .home-to-do-bg::after {
        content: " ";
        position: absolute;
        background: url(../images/How-to-do-bg.png) no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        padding-bottom: 0px;
        width: 100%;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 105px;
        height: 1059px;
        z-index: -1;
    }
    .contactus-bg::after {
        content: "";
        background: url(../images/home-bottom-img.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        position: absolute;
        bottom: -1px;
        left: 0px;
        right: 0px;
        height: 50px;
        width: 100%;
    }
}
@media only screen and (min-width: 2200px) and (max-width:4400px) {
    .contactus-bg::after {
        content: "";
        background: url(../images/home-bottom-img.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        position: absolute;
        bottom: -1px;
        left: 0px;
        right: 0px;
        height: 50px;
        width: 100%;
    }
    body{
        background-color: #F9F9F9;
    }

    .home-hero-banner {
        background-position: center center;
        display: flex;
        justify-content: center;
        background-size: cover;
        align-items: center;
        width: 2160px;
        max-width: 2160px;
        margin: auto;
        
    }
    .home-left-videio video {
        width: 490px;
        height: 825px;
        max-width: 100%;
        object-fit: cover;
    }
    .home-right-videio video {
        width: 500px;
        height: 825px;
        max-width: 100%;
        object-fit: cover;
    }
    .home-right-videio {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 490px;
        height: 890px;
    }

    .home-left-videio {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 492px;
        height: 890px;
    }    
    .home-hero-banner::after {
        content: "";
        background-size: 100%;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 48px;
        z-index: 2;
    }
    .about-aim-01::before {
        content: "";
        background: url(../images/About-wave-01.png) no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        height: 1168px;
        width: 100%;
        position: absolute;
        top: 19px;
        z-index: -1;
    }
    .home-to-do-bg::after {
        content: " ";
        position: absolute;
        background: url(../images/How-to-do-bg.png) no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        padding-bottom: 0px;
        width: 100%;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 105px;
        height: 1059px;
        z-index: -1;
    }
}

