@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:600px){
.banner{
	background-color: #E3DCFF;
	max-width: 100%;
	height: auto;
    font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 20px;
	
}
	.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: 100%; 
	margin-top: 20px;
	margin-left: 20px;
}

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

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


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


.navbar-right .get-started{
    background-color: #00D0BF;
    border: 0;
    text-decoration: none;
    color: #383349;
	border-radius: 58px;
	padding: 12px 20px 12px 20px;
}

.navbar-right .get-started:hover {
    background-color: #FDA94F; 
}
.navbar-right .login-btn{
    background-color: transparent;
    border: 2px solid white;
    text-decoration: none;
    color: white;
	border-radius: 58px;
	padding: 10px 30px 10px 30px;
	right: 0px;
	position: relative;
}

.navbar-right .login-btn:hover {
    background-color: transparent;
	border: 2px solid #FDA94F;
	color: #FDA94F;
}
.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: 'Plus Jakarta Sans', 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: 12px; /* 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;
	
}
.industries-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
	margin: 0 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);
}
	.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: 12px; /* 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: 'Plus Jakarta Sans', 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: 12px; /* 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: 'Plus Jakarta Sans', 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: 12px; 
    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---------*/
.banner_contents{
	padding-top: 30px;
	margin-left: 10px;
}
.banner_contents h1{
	width: 80%;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.3;
	color: #383349;
	margin-top: 70px;
	margin-left: 10px;
}
.banner_contents .banner-image{
	margin-top: 30px;
	width: 50%;
	display: block;
	margin-left: 140px;
	
}
.banner .banner-pattern {
	display: none;
  max-width: 200%; /* Adjust the percentage as needed */
  margin: 0 auto;
  
  top: 45px;
  position: relative;
}
	.banner .pattern-banner{
		display: block;
  max-width: 100%; /* Adjust the percentage as needed */
  margin: 0 auto;
  top: 65px;
  position: relative;
	}
	.sec-two{
	margin: 0;
    padding: 0;
	width: 100%;
	height: auto;
	
}
	.sec-two .banner-image-xs{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.sec-two .banner-image {
		display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 506px;
  object-fit: cover; /* Add this line to maintain aspect ratio and cover the container */
}

.sec-three{
	margin-top:0px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	width: 100%;
	height: auto;
	background-color: white;
	padding-bottom: 0;
	
}
.sec-three .home-image{
	display: none;
	bottom: 250px;
	position: relative;
}

.sec-three .home-image-xs{
	max-width: 100%;
	height: auto;
	display: block;
	bottom: 100px;
	position: relative;
	margin-left: 10px;
}

.sec-three .sec-three-pattern{
	display: none;
	bottom: 200px;
	position: relative;
}
.sec-three .first-para{
	width: 90%;
	margin-left: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	bottom: 50px;
	position: relative;
	
}
.sec-three .second-para{
	width: 90%;
	margin-left: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	bottom: 10px;
	position: relative;
}	
.sec-four{
	margin-top: 60px;
	width: 100%;
	height: auto;
	background-color: #342378;
	font-family: 'Plus Jakarta Sans', sans-serif;
	
}
.sec-four h3{
	width: 90%;
	margin-top: 65px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: white;
	padding-left: 20px;
}
.sec-four p{
	width: 90%;
	margin-top: 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: white;
	padding-left: 20px;
	
}
.sec-four h4{
	margin-top: 24px;
	font-size: 16px;
	font-weight: 700;
	line-height: 21.6px;
	letter-spacing: 1px;
	color: #B29DFF;
	padding-left: 20px;
}
.sec-four h5{
	margin-top: 5px;
	font-size: 13px;
	font-weight: 400;
	line-height: 15.6px;
	color: white;
	padding-left: 20px;
	
}
.sec-four img{
	top: 30px;
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
	
}
.sec-five{
	
	width: 100%;
	height: auto;
	background-color: white;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.sec-five h3{
	margin-top: 88px;
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	color: #51428A;
	padding-left: 20px;
	
}
.sec-five h4{
	width: 80%;
	margin-top: 12px;
	font-size: 30px;
	font-weight: 700;
	color: white;
	/*-webkit-text-stroke-width: 2px; 
            -webkit-text-stroke-color: #51428A;*/
	text-shadow: -1px 1px 0 #51428A, 
                          1px 1px 0 #51428A, 
                         1px -1px 0 #51428A, 
                        -1px -1px 0 #51428A; 
	line-height: 1.2;
	padding-left: 20px;
	letter-spacing: 1px;
}
.sec-five h4 span{
	
	font-size: 30px;
	font-weight: 900;
	color: #51428A;
	/*-webkit-text-stroke-width: 2px; 
            -webkit-text-stroke-color: #51428A;*/
	text-shadow: none;
	line-height: 1.2;
	letter-spacing: 1px;
	
}
.sec-five .sec-five-box{
	margin-top: 24px;
	background-color: #EBE6FF;
	width: 100%;
	height: auto;
	border-radius: 50px;
}
.sec-five-box p{
	
	margin-top: 16px;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	color: #51428A;
	letter-spacing: 1px;
	text-align: left;
	padding: 45px;
}
.sec-five .last-para{
	width: 90%;
	margin-top: 30px;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	color: #51428A;
	text-align: left;
	padding-left: 20px;
	
}
.sec-six{
	background-color: white;
	width: 100%;
	height: auto;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.sec-six h3{
	margin-top: 70px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #383349;
	padding-left: 20px;
}
.sec-six p{
	width: 90%;
	margin-top: 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	color: #383349;
	text-align: left;
	padding-left: 20px;
}
.sec-six img{
	margin: 0 auto;
	margin-top: 32px;
	border-radius: 24px;
	width: 90% !important;
	height: auto;
	display: block;
}
.sec-six h5{
	
	margin-top: 16px;
	font-size: 13px;
	font-weight: 500;
	line-height: 18.2px;
	color: #6A52C5;
	text-align: left;
	padding-left: 20px;
	
}
.sec-six h4{
	
	margin-top: 3px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.8px;
	color: #000000;
	text-align: left;
	padding-left: 20px;
}
.sec-six a{
	
	margin-top: 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	color: #1A56DB;
	text-align: left;
	text-decoration: underline;
	padding-left: 20px;
	
}
	.sec-seven{
	background-color: white;
	width: 100%;
	height: auto;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.sec-seven h3{
	margin-top: 88px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #383349;
	padding-left: 20px;
}
.sec-seven p{
	width: 90%;
	margin-top: 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 18.2px;
	color: #383349;
	text-align: left;
	padding-left: 20px;
}
.sec-seven img{
	
	margin-top: 48px;
	border-radius: 24px;
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
	margin: 0 auto;
}
.sec-seven h4{
	
	margin-top: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22.4px;
	color: #383349;
	text-align: left;
	padding-left: 20px;
	
}
.sec-seven h5{
	
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #383349;
	text-align: left;
	padding-left: 20px;
}
	.sec-eight{
	background-color: #FFECCF;
	margin-top: 88px;
	width: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 40px;
}
.sec-eight h3{
	width: 80%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 50px;
	text-align: center;
	margin: 0 auto;
	color: #383349;
}
.sec-eight .logo-container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.sec-eight .logo-container img {
  filter: grayscale(100%);
  margin: 0 -2px; /* Adjust the margin as needed for equal spacing */
  width: calc(33.333% - 4px); /* Adjust the width to fit three images in a row with margins */
  box-sizing: border-box; /* Include padding and border in the width calculation */
}
	.sec-nine{
	background-color: white;
	width: 100%;
	height: auto;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 80px;
}
.sec-nine h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	padding-top: 88px;
	text-align: center;
	color: #383349;
	margin: 0 auto;
}
.sec-nine p{
	width: 85%;
	font-size: 13px;
	font-weight: 400;
	line-height: 18.2px;
	padding-top: 13px;
	text-align: center;
	color: #383349;
	margin: 0 auto;
}
.sec-nine .batch-container {
	width: 95%;
	align-items: center;
	margin: 0 auto;
    display: flex;
	margin-top: 20px;
	 flex-wrap: wrap;
	justify-content: center; 
}
.sec-nine .batch-container img {
    max-width: 25%;
    height: auto;
    margin: 15px; /* Adjust margin as needed */
    
}
	.sec-footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #2E2452;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 30px;
	
}
.sec-footer .first-column{
	margin-left: 25px;
}
.first-column img{
	margin-top: 40px;
	display: block;
	width: 30%;
}
.first-column p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	width: 100%;
	color: white;
	padding-top: 18px;
}
.social-icon-container{
	display: inline-flex;
	margin-top: 15px;
	margin-left: 0;
	right: 65px;
	position: relative;
}
.social-icon-container ul li {
	display: inline;
	list-style: none;
	color: white;
	margin-left: 0;
	
}
.social-icon-container li a{
	padding-left: 30px;
	font-size: 13px;
	color: white;
}
.social-icon-container li a:hover{
	color: #FDA94F;
}
.sec-footer .second-column{
	margin-left: 25px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.second-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 20px;
}
.second-column ul{
	padding-left: 0;
	
	list-style: none;
}
.second-column ul li{
      padding-top: 15px;
      color: white;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.3;
    }
.second-column li a{
	color: white;
	text-decoration: none;
}
.second-column li a:hover{
	color: #FDA94F;
	text-decoration: none;
}
.sec-footer .third-column{
	margin-left: 25px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.third-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 10px;
}
.third-column ul{
	padding-left: 0;
	
	list-style: none;
}
.third-column ul li{
	padding-top: 15px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}
.third-column li a{
	color: white;
	text-decoration: none;
}
.third-column li a:hover{
	color: #FDA94F;
	text-decoration: none;
}
.sec-footer .fourth-column{
	margin-left: 25px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.fourth-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 10px;
}
.fourth-column ul{
	padding-left: 0;
	
	list-style: none;
}
.fourth-column ul li{
	padding-top: 15px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}
.fourth-column li a{
	color: white;
	text-decoration: none;
}
.fourth-column li a:hover{
	color: #FDA94F;
	text-decoration: none;
}
.sec-footer .fifth-column{
	margin-left: 24px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.fifth-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 10px;
}
.fifth-column input{
	width: 70%;
	height: 40px;
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid white;
	color: white;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
}
.fifth-column input:hover{
	border: 1px solid #FDA94F;
	color: white; 
}
.fifth-column button{
	width: 70%;
	height: 40px;
	background-color: #00D0BF;
	border-radius: 12px;
	color: #2E2452;
	text-align: center;
	
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	border: none;
}
.fifth-column button:hover{
	background-color: #FDA94F;
	color: #2E2452;
}
.footer-line{
	border: 1px solid white;
	opacity: 0.3;
	width: 88%;
	margin: 0 auto;
	margin-top: 25px;
}
.footer-end{
	width: 70%;
	font-size: 12px;
	font-weight: 400;
	padding-top: 20px;
	color: white;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
}
}
