@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url(./assets/css/header-footer.css);
@import url(./assets/css/popup.css);

* {
	margin: 0px;
	outline: none;
	padding: 0px;
}
body {
	background: #fff;
	color: #7c878e;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 22px;
	overflow-X: hidden;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #181b1f;
	font-weight: 600;
}

.wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #181b1f;
}
a {
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	color: #556ee6;
}
a:hover, a:focus, a:active {
	color: #556ee6;
	outline: none;
	text-decoration: none;
}
p {
	line-height: 22px;
	margin: 0 0 20px;
	color: #7c878e;
}
ul ul {
	margin: 0px;
}
figure {
	margin-bottom: 0;
	position: relative;
}

select, textarea, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	height: 40px;
	line-height: 16px;
	padding: 10px;
	width: 100%;
}
[class*="col-lg"], [class*="col-md"], [class*="col-sm"] {
display:inline-block;
float:none;
margin:0 -4px 0 0;
vertical-align:top
}
textarea {
	height: 150px;
}
input:focus {
	outline: 0;
}
::-webkit-input-placeholder {
color: #666;
}
:-moz-placeholder {
 color: #666;
 opacity: 1;
}
::-moz-placeholder {
 color: #B2BBC0;
 opacity: 1;
}
:-ms-input-placeholder {
color: #666;
}

.custom-btn {
	padding: 10px 25px;
	font-weight: 500;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	overflow: hidden;
  }

  .btn-13 {
	border: 2px solid transparent;
	z-index: 1;
	}
  .btn-13:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background: #181b1f;
	transition: all 0.3s ease;
	border-radius: 40px;
	}
  .btn-13:hover {
	color: #fff;
  }
  .btn-13:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
  }
  .btn-13:active {
	top: 2px;
  }
  
/**** Banner Style Start ****/

.banner{
	background:#f5f8fe;
	padding: 50px 0 0;
}
.banner-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.banner-holder .inner-box{
	width: 45%;
	position: relative;
}
.heading-1{
	font-size: 60px;
	line-height: 72px;
	font-weight: 700;
	margin: 0 0 5px 0;
	position: relative;
	min-height: 144px;
}
.heading-1 span{
	float: left;
}
.heading-1:after{
	transform: rotate(-30deg);
	content: '';
	position: absolute;
	right: -10px;
	bottom: -100px;
	background: url(assets/images/icons/arrow-ai.png) no-repeat 0 0/100%;
	width: 120px;
	height: 125px;
}
.heading-1 span{
	color: #181b1f;
}
.heading-1 em{
	display: block;
	font-style: normal;
}
.typed-cursor{
	display: none;
}

.banner-holder .inner-box p{
	font-size: 18px;
	line-height: 30px;
}
.banner-holder .inner-box .fieldset {
    background: #ffff;
    width: 80%;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}
.banner-holder .inner-box .fieldset input[type=email]{
	width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    padding: 0 110px 0 25px;
}
.banner-holder .inner-box .fieldset input[type=submit]{
	position: absolute;
    right: 0;
    top: 0;
    background: #556ee6;
    border: 0;
    line-height: 54px;
    height: 54px;
    color: #fff;
    padding: 0 35px 0 13px;
}
.banner-holder .inner-box .fieldset:after{
	content: '';
    position: absolute;
    right: 14px;
    top: 20px;
    background: url(./assets/images/icons/next.png) no-repeat 0 0 / 100%;
    width: 15px;
    height: 20px;
    pointer-events: none;
}
ul.last-opt{
	margin:25px 0 0 0;
	padding:15px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
	border-top: 1px solid #e7e8ec;
}
ul.last-opt li{
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #7C878E;
	font-weight: 400;
	margin-right: 20px;
}
ul.last-opt li img{
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 0;
}
.banner-holder .inner-box:last-child{
	text-align: right;
	position: relative;
	width: 42%;
}
.cap-box{
	position: absolute;
	width: 260px;
	background: rgba(225,236,254, 0.5);
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	z-index: 99;
}
.cap-box .inner{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cap-box.one {
    top: 18%;
    right: -50px;
}
.cap-box.two {
    top: 38%;
    left: -110px;
}
.cap-box.three {
    right: -50px;
    bottom: 170px;
}
.cap-box .inner figure{
	background: #556ee6;
	border-radius: 10px;
	padding: 5px;
	margin-right: 10px;
}
.cap-box .inner div{
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 22px;
	color: #181b1f;
}
ul.right-slide{
	margin: 0;
	padding: 12px 12px 0;
	background: #e1ecfe;
	border: 2px solid #fff;
	border-radius:10px 10px 0 0;
}
ul.right-slide li{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border-radius:10px 10px 0 0;
}
.draggable{
	overflow: hidden;
}

.heading-section{
	padding:40px 0;
}
.heading-section .inner-heading{
	width: 65%;
	margin: 0 auto;
	text-align: center;
}
.heading-section .inner-heading span{
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	display: inline-block;
	color: #556ee6;
	font-weight: 600;
	padding: 2px 8px;
	margin-bottom: 10px;
}
.heading-section .inner-heading h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.heading-section .inner-heading h2 em{
	font-style: normal;
	color: #556ee6;
}
.heading-section .inner-heading p{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	color: #7c878e;
}
.indus-section{
	padding: 0 0 15px 0;
}
.indus-section .inner-box{
	padding:70px;
	background: #f5f8fe;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 12px;
}
.indus-section .inner-box .box.left {
	width: 35%;
}
.indus-section .inner-box .box.right {
	width: 49%;
}
.indus-section .inner-box .box span{
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	display: inline-block;
	color: #556ee6;
	font-weight: 600;
	padding: 2px 8px;
	margin-bottom: 5px;
}
.indus-section .inner-box .box h3{
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.indus-section .inner-box .box p{
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #7c878e;
}
.indus-section .inner-box .box.left a{
	display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    background: #556ee6;
    padding: 0 30px;

}
.indus-section .inner-box .box.left a img{
	height: 16px;
	display: inline-block;
	margin: 0 0 0 5px;
}
ul.right-list{
	margin: 0;
	padding: 0;
}
ul.right-list li{
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	margin: 0 0 12px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.right-list li a{
	display: block;
	width: 40%;
	font-size: 16px;
	line-height: 28px;
	color: #181b1f;
	font-weight: 500;
}
ul.right-list li a img{
	background: #f5f8fe;
    padding: 10px;
    border-radius: 5px;
    margin: 0 8px 0 0;
	transition: all 0.3s ease-in-out;
}
ul.right-list li a:hover{
	color: #556ee6;
}
ul.right-list li a:hover img{
	background: #556ee6;
}
.step-section{
	padding: 0 0 30px 0;
}
ul.step-list{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.step-list li{
	width: 30%;
	display: block;
	text-align: center;
	padding: 0 20px;
	position: relative;
}
ul.step-list li:after{
	content: '';
    position: absolute;
    left: 0;
    margin: -35px 0 0 -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #e2e2ff;
    border-radius: 50px;
    background-image: url(assets/images/icons/next1.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
    background-size: 20px;
}
ul.step-list li:first-child:after{
	display: none;
}
ul.step-list li span{
	border-radius: 8px;
	display: inline-block;
	color: #556ee6;
	font-weight: 500;
	padding: 2px 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: #e2e2ff;
	transition: all 0.3s ease-in-out;
}
ul.step-list li:hover span{
	background: #556ee6;
	color: #fff;
}
ul.step-list li h4{
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
ul.step-list li p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
ul.step-list li a{
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 10px 0;
	position: relative;
	display: inline-block;
	color: #181b1f;
	overflow: hidden;
}
ul.step-list li a:after{
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background:#556ee6;
    transition: all 0.3s ease-in-out;
}
ul.step-list li a:hover:after{
    left: 0;
}
.price-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.price-holder .price-box{
	width: 30%;
	padding: 40px;
	border-radius: 20px;
	border: 1px solid transparent;
}
.price-holder .price-box.active{
	border: 1px solid #e7e8ec;
}
.price-holder .price-box span{
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #181b1f;
	margin: 0 0 10px 0;
}
.price-holder .price-box p{
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 25px 0;
	font-weight: 400;
	color: #7c878e;
}
.price-holder .price-box .price-rate{
	display: flex;
	margin-bottom: 20px;
}
.price-holder .price-box .price-rate sup{
	font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #181b1f;
    margin-top: 15px;
    vertical-align: top;
}
.price-holder .price-box .price-rate span{
	font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: #181b1f;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
}
.price-holder .price-box .price-rate sub{
	font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #181b1f;
	margin-top: 13px;
}
.price-holder .price-box a{
	display: block;
	border-radius: 30px;
	text-align: center;
	background: #e1ecfe;
	color: #181b1f;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.price-holder .price-box.active a,
.price-holder .price-box a:hover{
	color: #fff;
	background: #556ee6;
}
.price-holder .price-box ul{
	margin: 0;
	padding: 0;
}
.price-holder .price-box ul li{
	margin: 0 0 8px 0;
	padding: 0 0 0 25px;
	display: block;
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #181b1f;
}
.price-holder .price-box ul li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
    width: 16px;
    height: 16px;
	background: url(assets/images/icons/check-mark.png) no-repeat 0 0/100%;
}
.pricetip{
	display: inline-block;
}
.pricetip figure{
	position: relative;
    cursor: pointer;
    top: -1px;
    display: inline-block;
}
.pricetip figure img{
	height: 13px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(12%) saturate(302%) hue-rotate(160deg) brightness(89%) contrast(90%);
}
.pricetip figure figcaption{
    position: absolute;
    left: -20px;
    bottom: 100%;
    width: 200px;
    background: rgb(24 27 31);
    border-radius: 10px;
    opacity: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    pointer-events: none;
}
.pricetip figure:hover figcaption{
	opacity: 1;
}
.tab-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 20px 0;
}
.tab-list .nav-tabs{
	border-radius: 10px;
	border:1px solid #e7e8ec;
	padding: 5px;
}
.tab-list .nav-tabs li{
	padding: 0;
	border: 0;
	margin: 0;
}
.tab-list .nav-tabs li a{
	display: block;
	padding: 14px 19px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: #181b1f;
	border-radius: 10px;
	border: 0;
}
.tab-list .nav-tabs li.active a,
.tab-list .nav-tabs li:hover a{
	border: 0;
	background: #556ee6;
	color: #fff;
}

.testimonial-section {
    padding: 40px 0;
}
.testi-box{
	padding:80px 120px 0 0;
}
.testi-box span{
	border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: inline-block;
    color: #556ee6;
    font-weight: 600;
    padding: 2px 8px;
    margin-bottom: 10px;
}
.testi-box h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.testi-box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #7c878e;
}

.test-slider {
    border: 1px solid #e7e8ec;
    border-radius: 20px;
    padding: 50px 50px 80px;
    margin: 0 0 0 30px;
}
.test-slider {
    border: 1px solid #e7e8ec;
    border-radius: 20px;
    padding: 50px 50px 80px;
    margin: 0 0 0 30px;
}
ul.slide-testi {
    margin: 0;
    padding: 0;
}
ul.slide-testi li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.slide-testi li .silde-box {
    width: 100%;
    margin: 0;
	padding: 0 40px 0 0;
}
ul.slide-testi li .silde-box .client-img {
    margin: 0 0 15px 0;
}
ul.slide-testi li .silde-box .client-img figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
ul.slide-testi li .silde-box .client-img figure img {
    width: 100%;
}
ul.slide-testi li .silde-box .client-info {
    margin: 0 0 15px 0;
}
ul.slide-testi li .silde-box .client-info strong {
    display: block;
    font-weight: 600;
    margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
ul.slide-testi li .silde-box .client-info span {
    display: block;
	font-size: 14px;
	line-height: 24px;
	color: #7c878e;
}
ul.slide-testi li .silde-box .client-details {
    margin: 0;
}
ul.slide-testi li .silde-box .client-details span.ratig {
    display: block;
    margin: 0 0 15px 0;
}
ul.slide-testi li .silde-box .client-details p {
    margin: 0;
}
.getstart-section{
	background-image: linear-gradient(180deg, #fff 50%, #101214 50%);
	padding: 30px 0;
}
.getstart-section .box-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f5f8fe;
	border-radius: 12px;
	padding: 50px;
}
.getstart-section .box-holder .box{
	width: 50%;
}
.getstart-section .box-holder .box:first-child{
	padding-right: 50px;
}
.getstart-section .box-holder .box span {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: inline-block;
    color: #556ee6;
    font-weight: 600;
    padding: 2px 8px;
    margin-bottom: 10px;
}
.getstart-section .box-holder .box h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.getstart-section .box-holder .box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #7c878e;
}
.getstart-section .box-holder .box a {
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    background: #556ee6;
    padding: 0 30px;
}
.getstart-section .box-holder .box a img {
    height: 16px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.getstart-section .box-holder .box figure{
	overflow: hidden;
	border-radius: 10px;
}
.getstart-section .box-holder .box figure img{
	width: 100%;
}
.btn-signup {
	display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    background: #556ee6;
    padding: 0 30px;
    margin: 0 0 0 30px;
}