.top-notification-bar {
	background-color: #086ad8;
}
.top-notification-bar p {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.top-notification-bar a {
	color: #fff;
	font-size: 14px;
}
.top-notification-bar a:hover {
	color: #ddd;
}

/* language menu start */
.language-menu {
	padding-right: 25px;
	& > ul {
		& > li {
			position: relative;
			display: inline-block;
			line-height: 1;
			padding: 0 10px;
			& > a {
				padding: 0 10px;
				font-weight: 500;
				color: #333;
				text-transform: uppercase;
				& span {
					margin-left: 10px;
				}
				&::after {
					content: "\f078";
					font-size: 8px;
					border: 0;
					position: absolute;
					top: 50%;
					right: 0;
					-webkit-transform: translate(0, -50%);
					-ms-transform: translate(0, -50%);
					transform: translate(0, -50%);
					font-weight: 900;
					display: inline-block;
					font-style: normal;
					font-variant: normal;
					text-rendering: auto;
					line-height: 1;
					font-family: $font-awesome;
					font-weight: 500;
				}
			}
			& ul {
				min-width: 200px;
				opacity: 0;
				visibility: hidden;
				position: absolute;
				top: 100%;
				right: 0;
				left: 0;
				padding: 0;
				margin: 0;
				list-style-type: none;
				z-index: 102;
				box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
				transform: translateY(30px);
				transition: $transition--default;
				& li {
					& a {
						font-weight: 500;
						color: #333;
						text-transform: uppercase;
						display: block;
						text-decoration: none;
						padding: 10px;
						border: 0;
						background: #fff;
						color: #222;
						line-height: 1;
						text-transform: uppercase;
						& span {
							margin-left: 10px;
						}
						& img {
							width: 24px;
							height: auto;
						}
						&:hover {
							background: #eeeeee;
						}
					}
				}
			}
			&:hover {
				& ul {
					opacity: 1;
					visibility: visible;
					transform: translateY(10px);
				}
			}
		}
	}
}

.header-right {
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.header-right-inner {
	display: flex;
	margin: 0 -12px;
	justify-content: flex-end;
	flex-shrink: 0;
	padding: 0 12px;
	@media #{$large-mobile} {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		justify-content: center;
		padding: 20px;
		box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
		transform: translateY(30px);
		background-color: $white;
		visibility: hidden;
		opacity: 0;
		transition: $transition--default;
		flex-direction: column;
	}

	&.active {
		@media #{$large-mobile} {
			visibility: visible;
			opacity: 1;
			transform: translateY(0);
			z-index: 999;
		}
	}
}
.header-right-box {
	& .header-right-inner {
		@media #{$large-mobile} {
			flex-direction: row;
		}
		@media #{$small-mobile} {
			flex-direction: column;
		}
	}
}
/* language menu end */

.hero-section {
	background: rgb(244, 239, 233) none repeat scroll 0% 0%;
}
.hero-content {
	max-width: 605px;
	float: right;
	width: 100%;
	padding-left: 30px;
}

.hero-content h6 {
	color: #086ad8;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 18px;
}
.hero-content h1 {
	font-weight: 500;
	font-size: 56px;
	margin-bottom: 15px;
}
.hero-button {
	margin-top: 30px;
}
.hero-button a {
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-color: transparent;
	border-radius: 5px;
	background-color: #086ad8;
	color: #fff;
	text-align: center;
	padding: 0 36px;
}
.ht-btn {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 54px;
	height: 54px;
}
.image-section {
	position: relative;
	margin-top: 15px;
}
.inner-image-one {
	position: absolute;
	top: 10px;
}
.inner-image-two {
	position: relative;
}

.third-section {
	padding: 100px 0px;
	background-color: #f8f8f8;
}

.section-sub-title {
	color: #ababab;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.43;
	margin-top: -5px;
	margin-bottom: 20px;
}
.heading {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color: #333333;
}
.heading span {
	color: #086ad8;
}
.service-box {
	box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
	background: #fff;
	border-radius: 5px;
	padding: 50px 50px 63px;
	text-align: center;
	margin-top: 60px;
	height: 420px;
}
.box-img {
	margin-bottom: 40px;
	text-align: center;
}
.box-content h5 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 12px;
}
.fourth-section {
	padding: 100px 0px;
	background: url("../img/bg-image-4.png") top 140px left no-repeat,
		-webkit-linear-gradient(top, #fff 0, #f5f5f5 100%);
}
.fourth-section p {
	margin-bottom: 1rem;
	margin-top: 20px;
}
.ht-list.style-auto-numbered-02 .list-item {
	position: relative;
	padding: 0;
	margin-bottom: 62px;
}
.ht-list.style-auto-numbered-02 .list-item .link {
	display: block;
}
.ht-list.style-auto-numbered-02 .marker {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin-right: 10px;
	min-width: 45px;
	color: #ababab;
	display: inline-block;
	float: left;
}
.ht-list.style-auto-numbered-02 .title-wrap {
	overflow: hidden;
}
.ht-list.style-auto-numbered-02 .title {
	font-size: 24px;
	line-height: 1.2;
	margin-top: 14px;
	padding-top: 20px;
	border-top: 2px solid #ededed;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding-right: 15px;
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .marker {
	color: #086ad8;
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .title {
	color: #086ad8;
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .title::before {
	opacity: 0;
	visibility: hidden;
}
.ht-list.style-auto-numbered-02 .title::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f30b";
	position: absolute;
	top: 38px;
	right: 0;
	color: #333;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .title::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	color: #086ad8;
}
.ht-list.style-auto-numbered-02 .title::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f30b";
	position: absolute;
	top: 38px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-pt-100 {
	padding-top: 100px;
}
.section-mb-30 {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
a.box-image-wrap {
	max-width: 330px;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
a.box-image-wrap:hover {
	color: #086ad8;
	text-decoration: none;
}
.big-box-image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.image-part::after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	background-image: linear-gradient(-180deg, transparent 39%, #1c0f69 100%);
}
.image-part:hover.image-part::after {
	background: #086ad8;
	opacity: 0.8;
}
.img-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	z-index: 3;
	overflow: hidden;
}
.image-button {
	background-color: #fff;
	color: #086ad8;
	transform: translate(100%);
	opacity: 0;
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-color: transparent;
	border-radius: 5px;
	text-align: center;
	padding: 0 36px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 54px;
	height: 54px;
}
.image-part:hover .image-button {
	opacity: 1;
	transform: translate(0);
}
.img-heading {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 250px;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}
.img-heading h5 {
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}
.image-content-part {
	margin-top: 30px;
	text-align: center;
}
.image-content-part p {
	color: #7e7e7e;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

.section-under-cards a::before {
	content: "";
	width: 0;
	height: 1px;
	bottom: -1px;
	position: absolute;
	left: auto;
	right: 0;
	z-index: 1;
	-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor;
}

.section-under-cards {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #333333;
}
.section-under-cards a {
	color: #086ad8;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.section-under-cards a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}
.fun-fact-grid-4 {
	display: flex;
	border-right: 1px solid #ededed;
	flex-wrap: wrap;
}
.fun-fact-grid-4 .grid-item {
	width: 25%;
	padding: 100px 0px;
	position: relative;
}
.fun-fact-grid-4 .grid-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	background: #ededed;
	width: 1px;
}
.fun-fact--one .fun-fact__title {
	color: #333333;
	font-weight: 500;
	margin-bottom: 10px;
}
.fun-fact--one .fun-fact__count {
	font-size: 64px;
	font-weight: 600;
	line-height: 1.41;
	color: #086ad8;
}
.fun-fact--one .fun-fact__text {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #d2a98e;
}
.fun-fact-grid-4 .grid-item::after {
	position: absolute;
	content: "";
	top: -1px;
	left: 0;
	right: 0;
	background: #ededed;
	height: 1px;
}

/* swiper css */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-py-150 {
	padding: 150px 0px;
}
.video-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/video-bg.png");
}
.vieeo-content-inner .heading {
	line-height: 1.34;
	font-weight: 600;
	color: #fff;
	margin-bottom: 65px;
	font-size: 48;
}
.viewo-text-wrap .single-popup-wrap.video-link .ht-popup-video.video-button {
	position: relative;
	margin-right: 0;
	display: inline-block;
	height: 78px;
	width: 78px;
}
.video-link .ht-popup-video.video-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.viewo-text-wrap .video-text {
	margin-top: 0;
	margin-left: 59px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.45;
}
.py-100 {
	padding: 100px 0px;
}
.project-bg {
	background-image: url("../img/project-bg.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.testimonial-area {
	background-color: #f6f2ed;
}

.shadow-effect {
	background: #fff;
	/* padding: 20px; */
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ececec;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190e7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
	text-align: center;
	/* padding: 50px; */
	margin-bottom: 80px;
	opacity: 0.2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190e7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190e7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}
.mb-60 {
	margin-bottom: 60px;
}
.testimonial-card {
	background: #ffffff;
	padding: 51px 37px 40px;
	border-radius: 5px;
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
h6.testimonial-title {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
}
.testimonial-text {
	font-size: 18px;
	color: #002fa6;
	text-align: left;
}
.testimonial-author {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.author-name h6.name {
	font-size: 18px;
}
.author-img {
	margin-right: 30px;
	flex-shrink: 0;
}
.author-img img {
	border-radius: 50%;
}
.testimonial-author .designation {
	font-size: 14px;
}
.testimonial-author .designation:before {
	content: " / ";
	padding: 0 5px;
}

/* Projects section */
.project-wrap .project-card {
	margin: 20px 15px 35px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
	position: relative;
}
.project-card .project-content {
	padding: 25px 26px 94px;
}
.project-content h6 {
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 2px;
	color: #333 !important;
	font-size: 18px;
}
.project-content .post-category {
	color: #086ad8;
	margin-bottom: 2px;
}
.project-content .project-text {
	color: #696969;
	margin-top: 13px;
}
.project-content .box-projects-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 56px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #eee;
	color: #086ad8;
}
.project-content .box-projects-arrow::before {
	background-color: #086ad8;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: -1;
}
.project-wrap:hover {
	transform: translateY(-5px);
}
.project-wrap:hover .project-content .box-projects-arrow {
	color: #ffffff;
}
.project-wrap:hover .project-content .box-projects-arrow::before {
	background-color: #086ad8;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(0%);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: -1;
}
.project-wrap:hover .content .box-projects-arrow::before {
	transform: translateY(0);
}
.testi-collection a {
	background-color: #086ad8;
	color: #fff;
	border-color: #086ad8;
}
.testi-collection a:hover {
	color: #086ad8;
}
.infotechno-blog-list li {
	position: relative;
}
.infotechno-blog-list li:first-child a {
	margin-top: -16px;
}
.infotechno-blog-list li a {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 0 30px;
	margin-top: 20px;
}
.infotechno-blog-list li a:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.infotechno-blog-list li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f30b";
	position: absolute;
	top: 7px;
	left: 0;
}
.infotechno-blog-list li a::before,
.infotechno-blog-list li a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.infotechno-blog-list li a:hover::after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.infotechno-blog-list li a::after,
.infotechno-blog-list li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f30b";
	position: absolute;
	top: 7px;
	left: 0;
}
.infotechno-blog-list li a:hover {
	text-decoration: none;
	color: #086ad8;
}
.post-content {
	margin-top: 20px;
}
.post-meta {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.post-meta .post-date {
	padding: 5px 10px;
}
h5.blog-title {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: 800;
}
h5.blog-title a:hover {
	color: #086ad8;
}
.mt-15 {
	margin-top: 15px;
}
.blog-link {
	margin-top: 10px;
}
.blog-link a {
	color: #086ad8;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}
.blog-link a:hover {
	color: #d2a98e;
}
.fa-arrow-right:before {
	content: "\f061";
}
.contact-wrapper .heading {
	position: relative;
	padding-left: 34px;
	font-weight: 600;
	line-height: 1.4;
}
.contact-wrapper .heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 94%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d2a98e;
}
.contact-wrapper .sub-heading {
	margin-top: 15px;
	font-size: 18px;
	margin-left: 34px;
	color: #696969;
}
.contact-info .icon {
	font-size: 40px;
	color: #086ad8;
}
.contact-info h6 {
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
}
.contact-info .call-us {
	line-height: 1.17;
	position: relative;
	display: inline-block;
	font-size: 48px;
	color: #086ad8;
}
.contact-info .call-us a {
	color: #086ad8;
}
.contact-info .call-us::before {
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: 1;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor;
}
.contact-info .call-us:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}
.contact-us-button a {
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-radius: 5px;
	border-color: transparent;
	border: 1px solid transparent;
	padding: 0 36px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	height: 54px;
	line-height: 54px;
	letter-spacing: 0em;
	color: #ffffff;
	background: #d2a98e;
	transform: translateY(0px);
}
.contact-us-button a:hover {
	background: #086ad8;
	transform: translateY(-5px);
}

.footer-widget {
	margin-bottom: 30px;
}
.footer-widget-logo {
	margin-bottom: 30px;
}
.footer-widget__list li {
	margin-bottom: 10px;
}
.hover-style-link {
	position: relative;
}
.hover-style-link:after {
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #d2a98e;
}
.hover-style-link:hover {
	color: #d2a98e;
}
.hover-style-link:hover:after {
	left: 0;
	width: 100%;
	right: auto;
}
.font-weight--bold {
	font-weight: 800;
}
.text-color-primary {
	color: #086ad8;
}
.bg-gray {
	background: #f8f8f8;
}
.copyright-text {
	display: inline-block;
}
.hero-button a:hover {
	text-decoration: none;
	color: #fff;
}
.ht-social-networks.solid-rounded-icon .item {
	margin: 8px;
}
.ht-social-networks .item {
	display: inline-block;
}
.ht-social-networks.solid-rounded-icon .social-link {
	background: transparent;
	border: 1px solid #e0e0e0;
}
.ht-social-networks.solid-rounded-icon .social-link {
	font-size: 18px;
	display: block;
	text-align: center;
	height: 48px;
	width: 48px;
	line-height: 40px;
	background: #ededed;
	color: #696969;
	border-radius: 50%;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}

.ht-social-networks.solid-rounded-icon .social-link:hover {
	border: 1px solid #086ad8;
	color: #086ad8;
	transform: translateY(-5px);
}

.section-capture .section-title h2 {
	font-size: 30px;
	line-height: 1.5;
}
.service-img img {
	width: 90px;
}
.service-card {
	padding: 70px 35px 60px 35px;
	background-color: #ffffff;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.29);
	height: 450px;
}
.service-img {
	margin-bottom: 10px;
}
.service-title {
	font-size: 26px;
	font-weight: 500;
	color: #000;
	margin-top: 20px;
}
.service-text {
	font-size: 15px;
}
.brand-img img {
	width: 65%;
}
h3.blog-subtitle {
	font-size: 18px;
	padding-top: 30px;
}
