@charset "utf-8";
/* CSS Document */
iframe{
	display: none;
	visibility: hidden;
}
.container_fluid{
	margin: 0;
	padding: 0;
}
.banner{
	background-color: #6A52C5;
	max-width: 100%;
	height: 720px;
    font-family: 'Plus Jakarta Sans', sans-serif;
	
}
@media (min-width: 768px){
.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: white;
	
}
.menu{
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu  ul{
	margin-left:  130px;
	margin-top: 20px;
	
}
/* Custom styles for the navbar */
.menu .navbar {
    background-color: transparent; 
}

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

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

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


.menu .navbar-right{
	
	bottom: 80px;
	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 20px 10px 20px;
	right: 20px;
	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: 380px;
    height: 400px;
    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 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: 18px;
    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: 30px; /* 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: 14px; /* 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;
	
}
.industries-dropdown {
    background-color: white;
    width: 340px;
    height: 300px;
    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 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: 14px; /* 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: 340px;
    height: 360px;
    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 */
   
}
	.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: 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: 30px; /* 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: 14px; /* 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: 480px;
    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: 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: 14px; 
    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;
}
}
@media (min-width: 768px){
  li.dropdown.resources {
        display: none;
    }
}
/*Resources nav style ends here---------*/

.banner_contents{
	padding-top: 20px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.banner-tittle{
	font-size: 40px;
	font-weight: 800;
	line-height: 44px;
	color: white;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	width: 60%;
	letter-spacing: 1px;
	
}
.sup-text{
	font-size: 20px;
	font-weight:400;
	line-height: 30px;
	color: white;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	width: 60%;
}
.banner-button {
	width: 20%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #00D0BF;
    color: white;
    padding: 20px 40px;
    margin: 0 auto;
    border-radius: 52px;
    display: flex; /* Add this line */
    align-items: center;
    justify-content: center; /* Add this line */
	margin-top: 36px;
	text-decoration: none;
}
.banner-button:hover{
	color: white;
	text-decoration: none;
}
.banner-button:active{
	color: white;
	text-decoration: none;
}
.sec-two{
	padding-top: 80px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	text-align: center;
	padding-bottom: 65px;
}
.sec-two h2{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
	color: #383349;
}
.sec-two p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 auto;
	color: #383349;
	padding-top: 12px;
}
   .batch_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.batch_container img {
    max-width: 10%;
    margin: 20px; /* Adjust margin as needed */
}
.sec-three{
	width: 90%;
	margin: 0 auto;
	height: auto;
	border-radius: 44px;
	background-color: white;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 88px;
}
.sec-three h2{
	width: 70%;
	font-size: 32px;
	font-weight: 700;
	line-height: 44.8px;
	margin: 0 auto;
	color: #383349;
	text-align: center;
	padding-top: 68px;
	padding-bottom: 20px;
}
.sec-three-box img{
	width: 90%;
	margin: 0 auto;
	margin-top: 80px;
	margin-left: 24px;
}
.sec-three-box-content h3{
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 100px;
	
	margin-left: 64px;
}
.sec-three-box-content p{
	width: 80%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	padding-top: 8px;
	margin-left: 64px;
	
}
.sec-three-box-content ul{
	margin-left: 50px;
	margin-top: 10px;
	font-size: 18px;
}
.sec-three-box-content ul li{
	padding-top: 5px;
	font-size: 18px;
	line-height: 27px;
}
/*sec-three-box-one------Ends here------------------*/

.sec-three-box-two-content h3{
	
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 120px;
	margin-left: 24px;
}
.sec-three-box-two-content p{
	width: 90%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	text-align-last: left;
	padding-top: 8px;
	margin-left: 24px;
	
}
.sec-three-box-two-content ul{
	width: 95%;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 18px;
}
.sec-three-box-two-content ul li{
	padding-top: 7px;
	font-size: 18px;
	line-height: 27px;
}
.sec-three-box-two img{
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	margin-left: 64px;
}
/*sec-three-box-two------Ends here------------------*/

.sec-three-box-two-content,
.sec-three-box-two,
.mobile-version-content-image,
.mobile-version-content,
.sec-three-box-four-content,
.sec-three-box-four{
    display: block; /* Show these elements by default */
}

/* Media query for screens smaller than 768px (mobile) */
@media (max-width: 767px) {
    .sec-three-box-two-content,
    .sec-three-box-two,
	.sec-three-box-four-content,
	.sec-three-box-four{
        display: none; /* Hide these elements on mobile screens */
    }

    .mobile-version-content-image,
    .mobile-version-content {
        display: block; /* Show these elements on mobile screens */
    }
}

/* Additional styles to hide .mobile-version-content-image, .mobile-version-content on desktop */
@media (min-width: 768px) {
    .mobile-version-content-image,
    .mobile-version-content {
        display: none; /* Hide these elements on desktop screens */
    }
}
.sec-three-box-three img{
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	margin-left: 24px;
}
.sec-three-box-three-content h3{
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 200px;
	
	margin-left: 64px;
}
.sec-three-box-three-content p{
	width: 80%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	padding-top: 8px;
	margin-left: 64px;
}
.sec-three-box-three-content ul{
	margin-left: 50px;
	margin-top: 24px;
	font-size: 18px;
}
.sec-three-box-three-content ul li{
	padding-top: 5px;
	font-size: 18px;
	line-height: 27px;
}
/*sec-three-box-three------Ends here------------------*/
.sec-three-box-four-content h3{
	
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 120px;
	margin-left: 24px;
}
.sec-three-box-four-content p{
	width: 90%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	text-align-last: left;
	padding-top: 8px;
	margin-left: 24px;
	
}
.sec-three-box-four-content ul{
	width: 95%;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 18px;
}
.sec-three-box-four-content ul li{
	padding-top: 7px;
	font-size: 18px;
	line-height: 27px;
}
.sec-three-box-four img{
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	margin-left: 64px;
}
.sec-three-box-four-button{
	width: 30%;
	font-size: 18px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 44px;
	padding: 16px 26px;
	top: 35px;
	position: relative;
	text-decoration: none;
}
.sec-three-box-four-button:hover{
	color: #2A4BBC;
	text-decoration: none;
}
.sec-three-box-four-button:active{
	color: #2A4BBC;
	text-decoration: none;
}
/*sec-three-box-four------Ends here------------------*/
.sec-four{
	background-color: #E8F8FF;
	margin-top: 25px;
	width: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.sec-four h3{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	padding-top: 48px;
	text-align: center;
	margin: 0 auto;
	color: #383349;
}
.sec-four .logo-container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
	margin-top: 20px;
}

.sec-four .logo-container img {
  filter: grayscale(100%);
  margin: 0 -2px; /* Adjust the margin as needed for equal spacing */
	transition: filter 0.3s ease;
}
.sec-four .logo-container img:hover {
  filter: grayscale(0%);
}
.sec-five{
	width: 90%;
	margin: 0 auto;
	height: auto;
	border-radius: 44px;
	background-color: white;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 88px;
}

.sec-five-box img{
	width: 90%;
	margin: 0 auto;
	margin-top: 80px;
	margin-left: 24px;
}
.sec-five-box-content h3{
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 80px;
	
	margin-left: 64px;
}
.sec-five-box-content p{
	width: 80%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	padding-top: 8px;
	margin-left: 64px;
	
}
.sec-five-box-content ul{
	margin-left: 50px;
	margin-top: 15px;
	font-size: 18px;
}
.sec-five-box-content ul li{
	padding-top: 5px;
	font-size: 18px;
	line-height: 27px;
}

.sec-five-box-button{
	width: 30%;
	font-size: 18px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 64px;
	padding: 12px 22px;
	top: 25px;
	position: relative;
	text-decoration: none;
}
.sec-five-box-button:hover{
	color: #2A4BBC;
	text-decoration: none;
}
.sec-five-box-button:active{
	color: #2A4BBC;
	text-decoration: none;
}
/*sec-three-box-one------Ends here------------------*/
.sec-five-box-two-content h3{
	
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 100px;
	margin-left: 24px;
}
.sec-five-box-two-content p{
	width: 90%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	text-align-last: left;
	padding-top: 8px;
	margin-left: 24px;
	
}
.sec-five-box-two-content ul{
	width: 95%;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 18px;
}
.sec-five-box-two-content ul li{
	padding-top: 7px;
	font-size: 18px;
	line-height: 27px;
}
.sec-five-box-two-button{
	width: 30%;
	font-size: 18px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 44px;
	padding: 12px 22px;
	top: 25px;
	position: relative;
	text-decoration: none;
}
.sec-five-box-two-button:hover{
	color: #2A4BBC;
	text-decoration: none;
}
.sec-five-box-two-button:active{
	color: #2A4BBC;
	text-decoration: none;
}
.sec-five-box-two img{
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	margin-left: 64px;
}
/*sec-three-box-two------Ends here------------------*/

.sec-five-box-two-content,
.sec-five-box-two,
.mobile-version-content-image,
.mobile-version-content,
.sec-five-box-four-content,
.sec-five-box-four{
    display: block; /* Show these elements by default */
}

/* Media query for screens smaller than 768px (mobile) */
@media (max-width: 767px) {
    .sec-five-box-two-content,
    .sec-five-box-two,
	.sec-five-box-four-content,
	.sec-five-box-four{
        display: none; /* Hide these elements on mobile screens */
    }

    .mobile-version-content-image,
    .mobile-version-content {
        display: block; /* Show these elements on mobile screens */
    }
}

/* Additional styles to hide .mobile-version-content-image, .mobile-version-content on desktop */
@media (min-width: 768px) {
    .mobile-version-content-image,
    .mobile-version-content {
        display: none; /* Hide these elements on desktop screens */
    }
}
@media (min-width: 768px) {
    .sec-five-mobile-version-content-image,
    .sec-five-mobile-version-content {
        display: none; /* Hide these elements on desktop screens */
    }
}
.sec-five-box-three img{
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	margin-left: 24px;
}
.sec-five-box-three-content h3{
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 90px;
	
	margin-left: 64px;
}
.sec-five-box-three-content p{
	width: 80%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	padding-top: 8px;
	margin-left: 64px;
}
.sec-five-box-three-content ul{
	margin-left: 50px;
	margin-top: 15px;
	font-size: 18px;
}
.sec-five-box-three-content ul li{
	padding-top: 5px;
	font-size: 18px;
	line-height: 27px;
}
.sec-five-box-three-button{
	width: 30%;
	font-size: 18px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 64px;
	padding: 12px 22px;
	top: 25px;
	position: relative;
	text-decoration: none;
}
.sec-five-box-three-button:hover{
	color: #2A4BBC;
	text-decoration: none;
}
.sec-five-box-three-button:active{
	color: #2A4BBC;
	text-decoration: none;
}
/*sec-three-box-three------Ends here------------------*/
.sec-five-box-four-content h3{
	
	width: 80%;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	color: #383349;
	text-align: left;
	padding-top: 120px;
	margin-left: 24px;
}
.sec-five-box-four-content p{
	width: 90%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #383349;
	text-align: left;
	text-align-last: left;
	padding-top: 8px;
	margin-left: 24px;
	
}
.sec-five-box-four-content ul{
	width: 95%;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 18px;
}
.sec-five-box-four-content ul li{
	padding-top: 7px;
	font-size: 18px;
	line-height: 27px;
}
.sec-five-box-four img{
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	margin-left: 64px;
}

.sec-six{
	width: 90%;
	height: auto;
	background-color: #E8F8FF;
	margin-top: 54px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	border-radius: 32px;
	margin: 0 auto;
	padding-bottom: 44px;
}
.box-text{
	width: 264px;
	height: 218px;
}
.sec-six h3{
	width: 100%;
	font-family: "Metal", serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	padding-left: 80px;
	padding-top: 76px;
}

.sec-six .box-one{
	background-color: white;
	border-radius: 24px;
	margin-top: 44px;
	width: 254px;
	height: 218px;
	margin-left: 30px;
	
}
.box-one img{
	padding-top: 44px;
	margin-left: 44px;
	
}
.box-one h5{
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
}
.sec-six .box-two{
	background-color: white;
	border-radius: 24px;
	margin-top: 44px;
	width: 254px;
	height: 218px;
	margin-left: 5px;
}
.box-two img{
	padding-top: 44px;
	margin-left: 44px;
	
}
.box-two h5{
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
}
.sec-six .box-three{
	background-color: white;
	border-radius: 24px;
	margin-top: 44px;
	width: 254px;
	height: 218px;
	right: 25px;
	position: relative;
}
.box-three img{
	padding-top: 44px;
	margin-left: 44px;
	
}
.box-three h5{
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
}
.sec-six .box-four{
	background-color: white;
	border-radius: 24px;
	margin-top: 44px;
	width: 254px;
	height: 218px;
	margin-left: 56px;
}
.box-four img{
	padding-top: 44px;
	margin-left: 44px;
	
}
.box-four h5{
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
}

.sec-six .box-five{
	background-color: white;
	border-radius: 24px;
	margin-top: 44px;
	width: 254px;
	height: 218px;
	margin-left: 30px;
}
.box-five img{
	padding-top: 44px;
	margin-left: 44px;
	
}
.box-five h5{
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;

} 
.sec-six .box-six{
	background-color: white;
	border-radius: 24px;
	margin-top: 44px;
	width: 254px;
	height: 218px;
	margin-left: 5px;
}
.box-six img{
	padding-top: 44px;
	margin-left: 44px;
	
}
.box-six h5{
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;

} 
.sec-six .box-seven{
	background-color: white;
	border-radius: 24px;
	margin-top: 44px;
	width: 254px;
	height: 218px;
	right: 25px;
	position: relative;
}
.box-seven img{
	padding-top: 44px;
	margin-left: 44px;
	
}
.box-seven h5{
	width: 100%;
	padding-top: 10px;
	padding-left: 44px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;

} 

.sec_seven {
    margin-top: 100px;
    font-family: 'Outfit', sans-serif;
	background-color: white;
	padding-bottom: 100px;
  }
.sec_seven .sec_seven_tittle{
	color: #374151;
	font-size: 36px;
	font-weight: 700;
	padding-left: 40px;
	line-height: 1.3;
	
}
.sec_seven p{
	font-size: 16px;
	color: #374151;
	padding-top: 10px;
	padding-left: 40px;
	line-height: 1.4;
}

 .sec_seven .question {
     font-size: 20px;
     color: #374151;
     font-weight: 600;
     padding-top: 20px;
     cursor: pointer;
     margin-bottom: 10px;
	 line-height: 1.3;
}

.sec_seven .answer {
     display: none;
     font-size: 18px;
     color: #333;
	line-height: 1.4;
            
        }
.sec_seven .answer_open{
	font-size: 16px;
    color: #333;
	display: block;
	line-height: 1.4;
	
}
.sec-eight{
	background-color: #6A52C5;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 40px;
}
.sec-eight h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: #FDA94F;
	padding-top: 62px;
	padding-left: 20px;
	padding-bottom: 0;
}
.sec-eight h3{
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color: white;
	bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.sec-eight a button{
	width: 50%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #2E2452;
	background-color: #FDA94F;
	padding: 20px 24px 20px 24px;
	margin-top: 140px;
	border-radius: 60px;
	text-decoration: none;
	margin-left: 110px;
	border: none;
}
.sec-eight a button:hover{
	border: 2px solid #FDA94F;
	color: #FDA94F;
	background-color: transparent;
}
.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: 80px;
}
.first-column img{
	margin-top: 40px;
	display: block;
	width: 60%;
}
.first-column p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	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: 18px;
	color: white;
}
.social-icon-container li a:hover{
	color: #FDA94F;
}
.sec-footer .second-column{
	margin-left: 50px;
}
.second-column h4{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 40px;
}
.second-column ul{
	padding-left: 0;
	
	list-style: none;
}
.second-column ul li{
      padding-top: 15px;
      color: white;
      font-size: 14px;
      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: 40px;
}
.third-column h4{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 40px;
}
.third-column ul{
	padding-left: 0;
	
	list-style: none;
}
.third-column ul li{
	padding-top: 15px;
	color: white;
	font-size: 14px;
	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: 30px;
}
.fourth-column h4{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 40px;
}
.fourth-column ul{
	padding-left: 0;
	
	list-style: none;
}
.fourth-column ul li{
	padding-top: 15px;
	color: white;
	font-size: 14px;
	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: 0px;
}
.fifth-column h4{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 40px;
}
.fifth-column input{
	width: 70%;
	height: 40px;
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid white;
	color: white;
	padding-left: 20px;
	font-size: 14px;
	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: 14px;
	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{
	font-size: 13px;
	font-weight: 400;
	padding-top: 20px;
	color: white;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0 !important;
}