/* service detail css close */

body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	background: #191b21;
}

body::-webkit-scrollbar-thumb {
	background: #131419;
	border-radius: 30px !important;
}

body::-webkit-scrollbar-thumb:hover {
	background: #e5885e;
}

input[type='text']:focus, input[type='number']:focus, textarea:focus {
	font-size: 16px;
}

input, textarea {
	box-shadow: none !important;
}

.form-control:focus {
	zoom: normal !important;
}

a {
	opacity: 1;
	color: #fff !important;
}

a:hover {
	text-decoration: none;
	outline: none;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

body, html {
	overflow-x: hidden;
}

button:hover {
	text-decoration: none;
	outline: none;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

img {
	max-width: 100%;
	height: auto;
}

li {
	list-style: none;
}

:focus {
	outline: none;
	box-shadow: none;
}

.container {
	max-width: 1170px;
}

#pointer-dot {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 2.5px solid white;
	position: fixed;
	border-radius: 4px;
	z-index: 101;
	pointer-events: none;
	transition: border-color .5s;
}

#pointer-ring {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	padding: 15px;
	border: 2px solid;
	border-color: #8b7adf !important;
	position: fixed;
	border-radius: 100px;
	z-index: 102;
	pointer-events: none;
}

#particles-js, #particles-js2, #particles-js3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url("inspector-stylesheet");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#particles-js.nitro-lazy, #particles-js2.nitro-lazy, #particles-js3.nitro-lazy {
	background-image: none !important;
}

#particles-js4 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url("inspector-stylesheet");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#particles-js4.nitro-lazy {
	background-image: none !important;
}

.roating-circle {
	width: 420px;
	opacity: .65;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 111111 !important;
	top: 0;
	left: 0;
	background: #0d0d12;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidenav .header__wrapper-menu {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	flex: 0 0 calc(100% - 450px);
	max-width: calc(100% - 450px);
	padding: 120px 120px 40px;
}

.sidenav .header__wrapper-overlay-widgets {
	flex: 0 0 450px;
	max-width: 450px;
	background: #131319;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	color: #fff;
	padding: 100px 100px 60px;
}

.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner {
	flex: 0 0 100%;
	max-width: 100%;
	transition: .3s;
}

.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property {
	margin: 0 0 50px;
}

.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property .figure-property {
	transition: .3s;
}

.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property .figure-property label {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 0 0 12px;
}

.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property .figure-property p {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #c1c1c1;
}

.sidenav li {
	margin: 0 0 15px 0;
	position: relative;
}

.sidenav li span {
	font-size: 34px;
	line-height: 1;
	display: inline-block;
	margin: 0 0 0 10px;
}

.sidenav li:hover .submenu-overlay {
	visibility: visible;
	opacity: 1;
}

.sidenav a {
	padding: 10px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: flex;
	transition: .3s;
}

.sidenav .hd-menu {
	padding: 0;
	text-decoration: none;
	font-size: 52px;
	color: #fff;
	display: inline-block;
	font-family: "Spartan", sans-serif;
	transition: .3s;
	font-weight: 600;
	position: relative;
}

.sidenav .hd-menu:hover::before {
	width: 100%;
	transition: .4s;
}

.sidenav a:hover {
	color: #f1f1f1;
	margin-left: 7px;
}

.sidenav .cancel-btn {
	position: absolute;
	top: 8px;
	right: 26px;
}

.sidenav .cancel-btn .closebtn {
	position: static;
	top: 0;
	right: 0;
	font-size: 55px;
	width: auto;
	height: auto;
	margin-left: 0;
	display: inline-block;
	line-height: 1;
}

.sidenav .closebtn:hover {
	transition: .4s;
}

.align-item-center {
	align-items: center;
}

.menu-section {
	padding: 0;
	background-size: cover;
	position: relative;
	min-height: 100vh;
}

.nav-section .navbar-brand {
	max-width: 250px;
	transition: .4s;
}

.nav-section {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
}

#navbar.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #131419;
	z-index: 999;
	transition: .4s ease;
}

#navbar.sticky .navbar-brand {
	max-width: 210px;
	transition: .4s;
}

.nav-section .navbar-expand-sm {
	justify-content: space-between;
	background: none;
	padding: 15px 30px;
	position: relative;
	z-index: 111;
	transition: .4s ease;
}

.nav-section .navbar-expand-sm .navbar-nav {
	background: none;
}

.nav-section .navbar-expand-sm .nav-item {
	background: none;
	align-items: center;
	display: flex;
	margin: 0 0 0 40px;
}

.nav-section .navbar-expand-sm .active a {
	color: #e5885e !important;
}

.nav-section .navbar-expand-sm .nav-link {
	color: #f7fff7;
	padding: 0;
	position: relative;
	font-family: "Spartan", sans-serif;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	transition: .4s ease;
}

.nav-section .navbar-expand-sm .nav-link:before {
	content: "";
	width: 0;
	height: 2px;
	background: #e5885e;
	position: absolute;
	bottom: -8px;
	left: -1px;
	transition: .4s;
}

.nav-section .navbar-expand-sm .nav-link:hover::before {
	width: 100%;
}

.nav-section .navbar-expand-sm .nav-link:hover {
	color: #ddd;
}

.nav-section .navbar-expand-sm .menu-btn {
	border: none;
	border: 1px solid #484848;
	background: none;
	transition: .5s;
	transition: .4s;
	padding: 0 9px;
	flex-direction: column;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

.nav-section .navbar-expand-sm .menu-btn img {
	max-width: 16px;
}

.nav-section .navbar-expand-sm .menu-btn span {
	width: 20px;
	height: 2px;
	transition: .5s;
	border-radius: 10px;
	background: #fff;
	margin: 2px 0;
}

.nav-section .navbar-expand-sm .menu-btn span:nth-child(2) {
	width: 16px;
	transition: .5s;
}

.nav-section .navbar-expand-sm .menu-btn span:nth-child(3) {
	width: 12px;
	transition: .5s;
}

.nav-section .navbar-expand-sm .menu-btn:hover {
	transition: .5s;
}

.nav-section .navbar-expand-sm .menu-btn:hover span {
	width: 12px;
	height: 2px;
	transition: .5s;
	border-radius: 10px;
	background: #fff;
	margin: 2px 0;
}

.nav-section .navbar-expand-sm .menu-btn:hover span:nth-child(2) {
	width: 16px;
	transition: .5s;
}

.nav-section .navbar-expand-sm .menu-btn:hover span:nth-child(3) {
	width: 20px;
	transition: .5s;
}

.menu-section .banner-section {
	margin: 0 0 0 0;
	height: calc(100vh - 107px);
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.menu-section .banner-section .contact-form {
	padding: 50px 30px;
	background: #1d1e25;
}

.menu-section .banner-section .contact-form h3 {
	font-size: 24px;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.menu-section .banner-section .contact-form h3 span {
	color: #e5885e !important;
	font-weight: 700;
}

.menu-section .banner-section .contact-form label {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.menu-section .banner-section .contact-form .form-control, .menu-section .banner-section .contact-form:focus {
	border-radius: 30px;
	background: #131419;
	border: none;
	border: 1px solid #111217;
	resize: none;
	outline: none;
	box-shadow: none;
	color: #c7c9d2;
	height: auto;
	padding: 10px 20px;
	font-weight: 400;
	letter-spacing: 1px;
}

.menu-section .banner-section .contact-form textarea {
	border-radius: 25px !important;
}

.menu-section .banner-section .contact-form .button-section {
	margin-top: 20px;
}

.menu-section .banner-section .contact-form .button-section .hvr-radial-out {
	width: 70px;
	height: 70px;
	font-size: 24px;
}

.menu-section .banner-section .bannertx {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	padding: 100px 0 80px 0;
}

.menu-section .banner-section .bannertx .hover-section {
	display: flex;
	align-items: center;
	width: 100%;
}

.menu-section .banner-section .bannertx .image-hero {
	position: relative;
	height: 100vh;
	width: 100%;
}

.menu-section .banner-section .bannertx .image-hero__eyebrow {
	font-size: clamp(1.4rem, 3vw, 4rem);
}

.menu-section .banner-section .bannertx .image-hero__heading {
	font-size: clamp(2.2rem, 15vw, 7rem);
	line-height: 1;
}

.menu-section .banner-section .bannertx .image {
	position: absolute;
	backface-visibility: hidden;
	will-change: transform;
	transform-style: preserve-3d;
	transition: clip-path 800ms ease-in-out;
	clip-path: inset(100% 0 0 0);
}

.menu-section .banner-section .bannertx .image img {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

[data-loaded] .menu-section .banner-section .bannertx .image {
	clip-path: inset(0 0 0 0);
}

.menu-section .banner-section .bannertx .image--reverse {
	clip-path: inset(0 0 100% 0);
}

.menu-section .banner-section .bannertx .image-hero__images {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	perspective: 1500px;
}

.menu-section .banner-section .bannertx .image-hero__images .image-1 {
	width: 42vw;
	z-index: 1;
	right: 0;
}

.menu-section .banner-section .bannertx .image-hero__images .image-2 {
	width: 40vw;
	top: 15%;
	right: 22%;
	z-index: 2;
}

.menu-section .banner-section .bannertx .image-hero__images .image-3 {
	width: 12vw;
	top: 30vh;
	right: 3vw;
	z-index: 3;
}

.menu-section .banner-section .bannertx .image-hero__images .image-4 {
	width: 22vw;
	top: 5vh;
	right: 2vw;
}

.menu-section .banner-section .bannertx .image-hero__images .image-5 {
	width: 20vw;
	top: 40vh;
	right: 1vw;
}

.menu-section .banner-section .bannertx .image-hero__images .image-6 {
	width: 20vw;
	top: 45vh;
	right: 10vw;
}

.menu-section .banner-section .bannertx .image-hero__images-left {
	left: 0;
}

.menu-section .banner-section .bannertx .image-hero__images-right {
	right: 0;
	top: 14%;
}

.menu-section .banner-section .bannertx .image-hero__content {
	position: relative;
	width: 50%;
	padding: 0 0 0 60px;
}

.menu-section .banner-section h1 {
	text-transform: uppercase !important;
	font-weight: 600;
	font-size: 45px !important;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	text-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

.menu-section .banner-section h1 span {
	color: #e5885e !important;
	font-weight: 700;
}

.menu-section .banner-section p {
	max-width: 620px !important;
	margin: 20px 0 0 0;
	font-size: 18px !important;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
}

.menu-section .banner-section .work-btn {
	margin: 60px 0 0 0;
}

.menu-section .banner-section .work-btn a {
	font-size: 14px;
	position: relative;
	transition: .5s;
	display: flex;
	justify-content: space-between;
	width: 250px;
	padding-bottom: 25px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

.menu-section .banner-section .work-btn a img {
	max-width: 25px;
}

.menu-section .banner-section .work-btn a:before {
	width: 100%;
	height: 1px;
	content: "";
	transition: .5s;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.menu-section .banner-section .work-btn a:after {
	width: 0;
	height: 1px;
	content: "";
	transition: .5s;
	background: #e5885e;
	position: absolute;
	bottom: 0;
	left: 0;
}

.menu-section .banner-section .work-btn a:hover {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 18px;
	letter-spacing: 1.5px;
}

.menu-section .banner-section .work-btn a:hover:after {
	width: 100%;
	transition: .5s;
}

.menu-section .wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 130px;
}

.menu-section .waves {
	position: relative;
	width: 100%;
	margin-bottom: -7px;
	min-height: 130px;
	max-height: 130px;
}

.menu-section .content {
	position: relative;
	height: 20vh;
	text-align: center;
	background-color: #575e63;
}

.menu-section .parallax > use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .6) infinite;
}

.menu-section .parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.menu-section .parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.menu-section .parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.menu-section .parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	
	100% {
		transform: translate3d(85px, 0, 0);
	}
}

@media (max-width: 768px) {
	.menu-section .waves {
		height: 40px;
		min-height: 40px;
	}
	
	.menu-section .content {
		height: 30vh;
	}
	
	.menu-section h1 {
		font-size: 24px;
	}
}

.tab-section {
	margin: 0 0 0 0;
}

.tab-section .part.top {
	text-align: left;
	position: relative;
	top: -80px;
}

.tab-section .tab-in {
	max-width: 960px;
	margin: 0;
	position: relative;
	left: 110px;
}

.tab-section .mockup {
	display: inline-block;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 0;
	perspective: 2400px;
	perspective-origin: 50% 100%;
	opacity: 0;
	transition: 500ms opacity;
}

.tab-section .mockup.loaded {
	opacity: 1;
}

.tab-section .mockup .part .top, .tab-section .mockup .part .bottom {
	position: absolute;
	top: 0;
	left: 0;
}

.tab-section .mockup .part.top {
	transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.tab-section .mockup:hover .part.top {
	transform: translate3d(0, 0, 0) rotateX(0deg);
}

.tab-section .mockup .part {
	display: inline-block;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	transition: 900ms;
}

.tab-section .mockup.opened .part .top {
	transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
}

.tab-section .mockup .part .top {
	transform-origin: 50% 0;
	transform: translate3d(0, 0, -11px) rotateX(90deg);
	transition: 900ms;
}

.tab-section .mockup img {
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
}

.tab-section .mockup .part .cover {
	position: relative;
}

.tab-section .mockup video {
	display: block;
	position: absolute;
	top: 8%;
	left: 4%;
	width: 92%;
	border-radius: 6px;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 1px);
}

.tab-section .mockup .part.bottom {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.tab-section .mockup .part .bottom {
	transform-origin: 50% 0;
	transform: translate3d(0, 0, 0) rotateX(90deg);
}

.intro-section {
	position: relative;
	padding: 80px 0 80px 0;
	background: #16171d;
	margin-top: 200px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-section:before {
	content: "Services";
	position: absolute;
	width: 100;
	top: 0;
	font-size: 15em;
	left: 0;
	color: rgba(255, 255, 255, .06);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes stretch {
	0% {
		transform: scale(1);
		border-radius: 100%;
	}
	
	100% {
		transform: scale(1.1);
	}
}

.intro-section .services-contbx-holder {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.intro-section .services-contbx-holder .srvicebx {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 30px;
}

.intro-section .services-contbx-holder .srvicebx .icon img {
	width: 30px;
	margin: 0 0 20px;
}

.intro-section .services-contbx-holder .srvicebx .contbx h3 {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

.intro-section .services-contbx-holder .srvicebx .contbx p {
	font-size: 14px;
	color: #ababab;
	font-weight: 400;
	margin: 12px 0 10px;
	line-height: 24px;
}

.intro-section .intro-main {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.intro-section .intro-in {
	flex: 1;
	padding: 0 15px;
}

.intro-section .about-a {
	padding: 0;
	margin: 30px 0 0 0;
	position: relative;
	transition: color .5s;
}

.intro-section .about-a img {
	width: 80%;
	margin: 70px 0 0 40px;
	position: relative;
	transition: .5s;
	top: 0;
	left: 0;
}

.intro-section .about-a:hover img {
	top: 20px;
	left: 10px;
	transition: .5s;
}

.intro-section .about-a:hover:before {
	top: -20px;
	left: -30px;
	transition: .5s;
	border-color: #e5885e;
}

.intro-section .intro-heading h1 {
	font-size: 75px;
	margin: 0 0 15px 0;
	color: #fff;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.intro-section .intro-heading h1 span {
	color: #e5885e !important;
	font-weight: 700;
}

.intro-section .intro-heading p {
	font-size: 13px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #131419;
	line-height: 22px;
	font-weight: 400;
}

.intro-section .hvr-radial-out {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 55px;
	color: #fff;
	border: 3px solid #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.intro-section .hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.intro-section .hvr-radial-out:hover, .intro-section .hvr-radial-out:focus, .intro-section .hvr-radial-out:active {
	color: #16171d;
}

.intro-section .hvr-radial-out:hover:before, .intro-section .hvr-radial-out:focus:before, .intro-section .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.decription-section {
	position: relative;
	padding: 80px 0;
}

.decription-section .scene {
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
}

.decription-section .scene--active {
	position: fixed;
}

.decription-section .scene--ended {
	position: absolute;
	bottom: 0;
	top: auto;
}

.decription-section .scene:before {
	content: "Portfolio";
	position: absolute;
	top: 0;
	font-size: 9em;
	left: 40px;
	color: rgba(255, 255, 255, .03);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 30.8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes stretch {
	0% {
		transform: scale(1);
		border-radius: 100%;
	}
	
	100% {
		transform: scale(1.1);
	}
}

.decription-section .horizontal-scroll-section {
	position: relative;
	min-height: 100vh;
	opacity: 0;
	transition: .2s opacity;
}

.decription-section .horizontal-scroll-section .hr-img {
	text-align: center;
	width: 100%;
}

.decription-section .horizontal-scroll-section .hr-img img {
	max-width: 320px;
}

.decription-section .horizontal-scroll-section img {
	width: 100%;
}

.decription-section .horizontal-scroll-section--init {
	opacity: 1;
}

.decription-section .horizontal-scroll-section__content {
	display: flex;
	align-items: center;
}

.decription-section .horizontal-scroll-section__content-wrapper {
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}

.decription-section .horizontal-scroll-section__content-section {
	position: relative;
	min-width: 50vw;
	text-align: left;
	padding: 0 15px;
	display: flex;
	align-items: center;
	color: #fff;
	flex-wrap: wrap;
}

.decription-section .horizontal-scroll-section__content-section h2 {
	flex: 0 0 100%;
	font-size: 46px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.decription-section .horizontal-scroll-section__content-section h2 span {
	color: #e5885e !important;
	font-weight: 700;
}

.decription-section .horizontal-scroll-section__content-section p {
	font-size: 13px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #fff;
	line-height: 22px;
	max-width: 620px;
}

.decription-section .horizontal-scroll-section__content-section .button-section {
	display: inline-block;
	width: 100%;
}

.decription-section .horizontal-scroll-section__image {
	display: flex;
	align-items: center;
}

.decription-section .horizontal-scroll-section__image h2 {
	margin-left: 0;
	width: 100%;
	flex: 0 0 100%;
	text-align: left;
	flex-shrink: 0;
}

.decription-section .horizontal-scroll-section__image--two {
	opacity: 0;
	transform: translateX(30vw);
	transition: 800ms transform ease-out, 400ms opacity;
}

.decription-section .horizontal-scroll-section__image--two img {
	max-width: 400px;
}

.decription-section .horizontal-scroll-section__image--four img {
	max-width: 400px;
}

.decription-section .horizontal-scroll-section--animation-one .decription-section .horizontal-scroll-section__image--two {
	opacity: 1;
	transform: translateX(0);
}

.fourth-section {
	background: #16171d;
	min-height: 580px;
	position: relative;
	padding: 80px 20px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.fourth-section:before {
	content: "Testimonials";
	position: absolute;
	width: 100;
	top: 30px;
	font-size: 9em;
	left: 60px;
	color: rgba(255, 255, 255, .05);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 30.8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.fourth-section .who-we {
	flex: 1;
	position: relative;
	padding: 0 15px;
}

.fourth-section .image1 {
	text-align: center;
	position: relative;
	transition: .5s;
	top: 0;
	left: 0;
}

.fourth-section .image1 img {
	padding: 20px;
	position: relative;
	transition: .5s;
}

.fourth-section .image1:hover {
	transition: .5s;
	top: 10px;
	left: 10px;
}

.fourth-section .image1:hover:before {
	left: -10px;
	top: -10px;
	transition: .5s;
}

.fourth-section .img-2 {
	margin-top: 120px;
}

.fourth-section .who-content h2 {
	font-size: 46px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.fourth-section .who-content h2 span {
	color: #e5885e;
	font-weight: 600;
}

.fourth-section .who-content p {
	font-size: 13px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #fff;
	line-height: 22px;
	max-width: 620px;
}

.company-section {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 60px 0;
}

.company-section:after {
	position: absolute;
	width: 75vw;
	content: "";
	min-height: 100vh;
	background: #1d1e25;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	z-index: -1;
}

.company-section .card {
	background: none;
	border: none;
	margin: 0 0 15px 0;
}

.company-section .card-header {
	padding: 0;
	background-color: unset;
	border-bottom: unset;
}

.company-section .card-body {
	padding: 0;
}

.company-section .tab {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 0;
}

.company-section .tab h1 {
	color: #fff;
	font-size: 52px;
	margin: 0 0 20px;
	font-weight: 600;
}

.company-section .tab h1 span {
	color: #e5885e !important;
	font-weight: 800;
}

.company-section .tab ul {
	margin: 0;
	padding: 0;
}

.company-section .tab li.dropdown {
	position: relative;
	width: 100%;
	transition: .5s;
}

.company-section .tab ul.dropdown-toggle {
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

.company-section .tab ul.dropdown-toggle li {
	width: unset;
}

.company-section .tab ul.dropdown-toggle li button {
	font-size: 1.2vw !important;
	color: #aaa;
	font-weight: 700;
	display: inline-block;
	width: unset;
}

.company-section .tab ul.dropdown-toggle li button:hover {
	padding-left: 0;
}

.company-section .comp-tab {
	flex: 0 0 65%;
	position: relative;
	padding: 40px;
	padding-left: 10%;
	padding-top: 0;
	padding-bottom: 0;
}

.company-section .comp-tab .button-section {
	display: grid;
	justify-content: flex-start;
	position: relative;
	margin: 40px 0 0 0;
}

.company-section .comp-description {
	flex: 0 0 35%;
	position: relative;
}

.company-section .tb-images {
	display: flex;
	position: relative;
	z-index: 11;
	height: 100%;
}

.company-section .tb-images .lg-image {
	flex: 0 0 100%;
	padding: 0 0 0 0;
}

.company-section .tb-images .lg-image .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: 30px 0px 100px -21px rgba(0, 0, 0, .5);
	position: relative;
}

.company-section .tb-images .lg-image .img img {
	object-fit: cover;
	height: 100%;
	object-position: center;
	transform: scale(1);
	width: 100%;
}

.company-section .tb-images .lg-image .imghover img {
	transform: scale(1.1);
}

.company-section .tb-images .lg-image .img .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .85);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.company-section .tb-images .lg-image .img .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 20px;
}

.company-section .tb-images .lg-image .img .text h5 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
	text-transform: uppercase;
}

.company-section .tb-images .lg-image .img .text p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 28px;
}

.company-section .tb-images .lg-image .img:hover .overlay {
	height: 100%;
}

.company-section .tb-images .img-thumbs {
	flex: 0 0 30%;
	padding: 0 0 0 10px;
}

.company-section .tb-images .img-thumbs .small-thumbs {
	height: 130px;
	overflow: hidden;
	margin: 0 0 15px 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.company-section .tab button {
	display: inline-block;
	position: relative;
	background-color: inherit;
	color: #fff;
	padding: 5px 0;
	width: unset;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 1.5vw;
	opacity: .4;
	text-transform: capitalize;
	transition: .3s ease;
	font-weight: 600;
}

.company-section .tab button.active {
	opacity: 1;
}

.company-section .tab button:hover {
	opacity: 1;
	padding-left: 15px;
}

.company-section .tab button span {
	position: relative;
	padding: 2px 10px;
	font-weight: 500;
}

.company-section .tab button:hover:before {
	width: 100%;
	transition: .5s;
}

.company-section .tab button.active:before {
	width: 100%;
	transition: .5s;
}

.company-section .tabcontent {
	padding: 0px;
	color: #fff;
	width: 100%;
	border-left: none;
	height: 85vh;
	display: none;
	transition: .5s;
}

.company-section .active {
	display: block;
}

.company-section .dropdown:hover .button-section {
	justify-content: flex-end;
}

.company-section .dropdown:hover .hvr-radial-out {
	width: 100px;
	height: 100px;
}

.testbx-holder {
	background: #131419;
	padding: 50px;
	margin: 0 0 30px;
	transition: .25s ease;
}

.testbx-holder:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	box-shadow: none;
}

.testbx-holder .testicon img {
	max-width: 60px;
}

.testbx-holder .txbx .test-descp {
	margin: 0;
	padding: 24px 0;
	color: #bcbdc1;
	font-weight: 500;
}

.testbx-holder .txbx .client-name {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	border-bottom: 1px solid #e5885e;
	padding-bottom: 10px;
}

.test-container {
	display: flex;
	align-items: center;
	max-width: 1170px;
	margin: 0 auto;
}

.test-container .who-we {
	flex: 0 0 50%;
	max-width: 50%;
}

.test-container .custtx {
	text-align: left;
	color: #fff;
}

.test-container .custtx h1 {
	font-size: 46px;
	font-weight: 600;
}

.test-container .custtx h1 span {
	color: #e5885e;
	font-weight: 600;
}

.test-container .custtx p {
	font-size: 13px;
	margin: 30px 0;
	padding: 0;
	color: #b7b9c1;
	line-height: 26px;
	max-width: 620px;
}

.test-container .custtx .btn {
	font-size: 14px;
	position: relative;
	transition: .5s;
	display: flex;
	justify-content: space-between;
	width: 250px;
	padding-bottom: 25px;
	text-align: left;
	color: #fff;
	font-weight: 300;
}

.test-container .custtx .btn span {
	display: inline-block;
	max-width: 25px;
}

.test-container .custtx .btn span img {
	max-width: 100%;
	padding: 0;
}

.test-container .custtx .btn:before {
	width: 100%;
	height: 1px;
	content: "";
	transition: .5s;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.test-container .custtx .btn:after {
	width: 0;
	height: 1px;
	content: "";
	transition: .5s;
	background: #e5885e;
	position: absolute;
	bottom: 0;
	left: 0;
}

.test-container .owl-nav {
	display: none;
}

.test-container .owl-dots {
	position: absolute;
	left: -10px;
	bottom: 0px;
	display: flex;
	align-items: flex-end;
	transform: rotate(-90deg);
}

.test-container .owl-dots .owl-dot {
	height: 20px;
	width: 4px;
	background: white !important;
	margin: 0 10px 0 0;
	border-radius: 30px;
	transition: .15s ease;
	outline: none !important;
}

.test-container .owl-dots .owl-dot.active {
	background: #e5885e !important;
	height: 30px;
}

.test-container .owl-dots .owl-dot span {
	display: none;
}

footer {
	position: relative;
	padding: 130px 40px 0 40px;
	overflow: hidden;
	margin: 70px 0 0 0;
}

footer:before {
	content: "Teqnovos";
	position: absolute;
	width: 100;
	top: 0;
	font-size: 9em;
	left: 40px;
	color: rgba(255, 255, 255, .04);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 30.8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

footer .footer-logo img {
	max-width: 280px;
}

footer .ft-txt {
	margin: 35px 0 0 0;
}

footer .ft-txt p {
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
	line-height: 22px;
}

footer .ft-txt form {
	display: flex;
	justify-content: space-between;
}

footer .ft-txt .subscribe-fld {
	width: 66%;
	border-radius: 80px;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, .2);
	font-size: 14px;
	background: none;
	color: #fff;
	padding: 11px 15px;
}

footer .ft-txt .subscribe-fld:focus {
	border-color: rgba(255, 255, 255, .3);
	transition: .5s;
}

footer .ft-txt .sub-btn {
	width: 130px;
	height: 45px;
	border-radius: 80px;
	border-radius: 50px;
	background: #fff;
	margin: 0;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	font-size: 15px;
	color: #151515;
	border: none;
}

footer .ft-txt .sub-btn:hover {
	background: #e5885e;
	color: #fff;
	transition: .5s;
}

footer .ft-links {
	padding: 0;
	margin-top: 16px;
}

footer .ft-links h3 {
	font-size: 28px;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 600;
	color: #fff;
}

footer .ft-links h3 span {
	color: #e5885e !important;
	font-weight: 700;
}

footer .ft-links ul {
	margin: 0;
	padding: 0;
}

footer .ft-links li {
	width: 100%;
	margin: 0 0 18px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	display: flex;
	align-items: center;
}

footer .ft-links li span {
	margin: 0 12px 0 0;
	font-size: 21px;
	color: #e5885e;
}

footer .ft-links li p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

footer .ft-links a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

footer .ft-links a:before {
	content: "";
	width: 0;
	height: 1px;
	transition: .5s;
	background: #e5885e;
	position: absolute;
	left: 0;
	bottom: -8px;
}

footer .ft-links a:hover:before {
	width: 100%;
	transition: .5s;
}

footer .copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 70px 0 0 0;
	padding: 20px 0 30px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #212229;
}

footer .copyright p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

footer .copyright ul {
	margin: 0;
	padding: 0;
	display: flex;
}

footer .copyright li {
	margin: 0 10px 0 0;
}

footer .copyright li a {
	width: 35px;
	height: 35px;
	color: #7b7c80;
	font-size: 14px;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .copyright li a:hover {
	background: #e5885e;
	color: #fff;
	border-color: #e5885e;
}

footer #circle2 {
	position: absolute;
	overflow: hidden;
	width: 420px;
	top: -110px;
	left: 80px;
	opacity: .25;
}

footer #circle2 text {
	font-family: "Helvetica Neue", Arial;
	font-size: 16px;
	font-weight: bold;
}

footer #circle2 svg {
	width: 100%;
	height: 540px;
	-webkit-animation-name: rotate;
	-moz-animation-name: rotate;
	-ms-animation-name: rotate;
	-o-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 25s;
	-moz-animation-duration: 25s;
	-ms-animation-duration: 25s;
	-o-animation-duration: 25s;
	animation-duration: 25s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

footer #circle2 svg textPath {
	letter-spacing: 3px;
}

footer .contact-form {
	margin-top: 0px;
}

footer .contact-form h3 {
	font-size: 28px;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 600;
	color: #fff;
}

footer .contact-form h3 span {
	color: #e5885e !important;
	font-weight: 700;
}

footer .contact-form label {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.5px;
}

footer .contact-form .form-control, footer .contact-form:focus {
	border-radius: 30px;
	background: none;
	background: #fff;
	border: none;
	resize: none;
	outline: none;
	box-shadow: none;
	color: #c7c9d2;
	height: auto;
	padding: 10px 20px;
	font-weight: 400;
	letter-spacing: 1px;
}

footer .contact-form textarea {
	border-radius: 25px !important;
}

footer .contact-form .button-section {
	margin-top: 20px;
}

footer .contact-form .button-section .hvr-radial-out {
	width: 70px;
	height: 70px;
	font-size: 24px;
	border-color: #131419;
	color: #131419;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(-360deg);
	}
	
	to {
		-webkit-transform: rotate(0);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(-360deg);
	}
	
	to {
		-moz-transform: rotate(0);
	}
}

@-ms-keyframes rotate {
	footer from {
		-ms-transform: rotate(-360deg);
	}
	
	footer to {
		-ms-transform: rotate(0);
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(-360deg);
	}
	
	to {
		-o-transform: rotate(0);
	}
}

@keyframes rotate {
	from {
		transform: rotate(-360deg);
	}
	
	to {
		transform: rotate(0);
	}
}

.flag-address {
	margin: 10px 0 0 0;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column-reverse;
}

.flag-address .nav-tabs {
	border-bottom: unset;
	margin-top: 10px;
}

.flag-address .nav-tabs .nav-link {
	border-radius: 50px;
	width: 70px;
	height: 70px;
	padding: 5px;
	margin: 0 3px 0 0;
	border-width: 3px !important;
}

.flag-address .nav-tabs .nav-link:hover {
	border-color: #454753;
}

.flag-address .nav-tabs .nav-link.active {
	background-color: unset;
	border-color: #323339;
	position: relative;
}

.flag-address .nav-tabs .nav-link.active:before {
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	display: block;
	height: 30px;
	margin: 0;
	opacity: .7;
	transform-origin: 50% 50%;
	content: "";
	position: absolute;
	-webkit-animation: downarrow 1s infinite alternate ease-in-out;
	left: 23px;
	top: -35px;
	max-width: inherit;
	background: url("https://cdn-ilapgfd.nitrocdn.com/cXhAnEGaZjGURkYIvVnsrSPGyzfMIbpH/assets/images/optimized/rev-c2de358/teqnovos.com/wp-content/themes/teqnovos/images/arrow-down.png") no-repeat center bottom/12px;
}

@-webkit-keyframes downarrow {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateY(.2em);
		opacity: 1;
	}
}

.flag-address .tab-content {
	margin: 0px 0 0 0;
	min-height: 270px;
}

.inner-headings {
	min-height: 65vh;
}

.inner-headings h1 {
	font-size: 9rem;
	text-align: center;
	font-weight: 900;
	color: #fff;
}

.development-service {
	display: flex;
	align-items: center;
	padding: 80px 60px;
	position: relative;
}

.development-service:before {
	content: "</Code>";
	position: absolute;
	width: 100;
	top: 0;
	font-size: 15em;
	left: 0;
	color: rgba(255, 255, 255, .04);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 1.8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.development-service .develop-heading {
	flex: 0 0 35%;
	position: relative;
	padding: 0 0 0 20px;
}

.development-service .develop-heading h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 52px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.development-service .develop-heading h2 span {
	color: #e5885e;
	font-weight: 700;
}

.development-service .develop-heading p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 26px;
}

.development-service .develop-heading .button-section {
	margin: 30px 0 0 0;
}

.development-service .develop-services {
	flex: 0 0 65%;
}

.web-section {
	padding: 0;
}

.web-section:before {
	content: "</Code>";
	position: absolute;
	width: 100;
	top: 0;
	font-size: 15em;
	left: 0;
	color: rgba(255, 255, 255, .04);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 1.8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce3 {
	0% {
		transform: translateY(0px);
	}
	
	50% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0px);
	}
}

@keyframes bounce3 {
	0% {
		transform: translateY(0px);
	}
	
	50% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0px);
	}
}

.zio3 {
	-webkit-animation: bounce3 3s infinite ease-in-out;
	-o-animation: bounce3 3s infinite ease-in-out;
	-ms-animation: bounce3 3s infinite ease-in-out;
	-moz-animation: bounce3 3s infinite ease-in-out;
	animation: bounce3 3s infinite ease-in-out;
}

.sidenav .header__wrapper-menu:hover .hd-menu, .sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner:hover .figure-property {
	opacity: .5;
}

.sidenav .header__wrapper-menu .hd-menu:hover, .sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .figure-property:hover {
	opacity: 1;
}

#service-menu .hd-menu span {
	opacity: 1;
	visibility: visible;
	transition: .25s ease;
	transform: translateX(-10px);
}

#service-menu:hover .hd-menu span {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}

.submenu-overlay {
	margin: 38px 0 0 50px;
	opacity: 0;
	transition: .25s ease;
	transform: translateX(-20px);
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: -20px;
	min-width: 420px;
}

.submenu-overlay .menu-item {
	margin: 0 0 10px 0;
}

.submenu-overlay .menu-item .hd-menu {
	font-size: 32px;
	font-weight: 500;
}

.active-submenu #service-menu:hover .submenu-overlay {
	opacity: 1;
	transform: translateX(0px);
	visibility: visible;
}

.owl-carousel-vertical {
	transform: rotate3d(0, 0, 1, 90deg);
}

.owl-carousel-vertical .item {
	transform: rotate3d(0, 0, 1, -90deg);
}

.swiper-container {
	max-height: 620px;
}

.case-study .scene:before {
	content: "Case study";
	left: unset;
	right: 40px;
}

.case-study .horizontal-scroll-section img {
	width: 85%;
}

.client-section {
	position: relative;
	padding: 40px 0 160px;
}

.client-section:before {
	content: "Clients";
	position: absolute;
	width: 100;
	top: 0;
	font-size: 9em;
	right: 40px;
	color: rgba(255, 255, 255, .03);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 30.8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.client-section h2 {
	margin: 0;
	padding: 0;
	font-size: 38px;
	color: #fff;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.client-section h2 span {
	color: #e5885e !important;
	font-weight: 700;
}

.client-section .owl-carousel {
	margin: 40px 0 0 0;
}

.client-section .owl-carousel .owl-nav {
	display: block !important;
	position: absolute;
	top: 48px;
	transform: translateY(-50%);
	width: 100%;
}

.client-section .item {
	border: 1px solid #2f3035;
	padding: 10px;
	background: #fff;
	border-radius: 40px;
}

.client-section .clients-img {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 110px;
}

.client-section .clients-img img {
	width: 50%;
	filter: grayscale(100%);
	transition: .5s;
}

.client-section .clients-img:hover img {
	filter: grayscale(0);
	transition: .5s;
}

.client-section .owl-prev, .client-section .owl-next {
	width: 40px;
	height: 40px;
	color: #fff !important;
	font-size: 24px !important;
	border-radius: 50%;
	position: absolute;
}

.client-section .owl-prev {
	background: rgba(255, 255, 255, .1) !important;
	left: -60px;
}

.client-section .owl-next {
	background: rgba(255, 255, 255, .1) !important;
	right: -60px;
}

.services-main {
	position: relative;
	padding: 100px 0 150px 150px;
	min-height: unset !important;
	width: 100%;
}

.services-main h1 {
	font-size: 140px !important;
	text-transform: capitalize !important;
}

.services-main h1 span {
	color: #e5885e !important;
	font-weight: 700;
}

.services-main p {
	font-size: 44px !important;
	max-width: 1030px !important;
	font-weight: 600;
	line-height: 65px;
}

.service-pg-section:before {
	content: unset;
}

.service-details {
	background: url("https://cdn-ilapgfd.nitrocdn.com/cXhAnEGaZjGURkYIvVnsrSPGyzfMIbpH/assets/images/optimized/rev-c2de358/teqnovos.com/wp-content/themes/teqnovos/images/services-bg.png") no-repeat;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 130px 0 0;
}

.service-details.nitro-lazy {
	background-image: none !important;
}

.service-details .details-in {
	max-width: 850px;
}

.service-details .details-in h2 {
	margin: 0;
	padding: 0;
	font-size: 72px;
	font-weight: 700;
	color: #131419;
	text-align: right;
}

.service-details .details-in h2 span {
	color: #e5885e;
	font-weight: 800;
}

.service-details .details-in p {
	font-size: 28px !important;
	color: #43454d;
	font-weight: 500;
	text-align: right;
	padding: 0 0 0 160px;
	margin: 40px 0 0 0;
}

.sr-intro-section {
	padding: 120px 0 120px 120px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sr-intro-section .sr-intro-in {
	max-width: 920px;
}

.sr-intro-section .sr-intro-in h3 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
}

.sr-intro-section .sr-intro-in h6 {
	margin: 60px 0 20px 0;
	padding: 0;
	font-size: 28px;
	color: #fff;
}

.sr-intro-section .sr-intro-in p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.mr-space {
	margin: 120px 0;
}

.web-development {
	align-items: center;
	min-height: 100vh;
}

.web-development:before {
	content: "Web Development";
	right: 0;
}

.web-design {
	align-items: center;
	min-height: 100vh;
}

.web-design:before {
	content: "UI/UX";
	left: 0;
}

.web-design:after {
	right: auto;
	left: 0;
}

.mobile-services {
	align-items: center;
	min-height: 100vh;
}

.mobile-services:before {
	content: "Mobile-app";
}

.sale-force {
	align-items: center;
	min-height: 100vh;
}

.sale-force:before {
	content: "Salesforce";
	left: 0;
}

.sale-force:after {
	right: auto;
	left: 0;
}

.bigdata-services {
	align-items: center;
	min-height: 100vh;
}

.bigdata-services:before {
	content: "Big Data";
}

.data-label {
	align-items: center;
	min-height: 100vh;
}

.data-label:before {
	content: "Data Labeling";
	left: 0;
}

.data-label:after {
	right: auto;
	left: 0;
}

.no-bottom {
	margin-bottom: 0;
}

.contact-pt-main {
	min-height: auto;
}

.contact-pt-main .banner-section {
	height: auto;
	position: relative;
}

.contact-pt-main .services-main {
	padding-left: 150px;
}

.Contact-main {
	position: relative;
}

.Contact-main:before {
	content: "Contact";
	position: absolute;
	bottom: 360px;
	font-size: 11em;
	left: 0;
	color: rgba(255, 255, 255, .01);
	font-weight: 800;
	animation-name: stretch;
	animation-duration: 30.8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.Contact-main .container1 {
	padding: 0;
	max-width: 1170px;
	margin: -80px auto 0;
	position: relative;
	border-radius: 35px;
	box-shadow: 0 0 80px rgba(0, 0, 0, .2);
}

.Contact-main .map-section {
	filter: grayscale(100%);
}

.Contact-main .contact-left {
	padding: 40px 0 40px 30px;
	position: relative;
	margin: 0;
}

.Contact-main .contact-left p img {
	max-width: 22px;
}

.Contact-main .contact-left h3 {
	font-size: 28px;
	position: relative;
	z-index: 1;
	margin: 20px 0 30px;
	padding: 0;
	font-weight: 600;
	color: #a9aab0;
}

.Contact-main .contact-left h3 span {
	color: #e5885e !important;
	font-weight: 700;
}

.Contact-main .contact-details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #16171d;
	padding: 60px 20px 20px 40px;
	height: 100%;
	border-radius: 35px;
}

.Contact-main .contact-details .dt-cont {
	flex: 1;
	max-width: 100%;
	margin-bottom: 70px;
	transition: .3s ease;
}

.Contact-main .contact-details .dt-cont .dt-in {
	display: flex;
	align-items: center;
	padding: 0;
	position: relative;
}

.Contact-main .contact-details .dt-cont .icon {
	flex: 0 0 45px;
	display: flex;
	color: #6a6c73;
	font-size: 20px;
}

.Contact-main .contact-details .dt-cont .dt-txt {
	flex: 0 0 calc(100% - 45px);
	color: #fff;
}

.Contact-main .contact-details .dt-cont .dt-txt h6 {
	font-size: 13px;
	margin: 0 0 12px 0;
	padding: 0;
	color: #4e4f54;
}

.Contact-main .contact-details .dt-cont .dt-txt p {
	font-size: 13px;
	color: #cacbce;
	font-weight: 500;
	line-height: 22px;
}

.Contact-main .contact-details:hover .dt-cont {
	opacity: .5;
}

.Contact-main .contact-details:hover .dt-cont:hover {
	opacity: 1;
}

.service-pg-section .banner-section h1 {
	font-size: 45px !important;
}

.service-pg-section .banner-section p {
	max-width: 450px !important;
}

#myModal {
	overflow-y: hidden;
	background-color: black;
}

#myModal .modal-content {
	border-radius: 30px !important;
}

#myModal .modal-content .pop-left-img img {
	padding: 0 20px;
}

.portfolio-tp {
	min-height: auto !important;
}

.portfolio-tp:before {
	content: unset;
}

.portfolio-tp .banner-section {
	height: auto;
}

.portfolio-tp .services-main {
	min-height: unset;
	padding: 100px 0 150px 150px;
}

.portfolio-main {
	padding: 120px 0 0 0;
	margin: 0;
}

.portfolio-main:before {
	content: "Portfolio";
	top: 0;
}

.portfolio-main .mr-top-70 {
	margin-top: 70px;
}

.portfolio-main .portfolio-one {
	display: flex;
	padding: 0 15% 0 100px;
	margin: 0;
}

.portfolio-main .portfolio-one .portfolio-in {
	flex: 1;
	padding: 0 40px;
	position: relative;
}

.portfolio-main .portfolio-one .portfolio-in h3 {
	font-size: 46px;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.portfolio-main .portfolio-one .portfolio-in h3 span {
	color: #e5885e !important;
	font-weight: 700;
}

.portfolio-main .portfolio-one .portfolio-in p {
	font-size: 13px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #fff;
	line-height: 22px;
}

.portfolio-main .portfolio-one .portfolio-in a {
	width: 100%;
	display: inline-block;
}

.portfolio-main .portfolio-one .portfolio-in h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 28px;
	color: #fff;
}

.portfolio-main .portfolio-one .portfolio-in .image {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: center;
}

.portfolio-main .portfolio-one .portfolio-in .image img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.portfolio-main .portfolio-one .portfolio-in .image .w-img {
	width: 45%;
}

.portfolio-main .portfolio-two {
	margin: 0 0 100px 0;
	padding: 0 30px;
}

.portfolio-main .portfolio-two h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 32px;
	color: #fff;
	line-height: 42px;
	font-weight: 300;
}

.portfolio-main .portfolio-two p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.portfolio-main .portfolio-two .image {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.portfolio-main .portfolio-two .image img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.portfolio-hr-section {
	padding-top: 0;
}

.portfolio-hr-section .scene:before {
	content: unset;
}

.portfolio-three {
	text-align: right;
	padding: 0 60px 0 100px;
	margin: 80px 0 0 0;
}

.portfolio-three:before {
	content: unset;
}

.portfolio-three .three-content {
	padding: 0 60px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.portfolio-three .three-content h2 {
	font-size: 46px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.portfolio-three .three-content h2 span {
	color: #e5885e !important;
	font-weight: 700;
}

.portfolio-three .three-content p {
	font-size: 13px;
	margin: 10px 0 40px 0;
	padding: 0;
	color: #fff;
	line-height: 22px;
	max-width: 480px;
}

.portfolio-three .three-content .button-section {
	justify-content: flex-end;
	display: flex;
}

.portfolio-four {
	text-align: right;
	padding: 0 60px 0 20px;
	margin: 100px 0 0 0;
}

.portfolio-four:before {
	content: unset;
}

.portfolio-four .three-content {
	padding: 0 0 0 60px;
	text-align: left;
}

.portfolio-four .three-content h2 {
	font-size: 46px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.portfolio-four .three-content h2 span {
	color: #e5885e !important;
	font-weight: 700;
}

.portfolio-four .three-content p {
	font-size: 13px;
	margin: 0 0 30px 0;
	padding: 0;
	max-width: 480px;
	color: #fff;
	line-height: 22px;
}

.blog-pt-main {
	min-height: auto;
}

.blog-pt-main:before {
	content: unset;
}

.blog-pt-main .blog-img {
	padding-right: 30px;
	text-align: center;
}

.blog-pt-main .blog-img img {
	width: 80%;
}

.blog-section {
	margin: 0;
}

.blog-section:before {
	content: "Blog";
	top: -40px;
	left: 0;
}

.blog-section .mr-top-90 {
	margin-top: 120px;
}

.blog-section .blog-thumb {
	padding: 0 20px;
	position: relative;
}

.blog-section .blog-thumb .fl-blog {
	flex: 1;
	padding: 0 30px;
}

.blog-section .blog-thumb .blog-in .img {
	width: 100%;
	overflow: hidden;
	height: 370px;
	position: relative;
}

.blog-section .blog-thumb .blog-in .img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.blog-section .blog-thumb .blog-in .img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.blog-section .blog-thumb .blog-in .img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.blog-section .blog-thumb .blog-in .date-name {
	display: flex;
	margin: 15px 0 0;
}

.blog-section .blog-thumb .blog-in .date-name .span {
	color: #fff;
	font-size: 13px;
	margin: 0 20px 0 0;
}

.blog-section .blog-thumb .blog-in .date-name .span i {
	color: #e5885e;
}

.blog-section .blog-thumb .blog-in h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
}

.blog-section .blog-thumb .blog-in h2 a {
	color: #fff;
	font-weight: 500;
	transition: .4s;
}

.blog-section .blog-thumb .blog-in h2 a:hover {
	text-decoration: underline;
	transition: .4s;
}

.blog-section .blog-thumb .blog-in h6 {
	font-size: 13px;
	color: #fff;
	margin: 0 0 15px 0;
	font-weight: 300;
	font-style: italic;
}

.blog-section .blog-thumb .blog-in p {
	font-size: 13px;
	color: #b7b7b7;
	margin: 15px 0 0 0;
	line-height: 24px;
	font-weight: 400;
}

.blog-section .blog-thumb .blog-in .button-section {
	margin: 20px 0 0 0;
}

.blog-section .blog-thumb .blog-in .button-section .hvr-radial-out {
	width: 80px;
	font-size: 32px;
	height: 80px;
}

.blog-section .blog-thumb .blog-content {
	position: absolute;
	bottom: 20px;
	left: 25px;
	width: 90%;
	background: rgba(0, 0, 0, .6);
	padding: 15px;
}

.blog-section .blog-top-right .horizontal-blog {
	display: flex;
	width: 100%;
	margin: 18px 0;
}

.blog-section .blog-top-right .horizontal-blog .no-bt-margin {
	margin-bottom: 0;
}

.blog-section .blog-top-right .horizontal-blog .hr-img {
	flex: 0 0 180px;
	background: #ddd;
	height: 150px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.blog-section .blog-top-right .horizontal-blog .hr-img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.blog-section .blog-top-right .horizontal-blog .hr-img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.blog-section .blog-top-right .horizontal-blog .hr-img img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.blog-section .blog-top-right .horizontal-blog .hr-text {
	flex: 0 0 calc(100% - 180px);
	padding: 0 0 0 15px;
}

.blog-section .blog-top-right .horizontal-blog .hr-text h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
}

.blog-section .blog-top-right .horizontal-blog .hr-text h2 a {
	color: #fff;
	font-weight: 500;
	transition: .4s;
}

.blog-section .blog-top-right .horizontal-blog .hr-text h2 a:hover {
	text-decoration: underline;
	transition: .4s;
}

.blog-section .blog-top-right .horizontal-blog .hr-text .date-name {
	display: flex;
	margin: 15px 0 0 0;
}

.blog-section .blog-top-right .horizontal-blog .hr-text .date-name .span {
	color: #fff;
	font-size: 13px;
	margin: 0 20px 0 0;
}

.blog-section .blog-top-right .horizontal-blog .hr-text .date-name .span i {
	color: #e5885e;
}

.blog-section .box-blog .img {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.blog-section .box-blog .img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.blog-section .box-blog .img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.blog-section .box-blog .img img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.blog-section .box-blog h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
}

.blog-section .box-blog h2 a {
	color: #fff;
	font-weight: 500;
	transition: .4s;
}

.blog-section .box-blog h2 a:hover {
	text-decoration: underline;
	transition: .4s;
}

.blog-section .box-blog .date-name {
	display: flex;
	margin: 15px 0 0 0;
}

.blog-section .box-blog .date-name .span {
	color: #fff;
	font-size: 13px;
	margin: 0 20px 0 0;
}

.blog-section .box-blog .date-name .span i {
	color: #e5885e;
}

#service-for-mobile {
	display: none;
}

.dropdown-toggle::after {
	content: unset;
}

.blog-details .detail-section .img {
	width: 100%;
	overflow: hidden;
	height: 390px;
	position: relative;
}

.blog-details .detail-section .img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.blog-details .detail-section .img:hover::before {
	-webkit-animation: shine .9s;
	animation: shine .9s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.blog-details .detail-section .img img {
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.blog-details .blog-content .date-name {
	display: flex;
	margin: 20px 0 10px 0;
}

.blog-details .blog-content .date-name .span {
	color: #fff;
	font-size: 13px;
	margin-right: 20px;
}

.blog-details .blog-content .date-name .span i {
	color: #e5885e;
}

.blog-details .blog-content .date-name .span span {
	color: #e5885e;
	font-weight: 600;
}

.blog-details .blog-content h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 38px;
	color: #fff;
}

.blog-details .blog-content .description {
	margin: 25px 0 0 0;
}

.blog-details .blog-content .description p {
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	line-height: 24px;
}

.blog-details .recent-blog {
	background: #1d1e25;
	padding: 20px;
}

.blog-details .recent-blog h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
}

.blog-details .recent-blog ul {
	margin: 15px 0 0 0;
	padding: 0;
}

.blog-details .recent-blog li {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 15px 0;
	color: #fff;
}

.blog-details .recent-blog li:last-child {
	border-bottom: unset;
	padding-bottom: 0;
}

.blog-details .recent-blog a {
	display: inline-block;
	color: #fff;
}

.blog-details .recent-blog .blog-list {
	display: flex;
}

.blog-details .recent-blog .blog-list .img {
	flex: 0 0 70px;
	height: 70px;
}

.blog-details .recent-blog .blog-list .img img {
	object-fit: cover;
	height: 100%;
}

.blog-details .recent-blog .blog-list .blog-ls-text {
	flex: 0 0 calc(100% - 70px);
	padding: 0 0 0 15px;
}

.blog-details .recent-blog .blog-list .blog-ls-text span {
	color: #fff;
	color: #717279;
	font-size: 11px;
	font-weight: 600;
}

.blog-details .recent-blog .blog-list .blog-ls-text h6 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
}

.blog-details .recent-blog .blog-list .blog-ls-text a {
	font-weight: 500;
}

.blog-details .recent-blog .blog-list .blog-ls-text a:hover {
	text-decoration: underline;
}

.casestudy-section {
	max-width: 1200px;
	margin: 60px auto 0;
	position: relative;
}

.casestudy-section:before {
	content: "Case Study";
	top: 0;
	left: 0;
}

.casestudy-section .casestudy-in {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	position: relative;
}

.casestudy-section .casestudy-in .case-in {
	flex: 1;
}

.casestudy-section .casestudy-in .case-in .overlay-text {
	width: 100%;
	height: 50%;
	align-items: center;
	display: flex;
	padding: 20px;
	position: relative;
}

.casestudy-section .casestudy-in .case-in .overlay-text a {
	color: #fff;
}

.casestudy-section .casestudy-in .case-in .overlay-text h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
}

.casestudy-section .casestudy-in .case-in .overlay-text p {
	color: #fff;
	font-size: 13px;
}

.casestudy-section .casestudy-in .case-in .overlay-text:hover h3 {
	text-decoration: underline;
}

.casestudy-section .casestudy-in .case-two {
	display: flex;
	height: 50%;
	flex-wrap: wrap;
}

.casestudy-section .casestudy-in .case-two .case-two-img {
	flex: 0 0 50%;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.casestudy-section .casestudy-in .case-two .case-two-img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.casestudy-section .casestudy-in .case-two .case-two-img:hover::before {
	-webkit-animation: shine .9s;
	animation: shine .9s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.casestudy-section .casestudy-in .case-two .case-two-img img {
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.casestudy-section .casestudy-in .case-two .case-two-txt {
	flex: 0 0 50%;
	background: #1d1e25;
	padding: 20px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.casestudy-section .casestudy-in .case-two .case-two-txt a {
	color: #fff;
}

.casestudy-section .casestudy-in .case-two .case-two-txt h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
}

.casestudy-section .casestudy-in .case-two .case-two-txt p {
	color: #fff;
	font-size: 13px;
}

.casestudy-section .casestudy-in .case-two .case-two-txt:hover h3 {
	text-decoration: underline;
}

.casestudy-section .study-big-img {
	position: relative;
	width: 100%;
}

.casestudy-section .study-big-img .img {
	width: 100%;
	overflow: hidden;
	height: 540px;
	position: relative;
}

.casestudy-section .study-big-img .img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.casestudy-section .study-big-img .img:hover::before {
	-webkit-animation: shine .9s;
	animation: shine .9s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.casestudy-section .study-big-img .img img {
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.casestudy-dt-section:before {
	top: 0;
	z-index: -1;
}

.casestudy-dt-section .detail-casestudy .detail-cs-img {
	text-align: center;
}

.casestudy-dt-section .detail-casestudy .detail-cs-img img {
	width: 60%;
}

.casestudy-dt-section .detail-casestudy .detail-cs-text {
	color: #fff;
}

.casestudy-dt-section .detail-casestudy .detail-cs-text h2 {
	font-size: 46px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.casestudy-dt-section .detail-casestudy .detail-cs-text h2 span {
	color: #e5885e;
	font-weight: 700;
}

.casestudy-dt-section .detail-casestudy .detail-cs-text p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 22px;
	max-width: 480px;
}

.casestudy-dt-section .detail-casestudy .detail-two {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.casestudy-dt-section .two-section {
	margin: 80px 0;
}

.padd-lt-20 {
	padding-left: 20px;
}

.padd-lt-70 {
	padding-left: 70px !important;
}

.no-top-margin {
	margin-top: 0;
}

.case-study-banner .services-main {
	flex: 0 0 50%;
}

.case-study-banner .blog-img {
	flex: 0 0 50%;
	padding: 30px;
}

.cta-banner1 {
	background: rgba(255, 255, 255, .04);
	min-height: 180px;
	position: relative;
	max-width: 1250px;
	margin: 0 auto 80px;
	display: flex;
	align-items: center;
}

.cta-banner1 .cta-text {
	height: 100%;
	flex: 0 0 100%;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.cta-banner1 .cta-text h2 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 28px;
	color: #fff;
	flex: 0 0 100%;
	text-align: center;
	max-width: 650px;
}

.cta-banner1 .cta-text .cta-btn {
	font-size: 18px;
	background: #fff;
	color: #131419;
	transition: .5s;
	padding: 10px 35px;
	border-radius: 60px;
}

.cta-banner1 .cta-text .cta-btn:hover {
	background: #e5885e;
	color: #fff;
}

.modal-dialog {
	max-width: 810px;
	margin: 3rem auto;
}

.modal-dialog .pop-content {
	display: flex;
	align-items: center;
}

.modal-dialog .pop-left-img {
	flex: 0 0 50%;
	text-align: center;
}

.modal-dialog .pop-right-form {
	flex: 0 0 50%;
}

.modal-dialog .pop-right-form h3 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	color: #131419;
	margin: 0 0 22px;
}

.modal-dialog .pop-right-form h3 span {
	font-weight: 700;
	color: #e5885e !important;
}

.modal-dialog .pop-right-form form {
	width: 100%;
}

.modal-dialog .pop-right-form ul {
	margin: 0;
	padding: 0;
}

.modal-dialog .pop-right-form li {
	width: 100%;
	margin: 0 0 10px 0;
}

.modal-dialog .pop-right-form li .hvr-radial-out {
	width: 90px;
	height: 90px;
	border-color: #131419;
	color: #131419;
	font-size: 40px;
}

.modal-dialog .pop-right-form li .hvr-radial-out:before {
	background: #131419;
}

.modal-dialog .pop-right-form li .hvr-radial-out:hover {
	color: #fff;
}

.modal-dialog .pop-right-form input {
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 12px 10px;
	color: #131419;
	border: none;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
}

.modal-dialog .pop-right-form textarea {
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 12px 10px;
	min-height: 80px;
	resize: none;
	color: #131419;
	border: none;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
}

.modal-dialog .modal-header {
	padding: 0;
	border-bottom: none;
}

.modal-dialog .modal-header .close {
	padding: 0;
	margin: 0;
	position: absolute;
	right: -21px;
	top: -20px;
	width: 45px;
	height: 45px;
	background: #e5885e;
	text-shadow: unset;
	color: #fff;
	font-weight: 300;
	border-radius: 50%;
	opacity: 1;
	display: flex;
	justify-content: center;
	line-height: 42px;
	z-index: 99;
}

.modal-dialog .modal-body {
	padding: 0;
}

.modal-dialog .modal-body .pop-content {
	padding: 40px 30px;
}

.cta-button-main {
	display: flex;
	align-items: flex-end;
	margin-top: 30px;
}

.cta-button-main .pulse-button {
	position: relative;
	width: 100px;
	height: 100px;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	line-height: 100px;
	letter-spacing: -1px;
	color: white;
	color: #000;
	border: none;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	font-family: "Inter", sans-serif;
	-webkit-animation: pulse 1.6s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	70% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
	}
	
	100% {
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9);
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
	}
}

@media (max-width: 1024px) {
	.blog-section .blog-top-right .horizontal-blog .hr-text h2 {
		font-size: 16px;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-text .date-name {
		flex-direction: column;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-text .date-name .span {
		flex: 0 0 100%;
		margin: 0 0 10px 0;
	}
	
	.blog-section .box-blog h2 {
		font-size: 18px;
	}
	
	.blog-section .box-blog .date-name {
		flex-direction: column;
	}
	
	.blog-section .box-blog .date-name .span {
		flex: 0 0 100%;
		margin: 0 0 10px 0;
	}
	
	.contact-pt-main .banner-section {
		height: unset;
	}
	
	.contact-pt-main .services-main {
		padding: 50px 0 0 0;
		padding-left: 110px;
	}
	
	footer #circle2 {
		display: none;
	}
	
	footer .footer-logo img {
		max-width: unset;
		width: 100%;
	}
	
	.company-section .tab h1 {
		font-size: 5vw;
	}
	
	.contact-pt-main {
		background: none;
	}
	
	.contact-pt-main .services-main {
		padding: 50px 0 60px 70px;
	}
	
	.Contact-main .container1 {
		margin: 0;
		top: -6px;
		border-radius: 0;
	}
	
	.Contact-main .contact-details {
		border-radius: 0;
	}
	
	.portfolio-tp .services-main {
		min-height: unset;
		padding: 100px 0 90px 80px;
	}
	
	.blog-pt-main {
		min-height: unset !important;
	}
	
	.blog-pt-main .services-main {
		padding: 50px 0 50px 60px;
	}
	
	.menu-section .banner-section {
		height: unset;
	}
	
	.menu-section {
		min-height: unset;
	}
	
	.menu-section .banner-section .bannertx .image-hero__images .image-1 {
		right: 20px;
	}
	
	.menu-section .banner-section .bannertx .image-hero__images .image-2 {
		width: 35vw;
		top: 14vw;
		right: 20vw;
	}
	
	.menu-section .banner-section .bannertx .image-hero__images .image-3 {
		top: 13vh;
		right: 4vw;
	}
	
	.menu-section .banner-section .bannertx .image-hero {
		min-height: 45vh;
		height: auto;
	}
	
	.company-section .tab ul.dropdown-toggle li button {
		font-size: 1.9vw !important;
	}
	
	.menu-section .banner-section .bannertx {
		padding: 0;
	}
	
	.company-section .tab button {
		font-size: 2.8vw;
	}
	
	.company-section .comp-description {
		flex: 1;
	}
	
	.company-section .comp-tab {
		flex: 1;
		padding-left: 6%;
	}
	
	.company-section .tb-images {
		height: auto;
	}
	
	.company-section .tb-images .lg-image .img {
		height: auto;
	}
	
	.company-section .tabcontent {
		height: unset;
	}
	
	.company-section:after {
		min-height: unset;
	}
	
	.client-section {
		padding: 40px 0 130px;
	}
	
	.test-container .who-we {
		max-width: 42%;
	}
	
	.test-container .owl-dots {
		bottom: 18%;
	}
	
	.fourth-section {
		padding: 0px 20px;
	}
	
	.decription-section .horizontal-scroll-section__content-section {
		min-width: 100vw;
	}
	
	.decription-section .horizontal-scroll-section__content-section p {
		font-size: 2.6vw;
		line-height: 46px;
		max-width: 90%;
	}
	
	.decription-section .horizontal-scroll-section .hr-img img {
		max-width: unset;
		width: 50%;
	}
	
	.visual-main .technology-section .tech-in h4 {
		font-size: 15px;
		margin: 15px 0 0;
	}
	
	.visual-main .technology-section .tech-in .img img {
		filter: grayscale(0);
	}
	
	.visual-main .technology-section .tech-in {
		padding: 20px 10px;
		min-height: 180px;
	}
}

@media (max-width: 768px) {
	.blog-section .blog-top-right .horizontal-blog .hr-img {
		flex: 0 0 140px;
		height: 130px;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-text {
		flex: 0 0 calc(100% - 140px);
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-text h2 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-text .date-name .span {
		margin: 0 0 4px 0;
	}
	
	.blog-section .blog-thumb .blog-in h2 {
		font-size: 16px;
		line-height: 24px;
	}
	
	.blog-section .blog-thumb .blog-content {
		left: 10px;
		width: 93%;
	}
	
	.blog-section .box-blog h2 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.blog-section .mr-top-90 {
		margin-top: 50px;
	}
	
	.blog-section .blog-thumb .blog-in .date-name {
		flex-direction: column;
		margin: 6px 0 0;
	}
	
	.blog-section .blog-thumb .blog-in .date-name .span {
		flex: 0 0 100%;
		margin: 0 0 5px 0;
	}
	
	.portfolio-four .three-content h2 {
		font-size: 5vw;
	}
	
	.portfolio-four .three-content {
		padding: 0 0 0 10px;
	}
	
	.portfolio-three .three-content h2 {
		font-size: 5vw;
	}
	
	.portfolio-main .portfolio-one {
		padding: 0 10px 0 10px;
	}
	
	.Contact-main {
		min-height: unset;
	}
	
	.portfolio-three {
		padding: 0;
		margin: 40px 0 0 0;
	}
	
	.portfolio-four {
		padding: 0 20px 0 20px;
		margin: 60px 0 0 0;
	}
	
	.portfolio-tp .services-main {
		padding: 70px 0 80px 80px;
	}
	
	.casestudy-section .casestudy-in .case-in .overlay-text h3 {
		font-size: 16px;
		line-height: 26px;
	}
	
	.casestudy-section .casestudy-in .case-two .case-two-txt h3 {
		font-size: 16px;
		line-height: 26px;
	}
	
	.sidenav li {
		margin: 0 0 10px 0;
	}
	
	.sidenav .hd-menu {
		font-size: 20px !important;
	}
}

@media (max-width: 767px) {
	.navbar-nav .nav-item {
		display: none !important;
	}
	
	.wpcf7-form-control.wpcf7-text.wpcf7-phonetext.wpcf7-validates-as-required {
		width: 100% !important;
	}
	
	.nav-section .navbar-expand-sm {
		min-height: unset;
		padding: 10px 20px;
	}
	
	.navbar-nav li:last-child {
		display: block !important;
	}
	
	.sidenav .header__wrapper-menu {
		flex: 0 0 100%;
		max-width: unset;
		align-items: flex-start;
		padding: 40px 0 0 0;
	}
	
	.menu-overlay {
		width: 100%;
		padding: 0 15px;
	}
	
	.sidenav .header__wrapper-overlay-widgets {
		display: block !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 40px 0 0 0;
	}
	
	.sidenav .header__wrapper-overlay-widgets {
		height: unset !important;
	}
	
	.sidenav {
		justify-content: flex-start;
	}
	
	.sidenav .hd-menu {
		font-size: 16px;
		width: 100%;
	}
	
	.nav-section .navbar-brand {
		max-width: 150px;
	}
	
	.submenu-overlay {
		margin: 23px 0 0 50px;
	}
	
	.sidenav li:hover .submenu-overlay {
		height: 100%;
	}
	
	.sidenav li span {
		font-size: 16px;
	}
	
	.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property {
		margin: 0 0 20px;
		margin: 0px;
		border-top: 1px solid #383838;
		padding: 15px;
	}
	
	.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property .figure-property br {
		display: none;
	}
	
	.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property .figure-property p {
		margin-bottom: 20px;
	}
	
	.sidenav .header__wrapper-overlay-widgets .overlay-widgets-inner .header__wrapper-property .figure-property p:last-child {
		margin-bottom: 0;
	}
	
	.submenu-overlay .menu-item .hd-menu {
		font-size: 18px;
	}
	
	.menu-section .banner-section {
		height: auto;
	}
	
	.menu-section .banner-section .bannertx {
		padding: 0;
	}
	
	.menu-section .banner-section .bannertx .hover-section {
		flex-direction: column;
	}
	
	.menu-section .banner-section .bannertx .banner-txt {
		flex: 0 0 100%;
		padding: 0 30px;
		width: 100%;
		order: 2;
	}
	
	.menu-section .banner-section .bannertx .image-hero {
		height: auto;
		order: 1;
		min-height: 86vw;
	}
	
	.menu-section .banner-section .bannertx .image-hero__images {
		position: relative;
		top: 50px;
		width: 100%;
	}
	
	.menu-section .banner-section .bannertx .image-hero__images .image-1 {
		width: 70vw;
	}
	
	.menu-section .banner-section .bannertx .image-hero__images .image-2 {
		width: 60vw;
		top: 13vw;
		right: 36%;
	}
	
	.menu-section .banner-section .bannertx .image-hero__images .image-3 {
		width: 18vw;
		top: 28vh;
		right: 8vw;
	}
	
	.menu-section .banner-section .work-btn {
		margin: 40px 0 0 0;
	}
	
	.decription-section .horizontal-scroll-section__content-section {
		min-width: 100vw;
	}
	
	.decription-section .horizontal-scroll-section__content-section {
		min-width: 100vw;
	}
	
	.decription-section .horizontal-scroll-section__content-section .button-section .hvr-radial-out {
		width: 26vw;
		height: 26vw;
		font-size: 9vw;
	}
	
	.company-section .comp-tab {
		padding: 26px;
		flex: 0 0 100%;
	}
	
	.company-section .comp-description {
		flex: 0 0 100%;
	}
	
	.company-section .tab button {
		font-size: 20px;
	}
	
	.company-section .tab ul.dropdown-toggle li button {
		font-size: 18px !important;
	}
	
	.company-section .tab h1 {
		font-size: 24px !important;
		line-height: 30px;
	}
	
	.company-section .comp-tab .button-section .hvr-radial-out {
		width: 30vw;
		height: 30vw;
		font-size: 10vw;
	}
	
	.client-section h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.client-section .item {
		padding: 40px 20px;
	}
	
	.test-container {
		flex-direction: column;
		max-width: unset;
		width: 100%;
	}
	
	.test-container .who-we {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	
	.fourth-section .test-container .owl-carousel-vertical {
		transform: unset;
		margin: 30px 0 0 0;
	}
	
	.fourth-section .test-container .owl-carousel-vertical .item {
		transform: unset;
	}
	
	.blog-section .blog-top-right .horizontal-blog {
		flex-direction: column;
		margin: 0 0 30px 0;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-img {
		flex: 0 0 100%;
		height: unset;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-text {
		flex: 0 0 100%;
		padding: 0;
		margin: 15px 0 0 0;
	}
	
	.blog-in {
		margin: 0 0 30px 0;
	}
	
	.blog-section .mr-top-90 {
		margin-top: 0;
	}
	
	.blog-thumb .box-blog {
		margin: 30px 0 25px 0;
	}
	
	.footer-logo {
		margin: 0 0 30px 0;
	}
	
	footer .footer-logo img {
		max-width: unset;
		width: 45vw;
	}
	
	.contact-form {
		margin: 0;
	}
	
	footer .copyright {
		flex-direction: column;
		align-items: flex-start;
		align-items: center;
		margin: 60px 0 0 0;
	}
	
	footer .copyright p {
		margin: 0 0 15px 0;
		font-size: 13px;
		text-align: center;
	}
	
	.contact-pt-main {
		background: none;
	}
	
	.contact-pt-main .services-main {
		padding: 50px 30px 50px 0;
		padding-left: 30px;
	}
	
	#service-menu {
		display: none;
	}
	
	#service-for-mobile {
		display: block;
	}
	
	.contact-pt-main {
		min-height: unset;
	}
	
	.dropdown-menu.show {
		position: relative !important;
		transform: unset !important;
		background: none;
	}
	
	.dropdown-menu .dropdown-item {
		font-size: 18px;
	}
	
	.dropdown-menu .dropdown-item:hover {
		background-color: unset !important;
	}
	
	.service-pg-section .services-main {
		padding-left: 30px;
	}
	
	.services-main {
		padding: 80px 30px 80px 0;
	}
	
	.web-design, .mobile-services {
		flex-direction: column-reverse;
	}
	
	.Contact-main .contact-left {
		padding: 40px 40px 40px 30px;
	}
	
	.portfolio-tp .services-main {
		padding: 60px 30px 40px 30px;
	}
	
	.portfolio-three .portfolio-two .row {
		flex-direction: column-reverse;
	}
	
	.portfolio-two .three-content {
		text-align: left;
		margin: 30px 0 30px 0;
		padding: 0px;
	}
	
	.flag-address .nav-tabs .nav-link {
		width: 60px;
		height: 60px;
	}
	
	.flag-address .nav-tabs .nav-link.active::before {
		left: 18px;
	}
	
	.flag-address .nav-tabs .nav-link.active::before {
		left: 18px;
	}
	
	.portfolio-three .three-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.web-development .comp-tab {
		padding-left: 30px;
		width: 100%;
	}
	
	.web-design .comp-tab {
		padding-left: 30px;
		width: 100%;
	}
	
	.mobile-services .comp-tab {
		padding-left: 30px;
		width: 100%;
	}
	
	.sale-force .comp-tab {
		padding-left: 30px;
		width: 100%;
	}
	
	.mobile-services .comp-description {
		order: 1;
	}
	
	.mobile-services .comp-description {
		order: 2;
	}
	
	.sale-force .comp-description {
		order: 1;
	}
	
	.sale-force .comp-tab {
		order: 2;
	}
	
	.data-label .comp-description {
		order: 1;
	}
	
	.data-label .comp-tab {
		order: 2;
	}
	
	.mr-space {
		margin: 30px 0;
	}
	
	.service-pg-section {
		min-height: unset;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-img img {
		height: auto;
	}
	
	.client-section {
		padding: 50px 0 40px 0;
	}
	
	.test-container .custtx h1 {
		font-size: 28px !important;
		text-transform: capitalize;
		line-height: 30px;
		margin: 30px 0 0 0;
	}
	
	.test-container .owl-dots {
		transform: unset;
		left: 0;
		width: 100%;
	}
	
	.test-container .owl-dots .owl-dot {
		height: 10px;
		width: 10px;
	}
	
	.test-container .owl-dots .owl-dot.active {
		height: 10px;
	}
	
	footer {
		padding: 40px 20px 0 20px;
	}
	
	footer:before {
		content: unset;
	}
	
	footer .contact-form h3 {
		font-size: 28px;
	}
	
	.portfolio-four .three-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.portfolio-three .three-content {
		align-items: flex-start;
	}
	
	.portfolio-four .three-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.portfolio-three {
		border-bottom: 1px solid #23242a;
	}
	
	.portfolio-four {
		padding: 0 20px 0 20px;
		margin: 30px 0 0 0;
		border-bottom: 1px solid #23242a;
	}
	
	.blog-pt-main .row {
		flex-direction: column-reverse;
	}
	
	.blog-pt-main .services-main {
		padding: 50px 30px 50px 30px;
	}
	
	.blog-section .blog-thumb {
		padding: 0 15px;
	}
	
	.blog-section .blog-thumb .blog-content {
		left: 0;
		bottom: 0;
		width: 100%;
		position: relative;
		background: none;
		padding: 0 0;
		margin: 15px 0 0 0;
	}
	
	.blog-section .blog-top-right .horizontal-blog .hr-text h2 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.company-section .tb-images .lg-image .img {
		height: 390px;
	}
	
	.company-section .tb-images {
		height: auto;
	}
	
	.company-section .tabcontent {
		height: auto;
	}
	
	.company-section .tb-images .lg-image .img img {
		object-fit: unset;
		height: unset;
		object-position: bottom;
		transform: scale(1);
	}
	
	.dropdown-toggle::after {
		content: unset;
	}
	
	.decription-section .horizontal-scroll-section__content-section h2 {
		font-size: 28px !important;
		line-height: 30px;
	}
	
	.test-container .owl-dots {
		transform: unset;
		left: unset;
		width: 100%;
		text-align: center;
		position: relative;
		align-items: center;
		justify-content: center;
	}
	
	.decription-section {
		padding-bottom: 0;
	}
	
	.contact-pt-main .services-main {
		padding: 50px 30px 60px 30px;
	}
	
	.menu-section .banner-section .contact-form {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.Contact-main .contact-details .dt-cont {
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
	
	.blog-section .blog-thumb .blog-in .img {
		height: auto;
	}
	
	.company-section {
		padding: 0;
	}
	
	.blog-details .detail-section .img {
		height: unset;
	}
	
	.casestudy-section .casestudy-one {
		flex-direction: column-reverse;
	}
	
	.casestudy-section .casestudy-in .case-in {
		flex: 0 0 100%;
	}
	
	.casestudy-section .study-big-img .img {
		height: unset;
	}
	
	.casestudy-section .study-big-img .img img {
		width: 100%;
		object-fit: contain;
		object-position: bottom;
	}
	
	.cta-banner1 {
		max-width: unset;
		width: 90%;
	}
	
	.cta-banner1 .cta-text {
		flex-direction: column;
		padding: 0 20px;
		align-items: flex-start;
		align-items: center;
	}
	
	.cta-banner1 {
		margin: 40px auto 20px;
		padding: 30px 0 30px 0;
	}
	
	.cta-banner1 .cta-text h2 {
		flex: 0 0 100%;
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 20px 0;
	}
	
	.cta-banner1 .cta-text .hvr-radial-out {
		margin: 25px 0 0 0;
	}
	
	.modal-dialog .pop-content {
		flex-wrap: wrap;
	}
	
	.modal-dialog .pop-left-img {
		flex: 0 0 100%;
	}
	
	.modal-dialog .pop-right-form {
		flex: 0 0 100%;
		margin: 25px 0 0 0;
	}
	
	.modal-dialog .modal-header .close {
		right: 10px;
		top: 10px;
	}
	
	.modal-dialog .modal-body {
		padding: 40px 20px;
	}
	
	#myModal {
		overflow-y: scroll;
	}
	
	.modal-dialog {
		margin: 0 auto;
	}
	
	footer .ft-links {
		margin-top: 50px;
	}
	
	.testbx-holder {
		padding: 0;
		background: none;
	}
	
	.fourth-section {
		padding: 90px 15px 50px 15px;
	}
	
	.decription-section .horizontal-scroll-section__content-section p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.decription-section .horizontal-scroll-section .hr-img img {
		width: 60%;
	}
	
	.client-section .item {
		padding: 30px 20px;
	}
	
	.client-section .clients-img {
		height: 80px;
	}
	
	.client-section .clients-img img {
		width: 70%;
	}
	
	.sidenav .cancel-btn .closebtn {
		font-size: 40px;
		padding-right: 0px;
	}
	
	.sidenav .cancel-btn {
		top: 0px;
		right: 15px;
	}
	
	.menu-overlay {
		padding: 0 15px;
	}
	
	.desk-view {
		display: none;
	}
	
	.footer .contact-form {
		margin-left: 0px !important;
	}
	
	.case-study-banner .services-main {
		flex: 0 0 100%;
	}
	
	.menu-section .navbar-expand-sm {
		padding: 20px 15px;
	}
	
	.services-main {
		padding: 50px 15px 50px 15px !important;
	}
	
	.case-study-banner .blog-img {
		padding: 0px;
	}
	
	.portfolio-four {
		padding: 0px;
	}
	
	.mt-top-box {
		margin-top: 30px;
	}
	
	.blog-details .blog-content h2 {
		font-size: 18px;
		line-height: 28px;
	}
	
	.casestudy-section .casestudy-in {
		margin-top: 40px;
	}
	
	.casestudy-section {
		margin-bottom: 70px;
	}
	
	.casestudy-dt-section .detail-casestudy .detail-cs-img {
		margin-bottom: 30px;
	}
	
	.casestudy-dt-section .detail-casestudy .detail-cs-text h2 {
		font-size: 30px;
	}
	
	.casestudy-dt-section .app-journey li {
		width: 50%;
		padding: 5px;
	}
	
	.casestudy-dt-section .app-journey .journey-in {
		padding: 10px;
		min-height: 50px;
	}
	
	.casestudy-dt-section .app-journey .journey-in h5 {
		font-size: 12px;
	}
	
	.casestudy-dt-section .app-journey ul {
		flex-wrap: wrap;
	}
	
	.colum-reverse-box {
		flex-direction: column-reverse;
	}
	
	.casestudy-dt-section .detail-casestudy .detail-two {
		align-items: flex-start;
		text-align: left;
	}
	
	.Contact-main .contact-details {
		padding: 60px 15px 20px 15px;
	}
	
	footer .ft-links a {
		font-size: 14px;
	}
	
	.footer .contact-form {
		padding: 30px 15px !important;
	}
	
	.menu-section .banner-section .bannertx .image-hero {
		margin-bottom: 15px;
	}
	
	.visual-main .technology-section .tech-in {
		min-height: unset;
	}
	
	.technology-section .row .col-md-3 {
		flex: 0 0 50%;
	}
}

@media (max-width: 560px) {
	.menu-section .banner-section .bannertx .image-hero__images .image-3 {
		top: 18vh;
	}
	
	.casestudy-section .casestudy-in .case-in .overlay-text {
		height: unset;
	}
	
	.casestudy-section .casestudy-in .case-two .case-two-img {
		flex: 0 0 100%;
	}
	
	.casestudy-section .casestudy-in .case-two .case-two-txt {
		flex: 0 0 100%;
		background: none;
	}
	
	.casestudy-section .casestudy-in {
		margin-bottom: 40px;
	}
	
	.casestudy-section .casestudy-in .case-in .overlay-text {
		margin-bottom: 40px;
	}
	
	.mt-topp {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 575px) and (min-width: 0px) {
	.menu-section .navbar-expand-sm {
		padding: 15px 15px;
		min-height: 80px;
	}
	
	.menu-section .banner-section .bannertx .banner-txt {
		padding: 0 15px;
	}
	
	.cta-banner1 {
		margin: 0px auto 50px;
	}
	
	.company-section .comp-tab {
		padding: 30px 15px;
	}
	
	.company-section .card {
		margin: 0 0 10px 0;
	}
	
	.decription-section {
		padding: 0px;
	}
	
	footer .footer-logo img {
		width: 60vw;
	}
	
	.menu-section .banner-section p {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 414px) {
	.dropdown.show .dropdown-menu.show {
		display: block;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.test-container {
		flex-direction: column;
		max-width: unset;
		width: 100%;
	}
	
	.test-container .who-we {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	
	.modal-dialog .modal-header .close {
		right: -15px !important;
		top: -15px !important;
		width: 40px !important;
		height: 40px !important;
	}
	
	.modal-dialog {
		max-width: 90% !important;
	}
	
	.test-container .owl-dots {
		transform: unset;
		left: unset;
		width: 100%;
		text-align: center;
		position: relative;
		align-items: center;
		justify-content: center;
	}
	
	.fourth-section .test-container .owl-carousel-vertical {
		transform: unset;
		margin: 30px 0 0 0;
	}
	
	.fourth-section .test-container .owl-carousel-vertical .item {
		transform: unset;
	}
	
	.footer .row .col-md-4 {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.footer .row .col-md-3 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		margin-top: 130px;
	}
	
	.footer .row .col-md-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.test-container {
		margin-bottom: 30px;
	}
	
	.menu-section .navbar-expand-sm .nav-item {
		margin: 0 0 0 20px;
	}
	
	.decription-section {
		padding: 0 0 80px 0;
	}
	
	.fourth-section {
		padding-top: 40px;
	}
	
	.decription-section {
		padding: 0px;
	}
	
	.footer .contact-form {
		margin-left: 0px !important;
		margin: 30px auto 0 !important;
	}
	
	.case-study-banner .services-main {
		flex: 0 0 100%;
	}
	
	.menu-section .navbar-expand-sm {
		padding: 20px 20px;
	}
	
	.services-main.padd-lt-70 {
		padding-left: 30px !important;
	}
	
	.casestudy-section .study-big-img .img img {
		height: 100%;
	}
	
	.casestudy-section .casestudy-in .case-two .case-two-img img {
		height: 100%;
	}
	
	.casestudy-dt-section .app-journey li {
		padding: 0 5px;
	}
	
	.casestudy-dt-section .app-journey .journey-in {
		min-height: 60px;
	}
	
	.casestudy-dt-section .app-journey .journey-in h5 {
		font-size: 14px;
	}
}

::-webkit-input-placeholder {
	font-size: 13px;
}

::-moz-placeholder {
	font-size: 13px;
}

:-ms-input-placeholder {
	font-size: 13px;
}

:-moz-placeholder {
	font-size: 13px;
}

::-webkit-select-placeholder {
	font-size: 13px;
}

:-ms-select-placeholder {
	font-size: 13px;
}

@keyframes pulso {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 144, 104, .8);
		box-shadow: 0 0 0 0 rgba(255, 144, 104, .8);
	}
	
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 144, 104, 0);
		box-shadow: 0 0 0 10px rgba(255, 144, 104, 0);
	}
	
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 144, 104, 0);
		box-shadow: 0 0 0 0 rgba(255, 144, 104, 0);
	}
}

.iconpulse {
	padding: 0px !important;
	position: relative;
	right: -10px !important;
	color: #131419 !important;
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	font-size: 20px !important;
}

.iconpulse:before {
	content: "" !important;
	position: absolute !important;
	top: -1px !important;
	right: 0px;
	width: 30px !important;
	height: 30px !important;
	background: rgba(19, 18, 18, .06) !important;
	border-radius: 50%;
	z-index: 0;
	left: auto !important;
	animation: pulse 1.5s infinite;
	transition-delay: initial !important;
}

.iconpulse i {
	margin-left: 0px !important;
	transform: none !important;
}

.iconpulse:after {
	display: none;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.3);
	}
	
	100% {
		transform: scale(1);
	}
}

.mt-topp {
	margin-top: 50px;
}

.mt-top-box {
	margin-top: 100px;
}

.footer .contact-form {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	top: 20px;
	padding: 30px;
	max-width: 430px;
	margin-left: auto;
}

footer .contact-form h3 {
	text-align: center;
	color: #131419;
}

.footer .contact-form input, .footer .contact-form textarea {
	border: 1px solid #dbdbdb;
}

footer .contact-form .button-section .hvr-radial-out:hover:before {
	background-color: #131419;
	color: #fff !important;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

footer .contact-form .button-section .hvr-radial-out:hover i {
	color: #fff !important;
}

footer .contact-form .button-section .hvr-radial-out {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

footer {
	max-width: 1360px;
	margin: 0 auto;
}

.center-align {
	text-align: center;
}

.footer .ft-links .active a {
	color: #e5885e;
}

button:focus {
	outline: none !important;
}

.poppup-box .modal-content:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url("https://teqnovos.com/wp-content/themes/teqnovos/images/popup-img-cont1.png");
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.mt-botm2 {
	margin-bottom: 80px;
}

.company-section .tab ul.dropdown-toggle li button:hover {
	text-decoration: underline;
}

.submit-btn {
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px solid #131419;
	border-radius: 0;
	padding: 0;
}

.submit-btn span {
	display: inline-block;
	padding: 18px 35px 18px 0;
	text-transform: uppercase;
	font-weight: 500;
	color: #131419;
	transition: .4s;
	border-radius: 0;
}

.submit-btn span i {
	margin-left: 5px;
	transform: scale(1);
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.3);
	}
	
	100% {
		transform: scale(1);
	}
}

.submit-btn span:hover {
	color: #131519;
	padding: 18px 35px 18px 35px;
	transition: .4s;
}

.submit-btn::before, .submit-btn::after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	transition: all .2s linear;
	background: #fff;
	border-bottom: 1px solid #131419;
}

.submit-btn span::before, .submit-btn span::after {
	content: "";
	width: 1px;
	height: 0;
	position: absolute;
	transition: all .2s linear;
	background: #fff;
}

.submit-btn:hover::before, .submit-btn:hover::after {
	width: 100%;
}

.submit-btn:hover span::before, .submit-btn:hover span::after {
	height: 100%;
}

.submit-btn:after {
	left: 0;
	bottom: 0;
	transition-delay: .6s;
}

.submit-btn span::after {
	transition-delay: .4s;
	right: 0;
	bottom: 0;
}

.submit-btn:before {
	right: 0;
	top: 0;
	transition-delay: .2s;
	border-bottom: 1px solid #131419;
}

.submit-btn span::before {
	transition-delay: 0s;
	left: 0;
	top: 0;
}

.submit-btn:hover::after {
	transition-delay: 0s;
}

.submit-btn:hover span::after {
	transition-delay: .2s;
}

.submit-btn:hover::before {
	transition-delay: .4s;
}

.submit-btn:hover span::before {
	transition-delay: .6s;
}

.smal-transf {
	text-transform: inherit !important;
}

.btn_link:hover .iconpulse.icon-indx:before {
	z-index: 0;
}

.mt-top-btn {
	margin-top: 50px;
}

.btn_custom {
	display: inline-block;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid transparent;
	background: #e5885e;
	transition: 300ms;
	text-transform: capitalize;
	padding: 13px 20px;
	font-weight: 500;
	color: #fff;
}

.btn_custom .custm-iconn {
	position: relative;
	width: 25px;
	height: 25px;
	background-color: #fff;
	color: #131419;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	-webkit-transition: 250ms color;
	-moz-transition: 250ms color;
	-ms-transition: 250ms color;
	-o-transition: 250ms color;
	animation-name: wave;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	margin-left: 15px;
}

.btn_custom:hover {
	background: #d66938;
}

@keyframes wave {
	0% {
		box-shadow: 0 0 0px 0px rgba(255, 255, 255, .5);
	}
	
	100% {
		box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0);
	}
}

.btn_custom.btn-custom-white {
	background: #fff;
	color: #131419 !important;
}

.btn_custom.btn-custom-white .custm-iconn {
	-webkit-transition: 250ms color;
	-moz-transition: 250ms color;
	-ms-transition: 250ms color;
	-o-transition: 250ms color;
	animation-name: wavedark;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	margin-left: 15px;
	background: #e5885e;
	color: #fff;
}

.btn_custom.btn-custom-white:hover {
	background: #e2e1e1;
}

@keyframes wavedark {
	0% {
		box-shadow: 0 0 0px 0px rgba(229, 136, 94, .5);
	}
	
	100% {
		box-shadow: 0 0 0px 15px rgba(229, 136, 94, 0);
	}
}

.company-section .comp-tab {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.srv-btn .btn_custom {
	margin-bottom: 8px;
}

footer .contact-form .form-group .co-phn {
	display: flex;
	align-items: center;
	border: 1px solid #dbdbdb;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

footer .contact-form .form-group .co-phn select, footer .contact-form .form-group .co-phn input {
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 0px;
	border: none;
	background-color: transparent;
}

footer .contact-form .form-group .co-phn select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	font-family: inherit;
	color: #131419;
	font-size: 13px;
	font-weight: 400;
	border: none !important;
}

footer .contact-form .form-group .co-phn .col-md-4 {
	padding: 0px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	border-right: 1px solid #dbdbdb;
	padding-right: 10px;
}

footer .contact-form .form-group .co-phn .col-md-8 {
	padding: 0px;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 10px;
}

.flag-address .nav-tabs .nav-link img {
	border-radius: 50%;
}

.footer .contact-form select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	font-family: inherit;
	color: #131419 !important;
	font-size: 16px !important;
	font-weight: 400;
	border: 1px solid #dbdbdb !important;
}

.submit-btn-newbtn {
	display: inline-block;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid transparent;
	background: #e5885e;
	transition: 300ms;
	text-transform: capitalize;
	padding: 13px 40px;
	font-weight: 500;
	color: #fff;
}

.submit-btn-newbtn:hover {
	background: #ec7f4d;
}

.image-hero-sec {
	position: absolute;
	top: 80px;
	right: -160px;
	max-width: 780px;
	z-index: 0;
}

.description h3 {
	color: #fff;
}

.hvr-radial-out {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 45px;
	color: #fff;
	border: 2px solid #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
	color: #151515 !important;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

@keyframes pulso {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 144, 104, .8);
		box-shadow: 0 0 0 0 rgba(255, 144, 104, .8);
	}
	
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 144, 104, 0);
		box-shadow: 0 0 0 10px rgba(255, 144, 104, 0);
	}
	
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 144, 104, 0);
		box-shadow: 0 0 0 0 rgba(255, 144, 104, 0);
	}
}

.btn_link {
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.btn_link .btn-bdrlne {
	display: inline-block;
	display: flex;
	padding: 13px 10px 13px 0;
	text-transform: uppercase;
	font-weight: 500;
	align-items: center;
	transition: .4s;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.3);
	}
	
	100% {
		transform: scale(1);
	}
}

.btn_link .btn-bdrlne:hover {
	color: #fff;
	padding: 13px 30px 13px 30px;
	transition: .4s;
}

.btn_link::before, .btn_link::after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	transition: all .2s linear;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.btn_link .btn-bdrlne::before, .btn_link .btn-bdrlne::after {
	content: "";
	width: 1px;
	height: 0;
	position: absolute;
	transition: all .2s linear;
	background: #fff;
}

.btn_link:hover::before, .btn_link:hover::after {
	width: 100%;
}

.btn_link:hover .btn-bdrlne::before, .btn_link:hover .btn-bdrlne::after {
	height: 100%;
}

.btn_link:after {
	left: 0;
	bottom: 0;
	transition-delay: .6s;
	width: 100%;
}

.btn_link .btn-bdrlne::after {
	transition-delay: .4s;
	right: 0;
	bottom: 0;
}

.btn_link:before {
	right: 0;
	top: 0;
	transition-delay: .2s;
	border-bottom: 1px solid #ddd;
}

.btn_link .btn-bdrlne::before {
	transition-delay: 0s;
	left: 0;
	top: 0;
}

.btn_link:hover::after {
	transition-delay: 0s;
}

.btn_link:hover .btn-bdrlne::after {
	transition-delay: .2s;
}

.btn_link:hover::before {
	transition-delay: .4s;
}

.btn_link:hover .btn-bdrlne::before {
	transition-delay: .6s;
}

@media only screen and (max-width: 767px) {
	.image-hero {
		display: none;
	}
	
	/*.sticky + .content {
  padding-top: 60px;
}*/
	.menu-section .banner-section h1 {
		font-size: 25px !important;
	}
}

.custm-iconn {
	position: relative;
	width: 22px;
	height: 22px;
	background-color: #fff;
	color: #2f313a;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	-webkit-transition: 250ms color;
	-moz-transition: 250ms color;
	-ms-transition: 250ms color;
	-o-transition: 250ms color;
	animation-name: wave;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	margin-left: 15px;
}

@media only screen and (max-width: 420px) {
	footer .copyright p {
		font-size: 12px;
	}
}

/* service detail css */
.new-details-section {}

.dtl-text {
	margin: 0;
	padding: 0 20px 30px 20px;
	min-height: 230px;
}

p {
	font-size: 16px;
	color: #e2e3e8;
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 28px;
	position: relative;
}

.mt-8 {
	margin-top: 80px;
}

.padd-tb-70 {
	padding: 80px 0;
}

.cn-text {
	display: inline-block;
	max-width: 250px;
	margin: 0 auto;
}
