@media (min-width: 1200px) {
    #main-head .container {
        width: 100%;
        max-width: 1200px;
    }
}
a:hover, a:focus{
    text-decoration: none !important;
}
.main-wrap{
	background: #ffffff;
	font-family: 'Outfit', sans-serif;
	color: #3A3A3C;
}
.main-wrap .main-content{
	padding-top: 30px;
}
.post-content blockquote{
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    border-color: #D5D4FF;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
}
.post-content blockquote::before{
    display: none;
}
.post-content blockquote.primary{
    border-color: #4F46E5;
}
.main-wrap .main-content a{
	text-decoration: none;
	color: #4F46E5;
	box-shadow: none;
}
.main-wrap .main-content a:hover{
	text-decoration: none;
	color: #4F46E5;
	box-shadow: 0 -1px 0 0 var(--main-color, #000) inset
}
.main-content table th, .main-content table td {
    padding: 10px 15px;
}
.main-content .the-post-foot{
    margin-top: 0;
}
.home-widgets .post.grid-post section.roi-calc-section {
    display: none;
}
.home-widgets .post.grid-post .post-content.post-excerpt, .home-widgets .post.grid-post .post-content.post-excerpt p{
    font-size: 16px;
}
.the-post-header .post-title, .the-post-header .post-title-alt{
	max-width: 85%;
	margin: 16px 0;
	font-size: 46px;
}
.the-post .featured {
    max-width: 80%;
    margin: 0 auto 40px;
}
.the-post .featured .wp-post-image{
	box-shadow: none;
	max-height: 100%;
	width: auto;
	margin: auto;
}
.post-header .post-meta .post-cat .category{
	display: inline-block;
	font-weight: 600;
    fill: #09244B;
    color: #09244B;
    background-color: #ecf4ff;
	text-decoration: none;
	font-size: 14px;
    padding: 5px 15px;
    border-radius: 4px;
    margin-right: 5px;
}
.post-header .post-meta a, .post-meta .meta-item{
	display: inline-block;
	color: #7A7A7C;
	font-weight: 500;
	font-size: 16px;
    letter-spacing: 0;
}
.post-header .post-meta .meta-sep{
	padding: 0 8px;
}
.main-content .author-box {
    background: linear-gradient(-130deg, rgba(238, 80, 54, 0.1) 0%, rgba(83, 0, 255, 0.1) 100%);
    color: #5400FF;
    padding: 30px;
    border: none;
    border-radius: 20px;
}
.main-content .author-box .author{
	padding-top: 15px;
	display: block;
}
.author-box .image img {
    margin-top: -85px;
    box-shadow: 0 -1px 2px 0px #5400FF;
}
.main-content .author-box .author a{
	color: #5400FF;
}
.main-content .author-box .author-bio{
	color: #222;
}
.spacer{
	padding-top: 50px;
}
.sidebar .widget{
	width: 100%;
	padding: 0 15px;
	margin-bottom: 40px;
}
.sidebar .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    border-bottom: none;
    font-size: 18px;
    font-weight: 500;
    color: #3A3A3C;
    line-height: 1.5;
}
.sidebar .widget-posts .post{
    display: flex;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
}
.sidebar .widget-posts .post:hover{
    box-shadow: 0px 10px 40px 0px #00000026;
}
.sidebar .widget-posts .post .image-link{
    display: inline-block;
	border-radius: 20px;
    width: 100px;
    height: 100px;
}
.sidebar .widget-posts .post .image-link img{
    display: inline-block;
	border-radius: 20px;
    max-width: 100px;
    width: 100px;
    height: 100px;
}
.sidebar .widget-posts .content{
    padding: 10px;
}
.sidebar .widget.wpforms-widget{
	width: 100%;
	background: #FFFFFF;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form{
	width: 100%;
	background: #6A52C5;
	color: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form .wpforms-title{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form .wpforms-head-container{
	padding-bottom: 0;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form *{
	color: #ffffff;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form .wpforms-field-container .wpforms-field-large{
	display: block;
    width: 100%;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form .wpforms-field-container .wpforms-field{
	padding: 10px 0 0;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form .wpforms-field-container .wpforms-error{
	color: #ffffff;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form .wpforms-submit-container .wpforms-submit{
	display: block;
    width: 100%;
    padding: 12px 30px;
    height: auto;
    background: #10e18d;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1.4;
}
.sidebar .widget.wpforms-widget .wpforms-container.post-sidebar-request-form .wpforms-form .wpforms-submit-container .wpforms-submit:hover{
	background: #19cca2 !important;
}
.widget-posts .post .post-title{
	color: #3A3A3C;
	font-weight: 500;
}
.widget-posts .post .post-meta a{
	display: inline-block;
	color: #8A8A8C;
	font-weight: 500;
}
.widget-posts .post .post-meta a:hover{
	color: #4F46E5;
}
.lead-cta-widget-container{
  font-family: "Outfit", sans-serif;
  background: #fef4ea;
  color: #213343;
  padding: 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 780px;
  margin: 10px auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 300px;
	letter-spacing: 0;
}

.lead-cta-widget-container h3{
  font-family: "Outfit", sans-serif;
  color: #213343;
margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
}
.lead-cta-widget-container p{
  font-family: "Outfit", sans-serif;
  color: #213343;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.lead-cta-widget-container .mb-3 {
    margin-bottom: 1rem;
}
.lead-cta-widget-container .mt-5 {
    margin-top: 3rem;
}
.blog-lead-image-block{
  padding-right: 15px;
}
.blog-lead-content-block .btn{
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.blog-lead-content-block .btn-primary{
  background: #ff5c35;
  border-color: #ff5c35;
	color: #ffffff !important;
}
.lead-cta-widget-container .blog-lead-content-block .btn-link{
  color: #0068b1;
}
.lead-cta-widget-container .blog-lead-content-block .btn-link:hover{
  box-shadow: none;
}
.blog-lead-content-block .post-content-request-form .wpforms-form .wpforms-submit-container .wpforms-submit{
	display: block;
    width: 100%;
    padding: 12px 30px;
    height: auto;
    background: #10e18d;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1.4;
}
.blog-lead-content-block .post-content-request-form .wpforms-form .wpforms-submit-container .wpforms-submit:hover{
	background: #19cca2 !important;
}
.blog-lead-content-block .post-content-request-form.wpforms-container-full .wpforms-confirmation-container-full{
	background: none;
    border: none;
}
.post-nav-footer {
    position: fixed;
    bottom: 0;
    left: 70px;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    max-height: calc(100% - 110px);
    overflow: auto;
    font-size: 15px;
    max-width: 280px;
}
.post-nav-footer .post-ez-toc-toggle-btn{
	letter-spacing: 0;
    color: #333;
	background: #ffffff;
    border: 3px solid #333;
    border-radius: 10px;
    padding: 0;
    width: 50px;
    height: 50px;
    transform: translateY(0);
    transition: all 600ms cubic-bezier(0.3, 0.7, 0.4, 1) 0s;
    /* box-shadow: 0px 0px 14px 0px #00000059; */
    overflow: hidden;
    position: relative;
    margin: 5px;
    box-sizing: content-box;
    font-size: 18px;
}
.post-nav-footer .post-ez-toc-toggle-btn img{
    display: block;
    max-width: 30px;
    height: auto;
    margin: auto;
    filter: brightness(0) invert(0);
    transition: all 600ms cubic-bezier(0.3, 0.7, 0.4, 1) 0s;
}
.post-nav-footer .post-ez-toc-toggle-btn .close-toc{
    display: none;
}
.post-nav-footer .post-ez-toc-toggle-btn.toggle-icon .close-toc{
    display: block;
}
.post-nav-footer .post-ez-toc-toggle-btn.toggle-icon img, .post-nav-footer .post-ez-toc-toggle-btn.toggle-icon .open-toc{
    display: none; 
}
.post-nav-footer .post-ez-toc-toggle-btn:hover, .post-nav-footer .post-ez-toc-toggle-btn:active{
    background: #fff;
    border: 3px solid #999999;
    color: #999999;
	outline: none;
}
.post-nav-footer .post-ez-toc-toggle-btn:hover img, .post-nav-footer .post-ez-toc-toggle-btn:active img{
    filter:  brightness(0) invert(0.5);
}
.post-ez-toc-container{
	/* display: none; */
    /* visibility: hidden; */
	position: fixed;
    bottom: 70px;
    left: 70px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: 16px;
    overflow: auto;
    width: 50px;
    max-height: 50px;
    opacity: 0;
    height: 50px;
    transform-origin: left bottom;
    transition: width 200ms ease 0s, height 200ms ease 0s, max-height 200ms ease 0s, transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s;
}
.post-ez-toc-container.show{
    /* visibility: visible; */
    height: auto;
    opacity: 1;
    width: 300px;
    max-height: calc(100% - 120px);
}
.post-ez-toc-container .post-ez-toc-close-btn{
	position: absolute;
	top: 0;
	right: -5px;
	background: transparent;
	color: #000000;
	border: none;
	font-size: 18px;
}
.post-nav-footer div#ez-toc-container .ez-toc-title-container{
	display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 24px;
}
div#ez-toc-container .ez-toc-title-container .ez-toc-title{
    font-weight: 600;
}
.post-nav-footer div#ez-toc-container .ez-toc-title-container:hover .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con .ez-toc-icon-toggle-span{
    color: #333;
}
.post-nav-footer div#ez-toc-container.toc_close .ez-toc-title-container{
	display: flex;
    align-items: center;
    background: #fff;
    color: #333;
}
.post-nav-footer div#ez-toc-container .ez-toc-title-toggle{
    margin-left: auto;
    position: relative;
}
.post-nav-footer div#ez-toc-container .ez-toc-title.ez-toc-toggle::before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.post-nav-footer div#ez-toc-container .ez-toc-title-toggle .ez-toc-pull-right{
	/* float: none !important; */
	text-decoration: none;
	left: 0;
}
.post-nav-footer div#ez-toc-container .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con{
	background: transparent;
    border: none;
	color: #fff;
	position: relative;
    left: 0;
	float: none;
	width: 100%;
	padding: 5px;
}
.post-nav-footer div#ez-toc-container .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con .ez-toc-icon-toggle-span{
    width: 20px;
    font-size: 16px;
    color: #fff;
}
.post-nav-footer div#ez-toc-container.toc_close .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con .ez-toc-icon-toggle-span{
    color: #333;
}
.post-nav-footer div#ez-toc-container .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con .ez-toc-icon-toggle-span::before {
    content: '\f175 \f176';
    font-family: 'FontAwesome';
    display: inline-block;
}
.post-nav-footer div#ez-toc-container .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con .ez-toc-icon-toggle-span > svg{
	display: none;
}
/* .post-nav-footer div#ez-toc-container .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con .ez-toc-icon-toggle-span > svg.arrow-unsorted-368013{
	display: inline-block;
    color: #333 !important;
    fill: #333 !important;
    width: 15px;
    height: 15px;
} */
.post-nav-footer div#ez-toc-container .ez-toc-toggle.ez-toc-btn .ez-toc-js-icon-con:before{
	/* content: 'Table of content';
	display: block; */
}
.post-nav-footer div#ez-toc-container .ez-toc-toggle.ez-toc-btn{
	text-decoration: none;
}
.post-nav-footer #ez-toc-container {
    border: none;
    margin-bottom: 0;
    background: #ffffff;
}
.post-nav-footer #ez-toc-container .ez-toc-list{
	/* margin-top: 20px; */
    padding: 0 15px 10px;
}
.post-nav-footer div#ez-toc-container ul li{
	margin-bottom: 10px;
}
.post-nav-footer #ez-toc-container ul li a {
    color: #333;
	display: block;
}
.post-nav-footer #ez-toc-container ul li a:visited {
    color: #333;
}
.post-nav-footer #ez-toc-container ul li a:hover {
    color: #5091CD;
}
.ez-toc-toggle{
	display: none;
}
div.ez-toc-widget-container ul.ez-toc-list{
	padding: 0;
}
div.ez-toc-widget-container ul.ez-toc-list li a{
	color: #3A3A3C;
	font-family: 'Outfit', sans-serif;
    margin-bottom: 8px;
	font-size: 15px;
    font-weight: 400;
	padding-left: 0;
}
div.ez-toc-widget-container ul.ez-toc-list li a:hover{
	color: #4F46E5;
	text-decoration: none;
}
/* Progress bar */
#progress-bar {
  	--scrollAmount: 0%;
  	background-image: linear-gradient(120deg, #12cfd3 0%, #6A52C5 100%);
  	width: var(--scrollAmount);
  	height: 6px;
	position: fixed;
	top:88px;
	left: 0;
	right: 0;
	z-index: 999;
}
.admin-bar #progress-bar {
	top: 95px;
}
header#main-head{
	background: #fff;
}
@media (min-width: 992px){
.ez-toc.is-sticky{
	position: fixed;
    top: 70px;
    max-width: 100%;
    width: 23%;
    max-height: 90%;
    overflow-y: auto;
}
}
@media (min-width: 767px){
.menu .navbar-nav > li > a:focus,
.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > li.active > a,
.menu .navbar-nav > li.active > a:focus,
.menu .navbar-nav > li.active > a:hover {
    background-color: transparent !important;
    color: black;
	
}
.menu{
	padding-bottom: 0;
	font-family: 'Outfit', sans-serif;
}
.menu  ul{
	margin-left:  100px;
	margin-top: 20px;
	
}
/* Custom styles for the navbar */
.menu .navbar {
    background-color: transparent; 
}
.menu .navbar-brand {
    padding: 15px 0;
}
.menu .navbar-brand img {
    max-width: 100%; 
    height: auto;
	margin-top: 10px;
}

.menu .nav > li > a {
	background-color: transparent;
    color: #374151; 
    font-size: 15px;
    font-weight: 500;
}

.menu .nav > li > a:hover {
    background-color: transparent;
    color: #4F46E5; 
}
.menu .navbar-toggle{
	margin-top: 25px;
}
.menu .navbar-toggle .icon-bar {
    background-color: #374151;  
	
}


.menu .navbar-right{
	
	/* bottom: 80px; */
	position: relative;
}


.menu .nav.navbar-right > li> .get-started-cta{
	display: inline-block;
    background-color: transparent;
    border: 2px solid #4F46E5;
    text-decoration: none;
    color: #4F46E5;
    font-size: 16px;
	font-weight: 500;
	border-radius: 10px;
	padding: 10px 20px;
	margin-left: 5px;
	transition: all 0.3s ease 0s;
}

.menu .nav.navbar-right > li> .get-started-cta:hover, .menu .nav.navbar-right > li> .get-started-cta:focus {
    background-color: #4F46E5 !important;
    border-color: #4F46E5;
	color: #fff;
}
.navbar-right .login-btn{
	display: inline-block;
    background-color: transparent;
    border: 2px solid transparent;
    text-decoration: none;
    color: #374151;
	border-radius: 58px;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
}

.navbar-right .login-btn:hover {
    background-color: transparent;
	border: 2px solid transparent;
	color: #00D0BF;
}
.dropdown-menu {
    background-color: aqua;
    text-align: center;
    padding-bottom: 30px;
}
.features-dropdown {
    background-color: white;
    width: 380px;
    height: auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Outfit', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
.features-dropdown .dropdown-box{
    padding-bottom: 20px;
}
.dropdown-box h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
}
.dropdown-box {
    padding: 0 20px;
}
.dropdown-box h3{
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
    margin-top: 0;
    font-family: 'Outfit', sans-serif;
}
.dropdown-box h6{
    font-family: 'Outfit', sans-serif;
}

.dropdown-box .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
}

.dropdown-box .content {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-top: 20px; /* Adjust the margin as needed */
}

.dropdown-box .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box .content h6 {
    font-size: 15px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
	text-decoration: none;
}

.dropdown-box .content p {
    font-size: 12px; /* Adjust the font size as needed */
    margin: 0;
	line-height: 1.3;
	color: #AFAFAF;
	font-weight: 300;
	padding-top: 5px;
	
}
.see-all-features h4 a {
    color: #999999;
    text-decoration: none;
    display: flex;

}

.see-all-features h4 a:hover {
    color: #999999;
    text-decoration: none;
}

.see-all-features .see-all-features-text {
    display: inline-block;
    /* Make the h4 and img inline */
    padding-right: 220px;
    padding-top: 13px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.see-all-features img {
    max-width: 20px;
    /* Adjust the max-width of the arrow image as needed */
    vertical-align: middle;
    /* Align the image vertically in the middle */
    bottom: 0;
    left: 10px;
    position: relative;
}
.industries-dropdown {
    background-color: white;
    width: 340px;
    height: 300px;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Outfit', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}


.dropdown-box-industries h3{
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;

}

.dropdown-box-industries .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
}

.dropdown-box-industries .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 30px !important; /* Adjust the margin as needed */
}

.dropdown-box-industries .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box-industries .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box-industries h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-industries .content h6 {
    font-size: 15px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
	text-decoration: none;
}

.dropdown-box-industries .content p {
    font-size: 12px; /* Adjust the font size as needed */
    margin: 0;
	line-height: 1.3;
	color: #AFAFAF;
	font-weight: 300;
	padding-top: 5px;
	
}
/*integrations nav style starts here---------*/
.integrations-dropdown {
    background-color: white;
    width: 620px;
    height: auto;
    border-radius: 20px !important;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    transform: translateX(-200px);
}

.dropdown-box-integrations {
    text-align: left;
    padding: 20px;
}

.dropdown-box-integrations h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 0;
    color: #999999;
    padding-left: 0;
    margin-top: 0;
}


.dropdown-box-integrations .line {
    width: 80%;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}

.show-all-channels h4 a {
    color: #999999;
    text-decoration: none;
}

.show-all-channels h4 {
    display: inline-block;
    /* Make the h4 and img inline */
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}

.show-all-channels img {
    max-width: 20px;
    /* Adjust the max-width of the arrow image as needed */
    vertical-align: middle;
    /* Align the image vertically in the middle */
    bottom: 18px;
    left: 130px;
    position: relative;
}

.dropdown-box-integrations .content {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.dropdown-box-integrations .content img {
    max-width: 50px;
    /* Adjust the max-width of the image as needed */
    margin-right: 5px;
    /* Adjust the margin between image and text as needed */
}

.dropdown-box-integrations .content .text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 10px;
}

.dropdown-box-integrations h6 a {
    color: #383349;
    text-decoration: none;
}

.dropdown-box-integrations .content h6 {
    font-size: 14px;
    /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
    color: #383349;
    line-height: 1.3;
}
/*integrations nav style ends here---------*/

/*resources nav style starts here---------*/
.resources-dropdown {
    background-color: white;
    width: 480px;
    height: auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Outfit', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 0px;
	left: auto;
    right: -200px; /* Adjust this value as needed */
    transform: translateX(10px);
	
}
.dropdown-box-resources {
    text-align: left; 
   
}

.dropdown-box-resources .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; 
}
.dropdown-box-resources .content .text-content {
   display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box-resources .content-two {
    display: flex;
    align-items: center;
    padding-left: 0px;
	right: 60px;
	position: relative;
    margin-top: 20px; 
}
.dropdown-box-resources .content-two .text-content {
   display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box-resources h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-resources .content-two h6 {
    font-size: 14px; 
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.dropdown-box-resources .content img {
    max-width: 50px; 
    margin-right: 10px; 
}


.dropdown-box-resources .content h6 {
    font-size: 15px; 
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.yellow-box {
    background-color: #FFF7EE;
    width: 100%;
    min-height: 114px;
    margin-top: 31px;
    border-top: 2px solid #EEDCC8;
    text-align: left;
    overflow: hidden;
	display: inline-flex;
	padding-bottom: 20px;
}

.yellow-box h3 {
    font-size: 16px;
    color: #383349;
    font-weight: 700;
    padding-left: 30px;
}

.custom-column {
    padding-left: 30px; 
	width: 100%;
	
}
.custom-column-two {
    
	right: 10px;
	position: relative;
	width: 100%;
	
}
.custom-column-two h5 a{
	color: #383349;
	text-decoration: none;
}
.custom-column-two h5 {
    font-size: 15px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
}

.custom-column-two p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
}
.custom-column h5 a{
	color: #383349;
	text-decoration: none;
}
.custom-column h5 {
    font-size: 15px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
}

.custom-column p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
}
	
	.admin-bar header#main-head.is-sticky{
		top: 32px;
	}
	header#main-head .menu, header#main-head .menu .navbar-brand img, header#main-head .menu ul{
		transition: all 0.3s ease 0s;
	}
	header#main-head.is-sticky .menu{
		margin-bottom: 5px;
	}
	header#main-head.is-sticky .menu .navbar-brand img, header#main-head.is-sticky .menu ul{
		margin-top: 5px;
	}
}
@media (min-width: 768px){
  li.dropdown.resources {
        display: none;
    }
	.navbar-mobile-cta{
		display: none;
	}
}
/*Resources nav style ends here---------*/

@media only screen and (max-width:768px){
    header#main-head.is-sticky {
        background: #fff;
        max-height: 100%;
        overflow-y: auto;
    }
	.navbar-mobile-cta{
		float: right;
		margin-top: 8px;
		margin-right: 10px;
	}
	.navbar-mobile-cta .get-started-cta{
		display: inline-block;
        background-color: #5091CD;
        border: 1px solid #5091CD;
        text-decoration: none;
        color: white;
        font-weight: 500;
        border-radius: 10px;
        padding: 8px 16px;
        margin-left: 5px;
        transition: all 0.3s ease 0s;
	}
	.menu.navbar{
		margin-bottom: 3px;
	}
	.menu .navbar-nav > li > a:focus,
.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > li.active > a,
.menu .navbar-nav > li.active > a:focus,
.menu .navbar-nav > li.active > a:hover {
    background-color: transparent !important;
    color: black;
	
}
.menu{
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu  ul{
	margin-left:  10px;
	margin-top: 20px;
	
}
/* Custom styles for the navbar */
.menu .navbar {
    background-color: transparent; 
}

.menu .navbar-brand img {
    max-width: 80%; 
	margin-top: 8px;
}

.menu .nav > li > a {
	background-color: transparent;
    color: black; 
}

.menu .nav > li > a:hover {
    background-color: transparent;
    color: #4F46E5; 
}
.menu .navbar-toggle{
	margin-top: 10px;
}
	.menu .navbar-brand{
		padding: 0px 15px;
	}
.menu .navbar-toggle .icon-bar {
    background-color: black; 
	
}


.menu .navbar-right{
	
	bottom: 0px;
	position: relative;
}


.menu .nav.navbar-right > li> .get-started-cta{
	width: 90%;
    background-color: #4F46E5;
    border: 0;
    text-decoration: none;
    color: white;
	border-radius: 58px;
	padding: 12px 20px 12px 20px;
}

.menu .nav.navbar-right > li> .get-started-cta:hover {
     background-color: #0E1C38 !important;
}
.navbar-right .login-btn{
	width: 90%;
    background-color: transparent;
    border: 2px solid #4F46E5;
    text-decoration: none;
    color: #4F46E5;
	border-radius: 58px;
	padding: 10px 20px 10px 20px;
	right: 0px;
	position: relative;
	margin-bottom: 10px;
}

.navbar-right .login-btn:hover {
    background-color: transparent;
	border: 2px solid #0E1C38;
	color: #0E1C38;
}
.dropdown-menu {
    background-color: aqua;
    text-align: center;
}
.features-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
	margin: 0 auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Outfit', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
		.dropdown-box{
		margin: 0 auto;
		background-color: white;
		padding-bottom: 20px;
	}
.dropdown-box h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
}
.dropdown-box h3{
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;

}

.dropdown-box .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
}

.dropdown-box .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}

.dropdown-box .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box .content h6 {
    font-size: 13px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
	text-decoration: none;
}

.dropdown-box .content p {
    font-size: 11px; /* Adjust the font size as needed */
    margin: 0;
	line-height: 1.3;
	color: #AFAFAF;
	font-weight: 300;
	padding-top: 5px;
	
}
.see-all-features h4 a {
    color: #999999;
    text-decoration: none;
    display: flex;

}

.see-all-features h4 a:hover {
    color: #999999;
    text-decoration: none;
}

.see-all-features .see-all-features-text {
    display: inline-block;
    /* Make the h4 and img inline */
    padding-right: 220px;
    padding-top: 13px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.see-all-features img {
    max-width: 20px;
    /* Adjust the max-width of the arrow image as needed */
    vertical-align: middle;
    /* Align the image vertically in the middle */
    bottom: 0;
    left: 10px;
    position: relative;
}
.industries-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
	margin: 0 auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Outfit', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
	.dropdown-box-industries{
		margin: 0 auto;
		background-color: white;
		padding-bottom: 20px;
	}
.dropdown-box-industries h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
}
.dropdown-box-industries h3{
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;

}

.dropdown-box-industries .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
}

.dropdown-box-industries .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}

.dropdown-box-industries .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box-industries .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box-industries h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-industries .content h6 {
    font-size: 13px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
	text-decoration: none;
}

.dropdown-box-industries .content p {
    font-size: 11px; /* Adjust the font size as needed */
    margin: 0;
	line-height: 1.3;
	color: #AFAFAF;
	font-weight: 300;
	padding-top: 5px;
	
}
/*integrations nav style starts here---------*/
.integrations-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
	margin: 0 auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Outfit', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
.dropdown-box-integrations {
    text-align: left; /* Align the content to the left */
	margin: 0 auto;
		background-color: white;
		
   
}

.show-all-channels h4 {
    display: inline-block; /* Make the h4 and img inline */
    padding-left: 30px;
	padding-top: 13px;
	font-size: 14px;
	font-weight: 600;

	color: #999999;
}

.show-all-channels img {
    max-width: 20px; /* Adjust the max-width of the arrow image as needed */
    vertical-align: middle; /* Align the image vertically in the middle */
	bottom: 18px;
	left: 130px;
	position: relative;
}

.dropdown-box-integrations .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}

.dropdown-box-integrations .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box-integrations .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box-integrations h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-integrations .content h6 {
    font-size: 13px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.dropdown-box-integrations .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 30px;
    border-width: 0.2px;
}
/*integrations nav style ends here---------*/

/*resources nav style starts here---------*/
.resources-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Outfit', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 0px;
	left: 0;
    right: 0; /* Adjust this value as needed */
    transform: translateX(0px);
}
.dropdown-box-resources {
    text-align: left;
	margin: 0 auto;
	background-color: white;
		
   
}

.dropdown-box-resources .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}
.dropdown-box-resources .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}
.dropdown-box-resources .content-two {
     display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}
	.dropdown-box-resources .content-two img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}
.dropdown-box-resources .content-two .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 0px;
}
.dropdown-box-resources h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-resources .content-two h6 {
    font-size: 12px; 
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.dropdown-box-resources .content img {
    max-width: 50px; 
    margin-right: 10px; 
}

.dropdown-box-resources .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}

.dropdown-box-resources .content h6 {
    font-size: 13px; 
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.yellow-box {
    background-color: #FFF7EE;
    width: 100%;
    min-height: 114px;
    margin-top: 31px;
    border-top: 2px solid #EEDCC8;
    text-align: left;
    overflow: hidden;
	display: inline-flex;
	padding-bottom: 20px;
}

.yellow-box h3 {
    font-size: 14px;
    color: #383349;
    font-weight: 700;
    padding-left: 30px;
}

.custom-column {
    padding-left: 30px; 
	width: 100%;
	
}
.custom-column-two {
    
	right: 10px;
	position: relative;
	width: 100%;
	
}
.custom-column-two h5 a{
	color: #383349;
	text-decoration: none;
}
.custom-column-two h5 {
    font-size: 12px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
}

.custom-column-two p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
}
.custom-column h5 a{
	color: #383349;
	text-decoration: none;
}
.custom-column h5 {
    font-size: 12px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
}

.custom-column p {
    font-size: 11px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
}
}
/*Resources nav style ends here---------*/
@media screen and (min-width: 1140px) {
    .main.wrap {
        /* padding: 0px 40px; */
        width: 100%;
        max-width: 1200px;
    }
    .main .sidebar {
        padding-left: 15px;
    }
}
@media (max-width: 940px) {
	.main .ts-row{
		display: flex;
		flex-direction: column;
	}
    .main .sidebar {
        order: 2;
    }
}
@media (max-width: 767px) {
    .the-post-header .post-title, .the-post-header .post-title-alt {
        font-size: 30px;
		max-width: 90%;
    }
    .post-header{
        padding: 0;
    }
    .post-header .below{
        display: block !important;
    }
	.post-header .post-meta a, .post-meta .meta-item{
		font-size: 14px;
        margin-top: 6px;
	}
	.post-header .post-meta .post-cat .category{
		font-size: 12px;
	}
    .main .sidebar .left-sidebar.theiaStickySidebar{
        display: none;
    }
    .admin-bar #progress-bar {
        top: 58px;
    }
    .post-nav-footer{
        /* background: rgba(0, 0, 0, 0.8);
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        color: #fff; */
        left: 5px;
        /* border: none;
        padding: 0; */
    }
    .post-ez-toc-container{
        left: 50px;
    }
}
@media (max-width: 540px) {
    .entry-content {
        font-size: 16px;
    }
}
@media (min-width: 767px) {
    .content-spacious {
        padding-left: 0;
    }
}
.home.blog .main-wrap{
    background: #F9F9FB;
}
.home.blog .main{
    margin-bottom: 50px;
}
.blog-home-head{
    padding-bottom: 30px;
}
.blog-home-head .title{
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}
.blog-home-head .sub-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 2%;
    text-align: center;
}
.home-widgets .posts-container .posts-wrap .post {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.home-widgets .posts-container .posts-wrap .post:hover{
    box-shadow: 0px 10px 40px 0px #00000026;
}
.home-widgets .posts-container .post-header .post-title-alt a{
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 2%;
    color: #000;
}
.home-widgets .posts-container .post-header .post-title-alt a:hover{
    color: #4F46E5;
}
.home-widgets .posts-container .grid-post .post-header .post-title-alt a{
    min-height: 60px;
    font-size: 20px;
}
.home-widgets .posts-container .grid-post .post-meta .meta-item.post-cat{
    margin-left: auto;
}
.post-header .post-meta a, .post-meta .meta-item.post-cat .category{
    background: none;
    padding: 0;
    text-transform: none;
    color: #7A7A7C;
    font-size: 13px;
    font-weight: 400;
}
.post-meta .post-cat > a, .post-meta time, .post-meta .comments, .post-meta .meta-item{
    font-weight: 400;
    letter-spacing: 0;
}
.posts-container .post-meta .meta-item{
    font-size: 13px !important;
}
.posts-container .post-header .post-meta .post-cat .category{
    font-size: 13px !important;
}
.post-header .post-meta a:hover, .post-meta .meta-item.post-cat .category:hover{
    color: #4F46E5;
    text-decoration: none;
}
.large-post .post-content > p:last-of-type + .read-more{
    padding-bottom: 30px;
}
.grid-post .post-thumb{
    margin-bottom: 20px;
}
.large-post .post-content.post-excerpt.cf p{
    font-size: 18px;
}
.large-post .featured img, .large-post .gallery-slider{
    margin-bottom: 0;
}
.wp-post-image {
    box-shadow: none;
}
.bottom-cta-section{
    background: #C4C4C426;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bottom-cta-section .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bottom-cta-section h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 2%;
}
.bottom-cta-section p{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 2%;
    color: #00000080;
}
.bottom-cta-section .btn-primary{
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    background: #6854FC;
    border-color: #6854FC;
    color: #fff;
    margin-top: 30px;
}





.pop-up-ele {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 320px;
  border-top: 8px solid #4F46E5;
  background: #E9ECFF;
  text-align: center;
  padding: 20px 20px;
  z-index: 999;

  /* hidden initially */
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: all 0.6s ease;
}

/* show after 7s */
.pop-up-ele.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pop-up-ele .heading {
  display: flex;
  align-items: center;
  gap: 10px;
	justify-content: center;
}

.pop-up-ele .heading h1 {
  color: #000000;
  font-size: 17px;
  text-align: center;
  margin: 0;
}

.pop-up-ele p {
  margin-top: 15px;
  font-size: 14px;
}

.pop-up-ele a {
  border-radius: 6px;
  padding: 10px;
  font-size: 12px;
  background: #4f46e5;
  color: #fff !important;
  display: block;
	text-transform: uppercase;
    font-weight: 500;
}

.pop-up-ele p,
.pop-up-ele a {
  transition: all 0.3s ease;
}

/* collapse effect */
.pop-up-ele.collapsed p,
.pop-up-ele.collapsed a {
  display: none;
}

.pop-up-ele .heading i {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.pop-up-ele .heading i.rotate {
  transform: rotate(180deg);
}


.the-post .the-post-meta{
	margin-bottom: 0 !Important;
}

.post-meta a, .post-meta .meta-item.post-cat .category{
	color: #000;
    text-transform: uppercase;
	background: #DBDBDB;
    padding: 2px 10px;
    top: -1px;
    position: relative;
}
/*
     FILE ARCHIVED ON 04:04:43 Dec 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:25:18 Dec 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.506
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.012
  esindex: 0.008
  cdx.remote: 51.642
  LoadShardBlock: 90.414 (3)
  PetaboxLoader3.datanode: 106.865 (4)
  load_resource: 63.282
  PetaboxLoader3.resolve: 9.396
*/

.post-meta .meta-item.post-cat .category, .post .content .post-meta{
    display: none !important;
    }