@charset "utf-8";
body {
	padding: 0px;
	margin: 0px !important;
	background: #f5f5f5;
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	color: #393939;
	font-weight: 300;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #303030;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
@-webkit-keyframes arrow {
	0%,
	100% {
		top: 10px;
	}
	50% {
		top: 30px;
	}
}
@keyframes arrow {
	0%,
	100% {
		top: 10px;
	}
	50% {
		top: 30px;
	}
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #f5f5f5;
	width: 100vw;
	height: 100vh;
}
#loader #progress {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 100%;
	background: #1c1c1c;
	transition: all 0.5s ease-out;
}
#loader #progstat {
	position: absolute;
	right: 40px;
	bottom: 20px;
	z-index: 2;
	font-size: 20px;
	color: #fff;
}
#wrap {
	float: left;
	width: 100%;
	opacity: 0;
}
.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: " 0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	float: left;
	width: 100%;
	padding: 50px 100px 0;
	position: fixed;
	z-index: 9;
}
#header .logo {
	float: left;
	width: auto;
}
#header .logo a {
	display: block;
}
#header .logo a span {
	display: inline-block;
	padding-left: 18px;
	font-size: 36px;
	color: #303030;
	font-weight: 400;
	line-height: 55px;
	vertical-align: top;
	width: 0;
	overflow: hidden;
}
#header .logo a span.hover {
	width: 270px;
	transition: 2s ease-in-out;
}
#header .email-socials {
	position: fixed;
	left: 100px;
	bottom: 27px;
}
#header .email-socials .email-link {
	padding: 5px 0;
	font-size: 22px;
	color: #303030;
	position: inherit;
	transform: rotate(-90deg);
	transform-origin: top left;
}
#header .email-socials .email-link:before {
	content: "";
	width: 0;
	height: 1px;
	background: #303030;
	display: inline-block;
	position: absolute;
	top: calc(100% + -1px);
	transition: .5s cubic-bezier(.4, .6, .6, 1);
}
#header .email-socials .email-link:hover:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
#header .email-socials .social-link {
	display: block;
	margin-top: 27px;
	font-size: 36px;
	color: #303030;
}
#header .email-socials .social-link:hover {
	color: #000000;
}
#header .contact-btn {
	width: 65px;
	height: 65px;
	background-color: #ff611d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9303), to(#ff611d));
	/* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #ff9303, #ff611d);
	/* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: -moz-linear-gradient(top, #ff9303, #ff611d);
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #ff9303, #ff611d);
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #ff9303, #ff611d);
	/* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9303, endColorstr=#ff611d);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9303, endColorstr=#ff611d)";
	font-size: 36px;
	color: #ffffff;
	line-height: 65px;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 27px;
}
#header .quote_text {
	position: fixed;
	right: 25px;
	bottom: 7px;
	font-size: 13px;
}
#header.light .quote_text {
	color: #ffffff;
}
.main_menu {
	float: right;
	width: auto;
	padding-top: 14px;
}
.main_menu ul {
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}
.main_menu li {
	float: left;
	width: auto;
	padding: 0;
	margin: 0 60px 0 0;
	font-size: 22px;
	font-weight: 300;
	line-height: normal;
}
.main_menu li:last-child {
	margin-right: 0px;
}
.main_menu ul li a {
	position: relative;
	color: #303030;
	text-decoration: none;
}
.main_menu ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #303030;
	display: inline-block;
	position: absolute;
	top: calc(100% + 3px);
	transition: .5s cubic-bezier(.4, .6, .6, 1);
}
.main_menu ul li a:hover {
	color: #303030;
	text-decoration: none;
}
.main_menu ul li a:hover:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
.main_menu ul li.current a:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
.toggle_menu {
	display: none;
	float: right;
	width: 38px;
	height: 38px;
}
.toggle_menu #nav-btn {
	position: absolute;
	width: 38px;
	height: 38px;
	margin: 0;
	opacity: 0;
	z-index: 3;
	cursor: pointer;
}
.toggle_menu #nav-btn+label {
	position: absolute;
	width: 38px;
	height: 38px;
	margin: 0;
	z-index: 2;
	cursor: pointer;
}
.toggle_menu #nav-btn+label .close {
	display: block;
}
.toggle_menu #nav-btn+label .open {
	display: none;
}
.toggle_menu #nav-btn:checked+label .close {
	display: none;
}
.toggle_menu #nav-btn:checked+label .open {
	display: block;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.toggle_menu #nav-btn:checked~nav {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.toggle_menu nav {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #1c1c1c;
	opacity: 1;
	z-index: 1;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
	overflow: hidden;
}
.toggle_menu nav .nav-content {
	margin: 0;
	padding: 0 130px;
	position: absolute;
	top: 50%;
	transform: translateY(-51%);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}
.toggle_menu nav .nav-title {
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}
.toggle_menu nav .nav-text {
	margin: 0 0 40px 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}
.toggle_menu nav .col-1 {
	float: left;
	width: 34%;
}
.toggle_menu nav .col-2 {
	float: left;
	width: 66%;
}
.toggle_menu nav .col-2 ul li {
	width: 50%;
}
.toggle_menu nav h4 {
	margin: 0;
	font-size: 22px;
	color: #ffffff;
	font-weight: 300;
	line-height: 48px;
}
.toggle_menu nav ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.toggle_menu nav li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 48px;
}
.toggle_menu nav ul li a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
}
.toggle_menu nav ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: calc(100% + 3px);
	transition: .5s cubic-bezier(.4, .6, .6, 1);
}
.toggle_menu nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.toggle_menu nav ul li a:hover:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
.toggle_menu nav ul li.current a:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}

/*------------- #Header dark/light START -------------*/
#header.home.dark .logo a span {
	display: inline-block;
}
.home.dark .main_menu {
	display: block;
}
.home.dark .toggle_menu {
	display: none;
}
#header.light .logo img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
#header.light .logo a span,
#header.dark .logo a span {
	display: none;
}
.light .main_menu,
.dark .main_menu {
	display: none;
}
.light .toggle_menu,
.dark .toggle_menu {
	display: block;
}
.light .toggle_menu #nav-btn+label .close {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
#header.light .email-socials .email-link,
#header.light .email-socials .social-link {
	color: #ffffff;
}
#header.light .email-socials .email-link:before {
	background: #ffffff;
}

/*------------- #Header dark/light END -------------*/
#middle {
	float: left;
	width: 100%;
}
p {
	margin: 0 0 20px 0;
	font-size: 22px;
}
h1 {
	margin: 0;
	font-family: "Montserrat";
	font-size: 50px;
	font-weight: 900;
	line-height: normal;
}
h2 {
	margin: 0;
	font-size: 36px;
	font-weight: 300;
	line-height: normal;
}
h5 {
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	line-height: normal;
}
section.panel {
	width: 100%;
	padding: 100px 0;
}
.headline_section {
	display: block;
	background: #f5f5f5;
	text-align: center;
}
.headline_section .headline {
	padding-top: 250px;
}
.headline_section p {
	color: #303030;
}
.headline_section h1 {
	font-size: 200px;
	color: #303030;
	line-height: 150px;
}
.headline_section .scroll-more {
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.headline_section .scroll-more:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	margin: auto;
	top: 10px;
	right: 0;
	left: 0;
	-webkit-animation: 3s arrow infinite ease;
	animation: 3s arrow infinite ease;
	border-right: 2px solid #303030;
	border-bottom: 2px solid #303030;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.service_section {
	background: #1c1c1c;
	overflow: hidden;
}
.service_section p {
	color: #ffffff;
}
.service_section h1 {
	color: #ffffff;
}
.service_section .services {
	padding-top: 100px;
}
.service_section .services:after,
.service_section .services:before {
	content: "";
	display: table;
	clear: both;
}
.service_section .services .item {
	float: left;
	width: 50%;
	padding-right: 50px;
}
.service_section .services .item+.item {
	padding-right: 0;
	padding-left: 50px;
}
.service_section .services .item p {
	margin: 0 0 10px 0;
}
.service_section .services .item h2 {
	margin: 0 0 20px 0;
	color: #ffffff;
}
.service_section .services .item .arrow-btn {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 28px;
	transition: height 250ms ease 0s, width 250ms ease 0s;
	color: #ffffff;
}
.service_section .services .item .arrow-btn:before {
	content: "";
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	border-bottom: 3px solid currentcolor;
	transition: width 250ms ease 0s;
}
.service_section .services .item .arrow-btn:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-right: 3px solid currentcolor;
	border-top: 3px solid currentcolor;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s;
}
.service_section .services .item:hover .arrow-btn:before {
	width: 68px;
}
.service_section .services .item:hover .arrow-btn:after {
	transform: translate(34px, -50%) rotate(45deg);
}
.work_section {
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.work_section .container {
	position: static;
}
.work_section .slider {
	float: left;
	width: 100%;
}
.testimonials_section {
	background: #1c1c1c;
}
.testimonials_section p {
	color: #ffffff;
}
.testimonials_section h2 {
	color: #ffffff;
}
.testimonials_section .slider {
	float: left;
	width: 100%;
	padding-top: 80px;
}
#testimonials {
	height: 324px !important;
	margin-bottom: 68px !important;
}
#testimonials li {
	position: relative;
}
#testimonials li h2 {
	margin: 0 0 80px 0;
	color: #ffffff;
	line-height: 38px;
	font-size: 28px;
}
#testimonials li h2 span, #testimonials li h2 strong {
	padding: 0 7px;
	background: #ffffff;
	color: #1c1c1c;
	font-weight:300;
}
#testimonials li p {
	margin: 0;
	color: #ffffff;
	line-height: 30px;
}
#testimonials li p a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
}
#testimonials li p a:hover {
	color: #ffffff;
	text-decoration: none;
}
#testimonials li p a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: calc(100% + -1px);
	transition: .5s cubic-bezier(.4, .6, .6, 1);
}
#testimonials li p a:hover:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
#testimonials+.lSAction>a {
	margin-top: -28px;
	top: 100%;
}
#testimonials+.lSAction>.lSPrev {
	left: 40px;
}
#testimonials+.lSAction>.lSNext {
	left: 97px;
	right: auto;
}
.contact_section {
	background: #f5f5f5;
	overflow: hidden;
}
section.panel.contact_page {
	padding-top: 200px;
}
.contact_section .col-6 {
	float: left;
	width: 50%;
}
.contact_section .col-3 {
	float: left;
	width: 25%;
}
.contact_section p {
	color: #393939;
}
.contact_section.contact_page .contactBtn {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	line-height: 25px;
	padding: 10px 20px;
	margin-top: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9303), to(#ff611d));
	background-image: -webkit-linear-gradient(top, #ff9303, #ff611d);
	background-image: -moz-linear-gradient(top, #ff9303, #ff611d);
	background-image: -o-linear-gradient(top, #ff9303, #ff611d);
	background-image: linear-gradient(to bottom, #ff9303, #ff611d);
}
.contact_section h3 {
	margin: 0 0 80px 0;
	color: #393939;
}
.contact_section h2 {
	margin: 0 0 60px 0;
	color: #393939;
}
.contact_section h2:last-child {
	margin-bottom: 0px;
}
.contact_section h2 a {
	position: relative;
	color: #393939;
	text-decoration: none;
}
.contact_section h2 a:hover {
	color: #393939;
	text-decoration: none;
}
.contact_section h2 a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #393939;
	display: inline-block;
	position: absolute;
	top: calc(100% + -1px);
	transition: .5s cubic-bezier(.4, .6, .6, 1);
}
.contact_section h2 a:hover:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
.contact_section .social_footer {
	display: none;
}
.contact_section .social_footer a i {
	font-size: 35px;
	padding-right: 20px;
}
.contact_section .footer_menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact_section .footer_menu ul li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 48px;
}
.contact_section .footer_menu ul li a {
	position: relative;
	color: #393939;
	text-decoration: none;
}
.contact_section .footer_menu ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #393939;
	display: inline-block;
	position: absolute;
	top: calc(100% + 3px);
	transition: .5s cubic-bezier(.4, .6, .6, 1);
}
.contact_section .footer_menu ul li a:hover {
	color: #393939;
	text-decoration: none;
}
.contact_section .footer_menu ul li a:hover:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
.contact_section .footer_menu ul li.current a:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}

/*------------- Request a quote Form -------------*/
.ng-pageslide {
	max-width: 680px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 25px 2px rgba(0, 0, 0, .1), 0 10px 80px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 25px 2px rgba(0, 0, 0, .1), 0 10px 80px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 25px 2px rgba(0, 0, 0, .1), 0 10px 80px 5px rgba(0, 0, 0, .1);
}
.quoteForm {
	padding: 20px 0 0 0;
}
.quoteForm .headWrapper {
	border-bottom: 1px solid #cacaca;
}
.quoteForm .contentWrapper {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
.quoteForm .close_btn {
	width: 50px;
	height: 50px;
	background-color: #303030;
	border-radius: 100%;
	font-size: 27px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.quoteForm h2 {
	margin: 0 0 20px 0;
}
.quoteForm p {
	font-size: 18px;
	line-height: 27px;
}
.quoteForm p:last-child {
	margin-bottom: 0;
}
.quoteForm p span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ff611d;
}
.quoteForm .form-group {
	margin: 0 0 40px 0;
}
.quoteForm .form-group:last-child {
	margin-bottom: 0;
}
.quoteForm .form-group label {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.quoteForm .form-group .checkbox,
.quoteForm .form-group .radio {
	width: 100%;
	padding: 0 0px 0px 0;
}
.quoteForm .form-group .checkbox label,
.quoteForm .form-group .radio label {
	display: block;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.quoteForm .form-group .form-control {
	width: 100%;
	height: 54px;
	margin: 0 0 10px 0;
	padding: 13px 20px;
	outline: 0;
	border: 1px solid #dad6da;
	transition: border-color .6s;
	background: #f9f9f9;
	border-radius: 0;
	font-family: "Ubuntu";
	font-size: 16px;
	color: #303030;
	line-height: 23px;
}
.quoteForm .form-group textarea.form-control {
	height: auto;
	resize: none;
}
.quoteForm .form-group .form-control:focus {
	border-color: #ff611d;
	box-shadow: none;
}
.quoteForm .form-group .form-control::-moz-placeholder,
.quoteForm .form-group .form-control:-ms-input-placeholder {
	color: #c1c1c1;
}
.quoteForm .form-group .form-control::placeholder,
.quoteForm .form-group .form-control::-webkit-input-placeholder {
	color: #c1c1c1;
}
.quoteForm .form-group input[type="submit"] {
	float: left;
	display: inline-block;
	min-width: auto;
	height: 54px;
	padding: 10px 40px;
	outline: 0;
	border: none;
	background: #ff611d;
	border-radius: 0px;
	font-family: "Ubuntu";
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	transition: all ease-in 0.2s;
	cursor: none;
	margin-right: 10px;
}
.quoteForm .form-group input[type="submit"]:hover {
	background: #303030;
	color: #ffffff;
	text-decoration: none;
}
.quoteForm .form-group #error_message {
	/*float: left;*/
	padding: 10px;
	color: #ff611d;
}
.quoteForm .form-group #error_message p {
	font-size: 14px;
}
.quoteForm .form-group .checkbox .wpcf7-list-item,
.quoteForm .form-group .radio .wpcf7-list-item {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    width: 49%;
    padding-bottom: 10px;
}
.checkbox .wpcf7-list-item input[type="checkbox"], 
.radio .wpcf7-list-item input[type="radio"] {
    left: 0;
}

/*------------- Inner Pages -------------*/
#header.stiky .logo a span {
	width: 0;
	transition: 0.3s ease-in-out;
}
#header.stiky .main_menu {
	display: none;
}
#header.stiky .toggle_menu {
	display: block;
}
section.panel.inner_section {
	display: block;
	padding-top: 135px;
	background: #f5f5f5;
	overflow: hidden;
}
.inner_section h5 {
	color: #393939;
	margin-bottom: 20px;
}
.inner_section h1 {
	color: #393939;
	margin-bottom: 30px;
}
.inner_section p {
	margin: 0 0 50px 0;
	color: #393939;
	line-height: 40px;
}
.inner_section .row {
	margin-right: -15px;
	margin-left: -15px;
}
.inner_section .row:after,
.inner_section .row:before {
	content: "";
	display: table;
	clear: both;
}
section.panel.inner_section .service_inner .col-9 {
	width: 77%;
	float: left;
	padding-right: 3%;
}
section.panel.inner_section .service_inner .col-3 {
	width: 20%;
	float: left;
}
.contentBox {
	width: 100%; 
	min-height: 300px; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}
.contentBox p {
	margin-bottom:0;
}

/*------------- About Page -------------*/
.about .col-3 {
	float: left;
	width: 33.33%;
	padding: 20px 0;
	padding-right: 15px;
	padding-left: 15px;
}
.about .col-3 .icon {
	margin-bottom: 20px;
}
.about .col-3 .icon img {
	width: 75px;
}
.about .col-3 h2 {
	min-height: 70px;
	margin-bottom: 30px;
	font-weight: 400;
}
.seo-words {
	width: 100%;
	overflow: hidden;
}
.seo-words p {
	margin: 0 0 50px 0;
	color: #393939;
	line-height: 40px;
}
.seo-words ul {
	padding: 0;
	margin: 0 0 40px 0;
	list-style-type: none;
}
.seo-words ul li {
	font-size: 60px;
	font-weight: 700;
}

/*------------- Our Work Page -------------*/
.inner_section .work-list {
	padding-top: 100px;
	width: 1000px;
}
.inner_section .work-list .col-4 {
	float: left;
	width: 46%;
	margin-right: 4%;
}
.inner_section .work-list .item img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 20px 20px #dadadab5;
	-moz-box-shadow: 0px 0px 20px 20px #dadadab5;
	box-shadow: 0px 0px 20px 20px #dadadab5;
}
.inner_section .work-list .item {
	position: relative;
	display: inline-block;
}
.inner_section .work-list .item a {
	overflow: hidden;
}
.inner_section .work-list .item a .caption {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255 147 3 / 80%)), to(rgb(255 97 29 / 80%)));
	background-image: -webkit-linear-gradient(top, rgb(255 147 3 / 80%), rgb(255 97 29 / 80%));
	background-image: -moz-linear-gradient(top, rgb(255 147 3 / 80%), rgb(255 97 29 / 80%));
	background-image: -o-linear-gradient(top, rgb(255 147 3 / 80%), rgb(255 97 29 / 80%));
	background-image: linear-gradient(to bottom, rgb(255 147 3 / 80%), rgb(255 97 29 / 80%));
}
.inner_section .work-list .item:nth-child(even) {
	padding-top: 40px;
}
.inner_section .work-list .item a:hover .caption {
	opacity: 1;
}
.inner_section .work-list .item a .caption span {
	top: 60%;
	position: absolute;
	width: 100%;
	left: 0;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}
.inner_section .work-list .item a:hover .caption span {
	top: 60%;
	opacity: 1;
	transform: translateY(-50%);
}
.inner_section .work-list .item a .caption .title {
	top: 60%;
	position: absolute;
	font-size: 26px;
	width: 100%;
	left: 0;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}
.inner_section .work-list .item a:hover .caption .title {
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
}

/*------------- Our Services -------------*/
.inner_section .service-list {
	padding-top: 100px;
	width: 100%;
}
.inner_section .service-list .item {
	float: left;
	width: 50%;
	padding-right: 50px;
	clear: left;
	margin-bottom: 50px;
}
.inner_section .service-list .item:nth-child(even) {
	padding-right: 0;
	padding-left: 50px;
	clear: right;
}
.inner_section .service-list .item p {
	margin: 0 0 10px 0;
}
.inner_section .service-list .item h2 {
	margin: 0 0 20px 0;
	color: #393939;
	font-weight: 500;
	min-height: 100px;
}
.inner_section .service-list .item .arrow-btn {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 28px;
	transition: height 250ms ease 0s, width 250ms ease 0s;
	color: #393939;
}
.inner_section .service-list .item .arrow-btn:before {
	content: "";
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	border-bottom: 3px solid currentcolor;
	transition: width 250ms ease 0s;
}
.inner_section .service-list .item .arrow-btn:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-right: 3px solid currentcolor;
	border-top: 3px solid currentcolor;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s;
}
.inner_section .service-list .item:hover .arrow-btn:before {
	width: 68px;
}
.inner_section .service-list .item:hover .arrow-btn:after {
	transform: translate(34px, -50%) rotate(45deg);
}
.service-nav li {
	line-height: 50px;
	float: left;
	width: 100%;
}
.service-nav li a {
	border-bottom: 3px solid transparent;
	font-weight: 500;
}
.service-nav li a:hover {
	border-bottom: 3px solid #fe7d0e;
}
.service-nav li a.current {
	border-bottom: 3px solid #fe7d0e;
}

/*-------------- 13-10-2020 --------------*/
.main_section {
	position: relative;
	display: block;
	background: #f5f5f5;
	padding: 20% 10%;
	background-image: url(../images/device-img.png);
	background-position: 340px 480px;
	background-repeat: no-repeat;
}
.main_section .title1 {
	margin: 23% 0 0 0%;
	font-size: 40px;
	color: #393939;
	font-weight: 700;
	line-height: 1.3;
	width: 100%;
	float: left;
}
.main_section .title1 strong {
	color: #ff641c;
}
.main_section .title2 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0;
	font-size: 40px;
	color: #393939;
	font-weight: 700;
	line-height: 1.3;
}
.main_section .d-svg {
	position: absolute;
	display: block;
	width: 451px;
	height: 569px;
	right: 0;
	top: 20%;
}

/*------------------ Type JS -------------------*/
.typed-cursor {
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	color: #393939;
}

@-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.app_section {
	position: relative;
	overflow: hidden;
	background-image: url(../images/app-sec-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.app_section .content {
	float: left;
	width: 100%;
	padding: 100px 0px;
}
.app_section .content h3 {
	margin: 0 0 0px 0;
	color: #ff8c06;
	font-size: 69px;
	font-weight: 300;
}
.app_section .content h2 {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 100px;
	color: #ff8c06;
	font-weight: 700;
	line-height: normal;
}
.app_section .content .left_clm {
	float: left;
	width: 35%;
	padding-top: 50px;
}
.app_section .content .left_clm h4 {
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
}
.app_section .content .left_clm p {
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.app_section .content .left_clm .arrow-btn {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 28px;
	transition: height 250ms ease 0s, width 250ms ease 0s;
	color: #ffffff;
}
.app_section .content .left_clm .arrow-btn:before {
	content: "";
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	border-bottom: 3px solid currentcolor;
	transition: width 250ms ease 0s;
}
.app_section .content .left_clm .arrow-btn:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-right: 3px solid currentcolor;
	border-top: 3px solid currentcolor;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s;
}
.app_section .content .left_clm:hover .arrow-btn:before {
	width: 68px;
}
.app_section .content .left_clm:hover .arrow-btn:after {
	transform: translate(34px, -50%) rotate(45deg);
}
.app_section .content .right_clm {
	position: relative;
	float: right;
	width: 50%;
	margin-top: -150px;
}
.app_section .content .right_clm .app1 {
	position: absolute;
	width: 100%;
	left: 30px;
	top: 90px;
	z-index: 1;
}
.app_section .content .right_clm .app1 img {
	width: 100%;
	height: auto;
}
.app_section .content .right_clm .app2 {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 40px;
	z-index: 2;
}
.app_section .content .right_clm .app2 img {
	width: 100%;
	height: auto;
}
.app_section .content .right_clm .app3 {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.app_section .content .right_clm .app3 img {
	width: 100%;
	height: auto;
}
.work-slider {
	float: left;
	width: 100%;
}
.work-slider .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	width: 56px;
	height: 56px;
	background: transparent;
	border-radius: 100%;
	cursor: pointer;
}
.work-slider .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.work-slider .owl-theme .owl-nav [class*=owl-]:focus {
	outline: none;
}
.work-slider .owl-carousel .owl-nav button.owl-prev,
.work-slider .owl-carousel .owl-nav button.owl-next,
.work-slider .owl-carousel button.owl-dot {
	border: none;
	padding: 0 !important;
	background: transparent;
	outline: none;
}
.work-slider .left_cnt {
	position: relative;
	float: left;
	width: 45%;
}
.work-slider .left_cnt .slider_number {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	font-size: 150px;
	color: #f5f5f5;
	font-weight: 700;
	-webkit-text-stroke: 1px #c3c3c3;
	text-stroke: 1px #c3c3c3;
}
.work-slider .left_cnt p {
	margin: 0 0 50px 0;
	font-size: 22px;
	color: #393939;
	font-weight: 300;
	line-height: 32px;
}
.work-slider .left_cnt h2 {
	margin: 0 0 50px 0;
	font-size: 60px;
	color: #000000;
	font-weight: 700;
	line-height: 75px;
}
.work-slider .left_cnt .visit_link {
	position: absolute;
	bottom: 0vh;
	left: 0vw;
}
.work-slider .left_cnt .visit_link a {
	color: #393939;
	text-decoration: none;
}
.work-slider .left_cnt .visit_link a:hover {
	color: #393939;
	text-decoration: none;
}
.work-slider .left_cnt .visit_link a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #393939;
	display: inline-block;
	position: absolute;
	top: calc(100% + -1px);
	transition: .5s cubic-bezier(.4, .6, .6, 1);
}
.work-slider .left_cnt .visit_link a:hover:before {
	width: 100%;
	transition: .4s cubic-bezier(.2, .6, .4, 1);
}
.owl-theme .owl-nav {
	position: absolute;
	margin-top: 0;
	left: 0px;
	top: 80%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	width: 56px;
	height: 56px;
	background: transparent;
	border-radius: 100%;
	cursor: pointer;
	outline: none;
}
.owl-theme .owl-nav button.owl-prev {
	left: 0px;
}
.owl-theme .owl-nav button.owl-next {
	left: 400px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #393939;
}
.owl-theme .owl-nav [class*=owl-]:before {
	content: "";
	left: 21px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	border-bottom: 3px solid currentcolor;
	transition: width 250ms ease 0s;
}
.owl-theme .owl-nav [class*=owl-]:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-right: 3px solid currentcolor;
	border-top: 3px solid currentcolor;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s;
}
.owl-theme .owl-nav [class*=owl-]:hover:before {
	width: 68px;
}
.owl-theme .owl-nav [class*=owl-]:hover:after {
	transform: translate(34px, -50%) rotate(45deg);
}
.owl-theme .owl-nav button.owl-prev {
	left: 0px;
	transform: rotate(180deg);
}
.owl-theme .owl-nav button.owl-next {
	left: 400px;
}
.nav__button:focus {
	outline: none;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	left: 135px;
	bottom: 100px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 0 15px;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 6px;
	outline: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	width: 8px;
	background: #ff691a;
}
.work-slider .work_pic {
	float: right;
	width: 660px;
	min-height: 660px;
	padding: 50px;
	background: transparent;
}
.work-slider .work_pic img {
	width: 100%;
	height: auto;
}
.slider_sec {
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.slider_sec .left_content {
	float: left;
	width: 50%;
	padding: 50px 0px 0px 0px;
}
.slider_sec .left_content h1 {
	margin: 0px 0px 20px 0px;
	font-family: "Montserrat";
	font-size: 40px;
	font-weight: 900;
	line-height: normal;
}
.slider_sec .left_content p {
	margin: 0 0 0px 0;
	font-size: 22px;
	color: #393939;
	line-height: 36px;
}
.slider_sec .mobile_screen {
	float: left;
	width: 50%;
	min-height: 575px;
	padding: 94px 104px;
	background: url(../images/mobile-screen-new.png) center center no-repeat;
}
.mobile-apps .owl-theme .owl-dots {
	display: none;
}
.mobile-apps .owl-theme .owl-nav {
	top: 50%;
	left: -110px;
}

/*.abcargo_sec .abc-slider .owl-theme .owl-nav {
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    margin-top: 0px;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 56px;
    height: 56px;
    background: transparent;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav button.owl-prev {
    left: 0px;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav button.owl-next {
    left: 400px;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: #393939;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav [class*=owl-]:before {
    content: "";
    left: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    border-bottom: 3px solid currentcolor;
    transition: width 250ms ease 0s;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav [class*=owl-]:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
	border-right: 3px solid currentcolor;
    border-top: 3px solid currentcolor;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav [class*=owl-]:hover:before {
    width: 68px;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav [class*=owl-]:hover:after {
    transform: translate(34px, -50%) rotate(45deg);
}
.abcargo_sec .abc-slider .owl-theme .owl-nav button.owl-prev {
    left: 0px;
	transform: rotate(180deg);
}
.abcargo_sec .abc-slider .owl-theme .owl-nav button.owl-next {
    left: 400px;
}
.abcargo_sec .abc-slider .nav__button:focus {
	outline: none;
}
.abcargo_sec .abc-slider .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0px;
}
.abcargo_sec .abc-slider .owl-theme .owl-dots .owl-dot {
    outline: none;
}
.abcargo_sec .abc-slider .owl-theme .owl-dots {
	display: none;
}
*/

/* 04-08-22 */
.heroLeft {
	float: left;
	width: 60%;
}
.hero_img {
	position: absolute;
	display: block;
	width: 668px;
	height: 668px;
	margin-top: 80px;
	margin-right: 0px;
	right: 0px;
	top: 60px;
	/*overflow: hidden;*/
}
.hero_img .circleImage {
	position: absolute;
	height: 68%;
	border-radius: 15px 250px 250px 15px;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.hero_img .circleFull {
	width: 668px;
	height: 668px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	-webkit-animation: spin 8s linear infinite;
	-moz-animation: spin 8s linear infinite;
	animation: spin 8s linear infinite;
}

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

.hero_img .homeSlider {
	position: absolute;
	width: 813px;
	height: 466px;
	border-radius: 0px 250px 250px 0px;
	right: 93px;
	top: 334px;
	transform: translateY(-50%);
	z-index: 2;
	overflow: hidden;
}
.hero_img .homeSlider .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}

/*---- 10-07-23----*/
.mobileScreen {
	float: left;
	width: 50%;
}
.mobileScreen img {
	width: 100%;
	height: auto;
}
.appBtn {
	float: left;
	width: 100%;
	margin-top: 32px;
}
.appBtn a {
	margin-right: 10px;
	display: inline-block;
	width: 154px;
}
.appBtn a img {
	width: 100%;
	height: auto;
}

/* Banner Mouse */
.main_section .bannerScrollBox {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main_section .bannerScrollBox p {
	margin: 0;
	font-size: 13px;
}
.main_section .bannerMouse {
	position: relative;
	display: block;
	width: 40px;
	height: 70px;
	border-radius: 50px;
	margin-bottom: 10px;
}
.main_section .bannerMouse span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	/* width: 30px;
	height: 30px; */
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.main_section .bannerMouse span img {
	transform: rotate(272deg);
}

@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 0%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 0%;
	}
}

@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 0%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 0%;
	}
}

@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 0%;
	}
	15% {
		opacity: 1;
		top: 60%;
	}
	50% {
		opacity: 0;
		top: 60%;
	}
	100% {
		opacity: 0;
		top: 0%;
	}
}


/*----- contact form 7 -----*/
.wpcf7-form-control-wrap 				{ display: block; }
body .wpcf7 form .wpcf7-response-output { width: 100%; padding: 0; margin: 15px 0 0 0; border: 0; box-sizing: border-box; font-size: 14px; color:#ff0000; line-height: normal; }
body span.wpcf7-not-valid-tip 			{ position: absolute; top: 5px; right: 10px; font-size: 16px; line-height: normal; white-space: nowrap; }
body .wpcf7-not-valid 					{ border-color: #f00 !important; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; color: #46b450; }
.wpcf7-spinner 							{ margin: 14px 14px; position: absolute; top: 7px; left: 230px; }