*{margin: 0;padding: 0;box-sizing: border-box; scrollbar-width: thin;
    scrollbar-color: #497dbd transparent;}
body{
    font-family: 'Montserrat', sans-serif !important;
}
a{display: inline-block;outline: none;cursor: pointer;text-decoration: none;}
body a:hover{text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
label {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
.searchunify-logo a{
    display: block;
}
figure {
    margin: 0 !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
img{max-width: 100%;}
.theam-cta{
    background: linear-gradient(90deg, #FF6C0A 0, #FFB300 100%);
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    padding: 13px 22px;
    border-radius: 8px;
    display: inline-block; 
}
.theam-cta:hover{
    color: #fff;
}
.sb-head h2{
    font-size: 32px;
    line-height: 38px;
    color: #2E2E2E;
    font-weight: bold;
    text-align: center;
}

/* Header css */
.container {
    max-width: 1440px;
    padding: 0 32px;
}
/* Banner Css Start */
.banner-sec {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/su-tsia-ev-dinner-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0px 155px;
    position: relative;
    background-color: #131416;
    text-align: center;
}
.banner-sec h1 {
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px 30px;
}
.banner-sec p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
/* Section 1 css */
.sec-1 {
    background-color: #FFFFFF;
    padding: 60px 0px 20px;
}
h2 {
    font-size: 28px;
    line-height: 35px;
    color: #2E2E2E;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}
.sec-1 p {
    font-size: 16px;
    line-height: 22px;
    color: #5F5F5F;
    font-weight: 400;
    text-align: center;
    margin: 0 auto !important;
    max-width: 80%;
}
.sec1-img {
    text-align: center;
    padding-bottom: 45px;
    margin-top: -160px;
    z-index: 1;
    position: relative;
}
/* Section 2 css */
.sec-2 {
    background-color: #FFFFFF;
    padding: 20px 0px 30px;
}
.sec-2 .ev-details {
    background: linear-gradient(270deg, #193E91, #111111, #132F65);
    max-width: 260px;
    margin: 0 auto;
    padding: 5px 10px;
}
.sec-2 .ev-details h3 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
.sec-2 ul li p{
    font-size: 24px;
    line-height: 30px;
    color: #2E2E2E;
    font-weight: bold;
}
.sec-2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    padding: 35px 0px 35px;
}
.sec-2 ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.sec-2 h4 {
    font-size: 20px;
    line-height: 26px;
    color: #2E2E2E;
    font-weight: 600;
    text-align: center;
}
/* Section 3 css */
.sec-3 {
    background-color: #fff;
    padding: 30px 0px 60px;
}
.sec3-outer {
    position: relative;
    margin-top: 30px;
}
.sec3-outer p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}
.sec3-inn{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.sec3-btm {
    padding-top: 45px;
}
.sec3-btm h2{
    max-width: 90%;
}
.sec3-btm h2 {
    max-width: 80%;
    margin: 0 auto !important;
    padding: 0;
}
.sec3-outer img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* Footer Css start */
.footer {
    background-color: #000;
    padding: 25px 0 25px 0;
}
.footer-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-inn1 p{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.footer-inn2 a {
    font-size: 14px;
    line-height: 22px;
    color: #fff !important;
    font-weight: 400;
}
/* form css */
.form_sec {
    border-radius: 14px;
    background: #FFFFFF;
    padding: 30px 35px;
    width: 100%;
    max-width: 75%;
    box-shadow: #0000001C 8px 8px 8px;
    border: 1px solid #000;
    margin: 45px auto 0;
}
.form_sec .mktoForm *{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
  }
  .form_sec .mktoForm {
    width: 100% !important;
    padding: 0 !important;
  }
  .form_sec .mktoForm:after{content:"";display: block;float: none;clear: both;}
  
  .form_sec .mktoFormCol, .form_sec .mktoFieldWrap, .form_sec .mktoLabel{
    width: 100% !important;
  }
  .form_sec .mktoFormCol{
    margin: 0 0 20px !important;
  }
  .form_sec .mktoOffset, .form_sec .mktoGutter, .form_sec .mktoForm .mktoRequiredField .mktoAsterix {
   display: none;
  }
  .mktoForm .mktoError .mktoErrorArrow {
      background-color: #e51b00;
      border: 1px solid #9f1300;
      border-right: none;
      border-bottom: none;
      display: inline-block;
      height: 16px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      width: 16px;
      margin-top: 3px!important;
  }
  .form_sec .mktoLabel {
     line-height: 19px;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      font-size: 15px;
      color: #333333;
      font-weight: 400 !important;
     width:auto !important;
  }
  
  .form_sec .mktoForm input[type=text], 
  .form_sec .mktoForm input[type=email], 
  .form_sec .mktoForm input[type=number], 
  .form_sec .mktoForm input[type=tel], 
  .form_sec .mktoForm select {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #12182E3D;
    background-color: #ffffff;
    padding: 10px 26px 10px 15px !important;
    line-height: 1.2 !important;
    font-size: 16px !important;
    color: #808BA1;
    height: 48px;
    border-radius: 0px;
    font-weight: 400;
    background-image: none !important;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif !important;
  }
  .form-1-modal .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    color: #fff !important;
  }
  .form_sec .mktoForm select.mktoField {
      background-repeat: no-repeat;
      box-shadow: none;
      padding: 10px 40px 10px 15px !important;
      color: #808BA1;
      height: 48px;
      background-image:url(https://pages.grazitti.com/rs/690-NGB-767/images/bd-select-arrow-lb.png) !important;
      background-position: center right 20px;
      background-size: 16px;
      font-family: 'Montserrat', sans-serif !important;
  }
  select option {
      margin: 40px;
      background: #fff;
      color: #707070 !important;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      /*background-image: linear-gradient(92deg, #2D3D64 0%, rgba(45, 61, 100, 0.47) 100%);*/
  }
  select::-ms-expand {
      display: none;
  }
  .form_sec .mktoForm .mktoLogicalField {
      width: 100% !important;
      padding: 0px !important;
  }
  .form_sec .mktoForm input[type=checkbox]:checked + label:before {
      content: "\2713 ";
  }
  .form_sec .mktoForm input[type=checkbox]:checked + label:before, .form_sec .mktoForm input[type=radio]:checked + label:before {
      text-align: center;
      color: #000;
  }
  .form_sec .mktoForm input[type=checkbox] + label:before, .form_sec .mktoForm input[type=radio] + label:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -28px !important;
    line-height: 16px;
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 0px;
    top: 3px;
    background: #fff;
    border-color: transparent;
    border: 1px solid #5A5D6B;
}
  .form_sec .mktoForm .mktoRadioList > input, .form_sec .mktoForm .mktoCheckboxList > input{opacity:0;}
  .form_sec .mktoForm .mktoRadioList > label, .form_sec .mktoForm .mktoCheckboxList > label {
    margin-left: 28px !important;
    margin-top: -0px;
    margin-bottom: 0.3em;
    line-height: 20px;
    display: block;
    min-height: 12px;
    color: #12182E;
    font-size: 13px;
    font-weight: 500 !important;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
  }
  .form_sec .mktoForm label#LblconsenttoProcessing {
      display: none;
  }
  .form_sec .mktoButtonRow {
    width: 100%;
    position: relative;
    padding-top: 0px;
    text-align: center;
  }
  .form_sec span.mktoButtonWrap {
    margin: 0 !important;
      width: 100%;
      text-align: center;
      display: block;
  }
  .form_sec .mktoButtonRow .mktoButtonWrap .mktoButton, 
  .form_sec .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    border-radius: 8px;
    font-size: 20px !important;
    width: 100% !important;
    padding: 12px 25px 12px !important;
    text-align: center;
    color: #fff !important;
    line-height: 1.2;
    font-weight: 600;
    min-width: auto;
    border: 0 !important;
    background: linear-gradient(90deg, #FF6C0A 0, #FFB300 100%) !important;
    position: relative;
    max-width: 60%;
    font-family: 'Montserrat', sans-serif !important;
  }
 
  .form_sec .mktoLabel a u {
      text-decoration: none;
      padding: 0;
  }
  .form_sec .mktoForm label a {
      color: #FFB300 !important;
      padding: 0;
      text-decoration: none;
      font-weight: 400;
  }
  .form_sec .mktoButtonRow .mktoButtonWrap .mktoButton:focus, .mktoField:focus{
    outline: none;
  }
  .form_sec .mktoForm .mktoError {
      left: 0;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#717171;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color:#717171;
    opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color:#717171;
  }
  span.mktoErrorDetail {
      color: #fff;
  }
  .form_sec .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
      right: auto !important;
      bottom: auto !important;
      left: -3px !important;
      top: 21px;
  }
  .thank-you-text {
      color: #fff;
      font-size: 24px;
      text-align: center;
      padding: 0px;
  }
  .thank-you-text img {
      width: 250px;
      margin: 0 auto 25px;
  }
  .sec-10 .thank-you-text {
      padding: 20px 20px 10px;
  }
  .banner-form .thank-you-text {
      color: #000;
  }
  input:-webkit-autofill, 
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  textarea:-webkit-autofill, 
  textarea:-webkit-autofill:hover, 
  textarea:-webkit-autofill:focus, 
  select:-webkit-autofill, 
  select:-webkit-autofill:hover, 
  select:-webkit-autofill:focus, 
  input:-internal-autofill-selected {
      -webkit-text-fill-color: #717171 !important;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
      transition: background-color 5000s ease-in-out 0s !important;
  }
  .mktoForm select.mktoField {
      -webkit-box-shadow: 0 0 0px 1000px rgba(44, 61, 100, 0) inset !important;
      transition: background-color 5000s ease-in-out 0s !important;
  }
  .mktoCheckboxList .space {
      color: #FF730F;
  }
  .form-1-modal .mktoForm .mktoRadioList > label, .form-1-modal .mktoForm .mktoCheckboxList > label {
    color:#fff;
  }
  .form_sec h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    color: #12182E;
    margin-bottom: 10px !important;
    text-align: center;
}
.form_sec p {
    font-size: 18px;
    line-height: 24px;
    color: #12182E;
    font-weight: 400;
    text-align: center;
}
.form-wrapper {
    margin-top: 15px;
}
.su-top-header .searchunify-logo {
    padding: 0;
    margin-top: 5px !important;
    text-align: left;
}
/* Media Queary start */
@media(max-width:1399px){
    .sec3-inn {
        bottom: 25px;
        padding: 0 12px;
    }
}
@media(max-width:1199px){
    .banner-sec h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .banner-sec p {
        font-size: 20px;
        line-height: 26px;
    }
    h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .sec-2 .ev-details h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .sec-2 ul li p {
        font-size: 22px;
        line-height: 28px;
    }
    .sec-2 ul {
        gap: 60px;
        padding: 30px 0px 25px;
    }
    .sec3-outer p br{
        display: none;
    }
    .sec3-outer p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec3-inn {
        bottom: 20px;
        padding: 0 5px;
    }
}
@media(max-width:991px){
    .banner-sec h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .banner-sec p {
        line-height: 28px;
    }
    .sec-1 p {
        max-width: 100%;
    }
    .sec-2 ul li p {
        font-size: 20px;
        line-height: 26px;
    }
  .sec-3 .row:nth-of-type(1) .col-md-3{
    width: 50%;
  }
  .sec3-inn {
    bottom: 25px;
    padding: 0 20px;
}
.sec3-btm h2 {
    max-width: 100%;
}
.sec-2 {
    background-color: #FFFFFF;
    padding: 20px 0px 20px;
}
.sec-3 {
    background-color: #fff;
    padding: 20px 0px 50px;
}
.sec3-btm {
    padding-top: 40px;
}
.sec3-outer {
    margin-top: 26px;
}
.form_sec {
    margin: 40px auto 0;
    float: none;
}
}
@media(min-width:767px){
    .form_sec .mktoFormRow:nth-of-type(-n+3) .mktoFormCol {
        width: calc(50% - 10px) !important;
        float: left;
        clear: none;
    }
    .form_sec .mktoFormRow .mktoFormCol:nth-of-type(2) {
        margin: 0px 0px 20px 20px !important;
    }
    .form_sec .mktoFormRow .mktoFormCol:nth-of-type(3n) {
        width: 100% !important;
    }
    .form_sec .mktoFormRow .mktoFormCol:nth-of-type(4n) {
        width: 100% !important;
    }
    .form_sec .mktoFormRow:nth-of-type(3) .mktoFormCol{
        width: 100% !important;
    }
}
@media(max-width:767px){
    .form_sec h5 {
        text-align: center;
    }
    .form_sec p {
        text-align: center;
    }
    .banner-sec {
        padding: 120px 0px 140px;
    }
    .banner-sec h1 {
        padding: 25px 0px 25px;
    }
    .sec1-img {
        padding-bottom: 30px;
    }
    .sec-2 ul {
        gap: 40px;
        padding: 30px 0px 25px;
    }
    .footer-outer {
        flex-direction: column;
        gap: 10px;
    }
    .footer-inn1 p {
        text-align: center;
    }
}
@media(max-width:575px){
    .container {
        padding: 0px 15px;
    }
    .form_sec {
        padding: 25px 25px;
    }
    .form_sec h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .banner-sec h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .banner-sec p {
        font-size: 16px;
        line-height: 26px;
    }
    h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .sec-2 ul li p {
        font-size: 18px;
        line-height: 24px;
    }
    .sec-2 .ev-details h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .sec-2 .ev-details {
        max-width: 50%;
    }
    .form_sec {
        padding: 25px 25px;
        width: 100%;
        max-width: 100%;
        margin: 30px auto 0;
    }
    .sec-3 .row:nth-of-type(1) .col-md-3 {
        width: 95%;
        margin: 0 auto;
    }
    .sec-3 .row:nth-of-type(1) .col-md-3:first-child .sec3-outer{
      margin-top: 10px;
    }
    .sec-1 {
        padding: 60px 0px 15px;
    }
    .sec-2 {
        padding: 15px 0px 20px;
    }
    .sec-3 {
        padding: 10px 0px 25px;
    }
    .sec3-btm {
        padding-top: 25px;
    }
    .sec3-btm h2 {
        font-size: 18px;
        line-height: 26px;
    }
}
@media(max-width:480px){
    .banner-sec h1 {
        font-size: 25px;
        line-height: 32px;
        padding: 20px 0px 15px;
    }
    .banner-sec p {
        font-size: 14px;
        line-height: 22px;
    }
    .banner-sec {
        padding: 110px 0px 135px;
    }
    .sec-1 p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-2 .ev-details h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .sec-2 .ev-details {
        max-width: 60%;
    }
    .sec-2 ul li {
        gap: 10px;
    }
    .sec-2 ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-2 ul {
        gap: 20px;
    }
    .sec-2 ul li span {
        max-width: 25px;
    }
    .sec-2 h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .form_sec {
        padding: 18px 18px;
        margin: 30px auto 0;
    }
}