* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto';
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Medium.woff2') format('woff2'), url('Roboto-Medium.woff') format('woff'), url('Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Bold.woff2') format('woff2'), url('Roboto-Bold.woff') format('woff'), url('Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Regular.woff2') format('woff2'), url('Roboto-Regular.woff') format('woff'), url('Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff') format('woff'), url('Montserrat-Bold.ttf') format('truetype'), url('Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraBold.woff') format('woff'), url('Montserrat-ExtraBold.ttf') format('truetype'), url('Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Black.woff') format('woff'), url('Montserrat-Black.ttf') format('truetype'), url('Montserrat-Black.svg#Montserrat-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraLight.woff') format('woff'), url('Montserrat-ExtraLight.ttf') format('truetype'), url('Montserrat-ExtraLight.svg#Montserrat-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff') format('woff'), url('Montserrat-Medium.ttf') format('truetype'), url('Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Light.woff') format('woff'), url('Montserrat-Light.ttf') format('truetype'), url('Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype'), url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff') format('woff'), url('Montserrat-SemiBold.ttf') format('truetype'), url('Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Thin.woff') format('woff'), url('Montserrat-Thin.ttf') format('truetype'), url('Montserrat-Thin.svg#Montserrat-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
.act-tpbar {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	transition: all 0.9s ease;
	z-index: 999;
}
.act-tpbar.sticky {
	position: fixed;
	background: rgb(0, 0, 0, 0.7);
	transition: all 0.9s ease;
}
.act-tpbar.sticky .actlogo {
	background: url(../images/tas-logon.png) no-repeat;
	background-size: 100% 100%;
	width: 211px;
	height: 97px;
}
header .actlogo {
	float: left;
	background: url(../images/tas-logon.png) no-repeat;
	background-size: 100% 100%;
	width: 272px;
	height: 125px;
	margin: 5px 0;
}
header .right-mnu-sidebar {
	float: left;
	width: 100%;
	xclip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%, 5% 100%);
	padding-left: 75px;
	background: url(https://webonlinecity.com/tasuaeweb/wp-content/uploads/2025/01/mnult.png) 0 0 no-repeat;
}
header .right-mnu-sidebar .actnav-bar {
	float: left;
	width: 70%;
	background: #00aff0;
}
header .right-mnu-sidebar .actnav-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .right-mnu-sidebar .actnav-bar ul li {
	float: left;
	position: relative;
	margin: 0 25px 0 0;
}
header .right-mnu-sidebar .actnav-bar ul li:last-child {
	margin-right: 0;
}
header .right-mnu-sidebar .actnav-bar ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.2px;
	padding: 3px 8px;
	margin: 14px 0 13px;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}
header .right-mnu-sidebar .actnav-bar ul li.current-menu-item a {
	font-weight: bold;
	background: #fff;
	color: #000;
	border-radius: 4px;
}
header .right-mnu-sidebar .actnav-bar ul li.current-menu-ancestor a {
	font-weight: bold;
	background: #fff;
	color: #000;
	border-radius: 4px;
}
/*header .right-mnu-sidebar .actnav-bar ul li a:after {
    border-bottom: 2px solid #fff;
    bottom: -4px;
    content: "";
    position: absolute;
    right: 0;
    transition: width .4s linear 0s;
    width: 0;
}
header .right-mnu-sidebar .actnav-bar ul li a:hover:after {
    left: 0;
    width: 100%
}*/
header .right-mnu-sidebar .actnav-bar ul li a:hover {
	background: #fff;
	color: #000;
	border-radius: 8px;
	text-decoration: none;
}
header .right-mnu-sidebar .actnav-bar li:hover>.sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 68%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .right-mnu-sidebar .actnav-bar li .sub-menu {
	position: absolute;
	min-width: 250px;
	background: #fff;
	padding: 10px 10px 20px;
	z-index: 99;
	left: 0;
	top: 80px;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
header .right-mnu-sidebar .actnav-bar li .sub-menu li {
	float: none;
	margin: 15px 10px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu {
	min-width: 806px;
	padding: 30px;
	left: -258px;
	background: url(https://webonlinecity.com/tasuaeweb/wp-content/uploads/2025/01/drop-mnubg1.jpg) 20px 20px no-repeat;
	background-size: cover;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li {
	float: none;
	display: block;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li.icn1 {
	background: url(../images/serv-icn1.png) no-repeat 0 5px;
	background-size: 40px 40px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li.icn2 {
	background: url(../images/serv-icn2.png) no-repeat 0 5px;
	background-size: 40px 40px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li.icn3 {
	background: url(../images/serv-icn3.png) no-repeat 0 5px;
	background-size: 40px 40px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li.icn4 {
	background: url(../images/serv-icn4.png) no-repeat 0 5px;
	background-size: 40px 40px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li.icn5 {
	background: url(../images/serv-icn5.png) no-repeat 0 5px;
	background-size: 40px 40px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li.icn6 {
	background: url(../images/serv-icn6.png) no-repeat 0 5px;
	background-size: 40px 40px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li.icn7 {
	background: url(../images/serv-icn7.png) no-repeat 0 5px;
	background-size: 40px 40px;
}
header .right-mnu-sidebar .actnav-bar li.subcate-bx .sub-menu li a {
	display: inline-block;
	font-weight: 400;
	margin: 0;
	background: none;
	line-height: 36px;
	padding-left: 55px;
	border-radius: 0;
	color: #fff;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu {
	min-width: 807px;
    padding: 30px;
    left: -369px;
	background: url(../images/qhsebg.png) 20px 20px no-repeat;
	background-size: cover;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu li {
	 float: left;
    width: 47%;
    display: block;
    margin: 10px;
    border-bottom: 1px solid #858585;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu li.icn1 {
	background: url(../images/qhse-mnu1.png) no-repeat 0 5px;
	background-size: 60px 60px;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu li.icn2 {
	background: url(../images/qhse-mnu2.png) no-repeat 0 5px;
	background-size: 60px 60px;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu li.icn3 {
	background: url(../images/qhse-mnu3.png) no-repeat 0 5px;
	background-size: 60px 60px;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu li.icn4 {
	background: url(../images/qhse-mnu4.png) no-repeat 0 5px;
	background-size: 60px 60px;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu li a {
	display: block;
    font-weight: 400;
    margin: 0;
    background: none;
    line-height: 70px;
    padding-left: 70px;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
}
header .right-mnu-sidebar .actnav-bar li.qhsecate-bx .sub-menu li a:hover {
    color: #bdbdbd;
}
header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 4px 0;
	transition: 0.4s;
	border-radius: 50px;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 320px;
	height: 420px;
	background: #2e2e2e;
	padding: 30px 20px 10px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 8px 0;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #fff;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #fff;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #fff;
}
header .right-mnu-sidebar .right-phnbx {
	float: left;
	background: #00aff0;
	padding: 25px 0 0;
}
header .right-mnu-sidebar .right-phnbx a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
	padding: 0 15px 0 45px;
	margin: 0 0 0 25px;
	transition: 0.3s;
	text-decoration: none;
	background: url(../images/call.png) no-repeat 18px 10px #1e1e1e;
	clip-path: polygon(5% 0, 100% 0%, 100% 100%, 25% 100%, 0 100%);
}
header .right-mnu-sidebar .right-phnbx a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/call.png) no-repeat 18px 10px #1e1e1e;
}
.hmact-profiletxt-section {
	position: relative;
	padding: 50px 0;
	background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 23%, rgb(25 166 222 / 36%) 100%);
}
.hmact-profiletxt-section .title-bx {
	margin-left: 20%;
}
.hmact-profiletxt-section h3 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 38px;
	padding: 0 0 15px;
	margin: 0;
}
.hmact-profiletxt-section h4 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 48px;
	font-weight: 700;
	line-height: 55px;
	padding: 0 0 10px;
	margin: 30px 0 0;
}
.hmact-profiletxt-section p {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
.services-txt-section {
	position: relative;
	margin: 0 0 50px;
}
.services-txt-section .ser-txtbx {
	position: relative;
	margin: 0 4px;
	height: auto;
}
.services-txt-section .imgbx {
	position: relative;
	overflow: hidden;
}
.services-txt-section .imgbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
}
.services-txt-section .ser-txtbx:hover .imgbx img {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}
.services-txt-section .over-title {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/serv-gry-bg.png) repeat-x bottom;
	overflow: hidden;
}
.services-txt-section .over-title h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	padding: 20px;
	margin: 0;
	transition: 0.3s;
}
.services-txt-section .over-title h4 img {
	margin-bottom: 15px;
}
.services-txt-section .over-title:hover h4 {
	font-size: 26px;
	font-weight: 700;
	bottom: 100px;
	background-image: linear-gradient(#0a9ff3, rgba(0,0,0,.05));
}
.services-txt-section .slick-dots {
	display: none!important;
}
.hmact-ourservice-cate-section {
	position: relative;
}
.hmact-ourservice-cate-section h4 {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.hmact-ourservice-cate-section h4 strong {
	font-family: 'Montserrat';
	display: block;
	font-size: 24px;
	font-weight: 600;
}
.hmact-ourservice-cate-section p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0 10px 35px;
	margin: 0;
}
.hmact-ourservice-cate-section .serv_bx {
	width: 33%;
	float: left;
	text-align: center;
	padding: 30px 20px 10px;
	border-left: 1px solid #ffffff;
	min-height: 260px;
	transition: 0.3s;
}
.hmact-ourservice-cate-section .serv_bx:hover {
	background: #ffd100;
}
.hmact-ourservice-cate-section .serv_bx .icnbx {
	width: 130px;
	margin: 0 auto 10px;
	position: relative;
	z-index: 2;
}
.hmact-ourservice-cate-section .serv_bx .icnbx img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: -webkit-transform 0.35s;
	transition: transform .35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	transition-timing-function: cubic-bezier(.12, .845, .305, 1)
}
.hmact-ourservice-cate-section .serv_bx:hover img {
	-webkit-transform: translateX(-50%) translateY(-20px) rotate(8deg);
	transform: translateX(-50%) translateY(-20px) rotate(8deg)
}
.hmact-ourservice-cate-section .moreserv-btn {
	display: block;
	margin: 20px 0 0 35px;
}
.hmact-ourservice-cate-section .moreserv-btn a {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	background: #fff;
	margin: 0;
	padding: 10px 30px;
	border-radius: 50px;
	transition: 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.hmact-ourservice-cate-section .moreserv-btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}
.hmact-ourservice-cate-section a:hover {
	text-decoration: none;
}
.hmact-customers-say-section {
	position: relative;
	padding: 70px 0;
}
.hmact-customers-say-section h4 {
	font-family: 'Montserrat';
	font-size: 65px;
	color: #000;
	line-height: 70px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}
.hmact-customers-say-section .rt-bx {
	position: relative;
	background: #f9f9f9;
	margin: 20px 0;
	padding: 50px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	float: left;
	width: 100%;
}
.hmact-customers-say-section .rt-bx p {
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	border-left: 5px solid #166092;
	margin: 0;
}
.hmact-customers-say-section .rt-bx img {
	width: 150px;
}
.hmact-customers-say-section .cinfo {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.hmact-customers-say-section .cinfo h6 {
	font-size: 26px;
	color: #166092;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.hmact-customers-say-section .cinfo span {
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.hmact-hse-system-section {
	position: relative;
	padding: 0 0 70px 0;
}
.hmact-hse-system-section .tbx {
	padding: 35px;
	background: #818181;
	min-height: 650px;
}
.hmact-hse-system-section .tbx h3 {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 60px;
	padding: 0;
	margin: 0 0 20px;
}
.hmact-hse-system-section .tbx .pt {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	background: #222;
	padding: 15px 25px;
	margin: 0;
}
.hmact-hse-system-section .tbx p {
	margin: 0;
}
.hmact-hse-system-section .tbx img {
	width: 100%;
	height: auto;
	margin-left: -35px;
	margin-bottom: -35px;
	border-radius: 0 0 150px 0;
	box-shadow: 35px 0 0 #222222;
}
.hmact-hse-system-section .rtside {
	width: 100%;
	float: left;
	padding: 15px;
	background: url(../images/qshe-bg.png) no-repeat #f9f9f9;
	background-size: cover;
	border-radius: 0 0 150px 0;
	min-height: 650px;
}
.hmact-hse-system-section h4 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 45px;
	font-weight: bold;
	line-height: 60px;
	padding: 0;
	margin: 0 0 20px;
}
.hmact-hse-system-section .tbx1 {
	width: 45%;
	float: left;
	margin: 10px 10px 0;
	padding: 0 15px;
	border-left: 1px solid #00aff0;
	min-height: 235px;
}
.hmact-hse-system-section h5 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.hmact-hse-system-section h5 strong {
	display: block;
	font-weight: 600;
}
.hmact-hse-system-section .tbx1 p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.hmact-hse-system-section .tbx1 .why_ic {
	float: right;
	max-width: 65px;
	transition: 0.7s;
}
.hmact-hse-system-section .tbx1 .why_ic img {
	width: 65px;
	height: auto;
}
.hmact-hse-system-section .tbx1:hover .why_ic {
	transform: rotateY(360deg);
}
.hmact-completed-projects-section {
	position: relative;
	padding: 70px 0;
	background: url(../images/our-projects-bg.png) no-repeat top left #e9f7fe;
	background-size: 485px 485px;
}
.hmact-completed-projects-section h3 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 65px;
	font-weight: bold;
	line-height: 70px;
	padding: 0;
	margin: 0 0 20px;
}
.hmact-completed-projects-section h5 {
	color: #166092;
	font-size: 30px;
	font-weight: 700;
	line-height: 44px;
	padding: 10px 0 0;
	margin: 0;
}
.hmact-completed-projects-section p {
	width: 80%;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 34px;
	padding: 10px 0;
	margin: 0;
}
.hmact-completed-projects-section .inner-txt {
	position: relative;
	width: 100%;
	text-align: center;
	transition: .5s ease;
}
.hmact-completed-projects-section .inner-txt .imgbx {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 40px;
	margin: 0 auto;
}
.hmact-completed-projects-section .inner-txt .imgbx img {
	width: 100%;
	height: auto;
	border-radius: 40px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.hmact-completed-projects-section .inner-txt:hover .imgbx img {
	filter: grayscale(100%);
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
}
.hmact-completed-projects-section .inner-txt .imgbx:after {
	content: "";
	position: absolute;
	width: 300%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .2);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}
.hmact-completed-projects-section .inner-txt .imgbx:hover:after {
	height: 250%;
	transition: all 600ms linear !important;
	background-color: transparent;
}
.hmact-completed-projects-section .inner-txt h4 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
	transition: 0.3s;
	min-height: 80px;
}
.hmact-completed-projects-section a:hover {
	text-decoration: none;
}
.hmact-completed-projects-section .inner-txt:hover h4 {
	color: #000;
}
.hmact-compvideo-section {
	position: relative;
	padding: 70px 0;
}
.hmact-compvideo-section h3 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 65px;
	font-weight: 700;
	line-height: 70px;
	padding: 0;
	margin: 10px 0;
}
.hmact-compvideo-section h5 {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	padding: 10px 0;
	margin: 0;
}
.hmact-compvideo-section .inner-txt {
	position: relative;
	float: left;
	width: 100%;
	/*min-height: 520px;
	background: url(../images/video-bg.jpg) no-repeat center center;*/
}
.hmact-compvideo-section .inner-txt iframe {
	position: relative;
	float: left;
	width: 100%;
	min-height: 420px;
	border:none;
}
.hmact-visn-misn-section {
	position: relative;
	padding: 70px 0;
	background: url(../images/vision-mission-img.jpg) no-repeat;
	background-size: cover;
}
.hmact-visn-misn-section .tbx {
	width: 90%;
	padding: 35px;
	position: relative;
	background: #104862;
	min-height: 250px;
	border-radius: 0 0 80px 0;
}
.hmact-visn-misn-section .tbx:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 10px;
	left: 0;
	top: 0;
	background: #ffd966;
}
.hmact-visn-misn-section .tbx:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 80px;
	left: 0;
	top: 0;
	background: #ffd966;
}
.hmact-visn-misn-section .tbx h3 {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 29px;
	font-weight: 600;
	line-height: 45px;
	padding: 0;
	margin: 0 0 20px;
}
.hmact-visn-misn-section .tbx p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
}
.hmact-visn-misn-section .tbx img {
	width: 100px;
	height: auto;
}
.hmact-leadsafety-section {
	position: relative;
	padding: 70px 0;
	background: #f9f9f9;
}
.hmact-leadsafety-section .inn-leadtxt {
	width: 100%;
	float: left;
}
.hmact-leadsafety-section .inn-leadtxt h3 {
	width: 50%;
	display: block;
	font-family: 'Montserrat';
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin: 50px 0 20px 0;
}
.hmact-leadsafety-section .inn-leadtxt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hmact-leadsafety-section .inn-leadtxt ul li {
	display: block;
	color: #121212;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	background: url(../images/licn1.png) no-repeat 0 5px;
	padding: 5px 0 5px 34px;
	margin: 5px 0;
}
.hmact-leadsafety-section .inn-leadtxt ul li strong {
	display: block;
	font-weight: 400;
}
.hmact-leadsafety-section .inn-leadtxt.limg {
	background: url(../images/Safety.png) no-repeat 80% 0;
	background-size: 150px 150px;
}
.hmact-leadsafety-section .inn-leadtxt.rimg {
	background: url(../images/Experience.png) no-repeat 80% 0;
	background-size: 150px 150px;
}
.hmact-about-golden-section {
	position: relative;
	padding: 70px 0;
}
.hmact-about-golden-section .inn-abttxt {
	position: relative;
	width: 100%;
	float: left;
}
.hmact-about-golden-section .inn-abttxt p {
	margin:0;
}
.hmact-about-golden-section .inn-abttxt .tlbx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.hmact-about-golden-section .inn-abttxt .tlbx .bx {
	position: absolute;
	bottom: 20%;
	width: 80%;
}
.hmact-about-golden-section .inn-abttxt .title {
	width: 100%;
	float: left;
}
.hmact-about-golden-section .inn-abttxt h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	padding: 0 60px 0 0;
	margin: 0;
	transition: 0.3s;
	background: url(../images/more-arwbtn.png) no-repeat right;
}
.hmact-about-golden-section .inn-abttxt .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.hmact-about-golden-section .inn-abttxt .imgbx img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.hmact-about-golden-section .inn-abttxt:hover .imgbx img {
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
}
.hmact-about-golden-section .inn-goldentxt {
	position: relative;
	width: 100%;
	float: left;
}
.hmact-about-golden-section .inn-goldentxt p {
	margin:0;
}
.hmact-about-golden-section .inn-goldentxt .tlbx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.hmact-about-golden-section .inn-goldentxt .tlbx .bx {
	position: absolute;
	bottom: 20%;
	width: 80%;
}
.hmact-about-golden-section .inn-goldentxt .title {
	width: 100%;
	float: left;
}
.hmact-about-golden-section .inn-goldentxt h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	padding: 0 60px 0 0;
	margin: 0;
	transition: 0.3s;
	background: url(../images/more-arwbtn.png) no-repeat right;
}
.hmact-about-golden-section .inn-goldentxt .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.hmact-about-golden-section .inn-goldentxt .imgbx img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.hmact-about-golden-section .inn-goldentxt:hover .imgbx img {
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
}
.hmact-trending-insights-section {
	position: relative;
	padding: 70px 0;
}
.hmact-trending-insights-section .title-bx-cnt {
	background: #1e1e1e;
	z-index: 99;
	margin: -75px 0 0;
	padding-top: 20px;
	padding-bottom: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.hmact-trending-insights-section h3 {
	color: #fff;
	font-size: 65px;
	font-weight: bold;
	line-height: 70px;
	padding: 0;
	margin: 0 0 30px;
}
.hmact-trending-insights-section .indiv-tbx-lt {
	position: relative;
	width: 150%;
	float: left;
}
.hmact-trending-insights-section .indiv-tbx-lt .tlbx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	z-index: 9;
	width: 100%;
	height: 100%;
	border-radius: 0 0 130px 0;
}
.hmact-trending-insights-section .indiv-tbx-lt .tlbx .bx {
	position: absolute;
	bottom: 20%;
}
.hmact-trending-insights-section .indiv-tbx-lt .title {
	width: 85%;
	float: left;
}
.hmact-trending-insights-section .indiv-tbx-lt h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	padding: 0;
	margin: 0 0 10px;
	transition: 0.3s;
}
.hmact-trending-insights-section .indiv-tbx-lt p {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	padding: 0 60px 0 0;
	margin: 0;
	transition: 0.3s;
	background: url(../images/more-arwbtn.png) no-repeat right;
}
.hmact-trending-insights-section .indiv-tbx-lt .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	border-radius: 0 0 130px 0;
}
.hmact-trending-insights-section .indiv-tbx-lt .imgbx img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.hmact-trending-insights-section .indiv-tbx-lt:hover .imgbx img {
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
}
.hmact-trending-insights-section .indiv-tbx-rt {
	position: relative;
	width: 150%;
	float: right;
}
.hmact-trending-insights-section .indiv-tbx-rt .trbx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	z-index: 9;
	width: 100%;
	height: 100%;
	border-radius: 0 0 130px 0;
}
.hmact-trending-insights-section .indiv-tbx-rt .trbx .bx {
	position: absolute;
	bottom: 20%;
}
.hmact-trending-insights-section .indiv-tbx-rt .title {
	width: 85%;
	float: left;
}
.hmact-trending-insights-section .indiv-tbx-rt h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	padding: 0;
	margin: 0 0 10px;
	transition: 0.3s;
}
.hmact-trending-insights-section .indiv-tbx-rt p {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	padding: 0 60px 0 0;
	margin: 0;
	transition: 0.3s;
	background: url(../images/more-arwbtn.png) no-repeat right;
}
.hmact-trending-insights-section .indiv-tbx-rt .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	border-radius: 0 0 130px 0;
}
.hmact-trending-insights-section .indiv-tbx-rt .imgbx img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.hmact-trending-insights-section .indiv-tbx-rt:hover .imgbx img {
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
}
.hmact-btmfoter-bar-section {
	position: relative;
	background: url(../images/ftbg-reptbx.png) repeat center top #111;
	padding: 50px 0 20px;
}
.hmact-btmfoter-bar-section .ftlft-side {
	width: 50%;
	float: left;
	margin: 0 25%;
}
.hmact-btmfoter-bar-section .ftlft-side .ftlgo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
.hmact-btmfoter-bar-section .ftlft-side .ftlgo img {
	display: block;
	margin: 0 auto;
}
.hmact-btmfoter-bar-section .ftlft-side .wp-image-46 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.hmact-btmfoter-bar-section .ftlft-side .ftsl {
	width: 100%;
	float: left;
	text-align: center;
}
.hmact-btmfoter-bar-section .ftlft-side .ftsl img {
	display: inline-block;
	margin: 5px;
}
.hmact-btmfoter-bar-section .ftadr-bx {
	width: 50%;
	float: left;
}
.hmact-btmfoter-bar-section .ftadr-bx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmact-btmfoter-bar-section .ftadr-bx li {
	position: relative;
}
.hmact-btmfoter-bar-section .ftadr-bx li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	text-decoration: none;
	transition: 0.3s;
}
.hmact-btmfoter-bar-section .ftadr-bx li a.ad {
	background: url(../images/ftr-adr.png) no-repeat 0 3px;
}
.hmact-btmfoter-bar-section .ftadr-bx li a.ph {
	background: url(../images/ftr-call.png) no-repeat 0 3px;
}
.hmact-btmfoter-bar-section .ftadr-bx li a.em {
	background: url(../images/ftr-eml.png) no-repeat 0 3px;
}
.hmact-btmfoter-bar-section .ftadr-bx li a:hover {
	color: #fff;
}
.hmact-btmfoter-bar-section .ftiso-bx {
	width: 100%;
	float: left;
}
.hmact-btmfoter-bar-section .ftiso-bx img {
	display: block;
	float: left;
	width: 25%;
	height: auto;
	padding: 0 10px;
	border-radius: 50%;
}
.hmact-btmfoter-bar-section .ftquick-link-bx {
	width: 40%;
	float: left;
	padding: 40px 0;
}
.hmact-btmfoter-bar-section .ftquick-link-bx.lk {
	width: 60%;
}
.hmact-btmfoter-bar-section .ftquick-link-bx h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	margin: 0 0 40px;
}
.hmact-btmfoter-bar-section .ftquick-link-bx h4::before {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 45px;
	height: 2px;
	background: #00aff0;
	left: 14px;
}
.hmact-btmfoter-bar-section .ftquick-link-bx h4::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #00aff0;
}
.hmact-btmfoter-bar-section .ftquick-link-bx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmact-btmfoter-bar-section .ftquick-link-bx li {
	position: relative;
}
.hmact-btmfoter-bar-section .ftquick-link-bx li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 0 18px;
	margin: 5px 0;
	text-decoration: none;
	transition: 0.3s;
}
.hmact-btmfoter-bar-section .ftquick-link-bx li a::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #fff;
}
.hmact-btmfoter-bar-section .ftquick-link-bx li a:hover {
	color: #fff;
}
.hmact-btmfoter-bar-section .ftadr-rtside {
	width: 100%;
	float: left;
	padding: 20px 0 40px;
}
.hmact-btmfoter-bar-section .ftadr-rtside .bx {
	width: 33%;
	float: left;
}
.hmact-btmfoter-bar-section .ftadr-rtside .bx1 {
	width: 50%;
	float: left;
}
.hmact-btmfoter-bar-section .ftadr-rtside h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 20px 0 40px;
}
.hmact-btmfoter-bar-section .ftadr-rtside h4 a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	cursor:pointer;
}
.hmact-btmfoter-bar-section .ftadr-rtside h4 a:hover {
	color: #00aff0;
	text-decoration:none;
}
.hmact-btmfoter-bar-section .ftadr-rtside h4::before {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 45px;
	height: 2px;
	background: #00aff0;
	left: 14px;
}
.hmact-btmfoter-bar-section .ftadr-rtside h4::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #00aff0;
}
.hmact-btmfoter-bar-section .ftadr-rtside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmact-btmfoter-bar-section .ftadr-rtside li {
	position: relative;
}
.hmact-btmfoter-bar-section .ftadr-rtside li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	text-decoration: none;
	transition: 0.3s;
}
.hmact-btmfoter-bar-section .ftadr-rtside li a.ad {
	background: url(../images/ftr-adr.png) no-repeat 0 3px;
}
.hmact-btmfoter-bar-section .ftadr-rtside li a.ph {
	background: url(../images/ftr-call.png) no-repeat 0 3px;
}
.hmact-btmfoter-bar-section .ftadr-rtside li a.fx {
	background: url(../images/ftr-fax.png) no-repeat 0 3px;
}
.hmact-btmfoter-bar-section .ftadr-rtside li a.em {
	background: url(../images/ftr-eml.png) no-repeat 0 3px;
}
.hmact-btmfoter-bar-section .ftadr-rtside li a:hover {
	color: #fff;
}
.hmact-btmfoter-bar-section .ftcpy {
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
	margin: 0;
}
.hmact-btmfoter-bar-section .ftcpy p {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	padding: 3px 0;
	margin: 0;
}
.hmact-btmfoter-bar-section .ftcpy p a {
	color: #8c8c8c;
}
.title-bx {
	position: relative;
	padding-bottom: 20px;
}
.title-bx .animate-border {
	margin: 0;
}
.title-bx-cnt {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.title-bx-rgt {
	position: relative;
	padding-bottom: 20px;
	text-align: right;
}
/* Animated Title Border */
.animate-border {
	position: relative;
	display: block;
	width: 85px;
	height: 4px;
	border-radius: 20px;
	background: #00aff0;
	overflow: hidden;
	margin: 0 auto;
}
.animate-border:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 4px;
	left: 5%;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 100% {
 -webkit-transform: translateX(113px);
 transform: translateX(113px);
}
}
 @keyframes animborder {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 100% {
 -webkit-transform: translateX(113px);
 transform: translateX(113px);
}
}
.hmact-rgt-fixbar {
	position: fixed;
	width: 50px;
	top: 270px;
	right: 0;
	z-index: 999;
}
.hmact-rgt-fixbar img {
	float: left;
	padding: 5px 10px;
}
.hmact-rgt-fixbar .phnicn, .whicn, .emicn, .fbicn, .insicn, .lknicn, .twicn, .yticn {
	float: left;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.hmact-rgt-fixbar .fbicn {
	background-image: url(../images/fb-icn-1.png);
	background-size: 25px 25px;
	background-color: #395498;
}
.hmact-rgt-fixbar .insicn {
	background-image: url(../images/ins-icn-1.png);
	background-size: 24px 24px;
}
.hmact-rgt-fixbar .lknicn {
	background-image: url(https://webonlinecity.com/tasuaeweb/wp-content/uploads/2025/07/ft-lk-lgo.jpg);
	background-size: 35px 35px;
	background-color:#008de5;
	border-radius: 5px 0 0 5px;
}
.hmact-rgt-fixbar .whicn {
	background-image: url(../images/wh-icn-1.png);
	background-size: 25px 25px;
	background-color: #4dc247;
}
.hmact-rgt-fixbar .phnicn {
	background-image: url(../images/phn-icn-1.png);
	background-size: 24px 24px;
	background-color: #00aff0;
}
.hmact-rgt-fixbar .twicn {
	background-image: url(../images/tw-icn-1.png);
	background-size: 22px 22px;
	background-color: #000;
}
.hmact-rgt-fixbar .yticn {
	background-image: url(../images/yt-icn-1.png);
	background-size: 24px 20px;
}
.hmact-rgt-fixbar .emicn {
	background-image: url(../images/em-icn-1.png);
	background-size: 24px 21px;
}
/**** ABOUT US CSS ****/

.innertas-mainbanner-section {
	width: 100%;
	position: relative;
}
.innertas-mainbanner-section img {
	width: 100%;
	height: 400px;
}
.innertas-mainbanner-section .innbantxt {
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 25%;
	z-index: 1;
	margin: 0 0 0 10%;
}
.innertas-mainbanner-section .innbantxt h5 {
	font-family: 'Montserrat';
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.innertas-mainbanner-section .innbantxt h5 strong {
	display: block;
	font-family: 'Montserrat';
	font-weight: 600;
}
.innertas-mainbanner-section .innbantxt h5 span {
	color: #2fabe1;
}
.innertas-mainbanner-section .deskban {
	display:block;
}
.innertas-mainbanner-section .mobileban {
	display:none;
}
.inner-tastechnical-txt-section {
	position: relative;
	margin-top: -210px;
}
.inner-tastechnical-txt-section .ptx {
	padding: 20px 10px 10px 25px;
	background: #fff;
	border-left: 10px solid #b3b3b3;
	width: 85%;
}
.inner-tastechnical-txt-section .ptx p {
	color: #000;
	font-size: 34px;
	font-weight: 400;
	line-height: 44px;
	padding: 0;
	margin: 0;
}
.inner-tastechnical-txt-section .ptx p strong {
	color: #00aff0;
	font-weight: 400;
	text-decoration: underline;
}
.inner-tasabout-company-section {
	position: relative;
	padding: 50px 0 80px;
}
.inner-tasabout-company-section h1 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 0 20px;
	margin: 0;
}
.inner-tasabout-company-section p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasabout-company-section p strong {
	font-weight: 400;
}
.inner-tasabout-company-section .pt {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasabout-company-section .rgtimg-clm {
	position: relative;
	width: 100%;
	margin-top: 110px;
}
.inner-tasabout-company-section .rgtimg-clm img {
	width: 100%;
	height: auto;
}
.inner-tasinnabout-page-section {
	position: relative;
	padding: 50px 0 80px;
}
.inner-tasinnabout-page-section h1 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 38px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 0 10px;
	margin: 0;
}
.inner-tasinnabout-page-section p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasinnabout-page-section .pt {
	font-family: 'Montserrat';
	color: #858585;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasinnabout-page-section .rgtimg-clm {
	position: relative;
	width: 100%;
}
.inner-tasinnabout-page-section .rgtimg-clm img {
	width: 100%;
	height: auto;
}
.inner-tascertifications-txt-section {
	position: relative;
	padding: 50px 0 80px;
}
.inner-tascertifications-txt-section h2 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 0 20px;
	margin: 30px 0 0;
}
.inner-tascertifications-txt-section p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tascertifications-txt-section .pt {
	font-family: 'Montserrat';
	color: #858585;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.inner-tascertifications-txt-section .bx {
	position: relative;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner-tascertifications-txt-section .bx img {
	width: 100%;
	height: auto;
}
.inner-tasiso-certification-section {
	position: relative;
	background: url(../images/line-bg.png) repeat #222;
}
.inner-tasiso-certification-section .imgslide-bx {
	position: relative;
}
.inner-tasiso-certification-section .imgbx {
	width: 135%;
	height: auto;
	border-bottom: 20px solid #00aff0;
	border-right: 20px solid #fff;
}
.inner-tasiso-certification-section .imgbx img {
	width: 100%;
	height: auto;
}
.inner-tasiso-certification-section .slick-next {
	top:50%;
	right:5%;
}
.inner-tasiso-certification-section .slick-prev {
	top:50%;
	left:5%;
}
.inner-tasiso-certification-section .tbx {
	width: 75%;
	background: #fff;
	padding: 20px 50px;
	margin: 70px auto 0;
	border-left: 20px solid #00aff0;
}
.inner-tasiso-certification-section .tbx img {
	width: 100%;
	height: auto;
	margin-bottom:30px;
}
.inner-tasiso-certification-section h2 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 0 20px;
	margin: 0;
}
.inner-tasiso-certification-section p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasiso-certification-section .pt {
	font-family: 'Montserrat';
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasiso-certification-section .pt strong {
	font-family: 'Montserrat';
	color: #00aff0;
	font-weight: 700;
}
.inner-tasiso-certification-section .pt a {
	font-family: 'Montserrat';
	color: #00aff0;
	font-size: 24px;
	font-weight: 600;
	text-decoration:none;
}
.inner-tasmorelinks-section {
	position: relative;
	padding: 70px 0;
}
.inner-tasmorelinks-section .innmore-links {
	width: 25%;
	float: left;
	text-align: center;
	transition: 0.3s;
}
.inner-tasmorelinks-section h4 {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
	margin: 0;
}
.inner-tasmorelinks-section .innmore-links .icnbx {
	width: 195px;
	margin: 20px auto;
	position: relative;
	z-index: 2;
}
.inner-tasmorelinks-section .innmore-links .icnbx img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: -webkit-transform 0.35s;
	transition: transform .35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	transition-timing-function: cubic-bezier(.12, .845, .305, 1);
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border: 5px solid #fff;
}
.inner-tasmorelinks-section .innmore-links:hover img {
	-webkit-transform: translateX(-50%) translateY(-20px) rotate(8deg);
	transform: translateX(-50%) translateY(-20px) rotate(8deg);
}
.inner-tasmorelinks-section a:hover {
	text-decoration: none;
}
/**** SERVICES CSS ****/

.inntas-serviceprodbx-section {
	position: relative;
	padding: 70px 0;
}
.inntas-serviceprodbx-section .innserv-clm {
	position: relative;
	width: 31%;
	float: left;
	text-align: center;
	padding: 15px;
	min-height: 320px;
	margin: 2% 1%;
	background: #999;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 25% 100%, 5% 100%);
}
.inntas-serviceprodbx-section .innserv-clm:hover {
	background: #00aff0;
}
.inntas-serviceprodbx-section h4 {
	font-family: 'Montserrat';
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.inntas-serviceprodbx-section h4 strong {
	font-family: 'Montserrat';
	display: block;
	font-weight: 600;
}
.inntas-serviceprodbx-section .innserv-clm .icnbx {
	width: 100%;
	margin: 0 auto 15px;
	position: relative;
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 25% 100%, 5% 100%);
}
.inntas-serviceprodbx-section .innserv-clm .icnbx img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	transition: all 1.5s ease-out;
	clip-path: polygon(0 0, 90% 0%, 97% 100%, 25% 100%, 5% 100%);
}
.inntas-serviceprodbx-section .innserv-clm:hover img {
	transform: rotateY(360deg);
}
.inntas-serviceprodbx-section a:hover {
	text-decoration: none;
}
/**** SERVICES DETAIL CSS ****/

.inner-tasservice-singlepge-section {
	position: relative;
	padding: 50px 0 80px;
}
.inner-tasservice-singlepge-section h1 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 38px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 0 10px;
	margin: 0;
}
.inner-tasservice-singlepge-section p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasservice-singlepge-section p strong {
	font-weight: 400;
}
.inner-tasservice-singlepge-section .pt {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasservice-singlepge-section .rgtimg-clm {
	position: relative;
	width: 100%;
	margin-top:100px;
}
.inner-tasservice-singlepge-section .rgtimg-clm img {
	width: 100%;
	height: auto;
}
.inner-tasmore-servlink-section {
	position: relative;
	padding: 70px 0;
	background: url(../images/inn-more-servlink-bg.jpg) no-repeat;
	background-size: cover;
}
.inner-tasmore-servlink-section h3 {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 0 20px;
	margin: 0;
}
.inner-tasmore-servlink-section .innmore-links {
	width: 16%;
	float: left;
	text-align: center;
	transition: 0.3s;
}
.inner-tasmore-servlink-section h4 {
	font-family: 'Montserrat';
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}
.inner-tasmore-servlink-section h4 strong {
	display: block;
	font-family: 'Montserrat';
	font-weight: 600;
}
.inner-tasmore-servlink-section .innmore-links .icnbx {
	width: 160px;
	margin: 20px auto;
	position: relative;
	z-index: 2;
}
.inner-tasmore-servlink-section .innmore-links .icnbx img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: -webkit-transform 0.35s;
	transition: transform .35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	transition-timing-function: cubic-bezier(.12, .845, .305, 1);
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border: 5px solid #fff;
}
.inner-tasmore-servlink-section .innmore-links:hover img {
	-webkit-transform: translateX(-50%) translateY(-20px) rotate(8deg);
	transform: translateX(-50%) translateY(-20px) rotate(8deg);
}
.inner-tasmore-servlink-section a:hover {
	text-decoration: none;
}
.inner-tasservice-singlepgefirst-section {
	position: relative;
	padding: 50px 0 80px;
}
.inner-tasservice-singlepgefirst-section h3 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 0 20px;
	margin: 30px 0 0;
}
.inner-tasservice-singlepgefirst-section p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasservice-singlepgefirst-section .pt {
	font-family: 'Montserrat';
	color: #858585;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.inner-tasservice-singlepgefirst-section .lftimg-clm {
	position: relative;
	width: 100%;
	margin-top: 120px;
}
.inner-tasservice-singlepgefirst-section .lftimg-clm img {
	width: 100%;
	height: auto;
}
/**** CONTACT CSS ****/

.inner-tascontactmsg-enquiry-section {
	position: relative;
	padding: 70px 0;
}
.inner-tascontactmsg-enquiry-section h1 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 0 20px;
	margin: 0;
}
.inner-tascontactmsg-enquiry-section h4 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	padding: 0 0 20px;
	margin: 0;
}
.inner-tascontactmsg-enquiry-section .innform-detail {
	position: relative;
	padding: 20px 40px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}
.inner-tascontactmsg-enquiry-section .innform-detail input[type=text] {
	float: left;
	width:100%;
	font-family: 'Roboto';
	font-size: 15px;
	color: #272623;
	font-weight: normal;
	line-height: 22px;
	padding: 15px;
	margin: 0 0 15px 0;
	background: #fff;
	border-top: none;
	border-bottom: 1px solid #d2d5da;
	border-left: none;
	border-right: none;
}
.inner-tascontactmsg-enquiry-section .innform-detail input[type=text]::placeholder {
 color:#c0cdd2;
 font-weight:normal;
}
.inner-tascontactmsg-enquiry-section .innform-detail textarea {
	width: 98%;
	height: 130px;
	font-family: 'Roboto';
	font-size: 15px;
	color: #272623;
	font-weight: normal;
	line-height: 22px;
	padding: 15px;
	margin: 0 0 15px 0;
	background: #fff;
	border-top: none;
	border-bottom: 1px solid #d2d5da;
	border-left: none;
	border-right: none;
}
.inner-tascontactmsg-enquiry-section .innform-detail textarea::placeholder {
 color:#c0cdd2;
 font-weight:normal;
}
.inner-tascontactmsg-enquiry-section .innform-detail .sbmt {
	display: inline-block;
	font-family: 'Roboto';
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding: 7px 25px;
	margin: 0;
	background: #000;
	border-radius: 6px;
	border: none;
	outline: none;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn {
	text-align: center;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn h4 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	padding: 0 0 20px;
	margin: 0;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn1 {
	float: left;
    width: 250px;
	position:relative;
	background: url(https://webonlinecity.com/tasuaeweb/wp-content/uploads/2025/05/comments-bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	transition: 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn1::after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	border-radius: 10px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn1 a {
	    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    padding: 50px 20px;
    margin: 0;
    min-height: 165px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn1 a strong {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn2 {
	float: right;
    width: 250px;
	position:relative;
	background: url(https://webonlinecity.com/tasuaeweb/wp-content/uploads/2025/05/appointment-bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	transition: 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn2::after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	border-radius: 10px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn2 a {
	position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    padding: 34px 20px;
    margin: 0;
    min-height: 165px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn2 a strong {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn3 {
	float: left;
    width:100%;
	margin-top:12px;
	position:relative;
	background: url(https://webonlinecity.com/tasuaeweb/wp-content/uploads/2025/05/career-bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	transition: 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn3::after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	border-radius: 10px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn3 a {
	position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    padding: 50px 20px;
    margin: 0;
    min-height: 165px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn3 a strong {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn {
	display: block;
	margin: 25px 10%;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn a {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	text-decoration: none;
	background: #00aff0;
	margin: 0;
	padding: 20px;
	border-radius: 50px;
	xclip-path: polygon(0 0, 95% 0%, 100% 100%, 25% 100%, 5% 100%);
	transition: 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn a strong {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.inner-tascontactmsg-enquiry-section .innmesge-imgbtn .clickhere-btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}
.hmact-ourservice-cate-section a:hover {
	text-decoration: none;
}
.inner-tascontact-info-section {
	padding: 70px 0;
	background: url(../images/inn-contact-bg.jpg) no-repeat #e9f7fe;
	background-size: cover;
}
.inner-tascontact-info-section h3 {
	font-family: 'Montserrat';
	color: #000;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 0 20px;
	margin: 0;
}
.inner-tascontact-info-section .tasadrs-bx {
	width: 32%;
	float: left;
	border-radius: 0;
	padding: 25px 35px;
	background-image: linear-gradient(156deg, #4d4d4d 0%, #1a1a1a 82%);
	clip-path: polygon(0 0, 95% 0%, 100% 100%, 25% 100%, 5% 100%);
	min-height: 545px;
	margin: 10px 5px 0;
}
.inner-tascontact-info-section .tasadrs-bx h4 {
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.inner-tascontact-info-section .tasadrs-bx h4 a {
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-decoration:none;
	cursor:pointer;
}
.inner-tascontact-info-section .tasadrs-bx h4 a:hover {
	color: #4fcfff;
}
.inner-tascontact-info-section .tasadrs-bx ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.inner-tascontact-info-section .tasadrs-bx ul li {
	padding: 0 0 0 30px;
	margin: 15px 0 0;
	width: 100%;
	float: left;
}
.inner-tascontact-info-section .tasadrs-bx ul li strong {
	display: block;
	font-family: 'Montserrat';
	color: #4fcfff;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	padding: 0 0 5px;
}
.inner-tascontact-info-section .tasadrs-bx ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
	transition: 0.3s;
	text-decoration: none;
}
.inner-tascontact-info-section .tasadrs-bx ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.inner-tascontact-info-section .tasadrs-bx ul li.ad {
	min-height: 110px;
	background: url(../images/contact-adr.png) no-repeat 0 3px;
}
.inner-tascontact-info-section .tasadrs-bx ul li.ph {
	background: url(../images/contact-call.png) no-repeat 0 4px;
}
.inner-tascontact-info-section .tasadrs-bx ul li.em {
	background: url(../images/contact-eml.png) no-repeat 0 4px;
}
.inner-tascontact-info-section .tasadrs-bx ul li.fx {
	background: url(../images/contact-fax.png) no-repeat 0 4px;
}
.inner-tascontact-info-section .tasadrs-bx ul li.map {
    position: relative;
	width: 100%;
}
.inner-tascontact-info-section .tasadrs-bx .map iframe {
	width: 120%;
    height: 205px;
    border: none;
    float: left;
    position: absolute;
    padding-left: 0;
    left: -20px;
    bottom: -205px;
    right: 0;
}
.inner-tascontact-info-section .tasadrs-bx1 {
	width: 48%;
	float: left;
	padding: 25px 35px;
	background-image: linear-gradient(156deg, #4d4d4d 0%, #1a1a1a 82%);
	clip-path: polygon(0 0, 95% 0%, 100% 100%, 25% 100%, 5% 100%);
	min-height: 475px;
    margin: 0 0 20px;
}
.inner-tascontact-info-section .tasadrs-bx1 h4 {
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.inner-tascontact-info-section .tasadrs-bx1 h4 a {
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-decoration:none;
	cursor:pointer;
}
.inner-tascontact-info-section .tasadrs-bx1 h4 a:hover {
	color: #4fcfff;
}
.inner-tascontact-info-section .tasadrs-bx1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li {
	padding: 0 0 0 30px;
	margin: 15px 0 0;
	width: 50%;
	float: left;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li strong {
	display: block;
	font-family: 'Montserrat';
	color: #4fcfff;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	padding: 0 0 5px;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
	transition: 0.3s;
	text-decoration: none;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li.ad {
	min-height: 124px;
	background: url(../images/contact-adr.png) no-repeat 0 3px;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li.ph {
	background: url(../images/contact-call.png) no-repeat 0 4px;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li.em {
	background: url(../images/contact-eml.png) no-repeat 0 4px;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li.fx {
	background: url(../images/contact-fax.png) no-repeat 0 4px;
}
.inner-tascontact-info-section .tasadrs-bx1 ul li.map {
    position: relative;
	width: 100%;
}
.inner-tascontact-info-section .tasadrs-bx1 .map iframe {
	width: 120%;
    height: 205px;
    border: none;
    float: left;
    position: absolute;
    padding-left: 0;
    left: -20px;
    bottom: -205px;
    right: 0;
}
.inner-tascarrerpage-enqry-section {
    position: relative;
    padding: 70px 0;
}
.inner-tascarrerpage-enqry-section h1 {
    font-family: 'Montserrat';
    color: #000;
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 0 20px;
    margin: 0;
}
.inner-tascarrerpage-enqry-section h5 {
	display:block;
    font-family: 'Montserrat';
    color: #858585;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	text-align:center;
    padding: 10px 20%;
    margin: 0 0 30px;
}
.inner-tascarrerpage-enqry-section .innenqry-form {
    position: relative;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}
.inner-tascarrerpage-enqry-section .innenqry-form input[type=text] {
    float: left;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #272623;
    font-weight: normal;
    line-height: 13px;
    padding: 14px 15px 14px;
    margin: 8px 0;
    background: #fff;
    border: 1px solid #d2d5da;
	border-radius: 5px;
    width: 100%;
}
.inner-tascarrerpage-enqry-section .innenqry-form input[type=text]::placeholder {
 	color:#c0cdd2;
	font-weight:normal;
}
.inner-tascarrerpage-enqry-section .innenqry-form input[type=email] {
    float: left;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #272623;
    font-weight: normal;
    line-height: 13px;
    padding: 14px 15px 14px;
    margin: 8px 0;
    background: #fff;
    border: 1px solid #d2d5da;
	border-radius: 5px;
    width: 100%;
}
.inner-tascarrerpage-enqry-section .innenqry-form input[type=email]::placeholder {
 	color:#c0cdd2;
	font-weight:normal;
}
.inner-tascarrerpage-enqry-section .innenqry-form textarea {
	width:100%;
	height:110px;
	font-family: 'Montserrat';
	font-size:15px;
	color:#272623;
	font-weight:normal;
	line-height:22px;
	padding:15px;
	margin:15px 0;
	background:#fff;
	border:1px solid #d2d5da;
	border-radius: 5px;
}
.inner-tascarrerpage-enqry-section .innenqry-form  label {
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
}
.inner-tascarrerpage-enqry-section .innenqry-form textarea::placeholder {
 	color:#c0cdd2;
	font-weight:normal;
}
.inner-tascarrerpage-enqry-section .innenqry-form .sbmt {
	display: inline-block;
	font-family: 'Montserrat';
	font-size:16px;
	color: #fff;
	font-weight:bold;
	line-height:30px;
	padding: 10px 30px;
	margin:15px 0;
	background: #000;
	border-radius:6px;
	border: none;
	outline: none;
}