/*========================================================================

	Template Name: Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About area
	05. Features area
	06. Counter area
	07. Services area
	08. Skill progress
	09. Testimonial
	10. Blog
	11. Partner
	12. Footer
	13. Inner page header
	14. Team
	15. Projects
	16. Contact Us
	17. Pricing
	18. Faq
	19. Gallery
	20. Privacy policy
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Jost: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');
/* font-family: 'Jost', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #f44647;
	color: #fff;
}
::-moz-selection {
 background-color: #f44647;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Jost', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
}
p {
	line-height: 22px;
	font-size: 15px;
	color: #6c757d;
	font-family: 'Jost', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Jost', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #297ee8;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #000;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #297ee8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:after {
	position: absolute;
	top: 4px;
	width: 30px;
	left: 0px;
	right: 0px;
	background-color: #000;
	content: "";
	margin: auto;
	height: 2px;
}
.btn-style-1:before {
	position: absolute;
	bottom: 4px;
	width: 30px;
	left: 0px;
	right: 0px;
	background-color: #000;
	content: "";
	margin: auto;
	height: 2px;
}
.btn-style-1:hover {
	background-color: #1d6ed3;
	color: #fff;
	text-decoration: none;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h3 {
	font-size: 36px;
	font-weight: 600;
}
.section-title h3 span {
	position: relative;
}
.section-title h3 span:after {
	position: absolute;
	width: 70px;
	height: 2px;
	background-color: #ccc;
	content: "";
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 8px 0px;
}
/* header social */
.header-social li {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px 10px;
	color: #333;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.quote-btn {
	background-color: #297ee8;
	padding: 10px 18px !important;
	display: inline-block;
	color: #fff !important;
	font-weight: 600;
	border-radius: 4px;
	text-transform: uppercase;
}
.quote-btn:hover {
	background-color: #222;
}
.header-location li {
	color: #333;
	font-size: 14px;
}
.header-location li a {
	color: #333;
}
.header-location li i {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #333;
	text-align: center;
	margin-right: 6px;
	font-size: 12px;
	border-radius: 100%;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover {
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover:after {
	position: absolute;
	content: "";
	width: 40%;
	left: -60px;
	top: 0px;
	background-color: #297ee8;
	height: 100%;
	z-index: -1;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 12px;
	color: #333;
	font-weight: 500;
	position: relative;
	padding: 6px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #297ee8;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #297ee8;
	border-radius: 0px;
	background-color: #333;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #297ee8;
	padding-left: 20px;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 999 !important;
	background-color: #fff !important;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #333;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #297ee8 !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.6);
}
.slider .carousel-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0.2;
	background-image: url(../img/slider/line-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	border-radius: 40px;
	padding: 6px 16px;
	display: inline-block;
	background-color: rgba(41,126,232,0.4);
}
.slider .carousel-caption h2 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	bottom: auto;
	width: auto;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 10px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 10px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
/* ===================================
	04. About area
=================================== */
.about-us-info h6 {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 15px;
}
.about-us-info .fa-quote-left {
	color: #297ee8;
	font-size: 60px;
	opacity: 0.3;
	margin-bottom: 15px;
}
.about-img {
	position: relative;
}
.about-img:after {
	width: 50px;
	position: absolute;
	left: 20px;
	top: 20px;
	height: 50px;
	border-radius: 8px 0px 8px 0px;
	z-index: 1;
	content: "";
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.about-img:before {
	width: 50px;
	position: absolute;
	border-radius: 8px 0px 8px 0px;
	right: 20px;
	height: 50px;
	content: "";
	bottom: 20px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 1;
}
.about-img img {
	border-radius: 8px;
}
.video-btn {
	background-color: #297ee8;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	font-size: 20px;
	text-decoration: none;
	padding: 16px 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-btn i {
	color: #fff;
	padding-left: 6px;
	font-size: 18px;
}
.video-btn:hover {
	background-color: #1d6ed3;
	color: #fff;
}
/* ===================================
	05. Features area
=================================== */
.features-panel {
	padding: 80px 40px 80px 40px;
	background: #FFF;
}
.features-panel:nth-child(1) {
	background-color: #1565ca;
}
.features-panel:nth-child(2) {
	background-color: #1c6ed5;
}
.features-panel:nth-child(3) {
	background-color: #297ee8;
}
.features-panel:nth-child(4) {
	background-color: #3988ec;
}
.features-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 100%;
	margin-bottom: 35px;
	background-color: rgba(0,0,0,1);
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 1;
}
.features-icon:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	bottom: -20px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 0;
	background-color: rgba(0,0,0,1);
}
.features-panel h5 {
	line-height: 38px;
	font-size: 32px;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.features-panel p {
	color: #fff;
}
.features-panel .learn-more {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.features-panel .learn-more:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
/* ===================================
	06. Counter area
=================================== */
.counter-center {
	border-top: 2px solid #297ee8;
}
.single-counter-box .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	background-color: #d4e7fe;
	color: #297ee8;
	font-size: 14px;
	border-radius: 100%;
	margin-bottom: 15px;
	position: relative;
}
.single-counter-box .icon:after {
	position: absolute;
	content: "";
	height: 30px;
	background-color: #297ee8;
	left: 0px;
	top: -26px;
	right: 0px;
	margin: auto;
	z-index: -1;
	width: 2px;
}
.single-counter-box {
	position: relative;
	text-align: center;
	border-radius: 6px;
	padding: 25px 0px 0px 0px;
}
.single-counter-box .counter-info-text span {
	color: #333;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	display: inline-block;
}
.single-counter-box h4 {
	color: #999;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
}
/* ===================================
	07. Services area
=================================== */
.service-item {
	position: relative;
	padding: 25px 25px 25px 100px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
	border-radius: 8px;
}
.service-item:after {
	background: #f4f4f4 none repeat scroll 0 0;
	content: "";
	height: 120%;
	position: absolute;
	right: -40px;
	top: 0;
	transform: rotate(9deg);
	width: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item:hover:after {
	background-color: #297ee8;
}
.service-item .service-icon {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 14px;
	background-color: #f5f4ff;
	color: #297ee8;
	border-radius: 100%;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item .service-icon:after {
	position: absolute;
	top: -8px;
	content: "";
	left: -8px;
	background-color: #297ee8;
	border-radius: 100%;
	height: 36px;
	width: 36px;
	opacity: 0.1;
	z-index: -1;
}
.service-item:hover .service-icon {
	background-color: #297ee8;
	color: #fff;
}
.service-item h4 {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
}
.service-item h4 a {
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item h4 a:hover {
	color: #297ee8;
}
.service-item .service-readmore {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item .service-readmore:hover {
	color: #297ee8;
	border-bottom: 1px solid #297ee8;
}
/* sidebar services */
.sidebar-services li {
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 4px;
}
.sidebar-services li a {
	padding: 20px 16px;
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-services li a:hover {
	background-color: #297ee8;
	color: #fff;
}
.sidebar-services li a i {
	margin-right: 6px;
}
.sidebar-services li:last-child {
	margin-bottom: 0px;
}
/* single service text */
.single-service-text h2 {
	font-size: 30px;
	font-weight: 600;
}
.single-service-text h3 {
	font-size: 22px;
	font-weight: 500;
}
/* ===================================
	08. Skill progress
=================================== */
.skill-progress .progress-title-holder {
	position: relative;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	padding-bottom: 6px;
}
.skill-progress .progress-wrapper {
	width: 100%;
	z-index: 10;
}
.skill-progress .progress-mark {
	position: absolute;
	bottom: 0;
	line-height: 38px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.skill-progress .progress-outter {
	background-color: #297ee8;
	height: 2px;
}
.skill-progress .progress-content {
	width: 0%;
	height: 2px;
	background-color: #297ee8;
}
.skill-progress .percent {
	color: #333;
	font-size: 12px;
	position: relative;
}
.skill-progress .percent:before {
	background-color: #297ee8;
	border-radius: 100%;
	bottom: -17px;
	content: "";
	height: 12px;
	position: absolute;
	border: 3px solid #1053a6;
	right: 13px;
	width: 12px;
}
.skill-progress .skill-bar {
	margin-bottom: 40px;
}
.skill-progress .skill-bar:last-child {
	margin-bottom: 0px;
}
.skill-img img {
	border-radius: 8px;
}
/* ===================================
	09. Testimonial
=================================== */
.testimonial-area {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.testimonial-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
.testimonial-box {
	background-color: rgba(255,255,255,0.2);
	border-radius: 8px;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.testimonial-box .author-img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.testimonial-box .author-img img {
	max-width: 70px;
	border-radius: 8px;
}
.testimonial-box .testi-star {
	color: #FC0;
	font-size: 18px;
	margin-bottom: 20px;
}
.testimonial-box .profile-info {
	margin-top: 30px;
}
.testimonial-box .profile-info h3 {
	color: #fff;
	padding-bottom: 6px;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}
.testimonial-box p {
	color: #fff;
}
.testimonial-box .profile-info span {
	color: #ccc;
}
.testimonial-carousel .owl-nav {
	margin-top: 30px;
}
.testimonial-carousel .owl-nav button {
	text-align: center;
	color: #202020 !important;
	margin: 0px 6px !important;
	background-color: transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-nav button:hover {
	background-color: transparent !important;
}
.testimonial-carousel .owl-nav button.owl-prev, .testimonial-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff !important;
	background-color: #666 !important;
	border-radius: 100%;
}
.testimonial-carousel .owl-nav button.owl-prev:hover, .testimonial-carousel .owl-nav button.owl-next:hover {
	background-color: #297ee8 !important;
}
/* ===================================
	10. Blog
=================================== */
.blog-item {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .blog-item-des {
	padding: 24px;
}
.blog-item .blog-item-meta {
	background-color: rgba(0,0,0,0.1);
	padding: 12px 8px;
	margin-top: 12px;
	border-radius: 6px;
	text-align: center;
}
.blog-item .blog-item-meta li a {
	color: #000;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-meta li a i {
	color: #297ee8;
}
.blog-item .blog-item-meta li a:hover {
	color: #297ee8;
}
.blog-item h4 a {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item h4 a:hover {
	color: #297ee8;
}
.blog-item .post-date {
	position: absolute;
	top: 10px;
	border-radius: 4px;
	right: 10px;
	background-color: rgba(41,126,232,0.9);
	color: #fff;
	padding: 6px 12px;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}
.blog-item:hover {
	border: 1px solid #297ee8;
}
.blog-item .blog-item-img .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: #297ee8;
	opacity: 0;
	margin: auto;
	padding: 6px 12px;
	line-height: 0px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img .readmore {
	opacity: 1;
}
/* sidebar title */
.sidebar-title {
	font-size: 22px;
	font-weight: 500;
}
.sidebar-title .sidebar-title-border {
	background-color: #297ee8;
	position: relative;
	width: 30px;
	height: 2px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
/* sidebar item */
.sidebar-item {
	background-color: #e7f1fd;
	padding: 20px;
	border-radius: 8px;
}
/* search form */
.search-form input {
	padding: 10px 12px;
	border: 0px;
}
.search-form button {
	background-color: #297ee8;
	color: #fff;
}
/* sidebar categories */
.sidebar-categories {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.sidebar-categories li a {
	width: 100%;
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 16px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
	border-bottom: 0px;
}
.sidebar-categories li a i {
	margin-left: auto;
	font-size: 10px;
}
.sidebar-categories li a:hover {
	background-color: #f8f9fa;
	color: #297ee8;
}
/* recent posts */
.recent-posts {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.recent-posts li a {
	width: 100%;
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 16px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.recent-posts li:last-child a {
	border-bottom: 0px;
}
.recent-posts li .recent-post-img {
	margin-left: auto;
}
.recent-posts li .recent-post-img img {
	border-radius: 6px;
}
.recent-posts li a:hover {
	background-color: #f8f9fa;
	color: #297ee8;
}
/* tags list */
.sidebar-tags {
	display: inline-block;
}
.sidebar-tags li {
	float: left;
}
.sidebar-tags li a {
	background-color: #cbdef6;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px 0;
	border-radius: 6px;
	display: inline-block;
	font-size: 12px;
	padding: 8px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-tags li a:hover {
	background-color: #297ee8;
	color: #fff;
}
/* blog post */
.blog-post-img {
	position: relative;
}
.blog-post-img img {
	border-radius: 6px;
}
.blog-post-img .post-date {
	position: absolute;
	top: 10px;
	border-radius: 4px;
	right: 10px;
	background-color: rgba(41,126,232,0.9);
	color: #fff;
	padding: 6px 12px;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}
.blog-post-content .blog-item-meta {
	background-color: rgba(0,0,0,0.1);
	padding: 12px 8px;
	text-align: center;
	border-radius: 6px;
}
.blog-post-content .blog-item-meta li a {
	color: #000;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post-content .blog-item-meta li a i {
	color: #297ee8;
}
.blog-post-content .blog-item-meta li a:hover {
	color: #297ee8;
}
.blog-post-content figure {
	background-color: #f5f5f5;
	padding: 25px;
	border-left: 4px solid rgba(0,0,0,0.2);
	border-radius: 6px;
}
.blog-post-content figure .blockquote {
	width: 100%;
	display: inline-block;
}
.blog-post-content figure .blockquote i {
	font-size: 30px;
}
.blog-post-content figure .blockquote p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	color: #000;
}
.blog-post-content figure figcaption {
	margin-bottom: 0px;
}
.blog-post-content figure .blockquote-footer {
	margin-top: 0px;
	font-size: 14px;
}
.releted-tags a {
	display: inline-block;
	border: 1px solid #6c757d;
	padding: 6px 16px;
	font-size: 12px;
	border-radius: 4px;
	margin-bottom: 6px;
	color: #6c757d;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.releted-tags a:hover {
	background-color: #297ee8;
	color: #fff;
	border-color: #297ee8;
}
/* post comment form */
.post-comment-form input, .post-comment-form textarea {
	padding: 12px 12px;
}
/* ===================================
	11. Partner
=================================== */
.partner-carousel {
	background-color: #333;
	padding: 40px 40px;
	border-radius: 90px;
}
/* ===================================
	12. Footer
=================================== */
.upper-footer {
	background-color: #2c2f34;
}
.footer-item-title {
	font-weight: 400;
	color: #fff;
	margin-bottom: 22px;
	text-decoration: underline;
	line-height: 24px;
}
.about-footer {
	font-size: 14px;
}
/* footer link */
.footer-link li {
	padding-bottom: 12px;
}
.footer-link li a {
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #297ee8;
}
/* footer contact */
.footer-contact li {
	padding-bottom: 12px;
	font-size: 14px;
	color: #fff;
}
.footer-contact li:last-child {
	padding-bottom: 0px;
}
.footer-contact li i {
	color: #297ee8;
}
.footer-contact li a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact li a:hover {
	color: #297ee8;
}
/* footer contact */
.bottom-footer {
	background-color: #222327;
}
.footer-social li {
	margin-right: 0px !important;
}
.footer-social li a {
	color: #fff;
	background-color: #2c2f34;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border-radius: 100%;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social li a:hover {
	color: #fff;
	background-color: #297ee8;
}
/* ===================================
	13. Inner page header
=================================== */
.inner-page-header {
	background-image: url("../img/bg/page-header-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 100px 0px;
}
.inner-page-header:after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.inner-page-header .breadcrumb {
	text-align: center;
	margin: auto;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: rgba(41,126,232,0.8);
}
.inner-page-header .breadcrumb li {
	float: none;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
}
.inner-page-header .breadcrumb li:before {
	color: #fff;
	padding-right: 10px;
}
.inner-page-header .breadcrumb-item + .breadcrumb-item:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.inner-page-header .breadcrumb li a {
	color: #fff;
	font-weight: 600;
}
.inner-page-header h1 {
	color: #fff;
	font-weight: 500;
}
/* ===================================
	14. Team
=================================== */
.team-item {
	display: block;
	border: 2px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}
.team-item .team-img {
	padding: 8px;
	border-bottom: 2px solid #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item:hover .team-img {
	background-color: #297ee8;
}
.team-item .team-img img {
	border-radius: 6px;
}
.team-item .team-dec {
	padding: 15px;
}
.team-item .team-dec h4 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 6px;
}
.team-item .team-dec h6 {
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 14px;
}
.team-item .team-dec p {
	margin-bottom: 0px;
}
.team-item .team-social {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 10px 0px;
}
.team-item .team-social li a {
	font-size: 14px;
	color: #000;
	margin: 0px 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item .team-social li a:hover {
	color: #297ee8;
}
/* ===================================
	15. Projects
=================================== */
.project-item {
	position: relative;
}
.project-item .project-img {
	position: relative;
}
.project-item .project-img:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-item .project-content {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	transform: translateY(-50%);
	padding: 0px 30px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-item .project-content h6 a {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-item .project-content h6 a:hover {
	color: #297ee8;
}
.project-item .project-content p {
	color: #fff;
	font-size: 16px;
}
.project-item .project-more-button {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #297ee8;
	padding: 12px 24px;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-item .project-more-button:hover, .project-item .zoom-img:hover {
	background-color: #000;
}
.project-item .zoom-img {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 14px;
	background-color: #297ee8;
	padding: 12px 24px;
	font-weight: 600;
	opacity: 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-item:hover .project-content, .project-item:hover .zoom-img {
	opacity: 1;
}
.project-item:hover .project-img:after {
	width: 100%;
}
/* project description */
.project-description h2 {
	font-size: 30px;
	font-weight: 600;
}
.project-description h6 {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}
.project-description ul li:nth-of-type(even) {
	background-color: #e7f1fd;
}
.project-description ul li:nth-of-type(odd) {
	background-color: #cbdef6;
}
.project-description ul li {
	padding: 10px 20px;
	display: flex;
	font-size: 14px;
	color: #333;
}
.project-description ul li .title {
	display: inline-block;
	margin-right: 30px;
	padding-right: 20px;
	width: 230px;
	font-weight: 600;
	color: #000;
	position: relative;
}
.project-description ul li .title:after {
	background-color: #fff;
	content: "";
	width: 1px;
	height: calc(100% + 20px);
	top: -10px;
	right: 0;
	position: absolute;
}
/* ===================================
	16. Contact Us
=================================== */
.contact-form input, .contact-form textarea {
	padding: 12px 12px;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 270px;
	border-radius: 8px;
	overflow: hidden;
}
/* contact info */
.contact-info li {
	font-size: 14px;
	color: #000;
	margin-bottom: 12px;
}
.contact-info li:last-child {
	margin-bottom: 0px;
}
.contact-info li span {
	font-weight: 600;
	width: 120px;
	display: inline-block;
}
/* ===================================
	17. Pricing
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	padding: 30px;
	overflow: hidden;
	text-align: center;
	border: 2px solid rgba(0,0,0,0.3);
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head {
	position: relative;
	margin-bottom: 30px;
}
.single-pricing .pricing-head h3 {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 6px;
}
.single-pricing .pricing-classic-price {
	font-weight: 600;
	letter-spacing: 0;
	color: #000;
	font-size: 26px;
}
.single-pricing .pricing-classic-price span {
	font-size: 16px;
	font-weight: 400;
}
.single-pricing ul.feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing ul.feature li {
	display: block;
	font-size: 15px;
	padding-bottom: 16px;
	text-transform: capitalize;
	color: #6c757d;
}
.single-pricing ul.feature li .fa-check {
	color: #297ee8;
}
.single-pricing ul.feature li .fa-times {
	color: #F00;
}
.single-pricing ul.feature li:last-child {
	padding-bottom: 0;
}
.single-pricing:hover, .single-pricing.active {
	border: 2px solid #297ee8;
}
/* ===================================
	18. Faq
=================================== */
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #297ee8 !important;
	padding: 20px 20px !important;
	border-bottom: 0;
	font-size: 13px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000 !important;
	padding: 20px 20px !important;
	font-size: 13px;
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.faq-box .accordion-item {
	margin-bottom: 2px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: rgba(0,0,0,0.05);
}
/* ===================================
	19. Gallery
=================================== */
.gallery-box {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 20px;
}
.gallery-box .gallery-img img {
	border-radius: 6px;
}
.gallery-box .gallery-zoom {
	position: absolute;
	top: 8px;
	display: inline-block;
	right: 8px;
	width: 40px;
	height: 40px;
	background-color: #333;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-zoom {
	opacity: 1;
}
.gallery-box .gallery-zoom:hover {
	background-color: #297ee8;
}
/* ===================================
	20. Privacy policy
=================================== */
.privacy-policy-single-content h3 {
	color: #297ee8;
	font-size: 22px;
}
.privacy-policy-single-content p {
	margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
	padding-bottom: 8px;
	color: #000;
	font-size: 14px;
}
.privacy-policy-single-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
	color: #297ee8;
	padding-right: 6px;
}
