:root {
	--primary_color: #008FFC;
	--secondary_color: #FF62E0;
	--font_color: #001220BA;
	--heading_font: 'Outfit', sans-serif;
	--body_font: 'Figtree', sans-serif;
}
body,p {
	font-family: var(--body_font);
	color: var(--font_color);
}
h1,h2,h3,h4,h5,h6{
	font-family: var(--heading_font);
}

.highlight-blue {
	color: var(--primary_color);
}

.text-pink {
	color: var(--secondary_color);
}

.bg-pink {
	background-color: #fde8f2;
}

.bg-light-blue {
	background-color: #e5f0ff;
}

.bg-ligh-grey{
	/* background-color: #F8F9F9; */
	background: linear-gradient(0deg, #00000000 0%, #F5F6F6 100%);
}

.pt_100{
	padding-top: 100px;
}
.pb_100{
	padding-bottom: 100px;
}


.section-title {
	font-size: 2.75em;
	font-weight: 700;
	margin-bottom: 40px;
}

.description p {
	font-size: 1.3em;
	color: #555;
	margin: 0 auto;
	line-height: 1.6;
}

.btn_blue, .btn_pink, .btn_blue1{
	padding: 12px 30px;
    font-weight: 500;
	border-radius: 50px;
	text-decoration: none;
}
.btn_blue{
	background-color: #3F57E1;
	color: #fff;
}
.btn_blue:hover{
	background-color: #556EFF;
	color: #fff;
}
.btn_pink{
	background-color: var(--secondary_color);
	color: #000;
}
.btn_pink:hover{
	background-color: #FF7EE7;
}
.btn_blue1{
	background-color: #1387EB;
	color: #fff;
}
.btn_blue1:hover{
	background-color: #0772CE;
	color: #fff;
}

.text-primary{
	color: var(--primary_color) !important;
}

.feature-icon {
	font-size: 2.6rem;
	color: var(--primary_color);
}

.feature-title {
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.feature-text {
	font-family: 'Figtree', sans-serif;
	font-size: 1.15rem;
	color: #333;
	font-weight: 500;
}


.builder-card{
	background-color: transparent;
	background-image: linear-gradient(180deg, #3F57E124 0%, #FFFFFF 100%);
	padding: 50px 30px 40px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.builder-card .builder-logo{
	width: 270px;
	margin-bottom: 35px;
}

.builder-card ul{
	display: inline-block;
}
.builder-card ul li{
	font-size: 1.13em;
	color: #001220;
	margin-bottom: 15px;
}
.builder-card ul li i{
	font-size: 1.2em;
	margin-right: 7px;
	display: inline-block;
    position: relative;
    top: 2px;
}




.demo-section {
	background-color: #000D18;
}
.demo-section .description p{
	color: #FFFFFFAD;
}
.demo_tabs .nav-item .nav-link{
	font-size: 1.2em;
	background-color: transparent;
	color: #FFFFFF70;
}
.demo_tabs .nav-item .nav-link:hover{
	color: #fff;
}
.demo_tabs .nav-item .nav-link.active{
	color: var(--primary_color)
}
.demo_tabs .demo_card {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding-bottom: 15px;
}
.demo_tabs .demo_card .card-body{
	padding-top: 20px;
	text-align: left;
}
.demo_tabs .demo_card h6{
	font-size: 1.15em;
	font-weight: 400;
	font-family: var(--body_font);
	margin-bottom: 5px;
}
.demo_tabs .demo_card p.text-muted{
	color: #FFFFFF70 !important;
}

.elementor-highlight{
	background-color: transparent;
    background-image: linear-gradient(0deg, #00000000 0%, #FF7BE538 100%);
}
.be-highlight{
	background-color: transparent;
	background-image: linear-gradient(0deg, #00000000 0%, #3F57E124 100%);
}
.wpbakery-highlight{
	background-color: transparent;
	background-image: linear-gradient(0deg, #00000000 0%, #0772CE24 100%);
}

.full-builder h3{
	color: #001220;
	font-size: 2.15em;
}
.full-builder .description_small p,
.be_highlight_item p{
	font-size: 18px;
	line-height: 28px;
}
.full-builder ul li{
	color: #001220;
	font-size: 18px;
	font-weight: 500;
}

.be_highlight_item svg{
    fill: #3F57E1;
    color: #3F57E1;
	width: 3em;
	height: auto;
}
.be_highlight_item h5,
.wpb_highlight_item h5{
	color: #001220;
	font-size: 1.65rem;
	margin-bottom: 15px;
}
.wpb_highlight_item svg{
	fill: #1387EB;
    color: #1387EB;
	width: 3em;
	height: auto;
}


.cta_section{
	background-image: url(../images/grad-bg-6.svg);
	background-position: top center;
    background-size: cover;
	position: relative;
}
.cta_section .cta_shape{
	background-image: url(../images/blobs.svg);
	background-color: #00000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	opacity: 0.5;
	mix-blend-mode: overlay;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.cta_section .container{
	position: relative;
	z-index: 1;
}
.cta_section img{
	/* width: 165px; */
	width: 250px;
}
.cta_section h2{
	font-size: 3.8em;
	font-weight: 400;
	margin-top: 35px;
	margin-bottom: 35px;
	color: #fff;
}
.cta_section .btn_blue1 svg{
	width: 22px;
	height: auto;
	fill: #fff;
	margin-right: 5px;
}


.testimonial_section{
	background-color: #F5F6F6;
}
.review {
	padding-top:30px
}
.reviewbox .part1 {
	padding:30px 30px 0;
	background-color:#fff;
	background-image:url(../images/hquote.svg);
	border-bottom:0 solid #008ffc;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	background-repeat:no-repeat;
	background-position:83% 15%;
	background-size:25%
}
.reviewbox .part1 h4 {
	font-size:22px;
	color:#008ffc;
	font-weight:600;
	margin-bottom:10px
}
.reviewbox .part1 h4 i {
	margin-left:6px
}
.reviewbox .part1 p {
	line-height:1.5;
	color:#222;
	font-size:17px;
	margin-bottom:0
}
.reviewbox .part2 {
	padding:20px 20px 30px;
	background-color:#fff;
	display:flex;
	align-items:center;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px
}
.reviewbox .part2 .image img {
	border-radius:100px
}
.reviewbox .part2 .clientinfo {
	padding-left:15px
}
.reviewbox .part1 ul {
	margin-bottom:10px;
	display:flex;
	gap:5px;
	list-style-type: none;
    padding: 0;
}
.reviewbox .part1 ul li i {
	color:#ff9b05
}
.reviewbox .part2 .clientinfo h4 {
	font-size:19px;
	font-weight:600;
	margin-bottom:3px
}
.reviewbox .part2 .clientinfo h4 span {
	font-size:17px;
	color:#1e1e1e;
	margin-bottom:0;
	font-weight:400
}
.reviewbox {
	margin-bottom:25px;
	box-shadow:0 4px 32px rgba(0,0,0,.08);
	border-radius:6px;
	display:inline-block
}
.review_btn {
	text-align:center
}
.review_btn .btns:hover {
	background-color:#0e1b31;
	color:#fff
}
.review_wrap {
	column-count:3;
	column-gap:15px;
	display:block
}



.hero_section{
	background-image: url(../images/grad-bg-6.svg);
	background-position: top center;
    background-size: cover;
	position: relative;
	padding-bottom: 150px;
	padding-top: 280px;
}
.hero_section:before{
	content: "";
	background-image: url(../images/blobs.svg);
	background-color: #00000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	opacity: 0.5;
	mix-blend-mode: overlay;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.hero_section .container{
	position: relative;
	z-index: 2;
}
.hero_section h1{
	font-size: 4em;
	margin-bottom: 30px;
	color: #fff;
}
.hero_section p{
	font-size: 23px;
	color: #fff;
}

.hero_section .form-box{
	padding: 40px;
    background-color: #ffffff;
}
.hero_section .form-box label{
}
.hero_section .form-box .chkcontaine a{
	color: var(--primary_color);
	text-decoration: none;
}




header.top_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 20px 0;
	transition: 0.4s;
}
header.top_header nav .nav-link {
	color:#fff;
	font-weight:500;
	font-size:16px;
	padding:0
}
nav {
	padding:0!important
}
header.top_header .nav-link:hover {
	color:var(--primary_color)
}
header.top_header .nav-link.active {
	color:var(--primary_color)
}
header.top_header .nav-link.btns i {
	margin-right:5px;
	margin-left:0
}

header.top_header.white_header{
	background-color: #fff;
	padding: 6px 0;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
header.top_header.white_header nav .nav-link{
	color: #001220;
}
header.top_header.white_header .white_Logo{
	display: none !important;
}
header.top_header.white_header .black_logo {
	display: block !important;
}

.bottom_footer{
	background-color: #000D18;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	color: #fff;
}
.bottom_footer .footer-links ul{
	list-style-type: none;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 40px;
	justify-content: center;
	padding-left: 0;
}
.bottom_footer .footer-links li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.footer-copyright{
	padding-top: 20px;
}
.footer-copyright p{
	color: #FFFFFF70;
	margin-bottom: 0;
}
.footer-copyright p a{
	color: var(--primary_color);
}

.highlight_sec_img{
	height: 60px;
}


@media(max-width: 1199px){
	.hero_section h1 {
		font-size: 3.5em;
	}
	.builder-card ul li {
		font-size: 1em;
	}
	.builder-card .btn_blue,
	.builder-card .btn_pink, 
	.builder-card .btn_blue1{
		padding: 12px 17px;
	}
	.full-builder ul li {
		font-size: 16px;
	}
	.demo_tabs .nav-item .nav-link {
		font-size: 1em;
	}
	.reviewbox .part1 h4 {
		font-size: 20px;
	}
	.reviewbox .part1 p{
		font-size: 16px;
	}
	.reviewbox .part2 .clientinfo h4 {
		font-size: 16px;
	}
	.reviewbox .part2 .clientinfo {
		padding-left: 0px;
	}
	.bottom_footer .footer-links ul{
		column-gap: 27px;
	}
	.reviewbox .part1 {
		padding: 20px 24px 0;
	}
	
}
@media(max-width: 767px){
	.cta_section h2 {
		font-size: 3.2em;
	}
}
@media(max-width: 575px){
	.hero_section{
		padding-top: 150px;
		padding-bottom: 90px;
	}
	.hero_section h1 {
        font-size: 3em;
    }
	.hero_section p {
		font-size: 18px;
	}
	.section-title {
		font-size: 2.2em;
	}
	.description p {
		font-size: 1em;
	}
	.pb_100 {
		padding-bottom: 70px;
	}
	.pt_100 {
		padding-top: 70px;
	}
	.cta_section img {
		width: 200px;
	}
	.cta_section h2 {
        font-size: 2.5em;
    }
	.highlight_sec_img{
		height: 50px;
	}
}


.form-box .form-control:not(textarea){
	height: 50px;
}
.form-box textarea{
	height: 100px;
}

/* === Contact Page ===  */
.contact_page_section .form-box{
	padding: 40px;
    background-color: #ffffff;
	box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
}
.contact_page_section .form-box label{
}
.contact_page_section .form-box .chkcontaine a{
	color: var(--primary_color);
	text-decoration: none;
}

.contact_page_section .contact-box {
	display:flex;
	margin-bottom:35px;
	align-items:center
}
.contact_page_section .contact-box .contact-icon i {
	display:inline-block;
	font-size:20px;
	height:60px;
	width:60px;
	text-align:center;
	line-height:60px;
	background:var(--primary_color);
	color: #fff;
	border-radius:50%;
	margin-right:20px
}
.contact_page_section .contact-box h4 {
	font-size:22px;
	line-height:1.2;
	margin-bottom:8px
}
.contact_page_section .contact-box a {
	color: #000;
	font-size:16px;
	transition:.5s;
	line-height:1.4;
	text-decoration: none;
}
.contact_page_section .contact-box a:hover {
	color:var(--primary_color)
}



.faq_section{
	background-color: #F5F6F6;
}
.faq_section .accordion-container {
	max-width:700px
}
.faq_section .accordion-item {
	background-color: #0d104d;
	border-radius:14px;
	margin-bottom:16px;
	color: #fff
}
.faq_section .accordion-header {
	background-color: #0d104d;
	color: #fff;
	padding:14px 65px 15px 25px;
	font-size:20px;
	border:none;
	width:100%;
	text-align:left;
	cursor:pointer;
	outline:none;
	border-radius:14px;
	transition:background-color .3s ease;
	font-weight:500;
	position:relative
}
.faq_section .accordion-content {
	background-color: #0d104d;
	overflow:hidden;
	padding-left:25px;
	padding-right:25px;
	max-height:0;
	transition:max-height .3s ease;
	border-radius:14px;
	color: #fff;
}
.faq_section .accordion-content p {
	/* font-size:18px; */
	line-height:1.5;
	color: #fff;
}
.faq_section .icon {
	width:28px;
	height:28px;
	background-color:var(--primary_color);
	border-radius:100px;
	color: #fff;
	text-align:center;
	font-size:16px;
	transition:transform .3s ease;
	display:block;
	position:absolute;
	top:14px;
	right:25px;
	line-height: 30px;
    padding-left: 4px;
}
.faq_section .active .icon {
	transform:rotate(90deg)
}
.bg-gradient-pink{
	background-color: transparent;
    background-image: linear-gradient(0deg, #00000000 0%, #FF7BE538 100%);
}


@media(max-width: 991px){
	.navbar-toggler{
		background-color: #fff;
		/* fill: #fff; */
		border: 0;
		box-shadow: none !important;
	}
	header.top_header nav .nav-link{
		color: #001220BA;
		padding: 10px;
		border-top: 1px solid #0000000c;
	}
	header.top_header nav li{
		margin: 0 !important;
		display: block;
		width: 100%;
        text-align: center;
	}
	header.top_header nav li .btn_blue1 {
		margin-top: 10px;
	}
}
@media(max-width: 767px){
	.hero_section{
		padding-top: 150px;
	}
	.hero_section_internal{
		padding-bottom: 40px;
	}
	.faq_section .accordion-header{
		font-size: 16px;
	}
}
@media(max-width: 575px){
	.be_highlight_item h5, .wpb_highlight_item h5 {
		font-size: 1.3rem;
	}
	.full-builder .description_small p, .be_highlight_item p{
		font-size: 1em;
	}
	.bottom_footer .footer-links li a,
	.footer-copyright p{
		font-size: 14px;
	}
	.footer-copyright{
		padding-top: 0;
	}
	.bottom_footer .footer-links ul {
        column-gap: 15px;
    }
}

.builder-card-1 i{
	font-size: 36px;
	color: #3F57E1;
	margin-bottom: 10px;
}
.builder-card-1 h4{
	margin-bottom: 15px;
}
.builder-card-1 p{
	font-size: 18px;
    line-height: 28px;
}


/* ====== LOGIN PAGE ======= */

.login_opt{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	background-color: #3F57E1;
	color: #fff;
	padding: 5px;
	width: 100%;
	margin: 8px 0;
	max-width: 270px;
	border-radius: 10px;
}
.login_opt .contact-icon{
    background-color: #fff;
    padding: 6px;
	border-radius: 7px;
}
.login_opt .contact-icon img{
	width: 30px;
}
.login_opt.bg_red{
	background-color: #f3582c;
}

.login_or {
	text-align:center;
	position:relative
}
.login_or p {
	margin-bottom:0;
	color:#111;
	font-size:16px;
	font-weight:600
}
.login_or::before {
	position:absolute;
	content:"";
	background-color:rgba(0,0,0,.125);
	width:1px;
	height:100px;
	bottom:35px
}
.login_or::after {
	position:absolute;
	content:"";
	background-color:rgba(0,0,0,.125);
	width:1px;
	height:100px;
	top:35px
}
@media(max-width: 991px){
	.login_or::before, .login_or::after{
		display: none;
	}
	.login_opt_area{
		text-align: center;
	}
}



.demo_card .img_area{
	position: relative;
	overflow: hidden;
}
.demo_card .img_overlay{
	background: rgba(255, 255, 255, .92);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out;
    visibility: hidden;
    transform: translateY(279px);
}
.demo_card:hover .img_overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lity{
	z-index: 9999;
}
.lity-container{
	width: 100%;
    max-width: 964px;
	max-height: 650px;
    overflow-y: auto;
}
.lity-container img{
	width: 100%;
    max-height: max-content !important;
}