@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
/*font-family: 'Abel', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
/*font-family: 'Jost', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
/*font-family: 'Marck Script', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
/*font-family: 'Courgette', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
/*font-family: 'Damion', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@font-face {
	font-family: 'Lovelo Black';
	src: url('../../fonts/Lovelo Black.eot');
	src: url('../../fonts/Lovelo Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/Lovelo Black.woff') format('woff'), url('../../fonts/Lovelo Black.ttf') format('truetype'), url('../../fonts/Lovelo Black.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Autography';
	src: url('../../fonts/Autography.eot');
	src: url('../../fonts/Autography.eot?#iefix') format('embedded-opentype'), url('../../fonts/Autography.woff') format('woff'), url('../../fonts/Autography.ttf') format('truetype'), url('../../fonts/Autography.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	color: #444444;
}
a {
	color: #699394;
	text-decoration: none;
}
a:hover {
	color: #1eb4ff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
hr:not([size]) {
	height: 1px;
	margin: 60px 0px;
}
.slides .slide {
	color: #fff;
	font-size: 3rem;
	text-align: center;
}
.slides .slide img {
	width: 100%;
	height: 100%;
}
/*
.slides .slide::after {
  background-image: linear-gradient(to right, #f46453, #2abff4);
  content: attr(data-content);
  display: block;
  padding: 4rem;
}
.slides .slide[data-content="3"]::after {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
*/
.hire-img{
	display: none;
}

.mail-btn{

}
.mail-btn:hover{
	color: #000;
}

.zoetrope {
    position: relative;
    height: 423px;
    overflow: hidden;
}
.zoetrope .zoetrope-track-wrapper {
	cursor: -webkit-grab;
	cursor: grab;
	overflow: hidden;
	position: relative;
	transition: height 0.1s;
}
.zoetrope.isDragging .zoetrope-track-wrapper {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.zoetrope .zoetrope-track {
	align-items: flex-start;
	display: flex;
	left: 0;
	position: absolute;
	right: auto;
	top: 0;
	width: auto;
}
.zoetrope .zoetrope-track > * {
	flex: 0 0 0;
	min-width: calc(var(--slide-width) * 1px * (1 / var(--slides-to-show)));
}
.zoetrope.isDragging .zoetrope-track {
	pointer-events: none;
}
.zoetrope .zoetrope-dots {
	bottom: 1rem;
	display: flex;
	font-size: 0;
	left: 50%;
	justify-content: center;
	position: absolute;
	transform: translateX(-50%);
}
.zoetrope .zoetrope-dots button {
	background: #666;
	border-radius: 50%;
	cursor: pointer;
	height: 0.75rem;
	width: 0.75rem;
}
.zoetrope .zoetrope-dots button:not(:last-child) {
	margin-right: 0.5rem;
}
.zoetrope .zoetrope-dots button.active {
	background: #222;
}
.zoetrope .slide {
	cursor: -webkit-grab;
	cursor: grab;
}
.zoetrope.isDragging .slide {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.zoetrope.fade .slide {
	left: 100%;
	opacity: 0;
	position: absolute;
}
.zoetrope .zoetrope-button {
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	font-size: 0;
	height: 5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
	display: none;
}
/*
.zoetrope .zoetrope-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23222' d='M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z'%3E%3C/path%3E%3C/svg%3E");
  left: 1rem;
}
.zoetrope .zoetrope-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23222' d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'%3E%3C/path%3E%3C/svg%3E");
  right: 1rem;
}
*/
.gallery-container {
	height: 100%;
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	tranform: translate3d(0, 0, 0);
}
.gallery-container img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	max-width: 100%;
	animation-name: gallery;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timimg-function: linear;
}
.gallery-container img:nth-of-type(1) {
	animation-delay: 2.5s;
	z-index: 4;
}
.gallery-container img:nth-of-type(2) {
	animation-delay: 5s;
	z-index: 3;
}
.gallery-container img:nth-of-type(3) {
	animation-delay: 7.5s;
	z-index: 2;
}
.gallery-container img:nth-of-type(4) {
	animation-delay: 10s;
	z-index: 1;
}
@keyframes gallery {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.wrapper {
	overflow: hidden;
}
.c1 {
	display: block;
}
.c2 {
	display: block;
}
.c3 {
	display: block;
}
.c4 {
	display: block;
}
.foot-link {
	color: #fff;
	margin: 20px 0px 0px 0px;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.foot-link:hover {
	color: #80ffef;
	letter-spacing: 1px;
}
.type {
	overflow: hidden;
	border-right: .15em solid rgb(255 165 0 / 0%);
	white-space: nowrap;
	width: 0;
	animation: typingbanner 1s steps(25, end) forwards;
	color: #000;
}
.type2 {
	overflow: hidden;
	border-right: .15em solid rgb(255 165 0 / 0%);
	white-space: nowrap;
	width: 0;
	animation: typingbanner 1s steps(25, end) forwards;
	animation-delay: 1s;
	color: #000;
}
.type3 {
	overflow: hidden;
	border-right: .15em solid rgb(255 165 0 / 0%);
	white-space: nowrap;
	width: 0;
	animation: typingbanner 1s steps(25, end) forwards;
	animation-delay: 2s;
	color: #000;
	margin-top: 30px;
}
.type4 {
	overflow: hidden;
	border-right: .15em solid rgb(255 165 0 / 0%);
	white-space: nowrap;
	width: 0;
	animation: typingbanner 1s steps(25, end) forwards;
	animation-delay: 3s;
	color: #000;
}
@keyframes typingbanner {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}
@keyframes blink {
	from {
		border-color: transparent
	}
	to {
		border-color: rgb(255 165 0 / 0%);
	}
}
.container-typed {
	line-height: normal;
}
.container-typed p {
	margin: 0px;
}
.container-typed p span.typed-text {
	background: #80ffef;
}
.container-typed p span.cursor {
	display: inline-block;
	background-color: #80ffef;
	margin-left: 0.1rem;
	width: 0px;
	animation: blink 1s infinite;
}
.container-typed p span.cursor.typing {
	animation: none;
}
@keyframes blink {
	0% {
		background-color: #80ffef;
	}
	49% {
		background-color: #80ffef;
	}
	50% {
		background-color: transparent;
	}
	99% {
		background-color: transparent;
	}
	100% {
		background-color: #80ffef;
	}
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -130px;
	top: 40%;
	width: 170px;
	z-index: 9;
}
.sticky-container ul {
	margin: 0px;
	padding: 0px;
}
.sticky li {
	list-style: none;
}
.sticky li a {
	background: #4d4f5e;
	display: block;
	list-style-type: none;
	color: #efefef;
	height: 43px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
.sticky li a:hover {
	margin-left: -115px;
}
.sticky li a i {
	float: left;
	margin: 6px;
	margin-right: 10px;
	font-size: 20px;
	text-align: center;
	width: 30px;
}
.sticky li a p {
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 43px;
}
/*Right Side Buttons End*/
.social-icon {
	top: 2px;
	position: relative;
}
.social-icon > li {
	margin-right: 5px;
}
.social-icon > li > a {
	color: #000;
}
.right-corder-container {
	position: fixed;
	right: 0px;
	z-index: 9;
}
.mail-us {
	top: auto;
	bottom: 250px;
}
.mail-us button {
	background: rgb(255, 157, 59);
	background: linear-gradient( 90deg, rgba(255, 157, 59, 1) 0%, #d85248 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #eb711e;
	-webkit-animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@keyframes pulsing1 {
	to {
		box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
	}
}
.call-us {
	top: auto;
	bottom: 189px;
}
.call-us a {
	background-color: #007bff;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #007bff;
	-webkit-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@keyframes pulsing2 {
	to {
		box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
	}
}
.whatapp-us {
	top: 65%;
}
.whatapp-us a {
	background-color: #28a745;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@keyframes pulsing3 {
	to {
		box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
	}
}
.right-corder-container .right-corder-container-button {
	height: 45px;
	width: 45px;
	border: none;
	border-radius: 62px;
	transition: all 300ms;
	cursor: pointer;
	display: block;
}
.right-corder-container .right-corder-container-button > span {
	font-size: 20px;
	color: white;
	position: absolute;
	left: 0px;
	top: 8px;
	line-height: 30px;
	right: 0px;
	text-align: center;
}
.swiper-container {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}
.swiper-container .swiper-scrollbar {
	position: absolute;
	bottom: -40px;
	left: 0px;
	width: 1200px;
	height: 10px;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	height: 100%;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	background: rgba(0, 0, 0, 0.4);
}
.swiper-container .swiper-wrapper {
	display: flex;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.r-bg {
	background: #141007;
	padding: 110px 0px;
	padding-bottom: 50px;
}
.r-bg img {
	position: absolute;
}
.RVSS-grid {
	color: #000;
	padding: 0px 100px;
	position: relative;
}
.RVSS-grid h3 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 40px;
}
.RVSS-grid p {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 25px;
}
.RVSS-grid .p-text {
	position: relative;
	font-size: 40px;
	top: 25%;
	font-weight: 500;
	line-height: 47px;
	left: 60px;
}
.RVSS-grid .p-text-left {
	left: -70px;
}
.bg-video-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.video {
	min-width: 100%;
	min-height: 100vh;
	width: 100%;
}
.overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgb(143 143 143 / 10%) 50%, rgb(255 255 255 / 70%) 10%);
	background-size: 3px 3px;
}
.hire-well {
	text-align: center;
	background: #e0e8e7;
	padding: 80px 0px;
	color: #000;
	padding-bottom: 140px;
	position: relative;
	font-family: 'Nanum Pen Script', cursive;
}
.hire-ico-bg {
	width: 490px;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -40px;
}
.hire-ico-bg > img {
	width: 100%;
}
.hire-well-mail {
	font-size: 45px;
	line-height: 63px;
}
.hire-well-mail span {
	display: inline-block;
	text-align: left;
	position: relative;
	line-height: 42px;
}
.hire-well-mail i {
	color: #745276;
	margin-right: 6px;
	font-size: 25px;
	display: inline-block;
	position: relative;
	top: -6px;
}
.about-img {
	position: absolute;
	z-index: 9;
	top: 20%;
	right: 4%;
	height: 60vh;
	width: 80vh;
}
.hire-well b {
	font-weight: 500;
}
.hire-well p {
	font-size: 35px;
	margin: 0px;
	line-height: 28px;
	font-weight: 500;
	color: #387778;
}
.count-area {}
.count-area-content {
	margin-top: 110px;
	text-align: center;
}
.count-area i {
	font-size: 48px;
}
.count-digit {
	margin: 0px 0px;
	color: #000;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
}
.count-title {
	font-size: 15px;
	color: #000;
}
.about-me {
	padding: 0px 40px;
	color: #000;
}
.body-text {
	font-size: 30px;
	font-weight: 600;
	margin: 60px 0px 30px 0px;
	color: #000;
	background: #80ffef;
	display: inline-block;
	text-decoration: underline;
}
.body-text2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
	color: #000;
	background: #80ffef;
	display: inline-block;
	text-decoration: underline;
}
.p-text {
	font-size: 18px;
	padding: 0px 0px;
	text-align: justify;
	color: #000;
}
.vericle-text {
	position: relative;
}
.vericle-text span {
	text-align: center;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	color: #000000;
	margin-left: 60px;
	transform: rotate(270deg);
	position: absolute;
	left: -223px;
	top: -345px;
}
.about-me h4 {
	font-size: 40px;
	margin-bottom: 50px;
	line-height: normal;
}
.about-me h4 span {
	background: #80ffef;
	text-decoration: underline;
}
.about-me h3 {
	font-size: 29px;
	margin: 40px 0px 0px 0px;
	font-weight: 600;
	line-height: 40px;
	text-decoration: underline;
}
.about-me h4 {
	font-size: 27px;
	margin: 20px 0px 20px 0px;
	font-weight: 600;
	line-height: 40px;
	text-decoration: underline;
}
.about-sell {
	position: relative;
	padding: 0px;
	width: 100%;
	animation-name: backgroundColorPalette;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	height: 50vh;
}
.about-sell img {
	position: absolute;
	right: 10%;
	top: -190px;
	width: 400px;
	height: auto;
}
.about-sell .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
.about-sell h2 {
	z-index: 9;
	width: 100%;
	box-sizing: border-box;
	padding: 0 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
}
.scroll-UpDown {
	animation: UpDown 1s linear infinite;
	position: absolute;
	left: 50%;
	margin-bottom: 70px;
	font-size: 20px;
	cursor: pointer;
	color: #000000;
	border-radius: 70px;
}
@keyframes UpDown {
	0% {
		bottom: 0;
	}
	50% {
		bottom: .5em;
	}
	100% {
		bottom: 0;
	}
}
.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: 600;
	color: #000;
	margin-bottom: 0px;
	line-height: normal;
	text-align: center;
}
.work-grid {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 0px 0;
	background-color: #e0e8e7;
	height: 190px;
	padding-top: 152px;
	text-align: center;
}
.work-grid .inner-title h2 {
	color: #000;
	font-size: 40px;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
}
.search-overlay {
	z-index: -1000;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.search-overlay.s--active {
	z-index: 9999;
}
.scroll-cont {
	position: relative;
	height: 100%;
}
.search {
	position: relative;
	margin: 0 auto 0px;
	width: 12px;
	height: 12px;
	perspective: 1000px;/* top: 4px; */
}
.search:not(.s--active) {
	cursor: pointer;
}
.search.s--hidden {
	opacity: 0;
}
.search.s--cloned {
	position: absolute;
	left: 50%;
	top: 50%;
	right: auto;
	bottom: auto;
	margin-left: -58px;
	margin-top: -58px;
	margin-right: 0;
	margin-bottom: 0;
}
.search.s--moving {
	transition: transform 0.4s cubic-bezier(0.56, -0.49, 0.58, 0.9);
}
.search__bg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #699394;
	transition: all 0.6s ease;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
}
.search.s--active .search__bg {
	transform: translate3d(-50%, -50%, 0) scale(1000);
}
.search__box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 14px;
	border: 1px solid #3c5454;
	border-radius: 25px;
	transform: translate(-50%, -50%);
	transition: all 0.45s ease;
}
.search.s--active .search__box {
	width: 800px;
	height: 100px;
	border-radius: 50px;
}
.search__input {
	width: 100%;
	border-radius: 100px;
	background: rgb(255 255 255 / 42%);
	border: none;
	outline: none;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	font-size: 34px;
	transition: opacity 0s;
}
.search__input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.search__input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.search__input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.search.s--active .search__input {
	padding: 23px 90px 23px 40px;
	pointer-events: auto;
	opacity: 1;
	transition: opacity 0.18s 0.48s;
}
.search__line {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 8px;
	height: 1px;
	border-radius: 2px;
	background: #3c5454;
	transform-origin: 0 50%;
	transform: translate(10px, 10px) rotate(45deg);
	transition: all 0.48s;
}
.search__line:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
	opacity: 0;
	transition: opacity 0.3s;
}
.search.s--active .search__line:before {
	opacity: 1;
	transition: opacity 0.3s 0.42s;
}
.search.s--active .search__line {
	width: 36px;
	height: 6px;
	transform: translate(180px, 11px) rotate(-45deg);
	left: auto;
	right: 210px;
	top: 44px;
}
.search__close {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	pointer-events: none;
}
.search.s--active .search__close {
	right: 44px;
	top: 33px;
	pointer-events: auto;
	cursor: pointer;
}
/*03 */
.button_base {
	margin: 0;
	border: 0;
	display: block;
	font-size: 16px;
	position: relative;
	top: 10%;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-user-select: none;
	cursor: default;
	text-transform: uppercase;
}
.button_base:hover {
	cursor: pointer;
}
.b03_skewed_slide_in {
	overflow: hidden;
	border: #000000 solid 2px;
}
.b03_skewed_slide_in div {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
}
.b03_skewed_slide_in div:nth-child(1) {
	color: #000000;
}
.b03_skewed_slide_in div:nth-child(2) {
	background-color: #000000;
	width: 230px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transform: translate(-250px, 0px) skewX(-30deg);
	-webkit-transform: translate(-250px, 0px) skewX(-30deg);
	-moz-transform: translate(-250px, 0px) skewX(-30deg);
}
.b03_skewed_slide_in div:nth-child(3) {
	color: #ffffff;
	left: -200px;
	transition: left 0.2s ease;
	-webkit-transition: left 0.2s ease;
	-moz-transition: left 0.2s ease;
}
.b03_skewed_slide_in:hover div:nth-child(2) {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform: translate(-15px, 0px) skewX(-30deg);
	-webkit-transform: translate(-15px, 0px) skewX(-30deg);
	-moz-transform: translate(-15px, 0px) skewX(-30deg);
}
.b03_skewed_slide_in:hover div:nth-child(3) {
	left: 0px;
	transition: left 0.30000000000000004s ease;
	-webkit-transition: left 0.30000000000000004s ease;
	-moz-transition: left 0.30000000000000004s ease;
}
.about-content-scroll {
	position: relative;
}
.about-content-scroll .content-scroll > h1 > span {
	font-size: 60px;
	font-weight: 800;
	display: block;
	line-height: 99px;
}
.content-scroll {
	width: 50%;
	box-sizing: border-box;
	padding: 0 0px;
	position: absolute;
	top: 50%;
	left: 33%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.content-scroll > h1 {
	font-family: 'Bebas Neue', cursive;
	font-size: 70px;
	font-weight: 400;
	text-align: left;
	color: #000;
	margin-bottom: 0px;
}
.content-scroll > h1 > img {
	width: 80%;
}
.typing2 {
	position: relative;
}
.typing2::after {
	content: "|";
	position: absolute;
	right: 0;
	width: 100%;
	color: white;
	background: #fdfcfd;
	-webkit-animation: typing2 4s steps(16) forwards, caret2 1s infinite;
	animation: typing2 4s steps(16) forwards, caret2 1s infinite;
}
@-webkit-keyframes typing2 {
	to {
		width: 0;
	}
}
@keyframes typing2 {
	to {
		width: 0;
	}
}
@-webkit-keyframes caret2 {
	50% {
		color: transparent;
	}
}
@keyframes caret2 {
	50% {
		color: transparent;
	}
}
.content-scroll > h1 > span {
	font-size: 145px;
	font-weight: 800;
	display: block;
	line-height: 132px;
}
.content-scroll > h1 > b {
	font-size: 90px;
	font-weight: 800;
	display: block;
}
.scroll-grid {
	height: 100vh;
	overflow: hidden;
}
.sections, .section {
	position: relative;
	height: 100%;
	text-align: center;
	color: #000;
}
.section .content-scroll {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	transition: all .3s ease;
}
.section0 {
	background: #80ffef;
}
.section2 {
	background: #FFCDD2;
}
.section3 {
	background: #E1BEE7;
}
.section4 {
	background: #E1BEE7;
}
.section5 {
	background: #f7ffa9;
}
.section6 {
	background: rgb(255 152 0 / 45%);
}
.section7 {
	background: #FFCDD2;
}
.section8 {
	background: #E1BEE7;
}
.section1 {
	background: #B2DFDB;
}
/*



[data-fs-scroll] {

    position: relative;

}

[data-fs-scroll] .page {

    position: absolute;

    list-style: none;

}

[data-fs-scroll] .page.vertical {

    right: 50px;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

}

[data-fs-scroll] .page.horizontal {

    bottom: 10px;

    left: 50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

}

[data-fs-scroll] .page li {

    width: 8px;

    height: 8px;

    background: rgb(0 0 0 / 31%);

    border-radius: 50%;

    margin: 5px 2px;

    cursor: pointer;

}

[data-fs-scroll] .page li.active {

    border-radius: 6px;

    background: #000;

}

[data-fs-scroll] .page.horizontal li {

    display: inline-block;

}

[data-fs-scroll] .page.horizontal .active {

    width: 14px;

}

[data-fs-scroll] .page.vertical .active {

    height: 14px;

}

*/
.sections, .section .banner-left-line {
	position: relative;
	z-index: 1;
}
.banner-left-line > span {
	position: absolute;
	left: 20px;
	top: -90px;
	z-index: 999;
	font-size: 12px;
	text-transform: uppercase;
	transform: rotate(269deg);
	letter-spacing: 1px;
	width: 70px;
}
.banner-left-line::after {
	content: '';
	position: absolute;
	background-color: #8b8b8b;
	width: 1px;
	height: 400px;
	top: -113px;
	left: 35px;
}
.banner-right-line {}
.banner-right-line > span {
	position: absolute;
	right: 40px;
	top: 359px;
	font-size: 12px;
	text-transform: uppercase;
	transform: rotate(269deg);
	letter-spacing: 1px;
}
.banner-right-line::after {
	content: '';
	position: absolute;
	background-color: #8b8b8b;
	width: 1px;
	height: 229px;
	top: 0;
	right: 55px;
}
.banner-right-line2 {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}
.banner-right-line2 > span {
	position: absolute;
	right: 40px;
	top: 0px;
	font-size: 12px;
	text-transform: uppercase;
	transform: rotate(90deg);
	letter-spacing: 1px;
}
.banner-right-line2::after {
	content: '';
	position: absolute;
	background-color: #8b8b8b;
	width: 1px;
	height: 400px;
	top: 0;
	right: 55px;
}
.topashok-icon {
	display: flex;
	margin: 0px;
	padding: 0px;
}
.topashok-icon > li {
	margin: 0px;
	list-style: none;
}
.topashok-icon > li > a {}
/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 0px;
	bottom: 15%;
	z-index: 996;
	width: 50px;
	height: 18px;
	transition: all 0.4s;
}
.back-to-top:before {
	content: "";
	border-right: 33px solid #699394;
	border-top: 0px solid transparent;
	border-right: 33px solid #699394;
	border-bottom: 33px solid #699394;
	position: absolute;
	z-index: -1;
	transform: rotate(315deg);
	top: -9px;
}
.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------

# Disable AOS delay on mobile

--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}
/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
}
#header::after {
	content: '';
	position: absolute;
	background-color: #8b8b8b;
	width: 1px;
	height: 100%;
	bottom: 0;
	right: 55px;
}
#header::before {
    content: '';
    position: fixed;
    background-color: #c0d1d0;
    width: 41%;
    height: 1px;
    bottom: 0;
    right: 0px;
    top: 74px;
}
#header.header-scrolled {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
}
#header .logo {
	float: left;
}
#header .logo h1 {
	font-size: 28px;
	margin: 0;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
	text-decoration: none;
}
#header .logo h1 a {
	font-family: 'Autography';
	color: #000000;
	font-size: 40px;
	display: block;
}
#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 40px;
}
/*--------------------------------------------------------------

# Header Social Links

--------------------------------------------------------------*/
.header-social-links {
	margin: 0px 10px;
	display: none !important;
}
@media (max-width: 768px) {
	.header-social-links {
		margin: 0 15px 0 0;
	}
}
.header-social-links a {
	color: #201b17;
	display: inline-block;
	line-height: 0px;
	transition: 0.3s;
	padding-left: 14px;
	font-size: 23px;
	padding-right: 10px;
}
.header-social-links a:hover {
	color: #699394;
}
/*--------------------------------------------------------------

# Navigation Menu

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

* Desktop Navigation 

*/
.navbar {
	padding: 0;
	float: right;
	border-bottom: 1px solid #c0d1d0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 29px 19px;
	font-size: 26px;
	color: #000000;
	transition: 0.3s;
	height: 74px;
	font-weight: 400;
	font-family: 'Nanum Pen Script', cursive;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #2c4c4c;
	font-weight: 400;
	text-decoration: line-through;
}
.navbar .active::before {
	content: '';
	position: absolute;
	background-color: #699394;
	width: 100%;
	height: 1px;
	bottom: -1px;
	right: 0px;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	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;
	color: #003651;
}
.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: #699394;
}
.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 Navigation 

*/
.mobile-nav-toggle {
	color: #364146;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}
@media (max-width: 991px) {
	.b03_skewed_slide_in div:nth-child(3) {
		display: none;
	}
	.mobile-nav-toggle {
		display: block;
		/* margin-left: 34px; */
		/* margin-top: 19px; */
		float: right;
	}
	.navbar ul {
		display: none;
	}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(32, 38, 41, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 10px;
    bottom: 15px;
    left: 10px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #364146;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #699394;
}
.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: #699394;
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}
/*--------------------------------------------------------------

# Hero Section

--------------------------------------------------------------*/
#hero {
	width: 100%;
	/*    background-image: url("../img/hero-bg.png");*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	padding: 0px 0;
	/*    background-color: #e0e8e7;*/
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#hero h1 {
	font-family: 'Abel', sans-serif;
	color: #201b17;
	font-size: 8.5rem;
	margin: 0;
	text-align: left;
	margin-left: 10%;
	margin-top: 10px;
}
.st1 {
	float: left;
}
#hero .bannertext-line {
	font-family: 'Jost', sans-serif;
	margin: 0px;
	font-size: 7.5rem;
	font-weight: 600;
	line-height: normal;
	color: #201b17;
	text-transform: uppercase;
	float: left;
	text-align: left;
	/* margin-left: 30px; */
}
#hero .btn-get-started:hover {
	background: #008bd1;
}
#hero .hero-img {
	text-align: center;
}
#hero .hero-img img {
	width: 70%;
}
@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}
@media (max-width: 992px) {}
/*--------------------------------------------------------------

# Sections General

--------------------------------------------------------------*/
.section-bg {
	background-color: #fff;
	padding: 3rem 5rem;
	border: 1px solid #e9e9e9;
	margin-top: 60px;
}
.section-title {
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 40px;
	padding-bottom: 0;
	color: #000000;
}
.section-title h2 span {
	display: block;
	background: #000;
	width: 130px;
	height: 2px;
	margin-top: 30px;
}
.section-title p {
	margin-bottom: 0;
}
.inner-page {
	padding: 120px 50px;
	padding-bottom: 50px;
}
/*--------------------------------------------------------------

# About

--------------------------------------------------------------*/
.about {
	padding: 120px 0px;
	margin-top: 0px;
	background-color: #f7f8f9;
}
.about .container {}
@media (max-width: 992px) {
	.about .container {
		padding: 30px;
	}
}
.row-hire {
	margin-bottom: 80px;
	display: inline-block;
	width: 100%;
}
.col-hire-left {
	/*    background: url(../img/Journey-pic.png) no-repeat left center;*/
	/*    height: 426px;*/
	float: left;
	width: 33%;
	/*    background-size: cover;*/
}
.col-hire-center {
	float: left;
	width: 34%;
	background: #ebebeb;
	height: 423px;
}
.col-hire-right {
	/*

    background: url("../img/hire-left-pic.png") no-repeat;

    height: 426px;

*/
	float: left;
	width: 33%;
	/*    background-size: cover;*/
}
.about .content h3 {
	font-weight: 600;
	color: #000000;
	font-size: 31px;
	margin-bottom: 20px;
	line-height: 45px;
	padding-right: 0px;
}
.hire-me-text {
    padding: 109px 30px;
    padding-bottom: 0px;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 40px;
}
.hire-me-text b {
	background: #80ffef;
	text-decoration: underline;
	font-weight: 600;
}
.knowmore-about {
	padding: 0px 30px;
}
.about .content h3 b {
	background: #80ffef;
	text-decoration: underline;
	font-weight: 600;
}
.about .content h3 span {
	background: #000;
	width: 100px;
	height: 3px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding-bottom: 10px;
}
.about .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #28a745;
}
.about .content p {
	margin-bottom: 0;
	text-align: justify;
	color: #000;
	margin-bottom: 30px;
	font-size: 14px;
}
/*--------------------------------------------------------------

# Features

--------------------------------------------------------------*/
.features {
	padding-bottom: 40px;
}
.features .nav-tabs {
	border: 0;
}
.features .nav-link {
	border: 0;
	padding: 20px;
	transition: 0.3s;
	color: #364146;
	transition: 0.3s ease-in-out;
	border-radius: 0;
	border-left: 4px solid #fafbfb;
}
.features .nav-link h4 {
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s ease-in-out;
	color: #576971;
}
.features .nav-link p {
	font-size: 14px;
	margin-bottom: 0;
}
.features .nav-link:hover {
	background: #fafbfb;
}
.features .nav-link:hover h4 {
	color: #364146;
}
.features .nav-link.active {
	border-radius: 0;
	border: 0;
	border-left: 4px solid #699394;
	background: #fafbfb;
}
.features .nav-link.active h4 {
	color: #699394;
}
.features .tab-pane.active {
	-webkit-animation: slide-down 0.5s ease-out;
	animation: slide-down 0.5s ease-out;
}
.features .tab-content {
	text-align: right;
}
@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes slide-down {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*--------------------------------------------------------------

# Services

--------------------------------------------------------------*/
.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 0;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s ease-in-out;
	border-radius: 4px;
	text-align: center;
	border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
	transform: translateY(-5px);
}
.services .icon i {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 15px;
}
.services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.services .title a {
	color: #111;
}
.services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}
.services .icon-box-pink .icon i {
	color: #ff689b;
}
.services .icon-box-pink:hover {
	border-color: #ff689b;
}
.services .icon-box-cyan .icon i {
	color: #3fcdc7;
}
.services .icon-box-cyan:hover {
	border-color: #3fcdc7;
}
.services .icon-box-green .icon i {
	color: #41cf2e;
}
.services .icon-box-green:hover {
	border-color: #41cf2e;
}
.services .icon-box-blue .icon i {
	color: #2282ff;
}
.services .icon-box-blue:hover {
	border-color: #2282ff;
}
/*--------------------------------------------------------------

# Portfolio

--------------------------------------------------------------*/
.portfolio {
	padding: 3% 0%;
}
.portfolio .portfolio-item {
	margin-bottom: 30px;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	float: left;
	width: 33%;
	height: auto;
}
.portfolio #portfolio-flters {
	padding: 0;
	margin: 30px auto 55px auto;
	list-style: none;
	text-align: center;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	float: left;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
	/* background: #eee; */
	border: 2px solid rgb(255 255 255);
	border-radius: 100px;
	transition: all 0.4s;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: #699394;
	background: transparent;
	border: 2px solid #699394;
}
.portfolio #portfolio-flters li:last-child {}
.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	background: #eee;
	height: 200px;
	overflow: hidden;
	border: 1px solid #CCC;
}
.portfolio .portfolio-wrap img {
	width: 100%;
	margin: 0px auto;
	display: block;
}
.portfolio .portfolio-wrap::before {
	content: "";
	background: rgb(0 0 0 / 64%);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
	font-family: Autography;
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
	color: #364146;
	font-size: 14px;
	text-transform: uppercase;
}
.portfolio .portfolio-wrap .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 10%;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
	background: transparent;
	width: 60px;
	height: 60px;
	border: 1px solid #3ea295;
	margin: auto;
	border-radius: 50px;
	padding: 6px;
}
.portfolio .portfolio-wrap .portfolio-links a {
	color: #ffffff;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
	background: #3ea295;
	border-radius: 50px;
	line-height: 0;
	padding: 9px;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {}
.portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
	top: calc(50% - 48px);
}
.portfolio .portfolio-wrap:hover .portfolio-links {
	opacity: 1;
	bottom: calc(50% - 50px);
}
/*--------------------------------------------------------------

# Portfolio Details

--------------------------------------------------------------*/
.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 #699394;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #699394;
}
.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(54, 65, 70, 0.08);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.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;
}
/*--------------------------------------------------------------

# Cta

--------------------------------------------------------------*/
.cta {
	padding: 0px;
	position: relative;
}
.cta h3 {
	color: #364146;
	font-size: 28px;
	font-weight: 700;
}
.cta p {
	color: #576971;
}
.cta .cta-btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 4px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #699394;
}
.cta .cta-btn:hover {
	background: #008bd1;
}
@media (min-width: 1024px) {}
@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}
/*--------------------------------------------------------------

# Testimonials

--------------------------------------------------------------*/
.testimonials-left-line {
	position: absolute;
	z-index: 1;
}
.testimonials-left-line::after {
	content: '';
	position: absolute;
	background-color: #8b8b8b;
	width: 1px;
	height: 470px;
	bottom: -107px;
	left: 35px;
}
#testimonials {
	padding: 60px 0;
	background: #edf5f4;
	position: relative;
}
.testimonials .section-title {
	padding-bottom: 30px;
}
.testimonials .section-title > h2 {
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 40px;
	padding-bottom: 0;
	color: #000000;
}
.testimonials .section-title > h2 > span {
	display: inline-block;
	background: #000;
	width: 130px;
	height: 2px;
	margin-top: 30px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
	overflow: hidden;
}
.testimonials .testimonial-item {
	box-sizing: content-box;
	min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	margin: -40px 0 0 40px;
	position: relative;
	z-index: 2;
	border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 45px;
	color: #111;
}
.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
	color: #d8dee1;
	font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}
.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 15px 0 15px;
	padding: 20px 20px 60px 20px;
	background: #f4f6f7;
	position: relative;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}
.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #a0a8a7;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #a0a8a7;
}
.viewall {
	float: right;
	margin-top: -40px;
	font-size: 14px;
	color: #000;
}
.viewall > i {
	margin-top: -40px;
	font-size: 24px;
	color: #000;
}
.viewall:hover {
	color: #699394;
}
.aboutme-btn {
	font-size: 14px;
	color: #000;
	position: absolute;
	bottom: 46px;
}
.aboutme-btn > i {
	margin-top: -40px;
	font-size: 24px;
	color: #000;
}
.aboutme-btn:hover {
	color: #699394;
}
/*--------------------------------------------------------------

# Team

--------------------------------------------------------------*/
.team {
	background: url("../img/team-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.team::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 9;
}
.team .container {
	position: relative;
	z-index: 10;
}
.team .member {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}
.team .member .pic {
	overflow: hidden;
}
.team .member .member-info {
	position: absolute;
	top: 85%;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 20px 0;
	color: #364146;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	max-height: 95px;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
.team .member:hover .member-info {
	max-height: 300px;
}
.team .member h4 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
	color: #364146;
	position: relative;
	padding-bottom: 10px;
}
.team .member h4::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #b5c1c6;
	bottom: 0;
	left: calc(50% - 25px);
}
.team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}
.team .member .social {
	margin-top: 15px;
}
.team .member .social a {
	transition: color 0.3s;
	color: #627680;
}
.team .member .social a:hover {
	color: #699394;
}
.team .member .social i {
	font-size: 16px;
	margin: 0 2px;
}
@media (max-width: 992px) {
	.team .member {
		margin-bottom: 110px;
	}
}
/*--------------------------------------------------------------

# Clients

--------------------------------------------------------------*/
.clients .clients-wrap {
	border-top: 1px solid #eceff0;
	border-left: 1px solid #eceff0;
}
.clients .client-logo {
	display: block;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #eceff0;
	border-bottom: 1px solid #eceff0;
	overflow: hidden;
	background: #fff;
	padding: 16px 20px 20px 20px;
	margin-bottom: 20px;
	height: 120px;
}
.clients .client-logo img {
	filter: grayscale(100);
}
.clients .client-logo:hover img {
	filter: none;
	transform: scale(1.1);
}
.clients img {
	transition: all 0.4s ease-in-out;
}
/*--------------------------------------------------------------

# Pricing

--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	border: 2px solid #e9ecee;
}
.pricing h3 {
	font-weight: 400;
	padding: 20px 15px;
	font-size: 18px;
	font-weight: 400;
	color: #777777;
}
.pricing h4 {
	font-size: 36px;
	color: #699394;
	font-weight: 600;
	margin-bottom: 20px;
}
.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}
.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}
.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.pricing ul li {
	padding-bottom: 16px;
}
.pricing ul i {
	color: #699394;
	font-size: 18px;
	padding-right: 4px;
}
.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}
.pricing .btn-wrap {
	padding: 20px 15px;
	text-align: center;
}
.pricing .btn-buy {
	background: #699394;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.pricing .featured {
	background: #699394;
	border-color: #699394;
}
.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
	color: #fff;
}
.pricing .featured .btn-buy {
	background: #fff;
	color: #699394;
}
.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #699394;
	color: #fff;
}
/*--------------------------------------------------------------

# Frequently Asked Questions

--------------------------------------------------------------*/
.faq {
	padding: 60px 0;
}
.faq .faq-list {
	padding: 0;
	list-style: none;
}
.faq .faq-list li {
	border-bottom: 1px solid #e3e7e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.faq .faq-list .question {
	display: block;
	position: relative;
	font-family: #699394;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	color: #007ab7;
	transition: 0.3s;
}
.faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -2px;
}
.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
	display: none;
}
.faq .faq-list .collapsed {
	color: black;
}
.faq .faq-list .collapsed:hover {
	color: #699394;
}
.faq .faq-list .collapsed .icon-show {
	display: inline-block;
	transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
	display: none;
	transition: 0.6s;
}
/*--------------------------------------------------------------

# Contact

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

.contact .info {

    padding: 30px;

    background: #fff;

    width: 100%;

    border: 2px solid #e9ecee;

    border-radius: 4px;

}

*/
.submit-btn {
	background-color: #000;
	width: 100%;
	top: 0px;
}
.contact .info > h1 {
	font-size: 60px;
	font-weight: 500;
	color: #699394;
}
.contact .info > h1 span {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	letter-spacing: 12px;
	margin-bottom: 5rem;
	/* font-family: 'Abel', sans-serif; */
	display: block;
	padding: 0px 10px;
}
.contact .info i {
	font-size: 20px;
	color: #699394;
	float: left;
	width: 26px;
	height: 40px;
	/* background: #f2f4f5; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.contact .info h4 {
	padding: 10px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #000000;
	width: 100%;
	display: table-cell;
}
.contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #627680;
}
.contact .info .social-links {
	padding-left: 60px;
}
.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
}
.contact .info .social-links a:hover {
	background: #699394;
	color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {}
.email {}
.phone {
	clear: both;
	display: inline-block;
}
.contact .php-email-form {
	width: 100%;
	padding: 0px 30px;/* background: #fff; *//* border: 2px solid #e9ecee; *//* border-radius: 4px; */
}
.contact .php-email-form .form-group {
	padding-bottom: 8px;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}
.contact .form-check .form-check-input {
	margin-right: 12px;
	border: 1px solid #ced4da;
	height: 17px;
	width: 17px;
}
.contact .form-check .form-check-label {
	font-size: 14px;
}
.contact .php-email-form input {
	height: 44px;
	border: 0px;
	border-bottom: 1px solid #ced4da;
}
.contact .php-email-form select {
	height: 44px;
	border: 0px;
	border-bottom: 1px solid #ced4da;
	border-radius: 0px;
	font-size: 14px;
}
.form-select:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.contact .php-email-form textarea {
	padding: 10px 12px;
	border: 0px;
	border-bottom: 1px solid #ced4da;
	margin-bottom: 20px;
}
.col-form-label {
	font-size: 14px;
}
.contact .php-email-form button[type=submit] {
	background: #699394;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
	background: #1eb4ff;
}
/*--------------------------------------------------------------

# Breadcrumbs

--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #f4f6f7;
	min-height: 40px;
	margin-top: 70px;
}
.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 600;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #4c5c63;
	content: "/";
}
.contact {
	z-index: 1;
	position: relative;
}
/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/
#footer {
	padding: 0px;
	color: #fff;
	font-size: 14px;
	margin-top: -180px;
	background: #35363a;
	position: relative;
	clear: both;
}
#footer .footer-top {
	background: #35363a;
	padding: 60px 0 60px 0;
	padding-top: 148px;
	color: #fff;
	font-size: 14px;
	padding-bottom: 0px;
}
#footer .footer-top .footer-info {
	margin: 30px 0px;
	position: relative;
	z-index: 1;
	text-align: center;
}
#footer .footer-top .footer-info h3 {
	font-size: 35px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 500;
	font-family: 'Autography';
	display: none;
}
.offers-foot {
	text-align: center;
	/* border-bottom: 1px solid #767887; */
	padding-bottom: 0px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#footer .footer-top .footer-info p {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	width: 510px;
	display: none;
	margin: 0px auto;
}
#footer .footer-top .social-links a {
	font-size: 23px;
	display: inline-block;
	line-height: 1;
	padding: 5px;
	border-radius: 50%;
	text-align: center;
	transition: 0.3s;
	color: #fff;
}
#footer .footer-top .social-links a:hover {
	color: #699394;
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-bottom: 12px;
	text-transform: uppercase;
}
#footer .footer-top .footer-links {
	margin: 30px 0px;
}
#footer .footer-top .footer-newsletter {
	margin: 30px 0px;
	font-size: 13px;
	font-weight: 300;
}
#footer .footer-top .footer-newsletter p {
	width: 300px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #699394;
	font-size: 18px;
	line-height: 1;
	margin-left: -5px;
}
#footer .footer-top .footer-links ul li {
	padding: 3px 0;
	display: flex;
	align-items: center;
	font-weight: 300;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #ffffff;
	transition: 0.3s;
	display: inline-block;
	line-height: normal;
	text-transform: uppercase;
}
#footer .footer-top .footer-links ul a:hover {
	color: #699394;
}
#footer .footer-top .footer-newsletter form {
	/* margin-top: 30px; */
	/* background: #fff; */
	/* padding: 6px 10px; */
	/* position: relative; */
	/* border-radius: 4px; */
	/* border: 1px solid #e3e7e9; */
	position: relative;
	margin-bottom: 20px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
	border: 0;
	padding: 10px;
	width: calc(100% - 110px);
	background-color: transparent;
	border-bottom: 1px solid #767887;
	color: #fff;
	outline: 0px;
}
::placeholder {
	color: #767887;
}
::-webkit-placeholder {
	color: #767887;
}
#footer .footer-top .footer-newsletter form button[type=button] {
	position: absolute;
	border: 0;
	margin-left: -10px;
	font-size: 40px;
	padding: 0 0px;
	background: transparent;
	color: #fff;
	transition: 0.3s;
	transform: rotate(35deg);
}
#footer .footer-top .footer-newsletter form button[type=button]:hover {}
#footer .copyright {
	/* background: #4d4f5e; */
	padding: 20px 0px;
	border-top: 1px solid #4c4c4c;
	font-size: 13px;
	text-transform: uppercase;
}
#footer .allrights {
	text-align: center;
}
#footer .designed {
	text-align: right;
}
#footer .designed a {
	color: #fff;
}


@media (max-width: 1024px) {
	.content-scroll {
		width: 90%;
		top: 50%;
		left: 0px;
		transform: translate(4%, -50%);
		padding-left: 0px;
	}
	
		  .content-scroll>h1 {
			font-size: 30px;
		  }
		  .about-img {
			display: none;
	}
	.hire-img {
		display: block;
		width: 50%;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	#hero h1 {
    margin-left: 0px;
}

	.p-text {
		font-size: 14px;
		text-align: left;
	}
	.gallery-container-right {
		height: 530px;
	}
	.gallery-container-right img {
		height: auto;
	}
	body {
		overflow-x: hidden;
	}
	.banner-right-line {
		display: none;
	}
	.video {
		width: auto;
	}
	.contact .info i {
		height: 24px;
	}
	#footer .footer-top .footer-info p {
		width: 100%;
	}
	
	
	#testimonials {
		padding: 60px 20px;
	}
	
	.testimonials .section-title > h2 {
		font-size: 18px;
	}
	.banner-right-line2::after {
		display: none;
	}
	.testimonials-left-line {
		display: none;
	}
	.viewall {
		float: right;
		margin-top: 48px;
	}
	.testimonials .swiper-pagination {
		display: none;
	}
	.clients .client-logo {
		height: auto;
	}
	.banner-left-line::after {
		display: none;
	}
	.navbar {
		padding: 10px 0px;
		border-bottom: 0px solid #c0d1d0;
		/* float: none; */
		/*    width: 40%;*/
		text-align: right;
		display: block;
	}
	.container-typed p span.cursor {
		display: block;
	}
	#header .logo {
		float: left;
		width: 50%;
	}
	#header .logo h1 a {
		font-size: 33px;
		white-space: nowrap;
	}
	.section-bg {
		padding: 1rem;
	}
	.contact .info > h1 {
		font-size: 28px;
	}
	#hero {
		margin-top: -30px;
	}
	#hero h1 {
		font-size: 2.5rem;
		text-align: center;
	}
	.st1 {
		float: none;
		text-align: center;
	}
	.contact .info > h1 span {
		font-size: 9px;
		margin-bottom: 1rem;
		letter-spacing: 5px;
		padding: 2px 5px;
	}
	.offers-foot {
		padding-bottom: 0px;
		font-size: 13px;
		margin-bottom: 0px;
	}
	.testimonials .testimonial-item {
		box-sizing: content-box;
		min-height: auto;
	}
	.typing {
		position: relative;
		font-size: 50px;
	}

	#hero .bannertext-line {
		font-size: 40px;
		line-height: 10px;
		clear: both;
		margin: 0px;
		text-align: center;
		display: block;
		float: none;
		height: 100px
	}
	.fixed-top {
		padding: 10px;
	}
	/* 
[data-aos^=fade][data-aos^=fade].aos-animate {

    opacity:0.9;

    transform: none;

}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {

    transition-timing-function: unset;

}

[data-aos^=fade][data-aos^=fade] {

    opacity: 0;

    transition-property: none;

}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {

    transition-duration: unset;

}

[data-aos^=zoom][data-aos^=zoom].aos-animate {

    opacity: 1;

    transform: none;

}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {

    transition-delay: unset;

} */
	.align-items-stretch {
		align-items: normal !important;
	}
	#footer {}
	#header::after {
		display: none;
	}
	#header::before {
		display: none;
	}
	.portfolio #portfolio-flters li {
		width: 50%;
		padding: 10px 0px;
	}
	.portfolio .portfolio-item {
		width: 100%;
	}
	.work-grid {
		height: auto;
		margin-bottom: 0px;
		padding-top: 112px;
	}
	.timeline-carousel {
		padding: 46px 6.9444% 130px 6.9444% !important;
	}
	.work-grid .inner-title h2 {
		font-size: 20px;
		position: relative;
		top: 5px;
	}
	.RVSS-grid {
		color: #000;
		padding: 0px 15px;
		position: relative;
	}
	.r-bg img {
		position: relative;
	}
	.inner-page {
		padding: 0px;
		padding-bottom: 50px;
		padding-top: 20px;
	}
	.RVSS-grid .p-text {
		position: relative;
		font-size: 25px;
		top: 15%;
		font-weight: 500;
		line-height: 34px;
		left: 0px;
	}
	.RVSS-grid .p-text-left {
		left: -10px;
	}
	.r-bg {
		background: #403d36;
		padding: 50px 0px;
		padding-bottom: 50px;
	}
	.RVSS-grid h3 {
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 30px;
		margin-top: 30px;
	}
	.hire-well {
		text-align: center;
		background: #e0e8e7;
		padding: 30px 30px;
		color: #000;
		padding-bottom: 80px;
	}
	.button_base {
		top: 0%;
		left: 0px;
		margin-bottom: 50px;
	}
	.vericle-text span {
		font-size: 12px;
		left: -199px;
		top: -316px;
	}
	.button_journey-mobile {
		display: block !important;
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		border: 2px solid #fff;
		padding: 10px 20px;
		transition: 0.3s;
	}
	.button_journey-mobile:hover {
		color: #000;
		border: 2px solid #fff;
		background: #fff
	}
	.sticky-container {
		display: none;
	}
	.back-to-top {
		bottom: 5%;
	}
	.whatapp-us {
		top: auto;
		bottom: 15%;
	}
	.portfolio .portfolio-wrap {
		height: auto;
	}
	.contact .php-email-form {
		padding: 0px 10px;
	}
	.contact .info h4 {
		font-size: 13px;
		padding: 3px 10px;
	}
	.contact .email h4 {
		font-size: 13px;
		padding: 3px 10px;
		color: #789e9f;
	}
	.navbar-mobile a, .navbar-mobile a:focus {
		padding: 10px 20px;
		height: auto;
		font-size: 22px;
	}
	.navbar-mobile ul {
		bottom: auto;
	}
	.timeline-carousel h1 {
		font-size: 24px !important;
	}
	.button_journey {
		display: none !important;
		font-size: 13px!important;
		padding: 6px 20px !important;
		float: right;
		text-align: center!important;
	}
	.bx-pull-right-mobile {
		display: block !important;
		font-size: 15px;
		text-transform: uppercase;
		color: #fff;
		border: 2px solid #fff;
		padding: 10px 20px;
		transition: 0.3s;
		position: absolute;
		bottom: 0px;
		right: 6%;
		text-align: center;
		width: 70%;
	}
	.hire-me-text {
		padding: 30px 20px;
		padding-bottom: 0px;
		font-weight: 600;
		color: #000000;
		font-size: 18px;
		margin-bottom: 0px;
		line-height: 38px;
	}
	.knowmore-about {
		padding: 0px 20px;
	}
	.gallery-container {
		width: 100%;
		height: 380px;
	}
	.row-hire {
		background: #ebebeb;
		margin-bottom: -6px;
	}
	.gallery-container img {
		height: auto;
	}
	.timeline-carousel__item-inner h4 {
		font-size: 14px;
		line-height: normal;
	}
	.about-me {
		padding: 0px 30px;
	}
	.about-me h3 {
		font-size: 15px;
		margin: 40px 0px 0px 0px;
		line-height: 33px;
	}
	.about-me h4 {
		font-size: 18px;
	}
	.contact .php-email-form input {
		height: 38px;
		padding: 0px;
	}
	.col-form-label {
		font-size: 14px;
		padding: 0px 10px;
	}
	.hire-ico-bg {
		width: 90%;
		top: -30px;
	}
	.hire-well p {
		font-size: 24px;
		line-height: 20px;
	}
	.hire-well-mail span {
		line-height: 29px;
	}
	.hire-well-mail i {
		margin-right: 0px;
		font-size: 17px;
		top: -5px;
	}
	.col-hire-left {
		width: 100%;
	}
	.col-hire-right {
		width: 100%;
	}
	.col-hire-center {
		width: 100%;
		height: auto;
	}
	.zoetrope {
		height: auto;
	}
		.scroll-grid {
		height: 85vh;
	}

	.content-scroll > h1 > img {
    width: 100%;
}
.behance-btn{
	display: none !important;
}
.behance-btn-mobile {
    display: inline-block !important;
    font-size: 22px;
    text-transform: uppercase;
	color: #000;

    border: 2px solid #fff;

	background: #fff;
    padding: 5px 13px;
    transition: 0.3s;
    height: 46px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 4%;
    width: 15%;
    transition: 0.3s;
   
}
.behance-btn:hover {
	color: #fff;
    background: #1377ff;
    border: 2px solid #1377ff;

}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	
	.about-img {
	    display: none;
}
.hire-img {
    display: block;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.scroll-grid {
    height: 60vh;
}
.content-scroll {
    width: 90%;
    top: 50%;
    left: 0px;
    transform: translate(4%, -50%);
    padding-left: 0px;
}
.about-content-scroll .scroll-grid {
	height: 100vh;
}

}


	