@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500);

html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #282828;
	line-height: 26px;
}

p {
	color: white;
}

.row {
	margin-right: 0px !important;
	margin-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
a {
	color: #45aed6;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #2a95be;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
	margin-top: 20px;
}

.section-header p {
	color: white !important;
}

.section-header .section-title {
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
	border-bottom: 2px solid #1dc2f8;
	display: inline-block;
}
.section-header .section-title span {
	color: #17abdc;
}
.section-header .section-title:before {
	content: '';
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;
}

.btn {
	border-width: 0;
	border-radius: 10px;
	padding: 10px 45px;
}
.btn.btn-primary {
	background: #1dc2f8;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #17abdc;
}
.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}
.column-title:after {
	content: ' ';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
}
ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
ul.nostyle i {
	color: #45aed6;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #424242;
}
.navbar-nav > li > a {
	text-transform: uppercase;
}
@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
/*************************
*******Header******
**************************/
#main-nav.navbar-default {
	background: #ffffff;
}
#main-nav.navbar-default .navbar-nav > li.active > a,
#main-nav.navbar-default .navbar-nav > li.open > a,
#main-nav.navbar-default .navbar-nav > li:hover > a {
	background: transparent;
	color: #ffffff;
}
.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
	margin-top: 32px;
}

.navbar.navbar-default .navbar-brand .logo-img {
	position: relative;
	height: 80px;
	width: 80px;
	color: white;
	overflow: hidden;
	border-radius: 10px;
}

.navbar-brand {
	padding: 5px 15px !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;

	background: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
#main-nav.navbar-default {
	background: rgba(6, 0, 0, 0.48);
}

#main-nav.navbar-default {
	background: rgba(6, 0, 0, 0.48);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(8.9px);
	-webkit-backdrop-filter: blur(8.9px);
}

.navbar .navbar-header {
	padding-bottom: 17px;
}

@media only screen and (min-width: 768px) {
	#main-nav.navbar-default .navbar-nav > li > a {
		padding-top: 40px;
		padding-bottom: 36px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #ffffff;
	}
	#main-nav.navbar-default .navbar-nav > li.active > a,
	#main-nav.navbar-default .navbar-nav > li.open > a,
	#main-nav.navbar-default .navbar-nav > li:hover > a {
		color: #1dc2f8;
	}
	#main-nav.navbar-default .dropdown-menu {
		padding: 0 20px;
		min-width: 220px;
		background-color: rgba(26, 28, 40, 0.9);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-clip: inherit;
	}
	#main-nav.navbar-default .dropdown-menu > li {
		border-left: 3px solid transparent;
		margin-left: -20px;
		padding-left: 17px;
		-webit-transition: border-color 400ms;
		transition: border-color 400ms;
	}
	#main-nav.navbar-default .dropdown-menu > li > a {
		padding: 15px 0;
		color: #a8a8a8;
	}
	#main-nav.navbar-default .dropdown-menu > li:first-child > a {
		border-top: 0;
	}
	#main-nav.navbar-default .dropdown-menu > li.active,
	#main-nav.navbar-default .dropdown-menu > li.open,
	#main-nav.navbar-default .dropdown-menu > li:hover {
		border-left-color: #45aed6;
	}
	#main-nav.navbar-default .dropdown-menu > li.active > a,
	#main-nav.navbar-default .dropdown-menu > li.open > a,
	#main-nav.navbar-default .dropdown-menu > li:hover > a {
		color: #45aed6;
		background-color: transparent;
	}
}
#hero-banner {
	overflow: hidden;
	min-height: 100vh;
	color: #adadad;
	position: relative;
}
#hero-banner:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	background: radial-gradient(
		circle at center,
		rgba(0, 0, 0, 0.583) 0%,
		rgba(0, 0, 0, 0.59) 50%,
		rgba(0, 0, 0, 0.501) 100%
	);
	content: '';
}
#hero-banner.item {
	height: 558px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
#hero-banner.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000;
}
.banner-inner p {
	font-size: 18px;
	color: #fff;
	width: 68%;
	margin: 0 auto 35px;
}
#hero-banner {
	background: url('../images/banner/bg1.png') center/cover no-repeat;
}
#hero-banner h2 {
	margin-top: 300px;
	font-size: 39px;
	line-height: 49px;
	color: #fff;
}
#hero-banner.banner-inner h2 > span {
	color: #45aed6;
}
#hero-banner.banner-inner .btn {
	margin-top: 10px;
}

#hero-text {
	padding: 50px 0;
	border-top: 1px solid #ffffff;
	background: #085c98;
	color: #f4f4f4;
}
#hero-text h2 {
	margin-top: 0;
}
#hero-text .btn {
	margin-top: 40px;
	color: #085c98;
	background: #fff;
}

/* download-now */

.download-now {
	color: #adadad;
	position: relative;
	background: url('../images/banner/bg2.png') center/cover no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

.download-now:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	background: radial-gradient(
		circle at center,
		rgba(0, 0, 0, 0.983) 0%,
		rgba(0, 0, 0, 0.5) 50%,
		rgba(0, 0, 0, 0.91) 100%
	);
	content: '';
}

.download-now .into {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

.download-now .about-image {
	position: relative;
	min-width: 450px;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
}

.download-now img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* download-now finish */

#cta2 {
	background: #45b1da;
	color: #fff;
	padding-top: 70px;
}
#cta2 .btn {
	margin-top: 10px;
}
#cta2 h2 {
	color: #fff;
	font-size: 44px;
	line-height: 1;
}
#cta2 h2 > span {
	color: #45aed6;
}
#features h2,
.portfolio p {
	color: #4a4a4a;
}
#features {
	padding: 100px 0;
	background: #ffffff;
	color: #000;
}

#features .media.service-box:first-child {
	margin-top: 80px;
}
#services {
	padding: 100px 0 75px;
}
.media.service-box {
	margin: 25px 0 36px;
	padding: 20px 15px 10px;
	background: #ffffff;
	overflow: hidden;
	border: 1px solid #acacac;
}
.media.service-box .pull-left {
	margin-right: 20px;
}
.media.service-box .pull-left > i {
	font-size: 70px;
	height: 94px;
	line-height: 64px;
	text-align: center;
	width: 70px;
	color: #19bd9b;
	/* background:#fff; */
	/* box-shadow: inset 0 0 0 1px #d7d7d7; */
	/* -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; */
	transition: background-color 400ms, background-color 400ms;
	position: relative;
	/* border: 1px solid #D0D0D0; */
	padding: 14px;
	margin: 5px 12px 0 -5px;
}
.features .media.service-box .pull-left > i {
	color: #1dc2f8;
}
.media.service-box:hover .pull-left > i {
}

/* Portfolio */

.portfolio {
	padding: 100px 0;
	background: #1a191e;
}
.portfolio .portfol-items {
	margin: 40px 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.portfolio .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}
.portfolio .portfolio-filter > li {
	float: left;
	display: block;
}
.portfolio .portfolio-filter > li a {
	display: block;
	padding: 7px 15px;
	margin: 0px 2px;
	color: #222222;
	position: relative;
}
.portfolio .portfolio-filter > li a:hover,
.portfolio .portfolio-filter > li a.active {
	background: #1dc2f8;
	color: #ffffff;
}
.portfolio .portfol-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.06),
		rgba(255, 255, 255, 0.02)
	);
	border-radius: 16px;
	overflow: hidden;
	backdrop-filter: blur(6px);

	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);

	transition: all 0.3s ease;
	border-radius: 10px;
}
.portfolio .portfol-item .portfol-item-inner {
	width: 100%;
	height: 200px;
	position: relative;
}

.portfolio .portfol-item .card-content {
	padding: 20px;
}

.portfolio .portfol-item .card-content .card-title {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 8px;
}

.portfolio .portfol-item .card-content .card-text {
	font-size: 14px;
	color: #b9c0cc;
	line-height: 1.5;
	margin-bottom: 16px;
}

.portfolio .portfol-item .portfol-item-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-box-reflect: below 0px
		linear-gradient(transparent, rgba(0, 0, 0, 0.1));
}

.portfolio .portfol-item .portfol-item-inner .portfol-info {
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 18px 0 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	height: 100%;
}
.portfolio .portfol-item .portfol-item-inner .portfol-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
}
.portfolio .portfol-item .portfol-item-inner .portfol-info .preview {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #1dc2f8;
	/* box-shadow: 0 0 0 1px #fff; */
	display: block;
	/* -webkit-box-shadow: 0 0 0 1px #fff; */
	text-align: center;
	margin: 24% auto;
	background: rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	font-size: 36px;
	border: none;
}
.portfolio .portfol-item:hover .portfol-info {
	opacity: 1;
}
/*Testimonial Area*/

.testimonial-area {
	padding-bottom: 60px;
}
.single-testimonial {
	margin-bottom: 30px;
}
.single-testimonial blockquote {
	padding: 15px 20px;
	margin-bottom: 0px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 14px;
	color: #cecece;
	line-height: 22px;
	border-radius: 0px;
	border: 1px solid #1dc2f8;
}

.single-testimonial blockquote:after {
	/* position:absolute; */
	/* bottom:-19px; */
	/* left:45px; */
	/* content:""; */
	border-top: 19px solid rgb(29, 194, 248);
	border-right: 22px solid transparent;
}
.single-testimonial img {
	border-radius: 50%;
}
.single-testimonial h5 {
	padding: 8px 0 0px;
	font-size: 15px;
}

.progress {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav.main-tab {
	background: #eee;
	border-bottom: 3px solid #222534;
	border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
	color: #272727;
}
.nav.main-tab > li.active > a {
	background: #222534;
	color: #45aed6;
}
.nav.main-tab > li:first-child > a {
	border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
	border-radius: 0 3px 0 0;
}
.tab-content {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px 20px 10px;
	border-radius: 0 0 3px 3px;
}
.panel-default {
	border-color: #eee;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #eee;
}

.reviews-intro {
	display: flex;
	justify-content: center;
	align-items: center;
}

.review-form {
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: 18px;
	padding: 32px;
	width: 100%;
	min-width: 420px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.review-form h3 {
	color: #fff;
	opacity: 0.9;
}

.review-form label {
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
	color: #fff;
}

.review-form input,
.review-form textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.review-form input::placeholder,
.review-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.review-form input:focus,
.review-form textarea:focus {
	border-color: #2d8a5a;
}

.review-form .mb-3 {
	margin-bottom: 16px;
}

/* ⭐ Stars */
.stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	gap: 6px;
	font-size: 22px;
	cursor: pointer;
	color: #ddd;
}

.stars span:hover,
.stars span:hover ~ span {
	color: #f3fb03;
}

.star.active {
	color: #f3fb03;
}

.error {
	color: rgb(201, 30, 30);
}

/* Button */
.review-form button {
	width: 100%;
	margin-top: 10px;
	border-radius: 10px;
}

.reviews {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 24px;
	margin-top: 50px;
}

.reviews-list {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 24px;
}

.nav-buttons {
	display: flex;
	align-items: center;
	gap: 24px;
}

.nav-btn {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: white;
	font-size: 32px;
	padding: 6px 14px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 20;
}

.nav-btn:hover {
	transform: scale(1.2);
	transition: 0.3s ease-in-out;
}

#pageInfo {
	color: white;
	z-index: 20;
}

.review-card {
	width: 100%;
	padding: 28px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.review-card h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.review-text {
	font-size: 14px;
	line-height: 1.7;
	color: #d1d1d6;
	margin-bottom: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.review-card.expanded .review-text {
	max-height: 100px;
	overflow-y: scroll;
	-webkit-line-clamp: unset;
}

.review-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.review-date {
	font-size: 13px;
	opacity: 0.85;
}

.rating {
	margin-top: 20px;
	font-size: 14px;
	color: #ffcc00;
}

.read-more {
	align-self: flex-start;
	padding: 4px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	cursor: pointer;
}

.read-more:hover {
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.read-more:active {
	transform: translateY(0);
	box-shadow: none;
}

/* Animation */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#contact {
	color: #adadad;
	position: relative;
	background: url('../images/banner/bg3.png') center/cover no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

#contact:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	background: radial-gradient(
		circle at center,
		rgba(0, 0, 0, 0.983) 0%,
		rgba(0, 0, 0, 0.5) 50%,
		rgba(0, 0, 0, 0.91) 100%
	);
	content: '';
}
#contact h1,
#contact h2 {
}
/*Contact*/
.contact-info {
	padding: 60px 0;
	color: #ffffff;
}

.contact-info .contact-block {
	display: flex;
}

.contact-image .cards {
	display: flex;
	gap: 16px;
}

.contact-image .card {
	width: 300px;
	background: rgba(20, 30, 35, 0.85);
	border-radius: 14px;
	overflow: hidden;
}

.contact-image .card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.contact-image .card .card-info .icon {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.contact-image .card-info {
	display: flex;
	gap: 12px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 20px;
}

.card-info strong {
	font-size: 16px;
}

.card-info p {
	font-size: 13px;
	opacity: 0.8;
}

.contact-form a {
	color: white;
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-form a strong {
	text-transform: uppercase;
}

.contact-info address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 27px;
	font-size: 15px;
	z-index: 10;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contact-info .form-control {
	padding: 20px 12px;
	border-radius: 0;
	margin-bottom: 15px;
}
.business-stats:before {
	content: '';
	margin: 17px;
	display: block;
	border: currentcolor;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	width: 100px;
}
/***********************
********* Footer ******
************************/
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	background: #1a191e;
}
#footer a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	max-height: 18px;
}
#footer a:hover {
	color: #ffa98e;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}
#footer ul > li {
	display: inline-block;

	border: 1px solid rgba(255, 255, 255, 0.09);
	padding: 3px 0;
	width: 31px;
	text-align: center;
}
@media only screen and (max-width: 992px) {
	.download-now .into {
		flex-direction: column;
		gap: 30px;
	}

	.download-now .about-image {
		min-width: 100%;
		height: 400px;
	}

	.portfolio .portfol-items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.contact-info .contact-block {
		display: flex;
		flex-direction: column;
	}

	.contact-info .contact-block__col {
		width: 100%;
	}

	.contact-info .contact-image .cards {
		flex-direction: column;
		gap: 16px;
	}

	.contact-info .contact-image .cards .card {
		display: flex;
		background: rgba(20, 30, 35, 0.85);
		border-radius: 14px;
		overflow: hidden;
		width: 100%;
	}

	.contact-info .contact-image .cards .card .card-img {
		max-width: 160px;
	}

	.card-info {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-left: 30px;
	}
}
@media only screen and (min-width: 768px) {
	#footer .social-icons {
		float: right;
	}
}

@media only screen and (max-width: 768px) {
	.portfolio .portfol-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio {
		padding: 40px 0;
	}

	.services {
		padding: 40px 0;
	}

	.contact-info {
		padding: 20px 0;
	}

	#footer .social-icons {
		margin: 30px 0;
	}
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}
@media only screen and (max-width: 480px) {
	#hero-banner h2 {
		margin-top: 250px;
		font-size: 26px;
		line-height: 40px; /* background: rgba(255, 255, 255, 0.68); */
		padding: 10px;
	}
	#hero-banner p {
		font-size: 18px; /* background: rgba(255, 255, 255, 0.68); */
		padding: 10px;
	}
	.portfolio .portfolio-filter {
		list-style: none;
		padding: 0;
		margin: 0 0 12px;
	}
	.portfolio .portfolio-filter > li a {
		display: block;
		padding: 7px 15px;
		margin: 5px 2px;
	}
	.portfolio .portfolio-item {
		width: 48.9%;
		padding: 8px;
	}
	.portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
		width: 28px;
		height: 24px;
		line-height: 24px;
		margin: 9px auto;
	}
	.portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
		padding: 7px 0 0;
	}
	.portfolio .portfol-items {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.reviews-intro {
		width: 100%;
		min-width: 100%;
	}
	.review-form {
		min-width: 100%;
	}
}

@media only screen and (max-width: 361px) {
	.contact-info .contact-image .cards .card {
		display: block;
		width: 100%;
	}

	.contact-info .contact-image .cards .card .card-img {
		max-width: 100%;
	}

	.card-info {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 16px;
	}
}
