﻿﻿@charset "utf-8";
@font-face {
    font-family: "DMSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/DMSans-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "DMSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/DMSans-Regular.ttf");
    src: url("../fonts/DMSans-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "DMSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/DMSans-Medium.ttf");
    src: url("../fonts/DMSans-Medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "DMSans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/DMSans-SemiBold.ttf");
    src: url("../fonts/DMSans-SemiBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "DMSans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/DMSans-Bold.ttf");
    src: url("../fonts/DMSans-Bold.ttf") format("truetype");
    font-display: swap;
}

/* Layout - Optional */

@media (min-width: 1540px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px !important;
    }
}

@media (max-width:767px) {
    .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
     .fixed-top .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
     .footer .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .px-r-0{padding-left: 0px !important;
        padding-right: 0px !important;}
}
@media (min-width: 768px) and (max-width:1400px) {
    .container-fluid {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

/* Global */
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: 'DMSans', sans-serif !important;  
    }       

body {
    font-family: 'DMSans', sans-serif !important;
    font-weight:400;
    font-size: 15px !important;
    top: 0;
    background-color: #fff !important;
    padding: 0px !important;
}
body, button, input, select, optgroup, textarea, h1, h2, h3, h4, h5, h6, p{ font-family: 'DMSans', sans-serif !important;}
h1{margin-top: 0px !important;line-height:normal !important; }
form button:hover, form button:focus{color: #fff !important;}
.err-txt {color: #AE2E24;}
.main-wrapper{display: flex;}
.input-bg {
    background: #FFFF !important;
    border: none !important;
    height: 46px !important;
    border-radius: 6px !important;
}
.widget-area .widget{background: transparent !important;padding: 0px !important;}
.body-content, .main-body {
    margin-top: 82px !important;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea{
        font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #475569;
}
input::placeholder, textarea::placeholder{color: #111827;font-size: 12px;}
form .m-t-10 {
    margin-top: 0px !important;
}
.label-fnt {
    color: #111827;
}
.webinars-bg {
    background-image: url(https://d1dn83zl6bhqp.cloudfront.net/images/webinars-bg.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#comments{display: none;}
.single-post .attachment-large{width: 100% !important;border-radius: 12px;}
.content-area .wp-post-image{border-radius: 12px;}

.top-section .pt-lg-4, .top-section .pt-5{padding-top: 0px !important;}
.dmsans-light {
    font-family: 'DMSans', sans-serif;
    font-weight: 300 !important;
}
.dmsans-medium {
    font-family: 'DMSans', sans-serif;
    font-weight: 500 !important;
}
.dmsans-regular {
    font-family: 'DMSans', sans-serif;
    font-weight: 400 !important;
}
.dmsans-semibold {
    font-family: 'DMSans', sans-serif;
    font-weight: 600 !important;
}
.dmsans-bold {
    font-family: 'DMSans', sans-serif;
    font-weight: 700 !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}
p {margin: 0 !important;color:#111827;}
h1, h2, h3, h4{margin-bottom: 0px !important;color:#111827; }
tr th, tr td{color:#111827;}
.cursor {
    cursor: pointer !important;
}
ul, ol {
    margin:0px !important;
}
header img, footer img {
    height: revert-layer !important;max-width: none !important;}
a, a:visited{background: transparent !important;}
.custom-grid-view {grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)) !important;}
.post-holder .news-snippet .featured-image {height: 172px;}
.main-body{background: #fff !important;}
.m-t-4{margin-top: 4px !important;}
.m-t-8{margin-top: 8px !important;}
.m-b-8{margin-bottom: 8px !important;}
.m-t-12{margin-top:12px !important;}
.m-b-14{margin-bottom: 14px !important;}
.m-t-14{margin-top:14px !important;}
.m-t-16{margin-top:16px !important;}
.m-t-20{margin-top:20px !important;}
.m-b-16{margin-bottom: 16px !important;}
.m-t-22{margin-top: 22px !important;}
.m-b-22{margin-bottom: 22px !important;}
.m-t-24{margin-top: 24px !important;}
.m-b-24{margin-bottom: 24px !important;}
.m-b-26{margin-bottom: 26px !important;}
.m-t-32{margin-top:32px !important;}
.m-b-32{margin-bottom: 32px !important;}
.m-t-36{margin-top:36px !important;}
.m-b-36{margin-bottom: 36px !important;}
.m-t-42{margin-top:42px !important;}
.m-b-42{margin-bottom: 42px !important;}
.m-t-48{margin-top:48px !important;}
.m-b-48{margin-bottom: 48px;}
.m-t-50{margin-top:50px;}
.m-b-50{margin-bottom:50px;}
.m-t-56{margin-top:56px !important;}
.m-b-56{margin-bottom: 56px;}
.m-t-72{margin-top:72px;}
.m-t-82{margin-top:82px;}
.m-b-82{margin-bottom: 82px;}
.m-t-92{margin-top:92px;}
.m-b-92{margin-bottom: 92px;}

.p-t-11{padding-top: 11px !important;}
.p-tb-11{padding-top: 11px !important;padding-bottom: 11px !important;}
.p-t-12{padding-top: 12px;}
.p-t-16{padding-top: 16px;}
.p-b-16{padding-bottom: 16px;}
.p-t-42{padding-top: 42px;}
.p-t-46{padding-top: 46px;}
.p-t-56{padding-top: 56px;}
.p-b-56{padding-bottom:56px !important;}
.p-t-36{padding-top:36px !important;}
.p-b-20{padding-bottom:20px !important;}
.p-t-20{padding-top:20px !important;}
.p-b-32{padding-bottom:32px !important;}
.p-t-32{padding-top:32px !important;}
.p-b-36{padding-bottom:36px !important;}
.p-b-82{padding-bottom:82px;}
.p-s-12{padding-left: 12px;}
.p-e-12{padding-right: 12px;}
.p-s-32{padding-left: 32px !important;}
.p-e-32{padding-right: 32px !important;}
.p-t-108{padding-top: 108px;}
.p-b-108{padding-bottom:108px !important;}

.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;line-height: 22px;}
.fs-15 {font-size: 15px !important;}
.fs-16 {font-size: 16px !important;}
.fs-17 {font-size: 17px !important;}
.fs-18 {font-size: 18px !important;}

.fs-15-r {font-size: 15px !important;}
.fs-16-r {font-size: 16px !important;}
.fs-17-r {font-size: 17px !important;}
.fs-18-r {font-size: 18px !important;}

.gap-32{gap:32px;}
.mw-94{max-width: 94% !important;}
@media (min-width:768px) and (max-width:1024px) {
    .m-t-92, .p-b-82{margin-top:72px;}
    .p-t-108{padding-top: 69px;}
    .img-mt-36{margin-top: 40px !important;}

}
@media (max-width:767px) {
    .p-t-36{padding-top:24px !important;}
    .p-b-36{padding-bottom:24px !important;}
    .m-t-92, .p-b-82{margin-top:62px;}
    .p-t-56{padding-top: 36px;}
    .m-t-36{margin-top:24px !important;}
.m-b-36{margin-bottom: 24px !important;}
.m-t-24{margin-top: 16px !important;}
.m-b-24{margin-bottom: 16px !important;}
.m-t-16{margin-top:12px !important;}
.m-b-16{margin-bottom: 12px !important;}
.m-t-8{margin-top: 4px !important;}
.m-b-8{margin-bottom: 4px !important;}
.img-mt-36{margin-top: 32px !important;}
.fs-18-r {font-size: 16px !important;} 
.p-t-108{padding-top: 42px;}
/*.web-py-r{margin-top: 12px !important; margin-bottom: 16px !important;}  */
}
@media (max-width:991px) {.p-s-32{padding-left: 0px !important;}
.p-e-32{padding-right: 0px !important;}}
@media (min-width:577px) and (max-width:1400px) {
    .fs-15-r {font-size: 14px !important;}
    .fs-16-r {font-size: 15px !important;}
    .fs-17-r {font-size: 16px !important;}
    .fs-18-r {font-size: 17px !important;}
}
@media (max-width: 576px) {
    .fs-15-r {font-size: 13px !important;}
    .fs-16-r {font-size: 14px !important;}
    .fs-17-r {font-size: 15px !important;}
    
}
/*padding*/
 @media (min-width: 1900px) {
    .p-e-100{padding-right: 100px !important;}
 }
/*heading font size */
 /* .head-h1{font-size: 48px;}
 .head-h2{font-size: 38px;}
 .head-h3{font-size: 36px;}
 .head-h4{font-size: 28px;} */
/* .head-h1, .head-h2, .head-h3, .head-h4{line-height: normal;}*/
  .para-p1{font-size:22px;line-height: 32px !important}
 .para-p3{font-size: 18px; line-height: 28px;}
 .para-p2{font-size: 20px; line-height: 28px;}
   @media (min-width: 768px) and (max-width: 1200px) {
    .para-p1{font-size:20px;line-height: 28px !important;}
  }
 @media (max-width: 767px) {
    /* .head-h1, .head-h2, .head-h3{font-size: 24px !important; line-height: normal;}
    .head-h4{font-size: 20px;} */    
    .para-p, .para-p3, .para-p2{font-size: 14px; line-height: 20px;}
    .gap-32{gap:20px;}
    .fs-r-16{font-size: 16px; line-height: 24px;}
    .para-p1{font-size:18px;line-height: 26px !important;}
 }
/*text and bg color*/
.text-color1 {color: #111827 !important;}
.text-color2{color: #737373 !important;}
.text-color3{color:#1868DB !important;}
.text-color4{color: #005289 !important;}
.text-color5{color: #19D89F !important;}
.bg-color1 {background-color: #F8F8F8 !important;}
.bg-color2{background: linear-gradient(93deg, #1868DB 0.41%, #0D3875 202.93%);}
.bg-color3{background-color: #E9F2FE;}
.bg-color4{background-color: #D3F0AA;}
.bg-color5{background-color: #1868DB;}
/*Radius*/
.card-r{border-radius: 16px;}
.border-r-12{border-radius: 12px !important;}
.border-r-24{border-radius: 24px;}
.border-r-33{border-radius: 33px !important;}
/*Border*/
.top-border{border-top: 1.2px solid #666666}
.top-border-blue{border-top: 0.5px solid #1868DB}
.box-border-1{border: 0.5px solid #DEE5ED !important;}
.box-border-2{border: 1px solid #DEE5ED !important;}
.tble-brdr-clr{border: 1px solid #333333}
/* Buttons */
@media (min-width: 1200px) {.btn-w-200{width: 200px;}
.btn-w-168{width: 168px;}.mt-28{margin-top: -28px !important;}}
@media (max-width: 990px) {
.btn-w-168, .btn-w-200{width: 100%;}
.bottom-border-r{border-bottom: 1px solid #DEE5ED;}
    .p-b-16-r{padding-bottom:16px !important;}
    .m-b-32-r{margin-bottom: 32px !important;}
    .p-b-72-r{padding-bottom: 72px !important;}
}
.btn-blue {color: #fff !important; background-color: #1868DB !important;}
.btn-blue:hover{background: linear-gradient(180deg, #1868DB 0%, #0D3875 167.31%);}
.btn-outline{border: 1.6px solid #111827 !important;}
.btn-outline:hover{background: #E9F2FE;border: 1.6px solid #1868DB !important;}
.btn-white{background-color: #FFFFFF !important;}
.btn-white:hover{background: #E9F2FE;border: 0.5px solid #1868DB;}
.btn-outline-white{border: 1.6px solid #FFFFFF !important;}
.btn-border-r{border-radius:100px !important;}
.btn-shdw{box-shadow: 0px 4px 0px 0px #111827;}
.img-shdw{box-shadow: 0px 4px 12px 0px #00000029;}
.lgn-btn-hvr:hover{color:#1868DB !important;}
@media (min-width:600px) {.m-h-92{min-height: 92px;}}
.lgn-btn-hvr:hover{color:#1868DB !important;}
/* navbar */
/*.navbar-nav li a:hover, */
.navbar-nav li .active{color:#1868DB !important;}
.bg-nav{
    background-color: rgb(255, 255, 255);
    justify-self: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.mega-menu .dropdown-item {
    white-space: normal;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(195, 215, 236, 0.1) !important;
    padding: 8px;
}
 .navbar-expand-lg .navbar-nav .dropdown-menu {border: none;}
 .dropdown-menu{font-size: 15px !important;}

.dropdown-toggle::after {
  content: "\f107" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* margin-left: 0.25rem; */
  transition: transform 0.3s ease;
  border: none !important;
  vertical-align: -1px !important;
}
.dropdown-toggle:hover::after,
.dropdown-toggle:focus::after,
.dropdown-toggle:active::after,
.dropdown-toggle.show::after,
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.dropdown:hover .dropdown-toggle::after,
.dropdown-menu:hover ~ .dropdown-toggle::after {
  transform: rotate(180deg);
}
@media (max-width: 760px){
   .h-430{overflow-y: auto;
    max-height: 430px;}
}
@media (min-width: 1023px) {
    .bg-nav {
/*         width: 1182px; */
        height: auto;
    background-color: rgb(255, 255, 255);
    justify-self: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
border-radius: 0 0 24px 24px;
box-shadow: 0 4px 4px 0 rgba(29, 140, 242, 0.10);
}
}
@media (min-width: 992px) and (max-width: 1200px) {
     .bg-nav {
         border-radius: 0 0 24px 24px;
        box-shadow: 0 4px 4px 0 rgba(29, 140, 242, 0.10);
     }
    .dropdown-menu[data-bs-popper] {
        width: 100% !important;
    }
}
@media (max-width: 1200px) {

.dropdown-toggle:not(.show)[aria-expanded="false"]::after {
  transform: rotate(0deg);
}

}

@media (min-width: 1200px) {
    .bg-nav {
/*         width: 1182px; */
        height: auto;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
/*        top: 60px;*/
        top: 44px;
        z-index: 555;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        width: 1182px;
        max-width: 100%;
        margin: auto;
/*        overflow: auto;*/
        height: fit-content;
        padding: 34px 8px !important;
        
    }

}
@media ( min-width :992px) {
    .dropdown:hover .dropdown-menu {
        display: block
    }
}

/* hamburger */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity = 0);
}
.navbar-toggler .bottom-bar
 {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #020A77;
}
.navbar-toggler .toggler-icon {
    background-color: #020A77;
}

.navbar-toggler {
    border: 0 !important;
    background-color: transparent;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggle-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.toggler-icon{
    width: 25px;
    height: 3px;
    display: block;
    transition: all 0.2s;
}

.middle-bar{
    margin: 4px auto;
}
.navbar-nav .nav-item .dropdown-menu{background-color: transparent !important; padding: 0px;}
.fixed-top.scrolled::after, .fixed-top.scrolled1::after, .fixed-top.scrolled2::after, .fixed-top.scrolled3::after  {
        content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    box-shadow: 0px 2px 4px rgba(29, 140, 242, 0.08);
    z-index: 557;
    pointer-events: none;
        }
footer{background-color: #F8F8F8;}

    /* Text container */
   .text-bg-r,  .text-bg-r1{
            position: relative;
            display: inline-block;
            color: #111827;  /* Initial text color */
            margin-bottom: -9px;
        }

        .text-bg-r::before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #1868DB;  /* Background color */
            z-index: 0;
            color:#fff;
            transform: rotate(-1deg);
   /*         transform: scaleX(0) rotate(-1deg);  
            transform-origin: left center;
            transition: transform 1s ease-out;*/
        }

        /* Text style */
        .text-bg{
            position: relative;
            z-index: 1;
            display: inline-block;
            color: #fff;  /* Initial text color */
            overflow: hidden;
            white-space: nowrap;
            visibility: visible;
            transition: color 1s ease-out;
            margin-bottom: -9px;
        }

        /* Keyframes for changing the text color */
        @keyframes textColorChange {
            0% {
                color: #111827;  /* Initial color */
            }
            25% {
                color: #fff; 
            }
            100% {
                color: #fff;  /* Final color */
            }
        }

        /* Keyframes for text reveal */
        @keyframes revealText {
            0% {
                width: 0%;
            }
            100% {
                width: 100%;
            }
        }

        /* Keyframes for background reveal */
        @keyframes revealBg {
            0% {
                transform: scaleX(0) rotate(-1deg);
            }
            100% {
                transform: scaleX(1) rotate(-1deg);
            }
        }

        /* Animation applied to the background (triggered later) */
        .text-bg-r.animate::before {
            animation: revealBg 1s ease-out forwards;
        }

        /* Animation applied to the text */
        .text-bg-r.animate .text-bg {
            animation: revealText 1s ease-out forwards, textColorChange 1s ease-out forwards;
        }
.tstng-usecase{background: #F8F8F8;}
.tstng-usecase .nav-pills .nav-link{background: #FFFFFF;
border-radius: 50px;
padding: 8px 12px;
border: 0.5px solid #fff;
}
.tstng-usecase .nav-pills .nav-link.active, .tstng-usecase .nav-pills .show>.nav-link{border: 0.5px solid #1868DB;background: #E9F2FE;}
.tstng-usecase .nav-pills .nav-link:hover{background: #E9F2FE; border: 0.5px solid #E9F2FE;}
@media ( min-width :1025px){ .text-bg-r::before {
           
            transform: scaleX(0) rotate(-1deg);  /* Initially hidden background */
            transform-origin: left center;
            transition: transform 1s ease-out;
        }
          .text-bg {
            color: #111827; }
    }
@media ( min-width :1900px) {
.nav-fill-r .nav-item, .nav-fill-r>.nav-link {
    flex: 1 1 auto;
    text-align: center;}}
.card-box{
    padding: 10px;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #F8F8F8 !important;
}
.card-box-sftwr{
    padding: 20px;
    border-radius: 24px !important;
    background: linear-gradient(157.71deg, rgba(233, 242, 254, 0) 5.34%, #E9F2FE 87.05%);

}
.card-box-hover:hover{ box-shadow: 0px 4px 20px 0px #00000024;}
.wrkflw{
    background-image: url(../images/cta-bg.webp);
    background-size: cover;
    background-position: center;
}
@media (min-width:1200px){.wrkflw{
    background-image: url(../images/cta-bg-r.webp);
    background-size: cover;
    background-position: center;
}}
/*.ai-bg{background-image: url(../images/ai-bg.webp);background-size:contain;background-repeat: no-repeat;}*/
/*.ai-img-bg{background-image: url(../images/ai-img-bg.webp);background-size:contain;background-repeat: no-repeat;}*/
/*.webinar-bg{    background-image: url(../images/webinar-bg.webp);
    background-size: cover;
    background-position: center;}*/
.line-usecase{
    position: relative;/*
    width: 100vw;*/
    height: 70px;
    background: #fff;
    transform: skewY(-1.7deg);
    padding: 0;
    margin-top: -50px;
    margin-left: -50px;
}
@media (max-width:767px) {.wrkflw{background: #111827;}.ai-bg-img svg{padding-top: 150px; padding-bottom: 150px;}
    .ai-img-content {
    left: 27% !important;
    transform: translate(-18%, -50%) !important;
}
.text-bg-r {
    margin-bottom: -2px;
}
}
@media (min-width:1024px) and (max-width:1600px){.ai-bg-img svg{padding-top: 70px; padding-bottom: 70px;}}
@media (min-width:768px) and (max-width:1024px) {.wrkflw{
    background-image: url(../images/cta-bg-tb.webp);
    background-size: cover;
    background-position: center;
}
.ai-bg-img svg{padding-top: 130px; padding-bottom: 130px;}
.ai-img-content{left: 23% !important;transform: translate(-15%, -50%) !important;}
.text-bg-r {
    margin-bottom: -2px;
}
}
@media (max-width:990px){ 
    .row-scrl {
      overflow-x: auto;
     flex-wrap: nowrap !important;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .dots-container {
      text-align: center;
      /* padding-top: 25px; */
    }
.scrll-dot {
display: inline-block;
width: 12px;
height: 8px;
border-radius: 6px;
background: #E9F2FE;
cursor: pointer; margin-right: 12px}
.scrll-dot.active {background-color: #007bff;width: 32px;}
}
.btn-grdnt{
    position: relative;
    border-radius: 33px;
    background-color: #fff !important;
    z-index: 0;
}
.btn-grdnt::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 33px;
    padding: 2px;
    background: linear-gradient(
        90deg,
        #579BFD 0%,
        #FF72CC 25%,
        #15E4E2 49.04%,
        #FCCB00 68.27%,
        #00CA73 86.54%,
        #6360FF 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
    visibility: hidden;
}
.btn-grdnt:hover::before {visibility: visible; }
.text-grdnt {
    background: linear-gradient(71.48deg, #3E1FFF 20.02%, #E14BC1 56.3%, #F98355 93.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
/*animation*/

.btn-shine {
    position: relative;
    overflow: hidden;
}
.btn-shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(118deg, rgba(96, 158, 248, 0.00) 32.91%, #609EF8 50.2%, rgba(96, 158, 248, 0.00) 67.49%);
    transform: skewX(-25deg);
    animation: shine 25s infinite ease-in-out;
    animation-delay: 1.5s;
}
@keyframes shine {
    0%   { left: -100%; }
    7.4% { left: 150%; }
    92.6% { left: 150%; }
    100% { left: 150%; }
}
.icon-hover .fa-arrow-right{transition: all .5s;}
.icon-hover:hover .fa-arrow-right{transform: translateX(10px);}
.icon-up-h{transition: all .5s;}
.icon-up-h:hover{transform : translateY(-10px);}


.line-usecase-mt {
    position: relative;
    /* width: 100vw; */
    height: 33px;
    background: #fff;
    transform: skewY(-1.7deg);
    padding: 0;
    margin-top: -11px;
    margin-left: -50px;
}
.line-usecase-mb{position: relative;
    /* width: 100vw; */
    height: 70px;
    background: #fff;
    transform: skewY(1.7deg);
    padding: 0;
    margin-top: -57px;
    margin-left: -50px;}
.brdr-line{border-left: 1px solid #fff; height: 100%;}
@media (min-width: 900px) {
    .p-t-r-32 {
        padding-top: 32px;
    }
}
/*webinar*/
@media (max-width: 1100px){.p-r-4{padding: 30px !important;}}
.pagination ul li{
/*    padding:10px 20px;*/
}
.pagination ul .active, .pagination ul li:hover{
/*    padding:10px 20px;*/
    background: #F8F8F8;
    border-radius: 12px;
    display: block;
    font-weight: 500;
}
.modal-wdth {
    max-width: 609px !important;
}
@media (min-width: 1200px){
.p-absltue{position: absolute;
    height: auto;}
    .nl-form {
top: 49%;
    right: 3%;
    transform: translateY(-50%);
    
}
.news-form{top: 7%;
    right: -6%;
    transform: translateY(-50%);}
}
/*blog*/
.search-h{height: 48px;}
.brdr-r-50{border-radius: 50px !important;}
h1, .entry-content h1{line-height: 1.2;}
@media (min-width: 922px) {
    #secondary {
        width: 100% !important;
    }
}
@media (min-width: 993px) {
    .ast-right-sidebar #secondary {
        padding-left: 0px;
    }
}
#secondary {margin: 0px;}
.webinar-details p.fw-bold{font-size: 22px !important;line-height: 32px !important; font-family: 'DMSans', sans-serif;font-weight: 700 !important; margin-top: 24px;}
.webinar-details p.pt-3{padding-top: 8px !important;}
.webinar-details p{font-size: 16px;
    line-height: 24px;}
.webinar-details .top-section h2{font-size: 22px !important; line-height: 32px !important; font-family: 'DMSans', sans-serif;font-weight: 600 !important;}
.webinar-details ul {list-style: disc !important;font-size: 18px;line-height: 26px; padding-left: 24px !important; font-family: 'DMSans', sans-serif;color: #212121 !important;}
.webinar-details ul li{margin-top: 12px;}
.faq button{box-shadow:none;color: #111827 !important;}
.faq button:hover, .faq button:focus, button:hover, button:focus{background-color:transparent;color: #111827 !important;border-color:transparent;box-shadow: none;}
.faq .accordion-body{padding: 16px 0px;}
.entry-title{display: none;}
.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media (max-width: 991px) {
    .error-img {
        width: 280px;
        height: auto;
    }
}
.error-404  {
    height: auto !important;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select{height: 46px !important;}
.fs-12 {font-size: 12px !important;}
.p-t-8{padding-top:8px !important;}
.m-t-10{margin-top:10px !important;}
.m-t-16{margin-top:16px !important;}
.m-b-32{margin-bottom:32px !important;}
.m-b-72{margin-bottom:72px !important;}
.wt-ptb{padding-top: 120px !important;padding-bottom: 120px !important; }
.bg-gray{background-color: #F8F8F8 !important;}
.form-shadow{box-shadow: 0px 4px 20px 0px #0000000F !important;}
.head-32 {font-size: 32px;}
.top-border-r{border-top: 1px solid #DEE5ED !important;}
.webtesting-icon {width:auto;height: 75px;}
.list-styled{list-style-type: disc !important;}
.wrkflw-wt{
    background-image: url(../images/wt-bg-img.webp) !important;
    background-position: center top !important;
    background-repeat: no-repeat;
}

.line-usecase-wt{
    height: 15px;
    transform: skewY(-2.7deg);
    margin-top: -86px;
    margin-left: -86px;
}
@media (min-width:1200px) and (max-width: 1400px) {
    .line-usecase-wt{
        margin-top: -70px !important;
        margin-left: -70px !important;
    }

    .wrkflw-wt .p-img { position: absolute; top: 60px; left: 290px; }
    .wrkflw-wt .p1-img { position: absolute; top: 13px; right: 360px; }
    .wrkflw-wt .p2-img { position: absolute; top: 210px; left: 160px; }
    .wrkflw-wt .p3-img { position: absolute; top: 115px; right: 190px; }
    .wrkflw-wt .p4-img { position: absolute; bottom: 30px; left: 375px; }
    .wrkflw-wt .p5-img { position: absolute; bottom: 22px; right: 395px; }
}


@media (min-width:992px) {
    .seo-sticky {
    position: sticky;
    z-index: 1024;
    top:150px;
}
/*.seo-toc {
  max-height: calc(100vh - 50px);  
  overflow-y: auto;
}*/
}
.seo-toc a.active {
  color: #1868DB !important;
}
.blog-post-img img{    border-radius: 16px;}
.seo-toc #ez-toc-container ul li, .seo-toc #ez-toc-container ul li a{font-size: 16px;
     line-height: 24px; 
    margin-top: 8px !important;}
.seo-toc #ez-toc-container{border:none;-webkit-box-shadow: none;}
a:focus-visible, a:focus{outline-style: none !important;}

/*blog*/
.scroll-arrow {
    font-size: 48px;
    cursor: pointer;
    user-select: none;
    color: #55555540;
    margin-bottom: 11px;
}
.scroll-arrow:hover {
    color: #000;
}
.scroll-wrapper{
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;}
.btn-tab {
    white-space: nowrap !important;
    border-radius: 50px;
    font-size: 16px;
    background-color: #F8F8F8;
    padding: 12px 20px;
    color: #111827 !important;
}
.scroll-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.active-tab {
    border: 1px solid var(--Color, #1868DB);
    background: var(--light-blue, #E9F2FE);
    color: #111827 !important;
}
.btn-check:focus+.btn, .btn:focus {box-shadow: none;}
.search-field{border-radius: 50px !important;background-color: #F8F8F8 !important;border: 0 !important;height: 48px;width: 100%;}
:focus-visible {outline: none;}
.search-submit{display: none;}
.search-form label{width: 100%;}
.search-form  input[type=search] {padding: 3px 23px;}
.pagination{justify-content: center}
.pagination ul {gap: 12px !important}
.pagination ul li a{box-shadow: none !important;}
.main-img{border-radius: 12px;}
.ez-toc{    background-color: #F8F8F8 !important;}
#ez-toc-widget-container ul li a {
    font-size: 14px !important;
    line-height: 24px;
    margin-top: 6px !important;
    font-weight: normal !important;
}
@media (max-width: 1024px) {
    .ez-toc-toggle {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
.ez-toc-title {display: none !important;}
}
.cat-post a, .info.ifoot .social-share ul li a{margin: 0px !important;}
.news-snippet{box-shadow: none !important;}
.detail-content{padding: 0px !important;}
.social-share .list-inline{display: inline;}
.social-share .list-inline li{padding: 0px 0px 0px 5px;}
.inner-article-content p, .post-content ul li{ font-family: 'DMSans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color:#212121;
}
/*.inner-article-content p{margin-bottom: 16px !important;}*/
.inner-article-content ul li a{ font-family: 'DMSans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color:#1868DB !important;
}
.inner-article-content h2{ font-family: 'DMSans', sans-serif;
font-weight: 600;
font-size: 32px;
margin-top: 24px;
/*padding-bottom: 12px;*/
}
.inner-article-content h3{ font-family: 'DMSans', sans-serif;
font-weight: 600;
font-size: 24px;
margin-top: 24px;
padding-bottom: 12px;
}
.post-content ul, .post-content ol {
    margin-bottom: 0px !important;
     font-family: 'DMSans', sans-serif;
     margin-top: 8px !important;
}
.inner-article-content ul li{list-style-type: disc;}
.wp-block-image{margin: 32px 0px !important;}
.cta-banner h2{margin-top: 0px;}
.ez-toc-heading-level-2, .ez-toc-widget-container ul li a{font-family: 'DMSans', sans-serif;
font-weight: 400;
font-size: 14px !important;
padding-bottom: 4px;
color:#212121;
}
.bg-blog{background: linear-gradient(180deg, #1868DB 0%, #0D3875 100%);}
.ez-toc nav {
    position: sticky;
    top: 0;
    height: 294px;
    overflow-y: auto;
}
.info.ifoot {
    text-transform: initial !important;}
.ez-toc-title {
    font-size: 18px !important;
    font-weight: bold !important;
}
header .page-header h1 span{color: #1868DB !important;}
.testwheel-cta-button{  border: 1.6px solid #FFFFFF !important; color:#ffff !important;}
.testwheel-cta-banner{margin-bottom: 24px;}
.top-bar{min-height: 0px !important;}
.social-share ul {margin-left: 0px !important;}
.scroll-to-top {
    width: 2.1em !important;
    height: 2.1em !important;
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 2px !important;
    background-color: #046bd2 !important;
    cursor: pointer;
    z-index: 10;
}

 .breadcrumb-s .container{padding-left: 8px;padding-top: 14px;}
 .main-wrapper{margin: 2rem 0 !important;}
 .news-snippet .news-title{font-family: 'DMSans', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 25px;
letter-spacing: 0.3px;
vertical-align: middle;
}
.cat-post a, .nav-next, .nav-previous{
    font-family: 'DMSans', sans-serif;
font-weight: 600;
font-size: 14px;
}
.date-fs{
    font-family: 'DMSans', sans-serif;
font-weight: 400;
font-size: 14px;
}
.page-title span{color: #1868DB !important;}

    .text-bg1 {
        position: relative;
        z-index: 1;
        display: inline-block;
        color: #fff;
        overflow: hidden;
/*         white-space: nowrap; */
        visibility: visible;
        transition: color 1s ease-out;
        margin-bottom: -9px;
    }
        .text-bg-r1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1868DB;
        z-index: 0;
        color: #fff;
        transform: rotate(-1deg);
    }



/* 09/03 */
.summary-spacing {
    padding: 0 !important;
}
.card-r{border-radius: 16px !important;}
.post-head {
    font-size: 22px; line-height: 28px;
}
@media (max-width: 767px) {
.navbar .container-fluid, .footer .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media (max-width: 767px) {
    .custom-grid .col-r:nth-last-child(-n+1) {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-grid .col-r:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .custom-grid .col-r:nth-last-child(-n+3) {
        margin-bottom: 0 !important;
    }
}


/* 23-03 */
@media (min-width: 1025px) {
    .head-h1{font-size: 48px;line-height: 58px !important;}
    .head-h2{font-size: 38px;line-height: 48px !important;}
    .head-h3{font-size: 28px;line-height: 36px !important;}
    .para-f1{font-size:22px;line-height: 32px !important;}
    .para-f2{font-size:18px !important;line-height: 26px !important;}
    .para-f3{font-size:16px;line-height: 24px !important;}
    .para-f4{font-size:14px;line-height: 22px !important;}
    .banner-f1{font-size:22px;line-height: 32px !important;}
    .button-f1{font-size:18px !important;font-weight: 500 !important;}
    .p-t-92{padding-top: 92px !important;}
    .p-t-72{padding-top: 72px !important;}
    .p-t-56{padding-top: 56px !important;}
    .p-t-36{padding-top: 36px !important;}
    .p-t-24{padding-top: 24px !important;}
    .p-t-16{padding-top: 16px !important;}
    .p-t-12{padding-top: 12px !important;}
    .p-t-8{padding-top: 8px !important;}
    .m-t-92{margin-top: 92px !important;}
    .m-t-72{margin-top: 72px !important;}
    .m-t-56{margin-top: 56px !important;}
    .m-t-50{margin-top: 50px !important;}
    .m-t-36{margin-top: 36px !important;}
    .m-t-32{margin-top: 32px !important;}
    .m-t-30{margin-top: 30px !important;}
    .m-t-24{margin-top: 24px !important;}
    .m-t-20{margin-top: 20px !important;}
    .m-t-18{margin-top: 18px !important;}
    .m-t-16{margin-top: 16px !important;}
    .m-t-12{margin-top: 12px !important;}
    .m-t-6{margin-top: 6px !important;}
    .m-t-8{margin-top: 8px !important;}
    .p-b-92{padding-bottom: 92px !important;}
    .p-b-72{padding-bottom: 72px !important;}
    .p-b-56{padding-bottom: 56px !important;}
    .p-b-36{padding-bottom: 36px !important;}
    .p-b-24{padding-bottom: 24px !important;}
    .p-b-16{padding-bottom: 16px !important;}
    .p-b-12{padding-bottom: 12px !important;}
    .p-b-8{padding-bottom: 8px !important;}
    .m-b-92{margin-bottom: 92px !important;}
    .m-b-72{margin-bottom: 72px !important;}
    .m-b-56{margin-bottom: 56px !important;}
	.m-b-50{margin-bottom: 50px !important;}
    .m-b-40{margin-bottom: 40px !important;}
    .m-b-36{margin-bottom: 36px !important;}
    .m-b-24{margin-bottom: 24px !important;}
    .m-b-22{margin-bottom: 22px !important;}
    .m-b-18{margin-bottom: 18px !important;}
    .m-b-16{margin-bottom: 16px !important;}
    .m-b-12{margin-bottom: 12px !important;}
    .m-b-8{margin-bottom: 8px !important;}
    .site-main .pagination {margin-top: 42px !important;}
    .pagination{font-size:16px;line-height: 24px !important;}
}
@media (min-width:768px) and (max-width: 1024px) {
    .head-h1{font-size: 40px;line-height: 48px !important;}
    .head-h2{font-size: 32px;line-height: 40px !important;}
    .head-h3{font-size: 28px;line-height: 36px !important;}
    .para-f1{font-size:20px;line-height: 28px !important;}
    .para-f2{font-size:17px !important;line-height: 24px !important;}
    .para-f3{font-size:15px;line-height: 22px !important;}
    .para-f4{font-size:14px;line-height: 22px !important;}
    .banner-f1{font-size:20px;line-height: 28px !important;}
    .button-f1{font-size:18px !important;font-weight: 500 !important;}
    .p-t-92{padding-top: 72px !important;}
    .p-t-72{padding-top: 56px !important;}
    .p-t-56{padding-top: 40px !important;}
    .p-t-36{padding-top: 28px !important;}
    .p-t-24{padding-top: 20px !important;}
    .p-t-16{padding-top: 14px !important;}
    .p-t-12{padding-top: 8px !important;}
    .p-t-8{padding-top: 8px !important;}
    .m-t-92{margin-top: 72px !important;}
    .m-t-72{margin-top: 56px !important;}
    .m-t-50{margin-top: 34px !important;}
    .m-t-56{margin-top: 40px !important;}    
    .m-t-36{margin-top: 28px !important;}
    .m-t-32, .m-t-30{margin-top: 28px !important;}
    .m-t-24{margin-top: 20px !important;}
    .m-t-20{margin-top: 16px !important;}
    .m-t-18{margin-top: 16px !important;}
    .m-t-16{margin-top: 14px !important;}
    .m-t-12{margin-top: 8px !important;}
    .m-t-8{margin-top: 8px !important;}
    .p-b-92{padding-bottom: 72px !important;}
    .p-b-72{padding-bottom: 56px !important;}
    .p-b-56{padding-bottom: 40px !important;}
    .p-b-36{padding-bottom: 28px !important;}
    .p-b-24{padding-bottom: 20px !important;}
    .p-b-16{padding-bottom: 14px !important;}
    .p-b-12{padding-bottom: 8px !important;}
    .p-b-8{padding-bottom: 8px !important;}
     .m-b-92{margin-bottom: 72px !important;}
    .m-b-72{margin-bottom: 56px !important;}
    .m-b-56{margin-bottom: 40px !important;}
	.m-b-50{margin-bottom: 34px !important;}
    .m-b-40{margin-bottom: 30px !important;}
    .m-b-36{margin-bottom: 28px !important;}
    .m-b-24{margin-bottom: 20px !important;}
    .m-b-22{margin-bottom: 18px !important;}
    .m-b-18{margin-bottom: 16px !important;}
    .m-b-16{margin-bottom: 14px !important;}
    .m-b-12{margin-bottom: 8px !important;}
    .m-b-8{margin-bottom: 8px !important;}
    .site-main .pagination {margin-top: 38px !important;}
    .nav-links .nav-previous a, .nav-links .nav-next a {font-size: 15px !important;line-height: 22px !important;}
	.webinar-details p.pt-3{font-size: 17px !important;}
	.webinar-details ul li{font-size: 17px !important;}
	.webinar-details .top-section h2{font-size: 20px !important; line-height: 28px !important; font-family: 'DMSans', sans-serif;font-weight: 600 !important;}
	.webinar-details p.fw-bold.pt-3 {font-size: 20px !important; line-height: 28px !important;}
	.webinar-details p.fw-bold{font-size: 20px !important;line-height: 28px !important;}
	.inner-article-content p{font-size: 17px !important; line-height: 24px !important;}	
    .pagination{font-size:15px;line-height: 22px !important;}
}
@media (max-width: 767px) {
    .head-h1{font-size: 32px;line-height: 40px !important;}
    .head-h2{font-size: 24px;line-height: 32px !important;}
    .head-h3{font-size: 20px;line-height: 28px !important;}
    .para-f1{font-size:18px;line-height: 26px !important;}
    .para-f2{font-size:17px !important;line-height: 24px !important;}
    .para-f3{font-size:15px;line-height: 22px !important;}
    .para-f4{font-size:14px;line-height: 22px !important;}
    .banner-f1{font-size:18px;line-height: 26px !important;}
    .button-f1{font-size:18px !important;font-weight: 500 !important;}
    .p-t-92{padding-top: 56px !important;}
    .p-t-72{padding-top: 40px !important;}
    .p-t-56{padding-top: 32px !important;}
    .m-b-40{margin-bottom: 28px !important;}
    .p-t-36{padding-top: 24px !important;}
    .p-t-24{padding-top: 16px !important;}
    .p-t-16{padding-top: 12px !important;}
    .p-t-12{padding-top: 8px !important;}
    .p-t-8{padding-top: 8px !important;}
     .m-t-92{margin-top: 56px !important;}
    .m-t-72{margin-top: 40px !important;}
    .m-t-56{margin-top: 32px !important;}
    .m-t-50{margin-top: 40px !important;}
	.m-b-50{margin-bottom: 40px !important;}
    .m-t-36{margin-top: 24px !important;}
    .m-t-32, .m-t-30{margin-top: 24px !important;}
    .m-t-24{margin-top: 16px !important;}
    .m-t-20{margin-top: 14px !important;}
    .m-t-18{margin-top: 14px !important;}
    .m-t-16{margin-top: 12px !important;}
    .m-t-12{margin-top: 8px !important;}
    .m-t-8{margin-top: 8px !important;}
    .p-b-92{padding-bottom: 56px !important;}
    .p-b-72{padding-bottom: 40px !important;}
    .p-b-56{padding-bottom: 32px !important;}
    .p-b-36{padding-bottom: 24px !important;}
    .p-b-24{padding-bottom: 16px !important;}
    .p-b-16{padding-bottom: 12px !important;}
    .p-b-12{padding-bottom: 8px !important;}
    .p-b-8{padding-bottom: 8px !important;}
     .m-b-92{margin-bottom: 56px !important;}
    .m-b-72{margin-bottom: 40px !important;}
    .m-b-56{margin-bottom: 32px !important;}
    .m-b-36{margin-bottom: 24px !important;}
    .m-b-24{margin-bottom: 16px !important;}
    .m-b-22{margin-bottom: 18px !important;}
    .m-b-18{margin-bottom: 14px !important;}
    .m-b-16{margin-bottom: 12px !important;}
    .m-b-12{margin-bottom: 8px !important;}
    .m-b-8{margin-bottom: 8px !important;}
    .site-main .pagination {margin-top: 32px !important;}
    .related-posts .main-title {font-size: 20px !important;line-height: 28px !important;}
    .related-posts{margin: 56px 0 0 !important;}
    .nav-links .nav-previous a, .nav-links .nav-next a {font-size: 15px;line-height: 22px;}
	.webinar-details p.pt-3{font-size: 17px !important;}
	.webinar-details ul li{font-size: 17px !important;}
	.webinar-details .top-section h2{font-size: 18px !important; line-height: 26px !important; font-family: 'DMSans', sans-serif;font-weight: 600 !important;}
	.webinar-details p.fw-bold.pt-3 {font-size: 18px !important; line-height: 26px !important;}
	.webinar-details p.fw-bold{font-size: 18px !important;line-height: 26px !important;}
	.inner-article-content p{font-size: 17px !important; line-height: 24px !important;}
    .pagination{font-size:15px;line-height: 22px !important;}
}
.lh-20{line-height: 20px !important;}
.lh-28{line-height: 28px !important;}
.lh-32{line-height: 32px !important;}
.m-b-18{margin-bottom: 18px;}
.m-b-11{margin-bottom: 11px;}
.nav-link:hover, .footer ul li a:hover, .nav-item .show{color: #1868DB !important;}
.dropdown-item:focus, .dropdown-item:hover{border-radius:6px;}
.mb-36 {margin-bottom: 36px !important;}
.btn-outline:hover {
    color: #1868DB !important;
}
.top-border-blue{
    border-top: 0.5px solid #737373 !important;
}
.p-x-42{padding-left: 42px !important; padding-right: 42px !important;}
.p-x-32{padding-left: 32px !important; padding-right: 32px !important;}
.p-y-16{padding-top: 16px !important; padding-bottom: 16px !important;}
.banner-btn-hvr:hover{background:#E9F2FE;color: #1868DB !important;}
.banner-btn1-hvr:hover{background:#E9F2FE;color: #111827 !important;}
@media (min-width: 1025px) {.banner-slant{position: relative;clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);}.banner-slant-top{position: relative;clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);}}
.line-usecase-blog {
    position: relative;
    height: 42px;
    background: #fff;
    transform: skewY(-1.7deg);
    padding: 0;
    margin-top: -20px;
    margin-left: -50px;
}
@media (max-width:767px) {
     html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
     } 
}
.content-area .main-wrapper {
    column-gap: 0;
}


.mobile-body-only .page-title,
.mobile-body-only .single-post .m-b-36,
.mobile-body-only .ihead.info.d-inline {
    display: none !important;
}
.inner-article-content.webinar-details  p.fw-bold.pt-3 {
    padding-top: 0 !important;
}
.px-32 {padding-left: 32px; padding-right: 32px;}
.social-share .list-inline li:first-child {
    padding: 0px 0px 0px 0px;
}
.social-share .list-inline li {
    font-size: 14px !important;
    line-height: normal;
}
.post-date .list-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0 !important;
}

.post-date .list-inline li {
    display: flex;
    align-items: center;
 
}
.post-content .ihead ul {
    margin-top: 0 !important;
}
#webinar-form .row {
    --bs-gutter-x: 0 !important
}
.custom-grid.gx-40 {
    --bs-gutter-x: 2.5rem;
}
.breadcrumb-s p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-h {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*animation*/
@media (max-width:399px){ 
  .line-animate, .head-h1 {font-size: 26px;}}
@media (min-width:400px) and (max-width:767px){ 
  .line-animate, .head-h1 {font-size: 30px;}
  .line-animate,.line-animate::after {padding: 2px !important;}
}.line-animate {
  position: relative;
  display: inline-block;
  margin: 0.25rem 0;
  color: #0f172a;
  isolation: isolate;
  padding: 5px 5px 8px 5px;
}
  .line-animate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1868DB;
  transform: rotate(-2deg);
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  animation: sweep 1.1s ease-out forwards 0.25s;
}
.line-animate::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #fff;
padding: 5px 5px 8px 5px;
  clip-path: inset(0 100% 0 0);
  animation: sweep 1.1s ease-out forwards 0.25s;
}
@keyframes sweep {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .line-animate::before,
  .line-animate::after {
    animation: none;
    clip-path: inset(0 0 0 0);
  }
}
@media 
  (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.5), 
  (min-resolution: 144dpi) and (max-resolution: 144dpi),
  (resolution: 1.5dppx) {
.line-animate, .head-h1 {font-size: 46px;}
}
.deg::before {transform: rotate(-1deg) !important;}
.webinar-video-wrapper {
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
}
.webinarVideo {
    width:100%;
    height:100%;
}