/*========================================================================

	Template Name: One Page Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Banner area
	04. About Us
	05. Services area
	06. Portfolio
	07. Blog
	08. Testimonial
	09. Contact us
	10. Footer
		
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #0c5adb;
	color: #fff;
}
::-moz-selection {
 background-color: #0c5adb;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #c5c5c5;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #6c757d;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Open Sans', 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: #333;
	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;
	padding: 12px 30px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #666;
	-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:hover {
	background-color: #000;
	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 {
	position: relative;
	text-align: center;
}
.section-title span {
	font-size: 14px;
	text-transform: capitalize;
	color: #16c0f0;
	margin-bottom: 0px;
	position: relative;
	letter-spacing: 2px;
}
.section-title span:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #16c0f0;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}
.section-title span:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #16c0f0;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}
.section-title h2 {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 0px;
	position: relative;
}
/* ===================================
	02. Header
=================================== */
header {
	position: absolute;
	top: 0px;
	z-index: 999;
	background-color: transparent;
	width: 100%;
}
.header-wrapper .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-wrapper {
	padding: 20px 20px 20px 20px;
	-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;
}
.nav-btn {
	border: 2px solid #fff;
	padding: 12px 12px;
	background-color: transparent;
	display: inline-block;
	border-radius: 6px;
}
.nav-btn span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}
.nav-btn span + span {
	margin-top: 4px;
	width: 18px;
}
.nav-btn span + span + span {
	width: 10px;
}
/* sticky */
.logo-sticky {
	display: none;
}
.is-sticky .logo {
	display: none;
}
.is-sticky .logo-sticky {
	display: inline-block;
}
.is-sticky {
	z-index: 999;
}
.is-sticky .header-wrapper {
	z-index: 9999 !important;
	background-color: #fff !important;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.is-sticky .nav-btn {
	border: 2px solid #333;
}
.is-sticky .nav-btn span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
}
.side-navigation .navbar-nav {
	width: 100%;
	display: inline-block;
}
.side-navigation .btn-close {
	background-image: none;
	font-size: 20px;
	color: #fff;
}
.side-navigation .navbar-nav li {
	width: 100%;
}
.side-navigation {
	background-color: #2B3D4F;
}
.side-navigation .navbar-nav li a {
	padding: 14px 12px !important;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: capitalize;
	border-top: 1px solid #374757;
	border-bottom: 1px solid #263340;
	background-color: transparent;
	-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;
}
.side-navigation .navbar-nav li a i {
	padding-right: 8px;
}
.side-navigation .navbar-nav li a:hover {
	background-color: #263446;
	color: #fff;
}
/* sidebar social */
.sidebar-social {
	margin-top: 50px;
}
.sidebar-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	font-size: 14px;
	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;
}
.sidebar-social a:hover {
	background-color: #000;
	color: #fff;
}
.fb-color {
	background-color: #4064AC;
}
.tw-color {
	background-color: #4C9BE5;
}
.pinterest-color {
	background-color: #DF0019;
}
.insta-color {
	background-color: #C33091;
}
/* ===================================
	03. Banner area
=================================== */
.banner-area {
	background-image: url("../img/banner/1.jpg"); /*edit image*/
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 300px 0px;
	text-align: center;
	position: relative;
	height: 100vh;
}
.banner-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.5);
}
.banner-area:after {
	position: absolute;
	background-image: url(../img/banner/banner-dot.png);
	content: "";
	width: 100%;
	height: 20px;
	bottom: -10px;
	left: 0px;
	z-index: 0;
}
.banner-caption {
	position: relative;
}
.banner-caption h6 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}
.banner-caption .typer-heading {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
}
.banner-caption p {
	color: #fff;
}
.btn-arrow-down {
	color: #fff;
	font-size: 30px;
	margin-top: 50px;
	display: inline-block;
}
.btn-arrow-down:hover {
	color: #fff;
}
.btn-arrow-down i {
	display: inline-block;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
/* ===================================
	04. About Us
=================================== */
.featured-box .icon-square {
	width: 60px;
	background-color: #16c0f0;
	height: 60px;
	color: #fff;
	line-height: 60px;
	font-size: 24px;
	border-radius: 6px;
	margin: auto auto 15px auto;
}
.featured-box h2 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
/* ===================================
	05. Services area
=================================== */
.service-box {
	position: relative;
}
.service-box .service-box-icon {
	margin-right: 20px;
	position: relative;
	z-index: 2;
}
.service-box .service-box-icon:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #16c0f0;
	top: 0px;
	left: 25px;
	z-index: 1;
}
.service-box i {
	text-align: center;
	width: 50px;
	z-index: 2;
	position: relative;
	height: 50px;
	background-color: #fff;
	border: 2px solid #16c0f0;
	line-height: 50px;
	color: #16c0f0;
	border-radius: 100%;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.service-box h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}
.service-box h3 a {
	color: #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-box p {
	margin-bottom: 0px;
}
.service-box:hover i {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(380deg);
}
/* ===================================
	06. Portfolio
=================================== */
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img:after {
	position: absolute;
	content: "";
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	color: #fff;
	background-color: rgba(0,0,0, 0.5);
	-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;
}
.portfolio-box .portfolio-box-img img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img img {
	transform: scale(1.1);
}
.portfolio-box .portfolio-des {
	text-align: center;
	padding: 20px 15px;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio-box:hover .portfolio-des {
	background-color: #16c0f0;
}
.portfolio-box .portfolio-des h3 {
	color: #333;
	font-size: 22px;
	margin-bottom: 6px;
	font-weight: 600;
	-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;
}
.portfolio-box .portfolio-des span {
	color: #333;
	font-size: 12px;
	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;
}
.portfolio-box .zoom-icon {
	position: absolute;
	top: 50%;
	right: 0px;
	left: 0px;
	font-size: 30px;
	margin: auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	z-index: 5;
	opacity: 0;
	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;
}
.portfolio-box:hover .portfolio-box-img:after, .portfolio-box:hover .zoom-icon {
	opacity: 1;
}
.portfolio-box:hover .portfolio-des h3, .portfolio-box:hover .portfolio-des span {
	color: #fff;
}
.portfolio-carousel .owl-nav {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
}
.portfolio-carousel .owl-nav button {
	text-align: center;
	color: #333 !important;
	border-radius: 6px;
	margin: 0px 0px !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;
}
.portfolio-carousel .owl-nav button.owl-prev, .portfolio-carousel .owl-nav button.owl-next {
	font-size: 18px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 36px !important;
	text-align: center;
	background-color: #fff !important;
	border: 2px solid #16c0f0;
	color: #333 !important;
}
.portfolio-carousel .owl-nav button.owl-prev {
	position: relative;
	left: 20px;
}
.portfolio-carousel .owl-nav button.owl-next {
	float: right;
	position: relative;
	right: 20px;
}
/* ===================================
	07. Blog
=================================== */
.blog-item {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	border-right: 2px solid #16c0f0;
}
.blog-item .blog-item-img {
	overflow: hidden;
	position: relative;
	float: left;
	width: 35%;
}
.blog-item .blog-item-dec {
	width: 65%;
	float: left;
}
.blog-item .blog-item-title {
	line-height: 24px;
	margin-bottom: 10px;
}
.blog-item .blog-item-title a {
	font-size: 18px;
	color: #666;
	-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-title a:hover {
	color: #000;
	text-decoration: underline;
}
.blog-item .blog-item-img img {
	-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 img {
	transform: scale(1.1);
}
.blog-item .blog-item-meta {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.blog-item .blog-item-meta li {
	font-style: italic;
	color: #16c0f0;
}
.blog-item .blog-item-meta li a {
	color: #000;
}
.blog-item .blog-item-meta li a:hover {
	text-decoration: underline;
}
/* ===================================
	08. Testimonial
=================================== */
.testimonial-info {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.testimonial-img {
	width: 90px;
	background-color: #fff;
	float: left;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.testimonial-img img {
	max-width: 100% !important;
	width: auto !important;
}
.testimonial-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 40px solid transparent;
	border-top-color: #f5f5f5;
	border-left-width: 0;
}
.testimonial-name {
	padding-left: 25px;
}
.testimonial-name span {
	color: #16c0f0;
}
.testimonial-name h4 {
	margin-bottom: 6px;
	font-size: 20px;
}
.testimonial-text {
	padding: 30px;
	background-color: #f5f5f5;
	position: relative;
}
.testimonial-text .quotes {
	font-size: 40px;
	line-height: 40px;
	opacity: .5;
	margin-bottom: 10px;
}
.testimonial-text p {
	margin-bottom: 0px;
}
/* ===================================
	09. Contact us
=================================== */
/*contact info box  */
.contact-info-box {
	width: 100%;
	display: flex;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact-info-box:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contact-info-box .contact-info-content h6 {
	color: #16c0f0;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 14px;
}
.contact-info-box .contact-info-content a {
	color: #000;
	font-size: 18px;
}
.contact-info-box .contact-info-content p {
	color: #000;
	font-size: 18px;
}
.contact-info-box .contact-info-content a:hover {
	color: #16c0f0;
}
/* contact form */
.contact-form input {
	border: 1px solid rgba(0,0,0,0.2) !important;
	height: 55px;
	background-color: #fff;
	border: 4px;
	color: #333;
	font-size: 14px;
}
.contact-form textarea {
	border: 1px solid rgba(0,0,0,0.2) !important;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border: 0;
	font-size: 14px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
 color:#333;
 font-size:14px;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: #CCC;
	color: #333;
	box-shadow: none;
	font-size: 14px;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* map */
.map iframe {
	width: 100%;
	height: 388px;
	border: 0px;
	border-radius: 6px;
	overflow: hidden;
}
/* ===================================
	10. Footer
=================================== */
.footer {
	width: 100%;
	display: inline-block;
	background-color: #000;
}
/* social icon footer */
.social-icon-footer a {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 0 0px;
	text-align: center;
}
.social-icon-footer a:last-child {
	margin: 0 0px 0 0px;
}
.social-icon-footer a i {
	width: 30px;
	height: 30px;
	margin-right: 2px;
	line-height: 30px;
	border-radius: 100%;
	text-align: center;
	background-color: #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;
}
.social-icon-footer a:hover i {
	background-color: #444;
	color: #fff;
}
/* footer copyright */
.footer-copyright {
	font-size: 14px;
	color: #c5c5c5;
}
