/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 09:29:18 */
:root {
  --primary: #FF6B00;
  --secondary: #0057D9;
	--third:#202939;
	--para: #697586;
	--lightbg: #DAECFF;
}

body, p, a, span, ul, li, ol, td {
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Manrope', sans-serif !important;
}

p{
	color: var(--para);
}

a{
	text-decoration: none !important;
}

.container {
    max-width: 1280px;
}

/* Header  */

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
/* .dropdown-toggle::after {
	display: none;
} */

.dropdown-item {
	padding: 3px 10px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color:#1D4886;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

button.sub-menu-toggle {
    display: none;
}

div#navbarSupportedContent {
    justify-content: center;
	padding-right: 90px;
}

div#navbarSupportedContent > ul > li {
    margin-left: 0;
}

div#navbarSupportedContent > ul > li > a {
    margin: 0 15px;
    font-size: 16px;
    color: var(--para) !important;
}

div#navbarSupportedContent > ul > li > a:hover {
    color: var(--third) !important;
}

.header_menu_btn {
    position: absolute;
    right: 0PX;
}

.header_menu_btn a {
    background: var(--primary);
    color: #fff !important;
    box-shadow: 0px 2px 4px -2px #0000000F;
    box-shadow: 0px 4px 8px -2px #0000001A;
    border-radius: 12px;
    padding: 8px 20px !important;
    margin: 0 !important;
}

.header_menu_btn a:hover{
	background: var(--secondary);
}

.header_menu_btn a span {
    color: #fff;
}

.navigation-wrap.start-header.scroll-on {
    background: #ffff;
}

.navigation-wrap.start-header.start-style {
    box-shadow: none;
}

.navigation-wrap.start-header.scroll-on nav#banner {
    padding-top: 0;
    padding-bottom: 0;
}

.header-sec nav#banner {
    padding-left: 0;
    padding-right: 0;
}

section.header-sec .navigation-wrap {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

section.header-sec .navigation-wrap-scroll-on {
    background: #fff;
}

section.header-sec ul.dropdown-menu li a {
    background: transparent !important;
    color: var(--third) !important;
    letter-spacing: 0;
}

section.header-sec ul.dropdown-menu li {
    border-bottom: 1px solid #ececec;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.header-sec ul.dropdown-menu li a:hover {
    color: var(--secondary) !important;
}

section.header-sec ul.dropdown-menu {
    border-radius: 12px;
}

section.header-sec ul.dropdown-menu li:last-child {
    border: none !important;
}

.navigation-wrap.start-header.scroll-on {
    box-shadow: 0 0 10px #0000001a;
}

/* Homepage Hero section  */

.homepage-hero-section h1.hero-title span {
    font-family: manrope !important;
}

h1 {
    font-size: 48px;
}

section.homepage-hero-section {
    padding-top: 60px;
}

section.homepage-hero-section{
	background: linear-gradient(103.51deg, #EEF2F6 25.5%, #FFFFFF 39%, #EEF2F6 49%, #FFFFFF 55%, #EEF2F6 59%);
}

.homepage-hero-section h1.hero-title {
    font-weight: 700;
}

.homepage-hero-section h1.hero-title span.highlight {
    color: var(--secondary);
}

.theme_button_btn {
    background: var(--primary);
    box-shadow: 0px 2px 4px -2px #0000000F;
    box-shadow: 0px 4px 8px -2px #0000001A;
    color: #fff;
    padding: 12px 25px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.theme_button_btn:hover {
    background: var(--secondary);
    color: #fff;
    text-decoration: none !important;
}

.homepage-hero-section p.hero-desc {
    margin-top: 15px;
    color: var(--para);
}

/* Homepage Logo section  */

section.client-logos-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.client-logos-section .slick-track {
    display: flex;
    align-items: center;
}

section.client-logos-section .col-auto.logo-item {
    margin: 0 20px;
}

.logo_section_main:before {
    content: "";
    height: 100%;
    width: 100px;
    background: linear-gradient(90deg, #ffffff, transparent);
    position: absolute;
    z-index: 9;
    left: 0;
}

.logo_section_main {
    position: relative;
}

.logo_section_main:after {
    content: "";
    height: 100%;
    width: 100px;
    background: linear-gradient(
270deg, #ffffff, #ffffff00);
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
}


/* Homepage after logo section  */

section.after_logo_title_heading_section {
    padding-top: 20px;
/*     padding-bottom: 60px; */
}

section.after_logo_title_heading_section h2 {
    font-weight: 700;
    font-size: 44px;
    max-width: 900px;
    margin: 0;
}


/* Image with text section  */

section.image_with_text_section .left_side_content h3 {
    font-size: 38px;
    font-weight: 700;
    max-width: 450px;
    margin-bottom: 20px;
}

section.image_with_text_section .right_image_section img {
    max-height: 600px;
    object-fit: contain;
    object-position: right center;
}

section.image_with_text_section .right_image_section {
    display: flex;
    justify-content: flex-end;
}

section.image_with_text_section {
    padding-bottom: 60px;
	padding-top: 60px;
}



/* Dark image with content section  */

section.dark_image_with_text_section {
    background: var(--secondary);
    padding-top: 80px;
    padding-bottom: 80px;
}

section.dark_image_with_text_section img {
    max-height: 500px;
    object-fit: contain;
}

section.dark_image_with_text_section .left_side_content {
    color: #fff;
}

section.dark_image_with_text_section .left_side_content p {
    color: #fff;
}

section.dark_image_with_text_section .left_side_content h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}


/* How we help section  */

section.homepage_services-section_main {
    background: #DAECFF;
    padding-top: 80px;
    padding-bottom: 80px;
}

section.homepage_services-section_main h3.section-title {
    font-size: 38px;
    font-weight: 700;
}

section.homepage_services-section_main .section-desc {
    color: var(--third);
}

.service-card {
    box-shadow: 0px 12px 16px -4px #10182814;
    box-shadow: 0px 4px 6px -2px #10182808;
    background: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 15px;
}

.service-card:hover {
    background: var(--secondary);
    color: #fff;
	transition: .3s all;
}

.service-card:hover p {
    color: #fff;
}

.service-card h4 {
    font-size: 22px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    max-width: 280px;
	line-height: 1.3;
	position:relative;
}
.service-card h4:after{
	content:".";
	position:absolute;
}
.homepage_services-section_main .col-lg-4:last-child h4{
	max-width: 260px !important;
}
.service_post_card_content ul {
    margin-top: 25px;
    padding-left: 0;
}

.service_post_card_content > p {
    min-height: 100px;
}

.service_post_card_content ul li {
    color: var(--para);
    list-style: none;
}

.service_post_card_content ul li:before {
    content: "\f00c";
    font-family: fontAwesome;
    width: 20px;
    height: 20px;
    background: #FFF5EC;
    color: var(--primary);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 1px;
}

.service_post_card_content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.service-card:hover li {
    color: #fff;
}

.service-card:hover li:before {
    background: #fff;
    color: var(--secondary);
}

.service-card .service-link {
    position: absolute;
/*     right: 30px;
    top: 40px; */
	right: 20px;
    top: 20px; 
}
.service-card .service-link img{
	width:35px;
}
.service-card {
    position: relative;
}

/* CTA section  */

section.cta-section_main {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.cta-section_main .cta-content {
    color: #fff;
}

section.cta-section_main .cta-content h2, 
section.cta-section_main .cta-content h3 {
    font-size: 38px;
    font-weight: 700;
	    margin-bottom: 20px;
}

section.cta-section_main {
    background-color: linear-gradient(90deg, #0057D9 0%, rgba(0, 87, 217, 0) 57.69%);
}

section.cta-section_main {
    position: relative;
    z-index: 1;
}

section.cta-section_main .row {
    min-height: 40vh;
}


section.cta-section_main:before {
    content: "";
    height: 100%;
    background: linear-gradient(90deg, #0057D9 35%, rgb(0 87 217 / 25%) 57.69%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

section.cta-section_main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/* homepage step section  */

h3.section-title {
    font-size: 38px;
    font-weight: 700;
}

.steps-section_main .left_side_content {
    max-width: 450px;
}

.steps-section_main .left_side_content h3 {
    margin-bottom: 15px;
}

.steps-section_main .timeline_section ul {
    padding: 0;
    list-style: none;
}

.steps-section_main .timeline_section ul li {
    padding-left: 80px;
}

.steps-section_main .timeline_section ul li img {
    position: absolute;
    left: 15px;
    height: 30px;
    width: 30px;
       top: 50%;
    object-fit: contain;
    display: inline-block;
    transform: translateY(-50%);
}

.steps-section_main .timeline_section ul li {
    position: relative;
}


.steps-section_main .timeline_section ul li img + br {
    display: none;
}

.steps-section_main .timeline_section li {
    margin-bottom: 60px;
}

.steps-section_main .timeline_section ul li:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #FFF5EC;
    position: absolute;
    left: 0;
        top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}

section.steps-section_main {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.steps-section_main .timeline_section strong {
    margin-bottom: 5px;
    display: block;
    color: var(--third);
}

section.steps-section_main .timeline_section li br {
    display: none;
}

section.steps-section_main .timeline_section {
    color: var(--para);
}

.steps-section_main .timeline_section ul li:after {
    height: 40px;
    width: 2px;
    background: var(--third);
    content:
    "";
    position: absolute;
    left: 29px;
    top: 62px;
}

.steps-section_main .timeline_section ul li:last-child::after{
	display: none;
}

.steps-section_main .timeline_section ul li:last-child {
    margin-bottom: 0;
}

/* Timeline new  */

section.steps-section_main .timeline-items-main {
    display: flex;
    align-items: center;
}

section.steps-section_main .timeline-content h5 {
	font-size: 18px;
	font-weight: 700;
	color: var(--third);
	}

section.steps-section_main .timeline-content p {
    margin-bottom: 0;
}

section.steps-section_main .timeline-content {
    padding-left: 25px;
}

section.steps-section_main .timeline-items-main {
    margin-bottom: 45px;
}

section.steps-section_main .timeline-icon {
    width: 60px;
    height: 60px;
    background: #fff5ec;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.steps-section_main .timeline-icon:after {
    height: 40px;
    width: 2px;
    background: var(--third);
    content: "";
    position: absolute;
    left: 29px;
    top: 62px;
}

section.steps-section_main .timeline-icon {
    position: relative;
}

section.steps-section_main .timeline-items-main:last-child .timeline-icon:after {
    display: none;
}

section.steps-section_main .timeline-items-main:last-child {
    margin-bottom: 0 !important;
}

/* Why work with section  */

section.why-section-main {
    background: var(--lightbg);
    padding-top: 120px;
    padding-bottom: 120px;
}

section.why-section-main .top_content {
    background: #fff;
    box-shadow: 0px 12px 16px -4px #10182814;
    box-shadow: 0px 4px 6px -2px #10182808;
    padding: 50px 30px;
    border-radius: 15px;
    display: flex;
}

section.why-section-main .top_content h3 {
	flex: 0 0 26%;
}

section.why-section-main .top_content .top_desc {
    flex: 1 1 auto;
}

section.why-section-main .card_item ul {
    padding: 0;
    list-style: none;
}

section.why-section-main .card_item li {
    color: var(--para);
    position: relative;
}

section.why-section-main .card_item li strong {
    color: var(--third);
    font-size: 22px;
    line-height: 1.3;
    margin-left: 80px;
    display: inline-block;
    font-family: 'Manrope';
    font-weight: 700;
    margin-bottom: 15px;
}

section.why-section-main .card_item li img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
}

section.why-section-main .card_item li img + br {
    display: none !important;
}

section.why-section-main .card_item li:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #fff5ec;
    position: absolute;
    border-radius: 100%;
}

section.why-section-main .bottom_content.card_item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

section.why-section-main .bottom_content.card_item ul li {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 0px 12px 16px -4px #10182814;
    box-shadow: 0px 4px 6px -2px #10182808;
}

section.why-section-main .bottom_content.card_item img {
    top: 65px !important;
    left: 45px !important;
}

/* Why work new  */

section.why-section-main .why-top-card .why-icon {
    display: flex;
    margin-bottom: 15px;
	 align-items: center;
}

section.why-section-main .why-top-card .why-icon h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-left: 20px;
	 max-width: 220px;
}

section.why-section-main .image_icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-flex;
    flex: 0 0 60px !important;
    background: #fff5ec;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

section.why-section-main .why-content p {
    margin-bottom: 0;
}

.bottom_content.card_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.bottom_content.card_item .why_card_items {
    background: #fff;
    padding: 70px 60px;
    border-radius: 15px;
    box-shadow: 0px 12px 16px -4px #10182814;
    box-shadow: 0px 4px 6px -2px #10182808;
}

.bottom_content.card_item .why-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bottom_content.card_item .why-icon h5 {
    max-width: 300px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 22px;
}

/* Testimonial Section  */

section.testimonial-section-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonial-item {
  
    margin: 0 10px;
    padding: 50px;
    height: inherit;
    border-radius: 15px;
}

section.testimonial-section-main .slick-track {
    display: flex;
}

section.testimonial-section-main .slick-track .testimonial-item {
    height: inherit;
}

section.testimonial-section-main .testimonial-slider-main {
    margin-top: 40px;
}

section.testimonial-section-main .testimonial-item.bg-red {
    background: #FFF5EC;
}

section.testimonial-section-main .testimonial-item.bg-blue {
    background: #DAECFF;
}

section.testimonial-section-main .testimonial-item.bg-dark {
    background: #0057D9;
}

section.testimonial-section-main .testimonial-item {
    display: flex !important;
    align-items: center;
}

section.testimonial-section-main .testimonial-text p {
    font-size: 22px;
    margin-bottom: 25px;
    color: var(--third);
}

section.testimonial-section-main .testimonial-card h6 {
    font-size: 18px !important;
	font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

section.testimonial-section-main .testimonial-card span {
    font-size: 15px;
    display: block;
}

section.testimonial-section-main .testimonial-item .testimonial-card {
    max-width: 80%;
    margin: 0 auto;
}

section.testimonial-section-main .testimonial-item.bg-dark {
    background: var(--secondary) !important;
    color: #fff;
}

section.testimonial-section-main .testimonial-item.bg-dark p {
    color: #fff;
}

section.testimonial-section-main .testimonial-item {
    position: relative;
	width:1000px;
	max-width:100%;
}

section.testimonial-section-main .testimonial-item:before {
    content: "";
    width: 150px;
    height: 110px;
    position: absolute;
    background: url(/wp-content/uploads/2026/04/Quote.png);
    bottom: 40px;
    right: 50px;
    background-size: contain;
    opacity: 1;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* section.testimonial-section-main .testimonial-item.bg-dark:before {
    filter: invert(1);
} */


/* Homepage success stories section  */

section.success-section-main {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f6f6f6;
}

.row.heading_section_top {
    margin-bottom: 40px;
}

.heading_section_top h3.section-title {
    margin-bottom: 20px;
}

.button_column {
    text-align: right;
}

.theme_dark_btn {
    border-radius: 12px;
    background: var(--secondary);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.theme_dark_btn:hover {
	background: var(--primary);
	text-decoration: none;
	color: #fff;
}

.row.heading_section_top p.section-desc {
    margin-bottom: 0;
}

section.success-section-main .success-img {
    flex: 0 0 40%;
}

section.success-section-main .success-img img {
    width: 100%;
	height:350px;
	object-fit:cover;
}

section.success-section-main .success-content {
    flex: 1 1 auto;
    padding: 30px;
}

section.success-section-main .success-card {
    box-shadow: 0px 12px 16px -4px #10182814;
    box-shadow: 0px 4px 6px -2px #10182808;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

section.success-section-main .success-content span.category {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

section.success-section-main .success-content h4 {
    font-size: 24px;
    font-weight: 700;
}

section.success-section-main .success-content h4 a {
    color: var(--third);
    text-decoration: none !important;
}

section.success-section-main .success-content h4 a:hover {
    color: var(--secondary);
}

section.success-section-main .success-content .read-more {
    position: absolute;
	font-weight:500;
    bottom: 30px;
    color: var(--third);
}

section.success-section-main .success-content {
    position: relative;
}

section.success-section-main .success-content .read-more:hover {
    color: var(--secondary);
}

/* Footer CTA  */

section.footer_cta_section_main {
    background: var(--secondary);
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
}

section.footer_cta_section_main .theme_button_btn:hover {
    background: var(--third);
}

section.footer_cta_section_main .circle {
    width: 400px;
    height: 400px;
    background: #DAECFF;
    border-radius: 100%;
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
}

section.footer_cta_section_main {
    position: relative;
    overflow: hidden;
}

section.footer_cta_section_main .shapes_for_cta img {
    position: absolute;
    right: 5%;
    top: 55%;
    transform: translateY(-45%);
}


/* Custom Footer  */

.site-footer .footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
}

.footer-brand p {
    padding-right: 50px;
    margin-top: 20px;
    font-size: 14px;
}

.site-footer h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins' !important;
    margin-bottom: 20px;
	color:#202939 !important;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li a {
    font-size: 14px;
    color: var(--para);
    margin-bottom: 10px;
    display: block;
}

.footer-menu li a:hover{
	color: var(--secondary);
}

footer p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #EEF2F6;
}

.footer-social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: #FFF5EC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
	transition: .3s all;
}

.footer-social a:hover {
    background: var(--primary);
}

.footer-social a:hover img {
    filter: brightness(0) invert(1);
}
.mobile-show{
	display:none;
}
section.dark_image_with_text_section .left_side_content p,
.service-top-left-content p{
	font-weight:300;
}
/*  responsive */
@media (max-width:767px){
	
	section.client-logos-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
	.bottom_content.card_item .why_card_items{
		padding:30px 20px;
	}
	section.testimonial-section-main .testimonial-text p {
		font-size: 16px;
	}
	.cta_content h3.section-title {
    font-size: 24px;
    font-weight: 700;
	line-height:32px;
	}
	section.footer_cta_section_main .circle {
    width: 140px;
    height: 140px;
    background: #DAECFF;
    border-radius: 100%;
    position: absolute;
    right: -70px;
    top: 75%;
    transform: translateY(-50%);
}
	section.footer_cta_section_main .shapes_for_cta img {
    position: absolute;
    right: 10%;
    top: 80%;
    transform: translateY(-45%);
    width: 65px;
}
	section.footer_cta_section_main {
    padding-top: 90px;
    padding-bottom: 90px;
}
	.footer-top{
		row-gap:30px;
	}
	.testimonial-section-main .slick-slide{
		height: 100% !important;
	}
	.testimonial-item {
		padding: 45px 25px;
	}
	section.testimonial-section-main .testimonial-item .testimonial-card {
    max-width: 100%;
     }
	section.testimonial-section-main .testimonial-text p {
		font-size: 16px;
	}
	section.testimonial-section-main .testimonial-item:before{
	right: 25px;
    width: 80px;
    height: 80px;
	}
	.homepage-hero-section h1.hero-title{
		font-size:40px;
	}
	section.homepage-hero-section {
    padding-top: 100px;
}
	section.after_logo_title_heading_section h2{
	 font-size: 36px;
		margin-bottom:50px;
	}
	section.image_with_text_section .left_side_content h3 {
    font-size: 30px;
		line-height:36px;
		max-width:100%;
}
	.dark_image_with_text_section .row{
		flex-direction:column-reverse;
		row-gap:40px;
	}
	.image_with_text_section .row{
		row-gap:40px;
	}
	section.homepage_services-section_main h3.section-title{
		 font-size: 36px;
		margin-bottom:25px;
	}
	section.dark_image_with_text_section,
	section.image_with_text_section{
		    padding-top: 80px;
    padding-bottom: 80px;
	}
	.steps-section_main h3.section-title {
		font-size: 36px;
	}
	section.steps-section_main .timeline-icon {
    width: 60px !important;
    height: 60px !important;
    }
	.timeline{
		margin-top:50px;
	}
	section.why-section-main .top_content{
		flex-direction: column;
    gap: 20px;
	}
	.bottom_content.card_item{
		    grid-template-columns: repeat(1, 1fr);
	}
	.button_column {
    text-align: left;
		margin-top:20px;
}
	.success-section-main	.section-desc{
		text-align:justify;
	}
	.success-card {
	 flex-direction: column;
	}
	.success-img{
		height:300px;
	}
	.success-card .success-img, .success-card .success-img img{
		margin-bottom:0 !important;
	}
	section.success-section-main .success-content .read-more{
		position:unset;
		margin-top:20px;
	}
	section.success-section-main .success-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.header_menu_btn{
		position:unset;
	}
	div#navbarSupportedContent{
		padding-right:0;
	}
	div#navbarSupportedContent {
    background: #fff;
    margin: 10px -14px 0;
}
	.nav-item .dropdown-menu{
		padding:0 10px !important;
	}
	.header_menu_btn a {
    background: unset;
    color: var(--para)  !important;
    box-shadow: 0px 2px 4px -2px #0000000F;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 15px 8px!important;
    margin: 0 !important;
}
	.header_menu_btn a span{
		color:unset !important;
	}
	.mobile-show{
		display:flex !important
	}
	.desk-show{
	display:none;
}
	.download-section .left-content-box h1{
		font-size:40px;
		line-height:48px;
	}
	.download-section .left-content-box{
		width:100%;
		padding:0 20px 50px;
	}
	.download-dark-section{
		padding: 80px 0;
	}
	
}	

.navbar-toggler {
    padding: 0px;
    font-size: 0;
    line-height: 1;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

@media (min-width:768px){
	section.cta-section_main, section.footer_cta_section_main{
		min-height:570px;
		display: flex;
        align-items: center;
	}
}
