body{
    margin: 0 auto;
    color: #021A37;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    background-color: #F5FAFF;
    transition: opacity 0.2s linear;
}
html{
    scroll-behavior: smooth;
}
.d-mb{
    display: none;
}
.mainContainer{
    transition: opacity 1s;
    opacity: 0;
}
.loadingSect{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 333333;
    background-image: url(../img/bgContact.svg);
    background-repeat: no-repeat;  
    background-position: center;
    background-color: #e3edf7;
}
.spinner-box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.circle-border{
    width: 150px;
    height: 150px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 31%, #fa680e 49% , #f89353 50%);
    animation: spin 1.2s linear infinite;
}
.circle-core{
    width: 100%;
    height: 100%;
    background: #e3edf7;
    border-radius: 50%;
}
.logo{
    width: 120px;
    position: absolute;
}

@keyframes spin {
    0%{
        transform: rotate(0deg);
    }
   100%{
        transform: rotate(360deg);
    }
}
a{
    text-decoration: none !important;
    transition: all ease 400ms;
}
/*Common*/
.button{
    display: inline-block;
    text-align: center;
    width: 130px;
    padding: 11px 2px;
    border-radius: 25px;
    border: #FF9450;
    color: #FFFFFF;
    background-color: #F48137;
    cursor: pointer;
    font-size: 80%;
}
.button:hover{
    background-color: #f5670e;
}
.container{
    padding: 0 120px;
}
.title{
    font-size: 200%;
    margin: 0;
    font-weight: bold;
}
/*Header*/
.main-header{   
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 120px;

}
.menuMobile {
    visibility: hidden;
    height: 0;
    margin-top: -20px;
}
.openMenu{
    display: none;
}
.headerText{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 8%;
}
.headerRead{
    cursor: pointer;
    font-size: 80%;
    color: #021A37;
}
.headerRead:hover{
    color: #F37D2A;
}
.headerRead.active{
    color: #F37D2A;
}
.content{
    max-width: 1220px;
    margin: 0 auto;
}
/*Banner*/
.banner{
    height: 500px;
    background-image: url(../img/slide-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 40px;
    background-attachment: fixed;
    animation:myanim 6s linear infinite;
}
.banner .content{
    display: flex;
}
.banner .logoImg, .banner .logoImgLast{
    animation: fromRight 1s linear;
}
.banner .title{
    animation: fromBottom 1s linear;
}
.banner.two{
    background-image: url(../img/Slide-02.png);
}
.banner.three{
    background-image: url(../img/Slide-03.png);
}
.bannerRead{
    text-align: center;
}
.banner .bannerText{
    width: 50%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.banner .bannerLogo{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Bar*/
.bar{
    background-color: #08284E;
    box-shadow: 0 0 30px 0 rgba(8, 40, 78, 0.43);
    padding: 15px 60px;
}
.bar .barContent{
    display: flex;
    align-items: center;
}
.bar .logoContent{
    border-left: 1px solid #74a8e04f;
    width: 25%;
    text-align: center;
}
.bar .logoContent.last{
    border-right: 1px solid #74a8e04f;
}

/*Take the control*/
.bannerTake{
    background: linear-gradient(184deg, rgb(247, 255, 255) 40%, rgba(207,230,253,1) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
}
.bannerTake .content{
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.bannerTake .title{
    max-width: 320px; 
}
.bannerTake .textSect{
    max-width: 390px;
}

/*Who we are*/
.whoWeAre{
    padding-top: 45px;
    text-align: center;
}

/*Services*/
.services{
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.servicesText{
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}
.servicesBoxSect{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.servicesBox{
    background-color: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0 0 40px 0 rgba(80, 112, 150, 0.1);
    text-align: center;
    padding: 25px 30px 10px;
    margin: 20px 40px;
}

/*register*/
.register{
    padding: 50px 30px;
    text-align: center;
    background-color: #EBF5FF;
}
.register .title{
    font-size: 280%;
    margin: 0 auto 40px;
    max-width:800px;
}

/*Your Platform*/
.BannerPlatform{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
.BannerPlatform .content{
   display: flex; 
   align-items: center;
   justify-content: space-between;
}
.BannerPlatform .imgSect{
    width: 50%;
}
.BannerPlatform .textSect{
    width: 50%;
}
.BannerPlatform .title{
    max-width: 340px; 
}
.BannerPlatform .textDesc{
    display: flex;
    align-items: baseline;
}
.BannerPlatform .textDesc i{
    color: #E7662A;
    margin-right: 10px;
}
.BannerPlatform .textDesc .textPlatform{
    margin-bottom: 0;
}
/*Contact*/
.contactSect{
    padding-top: 65px;
    padding-bottom: 75px;
    background-image: url(../img/bgContact.svg);
    background-repeat: no-repeat;  
    background-position: top center;
}
.contactSect .content{
    display: flex;
}
.contactSect .contactForm{
    width: 45%;
}
.contactSect .contactText{
    width: 50%;
}
.contactSect .contactLink{
    color: #0099D6;
    font-weight: bold;
}
.contactSect .contactLink .fa-envelope{
    font-size: 15px;
    margin-right: 5px;
}
.contactSect .contactLink.one{
    margin-right: 30px;
}
.contactSect .contactLink:hover{
    color: #E7662A;
}

input[type=text]::placeholder, textarea::placeholder {
    color: #A8B3C0;
    opacity: 1; /* Firefox */
  }
  select{
    border: unset;
    background-color: #F5FAFF;
    color: #021A37;
  }
  select:focus{
      outline: none;
  }
  
  input[type=text], textarea{
    font-family: 'Lato', sans-serif;
    border: 1px solid #d1d0d1;
    border-radius: 8px;
    box-shadow: 0 0 11px 0 rgba(2, 26, 55, 0.19);
    width: 90%;
    height: 45px;
    background-color: #ffffff;
    color: #021a37;
    padding-left: 10px;
    display: block;
    margin-bottom: 20px;
    -webkit-appearance: none;
  }
  textarea{
      height: 90px;
      padding: 15px;
      resize: none;
  }
  input[type=button] {
  font-family: 'lato', sans-serif;
  outline: none;
  }
  input:focus[type=text], textarea:focus{
      outline-color: #0099D6;
      box-shadow: 0 0 11px 0 rgba(123, 177, 243, 0.938);
  }
  .rrssSect{
      margin-top: 60px;
  }
  .rrssSect .rrssLink{
      color: #021A37;
      margin-right: 20px;
  }
  .rrssSect .rrssLink:hover{
    color: #E7662A;
}


/*FOOTER*/
.footer{
    background-color: #EBF5FF;
    text-align: center;
    padding: 20px 0 0;
    font-size: 14px;
}
.footerText{
    font-weight: bold;
    margin-bottom: 0;
}
.smallText{
    margin-top: 4px;
}
.byText{
    font-size: 12px;
    border-top: 1px solid #51505026;
    margin: 0;
    padding: 20px;
}





/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
}
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #08284E;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover, .next:hover {
    color: #E7662A;
  }
  
  /* The dots/bullets/indicators */
  .dots{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #08284e70;
    border-radius: 4px;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .dot:hover {
    background-color: #08284E; 
  }
  .dot.active{
    background-color: #08284E;
    height: 8px;
    width: 18px;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }


  /**++++++ ANIMATION ++++++++*/
 
@keyframes myanim {
    0% {
        background-position:0 0;
    }
    50% {
        background-position:0 20px ;
    }
    100% {
        background-position:0 0;
    }
}
@keyframes fromRight {
    0% {
        margin-right: -200%;
    }

    100% {
        margin-left:0;
    }
}
@keyframes fromBottom {
    0% {
        margin-bottom: -200%;
    }

    100% {
        margin-bottom:0;
    }
}
@keyframes fromLeft{
    0% {
        margin-left: -200%;
    }

    100% {
        margin-left:0;
    }
}


@media only screen and (max-width: 1299px) {
    .main-header .logoImg{
        width: 220px;
    }
    .headerText{
        margin-left: 5%;
    }
}
@media only screen and (max-width: 1199px) {
    .container{
        padding: 40px 80px;
    }
    .main-header {
        padding: 10px 80px;
    }
    .BannerPlatform .imgSect img, .bannerTake .imgSect img{
        width: 90%;
    }
    .banner .logoImg{
        width: 82%;
    }
}
@media only screen and (max-width: 1099px) {
    .main-header{
        padding: 10px 40px;
    }
    .servicesBoxSect {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 997px) {
    @keyframes myanim {
    0% {
        background-position:100% 0;
    }
    50% {
        background-position:100% 20px ;
    }
    100% {
        background-position:100% 0;
    }
}
    body{
        font-size: 14px;
    }
    .h-md{
        display: none;
    }
    .title{
        font-size: 170%;
    }
    .openMenu{
        font-size: 24px;
        display: block;
    }
    .visible {
        visibility: visible;
        opacity: 1;
        max-height: 1000px;
      }
      .hidden {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
      }
    .menuMobile {
        background-color: #00050f;
        position: fixed;
        top: 0;
        width: 65%;
        z-index: 3;
        height: 100%;
        padding: 60px 10px 10px 20px;
        -webkit-transition: visibility 0s, opacity 0.15s linear;
        transition: visibility 0s, opacity 0.15s linear;
    }
    .menuMobile p{
        color: #0069bc;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        right: 56px;
        top: 14px;
    }
    .menuMobile a {
        display: block;
        color: #ffffff;
        padding: 10px;
    }
    .headerText{
        width: unset;
        margin-left: 0;
    }
    .headerRead{
        font-size: 100%;
    }
    .banner{
        height: 700px;
    }
    .banner .content{
        flex-direction: column;
        justify-content: center;
    }
    .banner .bannerText, .banner .bannerLogo{
        width: 100%;
        justify-content: center;
    }
    .banner .logoImg{
        width: 50%;
        margin-top: 40px;
    }
    .banner .logoImgLast{
        margin-bottom: -110px;
    }
    .BannerPlatform .imgSect img, .bannerTake .imgSect img{
        width: 90%;
    }
    .bannerTake .textSect {
        max-width: 50%;
        padding-right: 15px;
    }
    .whoWeAre .whoImg{
        width: 100%;
    }
    .register{
        padding: 40px 30px;
    }
    .register .title {
        font-size: 200%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .button{
        font-size: 85%;
    }
    .h-mb{
        display: none;
    }
    .d-mb{
        display: block;
    }
    .container{
        padding: 50px 30px;
    }
    .main-header {
        padding: 8px 30px;
    }
    .banner .logoImg{
        width:80%;
        margin-top: 40px;
    }
    .bannerTake .content{
        flex-direction: column;
    }
    .bannerTake .textSect {
        max-width: 100%;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .bannerTake .title {
        max-width: 100%;
    }
    .servicesBoxSect {
        grid-template-columns: repeat(1, 1fr);
    }
    .BannerPlatform .content, .contactSect .content{
        flex-direction: column-reverse;
    }
    .BannerPlatform .title {
        max-width: 100%;
    }
    .BannerPlatform .title{
        text-align: center;
    }
    .BannerPlatform .textSect {
        width: 100%;
    }
    .BannerPlatform .imgSect {
        margin-top: 40px;
        width: 100%;
    }
    .contactSect .contactText {
        width: 100%;
        text-align: center;
    }
    .contactSect .contactForm {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .contactSect .contactLink.one{
        margin-right: 0;
    }
    .contactSect .contactLink {
        display: block;
        text-align: center;
    }
    input[type=text], textarea {
        width: 100%;
    }
    .rrssSect {
        margin-top: 35px;
        font-size: 30px;
    }
    .barContent{
        overflow: hidden;
    }
    .bar {
        width: 100%;
        height: 35px;
    }
    .bar .barContent{
        position: relative;
        box-sizing: border-box;
        animation: scroll 8s linear infinite;
        width:1000px;
        overflow: hidden;
    }
    @keyframes scroll {
        0% {left:0%;}
        100% {left:-100%;}
    }
}
@media only screen and (max-width: 515px) {
    .hideMb{
        display: none;
    }
    .main-header .logoImg {
        width: 150px;
    }
    .banner {
        height: 500px;
    }
    .banner .logoImgLast{
        width: 160%;
    }
}
@media only screen and (max-width: 385px) {
    .servicesBox{
        margin: 20px 10px;
    }
    .main-header .logoImg {
        width: 125px;
    }
    .banner.three{
        justify-content: space-around;
    }
}

