html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: 'Source Sans Pro';
	color: #63666A;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 300
}

img {
	border: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: none;
}

a,
a:hover {
	text-decoration: none;
	transition: all 0.5s ease;
}

img {
	width: auto;
	height: auto;
}

a:hover,
a:focus,
a:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

::-moz-selection {
	/* color: #fff; */
	/* background: transparent; */
}

::selection {
	/* color: #fff; */
	/* background: transparent; */
}

input:focus,
input:focus-visible,
button:focus,
button:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

h2 {
	font-size: 60px;
	line-height: 1.15;
	color: #F18A00;
}

.h2 {
	font-size: 60px !important;
	line-height: 1.15 !important;
	color: #F18A00;
}

h3 {
	font-size: 40px;
	line-height: 1;
}

.h3 {
	font-size: 40px !important;
	line-height: 1.1 !important;
}

h4 {
	font-size: 32px;
	line-height: 1.3;
}

.h4 {
	font-size: 32px !important;
	line-height: 1.3 !important;
}

h5 {
	font-size: 24px;
	line-height: 1.33;
}

.h5 {
	font-size: 24px !important;
	line-height: 1.33 !important;
}

h6 {
	font-size: 22px;
	line-height: 1.5;
}

.h6 {
	font-size: 22px !important;
	line-height: 1.5 !important;
}

p {
	font-size: 18px;
	line-height: 1.4;
	padding: 0;
	margin: 0 0 25px 0;
	color: #63666A;
}

.header {
	/* background: rgba(99, 102, 106, 0.49); */
	position: absolute;
	z-index: 99;
	width: 100%;
}

.logo {
	width: 98px;
	height: 42px;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.wrapper main {
	flex-grow: 1;
}

.ta-navigation-menu {
	padding: 0;
}

.ta-navigation-menu .main-menu li {
	display: inline-block;
	padding-right: 33px;
	position: relative;
}

.ta-navigation-menu .main-menu li:last-child {
	padding-right: 0;
}

.ta-navigation-menu .main-menu li a {
	color: #fff;
	font-size: 18px;
	padding-top: 19px;
	display: inline-block;
	padding-bottom: 19px;
	position: relative;
	font-weight: 400;
}

.ta-navigation-menu .main-menu li a:hover {
	color: #F18A00;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-right a {
	float: left;
	margin-right: 15px;
	/* transition: all 0s ease; */
}

.header-right a:last-child {
	margin-right: 0;
}

.header-right a:hover {
	background-color: #F18A00;
}

.btn-wparch {
	color: rgba(241, 138, 0, 1);
	font-size: 18px;
	padding: 11px 0 13px 0;
	display: flex;
	align-items: center;
	float: left;
	transition: all .5s ease;
	border-radius: 6px;
}

.btn-wparch:hover {
	background: rgba(241, 138, 0, 1);
	color: #fff;
	padding-left: 18px;
	padding-right: 18px;
}

main {
	padding-top: 65px;
}

.footer-top {
	background-color: #F18A00;
}

.footer-top .container {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-bottom .container {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-top a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Source Sans Pro';
}

.footer-top a:hover {
	text-decoration: underline;
}

.footer-bottom .container p {
	margin-bottom: 0;
	font-weight: 300;
}

.footer-bottom .container p a {
	color: #63666A;
}

.footer-bottom .container p a:last-child {
	text-decoration: underline;
}

.footer-bottom .container p a:hover {
	color: #F18A00;
}

.backToTop {
	display: inline-block;
	background-color: #F0951B;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 5px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	z-index: 9999
}

.backToTop:after {
	content: "";
	position: absolute;
	top: 15px;
	left: calc(50% - 7px);
	display: inline-block;
	width: 13px;
	height: 13px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.backToTop.active {
	opacity: 1;
	visibility: visible
}

.backToTop:hover {
	background: #63666A;
}

.sticky-header header {
	background: #fff;
	position: fixed;
	z-index: 999999;
	transition: 0.3s ease all;
	-webkit-animation: sticky-menu 0.8s forwards;
	-ms-animation: sticky-menu 0.8s forwards;
	-o-animation: sticky-menu 0.8s forwards;
	animation: sticky-menu 0.8s forwards;
	top: 0;
	/* box-shadow: 0 15px 10px -15px #eee; */
}

.sticky-header .stickygray .breadcrumb {
	margin-top: 65px;
	margin-bottom: 0;
	position: fixed;
	z-index: 9999;
	transition: 0.3s ease all;
	-webkit-animation: sticky-menu 0.8s forwards;
	-ms-animation: sticky-menu 0.8s forwards;
	-o-animation: sticky-menu 0.8s forwards;
	animation: sticky-menu 0.8s forwards;
	top: 0;
	width: 100%;
}

@-webkit-keyframes sticky-menu {
	from {
		top: -50%
	}

	to {
		top: 0
	}
}

@keyframes sticky-menu {
	from {
		top: -50%
	}

	to {
		top: 0
	}
}

.ta-navigation-menu .main-menu li a {
	color: #63666A;
}

.ta-navigation-menu .main-menu li.current-menu-item>a,
.ta-navigation-menu .main-menu li.current-menu-parent>a {
	color: #F18A00 !important;
}

.ta-navigation-menu .main-menu li.menu-item-has-children a:after {
	border-right: 2px solid #63666A;
	border-bottom: 2px solid #63666A;
}

.ta-navigation-menu .main-menu li.current-menu-parent>a:after,
.ta-navigation-menu .main-menu li.current-menu-item>a:after,
.ta-navigation-menu .main-menu li.current-menu-item .ta-arrow-down1::before,
.ta-navigation-menu .main-menu li.current-menu-parent .ta-arrow-down1::before {
	border-right: 2px solid #F18A00 !important;
	border-bottom: 2px solid #F18A00 !important;
}

.search-icon,
.linkedin-icon,
.instagram-icon {
	background: #63666A;
}


/* breadcrumb start */
.breadcrumb {
	background-color: rgba(99, 102, 106, .5);
	margin-bottom: 50px;
	color: #fff;
	display: flex;
}

.breadcrumb .p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
}

.breadcrumb .bread-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 0;
}

.bread-con p {
	text-transform: uppercase;
}

.breadcrumb select {
	border: none;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	outline: none;
	padding: 0 12px 0 0;
	background: transparent url('../images/down-arrow.png') no-repeat 100% 62%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.breadcrumb select option {
	font-size: 16px;
	color: #63666A;
}

/* breadcrumb end */

/* inner banner start */
.inner-banner .inner-img {
	position: relative;
	/*height: calc(100vh - 270px);*/
	height: calc(100vh - 110px);
	background-size: cover;
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
}

.inner-banner .banner-box {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(99, 102, 106, .5);
	padding: 8px 0;
	width: 100%;
	color: #fff;
}

.banner-text .h3 {
	font-size: 36px !important;
	line-height: 1.25 !important;
}

.banner-detail {
	background-color: #E5E5E5;
	padding: 25px 0;
}

.banner-detail span,
.award-content .award-title {
	font-size: 18px;
	line-height: 1.4;
	color: #63666A;
	text-transform: uppercase;
	font-weight: 300;
}


.project-txt .h4 {
	color: #63666A;
	font-weight: 600;
	font-size: 24px !important;
}

.project-txt:first-child .h4 {
	font-size: 26px !important;
}

.banner-detail .project-box {
	display: flex;
}

.project-box .project-txt {
	margin-right: 45px;
}



/* inner banner end */

.search-box {
	background: #fff;
	padding: 15px;
	position: absolute;
	right: 100px;
	top: 120%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	box-shadow: 0px 3px 6px #eee;
}

.show-search .search-box {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.search-box input,
.search-box select {
	width: 225px;
	height: 40px;
	padding: 5px 15px;
	color: #63666A;
	border: 1px solid #63666A;
	background: none;
}

.search-box select {
	margin-left: 10px;
}

.search-box .btn-wparch {
	font-size: 18px;
	padding: 6px 18px 7px 18px;
	float: right;
	margin-left: 10px;
	background: none;
	border: none;
}

.search-box .btn-wparch:hover {
	background-color: #F18A00;
}

.show-search a.search-icon {
	/* --svg: none;
	background: none;
	position: relative; */
}

/* .show-search a.search-icon:after, 
.show-search a.search-icon:before {
    width: 18px;
    height: 2px;
    background: #fff;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
	transition: all .5s ease;
  }
  .show-search a.search-icon:hover:after, 
.show-search a.search-icon:hover:before {
	background: #F18A00;
}
.show-search a.search-icon:after {
    transform: rotate(135deg);
  }
.show-search a.search-icon:before {
    transform: rotate(41deg);
  } */
.search-box .btn-wparch:hover::after {
	width: 36px;
	height: 16px;
	background-color: #fff;
}

.search-box .btn-wparch:after {
	margin-left: 8px;
	top: 0px;
}

header .linkedin-icon,
header .instagram-icon {
	display: inline-block;
}

.error-404 {
	padding-top: 100px;
	padding-bottom: 150px;
	text-align: center;
}

.error-404 .h2 {
	font-size: 180px !important;
	font-weight: bold;
	line-height: .8 !important;
}

.error-404 .h3 {
	font-weight: 400;
	padding: 30px 0 20px 0;
}

.btn-error {
	display: flex;
	justify-content: center;
}

.notfound {
	text-align: center;
	font-size: 26px !important;
	font-weight: 600;
}

.open-menu {
	overflow: hidden;
}

.default-section h1 {
	font-size: 70px;
	line-height: 1.1;
}

.default-section h1,
.default-section h2,
.default-section h3,
.default-section h4,
.default-section h5,
.default-section h6,
.default-section ol,
.default-section ul,
.blog-detail ol {
	margin-bottom: 20px;
}

.default-section a {
	color: #F18A00;
}

.default-section a:hover {
	text-decoration: underline;
}

.default-section h1,
.default-section h2,
.default-section h3,
.default-section h4,
.default-section h5,
.default-section h6 {
	color: #63666A;
}

.default-section ol,
.blog-detail ol {
	list-style: none;
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}

.text-box ol {
	list-style: none;
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.default-section ol>li::before,
.blog-detail ol>li:before,
.text-box ol>li:before {
	content: counter(li);
	color: #F18A00;
	display: inline-block;
	width: 1em;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.default-section ol>li {
	counter-increment: li;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	color: #63666A;
}

.blog-detail ol>li {
	counter-increment: li;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	color: #63666A;
	margin-bottom: 12px;
}

.text-box ol>li {
	counter-increment: li;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	color: #63666A;
	margin-bottom: 4px;
}

.blog-detail ol>li:last-child,
.text-box ol>li:last-child {
	margin-bottom: 0;
}

.default-section blockquote p {
	position: relative;
	padding-left: 20px;
}

.default-section blockquote p:before,
.default-section blockquote p:after {
	content: "\201C";
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 54px;
	line-height: 1;
	color: #F18A00;
	font-family: arial;
	line-height: 0
}

.default-section blockquote p:after {
	position: relative;
	line-height: 0;
	top: 22px;
	content: "\201D";
}

main ul li {
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.4;
	color: #63666A;
}

main ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #63666A;
	display: inline-block;
}

.default-section {
	padding-top: 80px;
	padding-bottom: 120px;
	overflow: hidden;
}

.update-box a:has(img),
.project-card a:has(img) {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.update-box a:has(img):before,
.project-card a:has(img):before {
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 2;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	opacity: 0;
	background: rgba(255, 255, 255, .5);
}

.update-box a:has(img):hover:before,
.project-card a:has(img):hover:before {
	opacity: 1;
}


.profile-container {
	position: relative;
}

.ta-profile::after {
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: " ";
	display: inline-block;
	position: relative;
	right: 0;
	top: -4px;
	margin-left: 10px;
	transition: all .5s ease;
}

.profile-container .ta-profile {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 0;
	transition: all .5s ease;
}

.profile-container .ta-profile:hover {
	color: #eee;
}

.profile-container .ta-profile:hover:after {
	border-color: #eee;
}

.profile-container .ta-profile:focus {
	outline: none;
}

.ta-dropdown {
	padding: 0;
	position: absolute;
	top: 40px;
	right: 0;
	background-color: white;
	box-shadow: 0 1px 4px 0px #ccc;
	opacity: 1;
	visibility: visible;
	z-index: 1000;
	min-width: 230px;
	transition: all .2s ease-in;
	z-index: 9;
	max-height: 400px;
	overflow: auto;
}

.ta-dropdown a {
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	color: #63666A;
	font-size: 18px;
}

.ta-dropdown a:first-child {
	border-bottom: 0;
	padding-top: 5px;
}

.ta-dropdown a:last-child {
	border-bottom: 0;
	padding-top: 5px;
}

.ta-dropdown a:hover {
	color: #F18A00;
}

.ta-hidden {
	top: 50px;
	z-index: -9;
	visibility: hidden;
	opacity: 0;
}

.border-animation {
	position: absolute;
	top: 420px;
	left: 0;
	overflow: hidden;
	z-index: -9;
}

.border-animation svg {
	width: 100%;
	height: auto;
}

.border-animation svg:nth-child(2) {
	position: relative;
	top: -170px;
}

.border-animation .lineBg {
	stroke: #DADADA;
	stroke-width: 1px;
	stroke-dasharray: 3000;
	stroke-dashoffset: -3000;
	animation-name: lineBg;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
}

@keyframes lineBg {
	0% {
		stroke-dashoffset: 3000;
	}

	50% {
		stroke: #DADADA;
	}

	100% {
		stroke-dashoffset: 0;
		stroke: #DADADA;
	}
}

.with-fancybox .userway_buttons_wrapper,
.grecaptcha-badge,
.ta-open-modal-html .userway_buttons_wrapper {
	opacity: 0;
	visibility: hidden;
}

.ta-dropdown a.active {
	color: #F18A00;
}
.leftaddress,
.rightaddress {
	color: #fff;
}

@media (min-width: 992px) {

	.mobile-header,
	.ta-navigation-menu .navbar-toggler {
		display: none;
	}

	.collapse:not(.show) {
		display: inline-block !important;
	}

	/*.sub-menu {
		display: none;
	}*/

	.ta-navigation-menu ul li .sub-menu {
		display: inline-block;
		text-align: left;
		z-index: 9999;
		position: absolute;
		background-color: #fff;
		min-width: 245px;
		top: 100%;
		left: 0;
		box-shadow: 0 1px 4px 0px #ccc;
	}

	.ta-navigation-menu ul>li:hover>.sub-menu {
		visibility: visible;
		top: 100%;
		opacity: 1;
	}

	.ta-navigation-menu ul li .sub-menu {
		padding-top: 13px;
		padding-bottom: 15px;
	}

	.ta-navigation-menu ul li .sub-menu li {
		padding: 0;
		width: 100%;
	}

	.ta-navigation-menu ul li .sub-menu li a {
		padding: 0 0 0 18px;
		padding-top: 3px;
		padding-bottom: 3px;
		width: 100%;
	}

	.ta-navigation-menu .main-menu li.menu-item-has-children>a:after {
		width: 11px;
		height: 11px;
		transform: rotate(45deg);
		right: unset;
		top: -2px;
		border-right: 2px solid #63666A;
		border-bottom: 2px solid #63666A;
		position: relative;
		content: " ";
		display: inline-block;
		margin-left: 12px;
	}

	.ta-navigation-menu .main-menu li.menu-item-has-children a:hover:after {
		border-color: #F18A00;
	}

	.ta-navigation-menu ul li .sub-menu li a {
		color: #63666A;
	}
}

@media(min-width:1200px) {
	.ta-navigation-menu ul li .sub-menu {
		opacity: 0;
		visibility: hidden;
		top: 110%;
		transition: all .2s ease-in;
	}
}

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

	.footer-bottom .container p {
		font-size: 18px;
	}
}

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

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

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

@media(min-width:992px) and (max-width:1200px) {
	.ta-navigation-menu ul li .sub-menu {
		display: none;
	}

	.ta-navigation-menu .main-menu li.menu-item-has-children>a::after {
		display: none !important;
	}

	.ta-navigation-menu .main-menu li.menu-item-has-children .ta-arrow-down1 {
		cursor: pointer;
		width: 11px;
		height: 11px;
		transform: rotate(45deg);
		right: unset;
		top: -2px;
		border-right: 2px solid #63666A;
		border-bottom: 2px solid #63666A;
		position: relative;
		content: " ";
		display: inline-block;
		margin-left: 12px;
	}

	.ta-navigation-menu .main-menu li.current-menu-item .ta-arrow-down1,
	.ta-navigation-menu .main-menu li.current-menu-parent .ta-arrow-down1 {
		border-right: 2px solid #F18A00 !important;
		border-bottom: 2px solid #F18A00 !important;
	}
}

@media(max-width:1799px) {
	/*h4 {
		font-size: 22px;
	}

	.h4 {
		font-size: 22px !important;
	}*/
}


@media(max-width:1599px) {

	.default-section h1 {
		font-size: 55px;
	}

	h2 {
		font-size: 46px;
	}

	.h2 {
		font-size: 46px !important;
	}

	h3 {
		font-size: 35px;
	}

	.h3 {
		font-size: 35px !important;
	}

	h4 {
		font-size: 28px;
	}

	.h4 {
		font-size: 28px !important;
	}

	h5 {
		font-size: 22px;
	}

	.h5 {
		font-size: 22px !important;
	}

	h6 {
		font-size: 20px;
	}

	.h6 {
		font-size: 20px !important;
	}

	p,
	main ul li,
	main ol li,
	.default-section ol>li,
	.blog-detail ol>li,
	.text-box ol li {
		font-size: 18px;
	}

	.error-404 {
		padding-top: 60px;
		padding-bottom: 110px;
	}

	.default-section {
		padding-top: 50px;
		padding-bottom: 90px;
	}

	.banner-detail span,
	.award-content .award-title {
		font-size: 17px;
	}

	.project-txt .h4 {
		font-size: 19px !important;
	}

	.project-txt:first-child .h4 {
		font-size: 21px !important;
	}

	.border-animation {
		/*top: 0;*/
	}

	.banner-detail {
		padding: 18px 0;
	}
}

@media(max-width:1365px) {
	.inner-banner .banner-box {
		padding: 10px 0;
	}

	.ta-navigation-menu .main-menu li {
		padding-right: 25px;
	}

	.inner-banner .inner-img {
		height: 550px;
	}

	.banner-detail span,
	.award-content .award-title {
		font-size: 16px;
	}

	.border-animation {
		/*top: -130px;*/
	}
}

@media(max-width:1199px) {
	.default-section h1 {
		font-size: 46px;
	}

	h2 {
		font-size: 38px;
	}

	.h2 {
		font-size: 38px !important;
	}

	h3 {
		font-size: 32px;
	}

	.h3 {
		font-size: 32px !important;
	}

	h4 {
		font-size: 24px;
	}

	.h4 {
		font-size: 24px !important;
	}

	.bread-con p,
	.breadcrumb select {
		font-size: 18px;
	}

	.footer-bottom .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	header .linkedin-icon,
	header .instagram-icon {
		width: 26px;
		height: 26px;
	}

	.search-box input,
	.search-box select {
		width: 185px;
	}

	.search-box {
		right: 80px;
	}

	.btn-wparch,
	.project-section button.btn-wparch:hover,
	.project-list button.btn-wparch:hover {
		background: none !important;
	}

	.btn-wparch:hover,
	.project-section button.btn-wparch:hover,
	.project-list button.btn-wparch:hover {
		color: #63666A;
		background: none;
		padding-left: 0;
		padding-right: 0;
	}

	.btn-wparch:hover::after {
		width: 27px;
		height: 15px;
	}

	.btn-wparch:hover:after {
		background-color: #63666A;
	}

	.ta-navigation-menu .main-menu li {
		padding-right: 18px;
	}

	.backToTop {
		bottom: 110px;
	}

	.error-404 .h2 {
		font-size: 160px !important;
	}

	.error-404 {
		padding-top: 40px;
		padding-bottom: 90px;
	}

	.default-section {
		padding-top: 30px;
		padding-bottom: 70px;
	}

	.inner-banner .inner-img {
		height: 550px;
	}

	.mp-content {
		max-height: 425px;
	}

	.project-txt .h4 {
		font-size: 18px !important;
	}

	.project-txt:first-child .h4 {
		font-size: 20px !important;
	}

	.inner-banner .inner-img {
		height: 470px;
	}

	.border-animation {
		/*top: -510px;*/
	}

	.footer-bottom .container p,
	.footer-top a {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	.open-menu #userwayAccessibilityIcon {
		display: none !important;
	}

	.current_page_item .inner-banner .inner-img {
		height: 400px;
	}

	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.default-section h1 {
		font-size: 41px;
	}

	.h2 {
		font-size: 36px !important;
	}

	h2 {
		font-size: 36px;
	}

	.h3 {
		font-size: 28px !important;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}

	.h4 {
		font-size: 22px !important;
	}

	h5 {
		font-size: 20px;
	}

	.h5 {
		font-size: 20px !important;
	}

	.h6 {
		font-size: 18px !important;
	}

	h6 {
		font-size: 18px;
	}

	p,
	main ul li,
	main ol li,
	.default-section ol>li,
	.blog-detail ol>li,
	.text-box ol>li {
		font-size: 17px;
	}

	.footer-top a {
		font-size: 16px;
	}

	.ta-navigation-menu button {
		border: none;
		padding: 0;
		width: 35px;
	}

	.ta-navigation-menu button span {
		width: 25px;
		height: 2px;
		background: #63666A;
		margin: 3px 0;
		display: inline-block;
		position: relative;
	}

	.ta-navigation-menu button span::after,
	.ta-navigation-menu button span::before {
		width: 30px;
		height: 2px;
		background: #63666A;
		display: inline-block;
		content: "";
		position: absolute;
		left: 0;
	}

	.ta-navigation-menu button span::before {
		top: -7px;
	}

	.ta-navigation-menu button span::after {
		bottom: -7px;
		width: 20px;
	}

	.ta-navigation-menu {
		padding: 0;
		position: absolute;
		right: 13px;
		top: 9px;
	}

	.header-right {
		margin-right: 45px;
	}

	.sticky-header .ta-navigation-menu button span,
	.sticky-header .ta-navigation-menu button span::before,
	.sticky-header .ta-navigation-menu button span::after {
		background: #63666A;
	}

	.open-menu .ta-navigation-menu .navbar-collapse {
		transform: translateX(0%);
	}

	.ta-navigation-menu .navbar-collapse {
		position: fixed;
		right: 0;
		top: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 99;
		transition: all ease .7s;
		transform: translateX(100%);
		display: block;
		overflow-y: auto;
		overflow-x: hidden;
		text-align: left;
		padding-bottom: 20px;
	}

	.mobile-header {
		padding: 20px 15px;
		position: relative;
	}

	.ta-navigation-menu .ta-close-icon::after,
	.ta-navigation-menu .ta-close-icon::before {
		width: 24px;
		height: 2px;
		background: rgba(37, 53, 81, 1);
		display: inline-block;
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
	}

	.ta-navigation-menu .ta-close-icon::after {
		transform: rotate(135deg);
	}

	.ta-navigation-menu .ta-close-icon::before {
		transform: rotate(41deg);
	}

	.ta-navigation-menu .ta-close-icon {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		z-index: 99999;
	}

	.ta-navigation-menu ul li {
		padding: 0;
		display: block;
		width: 100%;
		position: relative;
	}

	.ta-navigation-menu ul li a {
		padding: 10px 15px !important;
		border-bottom: 1px solid #f5f5f5;
		width: 100%;
		color: #63666A !important;
	}

	.ta-navigation-menu .main-menu li {
		border-bottom: 0;
	}

	.ta-navigation-menu .main-menu li:last-child a {
		border-bottom: 0;
	}

	.ta-navigation-menu .main-menu li .sub-menu li:last-child a {
		border-bottom: 1px solid #f5f5f5;
	}

	.ta-arrow-down1 {
		width: 40px;
		height: 43px;
		position: absolute;
		display: flex;
		right: 12px;
		top: 0;
		z-index: 9;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.ta-arrow-down1::before {
		width: 10px;
		height: 10px;
		transform: rotate(-45deg);
		right: unset;
		top: 0px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		position: relative;
		content: " ";
		display: inline-block;
	}

	.ta-navigation-menu ul li .sub-menu {
		display: none;
	}

	.ta-change-icon>.ta-arrow-down1::before {
		transform: rotate(45deg);
		top: -2px;
	}

	.ta-navigation-menu .main-menu li .sub-menu li a {
		padding-left: 30px !important;
		font-size: 16px !important;
	}

	.search-box input,
	.search-box select {
		width: 165px;
	}

	.search-box {
		padding: 10px;
		right: 0;
		top: 52px;
	}

	.show-search .search-box {
		top: 52px;
	}

	.search-box .btn-wparch {
		font-size: 15px;
		padding: 7px 10px 6px 10px;
		margin-left: 10px;
	}

	.btn-wparch {
		font-size: 16px;
	}

	.btn-wparch::after {
		width: 27px;
		height: 15px;
		margin-left: 9px;
	}

	.search-box .btn-wparch:hover::after {
		width: 24px;
		height: 14px;
	}

	.search-box input,
	.search-box select {
		height: 36px;
		padding: 5px 15px;
		font-size: 16px;
	}

	.search-box .btn-wparch::after {
		top: 1px;
	}

	.default-section {
		padding-top: 10px;
		padding-bottom: 50px;
	}

	main ul li::before {
		top: 11px;
	}

	.banner-detail .h3 {
		font-size: 18px !important;
	}

	.banner-detail {
		padding: 25px 0 5px 0;
	}

	.ta-dropdown {
		max-height: 300px;
	}

	.border-animation {
		/*top: -860px;*/
	}

	.update-home .row [class*="col-"] {
		width: 50%;
	}

	.sticky-header .stickygray .breadcrumb {
		margin-top: 62px;
	}
	.footer-top .container {
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .leftaddress,
	footer .rightaddress {
		text-align: center;
		width: 100%;
	}
}

@media(max-width:767px) {
	.h2 {
		font-size: 32px !important;
	}

	h2 {
		font-size: 32px;
	}

	.update-home .row [class*="col-"] {
		width: 100%;
	}

	.border-animation {
		display: none;
	}

	p {
		margin: 0 0 15px 0;
	}

	p,
	main ul li,
	main ol li,
	.default-section ol>li,
	.blog-detail ol>li {
		font-size: 16px;
	}

	.text-box ol>li {
		font-size: 16px;
		padding-left: 16px;
	}

	.default-section h1 {
		font-size: 38px;
	}

	.search-box select {
		margin-left: 0;
	}

	.search-box input {
		margin-right: 10px;
	}

	.search-box form input {
		margin-bottom: 10px;
	}

	.search-box form select:nth-child(2) {
		margin-bottom: 10px;
	}

	.search-box input,
	.search-box select {
		width: calc(50% - 5px);
		float: left;
	}

	.search-box .btn-wparch {
		float: left;
	}

	.error-404 .h2 {
		font-size: 130px !important;
	}

	.error-404 {
		padding-top: 20px;
		padding-bottom: 70px;
	}

	.error-404 .h3 {
		padding: 25px 0 14px 0;
	}

	.breadcrumb .bread-con {
		flex-wrap: wrap;
	}

	.breadcrumb .p {
		margin-top: 5px;
		width: 100%;
	}

	.default-section h1,
	.default-section h2,
	.default-section h3,
	.default-section h4,
	.default-section h5,
	.default-section h6,
	.default-section ol,
	.default-section ul,
	.blog-detail ol {
		margin-bottom: 15px;
	}

	.default-section {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.inner-banner .inner-img {
		height: 340px;
	}

	.banner-detail {
		padding: 25px 0 15px 0;
	}

	.profile-container .ta-profile {
		font-size: 18px;
	}

	.ta-dropdown {
		top: 36px;
		left: 0;
		right: auto;
	}
	.leftaddress a[href^="tel"],
	.rightaddress a[href^="tel"] {
  white-space: nowrap;
  /* display: inline-block; */
}
}

@media(max-width:575px) {

	.footer-bottom .container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-bottom .container p {
		width:100%;
		text-align: center;
	}

	.footer-top a {
		width: 100%;
		text-align: center;
	}

	.search-box {
		padding: 10px;
		right: auto;
		width: calc(100% - 22px);
	}

	.img-text ul li {
		margin-bottom: 10px;
	}

	.project-txt .h4 {
		font-size: 16px !important;
	}

	.project-txt:first-child .h4 {
		font-size: 18px !important;
	}

	.banner-detail span,
	.award-content .award-title {
		font-size: 15px;
	}
	.backToTop {
		bottom: 80px;
	}
}

@media(max-width:479px) {
	.h2 {
		font-size: 30px !important;
	}

	h2 {
		font-size: 30px;
	}

	.h3 {
		font-size: 24px !important;
	}

	h3 {
		font-size: 24px;
	}

	.footer-top a {
		font-size: 16px;
	}

	.search-box input,
	.search-box select {
		width: 100%;
		float: left;
	}

	.search-box .btn-wparch {
		margin-left: 0;
		margin-top: 10px;
	}

	.error-404 .h3 {
		font-weight: 400;
		padding: 20px 0 9px 0;
		line-height: 1.4 !important;
	}

	.error-404 .h2 {
		font-size: 120px !important;
	}

	.inner-banner .inner-img {
		height: 300px;
	}

	.backToTop {
		bottom: 70px;
	}
}