@font-face {
	font-family: 'Roboto', sans-serif;
	src: url(https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap);
	font-display: swap;
  }

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px
}

::-moz-selection {
	background: #147AF1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #147AF1;
	color: #fff;
	text-shadow: none;
}

a:focus {
	outline: 0px solid
}

img {
	width: auto;
	height: auto
}

p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}

a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:hover {
	color: #6b6fff;
	text-decoration: none;
}

a:current,
a:hover {
	outline: 0 none;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.container {
	max-width: 1300px;
}

.default-margin-mt {
	margin-top: 30px
}

/* 1.1 Preloader*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F7F7F7;
	z-index: 99999999999999;
	height: 100%;
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
}

#status img {
	height: 150px;
	width: 150px;
}

/*1.2 Section Heading*/

.section-scroll {
	padding-top: 25px;
}

.section-heading-1 h4 {
	font-size: 23px;
	text-transform: capitalize;
}

.section-heading-1 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block
}

.section-heading-1 h3:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: -15px;
	background-color: #147AF1;
	height: 5px;
	width: 70px;
}

.section-heading-1 p {
	color: #363636
}

.section-heading-2 {
	padding-bottom: 45px
}

.section-heading-2-p {
	padding-bottom: 0 !important
}

.section-heading-2 h4 {
	font-size: 23px;
	text-transform: capitalize;
}

.section-heading-2 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block
}

.section-heading-2 h3:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -15px;
	background-color: #147AF1;
	height: 5px;
	width: 70px;
}

.section-heading-2 p {
	color: #363636
}

.section-heading-3 {
	padding-bottom: 45px;
	text-align: center
}

.section-heading-3 h4 {
	font-size: 23px;
	text-transform: capitalize;
}

.section-heading-3 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block
}

.section-heading-3 h3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -15px;
	background-color: #147AF1;
	height: 5px;
	width: 70px;
	transform: translateX(-50%)
}

/*1.3 Section Button*/

.section-button a:hover {
	background: linear-gradient(253.52deg, #17487E 8.92%, #147AF1 96.59%);
}

/*1.4 Section Pattern Animation*/
.e-pattern {
	position: absolute;
	right: 0px;
	top: -70px;
	z-index: -1
}

.e-pattern img {
	-webkit-animation: ep 3s linear infinite;
	animation: ep 3s linear infinite;
}

@keyframes ep {
	from {
		transform: translate(0, 0px);
	}

	65% {
		transform: translate(0, 30px);
	}

	to {
		transform: translate(0, -0px);
	}
}

/*=========2. Menu Area CSS==========*/
.main-navigation {
	width: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.logo-area img {
	padding: 30px 30px 30px 0;
	width: 180px;
}

/*2.1 Menu CSS*/
.main-menu ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}

.main-menu ul li a {
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 1;
	position: relative;
	font-weight: 700;
	padding: 40px 0;
	transition: .5s
}

.main-menu ul li a:hover {
	color: #505262;
}

.main-menu ul li a:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #323657;
	left: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply
}

.main-menu ul li a:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #323657;
	right: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply;
	z-index: 999
}

.main-menu ul li a.current:before {
	content: '';
	position: absolute;
	width: 51%;
	height: 3px;
	background-color: #323657;
	left: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply;

}

.main-menu ul li a.current:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #323657;
	right: 0;
	top: 67%;
	-webkit-transition: .7s;
	transition: .7s;
	mix-blend-mode: multiply;
	z-index: 9
}

.main-menu ul li a.current {
	color: #323657;
}

.main-menu ul li a:hover:before {
	width: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.main-menu ul li a:hover:after {
	width: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(-100%)
}

.f-right {
	float: right;
}

.mean-container .mean-nav {
	margin-top: 0;
	background: rgba(50, 54, 87, 0.9);
}

#menu-container {
	padding: 0;
}

.main-menu ul li i {
	margin-left: 5px
}

#mobile-menu {
	display: block;
}

#mobile-menu ul{
	padding-right: 15px;
}

@media (max-width: 900px) {
	#mobile-menu ul a{
		font-size: 15px;
	}	
}


/*2.3 Sticy Menu CSS*/

.main-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: #147AF1;
	-webkit-box-shadow: 0px 0px 4px #17487E;
	box-shadow: 0px 0px 50px #5c5d5f;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}

@-webkit-keyframes sticky {
	0% {
		top: -120px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -120px;
	}

	100% {
		top: 0;
	}
}
.main-navigation-1{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: #147AF1;
	-webkit-box-shadow: 0px 0px 4px #17487E;
	box-shadow: 0px 0px 50px #5c5d5f;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}

/* 2.4 Fullscreen Search CSS*/
/*======= 3. Header Area CSS =========*/
.header-content-area {
	height: 100vh;
	max-height: 1080px;
	/* width: 100%; */
	background-repeat: no-repeat;
	background-image: url('img/header.svg');
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: 100% 100%;
}

/*3.1 Header Pattern Image*/
.header-pattern-1 {
	position: absolute;
	left: 50%;
	top: 13%
}

.header-pattern-2 {
	position: absolute;
	left: 12%;
	top: 30%
}

.header-pattern-2 img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*3.2 Header ArtWork Animation */
.header-animation-area {
	position: relative
}

.header-1-artwork {
	position: absolute;
	right: 60px;
	bottom: -150px;
}

.layer {
	position: relative;
	z-index: -1
}

.layer-1 {
	position: absolute;
	left: -40px;
	bottom: 0px;
}

.layer-2 {
	position: absolute;
	right: -55px;
	bottom: 0px;
}

.layer-3 {
	position: absolute;
	right: -30px;
	top: -50px;
	z-index: -1;
}

.layer-3 img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*3.3 Intro Text*/
.intro-text {
	text-align: left;
	padding-top: 60px;
}

@media screen and (min-width: 768px) {
	.intro-text {
		width: 40vw;
	}
}

.intro-text-2 {
	text-align: right;
	padding-top: 150px;
}

.intro-text h1 {
	text-transform: capitalize;
	font-size: 46px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 900;
}

/*3.4 Header Button */
.learnmore {
	margin-top: 25px;
	position: relative;
	display: inline-block
}

.learnmore2 {
	position: absolute;
	right: -55px;
	top: 7px;
	z-index: 9 ;
	display: inline-block;
}

.learnmore .skill-btn {
	background: #323657;
	-webkit-box-shadow: 0px 1px 26px rgba(34, 115, 147, 0.62);
	box-shadow: 0px 1px 26px rgba(34, 115, 147, 0.62);
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	padding: 15px 40px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 700;
}

.skill-btn-youtube i {
	color: #323657;
	font-size: 40px;
	transition: .5s
}

.skill-btn-youtube i:hover {
	color: #fff
}

.learnmore .skill-btn:hover {
	color: #323657;
	background-color: #fff
}

/*========= 4. Home About Area CSS =========*/
.home-about-area {
	padding: 120px 0 60px 0;
	background-color: #fff;
}

/*4.1 Home About Content*/
.home-about-image {
	text-align: right
}

.home-about-image img {
	width: 88%
}

.home-about-text {
	text-align: right;
	padding-right: 70px;
	position: relative;
	z-index: 1
}

/*========= 5. Service Area CSS ==========*/
.services-area {
	padding: 120px 0 45px 0;
	background: linear-gradient(to top, rgba(20, 123, 241, 0.01), rgba(20, 123, 241, 0.2));
	position: relative;
}

/*5.1 Curve SVG*/
#curve {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
}

#curve path {
	fill: #fff
}

.single-service {
	height: 20rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	text-align: center;
	padding: 30px; 
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

/*5.2 Single Service Pattern*/
.servive-p-1 {
	position: absolute;
	top: -80px;
	left: -50px;
}

.servive-p-2 {
	position: absolute;
	bottom: -23px;
	left: -128px;
}

/*5.3 Single Service Animation*/
.servive-p-1 img {
	-webkit-animation: sp 3s linear infinite;
	animation: sp 3s linear infinite;
}

.servive-p-2 img {
	-webkit-animation: sp 3s linear infinite;
	animation: sp 3s linear infinite;
}

@keyframes sp {
	from {
		transform: translate(0, 0px);
	}

	65% {
		transform: translate(0, 30px);
	}

	to {
		transform: translate(0, -0px);
	}
}

/*5.4 Single Service Text*/
.service-text h3 {
	background: linear-gradient(253.52deg, #17487E 8.92%, #147AF1 96.59%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px
}

.service-text p {
	font-size: 16.5px;
	line-height: 24px
}

.service-icon img {
	height: 60px;
	align-self: center;
}

.service-mt-30 {
	margin-top: 30px
}

/*=========6. Portfolio Area CSS==========*/

.portfolio-area {
	padding: 100px 0;
	background: linear-gradient(to top, rgba(20, 123, 241, 0.2), rgba(20, 123, 241, 0.01));
}

/*6.1 Portfolio Pattern*/
.portfolio-pattern {
	position: relative;
	z-index: 1
}

.p-pattern {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: -1
}

.p-pattern img {
	-webkit-animation: pp 3s linear infinite;
	animation: pp 3s linear infinite;
}

@keyframes pp {
	from {
		transform: translate(0, 0px);
	}

	65% {
		transform: translate(0, 30px);
	}

	to {
		transform: translate(0, -0px);
	}
}

.portfolio-button-area {
	text-align: right
}

.single-portfolio-item .img-wrapper {
	border-radius: 15px;
	width: 100%;
	height: 200px;
	display: flex;
	justify-items: center;
	align-content: center;
}

.img-wrapper img {
	object-fit: contain;
	width: 100%;
	padding: 50px;
}

/*6.2 Portfolio Item*/
.single-portfolio-item {
	position: relative;
	margin: 0 15px;
	height: 200px;
}

.single-portfolio-item:last-child {
	margin-right: 0px
}

.single-portfolio-item:hover .portfolio-item-content {
	visibility: visible;
	opacity: 1;
	transform: scale(1)
}

.portfolio-item-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, 0.95);
	transition: .6s;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	border-radius: 10px
}

.item-icon {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
}

.item-icon i {
	background-color: #D7D7D7;
	color: #fff;
	font-size: 30px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	transition: .5s
}

.item-icon i:hover {
	background-color: #147AF1
}

.item-text {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 20px;
}

.item-text h5 {
	background: linear-gradient(253.52deg, #17487E 8.92%, #147AF1 96.59%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: 700;
	font-size: 22px
}

.item-text p {
	font-size: 16px;
	line-height: 22px
}

/*6.3 Portfolio Item Arrow*/
.left-arrow {
	position: absolute;
	right: 90px;
	top: -70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #75DDED;
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #3ACFE7 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}

.right-arrow {
	position: absolute;
	right: 30px;
	top: -70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: solid 2px #75DDED;
	background: linear-gradient(238.45deg, #42D2FF 3.32%, #3ACFE7 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}

.right-arrow:hover {
	opacity: 1
}

.left-arrow:hover {
	opacity: 1
}

/*========= 8. Counter Area CSS==========*/
.main-counter-area {
	padding: 120px 0 120px 0;
}

/*8.1 Single Counter*/
.single-count-area {
	background-color: #fff;
	box-shadow: 0px 1px 31px rgba(187, 187, 187, 0.25);
	border-radius: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0 !important
}

.counter-icon,
.counter-icon:before {
    font-size: 77px;
    background: linear-gradient(253.52deg, #17487E 8.92%, #147AF1 96.59%);
	-webkit-background-clip: text;
	background-clip: text;
    -webkit-text-fill-color: transparent;
	display: initial; 
}

.single-count-item-mb {
	margin-bottom: 30px
}

.home-counter-text {
	text-align: right;
	padding-right: 70px;
	position: relative;
	z-index: 1
}

.single-count-area span {
	font-size: 29px;
	color: #173D7A !important;
	margin-top: 15px;
	display: inline-block;
}

.single-count-area p {
	font-size: 17px;
	color: #173D7A
}

.counter-area-small {
	padding-right: 50px
}


.single-client-img img {
	margin:0 auto;
	height: 3rem;
	width: 100px;
	object-fit: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}

.client-area{
	padding-top: 100px;
}

.client-row {
	margin-bottom: 15px;
}

/*========= Footer Area CSS ==========*/

.big-footer {
	background-color: #151723;
	padding: 60px 0 30px 0;
	background-image: url('img/./f-pattern.png');
}

#footer-fixed {
	width: 100%;
}

.footer-logo img {
	width: 200px
}

.footer-logo p {
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*12.1 Footer Social*/
.social ul li {
	display: inline-block;
	margin-right: 15px
}

.social ul li:last-child {
	margin-right: 0
}

.social ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}

.social ul li a:hover {
	color: #addefe
}

/*12.2 Footer Content*/
.footer-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 5px
}

.footer-content ul {
	margin-top: 30px
}

.footer-content.footer-cont-mar-40 ul {
	margin-top: 0px
}

.footer-content ul li a {
	color: #efefef;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 30px;
}

.footer-content ul li a:hover {
	color: #addefe
}

.footer-content form {
	margin-top: 20px
}

.footer-content form input#leadgenaration {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0px;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	display: block;
	width: 100%
}

.footer-content form input#subscribe {
	background: linear-gradient(252.62deg, #147AF1 8.92%, #17487E 96.59%);
	box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.25);
	border-radius: 68px;
	border: none;
	color: #fff;
	padding: 10px 25px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s
}

.footer-content form input#subscribe:hover {
	background: linear-gradient(252.62deg, #17487E 8.92%, #147AF1 96.59%)
}

.footer-content form input#leadgenaration:focus {
	padding: 15px 10px;
}

/*12.3 Copyright Text*/
footer {
	background-color: #090c21;
	text-align: center;
	padding: 20px 0;
	width: 100%;
}

footer p {
	margin: 0;
	color: #fff;
	font-size: 15px
}

/*========= 15. Team Area CSS =========*/
#team-area {
	background-color: #fff;
	padding: 120px 0 0 0;
}

/*15.1 Team Banner*/
.team-hero-banner {
	background-color: #fff;
	background-image: url(img/team/team-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.team-hero-banner img {
	width: 100%;
}

.team-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}

.team-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-banner-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}

.team-banner-text p {
	color: #fff;
}

/*15.2 Team Content*/
.team-image {
	position: relative;
	overflow: hidden;
	border-radius: 15px
}

.team-image img {
	width: 100%
}

.person-name {
	margin-top: 30px;
	transition: .6s
}

.person-name h4 {
	font-weight: 700;
	color: #323657;
	text-transform: capitalize;
	font-size: 22px;
	margin: 5px 0;
}

.person-name p {
	color: #7D7D7D;
	font-size: 18px;
	text-transform: capitalize;
}

.team-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	-webkit-transition: .6s;
	transition: .8s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px
}

.team-image:hover .team-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.single-team:hover .person-name {
	margin-left: 15px
}

/*15.3 Team Social*/
.team-social ul li {
	display: inline-block;
	margin-right: 7px
}

.team-social ul li a {
	display: inline-block;
	color: #323657;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #323657;
	border-radius: 50%
}

.team-social ul li a:hover {
	color: #fff;
	background: linear-gradient(253.52deg, #147AF1 8.92%, #17487E 96.59%);
	border: 1px solid transparent
}

/*========= 16. Contact Us Area CSS =========*/

.contactus-area {
	background-color: #fff;
	padding: 160px 0 120px 0;
}

/*16.3 Single Contact Info*/
.single-contact-area {
	position: relative;
	z-index: 1
}

.single-contact-info {
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);
	box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);
	padding: 80px 0;
	text-align: center;
	margin: 0 20px 50px 20px;
	height: 250px;
}

.info-icon {
	margin-top: -125px;
	margin-bottom: 50px
}

.info-icon i {
	background: linear-gradient(180deg, #17487E 0%, #147AF1 100%);
	color: #fff;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	font-size: 35px
}

.info-content h6 {
	background: linear-gradient(238.45deg, #17487E 10.32%, #147AF1 88.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px
}

/*16.4 Contact Form*/
.contact-form-area {
	background: #fff;
	-webkit-box-shadow: 0px 9px 45px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);
	border-radius: 26px;
	padding: 100px;
	margin-top: 120px;
	position: relative;
	z-index: 1
}

.contact-form-heading h3 {
	color: #323657;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 700
}

/*====== 20. 404 Area CSS ========*/
.error-page-area {
	height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #abd8f2;
	padding: 120px 0;
}
.error-page-area img {
	height: 40vh;
	max-height: 700px;
}

.error-text {
	text-align: center
}

.error-text h2 {
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 40px;
	font-size:28px;
}

.error-text a {
	background-color: #323657;
	text-transform: capitalize;
	font-weight: 600;
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	border: 2px solid transparent;
	border-radius: 68px
}

.error-text a:hover {
	border: 2px solid #323657;
	color: #147AF1;
	background-color: #323657
}

/*====== 21. scroll to top ========*/
.elevator {
	position: fixed;
	right: 20px;
	bottom: 80px;
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	visibility: hidden;
	background: rgba(20, 122, 241, .7);
	background-image: none;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(20, 122, 241, .05);
			box-shadow: 0 0 10px rgba(20, 122, 241, .05);
	opacity: 0;
	-webkit-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
  }
  .elevator.elevator-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
	z-index: 999;
  }
  .elevator .fa {
	position: relative;
	top: 12.5px;
	left: 14.5px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: white;
	-webkit-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
  }
  .elevator:hover {
	background: rgba(23, 72, 126, .8);
  }
  .elevator:hover .fa {
	top: 5px;
	color: white;
  }
  
  #popup {
	  overflow: visible;
	  text-align: center;
  }

  #popup img{
	  width: 100%;
      max-width: 500px;
  }

  /*=========== 17. Portfolio Area CSS ==============*/

.portfolio-main-area {
	background-color: #fff;
	padding: 120px 0;
}

/*17.1 Portfolio Banner*/
.portfolio-hero-banner {
	background-color: #fff;
	background-image: url(img/portfolio/portfolio-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.portfolio-hero-banner img {
	width: 100%;
}

.portfolio-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.45);
}

/*17.2 Portfolio Content*/
.portfolio-hero-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-hero-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}

.portfolio-hero-text p {
	color: #fff;
}

.portfolio-intro p {
	text-align: center;
	font-weight: 600;
	margin-bottom: 60px;
	font-size: 20px
}

.single-portfolio img {
	width: 100%
}

.single-portfolio {
	overflow: hidden;
}

.portfolio-image {
	position: relative;
}

.portfolio-image img {
	border-radius: 10px
}

.portfolio-titile h4 {
	font-size: 18px;
	text-transform: capitalize;
	color: #323657;
	font-weight: 700;
	margin-top: 13px;
	transition: .6s
}

.portfolio-headmove:hover .portfolio-titile h4 {
	margin-left: 15px
}

.portfolio-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: 1s;
	transition: .6s;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	border-radius: 10px;
}

.portfolio-content a {
	background: linear-gradient(to bottom, #84FC6A 8.92%, #48D6F2 96.59%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
	display: block
}

.portfolio-content p {
	color: #323657;
	font-size: 17px;
	line-height: 25px;
}

.single-portfolio:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

/*17.3 Portfolio Filtering*/
.portfolio-filter {
	text-align: center;
	margin-bottom: 30px
}

.portfolio-filter li {
	display: inline-block;
	margin-right: 25px;
	position: relative
}

.portfolio-filter li:last-child {
	margin-right: 0px
}

.portfolio-filter li a {
	display: inline-block;
	padding: 8px 0px;
	color: #000;
	text-transform: capitalize;
}

.portfolio-filter li.active:before {
	position: absolute;
	content: "";
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	border: solid 1px transparent;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-image: linear-gradient(238.45deg, #49e513 3.32%, #42D2FF 98.6%);
	border-image-slice: 100%;
	border-image-slice: 1;
	bottom: 0;
	left: 0;
	-webkit-transition: 1s;
	transition: 1s;
}

/*========= 18. Portfolio Details Area CSS=========*/
.portfolio-details {
	padding: 120px 0;
	background-color: #fff
}

.portfolio-details-box {
	-webkit-box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.25);
	box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.25);
}
.form-area {
	margin-top: 120px; 
	display: flex; 
	align-items: center;
}

.form-area img {
	width:100%;
}


.fixed-panel{
	position: fixed;
	right:20px;
	bottom:20px;
	z-index: 1000;
}
.wa-btn{
	position: relative;
	display:block;
	width:48px;
	height:48px;
	background:url(img/icon-whatsapp.svg) no-repeat center center;
	background-color:#25D366;
	background-size: 60%;
	border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgb(20 122 241 / 5%);
    box-shadow: 0 0 10px rgb(20 122 241 / 5%);
}

.wa-btn > span {
	position:absolute;
	  left:-10000px;
	  top:auto;
	  width:1px;
	  height:1px;
	  overflow:hidden;
}