/*Common css*/
*{margin: 0;padding: 0;box-sizing: border-box;}
body{
    font-family: "Open Sans", 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;
}

figure {
    margin: 0 !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
img{max-width: 100%;}
.theam-cta {
    background: #FF7900;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
}
.theam-cta:hover{
    color: #fff;
}
.wth-cta{
    background: transparent;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    padding: 12px 25px;
    border-radius: 5px;
    border: 1px solid #FF7900;
    display: inline-block;
}
.wth-cta:hover{
    color: #FF7900;
}
h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    color: #fff;
    margin: 35px 0px 30px !important;
}
h2{
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    color: #0A1551;
    text-align: center;
    margin-bottom: 20px !important;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 20px !important;
}
p.sb-para:last-child{
    margin-bottom: 0px !important;
}
/*----------Banner css start----------*/
.banner_sec {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #051C33;
    position: relative;
    padding: 30px 0px 120px;
}
.header-row {
    padding-bottom: 55px;
}
.header-row ul li {
    text-align: right;
}
.cta-wrapper {
    margin-top: 35px;
}
/* Section 1 Css */
.sec-1{
    background: #fff;
    padding: 25px 0px 350px;
}
.sec-1 .sf-team-up{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    width: 80%;
    margin: 0 auto;
}
.sec-1 .sf-team {
    border-bottom: 1px solid #8ABEE9;
}
.sec-1 .sf-team-up .counter {
    position: relative;
    width:33%;
    text-align: center;
    border-right: 1px solid #B9DCFE;
    padding-left: 0px;
}
.sec-1 .sf-team-up .counter:last-child{
    border-right: 0;
}
.sec-1 .counter-value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-1 .counter-value .count-title {
    font-size: 46px;
    line-height: 1.2;
    color: #FF7900;
    font-weight: 700;
    text-align: left;
}
.sec-1 .counter-value span {
    font-size: 32px;
     font-size: 46px;
    line-height: 1.2;
    color: #FF7900;
    font-weight: 700;
    text-align: center;
}
.sec-1 .counter-text p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin-top: 10px !important;
    text-align: center;
}
.sec-1 .row:nth-of-type(2) {
    padding-top: 35px;
}
.sec1-findbooth {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-sec1-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 35px 25px;
    margin-top: -355px;
    margin-bottom: 55px;
}
.sec1-findbooth .booth-ele {
    position: absolute;
    left: -45px;
    top: 160px;
}
.sec1-findbooth p{
text-align: left;
margin: 0 !important;
}
.sec1-findbooth h2{
    text-align: left;
    margin-bottom: 10px !important;
}
.sec1-list {
    background: #fff;
    border-radius: 10px;
    padding: 25px 15px;
    position: relative;
    margin: 20px 0px;
}
.sec1-list ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-check.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 22px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}
.sec1-list ul li:last-child{
    padding-bottom: 0;
}
.sec1-list h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px !important;
}
.sec1-findbooth .col-md-5 {
    text-align: right;
}
.sec1-findbooth .row{
    align-items: center;
}
/* Section 2 css */
.sec-2{
    background: #F6FBFF;
    padding: 60px 0px 60px;
}
.sec-2 .row{
    position: relative;
}
.sec-2 .join1 {
    position: absolute;
    left: 0;
    top: 0;
}
.sec-2 .join2 {
    position: absolute;
    right: 0;
    top: 0;
}
.sec-2 .theam-cta{
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.sec-2 .amber-bx {
    margin: 15px 0px 35px;
}
/* Section 3 Css */
.sec-3 {
    background: #fff;
    padding: 50px 0px;
}
.sec-3 .row .col-md-6:nth-of-type(1), .sec-3 .row .col-md-6:nth-of-type(2){
    margin-top: 10px;
}
.sec3-inn {
    background: linear-gradient(180deg, #D7EEFF 0.15%, #EDF7FF 56.15%, #EAE6FF 100.56%);
    border: 1.25px solid #97D5FF;
    border-radius: 20px;
    padding: 25px 140px 25px 25px; 
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 100%;
}
.sec3-inn h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px !important;
}
.sec3-inn p{
    text-align: left;
    margin-bottom: 0px !important;
}
.sec3-inn ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/dreamforce-lp-26-list-icon.png);
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding-left: 22px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
}
.sec-3 .row .col-md-6 {
    margin-top: 24px;
}
.sec3-inn::after {
    content: '';
    position: absolute;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-lead-growth1.png);
    background-size: cover !important;
    width: 120px;
    height: 105px;
    right: 0px;
    bottom: 0;
}
.sec-3 .row .col-md-6:nth-of-type(2) .sec3-inn::after{
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-lead-growth2.png);
}
.sec-3 .row .col-md-6:nth-of-type(3) .sec3-inn::after{
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-lead-growth3.png);
}
.sec-3 .row .col-md-6:nth-of-type(4) .sec3-inn::after{
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-lead-growth4.png);
}
/* Section 4 css */
.sec-4 {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-banner3.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0px 60px;
    background-color: #e0f2ff;
}
.sec-4 h4 {
    font-size: 28px;
    line-height: 34px;
    color: #FF7900;
    font-weight: 600;
    margin: 25px 0px 10px !important;
}
.sec-4 .offer-cta {
 margin-top: 40px;  
}
.sec-4 .mob-view {
    display: none;
}
.sec-4 img {
    margin-top: 15px;
}
/* Section 5 css */
.sec-5 {
    background: #fff;
    padding: 60px 0px;
    text-align: center;
}
.brand-slider{
    margin-top: 15px;
    overflow: hidden;
}
.brand-slider .box-inn {
    margin: 0 10px;
}
/* Section 6 css */
.sec-6 {
    background: #fff;
    padding: 0px 0px 60px;
}
.sec-6 h2{
    text-align: left;
    margin-bottom: 10px !important;
}
.sec-6 .capabilities-sc {
    margin-top: 25px;
}
.sec-6 p{
    text-align: left;
    margin-bottom: 25px !important;
}
.sec-6 .row {
    background: linear-gradient(180deg, #D7EEFF 0.15%, #EDF7FF 56.15%, #EAE6FF 100.56%);
    padding: 35px 30px 45px;
    border-radius: 20px;
}
.sec-6 .capabilities-sc .box-inn {
    margin: 0 15px;
    float: unset;
    height: unset;
    min-height: unset;
}
.sec-6 .slick-list{
    height: auto !important;
}
.sec-6 .slick-track{
    display: flex;
}
.sec-6 .box-inn {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 15px;
    border-radius: 20px;
}
.sec-6 .capabilities-sc h6 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #FF7900;
    margin: 10px 0px 5px !important;
    text-align: center;
}
.sec-6 .capabilities-sc h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.sec-6 .capabilities-sc h3 span{
    font-weight: 600;
}
.sec-6 .custom-next {
    position: absolute;
    right: 0px;
    top: -70px;
}
.sec-6 .slick-arrow {
    background: unset;
    border: 0;
    padding: 0;
}
.sec-6 .custom-prev {
    position: absolute;
    right: 90px;
    top: -70px;
}
.sec-6 .slick-arrow {
    background: unset;
    border: 0;
    padding: 0;
}
.sec-6 .slick-slide img {
    width: 100%;
}
/* Section 7 css */
.sec-7 {
    background: #fff;
    padding: 0px 0px 60px;
}
.sec-7 ul li {
    background: #fff;
    border: 0.49px solid #97D5FF;
    border-radius: 8px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 16%;
}
.sec-7 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 15px !important;
}
.sec-7 ul li h5 {
    font-size: 16px;
    line-height: 22px;
    color: #1C2B41;
    font-weight: 600;
}
/* Section 8 Css */
.sec-8 {
    background:url('https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-banner4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 55px;
    background-color: #fff;
    text-align: center;
}
.sec-8 h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px !important;
}
.sec-8 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 40px !important;
}
.sec-8 .theam-cta {
    margin: 0 !important;
}
.sec-8 .col-md-4 {
    text-align: right;
}
/* Section 9 css */
.sec-9 {
    background: #fff;
    padding: 0px 0px 60px;
}
.sec-9 .sec3-inn{
    background: #fff;
    padding: 25px 90px 25px 25px;
    box-shadow: 0px 4px 15px 4px #00000014;
}
.sec-9 h2{
    margin-bottom: 10px !important;
}
.sec-9 p{
    font-size: 14px;
    line-height: 22px;
}
.sec-9 .sec3-inn::after {
    content: '';
    position: absolute;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-bs-impact1.png);
    background-size: cover !important;
    width: 92px;
    height: 90px;
    right: 0px;
    bottom: 0;
}
.sec-9 .row .col-md-4:nth-of-type(2) .sec3-inn::after {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-bs-impact2.png);
}
.sec-9 .row .col-md-4:nth-of-type(3) .sec3-inn::after {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-bs-impact3.png);
}
.sec-9 .row .col-md-4:nth-of-type(4) .sec3-inn::after {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-bs-impact4.png);
}
.sec-9 .row .col-md-4:nth-of-type(5) .sec3-inn::after {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-bs-impact5.png);
}
.sec-9 .row .col-md-4:nth-of-type(6) .sec3-inn::after {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/unbound-ev-26-bs-impact6.png);
}
.sec-9 .col-md-4{
    margin-top: 24px;
}
/* Section 10 css */
.sec-10 {
    background: linear-gradient(180deg, #D7EEFF 0.15%, #EDF7FF 56.15%, #EAE6FF 100.56%);
    padding: 60px 0px 60px;
}
.sec-10 .cs-box .cs-img {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}
.sec-10 .box-text {
    background: #F5F5F5;
    border: 1px solid #EBEBEB;
    border-radius: 0px 0px 8px 8px;
    padding: 20px;
    border-top: 0;
}
.sec-10 .box-text p{
    font-weight: 600;
    text-align: left;
    margin-top: 20px !important;
}
.sec-10 .box-text a{
    font-size: 16px;
    line-height: 22px;
    color: #FF7900;
    font-weight: 600;
}
.sec-10 .casestudy-slider .cs-slides {
    margin: 0 15px;
}
.sec-10 .custom-prev{
    position: absolute;
    left: 0px;
    top: 50%;
}
.sec-10 .slick-arrow {
    background: unset;
    border: 0;
    padding: 0;
    width: 35px;
}
.sec-10 .custom-next{
    position: absolute;
    right: 0px;
    top: 50%;
}
.sec-10 .slick-arrow{
    background: unset;
    border: 0;
    padding: 0;
    width: 35px;
}
.sec-10 .casestudy-slider {
    padding: 0 40px;
    margin-top: 10px;
}
/* Footer Css */
.footer {
    background-color: #000000;
    padding: 15px 0px;
}
.footer-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer p {
    color: #fff;
    margin-bottom: 0 !important;
}
.footer .social-icons {
    text-align: center;
}
.footer .social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    font-size: 24px;
    color: #000;
    line-height: 34px;
    text-decoration: none;
    outline: none;
}
/* Form Css */
form.mktoForm {
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoForm .mktoClear{
    display:none !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
    padding-left: 0 !important;
    color:red !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol{
    width:100% !important;
}

.mktoForm label{
    margin-bottom:8px;
    display:block;
    font-weight:500 !important;
    width:auto !important;
    font-size:16px;
    padding:0 !important;
    font-family: "Roboto", sans-serif !important;
    color: #141011;
}

.mktoForm input[type=url], 
.mktoForm input[type=text], 
.mktoForm input[type=date], 
.mktoForm input[type=tel], 
.mktoForm input[type=email], 
.mktoForm input[type=number], 
.mktoForm textarea.mktoField, 
.mktoForm select.mktoField{
    background-color:#f5f8fa !important;
    border:1px solid #cbd6e2 !important;
    color:#33475b !important;
    min-height:44px !important;
    width:100% !important;
    box-shadow:none !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:22px !important;
    padding:6px 13px !important;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.mktoForm input[type=url]:focus-visible, 
.mktoForm input[type=text]:focus-visible, 
.mktoForm input[type=date]:focus-visible, 
.mktoForm input[type=tel]:focus-visible, 
.mktoForm input[type=email]:focus-visible, 
.mktoForm input[type=number]:focus-visible, 
.mktoForm textarea.mktoField:focus-visible, 
.mktoForm select.mktoField:focus-visible{
    outline-color:#52a8eccc !important;
}
.mktoForm .mktoError {
    left: 0 !important;
    right: auto !important;
    font-size:13px !important;
}

.mktoForm .mktoFormRow {
    display:flex !important;
    flex-wrap:wrap !important;
}

.mktoForm .mktoFormCol{
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

.mktoForm .mktoFormCol{
    margin-bottom:24px !important;
    flex:1;
}
.mktoForm .mktoFieldWrap .mktoHtmlText{
    width:100% !important;
}
.mktoForm .mktoFieldWrap .mktoHtmlText a{
    text-decoration:none !important;
}
.mktoForm .mktoFormRow> :nth-of-type(2){
    margin-left:24px !important;
}
body form.mktoForm select.mktoField {
    cursor: pointer;
    background: #f5f8fa url(https://lp.tufin.com/rs/769-ICF-145/images/down-angle.png)no-repeat !important;
    appearance: none;
    background-size: 14px !important;
    background-position: right 14px center !important;
    padding-right: 38px !important;
}
form.mktoForm .mktoFormRow .mktoPlaceholder {
    margin-left:0 !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoRadioList, 
.mktoForm .mktoCheckboxList{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

form.mktoForm .mktoFieldWrap .mktoCheckboxList label a {
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color:#ed0a0a !important;
}

.mktoButtonWrap {
    margin: 0 !important;
}

.mktoButtonRow {
    display: block !important;
    width: 100% !important;
}

.custom_checkbox .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
}

.custom_checkbox .mktoFieldWrap label {
    width: 100% !important;
}

.custom_checkbox .mktoFieldWrap .mktoCheckboxList {
    width: 24px !important;
    margin-top: 3px !important;
}

.mktoForm .mktoCheckboxList + .mktoError {
    top: 15px !important;
    left: -6px !important;
}

.mktoForm .mktoLabel a {
    padding:0 !important;
    margin:0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #e8f0fe inset !important;
}
 /* Form Css */
 form.mktoForm {
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
 }
 
 .mktoForm .mktoOffset,
 .mktoForm .mktoGutter,
 .mktoForm .mktoClear{
    display:none !important;
 }
 .mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
    padding-left: 0 !important;
    color:red !important;
 }
 
 .mktoForm .mktoFieldWrap,
 .mktoForm .mktoFormCol{
    width:100% !important;
 }
 
 .mktoForm label{
    margin-bottom:8px;
    display:block;
    font-weight:400 !important;
    width:auto !important;
    font-size:14px;
    line-height: 22px;
    padding:0 !important;
    color:#000000  !important;
 }
 
 .mktoForm input[type=url], 
 .mktoForm input[type=text], 
 .mktoForm input[type=date], 
 .mktoForm input[type=tel], 
 .mktoForm input[type=email], 
 .mktoForm input[type=number], 
 .mktoForm textarea.mktoField, 
 .mktoForm select.mktoField{
    background-color:#F8F8F8 !important;
    border:1px solid #EEEEEE !important;
    color:#000000 !important;
    min-height:44px !important;
    width:100% !important;
    box-shadow:none !important;
    font-size:14px !important;
    font-weight:400 !important;
    line-height:20px !important;
    padding:6px 13px !important;
    box-sizing: border-box !important;
    border-radius:5px !important;
    outline:none !important;
    box-shadow:none !important;
 }
 .mktoForm input[type=url]:focus-visible, 
 .mktoForm input[type=text]:focus-visible, 
 .mktoForm input[type=date]:focus-visible, 
 .mktoForm input[type=tel]:focus-visible, 
 .mktoForm input[type=email]:focus-visible, 
 .mktoForm input[type=number]:focus-visible, 
 .mktoForm textarea.mktoField:focus-visible, 
 .mktoForm select.mktoField:focus-visible{
    outline-color:#52a8eccc !important;
 }
 .mktoForm .mktoError {
    left: 0 !important;
    right: auto !important;
    font-size:13px !important;
    top: 97%;
 }
 
 .mktoForm .mktoFormRow {
    display:flex !important;
    flex-wrap:wrap !important;
 }
 
 .mktoForm .mktoFormCol{
    margin-bottom: 0 !important;
    min-height: 0 !important;
 }
 
 .mktoForm .mktoFormCol{
    margin-bottom:16px !important;
    flex:1;
 }
 .mktoForm .mktoFieldWrap .mktoHtmlText{
    width:100% !important;
 }
 .mktoForm .mktoFieldWrap .mktoHtmlText a{
    text-decoration:none !important;
 }
 .mktoForm .mktoFormRow> :nth-of-type(2){
    margin-left:16px !important;
 }
 body form.mktoForm select.mktoField {
    cursor: pointer;
    background:#F8F8F8 url(https://pages.grazitti.com/rs/690-NGB-767/images/tsia-form-arrow.svg)no-repeat !important;
    appearance: none;
    background-size: 14px !important;
    background-position: right 14px center !important;
    padding-right: 38px !important;
    color:#000000 !important;
 }
 form.mktoForm .mktoFormRow .mktoPlaceholder {
   margin-left:0 !important;
 }
   ::placeholder {
       color:#000000 !important;
   }
 .mktoForm .mktoFieldWrap,
 .mktoForm .mktoRadioList, 
 .mktoForm .mktoCheckboxList{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
 }
 
 form.mktoForm .mktoFieldWrap .mktoCheckboxList label a {
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: #FF7900 !important;
 }
 
 .mktoButtonWrap {
    margin: 0 !important;
 }
 
 .mktoButtonRow {
    display: block !important;
    width: 100% !important;
 }
 .modal-body {
    padding-bottom: 30px;
}
 .mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;
    background-color: #FF7900 !important;
    border-radius: 5px !important;
    border: unset !important;
    width: auto !important;
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    padding: 12px 45px !important;
    position: relative;
    background:#FF7900 !important;
    z-index: 1;
    overflow: hidden;
 }
 .mktoForm .mktoButtonWrap .mktoButton:hover{
    color: #fff !important;
}
 .letsConnect-popup .mktoForm button.mktoButton {
    padding: 12px 64px 12px 31px !important;
 }
 .mktoButtonRow .mktoButtonWrap {
    display: block !important;
    text-align: center !important;
 }
 
 .modal .modal-header {
    border-bottom:0 !important;
 }
 .modal .modal-header {
    padding-top: 20px;
    display: block;
    padding-bottom: 0;
 }
 .modal .modal-header h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
 button.btn-close {
    position: absolute;
    right: -6px;
    top: -5px;
    background: #FF7900 !important;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close:hover {
    color: #fff;
    opacity: 1;
}
 .custom_checkbox .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
 }
 
 .custom_checkbox .mktoFieldWrap label {
    width: 100% !important;
 }
 
 .custom_checkbox .mktoFieldWrap .mktoCheckboxList {
    width: 24px !important;
    margin-top: 3px !important;
 }
 
 .mktoForm .mktoCheckboxList + .mktoError {
    top: 11px !important;
    left: -6px !important;
 }
 
 .mktoForm .mktoLabel a {
    padding:0 !important;
    margin:0 !important;
 }
 
 body form.mktoForm input:-webkit-autofill,
 body form.mktoForm input:-webkit-autofill:hover,
 body form.mktoForm input:-webkit-autofill:focus,
 body form.mktoForm input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 100px #f8f8f8 inset !important;
 }
 .mktoForm .mktoRequiredField .mktoAsterix{
    display:none !important;
 }
 .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
       margin-top:-1px !important;
       margin-left: 25px !important;
   }
 video::-webkit-media-controls {
display: none;
}
.form-2-modal .hidden12{
    display: none;
}
.form-2-modal .mktoFormRow:nth-of-type(4) .mktoFormCol {
    margin-left: 0 !important;
}
/* Form Css end */
.thank-you-img {
    width: 200px;
    margin: 0 auto 20px;
}
.Thanku-outer h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #0A1551;
    text-align: center;
    margin-bottom: 10px !important;
}
.Thanku-outer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 10px !important;
}
.Thanku-outer p:last-child{
    margin-bottom: 0px !important;
}
/* Media Queary Start */
@media (max-width:1399px){
    h2 {
    font-size: 32px;
    line-height: 38px;
}
    .sec-9 .sec3-inn {
    padding: 25px 30px 45px 25px;
}
.sec-9 .sec3-inn::after {
    width: 70px;
    height: 68px;
}
    .sec-7 ul li {
    gap: 10px;
}
.sec-7 ul li h5 {
    font-size: 14px;
    line-height: 20px;
}
.sec-7 ul {
    gap: 15px;
}
.sec-1 .sf-team-up {
    width: 100%;
}
.sec-2 .row::after {
    right: 0px;
    top: -50px;
}
.sec-2 .join1 {
    width: 175px;
}
.sec-2 .join2 {
    width: 175px;
}
.theam-cta {
    font-size: 18px;
}
.wth-cta {
    font-size: 18px;
}
}

@media (max-width:1199px){
h1 {
    font-size: 42px;
    line-height: 50px;
}
.sec-1 {
    padding: 0px 0px 330px;
}
.sec-1 .counter-value .count-title {
    font-size: 36px;
    display: flex;
    align-items: center;
}
.sec-1 .counter-value .count-title img {
    width: 100px;
    margin-left: 10px;
}
.sec-1 .counter-value span {
    font-size: 36px;
}
.sec-1 .counter-text p {
    font-size: 16px;
    line-height: 22px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
.sec1-list {
    padding: 25px 15px 45px;
}
.sec-2 .join1 {
    width: 120px;
}
.sec-2 .join2 {
    width: 120px;
}
.sec3-inn h5 {
    font-size: 18px;
    line-height: 24px;
}  
.sec-7 ul {
        flex-wrap: wrap;
        justify-content: center;
    }
 .sec-7 ul li {
    width: 32%;
}   
.sec3-inn {
    padding: 25px 115px 25px 25px;
}
.sec-9 .sec3-inn::after {
    width: 62px;
    height: 60px;
}
.sec-9 .sec3-inn {
    padding: 25px 40px 25px 25px;
}
p {
    font-size: 14px;
    line-height: 20px;
}
.sec5-inn ul li {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
.sec-8 .row .col-md-8, .sec-8 .row .col-md-4{
    width: 100%;
    text-align: center;
}
.sec-8 p br {
   display: none;
}
.sec-8 p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px !important;
}
}
@media (max-width:991px){
    .sec-2 .join1 {
    top: unset;
    bottom: -50px;
}
    .sec-2 .join2 {
    top: unset;
    bottom: -50px;
}
    .prod-arrow {
    width: 80px;
}
    h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 15px 0px 30px !important;
    }
    .theam-cta {
        font-size: 16px;
        padding: 12px 25px;
    }
    .wth-cta {
    font-size: 16px;
    padding: 12px 25px;
}
.logo1 {
    width: 210px;
}
.sec-1 .sf-team-up .counter {
    width: 33%;
    padding-left: 0;
}
.sec-1 .counter-value {
    justify-content: center;
}
.sec-1 .counter-text p {
        text-align: center;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .sec-1 .counter-value .count-title {
        font-size: 28px;
    }
    .sec-1 .counter-value span {
        font-size: 28px;
    }
    .sec1-findbooth .row .col-md-7, .sec1-findbooth .row .col-md-5{
        width: 100%;
    }
    .sec1-findbooth .col-md-5 {
    text-align: center;
    margin-top: 25px;
}
.sec3-inn::after {
    width: 75px;
    height: 65px;
}
.sec-2 p br{
   display: none;
}
.sec-2 .amber-bx {
    margin: 10px 0px 35px;
    max-width: 550px;
}
.sec3-inn {
        padding: 22px 16px 65px;
}
    .sec-7 ul li {
        width: 31%;
    }
.sec-9 .col-md-4 {
    width: 50%;
}
.sec5-inn ul {
    padding-right: 0px;
}
.sec-4 h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 20px 0px 10px !important;
}
.sec5-inn {
    padding: 20px 20px 50px;
}
.sec-6 .capabilities-sc h6 {
    font-size: 18px;
}
.sec-6 .capabilities-sc h3 {
    font-size: 16px;
    line-height: 22px;
}
.sec-8 h3 {
    font-size: 24px;
    line-height: 30px;
}
.sec-8 p {
    font-size: 16px;
    line-height: 22px;
}
}
@media(min-width:767px){
.form-1-modal .mktoFormRow:nth-of-type(-n+6){
    width: calc(50% - 8px);
    float: left;
    clear: none;
    }
.form-1-modal .mktoForm .mktoFormRow:nth-of-type(2),.form-1-modal .mktoForm .mktoFormRow:nth-of-type(4),.form-1-modal .mktoForm .mktoFormRow:nth-of-type(6){
    margin-left: 15px !important;
}
}
@media(max-width:767px){
    .form-2-modal .mktoForm .mktoFormRow {
    flex-direction: column;
}
.sec-1 p:nth-of-type(2){
    margin-bottom: 0 !important;
}
.sec-2 {
    padding: 40px 0px 40px;
}
.sec-3 .row .col-md-6 {
    margin-top: 24px !important;
    width: 50%;
}
.sec-3 h2{
    margin-bottom: 0px !important;
}
.sec-3 {
    padding: 40px 0px;
}
.form-2-modal .mktoForm .mktoFormRow> :nth-of-type(2) {
    margin-left: 0 !important;
}
    .sec-4 .mob-view {
    display: block;
    margin: 0 auto;
}
.sec-4 .web-view {
    display: none;
}
    .banner_sec {
    background: unset;
    padding: 30px 0px 50px;
    background-color: #120849;
}
.sec-1 .counter-text p {
        font-size: 12px;
        line-height: 18px;
    }
    .sec-2 .join2, .sec-2 .join1{
        display: none;
    }
.sec-1 {
        padding: 30px 0px 330px;
    }
    .sec-1 .sf-team-up {
    padding-bottom: 25px;
}
.sec-2 .join2 {
        width: 100px;
        top: unset;
        bottom: -55px;
    }
    .sec-2 .join1 {
        width: 100px;
    top: unset;
    bottom: -40px;
}
.sec3-inn {
        padding: 22px 16px 55px;
    }
    .sec-7 ul li {
    flex-direction: column;
}
.sec-10 .casestudy-slider {
    padding: 0 30px;
}
.sec-10 .slick-arrow {
    width: 25px;
}
.sec-8 {
    padding: 40px 0px 40px;
        background-position: center left;
}
    .sec-8 p {
        font-size: 14px;
        line-height: 20px;
    }
.sec-10 .casestudy-slider .cs-slides {
    margin: 0 5px;
}
.sec-10 {
    padding: 40px 0px 40px;
}
.sec-6 .row {
    padding: 25px 15px 30px;
}
.sec-6 {
    padding: 0px 0px 40px;
}
.sec-5 {
    padding: 40px 0px;
}
.sec-4 {
    padding: 40px 0px 40px;
}
.sec-7 {
    padding: 0px 0px 35px;
}
.sec-9 {
    padding: 0px 0px 40px;
}
.sec-6 .custom-next {
    top: -45px;
}
.sec-6 .custom-prev {
    right: 80px;
    top: -45px;
}
    .sec-6 .capabilities-sc .box-inn {
    margin: 0 10px;
}
.footer-outer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}
    .sec-2 .amber-bx {
        max-width: 100%;
    }
     .sec-3 .row .col-md-6:nth-of-type(1){
        margin-top: 10px;
     }
    .sec-3 .row .col-md-6:nth-of-type(2) {
    margin-top: 24px;
}
#sec5-box {
    margin-bottom: 25px;
}
#sec5-box:last-child{
    margin-bottom: 0px;
}
.sec-5 .row:nth-of-type(2) .col-md-4 {
    margin-bottom: 25px;
}
.sec-5 .row:nth-of-type(2) .col-md-4:last-child{
    margin-bottom: 0px;
}
}

@media(max-width:575px){
    .modal-body {
    padding: 10px 10px 20px;
}
    .modal.show .modal-dialog {
    margin: 20px !important;
}
.sec1-findbooth {
    margin-bottom: 30px;
}
.header-row .col-xs-12{
        width: 50%;
}
.header-row {
    padding-bottom: 30px;
}
#banner-content {
    text-align: center;
}
h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0px 10px !important;
    }
    .theam-cta, .wth-cta {
        font-size: 14px;
        padding: 10px 25px;
        margin: 0px 0 10px 0px !important;
    }
    .cta-wrapper {
  margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}
    .banner_sec {
        padding: 25px 0px 35px;
    }
        .sec-1 .counter-value .count-title img {
        width: 55px;
        margin-left: 8px;
    }
        .sec-1 .counter-text p {
        font-size: 12px;
        line-height: 18px;
    }
    .sec-1 .counter-value .count-title {
        font-size: 22px;
    }
    .sec-1 .counter-value span {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .sec-1 .row:nth-of-type(2) {
    padding-top: 30px;
}
p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px !important;
}
.sec1-list h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
}
.sec1-list ul li {
    font-size: 12px;
    line-height: 18px;
}
    .sec-2 .row::after {
        right: 25px;
        top: -55px;
    }
    .sec-2 .amber-bx {
        margin: 15px 0px 30px;
    }
    .sec-2 .theam-cta {
    margin: 0 auto !important;
}
.sec-2 .join1,.sec-2 .join2 {
       display: none;
    }
.sec-3 {
    padding: 35px 0px;
}
.sec3-inn h5 {
        font-size: 16px;
        line-height: 22px;
    }
 .sec3-inn ul li {
    font-size: 13px;
    line-height: 17px;
    background-position: left top 1px;
}   
.sec3-inn::after{
    display: none;
}
.sec3-inn {
        padding: 22px 16px 15px;

    }
  .sec-5 {
    padding: 35px 0px;
}  
    .sec-4 h4 {
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0px 5px !important;
    }
    .sec-9 .sec3-inn {
        padding: 20px 15px 20px 15px;
    }
.sec5-inn {
        padding: 20px 20px 25px;
        text-align: left;
    }
        .sec5-inn ul li {
        font-size: 12px;
        line-height: 18px;
    }
    .sec-6 .row {
    padding: 20px 15px 25px;
    margin: 0 5px;
}
.sec-6 .custom-prev {
        top: -20px;
    }
        .sec-6 .custom-next {
        top: -20px;
    }
    .capabilities-sc {
    padding-top: 20px;
}
.sec-6 .capabilities-sc h6 {
        font-size: 16px;
    }
    .sec-6 .capabilities-sc h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-6 .capabilities-sc .box-inn {
        margin: 0 5px;
    }
        .sec-8 h3 {
        font-size: 18px;
        line-height: 24px;
    }
        .sec-8 p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-6 {
    padding: 0px 0px 20px;
}
.sec-4 {
        padding: 35px 0px 35px;
    }
    .sec-4 .offer-cta {
        margin: 25px 0 0px 0px !important
    }
    .sec-8 {
    padding: 20px 0px 35px;
}
#sec6-content {
    padding: 0;
}
.mktoForm .mktoCheckboxList + .mktoError {
    top: 14px !important;
}
}
@media(max-width:480px){
   .sec-1 .sf-team-up {
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .sec-1 .sf-team-up .counter {
        width: 46%;
    }
    .sec-1 .sf-team-up .counter:nth-of-type(2){
        border: 0;
    }
        .sec-1 .sf-team-up {
        padding-bottom: 10px;
    }
    .sec-1 .row:nth-of-type(2) {
        padding-top: 25px;
    }
        .sec1-list {
        padding: 25px 15px 25px;
        margin-top: 20px;
    }
        .sec-3 .row .col-md-6 {
        width: 100%;
    }
        .sec-7 ul li {
        width: 46%;
    }
        .sec-9 .col-md-4 {
        width: 100%;
    }
}