/*******************************************************
    Template Name    : Satori - IT Startup & Business Service HTML Template
    Author           : Aam Developer
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Home Area Style
    04.Preview Area Style
    05.Purchase Banner Area Style
    06.Footer Copyright Area Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("et-line.css");

body {
	background: #fff;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}

a {
	color: #5764ec;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #5764ec;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
	color: #5764ec;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative!important;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 600;
	border: 2px solid #5764ec;
	border-radius: 30px;
	color: #5764ec;
	background: none;
	cursor: pointer;
	margin-top: 25px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.button:hover {
	color: #fff;
}
.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: #5764ec;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #5764ec;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.button:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn-one {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #5764ec;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 30px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
	margin-right: 25px;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
}

.default-btn-one:hover {
	transform: translateY(-5px);
	box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}
.default-btn-one.btn-2 {
	color: #fff;
    background: #5764ec;
    margin-right: 15px;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-gray {
	background-color: #fbfbfb;
}
.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.pt-30 {
	padding-top: 30px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mr-15 {
	margin-right: 15px;
}
.section-padding {
	padding: 70px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 65px;
}

.section-title h2 {
	font-weight: 800;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
	text-transform: capitalize;
	font-family: 'Source Sans Pro', sans-serif;
}

.section-title h3 {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}

.color-text {
	color: #5764ec;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
/**************************************
 * 02.Preloader Style
 *************************************/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999999;
}
.preloader .preloader-inner {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader .preloader-inner span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #2f5bea !important;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}
.preloader .preloader-inner span:last-child {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/**************************************
 ** - 03 - Home Area CSS
 **************************************/
.home-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 100vh;
	min-height: 600px;
	background-image: url(../img/home-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.home-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	background: #000;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}

.main-banner-content {
	padding-top: 50px;
    position: relative;
    z-index: 5;
}

.main-banner-content h1 {
	font-size: 50px;
	color: #ffffff;
	margin: 0 0 25px 0;
	font-weight: 700;
}

.main-banner-content p {
	color: #ffffff;
	margin: 0 0 0 0;
	font-weight: 600;
	font-size: 18px;
}

.main-banner-content .banner-btn {
	margin-top: 10px;
}

.home-scroll-icon {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.home-scroll-icon span {
	 position: absolute;
	 bottom: 50px;
	 left: 50%;
	 width: 24px;
	 height: 24px;
	 margin-left: -12px;
	 border-left: 1px solid #fff;
	 border-bottom: 1px solid #fff;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 -webkit-animation: scroll-animation 1.5s infinite;
	 animation: scroll-animation 1.5s infinite;
}
@-webkit-keyframes scroll-animation {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scroll-animation {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/**************************************
 * 04.Preview Area Style
 *************************************/
.preview-area {
    background: #fff;
	padding: 100px 0;
}
.preview-area .section-title {
	margin-bottom: 35px;
}

.preview-item {
	margin-top: 40px;
}

.preview-single-item {
    position: relative;
    padding: 25px 20px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 3px;
	-webkit-transition: 0.4s;
    transition: 0.4s;
}
.preview-single-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 1rem 3rem rgba(31,45,61,.125);
}
.preview-content {
    text-align: center;
}
.preview-single-item .preview-content img {
	box-shadow: 0px 5px 20px #eaeaea;
    border-radius: 3px;
}

.preview-single-item h3 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-top: 35px;
	text-transform: capitalize;
}

/**************************************
 * 05.Features Area Style
 *************************************/
.services-area .section-title {
    margin-bottom: 35px;
}
.single-services-item {
	position: relative;
	padding: 45px 15px;
	text-align: center;
	margin-top: 30px;
	color: #000;
    border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	transition: all 0.4s ease 0s;
}
.single-services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.services-icon {
	position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.services-icon::before {
	content: '';
    position: absolute;
    top: 10px;
    left: 45%;
    height: 40px;
    width: 40px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    background-color: rgb(243, 84, 22, 0.05);
    -webkit-transition: .5s;
    transition: .5s;
}
.services-icon i {
	font-size: 40px;
	color: #5764ec;
}

.services-info h6 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-transition: all .4s;
	transition: all .4s;
}
/**************************************
 * 06.Footer Copyright Area Style
 *************************************/
.footer-area {
	background-color: #0f0f15;
	padding: 30px 0;
}
.footer-area p {
	color: #fff;
}

/**************************************
 * 07.Purchase Area Style
 *************************************/
.purchase-wrapper {
    position: relative;
    z-index: 1;
}
.purchase-content a {
    text-decoration: none;
}
.purchase-box {
    position: fixed;
    z-index: 999;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    color: #333;
    background: #fff;
}
.purchase-box:hover,
.purchase-box:focus,
.purchase-box:active {
    color: #fff;
}

.purchase-box-img {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 12px;
    background: #fff;
}

.purchase-box-img img {
    max-width: 100%;
    height: auto;
}

.purchase-box-text {
    position: relative;
    z-index: 2;
    padding: 14px 0 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0px;
    word-spacing: 3px;
    font-weight: 600;
    transition: all .4s;
    visibility: hidden;
    font-size: 13px;
    line-height: 1.2em;
    color: #333;
}
.purchase-box:hover .purchase-box-text {
    width: 165px;
    visibility: visible;
    padding: 14px 14px 14px 0;
}
/* ripple */
.purchase-wrapper .purchase-box-animation {
    position: fixed;
    z-index: -2;
    width: 120px;
    height: 120px;
    left: 0;
    bottom: 0;
}
.ripple-color-bg {
  background-color: #006FB2 !important;
  background-image: linear-gradient(90deg, #006FB2, #006FB2);
}

.purchase-box-animation .ripple {
  position: fixed;
  z-index: -1;
  width: 120px;
  height: 120px;
  left: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 100%;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.purchase-wrapper:hover .purchase-box-animation .ripple {
	display: none;
}

.purchase-box-animation .ripple:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: 0.3s;
}
.purchase-box-animation .ripple:nth-child(3) {
  animation-delay: .6s;
  -webkit-animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}







/**************************************
 * 07.Responsive Css
 *************************************/

@media only screen and (min-width: 991px) and (max-width: 1024px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.main-banner-content h1 {
		font-size: 30px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.purchase-wrapper {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.main-banner-content p {
		font-size: 13px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.purchase-wrapper {
		display: none;
	}
}

@media screen and (max-width: 320px) and (min-width: 0px) {
	.main-banner-content p {
		font-size: 13px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.purchase-content h2 {
		font-size: 25px;
	}
	.purchase-wrapper {
		display: none;
	}
}