@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

body{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color:#000;
}
@media (max-width: 575px){
	body{
		font-size: 14px;
		line-height: 24px;
	}
}
.container{
	max-width:1200px;
	margin:0 auto;
}

/**/
.hidden-xs{
	display:block;
}
.visible-xs{
	display:none;
}
@media (max-width: 767px){
	.hidden-xs{
		display:none;
	}
	.visible-xs{
		display:block;
	}
}
/**/
.section-title .sub-title{
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px;
    display: block;
}
/*.section-title .sub-title:before{
	position: absolute;
	content:"";
	top:0;
}*/
.section-title .title{
	font-weight: 600;
}
@media (max-width: 767px){
	.section-title .title{
		font-size: 26px;
		line-height: 34px;
	}
}
/**/
/* Header css start */
header{
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	z-index: 9;
	background: transparent;
}
header .collapse{
	justify-content: flex-end;
}
header .navbar-nav li{
	margin:0 15px;
}
header .navbar-nav li a{
	color:#fff;
	font-size: 16px;
	padding:0;
}
.fixed_header header{
	background: #0e314c;
}
@media (max-width: 991px){
	header .logo__d svg{
		max-width: 175px;
	}
	header .navbar{
		padding:5px 0;
	}
	header .collapse{
		padding-bottom:10px;
	}
	header.open__nav{
	    background: rgb(14, 49, 76);
	}
	header .navbar-nav li {
    	margin: 8px 15px;
	}
	header .navbar-toggler:focus{
	    outline: none;
	}
}
/* Header css end*/

/* Footer css start*/
.site-footer {
    position: relative;
    display: block;
    background-color: #0e314c;
    overflow: hidden;
    z-index: 1;
}
.site-footer .site-footer__bg{
	background-image: url(../images/site-footer-shape-2.png);
	position: absolute;
	top: -118px;
	left: 50px;
	bottom: 0;
	right: 37px;
	opacity: 0.03;
	 mix-blend-mode: luminosity; 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;	
}
.site-footer .float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.site-footer .site-footer__top {
    position: relative;
    display: block;
    padding: 80px 0;
}
@keyframes float-bob-y {
    0% {
    transform: translateY(-20px);
	}
	50% {
	    transform: translateY(-10px);
	}
	100% {
	    transform: translateY(-20px);
	}
}
.site-footer .content-info{
	text-align: center;
	color:#fff;
}
.site-footer .content-info a{
	color:#fff;
}
.site-footer .content-info .icon-div{
	display: block;
    text-align: center;
    margin:  0 0 10px;
}
.site-footer .content-info svg{
	width:25px;
	height:25px;
}
.site-footer .content-info svg path{
	fill:#fff;
}
.site-footer .content-info p{
	margin:0;
}
.site-footer .site-footer__bottom{
	background: #0000001c;
    padding: 7px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}
@media (max-width: 575px){
	.site-footer .site-footer__top{
		padding:50px 0;
	}
	.site-footer .content-info{
		margin:0 0 30px;
	}
	.site-footer .content-info.last{
		margin:0;
	}
}
/* Footer css end*/

/**/
.ptb-80{
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width: 767px){
	.ptb-80{
		padding-top:50px;
		padding-bottom:50px;
	}
}
/**/

/* About us sec css start */
.aboutUsSec{
	position: relative;
	z-index:1;
	background: linear-gradient(135deg, #f48665 0%, #fda23f 100%);
}
.aboutUsSec .analytics-shape1{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.aboutUsSec .analytics-shape1 img{
	max-width:100%;
}
.aboutUsSec .discover-image{
    position: relative;
    padding-bottom: 100px;
    margin-right: 15px;
}
.aboutUsSec .discover-image img{
	max-width:100%;
}
.aboutUsSec .discover-image img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
}
.aboutUsSec .discover-content h2{
	color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.aboutUsSec .discover-content p{
	color:#fff;
}
@media (max-width: 991px){
	.aboutUsSec .discover-image{
		max-width: 750px;
    	margin: 0 auto;		
	}
}
@media (max-width: 767px){
	.aboutUsSec .discover-content h2{
		font-size: 26px;
		line-height: 36px;
	}
	.aboutUsSec .discover-image img:nth-child(2) {
		position: relative;
		margin-top: 20px;
	}
	.aboutUsSec .discover-image {
	    padding-bottom: 0;
	    margin-right: 0;
	}
	.aboutUsSec .discover-content{
		margin-top:30px;
		text-align: center;
	}
	.aboutUsSec .discover-image img{
		width:100%;
	}
}
/* About us sec css end */

/**/
/* Servies sec css start*/
.servicesSec .float-bob-y{
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes mymove {
  0%{
		transform: translateY(-30px);
	}
	50%{
    	transform: translateY(-10px);
	}
	100% {
    	transform: translateY(-30px);
	}
}
.servicesSec{
    background: #0f0d1d;
    position: relative;
}
.servicesSec .section-title{
	color:#fff;
}
.servicesSec .arrows_d > div{
	width:40px;
	height:40px;
	border:1px solid #fff;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.servicesSec .arrows_d{
	display:flex;
	justify-content: flex-end;
	gap:15px;
}
.servicesSec .arrows_d > div img{
	width:25px;
}
.servicesSec .shape-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-position: left;
}
.servicesSec .shape-2{
    position: absolute;
    bottom: 120px;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.servicesSec .shape-3{
	position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.servicesSec .swiper-slide{
	height:unset;
}
.servicesSec .service-slider-area{
	background: #fff;
	height:100%;
}
.service-slider-area figure {
    overflow: hidden;
    margin:0;
}
.service-slider-area figure img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-slider-area .content {
    position: relative;
    padding: 25px 30px 30px;
}
.service-slider-area .icon-box {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border: 1px dashed #3c72fc;
    display: inline-block;
    color: #3c72fc;
    position: absolute;
    right: 30px;
    top: -45px;
    background: #fff;
}
.service-slider-area .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #3c72fc;
    transition: all 500ms ease;
}
.service-slider-area .icon-box img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width:40px;
    margin:0 auto;
}
.service-slider-area .icon-box img.b_icon{
	display:unset;
}
.service-slider-area .icon-box img.w_icon{
	display:none;
}
.service-slider-area .content h4{
	font-size: 24px;
	margin:0 0 15px;
}
.service-slider-area .content p{
    color: #787878;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.service-slider-area:hover .icon-box:before{
    width: 100%;
    left: 0;
}
.service-slider-area:hover .icon-box img{
	filter: grayscale(100%) brightness(300%);
    position: relative;
    transition: all 500ms ease;
}
.service-slider-area:hover .icon-box img.b_icon{
	display:none;
}
.service-slider-area:hover .icon-box img.w_icon{
	display:unset;
}
.servicesSec .swiper{
	margin-top:30px;
}
@media (max-width: 991px){
	.servicesSec .arrows_d{
		justify-content: flex-start;
		margin-top:15px;
	}
}
/* Services sec css end*/

/* cta sec start*/
.cta-1-section{
    background: #0f0d1d;
    position: relative;
}
.cta-1-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #fff;
}
.cta-1-section .row{
	margin:0;
}
.cta-1-section .col-xxl-6{
	padding:0;
}
.cta-1-section .box-shadow-1 {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.cta-1-section .bg-white{
	background:#fff;
}
.cta-1-section figure.image {
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 89% 100%, 0% 100%);
    background: #fff;
    margin:0;
    height:100%;
}
.cta-1-section .w-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta-1-section .content{
    padding: 53px 30px;
    background: #fff;
    position: relative;
    height:100%;
}
.cta-1-section .content:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -33px;
    width: 5px;
    height: 206px;
    background: #3c72fc;
    transform: rotate(18deg);
}
.cta-1-section .icon-box {
    width: 58px;
    height: 58px;
    background: #3c72fc;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transform: rotate(-45deg);
    position: absolute;
    left: -60px;
    top: 70px;
    z-index: 1;
    transition: all 700ms ease;
}
.cta-1-section:hover .icon-box {
    transform: rotate(360deg);
}
.cta-1-section .icon-box img{
	width: 30px;
    transform: rotate(45deg);
}
.cta-1-section .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 0.1;
}
.cta-1-section h3{
	font-size: 29px;
    font-weight: 600;
    margin: 0 0 15px;
}
.cta-1-section a{
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 20px;
}
.cta-1-section a:hover{
	text-decoration: unset;
}
@media (max-width: 991px){
	.cta-1-section figure.image{
		clip-path: unset;
	}
	.cta-1-section .content:before,
	.cta-1-section .icon-box{
		display: none;
	}
}
/*cta sec end*/

/* Our team sec css start*/
.ourTeamSec{
	position: relative;
}
.ourTeamSec .team-one__bg {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    z-index: -1;
    background-image: url(../images/team-one-bg.jpg);
}
.ourTeamSec .swiper-slide{
	height:unset;
}
.ourTeamSec .swiper-slide .item_d{
	border:1px solid #fff;
	height:100%;
	background: #fff;
	border-radius: 10px;
    overflow: hidden;
}
.ourTeamSec .content_d h4{
    text-align: center;
	padding: 10px;
	background: #ffaf6f;
	color: #fff;
	margin: 0;
	font-size: 20px;
}
.ourTeamSec .content_d .info_d{
	padding: 25px;
}
.ourTeamSec .content_d .info_d .read-more{
	color: #ffaf6f;
    text-decoration: underline;
}
.ourTeamSec .arrows_d > div{
	width:40px;
	height:40px;
	border:1px solid #000;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.ourTeamSec .arrows_d{
	display:flex;
	justify-content: flex-end;
	gap:15px;
}
.ourTeamSec .arrows_d > div img{
	width:25px;
}
.ourTeamSec .swiper{
	margin-top:30px;
}
@media (max-width: 991px){
	.ourTeamSec .arrows_d{
		justify-content: flex-start;
		margin-top:15px;
	}
}
/* Our team sec css end*/

/* Why Choose us section css start*/
.whyChooseUsSec .section-title{
	margin:0 0 40px;
}
.whyChooseUsSec .progress{
	height:11px;
	border-radius: 29px;
}
.whyChooseUsSec .progress-bar{
    width: 100%;
    background: linear-gradient(90deg, #0e314c 30%, #4daffa 100%);
    border-radius: 29px;
}
.whyChooseUsSec .progress_lable{
    display: flex;
    justify-content: space-between;
    margin:0 0 5px;
}
.whyChooseUsSec .p_label{
	font-weight:600;
}
.whyChooseUsSec .progress_item{
	margin:0 0 30px;
}
.whyChooseUsSec .progress_item:last-child{
	margin-bottom:0;
}
.whyChooseUsSec .img_d{
	width:80%;
	margin:0 auto;
	text-align: center;
}
.whyChooseUsSec .img_d img{
    width: 100%;
    max-width: 450px;
    margin:0 auto;
}
@media (max-width: 991px){
	.whyChooseUsSec .img_d{
		margin:35px auto 0;
	}
}
/* Why choose us section css end*/

/* Our Platform Sec css start*/
.ourPlatformSec .section-title{
	text-align: center;
	margin:0 0 10px;
}
.ourPlatformSec .logos_list{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
.ourPlatformSec .img_d{
	padding:0 15px;
	width:25%;
	text-align: center;
	margin:30px 0 0;
}
.ourPlatformSec .img_d img{
	width:auto;
	max-width:100%;
	height:60px;
	margin:0 auto;
	/*filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);*/
}
.ourPlatformSec .img_d img:hover{
	/*filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);*/
}
@media (max-width: 767px){
	.ourPlatformSec .img_d{
		width:33.33%;
		padding:0 10px;
		margin:20px 0 0;
	}
	.ourPlatformSec .img_d img{
		height:unset;
	}
}
/* Out platform sec css end*/

/**/
.mainBannerSec{
	position:relative;
}
.mainBannerSec img{
	width:100%;
}
.mainBannerSec .content_d{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1170px;
    z-index: 1;
    margin: 0 auto;
}
.mainBannerSec .inner_d{
	max-width: 780px;
	padding:0 20px;
}
.mainBannerSec .inner_d h2{
	color: #fff;
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 20px;
}
.mainBannerSec .inner_d p{
	font-size: 18px;
    line-height: 28px;
    color: #fff;
}
@media (max-width: 767px){
	.mainBannerSec .inner_d{
	    padding: 60px 20px 20px;
		text-align: left;
	}
	.mainBannerSec .inner_d h2{
	    font-size: 26px;
		line-height: 34px;
		margin: 0 0 15px;
	}
	.mainBannerSec .inner_d p{
		font-size: 15px;
    	line-height: 25px;
	}
}
/**/

/*Related templates sec css start*/
.related_templates{
	background: #eef6fd;
}
.related_templates .section-title{
	margin:0 0 10px;
}
.related_templates .item_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:0 -15px;
}
.related_templates .img_d{
	width:33.33%;
	padding:0 15px;
	margin:30px 0 0;
}
.related_templates .img_d img{
	width:100%;
	display:block;
}
.related_templates .img_d a{
	border-radius: 10px;
	border:1px solid #d7d7d7;
	overflow:hidden;
	display: block;
}
@media (max-width: 767px){
	.related_templates .item_list{
		margin:0 -10px;
	}
	.related_templates .img_d{
		padding:0 10px;
		margin:20px 0 0;
	}
	.related_templates .img_d a{
		border-radius: 5px;
	}
	.related_templates .img_d{
		width:50%;
	}
}

/*Related templates sec css end*/