@font-face {
    font-family: 'Proxima Nova Light';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova semibold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Proxima Nova';
}

/* Reset Css */
img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.theme-cta {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    background-color: #26A2EC;
    display: inline-block;
    padding: 12px 35px;
    position: relative;
    border-radius: 8px;
}

.theme-cta:hover {
    color: #fff;
    background-color: #26A2EC;
}

.title-wrapper {
    text-align: center;
    padding-bottom: 20px;
}

.title-wrapper h2 {
    color: #000000;
}

.font18 {
    font-size: 18px;
    line-height: 24px;
}

.font22 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
}

h1 {
    font-size: 70px;
    line-height: 78px;
    font-family: 'Proxima Nova Bold';
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 20px 0px 10px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    color: #000;
}

h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.para,
p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Proxima Nova';
}

/* Banner */
.banner {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/ai-bd-expo-lp-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0px 60px;
    position: relative;
    background-color: #000 !important;
    text-align: center;
}

.banner-logo {
    text-align: center;
    padding-bottom: 200px;
}

.hdr-logo {
    padding-bottom: 200px;
}

.banner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 25px 0px 30px;
}

.banner ul li {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Sec 1 */
.offers-slide ul li {
    border-radius: 10px;
    box-shadow: 0px 4px 25px 0px #00000014;
    background-color: #ffffff;
    padding: 15px;
    margin-top: 20px;
    transition: all 0.5s ease;
    user-select: none;
    border: 1px solid #E2E2E2
}

.offers-slide ul li .arrow-cta {
    background: linear-gradient(90deg, #104988 0%, #0678BD 100%);
    width: 32px;
    height: 27px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}

.offer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.points ul li span {
    margin-top: 5px;
}

.offers-slide ul li .arrow-cta:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    height: 8px;
    translate: -60% -50%;
    transform: rotate(-135deg);
}

.offers-slide ul li .offer-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.offers-slide ul li .offer-slide .offer-name span:first-of-type {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #F9AD1C;
    white-space: nowrap;
}

.offers-slide ul li .offer-slide .offer-name {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    text-align: left;
    justify-content: flex-start;
}

.offers-slide ul li:hover,
.offers-slide ul li.active-slide {
    background: linear-gradient(90deg, #104988 0%, #0678BD 100%);
    box-shadow: 0px 4px 25px 0px #00000014;
}

.offers-slide ul li:hover h6,
.offers-slide ul li.active-slide h6 {
    color: #ffffff;
}

.offers-slide ul li:hover .offer-slide .offer-name span:first-of-type,
.offers-slide ul li.active-slide .offer-slide .offer-name span:first-of-type {
    color: #fff;
}

.offers-slide ul li:hover .arrow-cta,
.offers-slide ul li.active-slide .arrow-cta {
    background-color: #ffffff;
}

.offers-slide ul li:hover .arrow-cta:before,
.offers-slide ul li.active-slide .arrow-cta:before {
    border-color: #fff
}

.offers {
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.sec_1 .theme-cta {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.offers:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.offers-content ul li p {
    margin-bottom: 5px;
}

.offers-content {
    padding: 55px 0 40px;
}

.points ul li {
    display: flex;
    gap: 15px;
    padding-right: 36px;
}

.points ul li p.font18 {
    margin-bottom: 5px;
    font-weight: bold;
}

.sec_1 .points {
    padding-top: 25px !important;
}

.points ul li p {
    color: #ffffff;
}

.points ul li+li {
    margin-top: 30px;
}

.offers-slide {
    padding: 50px 0px 35px 30px;
}

.offers:before {
    background: linear-gradient(134.11deg, #132F73 26.51%, #132F73 42.61%, #284A9C 69.68%, #26A2EC 100%);
}

/* Section 2 Css */
.sec-2 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/ai-bd-expo-lp-banner2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F4FAFB;
    padding: 40px 0px;
}

.sec-2 .outer {
    display: flex;
    overflow: hidden;
}

.sec-2 .right-sliding {
    margin-top: 25px;
}

.sec-2 .right-sliding .inner+.inner {
    margin-left: 30px;
}

.sec-2 .right-sliding .inner>img {
    margin-right: 30px;
}

.sec-2 .right-sliding .inner>a:last-child {
    margin-right: 0;
}

.sec-2 .right-sliding .inner {
    display: flex;
    animation: slidingRight linear 15s infinite;
    align-items: center;
}

@keyframes slidingRight {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.sec-2 .right-sliding .inner+.inner {
    margin-left: 30px;
}

/* Section 7 css */
.sec-7 {
    background: #fff;
    padding: 50px 0px 60px;
}

.capabilities-sc .box-inn {
    margin: 0 15px;
}

.slick-slide img {
    display: inline-block;
    border-radius: 8px 8px 0 0;
}

.sec-7 h2 {
    margin-bottom: 30px;
}

.capabilities-sc h6 {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    background: #26A2EC;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 18px;
}

.capabilities-sc h3 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin: 8px 0px 15px;
    text-align: left;
    font-family: 'Proxima Nova semibold';
}

.capabilities-sc p {
    margin-bottom: 0;
}

.capabilities-sc a {
    color: #F47727;
    font-weight: 600;
    font-family: 'Proxima Nova semibold';
    font-size: 16px;
    line-height: 1.2;
}

.cs-feature {
    width: 100%;
}

.capabilities-sc .card-body {
    border: 1px solid #EBEBEB;
    border-radius: 0 0 8px 8px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.sec_4 {
    padding: 40px 0 0;
}

.slick-arrow {
    background: unset;
    border: 0;
    padding: 0;
}

.custom-prev {
    position: absolute;
    left: -40px;
    top: 50%;
}

.custom-next {
    position: absolute;
    right: -40px;
    top: 50%;
}

.mktoForm button.mktoButton[disabled] {
    background-position: 90% center !important;
}

/* Sec 4 */
.sec4 {
    padding: 60px 0 60px;
    background: linear-gradient(135.97deg, #000F34 8.04%, #002B62 83.44%, #26A2EC 113.65%);
}

.sec2-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.sec2-tabs .nav-tabs {
    width: 290px;
    border: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec2-tabs .nav-tabs li.nav-item {
    width: 100%;
    margin: 12px 0;
    user-select: none;
}

.sec4-acco .accordion-item {
    background-color: transparent;
    border: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #2E4668;
    padding: 25px 0px 28px;
    border-radius: 0;
}

.sec4-acco .accordion-item:last-child {
    padding: 25px 0px 28px;
}

.book-cta {
    text-align: center;
    margin-top: 45px;
}

.sec4-acco .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: unset;
    padding: 0;
}

.sec4-acco .accordion-body {
    padding: 0;
    max-width: 90%;
}

.sec3-collaps-inn {
    width: 90%;
    margin: 0 0 0 auto;
}

.acc-flx-strt {
    align-items: flex-start !important;
}

.sec3-collaps-inn h4 {
    color: #fff;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
}

.sec4-acco .accordion-button {
    background-color: transparent;
}

.sec4-acco .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.sec4-acco .accordion-item h3 {
    margin-bottom: 0;
    cursor: pointer;
}

.sec4-acco .accordion-item p {
    color: #77CCFF;
    margin: 5px 0 15px;
}

.sec4-acco .accordion-item p:last-child {
    margin-bottom: 0px;
}

.acc-flx-strt h3::after {
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-world-envision-arrow.png');
    transform: rotate(-45deg);
    top: 35px !important;
}

.gift-cta:hover {
    color: #fff !important;
}

.sec4 .sec4-acco {
    margin-top: 15px;
}

.sec4-acco h3::after {
    content: '';
    position: absolute;
    top: 55px;
    right: 0;
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/tsia-world-envision-arrow.png) !important;
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.sec2-tabs .nav-link {
    border-radius: 10px;
    color: #000000 !important;
    border-color: transparent;
    border: 0;
    box-shadow: 0px 4px 20px #0000000F;
    background-color: #ffffff !important;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.sec2-tabs .nav-link.active,
.sec2-tabs .nav-link:hover {
    color: #ffffff !important;
    background-color: #E9721F !important;
}

.sec2-tabs .nav-link.active>span:last-child {
    background: -webkit-linear-gradient(rgb(210 150 109 / 8%), rgba(255, 255, 255, 56%), rgb(235 166 118 / 50%), rgb(242 157 98 / 22%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec2-tabs .nav-link:hover>span:last-child {
    background: -webkit-linear-gradient(rgb(210 150 109 / 8%), rgba(255, 255, 255, 56%), rgb(235 166 118 / 50%), rgb(242 157 98 / 22%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec2-tabs .nav-link.active .tab-pic img {
    filter: invert(1);
    max-width: 34px;
}

.sec2-tabs .nav-link:hover .tab-pic img {
    filter: invert(1);
}

.sec2-tabs .tab-content {
    width: 80%;
    padding: 50px 30px 50px 100px;
    background: #F8F8F8;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.tab-content h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
}

.tab-content .btn {
    margin-top: 15px;
}

.sec2-tabs .nav-link .tabs-count {
    background: -webkit-linear-gradient(rgba(233, 114, 31, 50%), rgba(233, 114, 31, 22%), rgba(233, 114, 31, 8%), rgba(255, 255, 255, 56%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    line-height: 52px;
    font-weight: bold;
}

.sec2-tabs .nav-link.active .tabs-count {
    background: -webkit-linear-gradient(rgb(210 150 109 / 8%), rgba(255, 255, 255, 56%), rgb(235 166 118 / 50%), rgb(242 157 98 / 22%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec2-tabs .nav-link>span:first-of-type {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sec2-tabs .tab-content h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #000000;
}

.check-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.check-list ul li {
    position: relative;
    padding-left: 25px;
    flex: 0 0 48%;
    margin-top: 8px;
}

.check-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/ts-new-tick-icon.png');
    background-size: 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.check-list ul li span {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

}

.tab-content p:not(:first-of-type) {
    margin-top: 25px;
}

.points ul li>span:first-of-type img {
    max-width: 20px;
}

.tab-pic img {
    max-width: 25px;
}

/* Section 5 css */
.sec-5 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/ai-bd-expo-lp-banner3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-color: #CBECFF;
}

.sec-5 h5 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    font-family: 'Proxima Nova Bold';
    margin: 10px 0px;
}

.sec5-inn {
    background: #FEFEFE7A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    padding: 16px 25px;
    margin-top: 20px;
}

.sec-5 h6 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    font-family: 'Proxima Nova Bold';
}

.sec-5 h6 span {
    color: #26A2EC;
}

.sec-5 p {
    color: #000;
}

.sec-5 ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/ai-bd-expo-lp-check.png);
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 28px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    background-size: 16px;
}

.sec5-inn-lft,
.sec5-inn-ryt {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sec5-inn-lft {
    border-right: 2px solid;
    border-image-source: linear-gradient(180deg, #97CCE8 0%, #97CCE8 51.92%, rgba(151, 204, 232, 0) 100%);
    border-image-slice: 1;
}

.sec5-inn-lft {
    padding-right: 30px;
}

.sec5-img {
    text-align: center;
}

.sec5-img h6 {
    font-size: 29px;
    color: #26A2EC;
    margin: 15px 0px 2px;
}

.sec5-img p {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
}

/* Section 6 Css */
.sec-6 {
    background: #fff;
    padding: 50px 0px;
}

.sec-6 p {
    color: #000;
    margin-bottom: 0;
    line-height: 22px;
}

.sec6-inn h5 {
    font-size: 42px;
    line-height: 1.2;
    color: #26A2EC;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Proxima Nova Bold';
}

.sec6-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}

.sec6-inn {
    text-align: center;
}

.sec6-in-bx {
    width: 20%;
    border-right: 2px solid;
    border-image-source: linear-gradient(180deg, #97CCE8 0%, #97CCE8 51.92%, rgba(151, 204, 232, 0) 100%);
    border-image-slice: 1;
}

.sec6-in-bx:last-child {
    border: 0;
}

.sec-6 h6 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

/* Section 8 Css */
.sec-8 {
    background: linear-gradient(90deg, #CBECFF 0%, #F3FBFC 121.6%);
    padding: 60px 0px;
}

.sec8-bx {
    background: #fff;
    border-radius: 10px;
    padding: 20px 35px !important;
    position: relative;
    margin-top: 30px;
}

.sec-8 ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.sec8-bx-hd {
    background: #1483C6;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 35%;
    width: 350px;
    text-align: center;
}

.sec8-bx-hd h4 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Proxima Nova Bold';
}

.sec8-bx-hd::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #1483C6;
}

.sec-8 .sec8-bx:last-child ul {
    justify-content: center;
    gap: 40px;
}

/* Section 9 css */
.sec-9 {
    background: #fff;
    padding: 0px 0px 60px;
}

.sec-9 .form-layout {
    background: linear-gradient(135.97deg, #000F34 8.04%, #002B62 83.44%, #26A2EC 113.65%);
    border-radius: 20px;
    padding: 50px 80px;
}

.sec-9 .form-layout h2 {
    color: #fff;
}

.sec-9 .form-layout p {
    margin-bottom: 35px;
}

/* New style */
.paralax-blocks {
    padding-block: 4px 40px;
    overflow-x: clip;
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.paralax-blocks::-webkit-scrollbar {
    display: none;
}

.paralax-blocks:hover .col {
    filter: grayscale(1) brightness(0.7);
    transition: filter 1s ease;
}

.paralax-blocks .col {
    text-decoration: none;
    background-size: cover;
    min-width: 160px;
    aspect-ratio: 240 / 397;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff !important;
}

.paralax-blocks .col:hover {
    z-index: 1;
    filter: grayscale(0);
    transform: scale(1.025);
    transition: transform .25s ease, filter 1s ease;
    box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.5);
}

.partners-slider {
    position: relative;
}

.partners-slider .slick-list {
    overflow: hidden;
}

.partners-slider .sml-logo-clk {
    width: 56px;
    height: 38px;
    border: 0;
    margin-top: 0px;
    background-color: #F9AD1C;
    transform: translateX(-50%) translateY(50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-slider .slick-slide .p-image {
    min-height: 50px;
}

.partners-slider .sml-logo-wrap {
    height: initial !important;
    border-radius: 10px;
    position: relative;
    padding: 25px 50px 30px 25px;
    border: 1px solid #FFFFFF4D;
    background: transparent;
    width: 49% !important;
    margin-bottom: 7px;
    overflow: hidden;
    min-height: 159px;
}

.partners-slider-inn {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.partners-slider .sml-logo-wrap::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/ms-cc-lp-embrace-after.png');
    background-size: cover;
    width: 483px;
    height: 125px;
}

.sml-logo-wrap:hover {
    background: linear-gradient(120.85deg, #0B4D74 22.97%, #1380C1 75.65%);
}

.sml-logo-wrap:hover .embrace-icon1 {
    display: none;
}

.sml-logo-wrap:hover .embrace-icon1-1 {
    display: block !important;
    border-radius: 50%;
}

.embrace-inn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.embrace-inn .embrace-inn-lft {
    width: 12%;
}

.embrace-inn .embtace-inn-ryt {
    width: 85%;
}

.embtace-inn-ryt p {
    color: #fff;
    margin-bottom: 0;
}

.partners-slider .slick-arrow {
    z-index: 1;
    border: 0;
    cursor: pointer;
    background: transparent;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translate(24%, -50%);
    left: 100%;
}

.partners-slider .prev-arrow {
    left: initial;
    right: 100%;
    transform: translate(-24%, -50%) rotate(180deg);
}

.partners-slider .slick-track {
    padding: 0;
    display: flex !important;
}

.embrace-icon1-1 {
    display: none !important;
}

.embtace-inn-ryt h6 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 800;
    font-family: 'Proxima Nova Bold';
}

footer {
    padding: 15px 0;
    background-color: #1B1B1B;
}

.social ul {
    padding: 0;
    margin: 0;
    margin-left: auto;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.social ul li a {
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-test {
    margin: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    font-family: 'Proxima Nova Light';
}

.cta-blockk {
    gap: 4vw;
    display: flex;
    max-width: 1180px;
    padding: 26px 65px;
    background-size: 100% 100%;
    justify-content: space-between;
    margin: 0 auto;
}

.sec_5 .cta-blockk {
    align-items: center;
}

.cta-connect {
    padding: 12px;
    min-width: 198px;
    min-height: 46px;
    border-radius: 3px;
    background-color: #FD8A3B;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-decoration: none;
    transition: all 0.25s ease;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.cta-connect img {
    width: 20px;
    height: 20px;
}

.cta-connect:hover {
    color: #FFFFFF;
    background-color: #471263;
}

.cta-blockk-text *+*:last-child {
    margin-bottom: 0;
}

.offers-slide ul li h6 {
    font-family: 'Proxima Nova Bold';
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    margin-left: 12px;
}

.offers-slide ul li h6 strong {
    font-family: 'Proxima Nova Bold';
    font-weight: 700;
    margin-bottom: 0px;
}

.tabs-cta .cta-connect {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.sec_5 .cta-blockk h3 {
    margin-bottom: 5px;
    color: #000000;
    font-weight: 500;
}

.sec_5 .cta-blockk h3 b {
    font-size: 42px;
    line-height: 48px;
    font-family: 'Proxima Nova Bold';
    font-weight: bold;
    color: #000000;
}

.letsMeet-popup {
    padding: 10px 10px;
}

.modal .modal-body {
    padding-block: 20px 40px;
    padding-inline: 22px;
}

/* .letsMeet-popup.show,
.offers-popup.show{
    display: flex !important;
    align-items: center !important;
} */
.btn-close:focus {
    box-shadow: unset !important;
}

.partners-slider .sml-logo-clk img {
    max-width: 14px;
}

/* Gift sc css */
.gift-sec img {
    background: #26A2EC;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -55px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.gift-cta {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    background: #F9AD1C;
    padding: 10px 22px;
    font-family: 'Proxima Nova Bold';
    border-radius: 10px 10px 0px 0px;
    transform: rotate(270deg);
    margin-right: -38px;
}

.gift-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

section.gift-sc {
    position: fixed;
    top: 72%;
    right: -30px;
}

/* 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: #fff !important;
    border: 1px solid #DCDCDC !important;
    color: #717171 !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: 8px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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: #fff 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 #fff 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: 600 !important;
    width: auto !important;
    font-size: 14px;
    line-height: 22px;
    padding: 0 !important;
    font-family: 'Proxima Nova semibold' !important;
    color: #fff !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: #fff 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: #717171 !important;
}
.mktoForm input[type=text]:focus, .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select.mktoField:focus, .mktoForm textarea.mktoField:focus {
    outline: none;
}
form.mktoForm .mktoFormRow .mktoPlaceholder {
    margin-left: 0 !important;
}
.sec-9 #book-meeting label {
    color: #fff !important;
}
::placeholder {
    color: #717171 !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: #F9AD1C !important;
}

.mktoButtonWrap {
    margin: 0 !important;
}

.mktoButtonRow {
    display: block !important;
    width: 100% !important;
}

.mktoForm button.mktoButton {
   cursor: pointer;
    margin: 0;
    background-color: #F47727 !important;
    border-radius: 8px !important;
    border: unset !important;
    width: auto !important;
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    padding: 12px 35px !important;
    font-family: 'Proxima Nova Bold' !important;
    position: relative;
    background: #26A2EC !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;
    margin-top: 20px !important;
}

.modal .modal-header {
    border-bottom: 0 !important;
}

.modal .modal-header {
    padding-top: 30px;
    display: block;
    padding-bottom: 0;
}

button.btn-close {
    position: absolute;
    right: -6px;
    top: -5px;
    background: no-repeat;
    background-color: #1483C6;
    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 #fff inset !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    margin-top: -1px !important;
}

video::-webkit-media-controls {
    display: none;
}

/* Form Css end */
.tab-content p a {
    color: #FD8A3B;
    font-weight: 500;
}

.partners-slider .slick-arrow img {
    filter: grayscale(1);
    max-width: unset;
}

.partners-slider .slick-arrow:hover img {
    filter: grayscale(0);
}

.partners-slider .slick-arrow {
    left: auto;
    right: 0;
    display: none !important;
}

.partners-slider .slick-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}

.partners-slider .slick-dots li {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #127FC070;
}

.sec6-hd-img {
    text-align: center;
}

.partners-slider .slick-dots .slick-active {
    background: #127FC0;

}

.partners-slider .slick-dots li button {
    display: none;
}

.partners-slider .prev-arrow {
    right: auto;
    left: 0;
}
.theme-cta img {
    max-width: 20px;
    margin-left: 3px;
}
.sec_6 {
    padding: 10px 0 60px;
    background: linear-gradient(213.97deg, #041A28 20.13%, #072E45 88.39%, #0E5E8E 147.26%);
    box-shadow: 0px 4px 61px 0px #13499A40;
}
.modal-header h4 {
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
    font-family: 'Proxima Nova semibold';
}

.mktoForm .mktoError .mktoErrorMsg {
    padding: 0.4em 0.6em !important;
}

.single-offer {
    display: none;
}
.offer-row .mktoFormCol:nth-of-type(2) {
    margin-left: 0 !important;
}
#offerform_thankYou img,
#gift_form_thankYouMessage img {
    max-width: 175px;
    margin: 0 auto 20px;
    display: block;
}

.form-title-thank {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fd8a3b;
    margin-bottom: 10px;
    text-align: center;
}

#gift_form_thankYouMessage p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.main {
    position: relative;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

.sec4 .title-wrapper {
    padding-bottom: 0px;
}
.modal .modal-content img, .consultation-ty img {
    max-width: 175px;
    margin: 0 auto 20px;
    display: block;
}
.modal .modal-content h5, .consultation-ty h5 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #F47727;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.modal .modal-content p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0 !important;
}
.consultation-ty p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0 !important;
}
.offers-popup .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{
    color: #000 !important;
}
.offers-popup .mktoButtonRow .mktoButtonWrap{
    margin-top: 0px !important;
}
/*-----------Media Queary Start----------*/
@media screen and (min-width:1440px) {
    .sec2-tabs .nav-tabs {
        width: 320px;
    }
}

@media (max-width: 1399px) {
    .capabilities-sc {
        padding: 0 30px;
    }

    .sec5-inn {
        width: 87%;
    }

    .custom-next {
        right: -25px;
    }

    .custom-prev {
        left: -25px;
    }

    .offers-slide {
        padding: 55px 0px 45px 20px;
    }

    .points ul li {
        padding-right: 15px;
    }

    .sec4 .title-wrapper {
        padding-bottom: 10px;
    }

    .sec3-collaps-inn h4 {
        font-size: 25px;
        line-height: 31px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h1 {
        font-size: 60px;
        line-height: 66px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .partners-slider .sml-logo-wrap {
        min-height: 181px;
    }
}

@media screen and (max-width:1199px) {
    .offers-content {
        padding: 35px 0 64px;
    }
.sec8-bx-hd {
    right: 32%;
}
    h5 {
        font-size: 18px;
        line-height: 24px;
    }

    section.gift-sc {
        top: 65%;
    }
.theme-cta {
    font-size: 18px;
}
    .acc-flx-strt h3::after {
        top: 25px !important;
    }

    h1 {
        font-size: 50px;
        line-height: 56px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .custom-slick-btns .casestudy-prev-arrow,
    .custom-slick-btns .brochure-prev-arrow,
    .custom-slick-btns .datasheet-prev-arrow {
        top: 44% !important;
    }

    .sec4-acco .accordion-item h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
    }

    .sec4-acco .accordion-body {
        max-width: 85%;
    }

    .offers-slide {
        padding: 35px 0px 35px 15px;
    }

    .sec3-collaps-inn h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .partners-slider .sml-logo-wrap {
        width: 48.50% !important;
        padding: 25px 15px 30px 15px;
    }

    .sec3-collaps-inn {
        width: 88%;
    }

    .partners-slider .slick-slide img {
        max-width: 100%;
    }

    .partners-slider .slick-slide {
        margin: 0 15px;
        padding: 25px 15px 20px;
    }

    .partners-slider .slick-slide p {
        font-size: 14px;
        line-height: 20px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }
.offers-slide ul li h6 {
    font-size: 16px;
}
.offers-slide ul li .offer-slide .offer-name span:first-of-type {
    font-size: 16px;
    line-height: 20px;
}
.sec5-inn-lft {
    padding-right: 22px;
}
.sec-8 ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 25px;
}
.para, p {
    font-size: 16px;
    line-height: 22px;
}
.sec5-inn {
        width: 100%;
    }
    .points ul li {
        gap: 15px;
        padding-right: 0px;
    }

    .offers-content ul li p:last-child {
        margin-bottom: 0px;
    }

    .font22 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }

    .sec2-tabs .nav-tabs {
        width: 260px;
    }

    .item3 .sec5-img img {
        object-fit: cover;
        object-position: left;
    }

    .item6 .sec5-img img {
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 1080px) {
    .custom-prev {
        left: -15px;
        width: 30px;
    }

    .custom-next {
        right: -15px;
        width: 30px;
    }

    .sec2-tabs .nav-tabs {
        width: 260px;
    }

    .sec_5 .cta-blockk h3 b {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .capabilities-sc .box-inn {
        margin: 0 10px;
    }
.sec8-bx-hd {
        right: 25%;
    }
    .sec-8 .sec8-bx:last-child ul {
    gap: 25px;
}
    .capabilities-sc {
        padding: 0 20px;
    }

    .partners-slider .slick-arrow {
        right: 20px;
    }

    .partners-slider .prev-arrow {
        left: 18px;
    }

    .sec_1 .row .col-md-6,
    .sec_1 .row .col-md-6 {
        width: 100%;
    }

    .sec3-collaps-inn {
        width: 85%;
    }

    .paralax-blocks .col {
        width: 16vw;
        flex: 1 0 auto;
        min-width: initial;
        max-width: initial;
    }
.list-unstyled {
    margin-bottom: 25px;
}
    h1 {
       font-size: 42px;
        line-height: 48px;
    }
    .offers:before {
        display: none;
    }
    .sec-5 h5 {
    font-size: 18px;
    line-height: 24px;
}
.sec-5 .col-md-7, .sec-5 .col-md-5{
    width: 100%;
}
.sec-5 ul li {
    font-size: 16px;
    line-height: 22px;
}
    .offers {
        padding-top: 40px;
    }

    .offers-content {
        background: linear-gradient(213.97deg, #041A28 20.13%, #072E45 88.39%, #0E5E8E 147.26%);
        padding: 35px;
    }

    .sec2-tabs {
        flex-direction: column;
    }

    .sec2-tabs .nav-tabs {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0%);
    }

    .sec2-tabs .tab-content {
        width: 100%;
        padding: 30px 22px;
        margin-top: 20px;
    }

    .offers-slide {
        padding: 20px 0px 35px;
    }

    .case-study .carousel {
        max-width: 296px;
        margin: 0 auto;
    }

    .carousel-item .col {
        flex: 1 0 100%;
    }

    .sec4-acco .accordion-item h3 {
        text-wrap: nowrap;
    }

    .partners-slider .slick-slide {
        margin: 0 0px;
        padding: 0px 0px 10px;
    }

    .partners-slider .sml-logo-wrap {
        min-height: 254px;
        width: 49% !important;
    }

    .embrace-inn {
        flex-direction: column;
    }

    .embrace-inn .embrace-inn-lft {
        width: 100%;
    }

    .embrace-inn .embtace-inn-ryt {
        width: 100%;
    }

    .capabilities-sc .card-body {
        padding: 20px 15px;
    }

    .partners-slider .slick-dots {
        padding-top: 0px;
    }

    .partners-slider-inn {
        gap: 12px;
    }

    .sec_6 {
        padding: 45px 0 45px;
    }

    .sec_6 .col-md-6 {
        width: 100%;
        text-align: center;
    }
    .partners-slider .slick-slide img {
        max-width: 55%;
    }
.sec5-inn {
                width: 482px;
    }
.sec-5 h6 {
    font-size: 18px;
}
.sec-9 .form-layout {
    padding: 36px 40px;
}
    .mktoForm .mktoCheckboxList+.mktoError {
        top: 14px !important;
    }
    .sec-9 .form-layout p br{
        display: none;
    }
    .sec5-img p {
    font-size: 16px;
    line-height: 20px;
}
.sec5-img {
    margin-top: 35px;
}
.sec6-outer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.sec6-in-bx {
    width: 31%;
}
.sec-6 p br{
    display: none;
}
.sec6-inn {
    padding: 0 20px;
}
.sec6-in-bx:nth-of-type(3){
    border: 0;
}
.sec-6 h6 {
    font-size: 16px;
    line-height: 22px;
}

.sec8-bx-hd h4 {
    font-size: 18px;
}
}

@media (max-width: 820px) {
    .cta-blockk {
        gap: 2vw;
        padding: 26px 15px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .cta-blockk-text {
        text-align: center;
    }
}

@media(min-width:767px) {
    .sec-9 .form-wrap .mktoFormRow:nth-of-type(-n+4) {
        width: calc(50% - 10px);
        float: left;
        clear: none;
}
.sec-9 .form-wrap .mktoFormRow:nth-of-type(2), .sec-9 .form-wrap .mktoFormRow:nth-of-type(4) {
        margin-left: 20px;
    }
    .meet-popup .mktoFormRow:nth-of-type(-n+6) {
        width: calc(50% - 8px);
        float: left;
        clear: none;
    }

    .meet-popup .mktoForm .mktoFormRow:nth-of-type(2),
    .meet-popup .mktoForm .mktoFormRow:nth-of-type(4),
    .meet-popup .mktoForm .mktoFormRow:nth-of-type(6) {
        margin-left: 15px !important;
    }

    .offers-popup .modal-dialog {
        top: 50%;
        transform: translate(0, -50%) !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .cube {
        top: 30px;
    }
    .sec-2 .right-sliding .inner>img {
    max-width: 200px;
}
.sec-2 .right-sliding .inner {
    animation: slidingRight linear 30s infinite;
}
.sec6-in-bx {
        width: 48%;
    }
    .sec6-in-bx:nth-of-type(2),.sec6-in-bx:nth-of-type(4) {
        border: 0;
    }
    .sec6-inn h5 {
    font-size: 28px;
}
.sec6-outer {
    margin: 30px 0px 10px;
}
.sec-8 {
    padding: 40px 0px;
}
.sec8-bx {
    margin-top: 20px;
}
.sec-8 h2{
    margin-bottom: 0;
}
.sec-7 {
    padding: 40px 0px 40px;
}
.sec-9 {
    padding: 0px 0px 40px;
}
.sec8-bx-hd {
        right: 18%;
    }
    .sec6-in-bx:nth-of-type(3){
        border-right: 2px solid;
    border-image-source: linear-gradient(180deg, #97CCE8 0%, #97CCE8 51.92%, rgba(151, 204, 232, 0) 100%);
    border-image-slice: 1;
    }
.sec-5 {
    padding: 40px 0px;
}
.sec5-inn-lft {
        padding-right: 32px;
    }
.sec-5 h6 {
        font-size: 16px;
    }
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .banner ul li {
    font-size: 16px;
    line-height: 22px;
}
.points ul li span {
    margin-top: 2px;
}
    .banner{
        background: unset;
    }
.hdr-logo {
        padding-bottom: 45px !important;
        width: 300px;
        margin: 0 auto;
}
    section.gift-sc {
        top: 60%;
    }

    .gift-sec img {
        width: 50px;
        height: 50px;
    }

    .offers-popup .modal-dialog {
        width: 90% !important;
        padding: 10px 0px !important;
    }

    button.btn-close {
        right: -3px;
        top: -3px;
        font-size: 12px;
        width: 12px;
        height: 12px;
    }

    .custom-slick-btns .casestudy-prev-arrow,
    .custom-slick-btns .brochure-prev-arrow,
    .custom-slick-btns .datasheet-prev-arrow {
        top: 45% !important;
    }

    .partners-slider .sml-logo-wrap {
        min-height: auto;
        width: 4100% !important;
    }

    .capabilities-sc .box-inn {
        width: 48%;
    }

    .sec_6 h2 {
        margin-bottom: 20px;
    }

    .sec4-acco .accordion-item {
        flex-direction: column;
        padding: 20px 0px 22px;
        align-items: flex-start;
    }

    .sec6-hd-img {
        display: none;
    }

    .sec4-acco .accordion-body {
        max-width: 100%;
        margin-top: 15px;
    }

    .sec4-acco h3::after {
        width: 22px;
        height: 22px;
        background-size: 20px;
        top: 23px;
    }

    .copy-test br {
        display: none;
    }

    .theme-cta {
        font-size: 16px;
    }

    .offers-slide ul li .offer-slide .offer-name span:first-of-type {
        font-size: 16px;
    }

    .sec_3 h2 {
        text-align: center;
    }

    .sec_3 .title-wrapper {
        padding-bottom: 5px;
    }

    .sec4-acco .accordion-item h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .sec3-collaps-inn h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .sec4-acco .accordion-item h3 {
        width: 50px;
    }

    .sec4 {
        padding: 40px 0 45px;
    }

    h6 {
        font-size: 18px;
        line-height: 24px;
    }

    h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .sec3-collaps-inn {
        width: 100%;
        margin-top: 15px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }

    form.mktoForm .mktoFormRow .mktoFormCol {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mktoForm .mktoFormRow .mktoFormCol+.mktoFormCol {
        margin-left: 0 !important;
    }

    .copy-test {
        margin-bottom: 10px;
        line-height: 1.25;
        text-align: center;
    }

    .social ul {
        justify-content: center;
    }
.sec-6 {
    padding: 40px 0px;
}
    .paralax-blocks .col {
        width: 33.33%;
    }

    .paralax-blocks {
        flex-wrap: wrap;
    }

    .check-list ul li {
        flex: 0 0 100%;
    }

    form.mktoForm .mktoFormRow .mktoFormCol {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mktoForm .mktoFormRow .mktoFormCol+.mktoFormCol {
        margin-left: 0 !important;
    }

    .paralax-blocks .col {
        font-size: 16px;
        line-height: 22px;
    }

    .calendly-overlay .calendly-popup .calendly-popup-content {
        padding: 0 15px;
    }
}

@media screen and (max-width:575px) {
    .sec-8 .sec8-bx:last-child ul {
        gap: 20px;
    }
    .sec8-bx-hd h4 {
        font-size: 16px;
    }
    .sec-9 .form-layout {
        padding: 25px 20px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-xs-12,
    .col-lg-12 {
        padding: 0 20px;
    }

    section.gift-sc {
        top: 75%;
    }

    .sec_6 h2 br {
        display: none;
    }

    .modal-header h4 {
        font-size: 22px !important;
    }

    .capabilities-sc .box-inn {
        width: 95%;
    }

    section.gift-sc {
        right: -33px;
    }

    .modal.show .modal-dialog {
        transform: none;
        max-width: 95%;
        margin: 15px auto 0;
    }
    .sec6-outer {
        gap: 10px;
    }
    .offers {
        padding-top: 35px;
    }
    .sec-6 h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .sec8-bx-hd {
        right: 0;
        width: 100%;
    }
    .sec-6 p {
    line-height: 20px;
}
.sec6-outer {
        margin: 30px 0px -10px;
    }
.sec6-inn {
        padding: 0 10px;
    }
    .font22 {
        font-size: 16px;
        line-height: 22px;
    }

    .para,
    p {
        font-size: 14px;
        line-height: 20px;
    }

    .sec5-inn-lft {
        width: 100%;
        text-align: left;
    }

    .sec5-inn-ryt {
        width: 100%;
    }

    .offers-slide ul li .offer-slide,
    .offers-slide ul li .offer-slide .offer-name {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .sec3-collaps-inn h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-5 ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .sec5-inn {
        width: 100%;
        flex-direction: column;
    }
    .sec5-inn-lft {
        padding-right: 0;
        border: 0;
        margin-bottom: 20px;
    }
    .sec-5 h6 {
        font-size: 14px;
    }
.sec-2 {
    padding: 30px 0px;
}
    .offers-content {
        padding: 30px 20px;
    }
.sec-2 .right-sliding {
    margin-top: 10px;
}
    h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner ul {
            gap: 15px;
            flex-wrap: wrap;
            margin: 20px 0px 25px;
}
.banner {
    padding: 25px 0px 45px;
}
    .banner ul li {
        font-size: 14px;
        line-height: 20px;
        width: 46%;
        justify-content: center;
    }
    .partners-slider {
        padding: 0 5px;
    }

    .offers-slide {
        padding: 20px 0px 30px;
        text-align: center;
    }
    .points ul li>span:first-of-type img {
    max-width: 16px;
}
.sec_1 .points {
    padding-top: 20px !important;
}
    .sec_5 .cta-blockk h3 b {
        font-size: 28px;
        line-height: 36px;
    }
    .case-study .nav .nav-item {
        flex: 0 0 100% !important;
        margin: 8px 4px;
    }

    .case-study .nav-pills .nav-link {
        width: 100% !important;
        max-width: 90%;
    }

    .main-content img {
        max-width: 70%;
    }

    .cta-connect {
        padding: 10px;
        min-width: 190px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .paralax-blocks .col {
        width: 44vw;
    }

    .paralax-blocks .col {
        width: 44vw;
    }

    .copy-test {
        font-size: 14px;
        line-height: 1.35;
    }

    .sec_6 {
        padding: 35px 0 40px;
    }

    .custom-slick-btns button.slick-arrow {
        width: 25px;
        height: 25px;
    }

    .custom-slick-btns button.slick-arrow img {
        max-width: unset;
        width: 25px;
        height: 25px;
    }

    .custom-slick-btns .casestudy-next-arrow,
    .custom-slick-btns .brochure-next-arrow,
    .custom-slick-btns .datasheet-next-arrow {
        right: 6px;
    }

    .case-study .casestudy-slider,
    .case-study .datasheet-slider,
    .case-study .brochure-slider {
        margin: 0px 20px;
    }

    .custom-slick-btns .casestudy-prev-arrow,
    .custom-slick-btns .brochure-prev-arrow,
    .custom-slick-btns .datasheet-prev-arrow {
        left: 0px;
        top: 47% !important;

    }
}

@media (min-width: 575px) {

    .case-study .slick-list {
        margin: 0 -27px;
    }

    .case-study .slick-slide {
        margin: 0 15px;
    }
}

@media(max-width:575px) {
    button.btn-close {
        right: 5px;
        top: 0px;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .cube {
        top: 45px;
    }

    .custom-next {
        right: -5px;
        width: 25px;
    }

    .custom-prev {
        left: -5px;
        width: 25px;
    }
}
@media screen and (max-width:480px) {

    .mktoForm,
    .mktoForm * {
        padding: 0 !important;
    }

    .partners-slider .slick-arrow {
        right: 25px;
    }

    .custom-slick-btns .casestudy-prev-arrow,
    .custom-slick-btns .brochure-prev-arrow,
    .custom-slick-btns .datasheet-prev-arrow {
        left: 0px;
    }

    .partners-slider .prev-arrow {
        left: 25px;
    }

    .offers-slide ul li h6 {
        font-size: 15px;
        line-height: 20px;
    }

    .main-content img {
        max-width: 90%;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }
}