body {
	background-color: #f5f5f5;
	color: #4e4e4e;
}

h1, h2, h3, h4, h5, h6 {
  	color: #1e1e1e;
}

a {
	color: #1e1e1e;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

a:hover {
	color: #4e4e4e;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.p-r {
  	position: relative;
}

.color-a {
	text-decoration: none;
	color: #808080;
}

.color-d {
  	color: #f5f5f5;
}

.color-text-a {
	text-decoration: none;
	color: #4e4e4e;
}

.box-shadow, .card-blog, .work-box, .service-box, .paralax-mf {
  	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
	text-decoration: none;
	box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-6 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.1;
}

.avatar {
	width: 32px;
	height: 32px;
	margin-right: 4px;
	overflow: hidden;
}

.bg-image {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 1024px) {
	.bg-image {
		background-attachment: scroll;
	}
}

.overlay-mf {
  	background-color: grey;
}

.overlay-mf {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0.7;
}

.paralax-mf {
	position: relative;
	padding: 8rem 0;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* sections */
.sect-4 {
  	padding: 4rem 0;
}

.sect-pt4 {
  	padding-top: 4rem;
}

.sect-mt4 {
  	margin-top: 4rem;
}

/* title-s styling */
.title-s {
	font-weight: 600;
	color: #1e1e1e;
	font-size: 1.1rem;
}

.title-box {
  	margin-bottom: 4rem;
}

.title-a {
	text-decoration: none;
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
}

.subtitle-a {
	text-decoration: none;
	color: #4e4e4e;
}

.line-mf {
	width: 100px;
	height: 5px;
	background-color: #808080;
	margin: 0 auto;
}

.title-box-2 {
  	margin-bottom: 3rem;
}

.title-left {
	font-size: 2rem;
	position: relative;
}

.title-left:before {
	content: "";
	position: absolute;
	height: 3px;
	background-color: #808080;
	width: 135px;
	bottom: -12px;
}

.box-pl2 {
  	padding-left: 2rem;
}

.box-shadow-full {
	padding: 3rem 1.25rem;
	position: relative;
	background-color: #fff;
	margin-bottom: 3rem;
	z-index: 2;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
	.box-shadow-full {
		padding: 3rem;
	}
}

.list-ico {
  	line-height: 2;
}

.list-ico span {
  	color: #808080;
  	margin-right: 10px;
	font-size: 20px;
}

.ico-circle {
	height: 100px;
	width: 100px;
	font-size: 2rem;
	border-radius: 50%;
	line-height: 1.55;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 0 0 10px #0078ff;
	display: block;
	padding: 7px;
}

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #02022c;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #47476b;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #808080;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}

#header.header-scrolled {
  	background: rgba(0, 0, 0, 0.9);
  	padding: 12px 0;
}

.navbar {
  	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
  	position: relative;
}

.navbar > ul > li {
	white-space: nowrap;
	padding: 10px 0 10px 30px;
}

.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	white-space: nowrap;
	transition: 0.3s;
	letter-spacing: 0.4px;
	position: relative;
	text-transform: uppercase;
}

.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar > ul > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	width: 0;
	background-color: #fff;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
	visibility: visible;
	width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  	color: #fff;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 30px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar .dropdown ul li {
  	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #4e4e4e;
}

.navbar .dropdown ul a i {
  	font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  	color: #0078ff;
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
	float: right;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(78, 78, 78, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile>ul>li {
  	padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  	visibility: hidden;
}

.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #4e4e4e;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
  	color: #0078ff;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  	color: #0078ff;
}

.navbar-mobile .dropdown>.dropdown-active {
  	display: block;
}

.landing-page {
	background-image: url("../img/comp-room2.jpg");
}
.hero {
	height: 100vh;
	position: relative;
	color: #fff;
}
.hero .container .hero-icons {
	font-size: 40px;
	color: white;
	margin-right: 10px;
}

.hero .hero-content {
	text-align: center;
	position: absolute;
}

.hero .overlay-intro {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0.9;
}

.hero .hero-title {
	color: #fff;
	font-weight: 600;
	font-size: 3rem;
}

@media (min-width: 768px) {
	.hero .hero-title {
		font-size: 4.5rem;
	}
}

.hero .hero-subtitle {
	font-size: 1.5rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	.hero .hero-subtitle {
		font-size: 2.5rem;
	}
}

.about-mf .about-title {
	font-size: 26px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #38424b;
}
  
.about-mf .about-item {
	padding: 0 0 20px 20px;
	margin-top: -2px;
	border-left: 2px solid #7e7c7c;
	position: relative;
}
  
.about-mf .about-item h4 {
	line-height: 18px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #808080;
	margin-bottom: 10px;
}
  
.about-mf .about-item h5 {
	font-size: 16px;
	background: #f7f8f9;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}
  
.about-mf .about-item ul {
	padding-left: 20px;
}
  
.about-mf .about-item ul li {
	padding-bottom: 10px;
}
  
.about-mf .about-item:last-child {
	padding-bottom: 0;
}
  
.about-mf .about-item::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	left: -9px;
	top: 0;
	background: #fff;
	border: 2px solid #808080;
}
  
.about-mf .box-shadow-full {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.about-mf .title-s span {
	font-weight: 600;
	font-size: 25px;
}
.about-mf .about-img {
  	margin-bottom: 2rem;
}

.about-mf .about-img img {
  	margin-left: 10px;
}

@media (min-width: 767px) {
	.about-mf .box-pl2 {
		margin-top: 3rem;
		padding-left: 0rem;
	}
}
.skills-mf .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}
  
.skills-mf .progress .skill {
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #45505b;
}
  
.skills-mf .progress .skill .val {
	float: right;
	font-style: normal;
	color: #808080;
}
  
.skills-mf .progress-bar-wrap {
	background: #cde1f8;
}
  
.skills-mf .progress-bar {
	width: 1px;
	height: 10px;
	transition: 0.9s;
	background-color: #0563bb;
}

.service-box {
	background-color: #fff;
	padding: 2.5rem 1.3rem;
	border-radius: 1rem;
	margin-bottom: 3rem;
	text-align: center;
}

.service-box:hover .ico-circle {
	transition: all 500ms ease;
	color: #fff;
	background-color: #808080;
	box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
	margin-bottom: 1rem;
	color: #1e1e1e;
}

.service-box .ico-circle {
	box-shadow: 0 0 0 10px #808080;
	transition: all 500ms ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.service-box .ico-circle i {
	line-height: 0;
	font-size: 40px;
}

.service-box .s-title {
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
	padding: 0.4rem 0;
}

.service-box .s-description {
  	color: #4e4e4e;
}

.section-counter {
	background-image: url('../img/comp-room7.jpg');
}

.counter-box {
	color: #fff;
	text-align: center;
}

@media (min-width: 577px) {
	.counter-box {
		margin-bottom: 1.8rem;
	}
}

.counter-box {
	color: #fff;
	text-align: center;
}
  
@media (min-width: 577px) {
	.counter-box {
	  margin-bottom: 1.8rem;
	}
}
  
.counter-ico {
	margin-bottom: 1rem;
}
  
.counter-ico .ico-circle {
	height: 60px;
	width: 60px;
	line-height: 1.5;
	box-shadow: 0 0 0 10px #cde1f8;
}
  
.counter-num .counter {
	font-size: 2rem;
	margin-bottom: 0;
}

.portfolio-mf #portfolio-filters {
	padding: 0;
	margin: 30px auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
}
  
.portfolio-mf #portfolio-filters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
  
.portfolio-mf #portfolio-filters li:hover, .portfolio-mf #portfolio-filters li.filter-active {
	color: #272829;
}
  
.portfolio-mf #portfolio-filters li:last-child {
	margin-right: 0;
}

.work-box {
	margin-bottom: 3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
}

.work-box:hover img {
  	transform: scale(1.3);
}

.work-img {
	display: block;
	overflow: hidden;
}
.work-img img {
	width: 100%;
}

.work-img img {
  	transition: all 1s;
}

.work-content {
  	padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
	color: #4e4e4e;
	font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
  	color: #0078ff;
}

.work-content .w-like {
	font-size: 2.5rem;
	color: #0078ff;
	float: right;
}

.work-content .w-like a {
  	color: #808080;
}

.work-content .w-like .num-like {
  	font-size: 0.7rem;
}

.w-title {
  	font-size: 1.2rem;
}
  
.portfolio-details {
  	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #02022c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  	background-color: #808080;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  	margin-top: 10px;
}

.portfolio-details .portfolio-description {
  	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.testimonials {
  	background-image: url("../img/overlay-bg.jpg");
}
.testimonial-box {
	color: #fff;
	text-align: center;
}

.testimonial-box .author-test {
  	margin-top: 1rem;
}

.testimonial-box .author-test img {
  	margin: 0 auto;
}

.testimonial-box .author {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 1rem 0;
	display: block;
	font-size: 1.4rem;
}

.testimonial-box .comit {
	font-size: 2rem;
	color: #808080;
	background-color: #fff;
	width: 52px;
	height: 52px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.testimonial-box .description {
		padding: 0 5rem;
	}
}

@media (min-width: 992px) {
	.testimonial-box .description {
		padding: 0 8rem;
	}
}

@media (min-width: 1200px) {
	.testimonial-box .description {
		padding: 0 13rem;
	}
}

.swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  	background-color: #fff;
}

.footer-paralax {
  	padding: 4rem 0 0 0;
}

.contact-bg-image {
	background-image: url("../img/comp-room6.jpg");
}
.contact-mf {
  	margin-top: 4rem;
}

@media (min-width: 767px) {
	.contact-mf .box-pl2 {
		margin-top: 3rem;
		padding-left: 0rem;
	}
}

/* blog */
@media (min-width: 767px) {
	.card-blog {
		margin-bottom: 3rem;
	}
}

.card-blog .card-body {
  	position: relative;
}

.card-blog .card-category-box {
	position: absolute;
	text-align: center;
	top: -16px;
	left: 15px;
	right: 15px;
	line-height: 25px;
	overflow: hidden;
}

.card-blog .card-category {
	display: inline-block;
	color: #fff;
	padding: 0 15px 5px;
	overflow: hidden;
	background-color: #808080;
	border-radius: 4px;
}

.card-blog .card-category .category {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 0.1px;
	margin-bottom: 0;
	padding: 5px;
}

.card-blog .card-title {
	font-size: 1.3rem;
	margin-top: 0.6rem;
}

.card-blog .card-description {
  	color: #4e4e4e;
}

.card-blog .post-author {
  	display: inline-block;
}

.card-blog .post-date {
	color: #4e4e4e;
	display: inline-block;
}

/* blog-single template */
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.post-box,
	.form-comments,
	.box-comments,
	.widget-sidebar {
		padding: 3rem;
	}
}

.blog-wrapper .article-title {
  	font-size: 1.5rem;
}

@media (min-width: 768px) {
	.blog-wrapper .article-title {
		font-size: 1.9rem;
	}
}

.blog-wrapper .post-meta {
  	margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
	border-left: 4px solid #0078ff;
	margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
	display: inline-block;
	margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  	color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  	color: #1e1e1e;
}

.blog-wrapper .blockquote {
	border-left: 4px solid #0078ff;
	padding: 18px;
	font-style: italic;
}

.box-comments .list-comments li {
  	padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
	display: table-cell;
	vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
	width: 80px;
	height: 80px;
}

.box-comments .list-comments .comment-author {
  	font-size: 1.3rem;
}

@media (min-width: 768px) {
	.box-comments .list-comments .comment-author {
		font-size: 1.5rem;
	}
}

.box-comments .list-comments .comment-details {
	display: table-cell;
	vertical-align: top;
	padding-left: 25px;
}

.box-comments .list-comments a {
  	color: #0078ff;
}

.box-comments .list-comments span {
	color: #1e1e1e;
	font-style: italic;
}

.box-comments .comment-children {
  	margin-left: 40px;
}

.widget-sidebar .sidebar-title {
	font-size: 1.6rem;
	font-weight: 600;
	border-left: 5px solid #808080;
	padding-left: 15px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
	position: relative;
	padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	left: 0;
	background-color: #0078ff;
	top: 20px;
}

.sidebar-search input {
	background-color: #fff;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
	background-color: #808080;
	border-color: #808080;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.widget-tags ul li {
	display: inline-block;
	background-color: #808080;
	padding: 0.2rem 0.6rem;
	margin-bottom: 0.5rem;
	border-radius: 15px;
}

.widget-tags ul li a {
  	color: #fff;
}

footer {
	text-align: center;
	color: #fff;
	padding: 25px 0;
	background: #808080;
}

footer .copyright {
  	margin-bottom: 0.3rem;
}

footer .credits {
  	margin-bottom: 0;
}

footer .credits a {
  	color: #fff;
}