* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	font-family: 'Open Sans';
}
a {
	text-decoration: none!important;
	outline: none!important;
	color: #333;
}
a img {
	border: none;
}
.clr {
	clear: both;
}
/*EXTRA*/
.p-left {
	padding-left: 0px;
}
.p-right {
	padding-right: 0px;
}
.p-both {
	padding-left: 0px;
	padding-right: 0px;
}
.container {
	max-width: 1200px;
}
.main-wrapper {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
}
/**HEADER AND SEARCH START**/
.header-part{
  width: 100%;
  height: auto;
  margin: auto;
}
.header-search-box{
	width:40%;
   height: auto;
   float: right;
   margin-top: 11px;
   border: 1px solid #999;
   background: #fff;
}
.head-search-style{
	width: 92%;
	height: 28px;
	color: #444;
	font-size: 15px;
	padding: 0px 10px;
	border: none;
}
.head-searchbtn-style{
    width: 30px;
	height: 28px;
    background:url(images/searchbtn.png) no-repeat center;
    vertical-align: middle;
    border: none;
    border: 1px solid #026E66;
    margin-top: -3px;
    margin-left: 2.5px;
}
.header-social{
   width: 18%;
   height: auto;
   float: right;
}
.header-social ul{
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.header-social ul li{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background:transparent;
  transition: .3s ease-in-out;
  text-align: center;
  margin-top:10px;
}
.header-social ul li a{
  color: #fff;
  display: block;

}
.header-social ul li:nth-child(1){
  background-color:#3b5999;
}
.header-social ul li:nth-child(2){
  background-color:#55acee;
}
.header-social ul li:nth-child(3){
  background-color:#c8232c;
}

.header-social ul li:nth-child(4){
  background-color:#0077B5;
}
.header-social ul li:nth-child(6){
  background-color:#FF0000;
}
.header-social ul li:hover a{
  color:#fff;
}
/**HEADER AND SEARCH END**/
/**LOGO AND NAVIGATION SECTION START**/
.logo-nav-part{
  width: 100%;
  height: auto;
  margin:auto;
  margin-top:15px;
}
.logo{
  width: 12%;
  height: auto;
  margin-top: -37px;;
  float: left;
  text-align: center;
}
.logo img{
  max-width:80px;
  height:auto;
  margin: auto;
  text-align: center;
}
.logo span{
	display: block;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	color: #026E66;
}
.navigation{
  width: 88%;
  height:auto;
  border-radius: 50px;
  margin-top:3px;
 background: #026D67; 
background: -webkit-linear-gradient(to left, #007661, #026D67); 
background: linear-gradient(to left, #007661, #026D67);
  float: left;
}
.sticky {
width: 100%;
position: fixed!important;
top: 0;
left: 0;
z-index: 9999;
background-color: #000;
margin-top: 0;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
border-radius:0px!important;
}
.sticky #cssmenu ul{
  text-align: center;
}
.sticky #cssmenu > ul > li > a{
  padding: 23px 50px 22px 50px;
}
.sticky .caret::after{
	top: 22px;
    right: 23px;
}
/**LOGO AND NAVIGATION SECTION END**/
/**BANNER SECTION START**/
.banner {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 10px;
}
.banner .carousel-indicators {
	bottom: 10%;
}
.banner .carousel-control-prev, .banner .carousel-control-next {
	display: none;
}
.banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.banner .carousel-caption {
	position: absolute;
	right: 0px;
	top: 6%;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.banner-textbox {
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.banner-textbox h1 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
}
.banner-textbox h1 em {
	font-style: normal;
	color: #22d18d;
	display: block;
}
.banner-textbox p {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
}
.banner-textbox1 {
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.banner-textbox1 h1 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
}
.banner-textbox1 h1 em {
	font-style: normal;
	color: #22d18d;
	display: block;
}
.banner-textbox1 p {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
}
.banner-btn {
	width: 200px;
	height: 50px;
	background:#007462;
	margin-top: 40px;
	line-height: 50px;
	position: relative;
	
	transition: 2s ease;
}
.banner-btn p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.banner-btn p a {
	color: #fff;
	display: block;
}
.banner-btn:hover {
	background: #22d18d;
	
}
.banner .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .banner .carousel-indicators li{
background-color:#ffffff;
}
/**BANNER SECTION END**/
/**HOME ABOUT US SECTION START**/
.home-about-section {
	width: 100%;
	height: auto;
	margin: auto;
	margin: 40px 0px 0px 0px;

}
.home-about-heading {
	width: 100%;
	height: auto;
	margin: auto;
}
.home-about-heading h2 {
	color: #777777;
	font-weight: bold;
	text-align: center;
	
	font-size: 38px;
}
.heading-seprate {
	width: 70px;
	height: 10px;
	margin: auto;
	text-align: center;
}
.heading-seprate img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.home-about-heading h3 {
	color: #007562;
	font-weight: bold;
	text-align: center;
	font-size: 38px;
	padding-top: 40px;
}
.home-about-heading p {
	color: #007562;
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
.home-about-left {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.home-about-circle-1 {
	width: 370px;
	height: 370px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.24);
	box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.24);
}
.home-about-circle-1 img {
	width: auto;
	height: 100%;
	margin-left: -50px;
}
.home-about-circle-2 {
	width: 210px;
	height: 210px;
	position: absolute;
	right: 10%;
	bottom: 4%;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.24);
	box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.24);
}
.home-about-circle-2 img {
	width: auto;
	height: 100%;
	margin-left: 0px;
}
.home-about-right {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.home-about-right h3 {
	color: #007562;
	font-weight: bold;
	text-align: left;
	font-size:30px;
	padding-top: 20px;
}
.home-about-right h6 {
	color: #007562;
	font-weight: 500;
	text-align: left;
	font-size: 18px;
	padding-top:10px;
}
.home-about-right p {
	color: #777777;
	font-weight: 500;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	padding-top:10px;
}
.home-about-btn {
	width: 200px;
	height: 50px;
	background:#007562;
	margin-top: 40px;
	position: relative;
	
	transition: 2s ease;
}
.home-about-btn p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.home-about-btn p a {
	color: #fff;
	display: block;
	line-height: 50px;
}
.home-about-btn:hover {
	background: #22d18d;
	
}
/**HOME ABOUT US SECTION END**/
/**HOME PRODUCT SECTION START**/
.home-business-areas-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;
}
.home-business-areas-box{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;
	
}
.home-business-areas-list{
	width: 100%;
	height: auto;
	margin: auto;
}
.home-business-areas-list ul{
	margin: 0px;
	padding: 0px;
}
.home-business-areas-list ul li{
	display: inline-block;
	width:32%;
	background-color: #f2f2f2;
	padding:30px;
	margin: 0px .5%;
	transition: .1s;
}
.home-business-areas-list ul li:nth-child(4){
	width: 48.8%;
	margin-top: 20px;
}
.home-business-areas-list ul li:nth-child(5){
	width: 48.8%;
	margin-top: 20px;
}
.home-business-areas-list ul li:hover{
	box-shadow: 0 0 8px #ccc;
}
.home-business-areas-list ul li a{
	display: block;
}
.home-business-areas-list-box{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
.home-business-areas-list-box img{
	width:73px;
	height: auto;
	margin: auto;
}
.home-business-areas-list-box h3{
	color: #007562;
font-weight: bold;
text-align: center;
font-size: 18px;
padding-top: 20px;
}
.home-business-areas-list-box p{
	color: #777777;
font-weight: 500;
text-align: center;
font-size: 14px;
line-height: 24px;
padding-top: 10px;
}
.business-areas-applybtn {
	width: 130px;
	height: 35px;
	margin: auto;
	margin-top:20px;
	border: 1px solid #007562;
	transition: 2s ease;
	border-radius: 4px;
}
.business-areas-applybtn p {
	font-size: 14px;
	font-weight: 600;
	color: #007562;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.business-areas-applybtn p a {
	color: #007562;
	display: block;
	line-height: 32px;
}
.home-business-areas-list-box:hover .business-areas-applybtn {
	background:#007562;
	border: 1px solid #007562;
}
.home-business-areas-list-box:hover .business-areas-applybtn p a {
	color: #fff;
}
  /**HOME PRODUCT SECTION END**/
/**HOME OUR FEATURES SECTION START**/
.home-ourfeatures-section-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 30px 0px 40px 0px;
	margin-top:40px;
	background: #f7f7f7;

}
.home-ourfeatures-main-box{
	position: relative;
    padding: 40px 20px;
    transition: all .3s;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top:40px;
}
.home-ourfeatures-main-box-inner{
	width: 100%;
	height: auto;
	margin: auto;
	    text-align: center;
}
.home-ourfeatures-main-box-inner-icon{
	position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.home-ourfeatures-main-box-inner-icon{
	width: 100%;
}
.home-ourfeatures-main-box-inner-text{
	width: 100%;
	height: auto;
	margin: auto;
}
.home-ourfeatures-main-box-inner-text h4 {
    font-weight: 600;
        color: #fff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.home-ourfeatures-main-box-inner-text h5 {
    font-weight: 600;
        color:#fff;
    font-size:18px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}
.home-ourfeatures-main-box-inner-text p{
	position: relative;
line-height: 1.8em;
padding: 0px;
color: #fff;
text-align: left;
padding-top: 10px;
}
.home-ourfeatures-main-box-inner-text-list{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.home-ourfeatures-main-box-inner-text-list ul{
	margin: 0px;
	padding: 0px;
}
.home-ourfeatures-main-box-inner-text-list ul li{
	position: relative;
line-height: 1.8em;
padding: 0px;
color: #fff;
text-align: left;
padding-left: 30px;
list-style-type: none;
}
.home-ourfeatures-main-box-inner-text-list ul li::before{
	content: "\f28d";
	font-family:'FontAwesome';
	position: absolute;
	left:5px;
}
/**HOME OUR FEATURES SECTION END**/
/**FOOTER SECTION START**/
.footer-mainwrapper{
    width: 100%;
    height: auto;
    margin: auto;
    background:#007562;
    margin-top: 40px;
  }
.footer-mainwrapper-m-hide{
	margin-top: 0px;
}
  .footer{
    width: 100%
    height:auto;
    margin: auto;
    padding:20px 0px;
  }
    .footer-heading{
    width: 100%
    height:auto;
    margin: auto;
  }
   .footer-heading h5{
    color: #fff;
    font-size: 18px; 
    font-weight: 700;
    cursor: pointer;
  }

  .footer-divider{
    width: 120px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;

  }
  .footer p{
    color: #fff;
    font-size: 15px;
  }
  .footer .footer-social{
   width: 100%;
   height: auto;
}
.footer-social ul{
  margin: 0px;
  padding: 0px;
}
.footer-social ul li{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background:#fff;
  transition: .3s ease-in-out;
  text-align: center;
  margin-top:10px;
}
.footer-social ul li a{
  color: #007562;
  display: block;

}
.footer-social ul li:nth-child(1):hover{
  background-color:#3b5999;
}
.footer-social ul li:nth-child(2):hover{
  background-color:#55acee;
}
.footer-social ul li:nth-child(3):hover{
  background-color:#c8232c;
}

.footer-social ul li:nth-child(4):hover{
  background-color:#0077B5;
}
.footer-social ul li:nth-child(6):hover{
  background-color:#ff0000;
}
.footer-social ul li:hover a{
  color:#fff;
}

.footer-links ul{
  margin: 0px;
  padding: 0px;
}
.footer-links ul li{
  display:block;
  padding: 2px 0px;
}
.footer-links ul li a{
  color: #fff;
}
.footer-links ul li a:hover{
  color: #22d18d;
  font-weight: 500;
  text-decoration: #22d18d underline !important;
}

.footer-products ul{
  margin: 0px;
  padding: 0px;
}
.footer-products ul li{
  display:block;
  padding: 2px 0px;
}
.footer-products ul li a{
  color: #fff;
}
.footer-products ul li a:hover{
  color: #22d18d;
  font-weight: 500;
  text-decoration: #22d18d underline !important;
}
 .footer-address ul{
  margin: 0px;
  padding: 0px;
}
.footer-address ul li{
  display:block;
  padding: 2px 0px;
}
.footer-address ul li i{
  color: #fff;
  padding-right: 10px;
}
.footer-address ul li a{
  color: #fff;
}
.footer-address ul li a:hover{
  color:#22d18d;
  font-weight: 500;
  text-decoration: #22d18d underline !important;
}
.address-cell-box{
  display: table;
}
.cell-icon-box,.cell-content-box{
  display: table-cell;
}
.footer-end{
  width: 100%;
  height:auto;
  padding: 10px 0px;
  background-color:#22D18D;
 
}
.footer-end p{
  color: #fff;
  text-align:center;
  font-size: 13px;

}
/**FOOTER SECTION END**/
/**INNER BANNER SECTION START**/
.inner-banner-wrapper{
  width:100%;
  height:auto;
  margin:auto;	
  text-align: center;
  margin-top: 10px;
  position:relative;
}
.inner-banner-wrapper .inner-banner-page {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	border-bottom:1px solid #026F66;
}
.inner-banner-wrapper .inner-banner-page img{
	width: 100%;
	height: auto;
	margin: auto;

}
.inner-banner-wrapper .inner-banner-page h1 {
	color:#fff;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	text-align:center;
	position: absolute;
top: 37%;
bottom: 0px;
left: 0px;
right: 0px;
}
.inner-banner-wrapper .inner-banner-breadcrumb {
	background:#026F66 none repeat scroll 0 0;
	border-radius: 20px;
	width: auto;
	
	height: auto;
	margin:auto;
	padding: 10px 40px;
	position:absolute;
	text-align: center;
	
	z-index: 1;
	 left: 50%;
  top: auto;
  transform: translate(-50%, -50%);
}
.inner-banner-wrapper .inner-banner-breadcrumb ul {
	margin:0px;
	padding:0px;
}
.inner-banner-wrapper .inner-banner-breadcrumb ul li {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight:500;
	list-style-type: none;
	text-transform: uppercase;
	width: auto;
}
.inner-banner-wrapper .inner-banner-breadcrumb ul li a {
	color:#fff;
	font-weight:500;
}
.inner-banner-wrapper .inner-banner-breadcrumb ul li + li::before {
 color: #fff;
 content: "\f192";
 font-family: "FontAwesome";
 padding: 0 10px;
 font-size:16px;
}
.inner-banner-wrapper .inner-banner-breadcrumb ul li a.active {
	color:#22d18d;
}
.all-page-gap{
  width:100%;
  height:auto;
  margin:auto;
  padding:40px 0px 0px 0px;	
}
.all-page-nogap{
  width:100%;
  height:auto;
  margin:auto;
   padding:0px 0px;	
    background: #f7f7f7;
}
.inner-banner-wrapper-bg{
	width:100%;
  height:auto;
  margin:auto;
  background: #f7f7f7;
  margin-top: 10px;
}
/**INNER BANNER SECTION END**/
/**CONTACT US PAGE START**/
.contact-page-address-wrapper{
	width:100%;
	height:auto;
	margin:auto;
	background: #f7f7f7;
	padding: 40px 0px 0px 0px;
}
.contact-page-address-wrapper h2{
	font-family: 'Open Sans';
	color: #007462;
	font-size:40px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}
.contact-page-address-wrapper h2 span{
	color: #007462;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: block;
}
.contact-page-address-wrapper h3{
	font-family: 'Open Sans';
	color: #999;
	font-size:25px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.contact-page-address-wrapper p{
	width: 60%;
	margin:auto;
	color: #808291;
	font-size:15px;
	line-height:24px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}
.contact-page-address-wrapper .contact-address-box{
  width:100%;
  height:285px;
  margin:auto;
  padding: 30px 30px;
  background:#fff;
  position: relative;
  top: 0;
  -moz-transition: ease-in-out all 0.35s;
  -o-transition: ease-in-out all 0.35s;
  -webkit-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  text-align: center;
}
.contact-address-box-circle{
	width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    color: #ffffff;
    background-color: #007462;
    border-radius: 50%;
    text-align: center;
	font-size: 34px;
	margin-bottom: 20px;
}
.contact-page-address-wrapper .contact-address-box h3{
	font-family: 'Open Sans';
	color: #007462;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	    margin-bottom: 10px;
}
.contact-page-address-wrapper .contact-address-box p{
	color: #808291;
	font-size:15px;
	line-height:24px;
	font-weight: 500;
	text-align: center;
}
.contact-page-address-wrapper .contact-address-box p a{
	color: #808291;
}
.contact-page-address-wrapper .contact-address-box:hover{
	    top: -10px;
	    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
	    background: #007462;
}
.contact-page-address-wrapper .contact-address-box:hover .contact-address-box-circle{
background-color: #fff;
color: #007462;
}
.contact-page-address-wrapper .contact-address-box:hover h3{
    color: #fff;
}
.contact-page-address-wrapper .contact-address-box:hover p{
    color: #fff;
}
.contact-page-address-wrapper .contact-address-box:hover p a{
    color: #fff;
}
.contact-page-formmap-wrapper {
	width:100%;
	height:auto;
	margin:auto;
	padding: 50px 0px 50px 0px;
}

.contact-page-formbox{
	width:100%;
	height:auto;
	margin:auto;
}
.contact-page-formbox .contactus-page-form {
	width:100%;
	height:auto;
	margin:auto;
	padding: 30px;
	box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}
.contact-page-formbox .form-group-mid {
	width:100%;
	height:auto;
	    margin-bottom: 1rem;
}
.contact-page-formbox .form-contact-auto {
	width:100%;
	height:auto;
	margin:auto;
}
.contact-page-formbox .coantact-page-form-text-style {
	font-family: 'Open Sans';
	width: 100%;
    border: 1px solid #ddd;
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 42px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
}
.contact-page-formbox .coantact-page-form-text-style:focus{
	border-color:#22d18d;
}
.contact-page-formbox .coantact-page-form-msg-style {
	font-family: 'Open Sans';
	width: 100%;
border: 1px solid #ddd;
background-color: #fff;
  color: #495057;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 102px;
font-size: 14px;
resize: none;
padding:10px 10px;
}
.contact-page-formbox .coantact-page-form-msg-style:focus{
	border-color:#22d18d;
}
.contact-page-formbox .coantact-page-form-btn {
		font-family: 'Open Sans';
    padding: 12px 25px;
background:transparent;
color: #007562;
text-transform: uppercase;
font-size: 16px;
line-height: 18px;
    font-weight: 600;
text-align: center;
cursor: pointer;
letter-spacing: 1px;
border:2px solid #007562;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top: 10px;
    transition: ease-in-out all 0.55s;
text-transform: uppercase;
}
.contact-page-formbox .coantact-page-form-btn:hover {
	background:#007562;
	color: #fff;
	border:2px solid #007562;
}
.contact-page-formbox .coantact-page-form-btn:active {
	background:#22d18d;
	color: #fff;
	border:2px solid #22d18d;
}
.contact-us-map {
	width:100%;
	height:100%;
	margin:auto;
	padding: 15px;
	box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}
.contact-us-map-box {
	width:100%;
	height:100%;
	margin:auto;
}
.embed-responsive-map{
	width:100%;
	height:100%;
	margin:auto;
}

.contactus-selectoption{
	 width: 100%;
	height: auto;
	overflow: hidden;
    outline: none!important;
   

}
.contactus-selectoption select {
  border: 0;
     color: #495057;
  font-weight: 500;
 border: 1px solid #d1d1d1;
  background:#fff url("images/down-arrow.png") no-repeat scroll 95% center;
  font-size: 14px;
  font-weight: 500;
padding: 2px 10px;
  width: 100%;
  -webkit-appearance: none;
  outline: none!important;
    border-radius: 4px;
       height: 42px;
}
/**CONTACT US PAGE END**/
/**ABOUT US PAGE START**/
.about-page-content-mainwrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.aboutpage-textbox{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:30px;
}
.aboutpage-img-left {
    width: 300px;
    height: 275px;
    float: left;
    margin-top:20px;
    margin-right: 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border: 10px solid #f7f7f7;
}
.aboutpage-textbox p {
    color: #777777;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 20px;
}
.aboutpage-textbox h5{
	color: #007562;
font-weight: bold;
text-align:left;
font-size: 20px;
padding-top: 20px;
}
.aboutpage-textbox h5 i{
	padding-right: 10px;
}
.aboutpage-mission-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 30px 0px;
	margin-top:40px;
	background: #f7f7f7;
}
.aboutpage-mission-wrapper .aboutpage-textbox{
  margin-top: 0px;
  padding: 20px;
}
.aboutpage-mission-wrapper .aboutpage-textbox p{
  padding-top: 20px;
}
.aboutpage-mission-wrapper .aboutpage-textbox h3{
	color:#026F66;
    font-weight: bold;
    text-align:left;
    text-transform: uppercase;
    font-size:25px;
     padding-top: 20px;
    text-align: center;
}
.aboutpage-imgbox{
	width:75px;
	height:75px;
	margin: auto;
	text-align: center;
}
.aboutpage-imgbox img{
	max-width: 100%;
}
.about-page-content-mainwrapper .home-about-btn{
    margin: auto;
    margin-top: 20px;
}
.home-product-section-mainwrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;
	
}
.aboutpage-teamsection-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
.aboutpage-teamsection-wrapper p{
	color: #777777;
font-weight: 500;
text-align: center;
font-size: 16px;
line-height: 1.6;
padding-top: 20px;
}

.aboutpage-teams-list {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
.aboutpage-teams-list ul {
	margin: 0px;
	padding: 0px;
}
.aboutpage-teams-list ul li {
	width: 100%;
	height: auto;
	list-style-type: none;

}
.aboutpage-teams-box {
	width: 90%;
    position: relative;
    margin-bottom:70px;
}
.aboutpage-teams-imgbox{
	width: 100%;
	height: auto;
	margin: auto;
}
.aboutpage-teams-imgbox img{
	width: 100%;
	height: auto;
	margin: auto;
}
.aboutpage-teams-textbox{
	width: 75%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
box-shadow: 0 10px 30px 0 rgba(17,12,79,.1);
min-height: 105px;
position: absolute;
bottom: -56px;
z-index: 23;
background-color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
transition: all 0.24s ease-in-out;
overflow: hidden;
}
.teams-info{
transform: translateY(25px);
    transition: all 0.35s ease-in-out;
    display: inline-block;

}
.teams-info h4{
	font-family: 'Open Sans';
	text-transform: capitalize;
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.teams-info h6{
	font-family: 'Open Sans';
    font-size: 13px;
    color: #999;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: center;
}
.teams-info p{
	font-family: 'Open Sans';
    font-size: 12px;
    color: #777;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 10px;
}
.teams-info p a{
	 color: #777;
}
.teams-info p a i{
	color: #026D67;
}
.hide-socialicons{
	width: 80%;
	height: auto;
	margin: auto;
	margin-top:20px;
}
.hide-socialicons ul{
	margin: 0px;
	padding: 0px;
}
.hide-socialicons ul li{
	 list-style: none;
	 text-align: center;
}
.hide-socialicons ul li a {
    transform: translateY(50px);
    transition: all 0.35s ease-in-out;
    display: block;
       background: #0077B5;
    font-size: 20px;
    color: #fff;

}
.aboutpage-teams-box:hover .aboutpage-teams-textbox{
	min-height:160px;
}
.aboutpage-teams-box:hover .aboutpage-teams-textbox .hide-socialicons{
	margin-top: 10px;
}
.aboutpage-teams-box:hover .aboutpage-teams-textbox .teams-info {
    transform: translateY(0);
    margin-top: 20px;
}
.aboutpage-teams-box:hover .aboutpage-teams-textbox .hide-socialicons ul li a{
	 transform: translateY(0);
}

/**ABOUT US PAGE END**/
/**CAREERS PAGES CSS START**/
.careerspage-mainwrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.careerspage-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:20px;
}
.careerspage-wrapper h2 {
    color: #007562;
    font-weight: bold;
    text-align: center;
    font-size:25px;
    padding-top:10px;
}
.careerspage-wrapper p {
    color: #777777;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 20px;
}
.careerspage-wrapper p b{
	color: #007661;
}
.careerspage-wrapper p a{
	color: blue;
}
.careerspage-accordionmainbox{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:30px;
}
.careerspage-accordionbox{
	width: 100%;
	height: auto;
	margin: auto;
}
.careerspage-accordionbox #accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

.careerspage-accordionbox #accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}

.careerspage-accordionbox #accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

.careerspage-accordionbox #accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}
.careerspage-accordionbox .card-header{
	background-color: transparent;
}
.careerspage-accordion-textbox{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px;
}
.careerspage-accordion-textbox h3{
	color: #007562;
    font-weight: bold;
    text-align:left;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
}
.careerspage-accordion-textbox p{
	    color: #777777;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding-top:20px;
    
}
.careerspage-accordion-textbox-listtext{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.careerspage-accordion-textbox-listtext p{
	 color: #777777;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding-top:10px;
}
.careerspage-accordion-textbox-listtext p em{
	color: #007561;
	font-style: normal;
	font-weight: bold;
}
.careerspage-accordion-textbox-list{
width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.careerspage-accordion-textbox-list ul{
	margin: 0px;
	padding: 0px;
}
.careerspage-accordion-textbox-list ul li{
  color: #777777;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    vertical-align: middle;
}
.careerspage-accordion-textbox-list ul li::before{
	position: absolute;
    top: 4px;
	left: 0;
	z-index: 0;
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 60%;
}
.careerspage-applybtn {
	width: 150px;
	height: 40px;
	background:#007562;
	margin-top: 40px;
	transition: 2s ease;
}
.careerspage-applybtn p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.careerspage-applybtn p a {
	color: #fff;
	display: block;
	line-height: 40px;
}
.careerspage-applybtn:hover {
	background: #22d18d;
	
}
.careers-popup-mainwrapper{
	width: 100%;
	height: auto;
	margin:auto;
	margin-top:100px;
}
.careers-popup-mainwrapper h4{
	color: #007562;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.careers-popup-mainwrapper .modal-header{
	padding: 10px;
}
.careers-popup-mainwrapper .modal-header h4{
	padding-top: 3px;
}
.careers-popup-wrapper{
	width: 100%;
	height: auto;
	margin:auto;
}
.careers-popup-wrapper .contact-page-formbox .contactus-page-form{
	box-shadow: none;
	    padding: 20px 20px 0px 20px;
}
/**CAREERS PAGES CSS END**/
/**THANK YOU PAGE CSS START**/
.thankyuo-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
}
.thankyuo-box{
	width: 100%;
	height: auto;
	margin: auto;
}
.thankyuo-box img{
	width: 100%;
	height: auto;
	margin: auto;
}
.thankyuo-wrapper .home-about-btn{
	margin:auto;
	margin-top: 20px;
}
/**THANK YOU PAGE CSS END**/
/**WHATSAPP ICON CSS START**/
.whatsapp-icons{
	width:50px;
	height: 50px;
	position: fixed;
	left:10px;
	bottom:22px;
	background: #25D366;
	z-index: 1;
	text-align: center;
    box-shadow: 2px 2px 3px #999;
    border-radius:50px;
}
.whatsapp-icons a{
	line-height: 50px;
	font-size:30px;
	color: #fff;
}
/**WHATSAPP ICON CSS END**/
/**REAL ESTATE START**/
.real-estate-textbox{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:20px;
}
.real-estate-textbox p {
    color: #777777;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 20px;
}
.real-estate-img{
	width: 100%;
	height: auto;
	margin: auto;
	 -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border: 10px solid #f7f7f7;
    margin-top:40px;
}
.real-estate-img img{
	width: 100%;
	height: auto;
	margin: auto;
}
/**REAL ESTATE END**/
.banner-mobile-box{
	display: none;
}
.contenttext-hideread{
	display: none;
}
.realestate-services-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;
	margin-bottom:40px;
}
.realestate-services-box{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;
}
.realestate-services-box-list{
	width: 100%;
	height: auto;
	margin: auto;
}
.realestate-services-box-list ul{
	margin: 0px;
	padding: 0px;
}
.realestate-services-box-list ul li{
	display: inline-block;
	width:31%;
	margin: 0px 1%;
	transition: .1s;
}

.realestate-services-box-list ul li a{
	display: block;
}
.realestate-services-box-list-box{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	float: left;

}
.realestate-services-box-list-box-img{
	width:100px;
	height:100px;
	margin: auto;
	background:#007661;
	text-align: center;
    line-height: 80px;
    border: 10px solid #fff;
    float: left;
    margin: 0px 15px 20px 10px;

}
.realestate-services-box-list-box-img img{
	width:50px;
	height:50px;
	margin: auto;


}
.realestate-services-box-list-content-box{
	width: 100%;
	height: auto;
	margin: auto;
    background:#f7f7f7;
    margin-top: 50px;
    padding: 10px;
}
.realestate-services-box-list-content-box h3{
	color: #007562;
font-weight: bold;
text-align: left;
font-size:20px;
text-transform: uppercase;
padding-top: 20px;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
.realestate-services-box-list-content-box p{
	color: #777777;
text-align: left;
font-weight: 300;
line-height: 28px;
margin-bottom: 10px;
clear: both;
}
.realestate-services-applybtn {
	width: 140px;
	height:46px;
	background:#007562;
	margin-top:20px;
	transition: 2s ease;
}
.realestate-services-applybtn p {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 0px;
	margin-top: 20px;
	text-transform: uppercase;
}
.realestate-services-applybtn p a {
	color: #fff;
	display: block;
	line-height:46px;
}
.realestate-services-box-list-box:hover .realestate-services-applybtn {
	background: #22d18d;
}
.realestate-servicetab-main{
	width: 100%;
	height: auto;
	margin: auto;
}
.realestate-servicetab-main .careerspage-accordionmainbox{
  margin-top: 10px;
}
.marriagebureau-point-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;
	margin-bottom:0px;
}
.marriagebureau-point-box{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;
}
.marriagebureau-point-list{
	width: 100%;
	height: auto;
	margin: auto;
}
.marriagebureau-point-list ul{
	margin: 0px;
	padding: 0px;
}
.marriagebureau-point-list ul li{
	display: inline-block;
	width:22%;
	margin: 0px 1.3% 10px 1.3%;
	transition: .1s;
	padding: 15px;
}
.marriagebureau-point-list ul li:hover{
	box-shadow: 0 0 8px #ccc;
}
.marriagebureau-point-list ul li a{
	display: block;
}
.marriagebureau-point-list-box{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
.marriagebureau-point-list-imgbox{
	width: 110px;
height: 110px;
margin: auto;
text-align: center;
line-height: 100px;
background: #007661;
border-radius: 50%;
border: 5px solid #fff;
}
.marriagebureau-point-list-imgbox img{
	width:50px;
	height: auto;
	margin: auto;
}
.marriagebureau-point-list-contentbox{
	width: 100%;
	height: auto;
	margin: auto;
}
.marriagebureau-point-list-contentbox h3{
	color: #007562;
font-weight: bold;
text-align: center;
font-size: 18px;
padding-top: 20px;
}
.marriagebureau-point-list-contentbox p{
	color: #777777;
font-weight: 500;
text-align: center;
font-size: 14px;
line-height: 20px;
padding-top: 10px;
}
.realestate-servicetab-main .card-body{
	padding: 0px;
}
.realestate-servicetab-main .careerspage-accordion-textbox{
	padding: 0px 20px;
}
.realestate-servicetab-main .careerspage-applybtn{
	margin-top: 20px;
	margin-bottom: 20px;
}

.hardware-sanitary-services-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;

}
.hardware-sanitary-services-box{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:80px;

}
.hardware-sanitary-services-list{
	width: 100%;
	height: auto;
	margin: auto;
}
.hardware-sanitary-services-list ul{
	margin: 0px;
	padding: 0px;
}
.hardware-sanitary-services-list ul li{
	display: inline-block;
	width:31%;
	padding: 0px 10px;
	margin: 0px 1%;
	transition: .1s;
}

.hardware-sanitary-services-list ul li a{
	display: block;
}
.hardware-sanitary-services-list-box{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	border: 1px solid #999;
    padding:20px;
}
.hardware-sanitary-services-list-imgbox{
	width: 110px;
height: 110px;
margin: auto;
line-height: 90px;
border: 10px solid #fff;
   margin-top: -70px;
   margin-bottom: 10px;
   text-align: center;
background: #007661;

}
.hardware-sanitary-services-list-imgbox img{
	width:50px;
	height: auto;
	margin: auto;
	text-align: center;
}
.hardware-sanitary-services-list-box h3{
	color: #007562;
font-weight: bold;
text-align: center;
font-size: 18px;
padding-top:10px;
}
.hardware-sanitary-services-list-box p{
	color: #777777;
font-weight: 500;
text-align: center;
font-size: 14px;
line-height: 20px;
padding-top: 10px;
}
.hardware-sanitary-services-applybtn {
	width: 130px;
	height: 35px;
	margin: auto;
	margin-top:20px;
	border: 1px solid #007562;
	transition: 2s ease;
}
.hardware-sanitary-services-applybtn p {
	font-size: 14px;
	font-weight: 600;
	color: #007562;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.hardware-sanitary-services-applybtn p a {
	color: #007562;
	display: block;
	line-height: 32px;
}
.hardware-sanitary-services-list-box:hover .hardware-sanitary-services-applybtn {
	background:#007562;
	border: 1px solid #007562;
}
.hardware-sanitary-services-list-box:hover .hardware-sanitary-services-applybtn p a {
	color: #fff;
}

.garments-apparels-services-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;

}
.garments-apparels-services-box{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;

}
.garments-apparels-services-list{
	width: 100%;
	height: auto;
	margin: auto;
}
.garments-apparels-services-list ul{
	margin: 0px;
	padding: 0px;
}
.garments-apparels-services-list ul li{
	display: inline-block;
	width:31%;
	padding: 0px 10px;
	margin: 0px 1%;
	transition: .1s;
}

.garments-apparels-services-list ul li a{
	display: block;
}
.garments-apparels-services-list-box{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	border: 1px solid #999;
    padding:20px;
}
.garments-apparels-services-list-imgbox{
	width: 110px;
height: 110px;
margin: auto;
line-height: 90px;
border: 10px solid #f7f7f7;
   margin-top:20px;
   margin-bottom:20px;
   text-align: center;
background: #007661;
transform: rotate(45deg);
}
.garments-apparels-services-list-imgbox img{
	width:50px;
	height: auto;
	margin: auto;
	text-align: center;
	transform: rotate(-45deg);
}
.garments-apparels-services-list-box h3{
	color: #007562;
font-weight: bold;
text-align: center;
font-size: 18px;
padding-top:20px;
}
.garments-apparels-services-list-box p{
	color: #777777;
font-weight: 500;
text-align: center;
font-size: 14px;
line-height: 20px;
padding-top: 10px;
}
.garments-apparels-services-applybtn {
	width: 140px;
	height: 40px;
	margin: auto;
	margin-top:20px;
	border: 1px solid #007562;
	transition: 2s ease;
}
.garments-apparels-services-applybtn p {
	font-size: 14px;
	font-weight: 600;
	color: #007562;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.garments-apparels-services-applybtn p a {
	color: #007562;
	display: block;
	line-height: 40px;
}
.garments-apparels-services-list-box:hover .garments-apparels-services-applybtn {
	background:#007562;
	border: 1px solid #007562;
}
.garments-apparels-services-list-box:hover .garments-apparels-services-applybtn p a {
	color: #fff;
}
.webdesign-development-services-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;

}
.webdesign-development-services-box{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top:40px;

}
.webdesign-development-services-list{
	width: 100%;
	height: auto;
	margin: auto;
}
.webdesign-development-services-list ul{
	margin: 0px;
	padding: 0px;
}
.webdesign-development-services-list ul li{
	display: inline-block;
	width: 24.7%;
	padding:30px 30px;
	transition: .1s;
	border:1px solid rgba(0, 0, 0, 0.15);
}
.webdesign-development-services-list ul li:hover{
	box-shadow: 0 0 8px #ccc;
}
.webdesign-development-services-list ul li a{
	display: block;
}
.webdesign-development-services-list-box{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
.webdesign-development-services-list-imgbox{
	width:50px;
	height:50px;
}
.webdesign-development-services-list-box img{
	width:100%;
	height: auto;
}
.webdesign-development-services-list-box h3{
	color: #007562;
font-weight:600;
text-align:left;
font-size: 16px;
padding-top:30px;
padding-bottom: 30px;
position: relative;
}
.webdesign-development-services-list-box h3::before{
	content: "";
position: absolute;
left: 0px;
bottom: 0px;
width: 30px;
height: 2px;
background: #007661;
}
.webdesign-development-services-list-box p{
	color: #777777;
font-weight: 500;
text-align:left;
font-size: 13px;
line-height: 20px;
padding-top:20px;
}
.webdesign-development-services-applybtn {
	width: 130px;
	height: 35px;
	margin-top:30px;
	border: 1px solid #007562;
	transition: 2s ease;
}
.webdesign-development-services-applybtn p {
	font-size: 14px;
	font-weight: 600;
	color: #007562;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.webdesign-development-services-applybtn p a {
	color: #007562;
	display: block;
	line-height: 32px;
}
.webdesign-development-services-list-box:hover .webdesign-development-services-applybtn {
	background:#007562;
	border: 1px solid #007562;
}
.webdesign-development-services-list-box:hover .webdesign-development-services-applybtn p a {
	color: #fff;
}
.under-construction-box{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
.under-construction-box img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.bussinessareasbox-list{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bussinessareasbox-list ul{
	margin: 0px;
	padding: 0px;
}
.bussinessareasbox-list ul li{
	position: relative;
line-height: 1.8em;
padding: 0px;
color: #777;
text-align: left;
padding-left: 30px;
list-style-type: none;
}
.bussinessareasbox-list ul li::before{
	content: "\f28d";
	font-family:'FontAwesome';
	position: absolute;
	left:5px;
	color: #007661;
}
.bussinessareasbox-list ul li b{
	color: #007661;
}
.real-estate-textbox p b{
	color: #007661;
}

.ourfeatures-applybtn1 {
	width: 130px;
	height: 35px;
	margin: auto;
	margin-top:30px;
	background:#fff;
	transition: 2s ease;
	border-radius: 4px;
}
.ourfeatures-applybtn1 p {
	font-size: 14px;
	font-weight: 600;
	color: #007661;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.ourfeatures-applybtn1 p a {
	color: #007661;
	display: block;
	line-height: 35px;
}
.ourfeatures-applybtn2 {
	width: 130px;
	height: 35px;
	margin: auto;
	margin-top:30px;
	background:#fff;
	transition: 2s ease;
	border-radius: 4px;
}
.ourfeatures-applybtn2 p {
	font-size: 14px;
	font-weight: 600;
	color: #007661;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.ourfeatures-applybtn2 p a {
	color: #007661;
	display: block;
	line-height: 35px;
}
.ourfeatures-applybtn3 {
	width: 130px;
	height: 35px;
	margin: auto;
	margin-top:30px;
	background:#fff;
	transition: 2s ease;
	border-radius: 4px;
}
.ourfeatures-applybtn3 p {
	font-size: 14px;
	font-weight: 600;
	color: #007661;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.ourfeatures-applybtn3 p a {
	color: #007661;
	display: block;
	line-height: 35px;
}
.ourfeatures-texthide1{
	display: none;
}
.ourfeatures-texthide2{
	display: none;
}
.ourfeatures-texthide3{
	display: none;
}
/**BUSINESS WITH US PAGE START**/
.businesswithus-main-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
.businesswithuspage-wrapper{
   width: 100%;
   height: auto;
   margin: auto;
   margin-top: 40px;
}
.businesswithuspage-wrapper .contactpage-formbox{
	margin-top: 0px;
}
.businesswithuspage-wrapper .businesswithuspage-img{
	 width: 100%;
   height: auto;
   margin: auto;
   border: 1px solid #f9f9f9;
   padding: 10px;
   background: #f7f7f7;
}
.businesswithuspage-wrapper .businesswithuspage-img img{
	 width: 100%;
   height: auto;
   margin: auto;
}
.businesswithuspage-formbox{
	width: 100%;
	height: auto;
	margin: auto;
	
}
.businesswithuspage-formbox .businesswithuspage-formgroupmid {
	width:100%;
	height:auto;
	    margin-bottom: 1rem;
}
.businesswithuspage-formbox .businesswithuspage-formgroupauto {
	width:100%;
	height:auto;
	margin:auto;
}
.businesswithuspage-formbox .businesswithuspage-formtextstyle {
	font-family: 'Open Sans';
	width: 100%;
    border: 1px solid #ddd;
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 42px;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
}
.businesswithuspage-formbox .businesswithuspage-formtextstyle:focus{
	border-color:#017562;
}
.businesswithuspage-formbox .businesswithuspage-formmsgstyle {
	font-family: 'Open Sans';
	width: 100%;
border: 1px solid #ddd;
background-color: #fff;
  color: #777;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 102px;
font-size: 14px;
resize: none;
padding:10px 10px;
}
.businesswithuspage-formbox .businesswithuspage-formmsgstyle:focus{
	border-color:#017562;
}
.businesswithuspage-formbox .businesswithuspage-formbtn {
		font-family: 'Open Sans';
    padding: 12px 25px;
background:transparent;
color: #017562;
text-transform: uppercase;
font-size: 16px;
line-height: 18px;
    font-weight: 600;
text-align: center;
cursor: pointer;
letter-spacing: 1px;
border:2px solid #017562;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top: 10px;
    transition: ease-in-out all 0.55s;
text-transform: uppercase;
}
.businesswithuspage-formbox .businesswithuspage-formbtn:hover {
	background:#017562;
	color: #fff;
	border:2px solid #017562;
}
.businesswithuspage-formbox .businesswithuspage-formbtn:active {
	background:#017562;
	color: #fff;
	border:2px solid #017562;
}
.businesswithuspage-formbox .businesswithuspage-selectoption{
	 width: 100%;
	height: auto;
	overflow: hidden;
    outline: none!important;
   

}
.businesswithuspage-formbox .businesswithuspage-selectoption select {
  border: 0;
     color:#777;
  font-weight: 500;
 border: 1px solid #d1d1d1;
  background:#fff url("images/down-arrow.png") no-repeat scroll 95% center;
  font-size: 14px;
  font-weight: 500;
padding: 2px 10px;
  width: 100%;
  -webkit-appearance: none;
  outline: none!important;
    border-radius: 4px;
       height: 42px;
}

/**BUSINESS WITH US PAGE END**/