@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* CSS Document */
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white;
}
.form-group {
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: 'Inter', sans-serif
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
.form-control::placeholder {
	color: #000000
}
textarea.form-control {
    height: inherit;
}
.nav {
	float: right;
}
.nav-bar {
	width: 100%
}
.nav-list {
	display: flex;
}
.nav-list li {
	list-style-type: none;
}
.nav-item {
	padding: 15px 0px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	color: #000000 !important;
}
.nav-item a {
	padding: 15px 20px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #000000 !important;
	text-decoration: none;
	font-size: 14px;
}
.nav-item a.btn {
	padding: 10px 20px !important;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #000000 !important;
	text-decoration: none;
	margin-top: 0px !important;
}
.nav-item a.btn:hover {
	padding: 10px 20px !important;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #000000 !important;
	text-decoration: none;
	margin-top: 0px !important;
}
.nav-item a:hover {
	padding: 15px 20px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #1F4FFF !important;
	text-decoration: none;
}
.mt-10px {
	margin-top: 10px;
}
.mr-15px {
	margin-right: 15px;
}
h1, h2, h3 {
	font-family: 'Comfortaa', cursive;
}
h2 {
	font-size: 40px
}
h3 {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #000000;
}
h4 {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #000000;
}
p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}
.sub-header-text {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.03em;
	max-width: 680px;
}
h1.hero-header-title {
	margin-top: 80px;
}
.pad-r-35 {
	padding-right: 35px;
}
.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.form-signup {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px 5px 5px 25px;
}
.form-signup-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 50px;
	max-width: 450px;
}
.btn-success {
    color: #fff;
    background-color: #1254f9 !important;
    border-color: #1254f9 !important;
}
.btn-success:hover {
    color: #fff;
    background-color: #1254f9 !important;
    border-color: #1254f9 !important;
}
.btn-success:focus {
    color: #fff;
    background-color: #1254f9 !important;
    border-color: #1254f9  !important;
	box-shadow: 0 0 0 0.2rem rgb(18 84 249 / 9%) !important;
}
.btn-success:active {
    color: #fff;
    background-color: #1254f9 !important;
    border-color: #1254f9 !important;
	box-shadow: 0 0 0 0.2rem rgb(18 84 249 / 9%) !important;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 25px;
    font-weight: 500;	
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.form-control-lg2 {
    height: 65px !important;
    padding: 0.5rem 1rem;
    font-size: 13px;
    line-height: 3.5;
    border-radius: 45px;
}
.margin-top-9 {
    margin-top: 9px;
}
section {
    padding-top: 70px;
    padding-bottom: 70px;
}
section:first-of-type {
	padding-top: 15px;
	padding-bottom: 15px;
}
section.last {
    padding-top: 70px;
    padding-bottom: 140px;
}
.section1 {
    padding-top: 70px;
    padding-bottom: 140px;
}
.sub-header-text.text-center {
	margin-left:auto;
	margin-right: auto;
}
.boost-image {
	max-width: 200px;
	margin-bottom: 20px;
}
.boost-text {
    max-width: 250px;
    margin: 0 auto;
}
.parallax {
    background: #EDF5FF;
}
.parallax-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.stat-header {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.03em;
    color: #000000;
}
.pinpoint-title {
    max-width: 500px;
	margin-top: 70px;
}
.pinpoint-text {
	margin-bottom: 20px;
}
.testimonial {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 150%;
	letter-spacing: -0.03em;
	color: #000000;
}
.test-img {
	position: inherit;
    left: -80px;
}
ul.testimonial-list {
    display: inline-flex;
    font-size: 14px;
    list-style: none;
    padding-inline-start: 0px;
    font-family: Inter;
	margin-top: 10px;
	font-weight: 500;
}
ul.testimonial-list li {
    margin-right: 10px;
}
.parallax-title2 {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;text-align: center;
	letter-spacing: -0.03em;
	color: #000000;
}
.parallax-text2 {
    max-width: 800px;
    margin: 5px auto 25px auto;
    font-size: 16px;
}
.parallax-img {
	max-height: 75px;
}
footer {
	background: #edf5ff;
}
.footer-pad{
	padding-top: 80px;
	padding-bottom: 80px;
}
.footer-title {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;color: #000000;
	margin-bottom: 5px;
}
.footer-text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.vertical-divider {
	border-right: 2px solid #cbd0d6;
	margin: 0 30px;
}
.boost-card {
	margin-bottom: 30px;
}
.hero-img-mobile {
    left: -12%;
    position: relative;
    margin-top: 30px;
}
.companies-para {
	margin-top: -100px;
}
.hide-mobile {
	display: block;	
	}
.slide-items {
    margin-bottom: 50px;
}
.footer-ul {
	padding-inline-start: 0px;
}
.footer-li {
	padding-inline-start: 0px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.footer-ul li {
	list-style-type: none;
}
.slider-img-wrapper {
    background: url(images/slide-card-bg.svg);
    background-size: 400px;
    background-repeat: no-repeat;
    min-height: 480px;
    background-position-x: 0px;
}
.slider-img {
    max-width: 350px;
    position: relative;
    left: 180px;
	top: 20px;
}

.pre-grey {
	border-left: 3px solid #EAEAEA;
	min-height: 40px;
}
.pre-blue {
	border-left: 3px solid #2945FF !important;
	min-height: 40px;
	padding-bottom: 40px;
}
.toggle-text {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	color: rgba(0, 0, 0, 0.8);
	max-width: 375px;
}
.toggle-text-link a {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
}
.accordian-mt {
	margin-top: 28px;
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	min-width: 100px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.about-sect-2 {
    top: 10vh;
	}
.about-sect-1 {
    margin-bottom: 15vh;
	}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
.hide-desktop {
	display: none;
}
@media (max-width: 575.98px) {
	.about-sect-1 {
    margin-bottom: 0vh;
	}
	.about-sect-2 {
    top: 0vh;
	}
	.signup-img {
		max-width: 430px;
		margin-top: -50px;
	}
	.ty-title {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 10px 10px 10px;
    font-family: Comfortaa;
    font-weight: 600;
}
	
	.about-title-1 {
    max-width: 500px;
    margin-top: 30px;
	}
	.about-title-2 {
    max-width: 500px;
    margin-top: 30px;
	}
	.about-title-2-img {
    max-width: 230px;
	
	}
	section {
    padding-top: 40px;
    padding-bottom: 40px;
	}
	.breadcrumb-wrapper {
    	background: #EDF5FF;
		margin-bottom: 20px
	}
	.breadcrumb-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.8);
    margin: 0px auto;
}
	.breadcrumb-title {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 0px;
}
	.breadcrumb-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
	.fact-desktop {
	 display: none;	
	}
	.fact-mobile {
	 display: block;	
	}
	.toggle-text-link a {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
}
	.toggle-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.8);
    max-width: 375px;
}
	
	h4 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000000;
}
	.slider-img-wrapper {
		background: none;
		min-height: 0;
		background-position-x: 0px;
		
	}
	.slider-img {
		max-width: none;
		position: none;
		left: 0px;
		top: 0px;
		width: 100%;
	}
	.mob-footer {
    margin-bottom: 20px;
	}
	.hide-mobile {
	display: none;	
	}
	.customize-img {
    margin-top: -30px;
	}
	.companies-para {
	margin-top: 0px;
	}
	.hero-img-mobile {
	left: -20%;
	position: relative;
	margin-top: 45px;
	margin-bottom: -19px;
	min-width: 325px;
	}
	.nav-item a.btn {
    padding: 8px 19px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000000 !important;
    text-decoration: none;
    margin-top: 0px !important;
	margin-right: 10px;	
}
	.nav-item {
    padding: 0px 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #000000 !important;
}
	h1.hero-header-title {
    margin-top: 0px;
    margin-bottom: 5px;
}
	h1 {
		font-size: 30px !important;
		line-height: 110%;
		letter-spacing: -0.03em;
	}
	h2 {
    	font-size: 24px;
	}
	h3 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	p {
    	font-family: 'Inter', sans-serif;
    	font-size: 14px;
	}
	.testimonial {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 26px;
		line-height: 150%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.sub-header-text {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: -0.03em;
		max-width: 680px;
	}
	ul.testimonial-list {
		display: inline-flex;
		font-size: 12px;
		list-style: none;
		padding-inline-start: 0px;
		font-family: Inter;
		margin-top: 10px;
		font-weight: 500;
	}
	.parallax-title2 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.stat-header {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 50px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.fact-fa {
		font-size: 30px;
	}
	.boost-mt {
        margin-top: 40px;
	}
	.pricing-item {
		padding: 20px;
	}
	.logo {
    max-width: 100px;
    margin-top: 7px;
}
}
@media (min-width: 576px) {
	.nav-item a {
    padding: 15px 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
    font-size: 11px;
   }
	.nav-item a:hover {
    padding: 15px 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #1F4FFF !important;
    text-decoration: none;
    font-size: 11px;
   }
	.logo {
    max-width: 100px;
    margin-top: 7px;
}
	.signup-img {
    max-width: 300px;
    margin-top: -10px;
	}
	.ty-title {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 10px 10px 10px;
    font-family: Comfortaa;
    font-weight: 600;
}
	.about-title-1 {
    max-width: 500px;
    margin-top: 30px;
}
	.pinpoint-title {
    max-width: 500px;
    margin-top: 30px;
}
	.breadcrumb-wrapper {
    	background: #EDF5FF;
		margin-bottom: 30px
	}
	.about-title-2-img {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	}
	.breadcrumb-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.8);
    margin: 0px auto;
}
	.breadcrumb-title {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 0px;
}
	.breadcrumb-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
	h1.hero-header-title {
    	margin-top: 80px;
	}
	.fact-fa {
		font-size: 20px;
	}
	.fact-desktop {
	 display: flex;	
	}
	.fact-mobile {
	 display: none;	
	}
	.hide-desktop {
	display: none;
}
	.mob-footer {
		margin-bottom: 20px;
	}	
	.toggle-text-link a {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 100%;
		color: #000000;
		text-decoration: none;
	}
	.toggle-text {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 160%;
		color: rgba(0, 0, 0, 0.8);
		max-width: 375px;
	}
	h4 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.hero-img-mobile {
		left: -20%;
		position: relative;
		margin-top: 30px;
		margin-bottom: -19px;
		min-width: 325px;
	}
	.nav-item a.btn {
    padding: 8px 19px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000000 !important;
    text-decoration: none;
    margin-top: 0px !important;
}
	.nav-item a.btn:hover {
    padding: 8px 19px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000000 !important;
    text-decoration: none;
    margin-top: 0px !important;
}
	.nav-item {
    padding: 0px 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #000000 !important;
}
	h1 {
		font-size: 35px;
		line-height: 110%;
		letter-spacing: -0.03em;
	}
	h2 {
    	font-size: 30px;
	}
	h3 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	p {
    	font-family: 'Inter', sans-serif;
    	font-size: 14px;
	}
	.testimonial {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 26px;
		line-height: 150%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.sub-header-text {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 160%;
		letter-spacing: -0.03em;
		max-width: 680px;
	}
	ul.testimonial-list {
		display: inline-flex;
		font-size: 12px;
		list-style: none;
		padding-inline-start: 0px;
		font-family: Inter;
		margin-top: 10px;
		font-weight: 500;
	}
	.parallax-title2 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.stat-header {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.boost-mt {
        margin-top: 40px;
	}
	.pricing-item {
		padding: 50px;
	}
	.mt-10px {
    margin-top: 1px;
	}
}
@media (min-width: 768px) {
	.nav-item a {
    padding: 15px 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
    font-size: 12px;
   }
	.nav-item a:hover {
    padding: 15px 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #1F4FFF !important;
    text-decoration: none;
    font-size: 12px;
   }
	.mt-10px {
    margin-top: 5px;
	}
	.signup-img {
    max-width: 375px;
    margin-top: 10px;
}
	.ty-title {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 10px 10px 10px;
    font-family: Comfortaa;
    font-weight: 600;
}
	.breadcrumb-wrapper {
    	background: #EDF5FF;
		margin-bottom: 40px
	}
	.about-title-2-img {
		text-align: center;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}

	.breadcrumb-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.8);
    margin: 0px auto;
}
	.breadcrumb-title {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 0px;
}
	.breadcrumb-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
	h1.hero-header-title {
    margin-top: 5px;
}
	.fact-desktop {
	 display: flex;	
	}
	.fact-mobile {
	 display: none;	
	}
	.hide-desktop {
	display: none;
	}
	.toggle-text-link a {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
	}
	.toggle-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.8);
    max-width: 375px;
}
	h4 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.slider-img-wrapper {
    background: url(images/slide-card-bg.svg);
    background-size: 300px;
    background-repeat: no-repeat;
    min-height: 380px;
    background-position-x: -40px;
	}
	.slider-img {
    max-width: 250px;
    position: relative;
    left: 90px;
    top: 20px;
	}
	h1 {
		font-size: 35px;
		line-height: 110%;
		letter-spacing: -0.03em;
	}
	h2 {
    	font-size: 30px;
	}
	h3 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	p {
    	font-family: 'Inter', sans-serif;
    	font-size: 14px;
	}
	.testimonial {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #000000;
    margin-top: 5px;
}
	.sub-header-text {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 160%;
		letter-spacing: -0.03em;
		max-width: 680px;
	}
	ul.testimonial-list {
		display: inline-flex;
		font-size: 12px;
		list-style: none;
		padding-inline-start: 0px;
		font-family: Inter;
		margin-top: 10px;
		font-weight: 500;
	}
	.parallax-title2 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.stat-header {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.boost-mt {
        margin-top: 40px;
	}
	.pricing-item {
		padding: 50px;
	}
}
@media (min-width: 992px) { 
	.nav-item a {
    padding: 15px 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14px;
   }
	.nav-item a:hover {
    padding: 15px 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #1F4FFF !important;
    text-decoration: none;
    font-size: 14px;
   }
	.mt-10px {
    margin-top: 5px;
	}
	.ty-title {
    font-size: 34px;
    line-height: 30px;
    margin: 15px 10px 10px 10px;
    font-family: Comfortaa;
    font-weight: 600;
}
	.breadcrumb-wrapper {
    	background: #EDF5FF;
		margin-bottom: 50px
	}
	.about-title-2-img {
		text-align: center;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	.about-title-1 {
    	max-width: 500px;
    	margin-top: 100px;
	}
	.breadcrumb-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.8);
    margin: 0px auto;
}
	.breadcrumb-title {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 0px;
}
	.breadcrumb-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
	h1.hero-header-title {
    margin-top: 0px;
}
	.fact-desktop {
	 display: flex;	
	}
	.fact-mobile {
	 display: none;	
	}
	.hide-desktop {
		display: none;
	}
	.toggle-text-link a {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
}
	.toggle-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.8);
    max-width: 375px;
}
	h4 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000000;
	}
	.slider-img {
		max-width: 270px;
		position: relative;
		left: 180px;
		top: 20px;
	}
	.slider-img-wrapper {
		background: url(images/slide-card-bg.svg);
		background-size: 320px;
		background-repeat: no-repeat;
		min-height: 380px;
		background-position-x: 0px;
	}
	h1 {
		font-size: 35px;
		line-height: 110%;
		letter-spacing: -0.03em;
	}
	h2 {
    	font-size: 30px;
	}
	h3 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.03em;
		color: #000000;
	}
	p {
    	font-family: 'Inter', sans-serif;
    	font-size: 14px;
	}
	.testimonial {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 26px;
		line-height: 150%;
		letter-spacing: -0.03em;
		color: #000000;
		margin-top: 50px
	}
	.sub-header-text {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 160%;
		letter-spacing: -0.03em;
		max-width: 680px;
	}
	ul.testimonial-list {
		display: inline-flex;
		font-size: 12px;
		list-style: none;
		padding-inline-start: 0px;
		font-family: Inter;
		margin-top: 10px;
		font-weight: 500;
	}
	.parallax-title2 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.stat-header {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		line-height: 120%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
	}
	.boost-mt {
        margin-top: 40px;
	}
	.pricing-item {
		padding: 30px;
	}
	.hero-sec {
    margin-top: 60px;
	}
}
@media (min-width: 1200px) { 
	.ty-title {
    font-size: 34px;
    line-height: 30px;
    margin: 15px 10px 10px 10px;
    font-family: Comfortaa;
    font-weight: 600;
}
	.breadcrumb-wrapper {
    	background: #EDF5FF;
		margin-bottom: 70px
	}
	.about-title-2-img {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15px;

}
	.about-title-2 {
		max-width: 500px;
		margin-top: 0px;
	}
	.about-title-1 {
		max-width: 500px;
		margin-top: 80px;
	}
	.breadcrumb-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.breadcrumb-title {
		font-family: Comfortaa;
		font-style: normal;
		font-weight: normal;
		font-size: 45px;
		line-height: 110%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
		margin-bottom: 0px;
	}
	.breadcrumb-text {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 160%;
		text-align: center;
		letter-spacing: -0.03em;
		color: rgba(0, 0, 0, 0.8);
		margin: 0px auto;
	}
	h1 {
    font-size: 37px;
    line-height: 110%;
    letter-spacing: -0.03em;
	}
	h2 {
    font-size: 33px;
}
	.fact-desktop {
	 display: flex;	
	}
	.fact-mobile {
	 display: none;	
	}
	.hide-desktop {
	display: none;
}
	h4 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000000;
}
	.slider-img-wrapper {
    background: url(images/slide-card-bg.svg);
    background-size: 400px;
    background-repeat: no-repeat;
    min-height: 480px;
    background-position-x: 0px;
}
.slider-img {
    max-width: 350px;
    position: relative;
    left: 180px;
	top: 20px;
}
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		/*max-width: 1270px;*/
	}
	.testimonial {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 26px;
		line-height: 150%;
		letter-spacing: -0.03em;
		color: #000000;
		margin-top: 50px
	}
	.boost-mt {
        margin-top: 40px;
	}
	.signup-img {
		max-width: 430px;
		margin-top: 0px;
	}
	.pricing-item {
		padding: 50px;
	}
	.hero-sec {
		margin-top: 120px;
	}
}