/*
Theme - Moru
Framework - Bootstrap 5
Theme URL - https://angrystudio.com/themes/moru-free-bootstrap-5-website-template
Designer Name - Angry Studio
Designer Website - https://angrystudio.com
License - https://angrystudio.com/license/
*/


/*-- General Styles--*/

body {
	color: #415481;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.7;
}
::selection {
    color: #fff;
    background: #ff6a00;
}
h1,
h2,
h3,
h4 {
	color: #2F4858;
}

a,
a:hover {
	text-decoration: none;
	color: #ff6a00;
}

.text-dark {
	color: #2F4858!important
}

.text-main {
	color: #ff6a00;
}

.btn {
	font-weight: 700;
	border-width: 2px;
}

.btn:focus,
button:focus {
	box-shadow: none !important;
	outline: none
}

.btn-main {
	color: #fff;
	background-color: #fc6a05;
	background: linear-gradient(to right, #ff7515 50%, #fc6a05 50%) repeat scroll right bottom/200% 100% transparent;
	border-color: #fc6a05;
	transition: background 350ms ease-in-out;
}

.btn-main:focus {
	color: #fff;
	background-color: #fc6a05;
	border-color: #fc6a05;
}

.btn-main:hover {
	color: #fff;
	background-color: #e7640a;
	border-color: transparent;
	background-position: left bottom;
}

.btn-main:active,
.btn-main:visited {
	color: #fff;
	background-color: #fc6a05;
	border-color: #fc6a05;
}

.btn-main-outline {
	color: #fc6a05;
	background-color: transparent;
	background: linear-gradient(to right, #fc6a05 50%, transparent 50%) repeat scroll right bottom/200% 100% transparent;
	border-color: #fc6a05;
	transition: background 350ms ease-in-out;
}

.btn-main-outline:hover {
	color: #fff;
	background-color: #fc6a05;
	border-color: #fc6a05;
	background-position: left bottom;
}

.section {
	overflow-x: hidden;
}

.pre-title {
	color: #fc6a05;
}

.section-title {
	font-weight: 800;
}

.section-subtitle {
	font-weight: 500;
}


/*-- Navigation Menu --*/

.primary-menu {
	box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .07);
}

.navbar-toggler {
	border: none
}

.primary-menu .navbar-toggler-icon {
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(47,72,88, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E);

}

.navbar-light .navbar-nav .nav-link,
.dropdown-item {
	color: #2F4858
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fc6a05;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: #fc6a05;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: #fc6a05;
}

.nav-link {
	font-weight: 700
}


/*-- Hero Header --*/

.hero {
	background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .3)), url(../images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.hero-title {
	font-size: 3.2rem;
	font-weight: 800;
	letter-spacing: -1px;
}

.hero-subtitle {
	font-weight: 600;
}


/*-- Brand Logos --*/

.brand-logos {
	padding: 120px 0
}

.brand-logos img {
	margin: 0 25px 0 25px;
}


/*-- Video Section --*/

.about-video:before,
.about-video:after {
	content: '';
	position: absolute;
	top: -40px;
	bottom: -40px;
	left: -40px;
	right: -40px;
	background: #ffede0;
	border-radius: 5px 10% 5px 10%;
	z-index: -1;
}

.about-video:before {
	background: rgb(255 244 235 / 35%);
	transform: rotate(-2deg);
}

.about-video:after {
	background: #fff4eb;
	transform: rotate(2deg);
}


/*-- Features Section --*/

.feature-box-icon:before {
	content: '';
	position: absolute;
	background: #fff1ea;
	z-index: -1;
	border-radius: 100%;
	top: -10px;
	right: -10px;
	bottom: 0;
	left: 0;
}

.feature-box-icon img {
	height: 40px;
}

.feature-box-title {
	font-size: 1.325rem;
	font-weight: 600;
}


/*-- Content Sections --*/

.img-cover:before,
.img-cover:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	height: 50%;
	width: 50%;
}

.img-cover:before {
	background: url(../images/dots.png);
	top: -30px;
}

.img-cover:after {
	background: #ff6a00;
	border-radius: 5px;
	bottom: -15px;
}

.img-cover-right:before {
	left: -30px
}

.img-cover-right:after {
	right: -15px;
}

.img-cover-left:before {
	right: -30px
}

.img-cover-left:after {
	left: -15px;
}


/*-- Case Studies Section --*/

.case-studies-boxes:before,
.case-studies-boxes:after {
	content: '';
	display: block;
	position: absolute;
	top: -40px;
	bottom: -40px;
	left: -40px;
	right: -40px;
	z-index: -1;
	border-radius: 20px 20% 20px 20%;
}

.case-studies-boxes:before {
	background: rgb(255 244 235 / 35%);
	transform: rotate(2deg);
}

.case-studies-boxes:after {
	background: #fff4eb;
	transform: rotate(-2deg);
}

.case-study-box {
	box-shadow: 0px 3px 17px 0px rgb(0 0 0 / 4%);
	transition: all .2s;
}

.case-study-box:hover {
	transform: translateY(-10px)
}

.case-study-box img {
	height: 25px;
}

.case-studies-list li {
	background-image: url(../images/check.svg);
	padding-left: 1.6rem;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
	margin-bottom: .325rem;
}


/*-- Pricing Tables --*/

.pricing-tables {
	/*background: linear-gradient(to top, #fffbfa, transparent);*/
}

.pricing-table {
	box-shadow: 0px 3px 17px 0px rgb(0 0 0 / 4%);
}

.pricing-table-main .pricing-table-tag {
	background: #ff6a00;
	border-left: 3px solid #eae0da;
	border-bottom: 3px solid #eae0da;
	border-radius: 0 4px 0 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.pricing-table-list li {
	background-image: url(../images/check.svg);
	padding-left: 1.6rem;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
	margin-bottom: .625rem;
}

.pricing-table-list li.feature-na {
	background-image: url(../images/cross.svg);
}

.pricing-table-header img {
	height: 80px;
}


/*-- Team Section --*/

.team-box .card img {
	height: 320px;
	object-fit: cover;
	filter: grayscale(1)
}


/*-- Blog Posts --*/
.blog-posts .blog-thumb {
	height: 275px;
	object-fit: cover;
}
.blog-posts .card-title {
	line-height: 1.8rem;
}
.blog-posts .card-footer {
	border-color: rgba(0, 0, 0, .05);
}

.blog-posts .blog-author img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.blog-posts .blog-author {
	font-weight: 600;
}


/*-- Testimonials Slider --*/

.testimonials {
	padding: 120px 0
}

.testimonials .swiper-container {
	padding-bottom: 20px;
}

.testimonials .swiper-pagination-bullet-active {
	background: #ff6a00 !important;
}

.testimonial-box {
	max-width: 800px;
}

.testimonial-box:before {
	content: '';
	background: url(../images/left-quote.svg) no-repeat;
	position: absolute;
	top: -50px;
	left: -120px;
	width: 97px;
	height: 100px;
}

.testimonial-img img {
	height: 265px;
	width: 265px;
	object-fit: cover;
	object-position: center;
}


/*-- CTA Section --*/

.cta {
	/*background: linear-gradient(to bottom, #fffbfa, transparent)*/
}

.cta-title {
	font-weight: 800;
	font-size: 2.5rem;
}


/*-- Footer --*/

.footer-title {
	font-size: 1.4rem;
	font-weight: 600;
}

.footer-social img {
	height: 22px;
}

.footer-links li {
	margin-bottom: 15px;
}

.footer-links a {
	color: #2F4858;
	font-weight: 600
}

.footer-credits {
	border-top: 1px dashed #fcf0e7;
}


/*-- Media Queries --*/

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.section-subtitle {
		font-size: 1.125rem;
	}
	.navbar-brand img {
		max-width: 120px;
	}
	.footer-logo {
		max-width: 120px;
	}
}

@media screen and (min-width:992px) {
	.fs-main {
		font-size: 1.125rem;
		line-height: 1.8;
	}
	.section {
		padding: 80px 0;
	}
	.section-title {
		font-size: 2rem;
	}
	.primary-menu {
		padding: 1rem 0;
	}
	.primary-menu .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.primary-menu .dropdown-menu {
		border: 0;
		border-radius: 5px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.2rem;
		padding-left: 1.2rem;
	}
	.hero-box {
		min-height: 700px;
		max-width: 60%;
	}
	.brand-logos img {
		height: 22px;
	}
}

@media (min-width: 1200px) {
	.w-small {
		width: 75%;
		max-width: 980px;
	}
	.section {
		padding: 120px 0;
	}
	.section-title {
		font-size: 2.8rem;
	}
	.brand-logos img {
		height: 25px;
	}
}

@media (min-width: 1400px) {
	.brand-logos img {
		height: 32px;
	}
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
	.testimonial-box:before {
		left: -40px;
	}
}

@media (max-width: 991.98px) {
	.section {
		padding: 40px 0;
	}
	.hero-box {
		min-height: 600px;
		max-width: 85%;
	}
	.hero-title {
		font-size: 2.5rem;
	}
	.brand-logos img {
		margin: 10px 25px 10px 25px;
		height: 25px;
	}
	.about-video:before {
		top: -30px;
		bottom: -30px;
	}
	.testimonial-box:before {
		left: 5px;
		width: 70px;
		height: 70px;
		background-size: 70px;
	}
}

@media (max-width: 767.98px) {
	.section-title {
		font-size: 1.4rem;
	}
	.primary-menu {
		padding: .8rem 0;
	}
	.navbar-brand img {
		max-width: 100px;
	}
	.hero-box {
		max-width: 100%;
	}
	.hero-title {
		font-size: 1.6rem;
	}
	.hero-subtitle {
		font-weight: 500;
	}
	.brand-logos-title {
		font-size: 1.125rem;
	}
	.brand-logos img {
		margin: 10px 10px 10px 10px;
		height: 22px;
	}
	.video-text {
		text-align: center;
	}
	.about-video:before,
	.about-video:after {
		top: -20px;
		bottom: -20px;
		left: -20px;
		right: -20px;
	}
	.features {
		text-align: center;
	}
	.case-studies-boxes:before,
	.case-studies-boxes:after {
		top: -20px;
		bottom: -20px;
		left: -20px;
		right: -20px;
		border-radius: 20px 10% 20px 10%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: -5px;
	}
	.feature-box-title {
		font-size: 1.125rem;
	}
	.testimonial-box {
		flex-direction: column;
		text-align: center;
	}
	.testimonial-box:before {
		top: 0px;
	}
	.blog-posts .card-title {
		font-size: 1.125rem !important;
	}
	.footer-logo {
		max-width: 100px;
	}
	.footer-title {
		font-size: 1.125rem;
	}
	.footer-links a {
		font-size: .875rem;
	}
}

@media (max-width: 575.98px) {
	.brand-logos img {
		margin: 10px 5px 10px 5px;
		height: 20px;
	}
	.team-box .card img {
		height: 130px;
	}
}