.banner_sec .logo_cont{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-left:-19px;z-index:2;position:relative}
.banner_sec .logo_cont .item:first-child{border-right:2px solid #231f20;margin-right:10px;padding-right:10px}
.banner_sec .logo_cont .item:last-child{border-right:0;margin-right:0;padding-right:0}
.banner_sec{padding:70px 0 0;position:relative;z-index:1; overflow:hidden;}
.banner_sec:after{background:url(https://26102136.fs1.hubspotusercontent-eu1.net/hubfs/26102136/LP-AWS%20for%20Israel-Terasky/Hero%20-%20left.svg) no-repeat;background-position:50%;background-size:cover;content:"";height:100%;position:absolute;right:0;top:0;transform:translate3d(30px,0,0);width:46%;z-index:-1}
.banner_sec .container{max-width:1502px}
.banner_sec .wrap{align-items:center}
.banner_sec .wrap .left_col{margin-right:2%;padding-top:0;position:relative;width:48%;z-index:1}
.banner_sec .wrap .left_col:after{background:url(https://26102136.fs1.hubspotusercontent-eu1.net/hubfs/26102136/LP-AWS%20for%20Israel-Terasky/Hero_Clous.svg) no-repeat;background-position:50%;background-size:cover;content:"";height:723px;left:-48%;position:absolute;top:-32%;width:1051px;z-index:-1;animation:moveCloud 20s linear infinite}
.banner_sec .wrap .right_col{display:flex;justify-content:flex-end;margin-top:-14px;position:relative;right:-7.7%;width:50%;z-index:1}
.banner_sec .txt_cont{margin-bottom:118px}

@keyframes moveCloud{0%{left:-150px}100%{left:calc(100% + 150px)}}
@keyframes moveCloud2{0%{right:-150px}100%{right:calc(100% + 150px)}}

.scroll-down { position: absolute; left: 50%; bottom: calc((100% - 460px) / 2); display: block; text-align: center; font-size: 20px; z-index: 100; text-decoration: none; text-shadow: 0; width: 24px; height: 24px; border-bottom: 3px solid #000; border-right: 3px solid #000; -webkit-transform: translate(-50%, 0%) rotate(45deg); -moz-transform: translate(-50%, 0%) rotate(45deg); transform: translate(-50%, 0%) rotate(45deg); -webkit-animation: fade_move_down 4s ease-in-out infinite; -moz-animation: fade_move_down 4s ease-in-out infinite; animation: fade_move_down 4s ease-in-out infinite; cursor: pointer; }


@-webkit-keyframes fade_move_down {
  0% { -webkit-transform: translate(0, -10px) rotate(45deg); opacity: 0; }
  50% { opacity: 1; }
  100% { -webkit-transform: translate(0, 10px) rotate(45deg); opacity: 0; }
}

@-moz-keyframes fade_move_down {
  0% { -moz-transform: translate(0, -10px) rotate(45deg); opacity: 0; }
  50% { opacity: 1; }
  100% { -moz-transform: translate(0, 10px) rotate(45deg); opacity: 0; }
}

@keyframes fade_move_down {
  0% { transform: translate(0, -10px) rotate(45deg); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translate(0, 10px) rotate(45deg); opacity: 0; }
}


@media(max-width:1680px){
  .banner_sec .wrap .left_col {
    padding-top: 30px;
  }
  .banner_sec .wrap .right_col {
    right: -23.7%;
    width: 30%;
  }
}

@media(max-width:1440px){

  .banner_sec .wrap .left_col {
    padding-top: 0;
  }
  .banner_sec .txt_cont {
    margin-bottom: 80px;
  }
  .banner_sec .wrap .right_col {
    right: -25.7%;
    width: 26%;
  }
  .banner_sec .wrap .left_col:after {
    height: 623px;
    left: -21%;
    position: absolute;
    top: -32%;
    width: 901px;
    z-index: -1;
    /* animation: moveCloud 20s linear infinite; */
  }
}

@media(max-width:1200px){
  .banner_sec:after {
    width: 49%;
  }
  .banner_sec .wrap .left_col:after {
    height: 543px;
    left: -48%;
    top: -4%;
    width: 791px;
  }
}

@media(max-width:1201px){
  .banner_sec .wrap .left_col:after {
    height: 473px;
    left: -28%;
    top: -4%;
    width: 691px;
  }
  .banner_sec {
    padding: 70px 0;
  }
  .banner_sec .logo_cont {
    margin-bottom: 40px;
  }
}
@media(max-width:1024px){
  .banner_sec {
    padding: 50px 0 20px;
  }
  .banner_sec .logo_cont .item {
    max-width: 200px;
  }
  .banner_sec .logo_cont {
    margin-bottom: 40px;
  }
  .banner_sec .wrap .left_col {
    margin-right: 2%;
    padding-top: 0;
    width: 58%;
    z-index: 1;
  }
  .banner_sec .wrap .right_col {
    width: 40%;
    z-index: 1;
    right: -2.7%;
  }
  .banner_sec .wrap .left_col:after {
    height: 343px;
    left: -18%;
    top: -4%;
    width: 501px;
  }
  .banner_sec .txt_cont {
    margin-bottom: 78px;
  }
}


@media(max-width:767px){
  .banner_sec {
    padding: 35px 0 0;
    text-align: center;
  }
  .banner_sec .logo_cont .item {
    max-width: 106px;
  }
  .banner_sec .logo_cont .item:last-child {
    max-width: 37px;
  }
  .banner_sec .wrap {
    align-items: center;
    flex-wrap: wrap;
    padding: 0 40px;
  }
  .banner_sec .wrap .left_col {
    margin-right: 0;
    padding-top: 0;
    width: 100%;
    z-index: 1;
  }
  .banner_sec .wrap .right_col {
    width: 100%;
    z-index: 1;
    right: 0;
    max-width: 40%;
    margin: 0 auto;
    display: block;
  }
  .banner_sec:after{
    display:none;
  }
  .banner_sec .txt_cont {
    margin-bottom: 30px;
  }
  .banner_sec .wrap .left_col:after {
    height: 150px;
    left: -18%;
    top: 91%;
    width: 218px;
  }
  .banner_sec .right_col:after {
    content: "";
    height: 106px;
    right: -48%;
    position: absolute;
    bottom: 38%;
    width: 154px;
    z-index: -1;
    animation: moveCloud2 20s linear infinite;
  }
  .scroll-down {
    bottom: 50px;
  }
}

@media(max-width:480px){
  .banner_sec .wrap {
    padding: 0;
  }
}