@import url(https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&family=Monoton&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
body {
	font-family: Jost, sans-serif
}
.navbar {
	background-color: #fff;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .6s;
	transition: .6s;
    box-shadow: 0 2px 8px rgb(221 221 221 / 50%);
}
.menu-shrink {
	box-shadow: 0 2px 8px rgb(221, 221, 221, .5)
}
a {
	transition: .5s;
	text-decoration: none;
	display: block
}
a:hover {
	text-decoration: none
}
.navbar-nav .nav-item .nav-link {
	font-size: 16px;
	color: #5b5b98;
	padding: 0 15px;
	font-weight: 500
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
	color: #02334f
}
.navbar-nav .nav-item.active .nav-link {
	color: #02334f
}
.default-btn {
	background-color: #44ce6f;
	color: #fff;
	padding: 14px 35px;
	border-radius: 30px;
	font-size: 16px;
	display: inline-block;
	font-weight: 700
}
.default-btn:hover {
	background-color: #38b35f;
	color: #fff
}
.default-btn-two {
	background-color: #ffa393;
	color: #fff;
	padding: 14px 35px;
	border-radius: 30px;
	font-size: 16px;
	display: inline-block;
	font-weight: 700;
	margin-left: 10px
}
.default-btn-two i {
	margin-right: 2px
}
.default-btn-two:hover {
	background-color: #000;
	color: #fff;
	border-color: #0ea788
}
.new {
	position: absolute;
	top: -8px;
	right: -8px;
	font-size: 13px;
	font-weight: 400;
	font-family: Helvetica;
	line-height: 1;
	color: #fff;
	background-color: #002396;
	box-shadow: rgba(75,109,235,.57) 0 8px 19.74px -2px;
	z-index: 1;
	pointer-events: none;
	border-radius: 4px;
	padding: 8px 11px
}
.main-banner {
	height: 550px;
	position: relative;
	z-index: 1
}
.d-table {
	height: 100%;
	width: 100%
}
.d-table-cell {
	vertical-align: middle
}
.main-banner-content {
	text-align: center;
	margin-top: 70px
}
.main-banner-content h1 {
	font-size: 50px;
	margin: 0;
	line-height: 1.3
}
h1, h2, h3, h4, h5, h6 {
	color: #212529;
	font-weight: 700
}
.main-banner-content h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500
}
.main-banner-content .typewrite {
	margin-bottom: 10px
}
.main-banner-content span {
	color: #02334f;
	display: inline-block;
	font-size: 18px
}
img {
	max-width: 100%
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1
}
.demo-area .container-fluid {
	padding-left: 45px;
	padding-right: 45px;
	max-width: 1920px
}
.single_Do {
	text-align: center;
	position: relative;
	transition: .5s;
	margin-bottom: 60px
}
.single_Do img {
	width: 100%
}
.single_Do:hover {
	box-shadow: 0 20px 8px rgba(0,0,0,.06);
	transform: translateY(-5px)
}
.single_Do .image {
	box-shadow: 0 22px 70px rgba(0,0,0,.13);
	position: relative
}
.single_Do .content-two {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: .5s
}
.single_Do .content-two h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0
}
.cs-title, .single_Do .content-two h3 a {
	color: #130947;
	padding: 20px 10px;
	transition: .5s;
	border-top: 1px solid #eee
}
.single_Do:hover .content-two h3 a {
	color: #fff;
	background: #ffa393;
	border-color: #ffa393
}
.demo-area .section-title {
	margin-bottom: 60px;
	margin-top: 30px
}
.features-area {
	background-color: #fafafa;
	padding: 100px 0 60px;
	margin-top: 40px
}
.section-title {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
	margin-top: -6px
}
.section-title h2 {
	text-transform: capitalize;
	max-width: 620px;
	font-size: 40px;
	margin: 0 auto
}
.section-title-bg {
	color: #ffa393;
	font-size: 85px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	opacity: .5;
	font-family: 'Great Vibes', cursive;
	text-transform: uppercase;
	right: 0;
	transform: translateY(-50%)
}
.section-title ul {
	padding: 0;
	margin: 25px 0 0;
	list-style-type: none
}
.section-title ul li {
	display: inline-block;
	position: relative;
	margin: 0 15px;
	color: #02298a;
	font-size: 16px;
	font-weight: 500
}
.section-title ul li::before {
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: #44ce6f;
	width: 8px;
	height: 8px;
	border-radius: 50%
}
.section-title ul li:first-child::before {
	display: none
}
.single-features {
	text-align: center;
	background: #fff;
	margin-bottom: 40px;
	padding: 37px 15px 40px;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06)
}
.single-features:hover {
	background: #fff;
	-webkit-box-shadow: 0 40px 44px 0 rgba(0,0,0,.06), 0 40px 44px 0 rgba(0,0,0,.06);
	box-shadow: 0 40px 44px 0 rgba(0,0,0,.06), 0 40px 44px 0 rgba(0,0,0,.06)
}
.single-features h3 {
	margin-bottom: 0;
	font-size: 20px;
	margin-top: 25px;
	font-weight: 600
}
.footer-area {
	background-image: url(../img/bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
	z-index: 1
}
.footer-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: .95;
	right: 0;
	z-index: -1;
	background-color: #3a3a3a
}
.footer-content {
	text-align: center;
	margin: 0 auto;
	max-width: 850px
}
.footer-content h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
	line-height: 1.3
}
.footer-content .copyright {
	margin-top: 55px
}
.footer-content .copyright span {
	color: #fff;
	display: block;
	margin-top: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 18px
}
.footer-content .copyright span a {
	display: inline-block;
	color: #fff
}
.footer-content .copyright span a:hover {
	text-decoration: underline
}
.footer-area .default-btn {
	background-color: #ffa393;
	color: #fff;
	padding: 15px 30px 13px
}
.footer-area .default-btn:hover {
	background-color: #ff612f;
	color: #fff
}
.navbar-light .navbar-brand {
	font-weight: 700;
	font-size: 32px
}
.available-version {
	padding: 100px 0 30px
}
.available-version .container-fluid {
	padding-left: 45px;
	padding-right: 45px;
	max-width: 1920px
}
@media only screen and (max-width:767px) {
.available-version {
	padding: 60px 0 0
}
.available-version .container-fluid {
	padding-left: 15px;
	padding-right: 15px
}
.navbar {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-toggler {
	color: #13c4a1;
	border-color: #13c4a1;
	outline: 0!important;
	border-radius: 0
}
.navbar-light .navbar-nav {
	background: #fff;
	padding: 15px 15px 10px;
	border: 1px solid #eee;
	border-bottom: none
}
.default-btn-two {
	margin-bottom: 12px
}
.navbar-nav .nav-item .nav-link {
	padding: 5px 10px
}
.navbar-light .others-options {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 0 15px 15px
}
.main-banner {
	height: 375px;
	position: relative;
	z-index: -1
}
.main-banner-content h3 {
	margin-bottom: 12px;
	font-size: 16px
}
.main-banner-content h1 {
	font-size: 1.7rem;
	margin: 0;
	line-height: 38px
}
.main-banner-content h1 br {
	display: none
}
.demo-area .container-fluid {
	padding-left: 15px;
	padding-right: 15px
}
.single_Do {
	margin-bottom: 30px
}
.single_Do .content .text h3 {
	font-size: 18px
}
.single_Do .content-two h3 {
	font-size: 17px;
	line-height: 1.5
}
.features-area {
	padding: 55px 0 25px;
	margin-top: 25px
}
.section-title {
	margin-bottom: 50px
}
.section-title h2 {
	font-size: 25px
}
.section-title-bg {
	font-size: 45px
}
.section-title ul li {
	font-size: 14px;
	letter-spacing: 0
}
.single-features {
	margin-bottom: 30px;
	padding: 35px 15px 35px
}
.single-features h3 {
	font-size: 16px
}
.demo-area .section-title {
	margin-bottom: 35px
}
.footer-area {
	height: 100%;
	padding: 40px 0
}
.footer-content h1 {
	font-size: 25px
}
.footer-content .copyright {
	margin-top: 30px
}
.default-btn, .default-btn-two {
	padding: 10px 25px;
	font-size: 14px
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.navbar-light .navbar-toggler {
	color: #13c4a1;
	border-color: #13c4a1;
	outline: 0!important;
	border-radius: 0
}
.navbar-light .navbar-nav {
	background: #fff;
	padding: 15px 15px 10px;
	border: 1px solid #eee;
	border-bottom: none
}
.navbar-nav .nav-item .nav-link {
	padding: 5px 10px
}
.navbar-light .others-options {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 0 15px 15px
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.main-banner-content h1 {
	font-size: 2.15rem;
	line-height: 52px
}
.main-banner-content h3 {
	font-size: 17px
}
.main-banner {
	height: 450px
}
.main-banner-content h1 br {
	display: none
}
.section-title-bg {
	font-size: 65px
}
.section-title h2 {
	font-size: 30px
}
.single_Do .content-two h3 {
	font-size: 20px;
	line-height: 1.4
}
.single_Do {
	text-align: center;
	position: relative;
	transition: .5s;
	margin-bottom: 30px
}
.section-title ul {
	margin: 10px 0 0
}
.section-title ul li {
	font-size: 14px
}
.single-features h3 {
	font-size: 18px
}
.section-title {
	margin-bottom: 55px
}
.footer-content h1 {
	font-size: 38px
}
.footer-area {
	height: 500px
}
}
@media only screen and (min-width:922px) and (max-width:1199px) {
.main-banner-content h1 {
	font-size: 40px
}
.single_Do .content-two h3 {
	font-size: 17px;
	line-height: 1.5
}
.single-features h3 {
	font-size: 18px
}
.footer-area {
	height: 550px
}
.footer-content h1 {
	font-size: 40px
}
}
@media only screen and (min-width:1650px) {
.main-banner {
	height: 650px
}
}
