*{padding: 0;margin: 0;}
.zw-template-inner {
    margin-top: -68px;
}
.access-btn{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.partner-btn{
    border: 1px solid #fff;
    color: #fff;
}
.request-demo-cta{
    background: var(--primary-btn-color);
    color: #fff;
    cursor: pointer;
}
.zw-product-header {
    z-index: 1;
    position: relative;
}
.zwc_banner_section {
    background: radial-gradient(49.43% 78.35% at 50% 16.98%, #2867F6 0%, #173C90 100%);
    padding: 100px 0 200px;
    position: relative;
}
.banner-fort h1 {
    font-size: 70px;
    color: #fff;
    max-width: 979px;
    font-family: var(--zf-primary-extrabold);
    margin-bottom: 25px;
}
.banner-fort p {
    font-size: 18px;
    color: #fff;
    max-width: 889px;
    margin-bottom: 35px;
}
.banner-fort a, .efooter a {
    border-radius: 10px;
    font-size: 18px;
    padding: 13px 30px;
}
.banner_wrap {
    display: flex;
    align-items: center;
    gap: 100px;
}
.banner-fort {
    width: 50%;
}
.banner-right {
    width: 50%;
    text-align: center;
}
/* .partner_wrap {
    background: #181818;
} */
.brand-fort {
    text-align: center;
    padding: 40px 50px;
    background: #000;
    border-radius: 25px;
}
.partner_wrap span .zwc-yash-logo{
    margin-top: 10px;
}
.partner_wrap {
    background: linear-gradient(118deg, rgba(0, 0, 0, 0.93) 0%, rgba(24, 24, 24, 1) 50%, rgba(0, 0, 0, 0.65) 100%);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 15px 20px;
}
.brand-fort h2 {
    font-size: 24px;
    color: #fff;
    font-family: var(--zf-primary-medium);
    margin-bottom: 35px;
}
.zwc_brand_section {
    position: relative;
    top: -86px;
}
.zwc_whats_in_you {
    position: relative;
    padding: 120px 0 0;
}
.whats-img {
    position: absolute;
    left: -170px;
    top: 300px;
    width: 640px;
    max-width: 100%;
}
.left-sticky {
    width: 50%;
    height: fit-content;
    position: sticky;
    top: 60px;
}
.left-sticky h2 {
    font-size: 60px;
    color: #000;
    max-width: 360px;
    font-family: var(--zf-primary-extrabold);
    margin-bottom: 25px;
}
.left-sticky p {
    font-size: 18px;
    max-width: 520px;
}
.left-sticky img {
    margin: 60px 0 0;
    z-index: -1;
}
.sticky_wrap{
    display: flex;
    gap: 90px;
}
.right-sticky p span:before {
    position: absolute;
    content: '';
    background: rgba(89, 219, 94, 1);
    width: 36px;
    height: 36px;
    left: 0;
    top: 3px;
    border-radius: 100%;
}
.right-sticky p span:after {
    position: absolute;
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 19px;
    width: 10px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    left: 12.5px;
    top: 9px;
}
.right-sticky p {
    position: relative;
    border: 1px solid rgba(0, 75, 246, 1);
    padding: 15px 13px 15px 63px;
    border-radius: 8px;
    width: 100%;
    font-size: 21px;
    font-family: var(--zf-primary-medium);
    margin-bottom: 28px;
    cursor: pointer;
    transition: .2s ease;
}
.right-sticky p:hover {
    border: 1px solid rgba(221, 229, 246, 1);
}
.right-sticky span {
    position: absolute;
    top: 16px;
    left: 19px;
    transform: scale(0.8);
}
.right-sticky {
    width: 50%;
    padding-bottom: 50px;
}
.tab-sec span {
    display: inline-block;
    font-size: 27px;
    font-family: var(--primaryfont-bold);
    border-radius: 60px;
    padding: 1.5px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    opacity: .3;
}
.tab-sec span.active {
    opacity: 1;
}
.st-secure {
    background: linear-gradient(180deg, #fdb886 45%, #1d1313 86%);
}
.st-manage {
    background: linear-gradient(180deg, #8c82ff 45%, #1d1313 86%);
}
.st-manage b {
    background: linear-gradient(25deg, rgba(255, 255, 255, 1) 43%, #d0ccff 81%);
}
.st-secure b {
    background: linear-gradient(25deg, rgba(255, 255, 255, 1) 43%, #ffd5d5 81%);
}
.tab-sec span b {
    display: block;
    height: 100%;
    padding: 10px;
    border-radius: 60px;
}
.tab-sec {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.content_card {
    background: rgba(40, 103, 245, 1);
    padding: 130px 30px 30px;
    border-radius: 25px;
    width: 31.9%;
}
.content_card h3 {
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.content_card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}
.tab-img:before {
    content: '';
    background: url(/sites/zweb/images/iot/partnership/tab-img-1.svg);
    position: absolute;
    width: 81px;
    height: 80px;
    top: -100px;
}
.overall-content {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.tab-conent {
    padding: 80px 0 0;
}
.tab-img.tb-img-1:before{
    background: url(/sites/zweb/images/iot/partnership/tab-img-2.svg);
}
.tab-img.tb-img-2:before{
    background: url(/sites/zweb/images/iot/partnership/tab-img-3.svg);
    height: 79px;
}
.overall-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.overall-content.show {
    opacity: 1;
    height: auto;
}
.content_card{
    margin-top: 50px;
}
.overall-content.show .content_card{
     margin-top: 0px;
     transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

 .in_view .svg_sec svg path {
    fill: none;
    stroke: #9a9a9a;
    stroke-dasharray: 4200;
    stroke-dashoffset: 4200;
    stroke-width: 2px;
    animation: dash 13s linear forwards;
  }
 @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  .zwc_svg_section {
    background: rgba(255, 251, 246, 1);
    border-radius: 64px;
    padding: 100px 0 370px;
    margin: 100px 0 0;
}
.svg_sec h2 {
    font-size: 60px;
    color: #000;
    max-width: 360px;
    font-family: var(--zf-primary-extrabold);
}
.svg_fort {
    position: relative;
    top: -80px;
    padding-left: 100px;
    max-width: 935px;
}
.animate_txt {
    position: absolute;
    top: -28px;
    right: -103px;
    display: flex;
}
.icon_txt span {
    font-size: 18px;
    font-family: var(--zf-primary-medium);
    color: rgba(62, 126, 255, 1);
    display: block;
}
.icon_txt p {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--zf-primary-medium);
    max-width: 220px;
    line-height: 1.25;
}
.zwc_icon {
    padding: 15px 23px 0 0;
}
.animate_txt.step_2 {
    right: unset;
    left: 430px;
    top: 180px;
    flex-direction: column;
}
.step_2 .zwc_icon {
    text-align: center;
    padding-right: 0;
}
.step_2 .icon_txt {
    text-align: center;
}
.step_2 .icon_txt p {
    max-width: 260px;
}
.animate_txt.step_3 {
    left: -96px;
    right: unset;
    top: 270px;
}
.step_3 .icon_txt {
    text-align: right;
}
.step_3 .zwc_icon {
    padding: 15px 0 0 23px;
}
.animate_txt.step_4 {
    top: unset;
    left: 124px;
    right: unset;
    bottom: -61px;
    flex-direction: column;
}
.step_4 .icon_txt p {
    max-width: 360px;
}
.step_4 .zwc_icon {
    padding-left: 60px;
}
.step_4 .icon_txt {
    padding: 5px 0 0;
}
.animate_txt.step_5 {
    top: unset;
    bottom: -8px;
    right: 50px;
    flex-direction: column;
}
.step_5 .icon_txt p {
    max-width: 240px;
}
.animate_txt.step_6 {
    top: unset;
    bottom: 27px;
    flex-direction: column;
    right: -315px;
}
.step_6 .icon_txt p {
    max-width: 230px;
}
.animate_txt.step_6 .icon_txt {
    padding-left: 15px;
}
.zwc_svg_section .content-wrap {
    max-width: 1200px;
}
.zwc_testimonial_sec {
    margin-top: -220px;
}
.slick-dots {
    display: none;
}
.testimonial-wrap {
    display: flex;
    gap: 40px;
    position: relative;
    background: #195FFD;
    padding: 80px 60px 80px 100px;
    border-radius: 44px;
}
.left-static {
    width: 485px;
}
.zwc-slick {
    width: calc(100% - 555px);
}
.left-static h3 {
    font-size: 40px;
    font-family: var(--primaryfont-semibold);
    color: #fff;
    margin-bottom: 0;
    color: #fff;
}
.left-image img {
    width: 213px;
}
.speaker-info {
    padding: 18px 0 0;
}
.speaker-info h6 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 2px;
    font-family: var(--primaryfont-bold);
}
.speaker-info label {
    font-size: 18px;
    color: #fff;
}
.quotes p {
    margin-bottom: 23px;
    color: #fff;
    font-size: 18px;
}
.slick-list, .slick-slider, .slick-track {
    position: unset !important;
}
.zwc_testimonial_sec .slick-next:before,  .zwc_testimonial_sec .slick-prev:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: rgba(59, 59, 59, 1);
}
.zwc_testimonial_sec .slick-prev:after{
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(/sites/zweb/images/iot/iiot/iiot-testimonial-arrow.svg);
    background-position: 23px 3px;
    background-size: 45px;
    transform: scale(.8);
    top: 1px;
    left: -4px;
    background-repeat: no-repeat;
}
.zwc_testimonial_sec .slick-next:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 36px;
    background: url(/sites/zweb/images/iot/iiot/iiot-testimonial-arrow.svg);
    background-position: -22px 5px;
    background-size: 45px;
    transform: scale(.8);
    top: 0;
    left: 17px;
    background-repeat: no-repeat;
    right: unset;
}
.zwc_testimonial_sec .slick-next:before {
    background-position: -341px -381px;
}
.zwc_testimonial_sec .slick-next {
    left: 95px;
}
.zwc_testimonial_sec .slick-next, .zwc_testimonial_sec .slick-prev {
    width: 58px;
    height: 49px;
    bottom: 100px;
    left: 95px;
    top: unset;
    transform: unset;
}
.zwc_testimonial_sec .slick-next {
    left: 135px;
}
.quotes {
    padding-left: 20px;
}
.quotes span {
    background: url(/sites/zweb/images/iot/quote.png);
    width: 47px;
    height: 36px;
    display: block;
    background-size: 46px;
    position: relative;
    left: -34px;
    top: -9px;
    display: none;
}
.speaker-info strong {
    display: inline-block;
    background: #fff;
    width: 1.5px;
    height: 14px;
    top: 6px;
    position: relative;
    margin: 0 2px;
}
.zwc_end_footer {
    background: url(/sites/zweb/images/iot/smart-building-solution/footer-bg.svg);
    background-size: cover;
    padding: 150px 0 100px 0;
    margin: 100px 0 0;
    background-position: top;
}
.efooter {
    text-align: center;
}
.efooter .access-btn{
    justify-content: center;
}
.efooter h2 {
    color: #fff;
}
.zwc_end_footer h2 {
    max-width: 780px;
}
.efooter h2, .faq-wrap h2{
    font-size: 60px;
    font-family: var(--zf-primary-extrabold);
    text-align: center;
    max-width: 777px;
    margin: 0 auto 30px;
}
.faq-wrap h2{
    max-width: 900px;
}
.zwc_faq {
    padding: 100px 0 80px;
}
.faq-section {
    padding: 40px 0 0;
}
.zwc-accordion {
    margin-bottom: 15px;
    border-bottom: 1px solid #919090;
    padding: 18px 21px 25px 100px;
    cursor: pointer;
}
.zwc-accordion_head {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zwc-accordion_head h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--primaryfont-regular);
    position: relative;
    color: #161c2d;
    max-width: 90%;
}
.zwc-ent {
    width: 20px;
    position: relative;
    right: 40px;
    transform: rotate(180deg);
    transition: .3s ease;
}
.zwc-ent:before, .zwc-ent:after {
    content: '';
    width: 11px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform .2s ease;
}
.zwc-ent:before {
    transform: rotate(45deg);
    right: 8px;
}
.zwc-ent:after {
    transform: rotate(-45deg);
}
.zwc-faq-accordion .zwc-accordion-content {
    display: none;
    opacity: 0;
    color: #606060;
    padding-top: 25px;
}
.zwc-faq-accordion .zwc-accordion.active .zwc-accordion-content {
    display: block;
    opacity: 1;
}
.zwc-accordion.active .zwc-ent {
    transform: rotate(360deg);
}
.zwc-accordion-content a {
    color: rgba(40, 103, 245, 1);
    font-family: var(--primaryfont-semibold);
}
#section_1.overall-content {
    justify-content: center;
}
.svg_fort svg {
    max-width: 935px;
}
.who_partner_caption {
    text-align: center;
    margin-bottom: 80px;
}
.who_partner_caption h2 {
    font-size: 60px;
    color: #000;
    font-family: var(--zf-primary-extrabold);
    margin: 0 auto;
    max-width: 500px;
}
.zwc_who_can_partner {
    padding: 50px 0 0;
}


@media only screen and (min-width:992px){
.animate_txt.step_1, .animate_txt.step_2, .animate_txt.step_3, .animate_txt.step_4, .animate_txt.step_5, .animate_txt.step_6 {
    opacity: 0;
    transition: all 100ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}
.in_view .animate_txt {
    opacity: 1;
}
.in_view .animate_txt.step_1 {
    transition-delay: .2s;
}
.in_view .animate_txt.step_2 {
    transition-delay: 1.2s;
}
.in_view .animate_txt.step_3 {
    transition-delay: 2.5s;
}
.in_view .animate_txt.step_4 {
    transition-delay: 3.7s;
}
.in_view .animate_txt.step_5 {
    transition-delay: 5.1s;
}
.in_view .animate_txt.step_6 {
    transition-delay: 6.5s;
}
}

@media only screen and (max-width:1330px){
.svg_fort, .svg_fort svg {
    max-width: 800px;
}  
.animate_txt {
    top: 6px;
    right: -138px;
}  
.animate_txt.step_2 {
    left: 360px;
    top: 199px;
}
.animate_txt.step_4 {
    left: 80px;
    bottom: 5px;
}
.animate_txt.step_5 {
    bottom: 25px;
    right: 0px;
}
.animate_txt.step_6 {
    bottom: 75px;
    right: -315px;
}
.banner-fort h1 {
    font-size: 65px;
}
.partner_wrap {
    gap: 30px;
}
}
@media only screen and (max-width:1199px) and (min-width:992px){
  .partner_wrap{
    justify-content: space-around;
    gap: 25px;
    padding: 15px 0px;
   }
}
@media only screen and (max-width:1199px){
.banner-fort h1 {
    font-size: 48px;
}
.left-sticky h2, .who_partner_caption h2, .svg_sec h2, .efooter h2, .faq-wrap h2 {
    font-size: 44px;
}
.right-sticky p {
    font-size: 18px;
}
.zwc_whats_in_you {
    padding: 50px 0 0;
}
.zwc_banner_section {
    padding: 68px 0 160px;
}
.left-sticky h2 {
    max-width: 300px;
}
.svg_fort {
    top: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 70px auto 0;
}
.svg_fort svg {
    display: none;
}
.animate_txt.step_1, .animate_txt.step_2, .animate_txt.step_3, .animate_txt.step_4, .animate_txt.step_5, .animate_txt.step_6 {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    flex-direction: column;
}
.svg_fort {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 40px;
}
.animate_txt .zwc_icon {
    text-align: center;
}
.animate_txt .icon_txt {
    text-align: center;
}
.step_3 .zwc_icon {
    padding: 15px 0 0 0;
}
.animate_txt.step_3 .zwc_icon, .animate_txt.step_6 .zwc_icon {
    order: 1;
    padding: 0 0 0 0;
}
.animate_txt.step_3 .icon_txt, .animate_txt.step_6 .icon_txt {
    order: 2;
}
.icon_txt p, .step_4 .icon_txt p {
    max-width: 250px;
}
.animate_txt .zwc_icon {
    padding: 0px 0px 6px 0;
}
.step_4.animate_txt .zwc_icon {
    padding-left: 0;
}
.overall-content {
    justify-content: center;
}
.content_card {
    width: 45%;
}
.banner-fort p {
    font-size: 16px;
    max-width: 420px;
}
.banner-fort a {
    font-size: 16px;
}
.banner-right {
    width: 44%;
}
.banner-fort {
    width: 55%;
}
.svg_sec h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.icon_txt p {
    font-size: 16px;
}
.testimonial-wrap {
    padding: 80px 60px 80px 60px;
}
}

@media only screen and (max-width:991px) and (min-width:768px){
    .partner_wrap {
        padding: 15px 60px;
    }
}

@media only screen and (max-width:991px){
.banner_wrap {
    flex-direction: column;
    max-width: 710px;
    justify-content: center;
    margin: 0 auto;
    gap: 70px;
}
.partner_wrap {
    flex-wrap: wrap;
}
.access-btn{
    justify-content: center;
}
.banner-fort, .banner-right {
    width: 100%;
    text-align: center;
}
.banner-right {
  max-width: 320px;
}
.banner-fort h1 {
    font-size: 42px;
}
.left-sticky h2, .who_partner_caption h2, .svg_sec h2, .efooter h2, .faq-wrap h2 {
    font-size: 36px;
}
.banner-fort p {
    margin: 0 auto 28px;
    max-width: 510px;
}
.sticky_wrap {
    gap: 15px;
    flex-direction: column;
    justify-content: center;
}
.left-sticky {
    width: 100%;
    height: fit-content;
    position: relative;
    top: 0;
}
.right-sticky{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.left-sticky h2 {
    max-width: 100%;
    text-align: center;
}
.left-sticky p {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.right-sticky p {
    font-size: 16px;
    line-height: 1.25;
    padding: 15px 13px 15px 55px;
}
.right-sticky span {
    top: 13px;
    transform: scale(0.6);
}
.left-sticky img {
    width: 330px;
    margin: 50px auto 0;
    display: flex;
}
.left-sticky img.whats-img {
    display: none;
}
.who_partner_caption h2 {
    max-width: 460px;
}
.right-sticky p:last-child{
    margin-bottom: 0;
}
.zwc_svg_section {
    padding: 70px 0 300px;
    margin: 40px 0 0;
}
.testimonial-wrap {
    flex-direction: column;
}
.left-static {
    width: 100%;
    text-align: center;
}
.zwc-slick {
    width: 100%;
}
.quotes {
    padding-left: 0;
    text-align: center;
}
.zwc_testimonial_sec .slick-next, .zwc_testimonial_sec .slick-prev {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 16px;
}
.zwc_testimonial_sec .slick-prev{
    left: -50px;
}
.zwc_testimonial_sec .slick-next{
    right: -50px;
}
.testimonial-wrap {
    gap: 20px;
}
.speaker-info h6 {
    font-size: 24px;
}
.zwc-accordion {
    padding: 18px 21px 25px 50px;
}
.faq-section {
    padding: 10px 0 0;
}
.zwc_faq {
    padding: 80px 0 80px;
}
.zwc_end_footer {
    padding: 100px 0 50px 0;
    margin: 70px 0 0;
}
.zwc_whats_in_you {
    padding: 20px 0 0;
}
.who_partner_caption {
    margin-bottom: 50px;
}
.tab-sec span b {
    font-size: 22px;
}
.tab-conent {
    padding: 60px 0 0;
}
.tab-img:before {
    top: -95px;
    transform: scale(0.8);
}
.content_card {
    padding: 118px 30px 30px;
}
.zwc_banner_section {
    padding: 100px 0 115px;
}

}

@media only screen and (max-width:767px){

.banner-fort h1 {
    font-size: 33px;
}
.partner_wrap span img{
    transform: scale(0.8);
}
.partner_wrap span .zwc-yash-logo{
     margin-top: 0;
}
.partner_wrap span .zwc-nsi-logo{
    max-width: 115px;
}
.partner_wrap {
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
    gap: 16px;
}
.left-sticky p {
    max-width: 380px;
    line-height: 1.7;
}
.content_card {
    width: 100%;
}
.tab-img:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.content_card p {
    text-align: center;
    margin-bottom: 0;
}
.content_card {
    text-align: center;
}
.left-sticky h2, .who_partner_caption h2, .svg_sec h2, .efooter h2, .faq-wrap h2 {
    font-size: 30px;
}
.zwc_svg_section {
    margin: 10px 0 0;
}
.left-static h3 {
    font-size: 30px;
}
.testimonial-wrap {
    padding: 50px 33px 80px 34px;
}
.zwc-accordion {
    padding: 18px 21px 25px 20px;
}
.zwc-faq-accordion .zwc-ent {
    right: 0;
}
.svg_sec h2 {
    margin-bottom: 40px;
}
.banner-right {
    max-width: 230px;
}
.brand-fort {
    padding: 40px 20px;
    max-width: 420px;
    margin: 0 auto;
}
.brand-fort h2 {
    font-size: 20px;
}
.left-sticky img {
    width: 240px;
    margin: 30px auto 0;
}
.right-sticky p {
    margin-bottom: 20px;
}
.tab-sec {
    gap: 20px;
}
.who_partner_caption h2 {
    max-width: 370px;
}
.tab-conent {
    padding: 40px 0 0;
}
.partner_wrap {
    padding: 15px 20px 0;
    background: unset;
}
}

@media only screen and (max-width:480px){
.tab-sec span {
    margin: 0 auto;
}
.tab-sec {
    flex-direction: column;
}
}