

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
 
}


p{
 
  font-size: 18px;
  line-height: 28px;
  color: #55768E;  
  font-weight: 400;
}
.paragraph-text{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
}


body {
  
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  color: #55768E;
  font-weight: 400;
  padding-top: 100px;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

ul,li,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper{
    max-width: calc(100% - 172px);
    margin: 0 auto;
}

img{
    display: block;
    max-width: 100%;
    margin: auto;
}


.com-pad-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-center{
    text-align: center;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-24{
    margin-bottom: 24px;
}
.mb-0{
    margin-bottom: 0;
}
.mt-0{
    margin-top: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.img-hover{
    overflow: hidden;
     border-radius: 20px;
   
}
.img-hover img{
 transition: all 0.5s ease-in-out;
 border-radius: 20px;
}
.img-hover img:hover{
    transform: scale(1.05);
}

:focus{
    outline: none;
}



.heading-one{
   
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #124061;
}

/* header */
.site-header {
  padding: 22px 0;
  transition: all 0.5s ease-in-out;
 position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
background-color: #fff;
left: 0;
}

.fixed-header {
  box-shadow: 0 2px 23px 0 rgba(0,0,0,.051);
}

.menu-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 150px;
}

.logo {
  width: 150px;
}

.logo a {
  display: block;
  height: 100%; 
}

.logo img {
  height: 100%;
  width: auto;   
  display: block;
}
/* .fixed-header .logo img{
    height: 30px;
} */

.main-nav > ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.drp-menu > a{
    position: relative;
    padding-right: 20px;


}

.drp-menu{
    position: relative;
}
.drp-menu > a::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/down-arrow.svg)no-repeat;
    width: 14px;
    height:8px;
    transition: all 0.5s ease-in-out;
}


.sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
    background: #fff;
    width: 250px;
    z-index: 10;
    transform: translateY(20px);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .12);
}
.sub-menu ul li:not(:last-child) a{
    border-bottom: 1px solid #AEAEAE4D;
}
.sub-menu ul li a{
    display: block;
    padding: 10px 0;
        margin: 0 10px;
}
.drp-menu:hover .sub-menu{
   display: block;
    top: 100%;
    transform: translateY(0);
}
.drp-menu:hover > a::before{
    transform: translateY(-50%) rotate(180deg);
}

.main-nav > ul li a {
  text-decoration: none;
  color: #7C7C7C;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  transition: color 0.3s, text-decoration 0.3s;
  
}

.main-nav > ul li:hover > a,
.main-nav > ul li.active  > a{
  text-decoration: underline;
  
}



/* .agenda-list-box */
.agenda-list-box{
    box-shadow: 0px 4px 22px 0px #0000000F;
    border: 1px solid #AEAEAE4D;
    padding: 30px 50px;
    border-radius: 16px;
}

.agenda-item{
    display: flex;
}
.agenda-item:not(:last-child){
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #AEAEAE4D;
}
.agenda-item .timing{
    max-width: 200px;
    width: 100%;
}
.agenda-item .timing .timing-tag{
    color: #F1823B;
    position: relative;
    font-size: 22px;
    line-height: 32px;
    padding-left: 34px;

}
.agenda-item .timing .timing-tag::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/timer.svg)no-repeat;
    width: 27px;
    height: 26px;
}
.agenda-item .content .title{
   
   font-size: 24px;
   line-height: 34px;
   color: #124061;
   font-weight: 400;
}

.agenda-item .content p{
    margin-top: 8px;
}
.about-lab .solution-top p{ 
    font-size: 24px;
    line-height: 34px;
}
.about-lab .about-row{
   background: url(../images/about-bg.jpg)no-repeat;
   background-size: cover;
   border-radius: 20px; 
   display: flex;
   align-items: center;
}

.about-lab .about-row .left-side
{
    flex: 0 0 60%;
    max-width: 60%;
    padding: 30px;
}
.about-lab .about-row .left-side p{
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 20px;
}

.about-lab .right-side{
    flex: 0 0 40%;
    max-width: 40%;
}

.about-lab .right-side .image{
    position: relative;
    padding-top: calc(500 / 500*100%);
}
.about-lab .right-side .image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.labventage-signup .signup-grid{
    display: flex;
    flex-wrap: wrap;
}

.labventage-signup .signup-grid .left-side{
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 30px;
}
.labventage-signup .signup-grid .right-side{
     flex: 0 0 40%;
    max-width: 40%;
    padding-left: 30px;
}

.labventage-signup .signup-grid .right-side .form-box{
    background: #124061;
    border-radius: 16px;
    padding: 35px 26px;
}

.form-box .heading-area h4{
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-box .heading-area p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.form-group{
    margin-bottom: 16px;
}
 input,select{
    width: 100% !important;
    height:50px;
    border: 1px solid #A3A3A3;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
}
.mktoForm .mktoRequiredField label.mktoLabel, .mktoForm .mktoLabel {
    color: #fff;
    width: 100% !important;
}
.mktoForm .mktoRequiredField .mktoAsterix{
    position: absolute;
    left: -10px;
    top: 0;
    padding: 0;
}
.mktoForm .mktoFormCol {
    float: none !important;
    position: relative;
    min-height: 2em;
}
.mktoForm{
    width: 100%  !important;
}
.mktoForm .mktoFieldWrap {
    float: none  !important;
    padding-left: 0 !important;
}

.mktoForm .mktoFieldWrap {
    float: left;
    position: relative;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
::placeholder{
    color: #55768E;
}
.btn{
    border: none;
    background: #F1823B;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.4px;
    color: #fff;
    border-radius: 100px;
    padding: 14px 28px;
    margin-top: 40px;
    cursor: pointer;
    transition: background 0.5s ease;

} 
.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton{
 background: #F1823B  !important; 
   border: none;
    background: #F1823B;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.4px;
    color: #fff;
    border-radius: 100px;
    padding: 14px 28px;
    margin-top: 40px;
    cursor: pointer;
    transition: background 0.5s ease;  
}
.mktoHtmlText.mktoHasWidth{
    width: 100% !important;
}
.mktoHtmlText.mktoHasWidth span{
    color: #fff  !important;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover{ 
    background: #f59d61;
}
.point-list ul {
    margin-left: 32px;
}

.point-list ul li{
    margin-bottom: 24px;
      font-size: 24px;
      line-height: 34px;
      position: relative;
      list-style: disc;
}
.event-summary-sec .timing-loc-card-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.event-summary-sec .timing-loc-card-box .item{
    border: 1px solid #AEAEAE4D;
    box-shadow: 0px 4px 22px 0px #0000000F;
    border-radius: 20px;
    padding: 40px 15px;
}
.timing-loc-card-box .item .image-tab{
    position: relative;
    margin-bottom: 14px;
    display: flex;
    gap:8px;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    color: #124061;
}
.timing-loc-card-box .item .icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D9F1FD;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.top-series-box .flex-row{
    display: flex;
    align-items: center;
}
.top-series-box .flex-row .right-side{
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 15px;
}
.top-series-box .flex-row .left-side{
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 15px;
}
.top-series-box .flex-row .left-side .image{
    position: relative;
    padding-top: calc(608/538*100%);
}
.top-series-box .flex-row .left-side img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content .heading-content span{
    color: #F1823B;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
      
      font-weight: 400;
      letter-spacing: -0.72px;
}
.banner-content .heading-content p{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
}
.banner-register-info{
    box-shadow: 0px 32px 32px 0px #00000052;
    background: #D9F1FD;
    padding: 60px;
    border-radius: 40px;
    max-width: 750px;

}
.banner-register-info .inner-box{
    box-shadow: 0px 0px 0px 2px #FCFCFC1A inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.banner-register-info .info-item .icon{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
}

.banner-register-info .info-item .icon::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 21px;
    background: url(../images/calender.svg)no-repeat;
}
.top-series-box .top-content p{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
}
.banner-register-info .info-item .icon.location::before{
background: url(../images/location.svg)no-repeat;
}



/* footer */

.site-footer {
  padding: 40px 0;
}

.footer-top,.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-top{
margin-bottom: 67px;
}

.footer-left p{
    letter-spacing: 0.42px;
    color: #1B1B1B;
    opacity: 0.5;
        font-size: 14px;
    line-height: 20px;
     font-family: 'frutiger-regular';
}

.footer-logo {
  height: 40px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social img {
  width:24px;
  height: 24px;
  transition: transform 0.3s;
}

.footer-social img:hover {
  transform: translateY(-2px);
}

.footer-links {
  display: flex;
  gap: 15px;
}

.footer-links a {
  color: #1B1B1B;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
    opacity: 0.5;
     letter-spacing: 0.42px;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #124061;
  opacity: 1;
}







@media only screen and (min-width:1920px){

    body,.wrapper{
        max-width: 1920px;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
    }
}

@media only screen and (max-width:1399px)
{
    .banner-register-info{
            padding: 40px 24px;
    }
}




@media only screen and (max-width:1250px){
    .banner-register-info{
        padding: 40px 25px;
    }
    .banner-register-info .info-item .icon{
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (max-width:1199px){
    .banner-register-info .inner-box{
        flex-wrap: wrap;
       gap: 20px 0;
    }
   .banner-register-info .inner-box  .info-item{
            flex: 1 1 50%;
            max-width: 50%;
    }
}


@media only screen and (max-width:1024px){
.wrapper {
   max-width: calc(100% - 120px);
  }

  .menu-flex{
    gap: 20px;
  }
  .main-nav > ul {
    gap: 15px;
}
.logo
 {
    width: 130px;
}
}

@media only screen and (max-width:767px)
{
    .site-header{
        padding: 15px 0;
    }
    body{
        padding-top: 65px;
    }
    .wrapper {
    max-width: 100%;
    padding: 0 16px;
  }
  .top-series-box .flex-row{
    flex-wrap: wrap;
    gap: 32px;
  }
.top-series-box .flex-row .left-side,.top-series-box .flex-row .right-side
{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.com-pad-100{
    padding-top: 32px;
    padding-bottom: 32px;
}

.banner-register-info{
    padding: 40px;
}

.menu-flex{
    gap: 0;
    justify-content: space-between;
}
.menu-flex .main-nav > ul > li:not(:last-child) {
  display: none;
}
.logo {
    width: 119px;
}
.heading-one{
    font-size: 32px;
    line-height: 42px;
}
.event-summary-sec .timing-loc-card-box{
    grid-template-columns: 1fr;
        gap: 15px;
}
.top-series-box .top-content p,.point-list ul li,.about-lab .solution-top p {
    font-size: 18px;
    line-height: 28px;
}
.labventage-signup .signup-grid .left-side,.labventage-signup .signup-grid .right-side{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.agenda-item{
    flex-wrap: wrap;
    gap: 16px;
}
.agenda-list-box{
        padding: 30px 24px;
}
.agenda-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.agenda-item .content .title {
    font-size: 20px;
    line-height: 30px;
}
.agenda-item .timing{
    max-width: 100%;
}

.about-lab .about-row .left-side p {
    font-size: 22px;
    line-height: 32px;
}
.about-lab .about-row{
    flex-wrap: wrap;
}
.about-lab .about-row .left-side,.about-lab .right-side{
    flex: 0 0 100%;
    max-width: 100%;
}
.about-lab .about-row .left-side{
    padding: 16px;
}
.footer-top, .footer-bottom{
    width: 100%;
}

.footer-top{
    margin-bottom: 20px;
    gap: 20px;
}

.labventage-signup .signup-grid .right-side .form-box {
    padding: 24px 16px;
}

.agenda-item .timing .timing-tag {
    font-size: 18px;
    line-height: 28px;
    padding-left: 34px;
}

.mb-40 {
    margin-bottom: 20px;
}

.main-nav > ul li a {
    font-size: 16px;
    line-height: 26px;
}
.banner-content .heading-content p {
    font-size: 18px;
    line-height: 28px;
}
.timing-loc-card-box .item .image-tab {
    font-size: 20px;
    line-height: 30px;
}
.event-summary-sec .timing-loc-card-box .item {
    padding: 24px 15px;
}
.form-group input {
    font-size: 16px;
    line-height: 26px;
}
.form-box .heading-area h4 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 5px;
}
.point-list ul {
    margin-left: 18px;
}
.footer-links {
    gap: 9px 0;
    flex-wrap: wrap;
    margin-top: 10px;
}
.footer-links a {
    flex: 1 1 50%;
    max-width: 50%;
}
.site-footer {
    padding: 20px 0;
}
.sub-menu{
    width: 100%;
}









}


@media only screen and (max-width:480px)
{
    .banner-register-info .inner-box{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
}


p.paragraph-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
}