
/*PowerdBy SEOPageCreator.com */
:root {
	--color1: #0c8cb4;
    --color2: #0c24b4;
	--thm-font: "Be Vietnam", sans-serif;
	--thm-font-2: "Inter", sans-serif;
	--thm-gray: #757575;
	--color2-rgb: 30, 30, 42;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

html, body {
	height: 100%;
}

body {
	color: var(--thm-gray);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: var(--thm-font);
}

button:focus {
	outline: none;
}

button {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color2);
	font-weight: 700;
	line-height: 1.25em;
	font-family: var(--thm-font-2);
	margin: 0;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
	border: none;
}

.sp {
	padding: 150px 0;
}

.parallax-scene {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.fancybox-image, .fancybox-spaceball {
	border-radius: 10px;
}

.accordion-box .block .acc-btn h5 {
	width: 500px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

img {
	max-width: 100%;
	height: auto;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	padding: 5px 10px 5px;
}

.map-data a {
	color: #0b59d9;
	display: block;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

i {
	font-style: normal;
}

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

ol, li {
	margin: 0;
	padding: 0;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.btn-one {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-left: 45px;
	padding-right: 45px;
	background-color: transparent;
	color: var(--color1);
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: var(--thm-font-2);
	z-index: 2;
}

.btn-one:before {
	position: absolute;
	top: 115px;
	left: -50px;
	right: -50px;
	height: 170px;
	content: "";
	background: var(--color2);
	-webkit-transform: translateY(-55px);
	transform: translateY(-55px);
	border-radius: 50%;
	webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	z-index: -1;
}

.btn-one:hover:before {
	top: 0%;
	left: -70px;
	right: -70px;
}

.btn-one:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border: 2px solid var(--color1);
	background-color: transparent;
	opacity: 1;
	transform: scaleX(1);
	webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	z-index: -1;
}

.btn-one:hover:after {
	transform: scaleX(0);
	webkit-transition-duration: 1500ms;
	transition-duration: 1500ms;
}

.btn-one.style2 {
	color: var(--color2);
}

.btn-one.style2:after {
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

.btn-one.style2:hover:after {
	transform: scaleX(0);
	webkit-transition-duration: 1500ms;
	transition-duration: 1500ms;
}

.btn-one.style2:before {
	background-color: var(--color2);
}

.btn-one .txt {
	position: relative;
	z-index: 1;
}

.btn-one:hover, .btn-one:focus {
	color: #ffffff;
}

.btn-two {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: var(--color2);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--thm-font-2);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.btn-two:before {
	font-family: Fontawesome;
	content: "\f107";
	position: absolute;
	top: -2px;
	left: 0;
	font-weight: 400;
	font-size: 22px;
	transform: rotate(-135deg);
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.btn-two:hover:before {
	transform: rotate(-90deg);
	top: 0;
}

section.error-page-area {
	padding: 50px 0 !important;
}

.btn-two:hover {
	color: var(--color1);
}

.checked-box1 {
	position: relative;
	display: block;
	min-height: 40px;
}

.checked-box1 label {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #585858;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	cursor: pointer;
	min-height: 40px;
	font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"] {
	display: none;
}

.checked-box1 input[type="checkbox"] + label span {
	position: absolute;
	display: block;
	top: 4px;
	left: 0;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #dae5ec;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checked-box1 label span:before {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	content: "";
	width: 30px;
	height: 30px;
	background: var(--thm-primary);
	border-radius: 50%;
	margin: 4px;
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked + label span {
	border-color: #dae5ec;
}

.checked-box1 input[type="checkbox"]:checked + label span:before {
	transform: scale(1);
}

.checked-box2 {
	position: relative;
	display: block;
	min-height: 30px;
}

.checked-box2 label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #757575;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	cursor: pointer;
	min-height: 30px;
	font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"] {
	display: none;
}

.checked-box2 input[type="checkbox"] + label span {
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checked-box2 label span:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	width: 16px;
	height: 16px;
	margin: 0px;
	color: var(--color1);
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked + label span {
	border-color: #dedede;
}

.checked-box2 input[type="checkbox"]:checked + label span:before {
	opacity: 1;
}

.thm-social-link1 {
	position: relative;
	display: block;
}

.thm-social-link1 ul {
	position: relative;
}

.thm-social-link1 ul li {
	position: relative;
	float: left;
	margin-right: 10px;
}

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

.thm-social-link1 ul li a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: var(--color1);
	border-radius: 50%;
	border: 2px solid var(--color1);
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	z-index: 1;
	transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--color2);
	content: "";
	border-radius: 50%;
	z-index: -1;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.thm-social-link1 ul li a:hover:before {
	transform: scaleX(1);
}

.thm-social-link1 ul li a:hover {
	color: #ffffff;
}

.thm-social-link2 {
	position: relative;
	display: block;
}

.thm-social-link2 ul {
	position: relative;
	overflow: hidden;
}

.thm-social-link2 ul li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

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

.thm-social-link2 ul li a {
	position: relative;
	display: block;
	color: #909090;
	font-size: 16px;
	line-height: 30px;
	transition: all 500ms ease;
}

.thm-social-link2 ul li a:hover {
	color: var(--thm-primary);
}

.parallax-bg-one {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.parallax-bg-one::before {
	background: rgba(18, 32, 0, 0.9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-stage-outer {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
	position: relative;
	display: block;
	line-height: 0;
	z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 0%;
	margin: 0 0 0 0px;
	padding: 0;
	transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
	content: "\f149";
	font-family: flaticon !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 2px solid #ffffff;
	color: var(--color1);
	font-size: 18px;
	line-height: 56px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
	border-color: var(--color1);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
	display: none;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
	transform: rotate(-270deg);
	margin-right: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 0px;
	transform: rotate(270deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: var(--color1);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
	color: #ffffff;
}

.owl-carousel.owl-dot-style1 .owl-dots {
	position: relative;
	text-align: center;
	line-height: 0;
	margin-top: 50px !important;
	display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid #e0e0e0;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
	border-color: var(--color1);
}

@keyframes pulse {
	50% {
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(238, 238, 238, 0.3);
	}
}

@keyframes pulse2 {
	50% {
		box-shadow: 0 0 0 5px rgba(255, 231, 1, 0.1), 0 0 0 20px rgba(255, 231, 1, 0.3);
	}
}

.rating-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.rating-box ul {
	overflow: hidden;
}

.rating-box ul li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.rating-box ul li:last-child {
	margin-right: 0;
}

.rating-box ul li a {
	font-size: 20px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.boxed_wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden !important;
	background: #ffffff none repeat scroll 0 0;
	width: 100%;
	min-width: 320px;
}

.styled-pagination {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.styled-pagination.pdtop0 {
	padding-top: 0;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	float: left;
	float: none;
	margin-right: 6px;
}

.styled-pagination li:last-child {
	margin-right: 0;
}

.styled-pagination li.prev a {
	transform: rotate(0deg);
}

.styled-pagination li a span:before {
	font-size: 25px;
}

.styled-pagination li.prev a span.left {
	position: relative;
	top: 1px;
}

.styled-pagination li.next a span.right {
	position: relative;
	top: 2px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 0%;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: var(--color2);
	font-size: 18px;
	line-height: 53px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: var(--thm-font-2);
	z-index: 1;
}

.styled-pagination li:hover a, .styled-pagination li.active a {
	color: #ffffff;
	border-color: var(--color1);
	background: var(--color1);
}

.styled-pagination li.prev a, .styled-pagination li.next a {
	color: var(--color1);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover, .styled-pagination li.next a:hover {
	color: #ffffff;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icon/preloader.svg);
}

.preloader-close {
	position: fixed;
	z-index: 999999;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	font-weight: 600;
	background-color: var(--color2);
}

.loader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.loader-wrap .layer-one {
	position: absolute;
	left: 0%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color1);
}

.scroll-top {
	position: fixed;
	right: 51px;
	bottom: 120px;
	width: 40px;
	height: 36px;
	background-color: var(--color1);
	border: 2px solid #ffffff;
	color: #fff;
	border-radius: 0%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: none;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 999999999;
}

.scroll-top:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient( center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80% );
	background: -webkit-radial-gradient( center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80% );
	background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80% );
}

.scroll-top:hover {
	color: #ffffff;
	background-color: var(--color2);
	border-color: var(--color2);
}

.scroll-top.style2 {
	position: absolute;
	left: 0;
	top: -20px;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #0098ff;
	border: none;
	text-align: center;
	animation: auto;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
}

input:focus, textarea:focus, select:focus {
	border-color: #43c3ea;
	outline: none;
}

#contact-form input[type="text"].error {
	border-color: red;
}

#contact-form input[type="email"].error {
	border-color: red;
}

#contact-form select.error {
	border-color: red;
}

#contact-form textarea.error {
	border-color: red;
}

.overlay-style-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(218, 60, 34, 0.8);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
	opacity: 0;
	z-index: 1;
}

.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%;
}

.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.overlay-style-one .box .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.overlay-style-two {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	z-index: 2;
	opacity: 0;
	transition: all 900ms ease;
}

.overlay-style-two:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: top;
	transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.9);
}

.overlay-style-two:after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(90deg);
	transform-origin: bottom;
	transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.9);
}

.review-box {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 16px;
}

.review-box > ul {
	display: block;
	overflow: hidden;
}

.review-box > ul > li {
	display: inline-block;
	float: left;
	margin-right: 4px;
}

.review-box > ul > li:last-child {
	margin-right: 0px;
}

.review-box > ul > li > i {
	position: relative;
	display: inline-block;
	color: #cdcdcd;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.review-box > ul > li:hover > i {
	color: var(--color1);
}

@keyframes menu_sticky {
	0% {
		margin-top: -90px;
	}

	50% {
		margin-top: -74px;
	}

	100% {
		margin-top: 0;
	}
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	display: none;
	float: right;
	cursor: pointer;
	padding: 30px 0;
}

.nav-outer.style1 .mobile-nav-toggler {
	padding: 20px 0 20px;
}

.nav-outer.style2 .mobile-nav-toggler {
	padding: 16px 0;
}

.nav-outer.style3 .mobile-nav-toggler {
	padding: 45px 0;
}

.nav-outer .mobile-nav-toggler .inner {
	position: relative;
	display: block;
	padding: 3px 5px;
	background: var(--color1);
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	padding-right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 16, 32, 0.9);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.7;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu .nav-logo a {
	position: relative;
	display: inline-block;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	color: var(--color1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: flex !important;
	width: 100%;
	float: none;
	flex-direction: column;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid var(--thm-primary);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
	height: 100%;
}

.mobile-menu .navigation li.current > a, .mobile-menu .navigation li > a:hover {
	color: var(--color1);
}

.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .mobile-menu .navigation > li.dropdown > .megamenu {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 50px 15px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 1px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: var(--color1);
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
	color: var(--color1);
	background-color: #ffffff;
}

.xs-sidebar-group .xs-overlay {
	left: 0%;
	top: 0;
	position: fixed;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	cursor: url(../images/icon/cross-out.png), pointer;
	z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
	opacity: 0.8;
	visibility: visible;
	transition-delay: 0.3s;
	right: 100%;
	background-color: #000000;
}

.xs-sidebar-widget {
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 365px;
	background-color: #1c1c27;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 700ms ease 100ms;
	visibility: hidden;
	opacity: 1;
	z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
	opacity: 1;
	visibility: visible;
	left: 0;
	transition: all 500ms ease 800ms;
}

.sidebar-textwidget {
	padding: 70px 30px;
}

.sidebar-widget-container {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
	top: 0px;
	opacity: 1;
	visibility: visible;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 700ms ease 1500ms;
}

.xs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	z-index: 0;
	background-color: #000000;
}

.xs-sidebar-group .widget-heading {
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px;
}

.xs-sidebar-group .widget-heading a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
	color: var(--color1);
	border-color: var(--thn-base);
}

.xs-sidebar-group .content-inner .logo {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
	position: relative;
	display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: var(--color1);
}

.xs-sidebar-group .content-inner .content-box {
	margin-bottom: 30px;
	padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
	position: relative;
	display: block;
	padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
	color: #b0b0bd;
	margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
	position: relative;
	margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
	margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"], .xs-sidebar-group .content-inner .form-inner .form-group input[type="email"], .xs-sidebar-group .content-inner .form-inner .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	padding: 10px 20px;
	color: #848484;
	transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
	resize: none;
	height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus, .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
	border-color: #00224f;
}

.sidebar-contact-info {
	position: relative;
	display: block;
	padding-top: 43px;
}

.sidebar-contact-info ul {
	position: relative;
	display: block;
	padding-bottom: 22px;
}

.sidebar-contact-info ul li {
	position: relative;
	display: block;
	color: #b0b0bd;
	line-height: 30px;
}

.sidebar-contact-info ul li span {
	position: relative;
	display: inline-block;
	width: 25px;
}

.sidebar-contact-info ul li span:before {
	position: relative;
	display: inline-block;
	color: var(--color1);
}

.sidebar-contact-info ul li a {
	color: #b0b0bd;
}

.xs-sidebar-group .content-inner .thm-social-link1 {
	overflow: hidden;
}

.sec-title {
	position: relative;
	display: block;
	margin-top: -3px;
	padding-bottom: 27px;
}

.sec-title.center .sub-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-title .sub-title {
	position: relative;
	display: block;
	padding-bottom: 13px;
}

.sec-title .sub-title h6 {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--color1);
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	font-family: var(--thm-font-2);
}

.sec-title .sub-title .border-left {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	background: var(--color1);
	margin-right: 10px;
	border-left: none !important;
}

.sec-title .sub-title .border-right {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	background: var(--color1);
	margin-left: 10px;
	border-right: none !important;
}

.sec-title h2 {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: none;
}

.features-style1-area {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 80px;
	z-index: 1;
}

.features-style1-area .pattern-bg {
	position: absolute;
	top: 120px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #1c1c27;
	background-repeat: repeat;
	z-index: -1;
}

.features-style1-area .features-box .row {
	margin-left: 0px;
	margin-right: 0px;
	counter-reset: count;
}

.features-style1-area .features-box .row [class*="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.single-features-style1 {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--color1);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.single-features-style1 {
	border-left: 1px solid rgba(28, 28, 39, 0.1);
}

.single-features-style1.first-child {
	border-left: none;
}

.single-features-style1__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: -1;
}

.single-features-style1__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #1c1c27;
	opacity: 0.92;
}

.single-features-style1:hover .single-features-style1__bg {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.single-features-style1 .counting-box {
	position: relative;
	display: block;
	height: 75px;
	z-index: 2;
}

.single-features-style1 .counting-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	border-top: 75px solid rgba(28, 28, 39, 0.1);
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	z-index: -1;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
	transition-property: all;
}

.single-features-style1:hover .counting-box:before {
	border-top-color: var(--color1);
}

.single-features-style1 .counting-box:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	counter-increment: count;
	content: "0" counter(count);
	transition: all 100ms linear;
	transition-delay: 0.1s;
	font-family: var(--thm-font-2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-features-style1 .inner {
	position: relative;
	display: block;
	padding: 50px 0px 42px;
}

.single-features-style1 .inner .static-content {
	position: relative;
	display: block;
	transition: all 500ms ease;
	transform: translateY(0%);
}

.single-features-style1:hover .inner .static-content {
	opacity: 0;
	transform: translateY(-100px);
	transition-delay: 500ms;
}

.single-features-style1 .inner .overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 33px 30px 40px;
	opacity: 0;
	transform: translateY(100px);
	transition: all 500ms ease;
}

.single-features-style1:hover .inner .overlay-content {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 500ms;
}

.single-features-style1 .inner .icon {
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.single-features-style1 .inner .icon span:before {
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
}

.single-features-style1 .inner h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.single-features-style1 .inner p {
	color: #afafbc;
	margin: 14px 0 0;
}

.single-features-style1 .button-box {
	position: relative;
	display: block;
	height: 75px;
	padding-top: 20px;
	z-index: 1;
}

.single-features-style1 .button-box::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-bottom: 75px solid rgba(28, 28, 39, 0.1);
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	z-index: -1;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-features-style1:hover .button-box::before {
	border-bottom-color: var(--color1);
}

.single-features-style1 .button-box a {
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--thm-font-2);
}

.single-features-style1 .button-box a span::before {
	position: relative;
	display: inline-block;
	top: -4px;
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding-right: 10px;
	transform: rotate(-45deg);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-features-style1:hover .button-box a span::before {
	transform: rotate(0deg);
	top: 1px;
}

.project-style1-area {
	position: relative;
	display: block;
	padding: 20px 0px 50px;
	background: #ffffff;
}

.project-style1-area.pdb120 {
	padding-bottom: 120px;
}

.project-top-title {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 49px;
}

.project-style1-area .sec-title {
	padding-bottom: 0;
}

.project-style1__button {
	position: relative;
	display: block;
	line-height: 0;
	padding-bottom: 11px;
}

.project-style1-area .auto-container {
	max-width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

.single-project-item {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.single-project-item.style2 .overlay-content {
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
}

.single-project-item .img-holder {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-project-item .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 2;
}

.single-project-item .img-holder img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease;
}

.single-project-item:hover .img-holder img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05) rotate(1deg);
	width: 110%;
}

.single-project-item .overlay-content {
	opacity: 0.88 !important;
	position: absolute;
	top: 40px;
	left: 40px;
	bottom: 40px;
	right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	background: var(--color2);
	padding: 0 35px;
	overflow: hidden;
	z-index: 5;
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
}

.single-project-item:hover .overlay-content {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
	transform: perspective(400px) rotateX(0deg) scaleY(1);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}

.single-project-item .overlay-content p {
	color: var(--color1);
	line-height: 28px;
	margin: 0;
	opacity: 0;
	transform: translateY(-50px);
	transition: all 700ms ease;
}

.single-project-item:hover .overlay-content p {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 700ms;
}

.single-project-item .overlay-content h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin: 8px 0 0;
	opacity: 0;
	transform: translateY(-50px);
	transition: all 700ms ease;
}

.single-project-item:hover .overlay-content h3 {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 500ms;
}

.single-project-item .overlay-content h3 a {
	color: #ffffff;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-project-item .overlay-content h3 a:hover {
	color: var(--color1);
}

.single-project-item .overlay-content .border-box {
	position: relative;
	display: block;
	max-width: 290px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	margin-top: 23px;
	transform: scaleX(0);
	transition: all 700ms ease;
}

.single-project-item:hover .overlay-content .border-box {
	transform: scaleX(1);
	transition-delay: 700ms;
}

.single-project-item .overlay-content ul {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 40px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 700ms ease;
}

.single-project-item:hover .overlay-content ul {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 900ms;
}

.single-project-item .overlay-content ul li {
	position: relative;
	display: inline-block;
	margin: 0 3.5px;
}

.single-project-item .overlay-content ul li a {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 20px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-project-item .overlay-content ul li a:hover {
	border-color: var(--color1);
	background-color: var(--color1);
}

.project-style2-btn-box {
	position: relative;
	display: block;
	line-height: 0;
	padding-top: 30px;
	text-align: center;
}

.contact-info-style1-area {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.contact-info-area__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: -1;
}

.contact-info__box {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
	background: #1c1c27;
	padding: 60px 50px 60px;
	text-align: center;
}

.contact-info__box .sec-title {
	padding-bottom: 16px;
}

.contact-info__box h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	margin: 0 0 14px;
}

.contact-info__box h2 a {
	color: #ffffff;
}

.contact-info__box p {
	color: #afafbc;
	margin: 0;
}

.contact-info__box .btn-box {
	position: relative;
	display: block;
	line-height: 0;
	padding-top: 34px;
}

.contact-info__box .btn-box .btn-one {
	color: var(--color2);
}

.contact-info__box .btn-box .btn-one:hover {
	color: #ffffff;
}

.contact-info__box .btn-box .btn-one:after {
	background: #ffffff;
	border: 2px solid #ffffff;
}

.contact-info__box .btn-box .btn-one:before {
	background: var(--color1);
}

.contact-style1-area {
	position: relative;
	display: block;
	background: #ffffff;
	z-index: 1;
}

.contact-style1-area:before {
	content: "";
	position: absolute;
	top: 120px;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f5f5f5;
	z-index: -1;
}

.contact-style1-area .auto-container {
	max-width: 1320px;
}

.contact-style1_inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
}

.contact-style1_inner-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: -1;
}

.contact-style1_inner-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 18%;
	background-color: rgba(var(--color2-rgb), 0.9);
	-webkit-clip-path: polygon(0 0, 46% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 46% 0, 100% 100%, 0% 100%);
}

.contact-style1_inner .base-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0;
	width: 70%;
	background-color: var(--color1);
	opacity: 0.9;
	z-index: -1;
	-webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 73% 100%);
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 73% 100%);
}

.contact-style1_inner .people1 {
	position: absolute;
	right: 300px;
	bottom: 0;
}

.contact-style1_inner .people2 {
	position: absolute;
	right: 60px;
	bottom: 0;
}

.contact-form-box1 {
	position: relative;
	display: block;
}

.contact-form-box1 .sec-title {
	padding-bottom: 30px;
}

.contact-form-box1 .sec-title h2 {
	color: #fff;
}

.contact-form-box1 form {
	position: relative;
	display: block;
}

.contact-form-box1 form .input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-form-box1 form input[type="text"], .contact-form-box1 form input[type="email"], .contact-form-box1 form textarea {
	position: relative;
	display: block;
	background: #ffffff;
	width: 100%;
	height: 60px;
	border: 1px solid #ffffff;
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0px;
	transition: all 500ms ease;
	font-family: var(--thm-font);
}

.contact-form-box1 form input[type="text"]:focus {
	color: #171717;
	border-color: #fff;
}

.contact-form-box1 form input[type="text"]::-webkit-input-placeholder {
	color: #757575;
}

.contact-form-box1 form input[type="text"]:-moz-placeholder {
	color: #757575;
}

.contact-form-box1 form input[type="text"]::-moz-placeholder {
	color: #757575;
}

.contact-form-box1 form input[type="text"]:-ms-input-placeholder {
	color: #757575;
}

.highlights-area {
	position: relative;
	display: block;
}

.highlights__content {
	position: relative;
	display: block;
	background: #f5f5f5;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	margin-top: -45px;
	z-index: 10;
}

.highlights__content ul {
	position: relative;
	display: flex;
	align-items: center;
	counter-reset: count;
}

.single-highlights-box {
	position: relative;
	max-width: 33.333333%;
	width: 100%;
	padding: 18px 30px 18px;
	z-index: 1;
}

.single-highlights-box:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0px;
	background: var(--color2);
	transform: scaleY(0);
	transform-origin: bottom;
	transform-style: preserve-3d;
	transition: all 100ms linear;
	transition-delay: 0.1s;
	z-index: -1;
}

.single-highlights-box:hover:after {
	transform: scale(1);
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-highlights-box:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	width: 1px;
	background: #dddddd;
}

.single-highlights-box:last-child:before {
	display: none;
}

.single-highlights-box .inner {
	position: relative;
	display: flex;
	align-items: center;
}

.single-highlights-box .icon {
	width: 45px;
	line-height: 0;
}

.single-highlights-box .icon span:before {
	color: var(--color1);
	font-size: 45px;
	line-height: 45px;
}

.single-highlights-box .text {
	position: relative;
	display: block;
	padding-left: 20px;
}

.single-highlights-box .text h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 7px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-highlights-box:hover .text h3 {
	color: #fff;
}

.single-highlights-box .text p {
	line-height: 20px;
	margin: 0;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-highlights-box:hover .text p {
	color: #fff;
}

.single-highlights-box .counting-box {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 55px;
	height: 40px;
	transform: translateY(-50%);
}

.single-highlights-box .counting-box:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: transparent;
	font-size: 48px;
	line-height: 30px;
	font-weight: 600;
	text-align: right;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(221 221 221 / 1);
	counter-increment: count;
	content: "0" counter(count);
	font-family: var(--thm-font);
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.single-highlights-box:hover .counting-box:before {
	-webkit-text-stroke-color: rgb(62 70 82 / 1);
}

.certificates-area {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 50px 0 50px;
}

.single-certificates-box {
	position: relative;
	display: block;
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	z-index: 1;
}

.single-certificates-box .pattern-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #f5f5f5;
	background-repeat: repeat;
	z-index: -1;
}

.single-certificates-box .pattern-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--color1);
	transform: perspective(400px) scaleX(0);
	transform-origin: center;
	transition: all 300ms linear;
	transition-delay: 0.1s;
}

.single-certificates-box:hover .pattern-bg:before {
	transform: perspective(400px) scaleX(1);
}

.single-certificates-box .img-box {
	position: relative;
	display: block;
	padding: 5px;
}

.single-certificates-box .img-box .inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-certificates-box .img-box .inner:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
	opacity: 0;
	z-index: 5;
}

.single-certificates-box:hover .img-box .inner:before {
	opacity: 1;
}

.single-certificates-box .img-box img {
	width: 100%;
}

.single-certificates-box .text-holder {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 17px;
}

.single-certificates-box .text-holder h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.single-certificates-box .text-holder h3 a {
	color: var(--color2);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-certificates-box:hover .text-holder h3 a {
	color: #ffffff;
}

.certificates-carousel_1.owl-carousel.owl-dot-style1 .owl-dots {
	display: none;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
	transition: all 300ms ease 100ms;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}

.about-style1-area.one-page-scrool {
	padding-bottom: 0;
}

section.main-content-wrap {
	padding: 50px 0;
	background: #f3f0f0;
}

.main-content h2 {
	font-size: 26px;
}

.main-content h3 {
	font-size: 24px;
}

.main-content a {
	color: var(--color1);
}

.main-content ul {
	padding-left: 40px;
	margin-bottom: 10px;
}

.main-content ul li {
	line-height: 30px;
	position: relative;
	list-style: disc;
}

.widget {
	background: var(--color2);
	margin-bottom: 20px;
	border-radius: 10px;
}

h4.widget-title {
	background: var(--color1);
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 15px;
	border-radius: 10px 10px 0 0;
}

.widget-content {
	padding: 15px;
}

button.theme-btn.btn-style-one.style-three.button1 {
	background: var(--color1);
	padding: 10px 30px;
	color: #fff;
	border-radius: 0;
	display: block;
	margin: 0 auto;
	transition: 0.5s;
	font-size: 17px;
	font-weight: 700;
}

.wiki-p p {
	color: #fff;
}

.sticky-header .logo a img {
	height: 58px;
	width: auto;
}

ul.ul3 {
	position: relative;
	column-count: 4;
}

ul.ul3 li {
	position: relative;
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 18px;
	transition: 0.5s;
	overflow: hidden;
}

ul.ul3 li:hover {
	padding-left: 25px;
	transition: 0.5s;
}

ul.ul3 li a {
	color: #000;
	transition: 0.5s;
}

ul.ul3 li:before {
	font-family: flaticon !important;
	content: "\f164" !important;
	position: absolute;
	top: 1px;
	left: 0px;
	transition: 0.5s;
	transform: perspective(400px) scaleX(1) rotate(180deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	font-size: 14px;
}

ul.ul3 li a:hover {
	color: var(--color1);
	transition: 0.5s;
}

ul.ul3 li:hover:before {
	transform: perspective(400px) scaleX(1) rotate(-180deg);
	color: var(--color1);
}

.main-content img {
	padding: 10px;
}

img.right {
	float: right;
	width: 250px;
	margin-left: 10px;
}

img.left {
	float: left;
	width: 250px;
	margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
	.main-slider.style3 .content {
		margin-top: 50px;
		margin-bottom: 100px;
	}

	.main-slider .content .big-title h2 {
		font-size: 34px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 991px) {
	ul.ul3 {
		column-count: 3;
	}

	.scnd-img {
		display: flex;
		flex-direction: column;
	}

	.scnd-img .scnd-p {
		order: 2;
	}

	.scnd-img h2 {
		padding: 15px 0px 0px 0px;
	}

	.btm-cities {
		padding: 43px 0px 40px 0px;
	}

	section.main-content-wrap .col-md-8, section.main-content-wrap .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}

	section.main-content-wrap {
		padding: 50px 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	img.right {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	img.left {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	ul.ul3 {
		column-count: 2;
	}

	.main-slider .content .big-title h2 {
		font-size: 30px !important;
	}
}

.main-content p {
	margin: 10px 0px !important;
}

h1, h2, h3, h4, h5, h6 p {
	line-height: 1.4 !important;
}

.button1:hover {
	background: var(--color2) !important;
}

.testi h4 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: white;
	padding-bottom: 40px;
}

.testimonials-style3-area {
	padding: 50px 0px 50px 0px;
}

@media (min-width: 1200px) {
	.contacts-us {
		height: 300px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-position: center;
		background-position: cover;
		background-size: cover;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contacts-us {
		height: 212px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-position: center;
		background-position: cover;
		background-size: cover;
	}

	.footer-widget-contact-info ul li p a {
		color: #b0b0bd;
		transition: all 200ms linear;
		transition-delay: 0.1s;
		display: flex;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hghgfhfgh {
		height: 221px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-position: center;
		background-position: cover;
		background-size: cover;
	}

	.project-style1-area {
		position: relative;
		display: block;
		padding: 20px 0px 0px !important;
		background: #ffffff;
	}
}

@media (max-width: 767px) {
	.hghgfhfgh {
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-position: center;
		background-position: cover;
		background-size: cover;
	}

	.main-content h2 {
		font-size: 24px !important;
	}

	.main-content h3 {
		font-size: 22px !important;
	}

	.accordion-box .block .acc-btn h5 {
		width: auto;
	}
}

.contact-form-area {
	padding: 40px 0;
}

.mt-40 {
	margin-top: 40px;
}

.contact-form-wraper form#ewebcontact_id {
	padding: 15px;
}

.form-control {
	height: 54px;
	background-color: #fff;
	border-color: transparent;
	transition: 0.5s;
	border: 1px solid #e6e6e6;
	padding: 6px 20px;
	box-shadow: none;
	border-radius: 5px;
	background-color: #fff;
	border-color: black;
}

input.btn-one {
	background: var(--color1);
	border: 1px solid var(--color1);
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	transition: 0.3s;
	display: inline-block;
	transition: 0.5s;
	margin-bottom: 21px;
	font-weight: 700;
	width: 100%;
}

.btn-one:hover {
	background: var(--color2);
}

.contacts-us .contact-form-area {
	padding: 40px 0px !important;
}

.cvnt h1 {
	color: white !important;
}

.contacts-us:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

.contacts-us {
	position: relative;
}

@media (min-width: 992px) {
	#usa-map {
		height: 700px;
	}

	.sidemap {
		min-height: 622px;
	}

	.img-dsgn {
		padding-right: 30px;
	}

	.img-dsgn-lft {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	#usa-map svg {
		width: 100%;
		background-color: #fff;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
		padding: 0;
		height: 258px;
	}

	.btm-cities {
		padding: 43px 0px 40px 0px !important;
	}
}

#usa-map svg {
	width: 100%;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 8px 3px;
}

.srv-area h4 {
	text-align: center;
	padding: 40px 0px 0px 0px;
}

#city_section h3 {
	display: none;
	padding: 8px;
	background: var(--color1);
	text-align: center;
	color: white;
}

.btm-cities {
	padding: 65px 0px 40px 0px;
}

.btm-cities .ul3 {
	padding: 20px 0px 15px 0px;
}

.wikibox h3 {
	display: none;
}

.count-outer span {
	display: none !important;
}

.brd {
	background: var(--color1);
	padding: 3px;
	color: white !important;
}

.brd a {
	color: white !important;
}

.brd a:hover {
	color: var(--color2) !important;
}

.map-info {
	background: #6a61610a;
	padding: 50px 0px;
}

.wikibox img {
	width: 100% !important;
	max-width: 100% !important;
}

.readon.orange-btn:hover {
	background: var(--color2);
}

label {
	color: red;
}

.foot-text p {
	padding-top: 16px;
	color: #fff;
}

@media (max-width: 767px) {
	.main-logo-box-three:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0px !important;
		z-index: -1;
		border-bottom: 0px solid var(--color1) !important;
		border-right: 0px solid transparent !important;
	}

	.call-box.d-md-none.d-lg-none {
		position: fixed !important;
		bottom: 0 !important;
		z-index: 999 !important;
		height: 100px !important;
		width: 100% !important;
		text-align: center !important;
		color: #fff !important;
		background: var(--color2) !important;
	}

	.call-number {
		font-weight: 700;
		line-height: 20px;
		text-align: left;
		padding-left: 20px;
		padding-top: 22px;
		border-top: 1px solid;
	}

	.call-number h4 {
		color: #fff!important;
	}

	.mobile-icon {
		position: fixed !important;
		width: 70px !important;
		height: 70px !important;
		bottom: 15px !important;
		right: 20px !important;
		background-color: #6be24a !important;
		color: #FFF !important;
		border-radius: 50px;
		border: 4px solid #fff;
		text-align: center;
		font-size: 40px;
		box-shadow: 2px 2px 3px #999;
		z-index: 999 !important;
		line-height: 65px!important;
	}

	.header-style3 {
		padding: 15px 0px !important;
	}

	.rs-slider.main-home .slider-content .content-part .sl-title {
		font-size: 28px !important;
		font-weight: 700;
		color: #ffffff;
	}

	.accordion-box .block .acc-btn .icon-outer {
		display: none;
	}

	.main-content img {
		padding: 10px 0px !important;
	}

	.project-style1-area {
		padding-bottom: 0px !important;
	}

	.project-style1-area {
		position: relative;
		display: block;
		padding: 20px 0px 0px 0px !important;
		background: #ffffff;
	}

	.hdrdcroll {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999999;
		animation: slideDown 500ms ease-out;
	}
	@keyframes slideDown {
		from {transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}
}
@media (max-width: 1199px) and (min-width: 76px) {
	.hdrdcroll {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999999;
		visibility: visible;
		-ms-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-op-animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-ms-animation-duration: 500ms;
		-moz-animation-duration: 500ms;
		-op-animation-duration: 500ms;
		-webkit-animation-duration: 500ms;
		animation-duration: 500ms;
		-ms-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-op-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-ms-animation-iteration-count: 1;
		-moz-animation-iteration-count: 1;
		-op-animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		opacity: 1;
		z-index: 999999;
	}@	keyframes slideDown {
		from {transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}}

.footer-style3 {
	background: var(--color2);
}

@media (max-width: 991px) {
	.menu-outer {
		z-index: 99999999999999999;
		position: relative;
	}

	.cvnt h1 {
		color: white !important;
		font-size: 31px;
	}
}

.main-content-wrap p img {
	padding-left: 0px !important;
}

@media (max-width: 1200px) {
	ul.dropdown-mbl {
		min-height: 200px;
		overflow: scroll;
		height: 500px;
	}
}

p.small-images {
	float: right;
}

.main-menu .navigation > li > ul:before {
	height: 100%!important;
}

.main-menu .navigation > li > ul {
	width: 1045px!important;
}

@media (min-width: 1300px) and (max-width: 1500px) {
	.main-menu .navigation > li > ul {
		left: -560px!important;
	}
}

@media (min-width: 1200px) and (max-width: 1299px) {
	.main-menu .navigation > li > ul {
		left: -510px!important;
	}
}

.about-style3-area {
	background: var(--color2)!important;
}

.about-style3__single-box p {
	color: #ffffff !important;
}

.about-style3__content .inner-content .top-text p {
	color: #ffffff !important;
}

.single-fact-counter:hover .inner .pattern-bg {
	background-color: var(--color2) !important;
}

.single-testimonials-style3-box:before {
	background: #ffffff !important;
}

.testimonials-style3__outer-box .text-box p {
	color: #fff !important;
}

.owl-item.active .single-testimonials-style3-box p {
	color: #444 !important;
}

.single-service-style2 .inner-box .img-holder:before {
	opacity: 0.5 !important;
}

.main-content a:hover {
	color: var(--color2) !important;
}

.single-footer-widget--style3 .footer-widget-links-2 ul li a:hover {
	color: var(--color1) !important;
}

.accordion-box .block .acc-btn .icon-outer {
	right: 10px !important;
}

.main-menu.style3 .navigation > li.current > a {
	color: #ffffff !important;
}

.main-menu.style3 .navigation > li.current > a:hover {
	color: var(--color1) !important;
}

.accordion-box .block .acc-btn h5 span {
	padding-right: 10px;
}
.proud_canadian {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.location_header {
    color: #fff;
     justify-content: center;
     text-align:center;
}
.location_header a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.proud_canadian {
    text-align:center;
}
.proud_canadian p {
    padding: 0;
    margin: 0;
    font-weight: 600;
}
.rating p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
        margin-bottom: 0 !important;

}
.rating img {
    vertical-align: sub;
    padding: 0 8px;
}
section.map-info .widget , section.map-info .widget iframe {
    height:100%;
}
section.map-info .widget-content {
    height: 90%;
}
.proud_canadian img {
    max-width: 11%;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .footer-top-style3__content {
    margin-bottom: -30px;
   
}
	.footer-style3 {
		padding-top: 40px !important;
		padding-bottom: 115px !important;
	}

	.sm-title-glass {
		font-size: 17px !important;
	}
	.rs-slider.main-home .homepage-banner .content-part {
    width: 100% !important;
}
}
.rating {
    display: flex;
    align-items: center;
    justify-content: left;
}
#city_section h2 {
	padding: 8px;
	background: var(--color1);
	text-align: center;
	color: white;
}

@media (min-width: 1200px) and (max-width: 1370px) {
.rating img {
    
    padding: 0 8px 0 0 !important;
    width: 180px;
}
.header_top_bar p {
    
    font-size: 13px !important;
}
.pad-left-rating {
    padding-left: 0 !important;
}
}






















