@charset "utf-8";
/* CSS Document */



html,
body {
	font-family: 'Expletus Sans', Arial, Helvetica, sans-serif;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 23px 17px #0000000F;
	z-index: 999;
}

.header-tp {
	background: transparent linear-gradient(270deg, #1B8B8C 0%, #69D1D2 100%) 0% 0% no-repeat padding-box;
	padding: 3px 0px 0px 0px;
}

.tp-txt {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 23px;
}

.tp-scl {
	text-align: right;
}

.tp-scl ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tp-scl li {
	list-style: none;
	margin: 0px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
}

.header-mn {
	padding: 0px;
}

.header-mn .navbar {
	padding: 0px;
}

.header-mn .navbar-brand {
	padding: 7px 0px;
}

.header-mn .navbar-brand img {
	height: 60px;
}

.header-mn .navbar-expand-xl .navbar-collapse {
	display: block !important;
}

.header-mn .d-xl-flex {
	float: right;
}

/* navigation bar */
.header-mn .navbar-light .navbar-nav .active {
	position: relative;
}

.header-mn .navbar-light .navbar-nav .active:after {
	position: absolute;
	content: "";
	background: #051031;
	height: 4px;
	width: 16px;
	left: 50%;
	bottom: 14px;
	border-radius: 43px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#link-1\ active {
	position: relative;
}

#link-1\ active a:before {
	position: absolute;
	content: "";
	background: #051031;
	height: 4px;
	width: 20%;
	left: 40%;
	bottom: 14px;
	border-radius: 43px;
}

.header-mn .navbar-light .navbar-nav .nav-link {
	font-weight: 600;
	color: #1F2F5A;
	font-size: 14px;
	padding: 28px 0px 25px 0px;
	margin: 0px 30px;
}

.header-mn .navbar-light .navbar-nav .nav-search {
	padding: 25px 0px;
	margin: 0px 7px 0px 50px;
	display: block;
}

/* end of navigation bar */
/*mega menu*/
.dropdown-hover {
	float: left;
	overflow: hidden;
}

.dropdown-hover-content {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	border-top: 3px solid transparent;
	padding: 50px 30px 50px 50px;
	z-index: 5;
	background: transparent linear-gradient(180deg, #F4F5F8 0%, #CFCFCF 100%) 0% 0% no-repeat;
}

.dropdown-hover-content .row {
	width: 100%;
}

.dropdown-hover-content a.dropdown-item {
	font-size: 14px;
	white-space: normal;
}

.dropdown-hover:hover .dropdown-hover-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#link-1.dropdown-hover:hover {}

/*end of mega menu*/
.subtabs {}

.subtabs .nav-tabs {
	border-bottom: 0;
	width: 100%;
}

.subtabs .nav {
	display: block;
}

.subtabs .nav-tabs .nav-link {
	background-color: transparent;
	border-color: transparent;
	margin: 15px 0px 15px 0px !important;
	background: transparent linear-gradient(267deg, #1B8B8C 0%, #69D1D2 100%) 0% 0% no-repeat padding-box;
	position: relative;
	padding: 16px 70px 12px 30px !important;
	text-transform: uppercase;
	font-size: 16px !important;
	color: #FFF !important;
	opacity: 0.43;
	border-radius: 0;
	display: inline-block;
}

.subtabs .nav-tabs .nav-link.active {
	background-color: transparent;
	border-color: transparent;
	margin: 0;
	border-radius: 0;
	background: transparent linear-gradient(266deg, #1B8B8C 0%, #69D1D2 100%) 0% 0% no-repeat padding-box;
	position: relative;
	padding: 25px 70px 25px 30px;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF !important;
	opacity: 1;
}

.subtabs .nav-tabs .nav-link.active:after {
	display: none !important;
}

.subtabs .nav-tabs .nav-link i {
	position: absolute;
	right: 34px;
	top: 50%;
	font-size: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.subtabs-cnt {
	position: relative;
}

.subtabs-cnt .tab-content>.active:after {
	display: none;
}

.mnmenu-cnt {
	display: flex;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	margin: auto;
}

.mnmenu-bx {
	flex: 0 0 48%;
	height: 100%;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

.mnmenu-item {
	position: relative;
	border: 1px solid rgba(5, 16, 49, 0.3);
	width: 300px;
	margin: 0px auto 45px auto;
}

.mnitem-lft {
	position: relative;
	float: left;
	width: 40%;
	background-size: cover;
	background-position: center center;
	min-height: 120px;
}

.mnmenu-item img {
	position: absolute;
	height: 120px;
	top: 21px;
	left: 0px;
}

.mnitem-rgt {
	float: right;
	width: 60%;
	padding: 15px 7px 7px 15px;
	min-height: 120px;
}

.mnitem-rgt h3 {
	color: #051031;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.mnitem-rgt p {
	color: #051031;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
}

.side-btn {
	position: absolute;
	top: 83%;
	width: 45px;
	height: 45px;
}

.lft {
	left: -140px;
	text-align: left;
	bottom: 0;
}

.rgt {
	left: -81px;
	text-align: right;
	bottom: 0;
}

a#lft-btn img {
	width: 45px;
	cursor: pointer;
}

a#rgt-btn img {
	width: 45px;
	cursor: pointer;
}

a#lft-btn2 img {
	width: 45px;
	cursor: pointer;
}

a#rgt-btn2 img {
	width: 45px;
	cursor: pointer;
}

#mn-search {}

#mn-search a i {
	color: #BC272C;
	font-size: 18px;
}

.search-drop {
	display: none;
	position: absolute;
	right: 0;
	top: 75px;
	width: 340px;
}

.search-drop form {
	width: 100% !important;
}

.search-drop input[type=text] {
	padding: 12px;
	font-size: 16px;
	border: none;
	width: 90%;
}

.search-drop input[type=text]:focus {
	outline: 0;
}

.search-drop button {
	float: right;
	padding: 16px 10px;
	background: #4CB7B8;
	font-size: 16px;
	border: none;
	cursor: pointer;
	width: 10%;
}

.search-drop button i {
	color: #FFF;
}

.search-drop button:hover {
	background: #4CB7B8;
}

#banner {
	height: 92vh;
	margin-top: 0px;
	position: relative;
}

.banner-lft {
	float: left;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.banner-lft:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	background: transparent linear-gradient(180deg, #1B8B8C 0%, #46494F 100%) 0% 0% no-repeat padding-box;
}

.banner-rgt {
	float: right;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.banner-rgt:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	background: transparent linear-gradient(180deg, #1B8B8C 0%, #46494F 100%) 0% 0% no-repeat padding-box;
}

.clr {
	clear: both;
}

.banner-txt {
	position: absolute;
	width: 50%;
	text-align: center;
	color: #FFF;
	z-index: 3;
	bottom: 30px;
	left: 25%;
	/* -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);*/
	background: rgba(0, 0, 0, 0.7);
	padding: 16px 30px;
}

.banner-txt h1 {
	text-transform: uppercase;
	font-weight: bold;
}

.banner-txt p {
	font-weight: normal;
	font-size: 16px;
}

#hm-prds {
	margin: auto;
	padding: 0px 0px 120px 0px;
	width: 100%;
}

/*#hm-prds .nav-tabs{ border-bottom:0; background:url(../images/hm-prd-back.jpg) left top; background-size:cover;}*/
#hm-prds .nav-tabs {
	border-bottom: 0;
	background: #297277;
}

#hm-prds .nav-tabs .nav-link {
	border: 0;
	width: 50%;
	border-radius: 0;
	color: #FFF;
	padding: 16px 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

#hm-prds .nav-tabs .nav-link:hover {
	background-color: #051031;
}

#hm-prds .nav-tabs .nav-link.active {
	background-color: #051031;
}

#ground {
	margin-left: 5%;
	margin-right: 5%;
}

#ground .slick-prev {
	left: -45px;
	z-index: 9;
}

#ground .slick-next {
	right: -45px;
	z-index: 9;
}

#ground .slick-prev,
#ground .slick-next {
	background: rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

#ground .slick-prev:before,
#ground .slick-next:before {
	color: transparent;
	background-size: 9px !important;
}

#ground .slick-prev:before {
	background: url(../images/left.png) center center no-repeat;
}

#ground .slick-next:before {
	background: url(../images/right.png) center center no-repeat;
}

#material {
	margin-left: 5%;
	margin-right: 5%;
}

#material .slick-prev {
	left: -45px;
	z-index: 9;
}

#material .slick-next {
	right: -45px;
	z-index: 9;
}

#material .slick-prev,
#material .slick-next {
	background: rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

#material .slick-prev:before,
#material .slick-next:before {
	color: transparent;
	background-size: 9px !important;
}

#material .slick-prev:before {
	background: url(../images/left.png) center center no-repeat;
}

#material .slick-next:before {
	background: url(../images/right.png) center center no-repeat;
}

.ground-cnt {
	width: 100%;
}

.material-cnt {
	width: 100%;
}

.ground-item {
	border: 1px solid rgba(157, 157, 157, 0.5);
	margin: 50px 9px 50px 9px;
	text-align: center;
}

.ground-item a {
	text-decoration: none;
}

.ground-txt {
	text-align: center;
	padding: 30px;
}

.ground-txt img {
	display: block;
	margin: auto;
	text-align: center;
	max-width: 160px;
}

.ground-txt h3 {
	color: #051031;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	margin: 21px 0px 12px 0px;
	min-height: 50px;
}

.ground-txt p {
	color: #0B0B0C;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	min-height: 32px;
}

.ground-txt a {
	text-decoration: none;
	color: #051031;
}

.custom-btn {
	padding: 12px 25px;
	font-weight: 500;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	width: 160px !important;
	font-size: 14px;
}

.btn-5 {
	height: 43px;
	line-height: 43px;
	padding: 0;
	border: 1px solid rgba(76, 183, 184, 0.3);
}

.btn-5 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.btn-5:before,
.btn-5:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #4CB7B8;
	transition: all 0.3s ease;
}

.btn-5:before {
	height: 50%;
	width: 1px;
}

.btn-5:after {
	width: 20%;
	height: 1px;
}

.btn-5:hover:before {
	height: 100%;
}

.btn-5:hover:after {
	width: 100%;
}

.btn-5 span:before,
.btn-5 span:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #4CB7B8;
	transition: all 0.3s ease;
}

.btn-5 span:before {
	width: 1px;
	height: 50%;
}

.btn-5 span:after {
	width: 20%;
	height: 1px;
}

.btn-5 span:hover:before {
	height: 100%;
}

.btn-5 span:hover:after {
	width: 100%;
}

#hm-journey {
	background-color: #F4F5F8;
	padding: 70px 0px 0px 0px;
	height: 100vh;
}

.hm-journey-hd {
	text-align: left;
}

.hm-journey-hd h1 {
	color: #051031;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 25px;
}

.hm-journey {
	background: url(../images/journey-back.jpg) center center no-repeat;
	background-size: cover;
	padding: 90px 0px;
	height: 100%;
}

.hm-journey .slick-dots {
	bottom: auto;
	width: auto;
	right: -5.55%;
	top: -148px;
	background: #1B8B8C;
	padding: 16px 20px;
}

.hm-journey .slick-dots li button:before {
	color: #FFF;
	opacity: 1;
}

.hm-journey li.slick-active {
	background-color: #FFF;
	border-radius: 50%;
}

.hm-journey .slick-prev {
	z-index: 9;
	left: -45px;
}

.hm-journey .slick-next {
	right: -45px;
	z-index: 9;
}

.hm-journey .slick-prev,
.hm-journey .slick-next {
	width: 45px;
	height: 45px;
}

.hm-journey .slick-prev:before,
.hm-journey .slick-next:before {
	color: transparent;
	background-size: 15px !important;
}

.hm-journey .slick-prev:before {
	background: url(../images/left-white.png) center center no-repeat;
}

.hm-journey .slick-next:before {
	background: url(../images/right-white.png) center center no-repeat;
}

.hm-journey .slick-prev:hover,
.hm-journey .slick-prev:focus,
.hm-journey .slick-next:hover,
.hm-journey .slick-next:focus {}

.hm-journey .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.journey-cnt {
	width: 90%;
	margin: 0% 5% 0% 5%;
}

.journey-item {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.journey-bx1 {
	position: relative;
	min-height: 340px;
}

.journey-bx1 img {
	position: absolute;
	left: 0;
	top: 48%;
	width: 16px;
	z-index: 3;
}

.journey-bx1:before {
	position: absolute;
	content: "";
	left: 7px;
	top: 50%;
	width: 1px;
	height: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.journey-bx1:after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.journey-txt1 {
	position: absolute;
	color: #FFF;
	width: 90%;
	top: 59%;
	left: 10%;
}

.journey-txt1 h3 {
	font-weight: bold;
	font-size: 21px;
	margin: 0px 0px 12px 0px;
}

.journey-txt1 p {
	font-size: 13px;
	line-height: 21px;
}

.journey-bx2 {
	position: relative;
	min-height: 340px;
}

.journey-bx2 img {
	position: absolute;
	left: 0;
	top: 48%;
	width: 16px;
	z-index: 3;
}

.journey-bx2:before {
	position: absolute;
	content: "";
	left: 7px;
	top: 0;
	width: 1px;
	height: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.journey-bx2:after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.journey-txt2 {
	position: absolute;
	color: #FFF;
	width: 90%;
	bottom: 50%;
	left: 10%;
}

.journey-txt2 h3 {
	font-weight: bold;
	font-size: 21px;
	margin: 12px 0px 25px 0px;
}

.journey-txt2 p {
	font-size: 13px;
	line-height: 21px;
}

.journey-bx3 {
	position: relative;
	min-height: 340px;
}

.journey-bx3 img {
	position: absolute;
	left: 0;
	top: 48%;
	width: 16px;
	z-index: 3;
}

.journey-bx3:before {
	position: absolute;
	content: "";
	left: 7px;
	top: 0;
	width: 1px;
	height: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.journey-txt3 {
	position: absolute;
	color: #FFF;
	width: 90%;
	bottom: 50%;
	left: 10%;
}

.journey-txt3 h3 {
	font-weight: bold;
	font-size: 21px;
	margin: 12px 0px 25px 0px;
}

.journey-txt3 p {
	font-size: 13px;
	line-height: 21px;
}

#values {
	background: url(../images/values-back.jpg) #000;
	height: 100vh;
	padding: 90px 0px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

#values:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.values-hd {
	text-align: left;
	position: relative;
}

.values-hd h1 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 25px;
}

.values-bx1 {
	margin: 15px auto 15px auto;
	width: 75%;
	display: inline-block;
	text-align: center;
	padding: 0px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	min-height: 160px;
}

.values-bx1 span {
	width: 70px;
	height: 70px;
	margin: 21px auto;
	background: url(../images/values1.png);
	display: block;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	background-size: 70px;
}

.values-bx1:hover span {
	background: url(../images/values1-hvr.png);
	background-size: 70px;
}

.values-bx1 p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	padding-top: 0;
	margin-bottom: 16px;
	min-height: 41px;
}

.values-bx2 {
	margin: 15px auto 15px auto;
	width: 75%;
	display: inline-block;
	text-align: center;
	padding: 0px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	min-height: 160px;
}

.values-bx2 span {
	width: 70px;
	height: 70px;
	margin: 21px auto;
	background: url(../images/values2.png);
	display: block;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	background-size: 70px;
	position: relative;
}

.values-bx2:hover span {
	background: url(../images/values2-hvr.png);
	background-size: 70px;
}

.values-bx2 p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	padding-top: 0;
	margin-bottom: 16px;
	min-height: 41px;
}

.values-bx3 {
	margin: 15px auto 15px auto;
	width: 75%;
	display: inline-block;
	text-align: center;
	padding: 0px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	min-height: 160px;
}

.values-bx3 span {
	width: 70px;
	height: 70px;
	margin: 21px auto;
	background: url(../images/values3.png);
	display: block;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	background-size: 70px;
}

.values-bx3:hover span {
	background: url(../images/values3-hvr.png);
	background-size: 70px;
}

.values-bx3 p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	padding-top: 0;
	margin-bottom: 16px;
	min-height: 41px;
}

.values-bx4 {
	margin: 15px auto 15px auto;
	width: 75%;
	display: inline-block;
	text-align: center;
	padding: 0px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	min-height: 160px;
}

.values-bx4 span {
	width: 70px;
	height: 70px;
	margin: 21px auto;
	background: url(../images/values4.png);
	display: block;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	background-size: 70px;
}

.values-bx4:hover span {
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}

.values-bx4 p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	padding-top: 0;
	min-height: 41px;
	width: 90%;
	margin: 0px auto 16px auto;
}

.values-bx5 {
	margin: 15px auto 15px auto;
	width: 75%;
	display: inline-block;
	text-align: center;
	padding: 0px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	min-height: 160px;
}

.values-bx5 span {
	width: 70px;
	height: 70px;
	margin: 21px auto;
	background: url(../images/values5.png);
	display: block;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	background-size: 70px;
}

.values-bx5:hover span {
	background: url(../images/values5-hvr.png);
	background-size: 70px;
}

.values-bx5 p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	padding-top: 0;
	margin-bottom: 16px;
	min-height: 41px;
}

.values-bx6 {
	margin: 15px auto 15px auto;
	width: 75%;
	display: inline-block;
	text-align: center;
	padding: 0px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	min-height: 160px;
}

.values-bx6 span {
	width: 70px;
	height: 70px;
	margin: 21px auto;
	background: url(../images/values6.png);
	display: block;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	background-size: 70px;
}

.values-bx6:hover span {
	background: url(../images/values6-hvr.png);
	background-size: 70px;
}

.values-bx6 p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	padding-top: 0;
	min-height: 41px;
	width: 90%;
	margin: 0px auto 16px auto;
}

#latest {
	margin: auto;
	width: 100%;
	padding: 90px 0px 90px 0px;
}

.latest-hd {
	text-align: left;
}

.latest-hd h1 {
	color: #051031;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 25px;
}

.latest-cnt {
	width: 100%;
}

.latest-item {
	width: 100%;
	margin: 12px;
	padding: 0px;
	box-shadow: 0px 0px 5px 2px #00000010;
	-webkit-box-shadow: 0px 0px 5px 2px #00000010;
	-moz-box-shadow: 0px 0px 5px 2px #00000010;
}

.latest-item img {
	width: 100%;
}

.latest-item h3 {
	color: #000000;
	font-weight: bold;
	padding: 21px 15px 0px 15px;
	margin: 0;
	font-size: 16px;
}

.latest-item p {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	padding: 12px 15px;
	line-height: 25px;
}

.latest-item a {
	text-decoration: none;
}

#latest .slick-prev {
	left: -40px;
	z-index: 9;
}

#latest .slick-next {
	right: -40px;
	z-index: 9;
}

#latest .slick-prev,
#latest .slick-next {
	width: 40px;
	height: 40px;
}

#latest .slick-prev:before,
#latest .slick-next:before {
	color: transparent;
	background-size: 9px !important;
}

#latest .slick-prev:before {
	background: url(../images/left.png) center center no-repeat;
}

#latest .slick-next:before {
	background: url(../images/right.png) center center no-repeat;
}

#clients {
	position: relative;
	margin: auto;
	width: 100%;
	padding: 90px 0px 90px 0px;
	background: transparent linear-gradient(74deg, #F4F5F8 0%, #CFCFCF 100%) 0% 0% no-repeat padding-box;
}

#clients:before {
	position: absolute;
	content: "CLIENTS";
	right: 0;
	top: 120px;
	color: #000;
	font-size: 70px;
	opacity: 0.1;
}

.clients-hd {
	text-align: left;
}

.clients-hd h1 {
	color: #051031;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 25px;
}

.clients-hd p {
	color: #051031;
	width: 57%;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
}

.clients-cnt {
	width: 100%;
	padding-bottom: 30px;
}

.clients-item {
	width: 100%;
	margin: 30px 15px;
	padding: 0px;
}

.clients-item img {
	width: 100%;
	max-width: 180px;
}

#clients .slick-prev {
	left: -50px;
	z-index: 9;
}

#clients .slick-next {
	right: -50px;
	z-index: 9;
}

#clients .slick-prev,
#clients .slick-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent linear-gradient(180deg, #1B8B8C 0%, #69D1D2 100%) 0% 0% no-repeat padding-box;
	opacity: 0.3;
}

#clients .slick-prev:before,
#clients .slick-next:before {
	color: transparent;
	background-size: 9px !important;
}

#clients .slick-prev:before {
	background: url(../images/left-white.png) center center no-repeat;
}

#clients .slick-next:before {
	background: url(../images/right-white.png) center center no-repeat;
}

#side-mn {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
}

#side-mn .navbar-toggler {
	outline: 0;
	position: absolute;
	bottom: 15px;
	margin-left: 0;
	background: #BC272C;
	border-radius: 0;
	padding: 23px 15px;
	width: 50px;
	height: 50px;
}

#side-mn .navbar-toggler:focus,
#side-mn .navbar-toggler:active {
	outline: 0;
	position: absolute;
	bottom: 15px;
	background: #BC272C;
	border-radius: 0;
	padding: 23px 15px;
	width: 50px;
	height: 50px;
}

#side-mn .navbar-collapse {
	top: -75px;
	position: relative;
}

#side-mn .navbar-toggler span:nth-child(1) {
	display: block;
	background-color: #FFF;
	height: 3px;
	width: 19px;
	margin-top: 0;
	margin-bottom: 0;
	left: 0;
	opacity: 1;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#side-mn .navbar-toggler span:nth-child(2) {
	display: block;
	background-color: #FFF;
	height: 3px;
	width: 19px;
	margin-top: 0;
	margin-bottom: 0;
	left: 0;
	top: -2px;
	opacity: 1;
	position: relative;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#side-mn .navbar-toggler span:nth-child(1),
#side-mn .navbar-toggler span:nth-child(2) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}

#side-mn .navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 14px;
	top: 23px;
	opacity: 1;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#side-mn .navbar-toggler:not(.collapsed) span:nth-child(2) {
	position: absolute;
	left: 14px;
	top: 23px;
	opacity: 1;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#side-mn .navbar-nav {
	background-color: #FFF;
	padding: 3px 30px 3px 21px;
	border-radius: 0;
	box-shadow: -4px 4px 10px #00000029;
}

#side-mn .navbar-nav .nav-link {
	color: #1F2E5A;
	font-weight: normal;
	font-size: 14px;
}

#side-mn .navbar-nav .nav-link i {
	margin-right: 7px;
}

#Enquiry .modal-dialog {
	max-width: 900px;
}

#Enquiry .modal-content {
	padding: 30px 40px;
}

#Enquiry button.close {
	position: absolute;
	right: 50px;
	top: 25px;
}

.enquiry-hd {
	text-align: left;
}

.enquiry-hd h1 {
	color: #1A1818;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	margin: 12px 0px 16px 0px;
}

.enquiry-bx {
	width: 100%;
}

.enquiry-bx select {
	background: url(../images/down.png) no-repeat;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background-position: right 12px center;
	background-size: 12px;
}

.enquiry-fld {
	border: 1px solid rgba(5, 16, 49, 0.3);
	width: 100%;
	padding: 9px 12px;
	font-size: 14px;
	color: #1A1818;
	margin: 16px 0px 5px 0px;
}

.enquiry-fld:focus {
	outline: 0;
}

.enquiry-btn {
	text-align: right;
}

.enquiry-btn a {
	text-decoration: none;
	color: #051031;
	text-align: center;
	margin: 16px 0px;
	font-weight: bold;
}

#sub-banner {
	margin: auto;
	margin-top: 0px;
}

#sub-slider {
	margin: auto;
	width: 100%;
}

#sub-slider .container {
	position: relative;
	height: 100%;
	width: 100%;
	margin: auto;
}

.carousel-item {
	width: 100%;
}

.about-banner {
	position: relative;
	height: 100%;
	width: 100%;
	margin: auto;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.about-banner:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
	background: transparent linear-gradient(180deg, #1B8B8C 0%, #46494F 100%) 0% 0% no-repeat padding-box;
}

.about-banner-txt {
	width: 50%;
	text-align: left;
	left: 0;
	bottom: 0;
	color: #FFF;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	padding: 16px 30px;
	margin-bottom: 20px;
}

.about-banner-txt h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.about-banner-txt p {
	font-size: 15px;
	line-height: 25px;
}

#sub-slider .carousel-control-next,
#sub-slider .carousel-control-prev {
	width: 30px;
	display: block;
	top: 66%;
}

#about1 {
	position: relative;
	margin: auto;
	width: 100%;
	padding: 90px 0px;
}

.about1-txt {
	text-align: center;
	width: 75%;
	margin: auto;
}

.about1-txt h2 {
	color: #000000;
	margin-bottom: 25px;
}

.about1-txt p {
	color: #2C2D2E;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
}

#about2 {
	position: relative;
	background-color: #FBFBFB;
	padding: 90px 0px;
}

.about2-hd {
	text-align: left;
	width: 90%;
	margin: auto;
}

.about2-hd h1 {
	color: #051031;
	font-weight: bold;
	margin-bottom: 21px;
	text-transform: uppercase;
	font-size: 34px;
}

.about2-hd p {
	width: 70%;
	color: #051031;
	font-size: 14px;
	line-height: 25px;
}

#about2-cnt {
	margin: auto;
	width: 90%;
	padding: 30px 0px 0px 0px;
}

.about2-bx {
	width: 100%;
	min-height: 380px;
}

.about2-bx-lft {
	width: 40%;
	float: left;
}

.about2-bx-rgt {
	width: 55%;
	float: right;
}

#about2-cnt .nav-tabs {
	border-bottom: 0;
	position: relative;
}

#about2-cnt .tab-content {
	background: url(../images/vision-back.jpg);
	background-size: cover;
	background-position: 50% 50%;
	height: 360px;
	box-shadow: 0px 3px 36px #00000029;
}

#about2-cnt .nav-tabs .nav-link {
	border: 1px solid rgba(27, 139, 140, 0.3);
	box-shadow: 0px 3px 26px #00000012;
	border-radius: 0;
	background-color: #FFF;
	margin-bottom: 1px;
	padding: 50px 30px 30px 30px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	transition: all ease-in-out 0.3s;
}

#about2-cnt .nav-tabs .nav-link img {
	display: block;
	width: 50px;
	margin: auto;
	padding-bottom: 12px;
}

a#mission-tab {
	width: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 180px;
}

a#mission-tab.nav-item.nav-link.active {
	height: 210px;
	z-index: 3;
	color: #1B8B8C;
	background: transparent linear-gradient(180deg, #F4F5F8 0%, #CFCFCF 100%) 0% 0% no-repeat padding-box;
}

a#vision-tab {
	width: 50%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	height: 180px;
}

a#vision-tab.nav-item.nav-link.active {
	height: 210px;
	z-index: 3;
	color: #1B8B8C;
	background: transparent linear-gradient(180deg, #F4F5F8 0%, #CFCFCF 100%) 0% 0% no-repeat padding-box;
}

a#value-tab {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 180px;
	height: 180px;
}

a#value-tab.nav-item.nav-link.active {
	height: 210px;
	z-index: 3;
	top: 150px;
	color: #1B8B8C;
	background: transparent linear-gradient(240deg, #F4F5F8 0%, #CFCFCF 100%) 0% 0% no-repeat padding-box;
}

#about2-cnt .tab-content>.active {
	position: relative;
	height: 100%;
}

#about2-cnt .mission-txt {
	position: absolute;
	top: 50%;
	left: 7%;
	width: 86%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: #FFF;
}

#about2-cnt .mission-txt h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}

#about2-cnt .mission-txt p {
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
}


#about3 {
	position: relative;
	background-color: #FBFBFB;
	padding: 50px 0px 90px 0px;
}

.about3-hd {
	text-align: left;
}

.about3-hd h1 {
	color: #051031;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 34px;
}

.about3-txt {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	width: 95%;
}

.about3-txt p {
	color: #000000;
}

.about3-txt span {
	color: #434040;
}

.about-certi {
	text-transform: uppercase;
	color: #434040;
	text-align: left;
	font-size: 14px;
	padding-top: 30px;
}

.about-certi a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #4CB7B8;
	border: 1px solid #4CB7B8;
	padding: 12px 30px 7px 34px;
	margin: 0px 0px 0px 16px;
	font-size: 12px;
}

.about-certi a img {
	position: absolute;
	left: 0;
	top: 4px;
	width: 30px;
}

.about3-img {
	width: 100%;
}

.about3-img img {
	width: 100%;
}

#about4 {
	position: relative;
	margin: auto;
	width: 100%;
	padding: 90px 0px;
}

.about4-hd {
	text-align: left;
}

.about4-hd h1 {
	color: #051031;
	font-weight: bold;
	margin-bottom: 21px;
	text-transform: uppercase;
	font-size: 34px;
}

#infra-bx {}

.infra-cnt {
	width: 100%;
}

.infra-item {
	margin: 30px 15px;
}

.infra-item img {
	width: 100%;
}

#infra-bx .slick-prev {
	left: 10px;
	z-index: 9;
}

#infra-bx .slick-next {
	right: 10px;
	z-index: 9;
}

#infra-bx .slick-prev,
#infra-bx .slick-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent linear-gradient(180deg, #1B8B8C 0%, #69D1D2 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

#infra-bx .slick-prev:before,
#infra-bx .slick-next:before {
	color: transparent;
	background-size: 9px !important;
}

#infra-bx .slick-prev:before {
	background: url(../images/left-white.png) center center no-repeat;
}

#infra-bx .slick-next:before {
	background: url(../images/right-white.png) center center no-repeat;
}

#prd-banner {
	height: 92vh;
	margin-top: 0px;
	position: relative;
}

.prd-banner {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.prd-banner:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
	background: transparent linear-gradient(180deg, #1B8B8C 0%, #46494F 100%) 0% 0% no-repeat padding-box;
}

.prd-banner .container {
	position: relative;
	height: 100%;
	width: 100%;
	margin: auto;
}

.prd-txt {
	width: 50%;
	text-align: left;
	left: 0;
	bottom: 0;
	color: #FFF;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	padding: 16px 30px;
	margin-bottom: 20px;
}

.prd-txt h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.prd-txt p {
	font-size: 15px;
	line-height: 25px;
}

#product-banner {
	margin: auto;
	width: 100%;
	position: relative;
	margin-top: 101px;
	padding-bottom: 30px;
}

#product-slider {}

#product-slider {
	position: relative;
	padding: 30px 0px;
}

.carousel-item:after {
	position: absolute;
	content: "";
	left: 0;
	top: 300px;
	width: 96%;
	height: 70px;
	z-index: -1;
	background: transparent linear-gradient(89deg, #E9E9E9 0%, #CFCFCF 100%) 0% 0% no-repeat padding-box;
}

.prd-banner-img {}

.prd-banner-img img {
	width: 100%;
}

.prd-banner-txt {
	color: #051031;
	margin-top: 125px;
}

.prd-banner-txt h1 {
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	margin: 12px 0px;
	min-height: 96px;
}

.prd-banner-txt h2 {
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.prd-banner-txt h3 {
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	margin-top: 7px;
}

.prd-banner-dtls {
	width: 100%;
	padding-top: 30px;
}

.prd-banner-lft {
	float: left;
	width: 34%;
	position: relative;
	text-transform: uppercase;
	padding: 13px 0px 12px 50px;
	font-size: 18px;
	font-weight: bold;
}

.prd-banner-lft img {
	position: absolute;
	height: 35px;
	left: 0;
	top: 6px;
}

.prd-banner-rgt {
	float: left;
	width: 30%;
	position: relative;
	text-transform: uppercase;
	padding: 18px 0px 12px 34px;
	font-size: 18px;
	font-weight: bold;
}

.prd-banner-rgt img {
	position: absolute;
	height: 35px;
	left: 0;
	top: 14px;
}

#product-slider .carousel-control-prev-icon {
	background-image: url(../images/prev.png);
	background-size: 50px;
}

#product-slider .carousel-control-next-icon {
	background-image: url(../images/next.png);
	background-size: 50px;
}

#product-slider .carousel-control-next-icon,
#product-slider .carousel-control-prev-icon {
	width: 50px;
	height: 50px;
}

#product-slider .carousel-control-next,
#product-slider .carousel-control-prev {
	top: auto;
	bottom: 20px;
	width: 50px;
}

#product-slider .carousel-control-prev {
	left: 81%;
}

#product-slider .carousel-control-next {
	right: 10%;
}

#product-dtls1 {
	margin: auto;
	width: 100%;
	padding: 20px 0px 0px 0px;
}

.product-dtls-hd {
	text-align: left;
}

.product-dtls-hd h1 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #051031;
}

.product-dtls1-bx {
	background: #FFFFFF;
	box-shadow: 0px 3px 37px #0000000A;
	padding: 45px;
	width: 84%;
	border: 1px solid rgba(112, 112, 112, 0.3);
	border-radius: 7px;
}

.product-dtls1-bx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-dtls1-bx li {
	list-style: none;
	margin: 3px 0px 3px 0px;
	padding: 7px 0px 7px 30px;
	position: relative;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	display: block;
}

.product-dtls1-bx li img {
	position: absolute;
	left: 0;
	top: 9px;
	width: 16px;
	opacity: 0.7;
}

.product-dtls1-bx a {
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-top: 34px;
	color: #051031;
}

.product-dtls1-txt {
	color: #000000;
	font-size: 14px;
	line-height: 25px;
}

#product-dtls2 {
	background-color: #FCFCFC;
	margin: auto;
	width: 100%;
	padding: 90px 0px;
}

#prd-features {
	margin: auto;
	width: 84%;
}

#prd-features .nav-tabs {
	border-bottom: 1px solid rgba(134, 134, 134, 0.3);
}

#prd-features .nav-tabs .nav-link {
	border: 0;
	margin-bottom: 0;
	color: #A7A7A7;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	padding: 21px 0px;
}

#prd-features .nav-tabs .nav-link img {
	width: 30px;
	text-align: center;
	display: block;
	margin: 0px auto 16px auto;
	filter: grayscale(100%);
	opacity: 0.3;
}

#prd-features .nav-tabs .nav-link.active {
	background-color: transparent;
	color: #051031 !important;
	font-weight: bold !important;
	position: relative;
}

#prd-features .nav-tabs .nav-link.active img {
	filter: grayscale(0%);
	opacity: 1;
}

#prd-features .nav-tabs .nav-link.active:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 12px;
	width: 16px;
	height: 4px;
	background: #BC272C;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	border-radius: 34px;
}

#prd-features .tab-content {
	padding: 43px 0px 0px 0px;
}

#features-bx a.accordion-toggle[aria-expanded="false"] {
	display: block;
	text-decoration: none;
	color: #1F1F1F;
	font-size: 15px;
	padding: 16px 0px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.1);
	font-weight: 600;
}

#features-bx a.accordion-toggle span {
	display: block;
	font-size: 16px;
	padding: 25px 0px 7px 0px;
}

#features-bx a.accordion-toggle[aria-expanded="true"] {
	display: block;
	text-decoration: none;
	color: #1F1F1F;
	font-size: 15px;
	padding: 16px 0px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.1);
	font-weight: 600;
}

#features-bx .panel-heading {
	position: relative;
}

#features-bx .panel-heading a.accordion-toggle[aria-expanded="false"]:after {
	position: absolute;
	content: "+";
	right: 0px;
	top: 12px;
	width: 25px;
	height: 25px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #1F1F1F;
	border: 1px solid #000;
	border-radius: 50%;
	font-weight: bold;
}

#features-bx .panel-heading a.accordion-toggle[aria-expanded="true"]:after {
	position: absolute;
	content: "-";
	right: 0px;
	top: 12px;
	width: 25px;
	height: 25px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #1F1F1F;
	border: 1px solid #000;
	border-radius: 50%;
	font-weight: bold;
}

.features-txt {
	padding: 16px 0px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

.gallery-bx {
	width: 100%;
}

.gallery-bx a {
	text-decoration: none;
}

.gallery-bx a img {
	width: 100%;
}

.gallery-bx a p {
	color: #000000;
	font-size: 14px;
	line-height: 25px;
	padding: 15px 0px;
	margin-bottom: 34px;
}

#Popup-g .modal-dialog {
	max-width: 900px;
}

#Popup-g .modal-content {
	padding: 50px 40px;
}

#Popup-g button.close {
	position: absolute;
	right: 30px;
	top: 16px;
}

.gallery-popup {
	margin: auto;
	width: 100%;
}

.gallery-popup img {
	width: 100%;
}

.specifications-bx {
	width: 90%;
	border-right: 1px solid rgba(112, 112, 112, 0.1);
}

.specifications-bx2 {
	width: 90%;
	border-right: 1px solid transparent;
}

.specifications-txt {
	color: #0B0B0C;
	font-size: 14px;
	margin-bottom: 30px;
}

.specifications-txt span {
	font-weight: bold;
	line-height: 30px;
	display: block;
}

.documents-bx {
	margin: 21px auto;
	width: 100%;
	text-align: center;
}

.documents-bx a {
	margin: 3px 12px;
	display: inline-block;
	text-align: center;
	border: 1px solid #4CB7B8;
	padding: 25px 50px 21px 70px;
	color: #4CB7B8;
	font-size: 15px;
	position: relative;
	text-decoration: none;
}

.documents-bx a img {
	width: 34px;
	position: absolute;
	left: 12px;
	top: 16px;
}

#Brochure .modal-dialog {
	max-width: 900px;
}

#Brochure .modal-content {
	padding: 30px 40px;
}

#Brochure button.close {
	position: absolute;
	right: 50px;
	top: 25px;
}

#contact-banner {
	margin: auto;
	width: 100%;
	height: 100vh;
	position: relative;
	margin-top: 0px;
	background-size: cover;
	background-position: 50% 50%;
}

#contact1 {
	position: absolute;
	left: 0;
	top: 160px;
	width: 100%;
}

.contact1-hd {
	text-align: left;
	width: 50%;
	padding-bottom: 30px;
	background: rgba(0, 0, 0, 0.7);
	padding: 16px 30px;
	margin-bottom: 15px;
}

.contact1-hd h1 {
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.contact1-hd p {
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
}

.contact1-bx {
	background: #FFFFFF;
	box-shadow: 0px -7px 47px #00000029;
	padding: 30px 30px 45px 30px;
}

.contact-frm {}

.contact-loc {
	margin: auto;
	width: 100%;
	padding-top: 30px;
}

.contact-loc .nav-tabs {
	border-bottom: 0;
}

.contact-loc .nav-tabs .nav-link {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.contact-loc li.nav-item {
	width: 46%;
	margin: 0% 2%;
}

.contact-loc .nav-link.active .contact1-adrs {
	background-color: #4CB7B8;
	border: 1px solid transparent;
}

.contact-loc .nav-link.active .contact1-adrs h3 {
	color: #FFF;
}

.contact-loc .nav-link.active .contact1-adrs li {
	color: #FFF;
}

.contact-loc .nav-link.active .contact1-adrs li i {
	color: #FFF;
}

.map-loc {
	margin: auto;
	width: 100%;
}

.map-loc img {
	width: 100%;
	max-width: 480px;
}

.contact1-bx .tab-content {
	background-size: 480px !important;
	height: 530px;
	background-repeat: no-repeat !important;
}

.contact1-adrs {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 7px;
	padding: 16px;
}

.contact1-adrs h3 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.contact1-adrs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact1-adrs li {
	list-style: none;
	margin: 0;
	padding: 5px 0px 5px 25px;
	font-size: 13px;
	color: #051031;
	position: relative;
	display: block;
}

.contact1-adrs li i {
	position: absolute;
	left: 0;
	top: 9px;
}

#contact2 {
	margin: auto;
	width: 100%;
	padding: 360px 0px 90px 0px;
	background-color: #FBFBFB;
}

.contact2-hd {
	text-align: left;
}

.contact2-hd h1 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #051031;
	text-transform: uppercase;
}

.contact2-bx .nav-tabs {
	border: 0;
}

.contact2-bx .nav-tabs .nav-link {
	margin-bottom: 0;
	width: 30%;
	margin: 0% 1.5% 3% 1.5%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	text-align: center;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	padding: 16px 30px 12px 30px;
	font-weight: bold;
}

.contact2-bx .nav-tabs .nav-link.active {
	border: 0px solid rgba(0, 0, 0, 0.1);
	color: #FFF;
	background-color: #4CB7B8;
}

.contact2-bx iframe {
	position: relative;
	border: 3px solid #FFF !important;
}

.map-txt {
	position: absolute;
	bottom: 11px;
	right: 18px;
	background: rgba(21, 88, 149, 0.7);
	width: 50%;
	padding: 25px 30px;
	height: 70%;
	color: #FFF;
	z-index: 9;
	font-size: 12px;
}

.map-txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
}

.map-txt p {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 16px;
}

#news1 {
	margin: auto;
	width: 100%;
	padding-top: 160px;
}

.news1-bx {
	margin: auto;
	width: 70%;
}

.news1-hd {}

.news1-hd h1 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 57px;
}

.news1-dtls {
	padding: 12px 0px;
	margin: 12px 0px 15px 0px;
}

.news1-nm {
	color: #5D5C5A;
	position: relative;
	font-size: 12px;
	padding: 5px 0px 3px 36px;
}

.news1-nm img {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.news1-date {
	font-size: 12px;
	color: #1D3327;
	padding: 5px 0px;
}

.news1-doc {}

.news1-doc a {
	color: #172CE3;
	text-decoration: underline;
	display: inline-block;
	font-size: 12px;
}

/*.news1-txt{ padding:30px 0px;}*/
.news1-txt p {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 30px;
}

.news1-txt p img {
	width: 100%;
	margin: 0px 0px 25px 0px;
}

.news1-txt h3 {
	font-weight: bold;
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 7px;
}


footer {
	margin: auto;
	padding: 70px 0px 0px 0px;
	width: 100%;
}

.ftr-logo {
	padding-bottom: 43px;
	padding-top: 12px;
}

.ftr-logo img {
	width: 120px;
}

.ftr-lnks {
	width: 100%;
	padding-bottom: 30px
}

.ftr-lnks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ftr-lnks li {
	list-style: none;
	margin: 0px 0px 12px 0px;
	padding: 0;
	display: inline-block;
	width: 48%;
}

.ftr-lnks li a {
	text-decoration: none;
	color: #1F2E5A;
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
}

.subscribe-hd {
	color: #1F2E5A;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
}

#subscribe {
	position: relative;
	padding-bottom: 43px;
}

#subscribe form {
	width: 100% !important;
}

#subscribe input[type=email] {
	padding: 9px;
	font-size: 16px;
	border: 1px solid rgba(112, 112, 112, 0.5);
	width: 100%;
}

#subscribe input[type=email]:focus {
	outline: 0;
}

#subscribe button {
	position: absolute;
	padding: 14px 14px;
	background: #1B8B8C;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: 0;
	top: -5px;
}

#subscribe button i {
	color: #FFF;
}

#ftr-copy {
	border-top: 1px solid rgba(31, 46, 90, 0.5);
}

.copyright-txt {
	text-align: center;
	color: #1F2E5A;
	font-size: 12px;
	padding: 30px 0px;
}

.sin-txt {
	text-align: left;
	color: #1F2E5A;
	font-size: 14px;
	padding: 30px 0px;
	font-weight: bold;
}

.gst-txt {
	text-align: right;
	color: #1F2E5A;
	font-size: 14px;
	padding: 30px 0px;
	font-weight: bold;
}


input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

#prd-empty {
	margin: auto;
	width: 100%;
	position: relative;
	margin-top: 101px;
	padding: 50px 0px;
}

.prd-empty-bx {
	margin: auto;
	text-align: center;
}

.prd-empty-bx h3 {
	color: #1B8B8C;
	font-weight: bold;
	margin-bottom: 16px;
}

.prd-empty-bx p {
	color: #1B8B8C;
	font-weight: 600;
	margin-bottom: 16px;
}

.prd-empty-bx a {
	text-decoration: none;
	color: #000;
}

.prd-empty-bx img {
	display: block;
	margin: auto;
	text-align: center;
	width: 430px;
	margin-top: 34px;
}

.prd-txt {
	width: 100% !important;
}




}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.about3-txt {
		width: 90% !important;
	}

	.about3-img {
		padding: 0% 5%;
	}

	.about-certi {

		padding: 30px 15px;
	}

	.clients-hd p {

		width: 100%;
	}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
