body{
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1600px;
  min-width: auto;
  overflow-x: hidden;
  height: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  background-image: url(src/bg1.png);
  backface-visibility: visible;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


.b-example-divider{
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.b-example-divider-s{
  height: 1rem;
  background-color: #000000e3;
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.footer{
  /*background-image: url(src/aa222.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: -webkit-center;
}

.footerx{
  background: #000000e3;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footerh{
  color: #e40031;
}

.icoplay{
  color: #e40031;
}

.bdrclr{
  border-top: 1px solid #e40031;
}

.map{
  filter: invert(1);
}

.mapx{
  background: #000000e3;
}

.fula {
  display: inline-block;
  position: relative;
  color: #fff;
}

.fula:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e40031;
  transform-origin: bottom right;
  transition: transform 0.50s ease-out;
}

.fula:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.footlnk:hover{
  color: #e40031;
}


.selector-for-some-widget {
    box-sizing: content-box;
  }



  a.navbar-brand{
    margin-right: 0;
  }

  .ezz_nav{
    z-index: 999;
    background-image: url(src/nav.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-bottom: 10px solid #000000;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-shadow: 0px 2px 5px #000;
  }

  .ezz_nav2{
    background: #ffffff00;
    border-bottom: 3px solid #e40031;
    box-shadow: 0px 1px 5px #e40031;
  }


  .ula {
    display: inline-block;
    position: relative;
    color: #111111;
  }
  
  .ula:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e40031;
    transform-origin: bottom right;
    transition: transform 0.50s ease-out;
  }
  
  .ula:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


  .nav-link{
    color: #000 !important;
  }


  ul.dropdown-menu.show{
    background: #242424b3;
    border: 1px solid;
    box-shadow: 0px 0px 3px #464646;
  }


  a.dropdown-item{
    color: #fff;
  }


  .navbar-toggler:focus{
    box-shadow: none !important;
  }

  button.navbar-toggler{
    background: #111111;
    border-radius: 1px;
  }

  .ezz_brand{
    text-align: -webkit-center;
  }


  .w-33{
    width: 33%;
  }


  
  a.ezz_icon:hover{
    color: #e40031;
    transform: scale(0.9);
  }


  .ban1{
    top: 33%;
  }

  h2.hban1{
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
  }

  h3.hban1{
    font-size: 2rem;
    color: #e40031;
    font-weight: bold;
    padding-top: 2rem;
  }

  span.sban1{
    background: rgb(0, 0, 0);
    padding: 2px 10px;
  }

  span.sban11{
    background: #fff;
    padding: 2px 10px;
  }

  @media (max-width: 768px){
      .timeline__event__date{
        width: 100% !important;
        height: 210px;
    }
    h2.hban1{
      font-size: 1rem;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
    }
  
    h3.hban1{
      font-size: 1rem;
      color: #e40031;
      font-weight: 700;
      padding-top: 2rem;
    }

    .ban1{
      top: 10%;
    }
  }


  .ezz_txtlogo{
    margin-right: 2rem;
    margin-left: -4rem;
  }


  .kenburns-bottom {
    -webkit-animation: kenburns-bottom 10s ease-out 0.5s both;
            animation: kenburns-bottom 10s ease-out 0.5s both;
  }


  @-webkit-keyframes kenburns-bottom {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 84%;
              transform-origin: 50% 84%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(15px);
              transform: scale(1.25) translateY(15px);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
    }
  }
  @keyframes kenburns-bottom {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 84%;
              transform-origin: 50% 84%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(15px);
              transform: scale(1.25) translateY(15px);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
    }
  }
  

  .tracking-in-contract {
    -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
            animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  }

  @-webkit-keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }

  
  .text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
            animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
  }

  @-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }


  .sec2{
    -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
     background: #111111e6;
     background-image: url(src/bg2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  .sec2p{
    background: #fff;
  }


  .sec2p:hover{
    background: #e40031;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
  }

  .sec2t{
    color: #fff;
    text-shadow: 1px 2px 0px #e40031, 3px 4px 0px #000;
  }

  .sec2tt{
    color: #fff;
  }


.sec2i{
  color: #e40031;
}


.sec1m{
  clip-path: polygon(4% 13%, 100% 6%, 94% 31%, 89% 52%, 100% 97%, 100% 97%, 0% 93%);
}

.sec1m:hover{
  clip-path: polygon(4% 17%, 89% 8%, 87% 0%, 100% 51%, 95% 72%, 89% 98%, 0% 88%);
}

.we1{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 0px 8px;
  display: block;
  margin-right: 5px;
  float: left;
  background: #111;
  text-shadow: 1px 1px 0px #e40031;
}

.sec1p{
  background: #e40031;
  color: #fff;
  padding: 80px;
  clip-path: polygon(11% 0, 14% 9%, 91% 0, 91% 87%, 98% 100%, 14% 90%, 11% 100%, 0 51%);
}

.sec1p:hover{
  background: #fff;
  color: #e40031;
  clip-path: polygon(8% 0, 26% 0%, 98% 0, 91% 13%, 92% 100%, 14% 100%, 8% 100%, 0 51%);
}

.sec1{
  background-image: url(src/aa11.png);
  background-size: cover;
  background-attachment: fixed;
}


.sec3p1{
  clip-path: polygon(18% 1%, 100% 0%, 96% 100%, 9% 100%, 0% 50%);
  background: #e40031;
  color: #fff;
  padding: 50px 50px 50px 140px;
  text-align: left;
  font-weight: 500;
}


.sec3p2{
  background: #e40031;
  color: #fff;
  padding: 50px 140px 50px 50px;
  text-align: left;
  clip-path: polygon(0% 0%, 80% 0, 100% 50%, 87% 100%, 4% 99%);
  font-weight: 500;
}

.sec3m1{
  clip-path: polygon(0% 0%, 80% 0, 100% 50%, 87% 100%, 4% 99%);
  width: 70%;
}

.sec3m2{
  clip-path: polygon(18% 1%, 100% 0%, 96% 100%, 9% 100%, 0% 50%);
  width: 70%;
}


.sec3m{
  text-align: -webkit-center;
}




.sec4t{
  color: #000;
  text-shadow: 1px 2px 0px #fff, 3px 4px 0px #e40031;
}


.servi{
  background: #e40031;
  border-radius: 100%;
  outline: 1px double #000;
  outline-offset: 2px;
  width: 100px;
  height: 100px;
}

.servi:hover{
  transform: scale(1.2);
  outline: 1px double #e40031;
  outline-offset: 3px;
  background: #000;
  color: #fff;
  animation: bounce;
  animation-duration: .7s;
  transition: scale .2s ease-in-out;
  transition-timing-function: ease-in;
  transition-timing-function: ease-out;
}


.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
  width: 100%;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  /*align-self: center;*/
  width: 50vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 205%;
  background: #e40031;
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  z-index: 0;
  /*rotate: -5deg;*/
  /*transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;*/
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 21%;
  height: 2px;
  background: #e40031;
  position: absolute;
  right: 100%;
  z-index: 0;
  top: 50%;
  left: auto;
  /*rotate: 10deg;*/
  /*transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;*/
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #e40031;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  align-self: center;
  margin: 0 17px;
  background: #000;
  border-radius: 100%;
  width: 40px;
  /*box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);*/
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 205%;
  background: #e40031;
  position: absolute;
  top: 100%;
  z-index: 0;
  left: 50%;
  /*rotate: 5deg;*/
  /*transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;*/
}
.timeline__event__icon:after {
  content: "";
  width: 21%;
  height: 2px;
  background: #e40031;
  position: absolute;
  left: 100%;
  z-index: 0;
  top: 50%;
  /*rotate: 10deg;*/
  /*transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;*/
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #fff;
  color: #e40031;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #fff;
}

.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #e40031;
}
.timeline__event--type3 .timeline__event__icon {
  background: #000;
  color: #fff;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #fff;
}

.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}


.brandd{
  text-align: -webkit-center;
}


.sec22{
  background-image: url(src/world111.jpg);
  background-size: cover;
  background-attachment: fixed;
}


@media (max-width: 768px){
    .timeline__event{
        width: 100%;
    }
    
    .timeline__event__date{
        width: 100% !important;
        height: 210px;
    }
}


