



















@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  font-family: "Montserrat", sans-serif;
  color: #000;
}
p{
  font-size: 18px;
}

/* Utilities */
.new-container{
  padding-left:8%;
  padding-right: 8%;
  width: 100%;
}
.main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.main-heading span {
  color: #cb7c20;
}
/* ---------------- Navbar -------------------- */
.navbar{
  width: 100%;
  overflow: hidden; 
}
.navbar-logo{
  width: 12%;
}

/* ---------------- Banner -------------------- */
.banner{
  padding-bottom: 5rem;
  background-image: url('../images/banner-bg.webp');
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  overflow: hidden;
}
.banner-left{
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 20px;
}
.banner-left .ct-charcha{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}
.banner-left .prenet{
  background: linear-gradient(86deg, rgba(255,255,255,1) 0%, rgba(251,153,21,1) 35%);
  display: inline !important;
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 10px;
}
.banner-left h1{
  font-size: 3.8rem;
  font-weight: 700;
}
.banner-left h2{
  font-size: 2.6rem;
  font-weight: 400;
}
.banner-left h3{
  font-size: 2rem;
  font-weight: 400;
}
.banner-left .date {
  margin-top: 0.5rem;
  font-size: 1.7rem;
}
.banner-left .button {
  text-decoration: none;
  background: linear-gradient(86deg, rgba(251, 151, 21, 1) 0%, rgba(252, 184, 23, 1) 35%);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 7px 40px;
  margin: 10px 0;
  border-radius: 5px;
  display: inline-block;
}
.countdown ul{
  padding: 0;
  display: flex;
  margin-top: 4rem;
}
.countdown li {
  list-style-type: none;
  text-transform: uppercase;
  border: 5px solid #eef2fd;
  background-color: #e2e4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 15%;
  font-size: 18px;
  font-weight: 500;
}
  
.countdown li span {
  font-size: 3rem;
  font-weight: 400;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.four {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  animation-delay: 0.5s;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.banner-left-logos {
  display: flex;
  justify-content: space-between;
  padding-right: 65px;
}
.client-logo-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.client-logo-1 img {
  width: 95%;
  box-shadow: 5px 5px 10px 0px rgba(239, 243, 255, 1);
  border: 1px solid #EFF3FF;
}
p.client-logo-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 20px;
}

/* -------------------- Why Cybersecurity? ---------------- */
.why-cybersecurity{
  padding-bottom: 4rem;
  width: 100%;
  overflow: hidden;
}

/*  ------------------ Target Audience -----------------  */
.target-audience{
  padding-bottom: 8rem;
  background-image: url('../images/banner-bg.webp');
  background-size: 18%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-x: -10%;
  width: 100%;
  overflow: hidden;

}
.target-main{
  display: flex;
}
.target-left{
  width: 50%;
  padding-left: 8%;
  background: linear-gradient(86deg, rgba(213,222,255,1) 0%, rgba(238,241,250,1) 54%);
  padding: 50px 20px 50px 8%;
}
.target-left .main-heading{
  margin-bottom: 1rem;
}
.target-left h3{
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.target-left ul {
  line-height: 2rem;
  font-size: 18px;
  list-style-image: url('../images/check-mark.webp');
}
.target-left-sublist ul {
  line-height: 2rem;
  font-size: 18px;
  list-style-type: disc !important;
  list-style-image: none;  
}
.target-left-sublist ul li::marker {
    color: #FB9715;
}
.target-right{
  background-image: url('../images/target-right.webp');
  width: 50%;
  padding: 20px 5rem;
  display: flex;
  /* justify-content: center; */
  align-items: end;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.target-right p{
  color: #fff;
}
.target-right p span{
  font-weight: 600;
  color: #fff;
}

/* ---------------------- Key Differentiators -------------- */
.key-differentiators{
  padding-bottom: 5rem;
  width: 100%;
  overflow: hidden;
}
.differentiators-fisrt-row{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
}
.differentiators-fisrt-row p{
  align-items: center;
  margin-bottom: 0;
}
.differentiators-fisrt-row span{
  color: #cb7c20;
  font-size: 25px;
  font-weight: 500;
}
.differentiators-second-row{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.differentiators-second-row p{
  align-items: center;
  padding:  0 2rem;
  margin-bottom: 0;
}
.differentiators-second-row span{
  color: #cb7c20;
  font-size: 25px;
  font-weight: 500;
}

/* ---------------------- Key Takeaways for the Audience ----------- */
.takeaways-audience{
  padding-bottom: 5rem;
  width: 100%;
  overflow: hidden;
}
.takeaways-first-row, .takeaways-second-row{
  display: flex;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.takeaways-audience .icon-box {
  display: flex;
  align-items: center;
  width: 28%;
  background-color: #eef2fd;
  margin: 10px;
  padding: 15px;
  border-radius: 5px;
}
.takeaways-audience .icon-box img{
  margin-right: 10px;
}
.takeaways-audience .icon-box p{
  margin-bottom: 0;
  line-height: 1.3rem;
}
.takeaways-end-p{
  text-align: center;
  margin: 1.5rem 0;
  font-size: 1.5rem;
}
.takeaways-end-p a{
  text-decoration: none;
  font-weight: 600;
  color: #cb7c20;
}

/* ---------------------- Conference Details ----------- */
.conference-details{
  background: linear-gradient(86deg, rgba(229,234,253,1) 0%, rgba(241,242,250,1) 40%);
  padding: 1.5rem 1rem;
  width: 100%;
  overflow: hidden;
}
.conference-details .icon-box {
  display: flex;
  align-items: center;
  /* width: 28%; */
  margin: 10px 2.5rem;
  padding: 10px;
  border-radius: 5px;
}
.conference-details .icon-box img{
  margin-right: 20px;
  width: 40px;
}
.conference-details .icon-box p{
  margin-bottom: 0;
  line-height: 1.3rem;
  /* font-size: 1.1rem; */
}
.conference-details .takeaways-first-row,.conference-details .takeaways-second-row{
  margin-bottom: 0;
}
.conference-details .button {
  text-decoration: none;
  background: linear-gradient(86deg, rgba(251, 151, 21, 1) 0%, rgba(252, 184, 23, 1) 35%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 10px 2rem;
  margin: 10px 0;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1rem;
}
/* ------------------------- Conference Agenda ---------------------- */
.conference-agenda{
  padding-top: 8rem;
  background-image: url('../images/banner-bg.webp');
  background-size: 12%;
  background-repeat: no-repeat;
  background-position: right top;
  background-position-x: 105%;
}

.table-scroll {
	position:relative;
	width:100%;
	margin:auto;
	overflow:hidden;
	/* border-bottom:1px solid #000; */
}

.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:15px 10px;
	border-bottom:1px solid #000;
	background:#fff;
	white-space:wrap;
	vertical-align:top;
}


.first-shell {
  font-size: 18px;
  color: #cb7c20;
  /* line-height: 0.5rem; */
  width: 18%;
}
.first-shell span{
  background-color: #ebebeb;
  font-size: 14px;
  padding: 2px 5px;
}
.second-shell {
  color: #cb7c20;
  font-weight: 600;
  width: 50%;
  padding-right: 4rem !important;
}
.second-shell span{
  color: #282828;
  font-weight: normal;
}
.third-shell{
  font-weight: 600;
  /* width: 15%; */
}

.table-heading-section td {
    background: #D3DEFF;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 600 !important;
    color: #000 !important;
}
.table-scroll table a {
    text-decoration: none;
}

/* ------------------------- The Exhibition ------------------------- */
.the-exhibition{
  padding: 5rem 0;
  width: 100%;
  overflow: hidden;
}
.exhibition-left img{
  border: 5px solid #edf0fa;
  border-radius: 35px;
}
.exhibition-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exhibition-right p {
  background: #d3ddff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 18px;
}
.exhibition-right p:hover {
  background: #a3b8ff;
}

/* ------------------------ The CT Edge ---------------------- */
.the-ct-edge{
  padding-bottom: 8rem;
  width: 100%;
  /* overflow: hidden; */
}
.the-ct-edge-right {
  display: flex;
  justify-content: center;
  align-items: center;
} 
.the-ct-edge-left{
  padding-right: 50px;
}
.the-ct-edge-left p{
  font-size: 1.5rem;
}
.testiomial-card {
  border: 5px solid #edf0fa;
  border-radius: 30px;
  padding: 25px;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testiomial-name{
  margin: 0;
  font-weight: 700;
  text-align: right;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -25%;
  right: 20px;
  font-size: 25px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next{
  margin-left: 15px;
}

p.testiomial-comment {
  line-height: 23px;
  margin-bottom: 0;
}
/* ----------------------------- Footer ---------------- */
.footer{
  background-color: #d3ddff;
  padding: 40px 0 20px 0;
  width: 100%;
  overflow: hidden;
}
.footer-logo {
  width: 23%;
}
.footer-bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.footer-bottom-right p{
  margin: 0;
}
.footer-bottom-right a {
  text-decoration: none;
  color: #000;
  margin-bottom: 5px;
}
.footer-form {
  border: 2px solid #edf0fa;
  padding-top: 15px;
  border-radius: 20px;
}
.footer-form-message{
  font-size: 14px;
}
.footer-form-msg-success{
  font-size: 16px;
  color: green;
}
.footer-form-heading{
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
.social-media svg {
  background: #000;
  padding: 5px;
  width: 18px;
  border-radius: 50%;
  height: 18px;
  margin-left: 10px;
}
.social-media path{
  color: #fff;
}


.button:hover{
  background: #FB9915;
}

.disclaimer {
    border-top: 1px solid #fff;
    margin-top: 15px;
}
.inner-diclainer {
    padding-top: 25px;    
}
.inner-diclainer h5 {
    font-size: 14px;
    font-weight: 600;    
}
.disclaimer p {
    font-size: 12px;
    margin-bottom: 5px;
}





/* ------------------- Fixed Button ------------------- */
.njs-sticky-side.image_button_cover.placement-right {
  right: 0;
}

.njs-sticky-side.image_button_cover {
  position: fixed;
  top: 50%;
  /* box-shadow: none; */
  z-index: 99999;
  /* transition: transform .3s cubic-bezier(0,0,0,1); */
  /* -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1); */
}

.njs-sticky-side.image_button_cover.placement-right.now-show a {
  transform: translate3d(4px,0,0) rotate(-90deg);
  /* -webkit-transform: translate3d(4px,0,0) rotate(-90deg); */
}

.njs-sticky-side.image_button_cover.placement-right a {
  border-radius: 10px 10px 0 0;
  transform: translate3d(200%,0,0) rotate(-90deg);
  /* -webkit-transform: translate3d(200%,0,0) rotate(-90deg); */
  transform-origin: 100% 100%;
  /* -webkit-transform-origin: 100% 100%; */
}

.njs-sticky-side.image_button_cover a {
  padding: 10px 15px 12px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  /* -webkit-transition: -webkit-transform .3s; */
  background: linear-gradient(86deg, rgba(251, 151, 21, 1) 0%, rgba(252, 184, 23, 1) 35%);
  color: #fff !important;	
  top: -106.5px; 
  border: none;
  cursor: pointer;
}


.njs-sticky-side.image_button_cover a:hover {
  background: #FB9915   ;
  color: #000 !important;
}


/* --------------------- Modal ------------------- */
.modal-body form input{
  border: 1px solid #fb971546 !important;
}
.form-control:focus{
  box-shadow: 0 0 0 1px #FB9915;
}

/* ---------------------------- Thank You Page ----------------- */
.thank-you-button{
  border-radius: 10px;
  background: linear-gradient(86deg, rgba(251, 151, 21, 1) 0%, rgba(252, 184, 23, 1) 35%);
  text-align: center;
  border: #fff;
  font-size: 18px;
  padding: 8px 25px;
}
.midsecthankyou {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 70vh;
}
.thankyou-logo{
  width: 25%;
}




@media screen and (max-width: 1600px) {
  p{
    font-size: 16px;
  }
  .countdown li{
    font-size: 16px;
  }
  .target-left ul{
    font-size: 16px;
  }
  .target-left-sublist ul{
    font-size: 16px;
  }
  .first-shell{
    font-size: 16px;
  }
  .exhibition-right p {
    font-size: 16px;
  }
  .new-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .banner-left .ct-charcha{
    font-size: 2.2rem;
  }
  .banner-left h1 {
    font-size: 3.2rem;
  }
  .banner-left h2{
    font-size: 2rem;
  }
  .banner-left h3{
    font-size: 1.8rem;
  }
  .banner-left .date {
    font-size: 1.5rem;
  }
  .banner-left .button {
    padding: 7px 35px;
    font-size: 1.5rem;
  }
  .countdown ul {
    margin-top: 3rem;
  }
  .countdown li span {
    font-size: 2.5rem;
  }
  .countdown li {
    font-size: 16px;
    width: 17%;
  }
  .target-left{
    padding-left: 5rem;
  }  
  .target-left h3 {
    font-size: 1.4rem;
  } 
  .target-right{
    padding: 20px 2rem;
  }
  .takeaways-audience .icon-box {
    width: 30%;
  }
  .the-ct-edge-left{
    padding-right: 20px;
  }
  .owl-theme .owl-nav {
    top:-18%;
  }
}

@media screen and (max-width: 800px){
  p{
    font-size: 16px;
  }
  .navbar-logo {
    width: 35%;
  }
  .banner-left{
    padding-top: 80px;
  }
  .banner-left .ct-charcha {
    font-size: 1.8rem;
  }
  .banner-left h1 {
    font-size: 2.5rem;
  }
  .banner-left h2 {
    font-size: 1.5rem;
  }.banner-left h3 {
    font-size: 1.2rem;
  }
  .banner-left .date {
    font-size: 1.2rem;
  }
  .banner-left .button {
    font-size: 1.2rem;
  }
  .countdown ul {
    margin-top: 2rem;
  }
  .countdown li {
    font-size: 12px;
    width: 22%;
    margin-right: 10px;
  }
  .countdown li span {
    font-size: 2rem;
  }
  .banner {
    padding-bottom: 5rem;
  }
  .main-heading{
    font-size: 2rem;
  }
  .target-main {
    display: block;
  }
  .target-left {
    width: 100%;
    padding: 50px 20px 50px 20px;
  }
  .target-left h3 {
    font-size: 1.2rem;
  }
  .target-right{
    width: 100%;
    padding: 50px 20px;
  }
  .target-audience{
    padding-bottom: 5rem;
  }
  .differentiators-fisrt-row {
    display: block;
  }
  .differentiators-second-row {
    display: block;
  }
  .takeaways-first-row, .takeaways-second-row {
    display: block;
  }
  .takeaways-audience .icon-box {
    width: 92%;
  }
  .takeaways-end-p{
    font-size: 1.2rem;
  }
  .conference-details .icon-box{
    margin: 10px;
  }
  .conference-agenda {
    padding-top: 5rem;
    background-size: 20%;
  }
  .table-scroll th, .table-scroll td{
    white-space:nowrap;
  }
  .exhibition-right{
    margin-top: 50px;
  }
  .the-ct-edge {
    padding-bottom: 5rem;
  }
  .the-ct-edge-left {
    padding-right: 10px;
  }
  .the-ct-edge-right{
    padding-top: 60px;
  }
  .owl-theme .owl-nav {
    top: -10%;
    right: 0;
  }
  .footer-logo {
    width: 40%;
  }
  .copyright{
    text-align: center;
  }
  .the-ct-edge-left p {
    font-size: 1.2rem;
  }
  .thankyou-logo {
    width: 50%;
  }
  .testiomial-card{
    min-height: 521px;
  }
  .client-logo-1 img {
    width: 95%;
  }
  .banner-left-logos{
    padding-right: 0;
  }
  p.client-logo-text{
    text-align: center;
  }
}

  
/* @media screen and (max-width: 768px) {
  .countdown li {
    font-size: 5rem;
  }
  
  .countdown li span {
    font-size: 5rem;
  }
} */


