* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f2f2f2;
  font-family: 'Poppins', sans-serif;
}
a {
  text-decoration: none;
  color: #ECC94B;
}
header {
  width: 100%;
  /* height: 100vh; */
}

.hot {

}
.hot ul {
  padding-inline-start: 0px !important;

}

.hot h3 {
  color: #133141;
  font-size: 20px;
  
}
.hot p {
  margin-bottom:5px !important;
}


#hotspotImg .hot-spot .tooltip {
  padding: 0px 5px !important;
}

.container {
  max-width: 75% !important;
  padding-left: 5% !important;
}
nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100vw;
  z-index: 99;
  background-color: #fff;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  transition: all 650ms cubic-bezier(1,0,0,1);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 5%;
  height: 100vh;
  background-color: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0px 4.28058px 21.4029px rgba(0, 0, 0, 0.15));
}

ul.main {
  margin-left: 100px;
  margin-top: 250px;
  list-style-type: none;
}
  li.main {
    margin-bottom: 20px;
    transform: translateX 40px;
    opacity: 0;
    transition: all .3s ease;
  }

  .menu a {
    color: #999999;
    padding-top: 0 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    
  }



  
    
    
    
  
/* nav {
  display: none !important;

} */

nav.open {
  /* display: block !important; */
  left: 0;
  border-radius: initial;
}
.nav-list {
  width: 100%;
  list-style: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
li {
  margin: 0 2rem;
}
.nav-link {
  color: #c6c6c6;
  font-size: 2rem;
  border: none;
  background-color: transparent;
  padding: 1rem;
}
.nav-link:hover, .nav-link:focus {
  color: #54C5CF;
}
.menu-toggler {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 2.5rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 999;
  transition: all 650ms ease-out;
}
.menu-toggler.open {
  transform: rotate(-45deg);
  color: #333;
}
.bar {
  background-color: #133141;
  width: 100%;
  height: 4px;
  border-radius: 0.8rem;
}
.bar.half {
  width: 50%;
}
.bar.top {
  transform-origin: right;
  transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  
}
.open .bar.top {
  transform: rotate(-450deg) translateX(0.8rem);
  background-color: #333;
}
.bar.bottom {
  align-self: flex-end;
  transform-origin: left;
  transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  
}
.open .bar.bottom {
  transform: rotate(-450deg) translateX(-0.8rem);
  background-color: #333;
}
.open .bar {
  
  background-color: #333;
}





/* ================================================================================= Main ===================================================================== */
.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: none;
  color: #333 !important;
  font-weight: bold;
}
.nav-tabs .nav-link:hover {
  color: #54C5CF !important;
  border: none !important;
}
.nav-tabs .nav-link:focus {
  
  border: none !important;
}
.nav-tabs .nav-link {
  
  border: none !important;
}
 .nav-item:hover {
  color: #54C5CF !important;
  border: none !important;
}
.nav-tabs {
  border-bottom: none !important;
}

.nav-link {
  color: #999 !important;
}

.topr {
  height: 80px;
  background-color: #133141 !important;
  width: 100%;
  display: flex;
  justify-content: space-between; 
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 1;
}

.logo {
  padding-left: 130px;
  padding-top: 10px;
  
}

.logo img {
  height: 60px !important;
}

.topr .btn {
  height: 40px;
  /* width: 100px; */
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 50px;
  
}

.btn-primary {
  color: #fff;
  background-color: #FFCB08 !important;
  border: none !important;
  border-color: none!important;
  border-radius: none !important;
  color: #133141 !important;
  padding: 7px 30px !important;
}
.btn {
  border-radius: 0px !important;
}

.logo_font {
  font-family: 'Bauhaus Md BT', sans-serif;
  
}



.jumbotron .hero {
  background-image: url(../imgs/baner.png) !important;
  height: 950px !important;

    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white;
  clip-path: polygon(0 0%, 100% 0, 100% 75%, 0 100%);
  padding: 8rem 20%;
  z-index: -99999;
}
.jumbotron .hero_main {
  background-image: url(../imgs/baner3.png) !important;
  height: 950px !important;

    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white;
  clip-path: polygon(0 0%, 100% 0, 100% 75%, 0 100%);
  padding: 8rem 20%;
  z-index: -99999;
}
.jumbotron .hero_platform {
  background-image: url(../imgs/baner_2.png) !important;
  height: 950px !important;

    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white;
  clip-path: polygon(0 0%, 100% 0, 100% 75%, 0 100%);
  padding: 8rem 20%;
  z-index: -99999;
}



.background_cut {
  background-color: #f2f2f2;
  color: white;
  clip-path: polygon(0 21%, 100% 0, 100% 75%, 0 100%);
  /* padding: 10rem 20%; */
  height: 1650px !important;
}
.up_cut {
  background-color: #f2f2f2;
  color: white;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
  /* padding: 10rem 20%; */
  height: 950px !important;
}
.down_cut {
  background-color: #f2f2f2;
  color: white;
  clip-path: polygon(0 0%, 100% 0, 100% 65%, 0 100%);
  /* padding: 10rem 20%; */
  height: 930px !important;
}
.down_cut_big {
  background-color: #f2f2f2;
  color: white;
  clip-path: polygon(0 0%, 100% 0, 100% 65%, 0 100%);
  /* padding: 10rem 20%; */
  height: 1000px !important;
}

.jumbotron .lead {
  font-size: 50px;
  max-width: 48%;
  line-height: 110%;
  font-weight: bold;
}

.jumbotron {
  height: 1000px !important;
}

.box {
  background-color: #c6c6c6;
  height: 350px;
  /* width: 550px; */
}

/* .mains {
  padding-left: 5%;
} */

.bl {
  border-left: 3px solid #FACA3F !important;
  
}

.de_logo {
  width: 60px;
}

.metrics {
  background-color: #333;
  color: #fff;
}
.metrics h2 {
  color:#FACA3F; font-weight: bold; font-size: 70px;
}

.card {
  background-color: #133141 !important;
  color: #fff;
  height: 250px;
  padding: 30px;
  text-align: center;
  border: none !important;
}
.carder {
  background-color: #133141 !important;
  color: #fff;
  
  padding: 10px;
  text-align: center;
  border: none !important;
  margin-bottom: 10px;
}
.card h3 {
 
  color: #FACA3F;
  
}
.cardeo {
  background-color: #fff !important;
  color: #333;
  height: 500px;
  padding: 0px;
  text-align: center;
  border: none !important;
  /* border-radius: 8px; */
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.cardeo img{
 width: 100%;
}




.card h3 {
  font-weight: bold;
}

.pass {
  position: absolute;
  top: 3500px;
  height: 0px;
  padding:  0 12% 0 15%  !important;
  margin-bottom: -300px !important;
}

.pass .btn {
  font-size: 20px !important;
  padding-bottom: 10px;
}

.industries {
  color: white;
  position: absolute;
top: 4250px;
z-index: 1;
  
  
}

.bg-b {
  background-color: #FACA3F;
  
}

.platform_section {
  background-image: url(../imgs/bg-2.png) !important;
  height: 950px !important;

    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* position: relative;
    top: -270px; */
    margin-top: 20%;
  
  
  
}
.blue_section {
  /* background-image: url(../imgs/bg-2.png) !important; */
  /* height: 950px !important; */

    /* Center and scale the image nicely */
    /* background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
    /* position: relative;
    top: -270px; */
    margin-top: 6% !important;
    background-color: #133141 !important;
  
  padding-bottom: 50px;
  
}
.webinar_section {
  background-image: url(../imgs/bg-3.png) !important;
  /* height: 950px !important; */

    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* position: relative;
    top: -270px; */

    
    
}

a {
  color: #8CDEF8 !important;
  text-decoration: none !important;
  font-size: 18px;
}

.past {
  
  padding: 5% 10% !important;
  
}

.cardeos {
  height: 120px;
  margin-top: 10px;
  padding: 20px;
  text-align: left;
  background-color: #fff !important;
  color: #333;
}
.cardeos:hover {
  transition: ease-in-out 0.2s;
  text-align: left;
 
  color: #fff;
  background-color: #133141 !important;
  border-left: 10px solid #FFCB08;
}
.cardeos:hover h4 {
  
  color:#FFCB08;
}

.cardeos p {
  font-size: 14px !important;
}
.cardeom {
  /* height: 120px; */
  margin-top: 10px;
  
  padding: 10px 40px;
  text-align: left;
  background-color: #54C5CF !important;
  /* opacity: 20%; */
  color: #133141;
  border-left: 10px solid #FFCB08;
}

.cardeom h4 {
  font-size: 36px !important;
}

.form {
  background-color: #666;
  
  position: relative;
  
    /* top: -270px;
    height: auto; */
}
.menu .form {
  
  position: relative;
    /* top: -270px;
    height: auto; */
    color: #333 !important;
}

.form input {
  margin-top: 15px;
}

.footer {
  background-color:#000;
  color: #fff;
  height: 290px;
  /* position: relative;
    top: -270px; */
    
}

.bottom {
  display: flex;
  justify-content: space-between;
}

.footer li {
  list-style: none

}

.footer li a {
font-size: 14px !important;
color: #fff !important;
text-decoration: none !important;
}

.menu .card {
  background-color: #f9f9f9 !important;
  color: #54C5CF !important;
  border: 2px solid #54C5CF !important;
  height: 100%;
  padding: 0px 25px ;
  font-size: 18px;
  font-weight: 400;
  text-transform: none !important;
  border-radius: 8px;
  letter-spacing: 0px;

}

.menu img {
  text-align: center;
  margin: auto;
  width: 70%;
}

.menu a {
  color: #54C5CF !important;
    text-decoration: none !important;
    font-size: 34px;
    font-weight: bold;
}
.menu p a {
  color: #54C5CF !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    text-transform: none !important;
}

.webinar {
  background-color: #fff !important;
  color: #333;
  height: 630px;
  padding: 0px;
  text-align: center;
  border: none !important;
  /* border-radius: 8px; */
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.webinar img{
  width: 100%;
 }
.webinar .btn {
  color: white !important; 
  border: none !important; 
  background-color: #FACA3F !important; 
  min-width: 200px !important;
}

.node {
  text-align: center;
  width: 80%;
}

.head {
  background-color: #56C5D0;
  color: #133141;
}

.head img {
  padding: 0 8% !important;
}

.test ul {
  padding-inline-start: 0px !important;
}

.tect p {
  text-align: left;
  padding: 0.5rem 1rem 0.5rem 2rem;
  font-size: 16px;
  margin-bottom: 20px;
}
.tect  {
  background-color: #fff;
}

.dark {
  padding: 50px 10% !important;
}

.dark h3 {
  color: #ECC94B;
  font-size: 30px;
  
}

.test p {
  text-align: left;
  font-size: 20px;
  padding: 10px 20px !important;
  margin-bottom: 20px;
}

.btn-secondary {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    /* padding: 10px 30px !important; */
    color: #fff !important;
}



/* ======================================================= Hotspot =================================================== */
/* Animation */
@-webkit-keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}
@keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}

body { margin: 0; }

/* Hotspot */

#hotspotImg {
  /* background-color: #ededed; */
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hotspotImg .img-responsive { max-width: 100%; }

#hotspotImg .hot-spot {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: #54C5CF;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#hotspotImg .hot-spot .circle {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #54C5CF;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg .hot-spot .tooltip {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  filter: drop-shadow(0px 4.28058px 21.4029px rgba(0, 0, 0, 0.15));
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 15px 5px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
  padding: 10px;
  text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row { padding: 15px; }

#hotspotImg .hot-spot .tooltip h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

#hotspotImg .hot-spot .tooltip p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}



#hotspotImg .hot-spot .tooltip p:last-child { margin-bottom: 0; }



/* ====================================================== Hotspot End =======================================================*/


.footer_items {
  list-style-type: none; width: 100%; justify-content: end;
}

.p-150 {
  padding: 0 150px !important;
}

.f-70 {
 font-size: 70px;
}


.bnr_logo {
  height: 12%;
  position: relative;
  top: -80%;
  right: -62%; 
}

.subt {
  color: #FACA3F;
  font-size: 34px;
  max-width: 40% !important;
}

.f-60 {
  font-size: 60px;
}

.f-42 {
  font-size: 42 px;
}

.button {
  

  color: white;
  border: 2px solid white;
  min-width: 200px;

}
.f-62 {
  font-size: 60px; color: white; padding-top: 50px;
}

.pt-100{
  padding-top: 100px;
  font-size: 60px ;
}

.hot_expln {
  position: relative;
   
    top: -750px;
    left: 50px;
}

.max-100 {
  max-width: 100% !important;
}




/* ====================================================== Responsive =======================================================*/


@media screen and (max-width: 768px) {
  .nav-list {
      flex-direction: column;
  }

  img { 
    max-width: 100% !important;
  }

  .footer_items {
    list-style-type: none; 
    width: 100%; 
    justify-content: space-between !important;
  }

  .footer {
    height: 100% !important;
  }
  .footerl {
    text-align: center !important;
  }

  .resp_menu {
    overflow-y: scroll !important;
  }

  .hot_expln {
    position: relative;
    top: -620px;
    left: 10px;
}
  .max-100 {
    max-width: 100% !important;
  }
  

  .above {
    min-height: 500px;
  }
  .pt-100{
    padding-top: 0px !important;
    font-size: 35px !important;
  }

  .cardeom h4 {
    font-size: 20px !important;
}
  
  .none {
    display: none !important;
  }

  .butts {
    color: #54C5CF !important;
    border: 2px solid #54C5CF !important;
    min-width: 200px;
    margin-bottom: 30px !important;
  }
  .f-62 {
    font-size: 32px; color: white; padding-top: 30px;
  }

  .platform_section {
    margin-top: 0px !important;
    height: 100% !important;
  }
  

  .f-70 {
    font-size: 30px;
   }
   
   .f-42 {
    font-size: 22 px;
  }
  ul {  
    margin-top: 100px;
  }
  li {
      margin: 0rem 0;
  }
  .nav-link {
      font-size: 1.5rem;
  }

  .bnr_logo {
    display: none; 
  }

  .jumbotron .lead {
    
    max-width: none !important;
    font-size: 32px !important;
    
}

.subt {
  
  font-size: 20px !important;
}

  .jumbotron .hero_platform {
    
    height: 950px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: white;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
    padding: 5rem 10%;
    z-index: -99999;
}

.jumbotron .hero {
  height: 850px !important;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);

}
.jumbotron .hero_main {
  
  height: 750px !important;
  
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  
}

.jumbotron {
  height: 800px !important;
}


.p-150 {
  padding: 0 20px !important;
}



.sidebar {
  display: none !important;
}

.menu-toggler {
  
}

.bar {
  background-color: #fff !important;

}

.f-60 {
  font-size: 32px;
  padding-top: 35px;
}

.resp-container {
  max-width: 75% !important;
  margin: auto;
}
.resp-container .card {
  margin-top: 20px;
  height: 170px;
    padding: 15px;
}

.open .bar.top {
  
  background-color: #333 !important;
}

.open .bar.bottom {
  
  background-color: #333 !important;
}
.open .bar {
  
  background-color: #333 !important;
}

nav {
  /* left: -115vw !important; */
  width: 80% !important;
  height: 100% !important;
}
ul.main {
  margin-left: 50px;
  margin-top: 100px;
  list-style-type: none;
}

.logo {
  padding-left: 80px !important;
}
.container {
  max-width: 100% !important;
  padding-left: 0 !important;
}

.down_cut {
  
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  /* padding: 10rem 20%; */
  height: 100% !important;
}

.pass {
  position:inherit !important;
  top: 0px;
  height: auto;
  padding: 0 0 0 0 !important;
  margin-bottom: 0px !important;
}

.industries {
  color: white;
  position: inherit !important;
  top: 0px;
  z-index: 1;
}

.up_cut {
  display: none !important;
}

.resp {
  padding: 20px 20px !important;
  text-align: center !important;
}

.down_cut_big {
  
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  /* padding: 10rem 20%; */
  height: 1000px !important;
}


/* .bl {
  border-top: 3px solid #FACA3F !important;
  border-left: none !important;
  padding: 0px 10px !important;
} */

}