@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}



*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}


body{
	background:#fff;
	margin:0;
	padding:0;
	font-size:16px;
	color: #4A4A4A;
	font-family: 'Satoshi-Regular';
	font-weight:400;
}

html{
	scroll-behavior: smooth;
}

a, a:hover , a:focus {text-decoration:none;}

:focus {
    box-shadow: none !important;
}

input {border: 0;outline: 0;}

header{
	background:#f1f1f1;
	transition:0.2s ease;
}

header .header{
	padding:20px 0; 
	display: flex;
    justify-content: space-between;
    align-items: center;
}

header.sticky-bg{
	position:fixed;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	transition:0.4s ease-in;
}


header .header .talk a{
	background:#e7222d;
	padding:10px;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'Satoshi-Bold';
	font-weight:700;
	width:260px;
	height:55px;
	border-radius:0px 30px 0px 30px;
	display:flex;
	align-items:center;
	justify-content:center;
	letter-spacing:2px;
	transition:0.4s ease;
}

header .header .talk a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

header .header .talk a img{
	margin-right:15px;
}

.f-sec{
	padding:3rem 0;
	overflow-x:hidden;
}

.f-sec .content h6 ,.f-sec .content h1{
	font-size:60px;
	color:#000;
	margin-bottom:40px;
}

.f-sec .content h6 span ,.f-sec .content h1 span{
	color:#eb222d;
	font-family: 'Satoshi-Black';
	font-weight:900;
}

.f-sec .content hr{
	background:#737373;
	height:2px;
	margin-bottom:40px;
}

.f-sec .content p{
	font-size:30px;
	line-height:38px;
	color:#000;
	margin-bottom:8px;
}

.f-sec .content p span{
	font-family: 'Satoshi-Black';
	font-weight:900;
}

.f-sec .content a{
	background:#000;
	padding:10px 10px;
	color:#fff;
	font-size:20px;
	width:250px;
	height:60px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:50px;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	transition:0.4s ease;
}

.f-sec .content a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.s-sec{
	padding:3rem 0rem;
	text-align:center;
	overflow-x:hidden;
}

.s-sec .content{padding:0 4rem;}

.s-sec .content h6{
	font-size:40px;
	color:#000;
	margin-bottom:40px;
	font-family: 'Satoshi-Bold';
	font-weight:700;
}

.s-sec .content h6 span{
	color:#eb222d;
	font-family: 'Satoshi-Black';
	font-weight:900;
}

.s-sec .content p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:25px;
}

.s-sec .content a{
	background:#000;
	padding:10px 10px;
	color:#fff;
	font-size:20px;
	width:250px;
	height:60px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	margin:50px auto 0;
	transition:0.4s ease;
}

.s-sec .content a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.t-sec{
	padding:3rem 0 7rem;
	overflow-x:hidden;
}

.t-sec .row{
	align-items:center;
}

.t-sec .ltf{
	padding-left:15px;
}

.t-sec .rgt{
	padding-right:15px;
}

.mt-40{
	margin-bottom:80px;
}

.t-sec .img video{
	border-radius:10px;
	height:500px;
	object-fit:cover;
}

.t-sec .content h6{
	font-size:48px;
	line-height: 52px;
    margin-bottom: 18px;
	color:#000;
	font-family: 'Satoshi-Bold';
	font-weight:700;
}

.t-sec .content p{
	font-size:16px;
	line-height:22px;
	margin-bottom:15px;
	color:#000;
}

.t-sec .content ul{
	list-style:none;
	margin-top:20px;
	padding-left:0;
}

.t-sec .content ul li{
	font-size:18px;
	margin-bottom:14px;
	color:#000;
	position:relative;
	padding-left:40px;
}

.t-sec .content ul li:before{
	position:absolute;
	left:0;
	background:url(../images/cir.png) no-repeat;
	background-size:100% 100%;
	width:21px;
	height:21px;
	top:6px;
	content:'';
}

.t-sec .content ul li:not(:last-child):after{
	background:#b0b0b0;
	height:60%;
	bottom:-18px;
	left:10px;
	position:absolute;
	width:2px;
	content:'';
}

.t-sec .content ul li span{
	font-family: 'Satoshi-Black';
	font-weight:900;
}

.t-sec .content a{
	background:#000;
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	width:max-content;
	height:45px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	margin:30px 0 0;
	transition:0.4s ease;
}

.t-sec .content a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.fr-sec{
	padding:12rem 0;
	background:url(../images/enable-bg.png) no-repeat;
	background-size:cover;
	position:relative;
	overflow-x:hidden;
}

.fr-sec .content{
	position:relative;
	z-index:2;
}

.fr-sec:after{
	position:absolute;
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
}

.fr-sec:before{
	position:absolute;
	background:url(../images/enable-bgg.png) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
	z-index:1;
}

.fr-sec h6{
	font-size:38px;
	font-family: 'Satoshi-Medium';
	font-weight:500;
	margin-bottom:25px;
	color:#fff;
}

.fr-sec h6 span{
	font-family: 'Satoshi-Black';
	font-weight:900;
}

.fr-sec p{
	color:#fff;
	font-size:20px;
	margin-bottom:10px;
}

.fr-sec .content a{
	background:#fff;
	padding:10px 20px;
	color:#000;
	font-size:20px;
	width:max-content;
	height:45px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	margin:30px 0 0;
	transition:0.4s ease;
}

.fr-sec .content a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.fv-sec{
	padding:4rem 0;
	background:#f1f1f1;
	overflow-x:hidden;
}

.fv-sec h6{
	font-size:60px;
	line-height:60px;
	font-family: 'Satoshi-Medium';
	font-weight:500;
	margin-bottom:15px;
	color:#000;
	text-align:center;
}

.fv-sec h6 span{
	font-family: 'Satoshi-Black';
	font-weight:900;
	color:#eb222d;
}

.fv-sec p{
	color:#000;
	font-size:20px;
	margin-bottom:30px;
	text-align:center;
}

.fv-sec .logo-bx{
	background:#fff;
	border-radius:15px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
	box-shadow:0px 0px 14px #ddd;
	margin-bottom:30px;
	transition:0.4s ease;
}

.fv-sec .logo-bx:hover{
	transition:0.4s ease;
	box-shadow:0px 0px 16px #838383;
}

.fv-sec .logo-bx img{
	width:100px;
	transform:scale(1);
	transition:0.4s ease;
}

.fv-sec .logo-bx:hover img{
	transition:0.4s ease;
	transform:scale(1.1);
}

.fv-sec .content a{
	background:#000;
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	width:max-content;
	height:45px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	margin:30px auto 0;
	transition:0.4s ease;
}

.fv-sec .content a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.sx-sec{
	padding:4rem 0;
	overflow-x:hidden;
}

.sx-sec h6{
	font-size:60px;
	line-height:60px;
	font-family: 'Satoshi-Medium';
	font-weight:500;
	margin-bottom:15px;
	color:#000;
	text-align:center;
}

.sx-sec h6 span{
	font-family: 'Satoshi-Black';
	font-weight:900;
	color:#eb222d;
}

.sx-sec p{
	color:#000;
	font-size:20px;
	margin-bottom:30px;
	text-align:center;
	padding:0 100px;
}

.sx-sec .case img{
	margin-bottom:15px;
}

.sx-sec .case h5{
	font-size:36px;
	font-family: 'Satoshi-Medium';
	font-weight:500;
	margin-bottom:15px;
	color:#000;
} 

.sx-sec .case a{
	background:#000;
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	width:max-content;
	height:45px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	margin:10px 0 0;
	transition:0.4s ease;
}

.sx-sec .case a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.sn-sec{
	padding:4rem 0;
	overflow-x:hidden;
}

.sn-sec h6{
	font-size:60px;
	line-height:60px;
	font-family: 'Satoshi-Medium';
	font-weight:500;
	margin-bottom:15px;
	color:#000;
	text-align:center;
}

.sn-sec h6 span{
	font-family: 'Satoshi-Black';
	font-weight:900;
	color:#eb222d;
}

.sn-sec .owl-carousel.owl-drag .owl-item{
	padding:20px;
}

.sn-sec .owl-carousel .item{
	padding:30px;
	border-radius:16px;
	box-shadow:0px 0px 14px #aaa;
	min-height:400px;
}

.sn-sec p{
	color:#696969;
	font-size:16px;
	line-height:22px;
	margin-top:20px;
	font-family: 'Inter', sans-serif;
	font-weight:400;
}

.sn-sec .intro{
	display:flex;
	justify-content:space-between;
}

.sn-sec .intro .prof{
	display:flex;
	align-items:start;
}

.sn-sec .intro .prof span{
	margin-left:15px;
}

.sn-sec .intro .prof img.client{
	width:80px;
	border-radius:8px;
}

.sn-sec .intro .prof img.stars{
	width:100px;
}

.sn-sec .intro img.coma{
	width:80px;
	height: max-content;
}

.sn-sec .intro .prof span h4{
	color:#000;
	font-size:18px;
	line-height:22px;
	margin-bottom:6px;
	font-family: 'Inter', sans-serif;
	font-weight:700;
}

.sn-sec .intro .prof span h5{
	color:#000;
	font-size:16px;
	margin-bottom:8px;
	font-family: 'Inter', sans-serif;
	font-weight:400;
}

.sn-sec .owl-carousel{
	margin-top:50px;
}

.sn-sec button.owl-dot span{
	width:10px;
	height:10px;
	background:#b3b3b3;
}

.contact{
	padding:4rem 0;
	position:relative;
	overflow-x:hidden;
}

.contact:before{
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background:#000;
	content:'';
}

.contact:after{
	background:#eb222d;
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	content:'';
}

.contact .form{
	position:relative;
	z-index:1;
	padding:40px 70px 40px 20px;
}

.contact .form h5{
	font-size:40px;
	font-family: 'Satoshi-Medium';
	font-weight:500;
	margin-bottom:15px;
	color:#fff;
}

.contact .form textarea{
	
	margin-bottom:15px;
}

.contact .form input ,.contact .form select{
	border-radius:10px;
	height:40px;
	border:none;
	padding:0px 20px;
	margin-bottom:15px;
}

.contact .form input:placholder{
	color:#7e7e7e;
	font-size:16px;
}

.contact .form input[type="submit"]{
	background:#fff;
	padding:10px 20px;
	color:#000;
	font-size:20px;
	width:140px;
	height:45px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	margin:30px 0 0;
	transition:0.4s ease;
}

.contact .form a:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.contact .data{
	padding:40px 20px 40px 40px;
	position:relative;
	z-index:1;
}

.contact .data h5{
	font-size:28px;
    margin-bottom: 25px;
	color:#fff;
	font-family: 'Satoshi-Bold';
	font-weight:700;
	font-style:italic;
	text-transform:uppercase;
}

.contact .data p{
	color:#fff;
	font-size:22px;
	line-height:26px;
	margin-bottom:20px;
}

.contact .data a.talk{
	background:#fff;
	padding:10px 20px;
	color:#000;
	font-size:20px;
	width:140px;
	height:45px;
	border-radius:0px 20px 0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	margin:30px 0 30px;
	transition:0.4s ease;
}

.contact .data a.talk:hover{
	transition:0.4s ease;
	border-radius:30px 0px 30px 0px;
}

.contact .data .social{
	display:flex;
	align-items:center;
}

.contact .data .social a{
	border:2px solid #fff;
	border-radius:50%;
	width:35px;
	height:35px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:0.4s ease;
}

.contact .data .social a:hover{
	background:#000;
	transition:0.4s ease;
}

.contact .data .social a:not(:last-child){
	margin-right:10px;
}

.contact .data .social a i{
	color:#fff;
}

footer{
	padding:30px 0;
}

footer p{
	text-align:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	color:#313131;
	font-size:16px;
	margin-bottom:0;
}

@media(min-width:768px) and (max-width:991px){
	.sn-sec .intro img.coma {
		width: 50px;
	}
	.sn-sec .intro .prof img.client {
		width: 55px;
	}
	.sn-sec .intro .prof span h4 {
		font-size: 14px;
		line-height:17px;
	}
	.sn-sec .intro .prof span h5 {
		font-size: 12px;
	}
	.sn-sec .intro .prof span h5 {
		font-size: 12px;
	}
	.sn-sec .intro .prof span h5 {
		font-size: 12px;
	}
	.contact .form h5 {
		font-size: 25px;
	}
	.contact .data h5 {
		font-size: 20px;
	}
	.contact .data p {
		font-size: 18px;
		line-height: 20px;
	}
	.t-sec .content h6 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom:10px;
	}
	.t-sec .content p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.t-sec .content ul li {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.t-sec .row .img{
		order:1;	
	}	
	.t-sec .row .img img{
		margin-bottom:40px;
	}	
	.t-sec .row .d{
		order:2;
	}
	.t-sec .img video{
		margin-bottom:40px;
	}
	.fv-sec .logo-bx img {
		width: 75px;
	}
}

@media(max-width:767px){
	header .header .logo img{
		width:140px;
	}
	header .header .talk a {
		width: auto;
		height: 55px;
		font-size: 16px;
		padding:8px 16px;
	}
	.f-sec .content h6 ,.f-sec .content h1 {
		font-size: 28px;
	}
	.f-sec .content p {
		font-size: 20px;
		line-height: 26px;
	}
	.s-sec .content {
		padding: 0 0rem;
	}
	.s-sec .content h6 {
		font-size: 28px;
	}
	.t-sec .ltf {
		padding-left: 0px;
	}
	.t-sec .content h6 {
		font-size: 30px;
		line-height: 34px;
	}
	.t-sec .content ul li {
		font-size: 15px;
	}
	.t-sec .rgt {
		padding-right: 0px;
	}
	.t-sec .row .img{
		order:1;	
	}	
	.t-sec .row .img img{
		margin-bottom:40px;
	}	
	.t-sec .row .d{
		order:2;
	}
	.t-sec .img video{
		margin-bottom:40px;
	}
	.fr-sec:before {
		background-size: cover;
	}
	.fv-sec h6 {
		font-size: 38px;
		line-height: 44px;
	}
	.sx-sec h6 {
		font-size: 36px;
		line-height: 44px;
	}
	.sx-sec p {
		font-size: 18px;
		margin-bottom: 26px;
		padding: 0;
	}
	.sx-sec .case{
		margin-bottom:40px;
	}
	.sn-sec h6 {
		font-size: 36px;
		line-height: 40px;
	}
	.sn-sec .intro img.coma {
		width: 34px;
		height: 40px;
	}
	.contact:before {    
		display:none;
	}
	.contact:after {
		width: 100%;
		height: 100%;
	}
	.contact .form h5 {
		font-size: 30px;
	}
	.contact .form {
		padding: 20px;
	}
	.contact .data h5 {
		font-size: 23px;
	}
	.contact .data {
		padding: 20px;
	}
	.fr-sec {
		padding: 10rem 0;
	}
	.fr-sec h6 {
		font-size: 26px;
	}
}

@media(max-width:480px){
	.f-sec .content p {
		font-size: 15px;
		line-height: 20px;
	}
}

.contact .form input[type="submit"]:hover {
    border-radius: 20px 0px 20px 0px;
}