/*
 Theme Name:     Osmosis Child Theme
 Description:    Osmosis Child Theme
 Author:	 smart
 Author URI:     smartinfosys.net
 Template:       osmosis
 Version:        1.0.0
*/
@font-face {
    font-family: 'Times_New_Roman_Normal';
    src: url('fonts/Times_New_Roman_Normal.eot');
    src: url('fonts/Times_New_Roman_Normal.eot') format('embedded-opentype'),
         url('fonts/Times_New_Roman_Normal.woff2') format('woff2'),
         url('fonts/Times_New_Roman_Normal.woff') format('woff'),
         url('fonts/Times_New_Roman_Normal.ttf') format('truetype'),
         url('fonts/Times_New_Roman_Normal.svg#Times_New_Roman_Normal') format('svg');
}
@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri.eot');
    src: url('fonts/calibri.eot') format('embedded-opentype'),
         url('fonts/calibri.woff2') format('woff2'),
         url('fonts/calibri.woff') format('woff'),
         url('fonts/calibri.ttf') format('truetype'),
         url('fonts/calibri.svg#calibri') format('svg');
}
*::-webkit-input-placeholder { color: #666;opacity:1;}
*:-moz-placeholder { color: #666;opacity:1;}
*::-moz-placeholder { color: #666;opacity:1;}
*:-ms-input-placeholder { color: #666;opacity:1;}
ul:after {
  clear: both;
  display: block;
  content: "";
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:before, a:after{
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
p {
  color: #333333;
  font-family: 'Lato',sans-serif;
  font-size: 15px;
  line-height: 160%;
}
/**********************Home page start*************************/
/***** header *****/ 
#grve-top-bar {
  display:none;
}
.header-info .header-left {
  border-right: 1px solid #000000;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 36px;
  padding-right: 20px;
  position: relative;
  width: 30%;
}
.header-info .header-left:before {
  background: url("images/sprite.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.header-logo {
  float: left;
  margin-top: 12px;
  width: 32.95%;
}
.header-logo:after {
  clear: both;
  content: "";
  display: block;
}
#grve-header[data-logo-align="left"] h1.grve-logo {
  clear: none;
  float: left;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 92%;
}
#grve-header #grve-inner-header h1.grve-logo img {
  max-height:100%!important;
}
.header-info .header-left .header-add {
  color: #333333;
  display: inline-block;
  font-family: 'calibri';
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
}
.header-contact {
  display: inline-block;
  margin-top: 24px;
  text-align: right;
  width: 67.05%;
}
.header-info .header-right {
  display: inline-block;
  padding-left: 59px;
  position: relative;
  text-align: justify;
  width: 39%;
}
.header-info .header-right:before {
  background: url("images/sprite.png") no-repeat scroll 12px -51px rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
.header-info .header-right span a {
  color: #333333;
  float: left;
  font-family: 'calibri';
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}
.header-info .header-right .header-phn > a {
  font-weight: bold;
}
.header-info .header-right span.header-mail a {
  color: #999999;
  margin-bottom: 0;
}
.header-info .header-right span a:hover, .header-info .header-right span.header-mail a:hover {color:#48758A;}
.header-info .header-right br {
  display: none;
}
#grve-header[data-menu-align="right"] #grve-main-menu {
  background-color: #0d3142;
  float: right;
  margin-top: 5px;
  position: relative;
  width: 100%;
}
#grve-header[data-menu-align="right"] #grve-main-menu:before {
  border-right: 24px solid #0d3142;
  border-top: 50px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  left: -24px;
  position: absolute;
  width: 0;
}
#grve-header[data-menu-align="right"] #grve-main-menu:after {
  background-color: #0d3142;
  content: "";
  height: 50px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#grve-header[data-menu-align="right"].grve-header-sticky #grve-main-menu {
  padding-right: 0 !important;
}
#grve-header.grve-header-sticky h1.grve-logo a.grve-sticky {
    text-align: left;
}
#grve-header.grve-header-sticky[data-logo-background="transparent"][data-sticky-header="advanced"] h1.grve-logo {
  padding-left: 5px;
  padding-right: 5px;
}
#grve-header .grve-container #grve-main-menu > ul > li > a {
  color:#fff !important;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
}
#grve-header #grve-main-menu ul li {
  border-right: 1px solid #999999;
  padding: 0 22px !important;
  position: relative;
}
/*ul.grve-menu {
  padding: 0 0 0 5px;
}*/
#grve-header .grve-container #grve-main-menu ul li:hover,#grve-header .grve-container #grve-main-menu ul li.current-menu-item {
  background-color: #868686;
}
#grve-header.grve-default #grve-inner-header {
  border-bottom: 5px solid #0d3142;
  height: 150px !important;
  line-height: inherit;
}
#grve-header.grve-default #grve-header-wrapper {
  display: inline-block;
  height: auto;
}
header.grve-header-sticky .header-info .header-left, header.grve-header-sticky .header-info .header-right {
  display: none;
}
#grve-header.grve-header-sticky #grve-inner-header h1.grve-logo img {
  max-height: 60px !important;
}
header.grve-header-sticky .header-contact {
  margin-top: 0;
}
#grve-header {
  background-color: #fff;
  position: relative;
  z-index: 20;
}
#grve-header.grve-header-sticky #grve-inner-header {
  height: 75px !important;
}
header.grve-header-sticky .header-logo {
  margin-top: 0;
}
/***** header close *****/
#grve-main-content {clear: both ;}
.tp-bannershadow.tp-shadow2 {
  display: none;
}
#grve-header {
  height: 150px;
  z-index: 30;
}
#grve-header + .clear + #grve-main-content .grve-container {
  padding-bottom: 40px;
  padding-top: 19px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
#home_slider .tp-simpleresponsive .caption, #home_slider .tp-simpleresponsive .tp-caption {
  color:#FFF !important;
  font-family: 'Oswald',sans-serif;
  font-size: 45px !important;
  font-weight: bold !important;
  line-height: 70px !important;
  margin: 0 auto !important;
  position: absolute;
  text-align: center !important;
  top: 290px !important;
  white-space: inherit !important;
  width: 550px !important;
}
.tp-bullets.hidebullets, .tp-bullets {
  opacity: 0 !important;
}
#home_slider .tparrows.default {
  background: url("images/slider-arrow.png") no-repeat 0 0;
  cursor: pointer;
  height: 82px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 48px;
  z-index: 100;
}
#home_slider .tp-leftarrow.default {
	background-position:left top;
}
#home_slider .tp-leftarrow.default:hover {
	background-position:left bottom;
	margin-left: -2px;
}
#home_slider .tp-rightarrow.default {
	background-position:right bottom;
}
#home_slider .tp-rightarrow.default:hover {
	background-position:right top;
	margin-right: -2px;
}
#home_slider .wpcf7 .contact-title h2 {
  background:#48758A;
  color:#FFF;
  float: left;
    font-family: 'Times_New_Roman_Normal';
    font-size: 22px;
    line-height: 47px;
    margin: 0;
    padding: 3px 27px 0 21px;
    text-transform: uppercase;
}
#home_slider .wpcf7 .contcat-form {
  background: #144E69;
  clear: both;
    display: inline-block;
   padding: 30px;
   vertical-align: top;
   width: 100%;
}
#home_slider .wpcf7 .contcat-form input {
	background: #FFF;
	color:#333;
	font-family: 'Lato',sans-serif;
	font-size: 14px;
	line-height: 38px;
	/*margin-right: -1px;*/
	width:100%;
	height: 56px;
	position: relative;
	z-index: 2;
	padding: 0 10px;
	float:none;
	margin:0;
	border: 1px solid transparent;
	line-height: 100%;
}
#home_slider .wpcf7 .contcat-form input.wpcf7-not-valid {
	border-color: #FF0000;
}
.contcat-form .wpcf7-form-control-wrap{
	display:block;
	position:relative;
}
#home_slider .wpcf7 .contcat-form > div {
	float: left;
	width: 25%;
	margin:0 0 15px;
	position: relative;
}
#home_slider .wpcf7 .contcat-form > div:nth-last-child(-n+3){
	margin-bottom:0;
}
#home_slider .wpcf7 .contcat-form > .message {
	width: 50%;
}
#home_slider .wpcf7 .contcat-form .submit input {
	background: #040404;
	color: #FFF;
	letter-spacing: 0;
	font-family: 'Times_New_Roman_Normal';
	font-size: 13px !important;
	width: 200px !important;
}
#home_slider .wpcf7 .contcat-form .submit input:hover {
  background:#48758A;
}
#home_slider .wpcf7 .contcat-form .submit .ajax-loader {
  position: absolute;
  top: 18px;
}
#home_slider div.wpcf7 {
  margin-top: -145px;
  padding: 0;
  position: relative;
  z-index: 20;
  /*z-index: 99999;*/
}
#home_slider div.wpcf7 div.wpcf7-validation-errors {
  border: 2px solid red;
  margin: 15px 0 0 0;
}
#home_slider div.wpcf7 div.wpcf7-mail-sent-ok {
  border: 2px solid #398F14;
  margin: 15px 0 0 0;
  color: #398F14;
}
#home_slider .wpcf7 .contcat-form span.wpcf7-not-valid-tip {
  clear: both;
  display: block;
  float: left;
  font-size: 1em;
}
#grve-main-content h3.grve-title-no-line {
  color: #0d3142;
  font-family: 'Times_New_Roman_Normal';
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 16px;
  text-transform: uppercase;
}
#grve-main-content h3.grve-title-no-line:after {
  background-color: #0d3142;
  bottom: -2px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 90px;
}
#grve-main-content h3.grve-title-no-line:before {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 625px;
}
.client-subtitle > p {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
ul, ol ,li {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
#grve-main-content .practice-wrap h3.grve-title-no-line {
  color: #ffffff;
}
#grve-main-content .practice-wrap h3.grve-title-no-line:after, #grve-main-content .practice-wrap h3.grve-title-no-line:before {
  background-color: #ffffff;
}
.practice-wrap ul li:nth-child(4n) {
    margin-right: 0;
}
.practice-wrap ul li {
  cursor: pointer;
  float: left;
  margin-bottom: 30px;
  margin-right: 2.3%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 23.2%;
}
.practice-wrap ul li h3 {
  color: #ffffff !important;
  font-family: 'Times_New_Roman_Normal';
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  margin: 17px 0;
  text-align: center;
  text-transform: uppercase;
}
.practice-wrap ul li h3:hover {
  color: #0d3142 !important;
}
/*
.practice-wrap ul li .practice-imgs {
  height: 167px;
  overflow: hidden;
  width: 100%;
}
.practice-wrap ul li:hover .practice-imgs {
    height: 100%;
    min-height: 225px;
}
.practice-wrap ul li .practice-imgs img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
*/
.practice-wrap ul li .practice-imgs {
  background-color: #999999;
  border: 5px solid #ffffff;
  border-radius: 50% !important;
  display: inline-block;
  height: 150px;
  line-height: 150px;
  position: relative;
  text-align: center;
  width: 150px;
}
 .practice-imgs img {
  position: relative;
  z-index: 9999;
}
.practice-wrap ul li:hover .practice-imgs:before {
  opacity: 1;
  top: 0;
}
.practice-wrap ul li .practice-imgs:before {
  background-color: #0d3142;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.5s ease 0s;
  z-index: 2;
}
/*.practice-wrap ul li .practice-imgs:hover {
  background-color: #0d3142;
}
.practice-wrap ul li:hover .grve-practice {
  background-color: rgba(0, 0, 0, 0.63);
  height: 100%;
  top: 0!important;
  position: absolute;
  text-align: center;
  width: 100%;
}*/
.grve-section.practice-wrap ul li .grve-practice {
   top: -227px;
    transition: all 0.8s ease 0s;
    position: absolute;
    text-align: center;
    display: none;
}
/*.practice-wrap ul li:hover .grve-practice .prac-title {
  color: #FFFFFF !important;
  display: block;
  font-size: 20px;
  margin-bottom: 9px;
  margin-top: 23px;
  min-height: 56px;
  padding: 0 10px;
  display: block;
  word-wrap: break-word;
}*/
#home_slider .wpcf7 .contcat-form .submit {
	float: right;
	position: relative;
	padding: 5px 0 0;
	width: auto;
	z-index: 1;
}
#home_slider .wpcf7 .contcat-form .submit:before {
  background-color: #48758A;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: auto;
  z-index: -1;
}
/*
#home_slider .wpcf7 .contcat-form .submit:hover:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
}
*/
#home_slider .wpcf7 .contcat-form .submit input:hover {
  background-color: #48758A;
  color: #fff;
}
.grve-header-sticky .grve-container {
  width: 1170px !important;
}
#home_slider div.wpcf7 div.wpcf7-validation-errors,
#home_slider .wpcf7 .contcat-form span.wpcf7-not-valid-tip {
  display: none !important;
}
#home_slider .wpcf7 .contcat-form .name, #home_slider .wpcf7 .contcat-form .email, #home_slider .wpcf7 .contcat-form .phone {
  border-right: 0 none;
  z-index: 2;
}
#home_slider .wpcf7 .contcat-form .name:after, #home_slider .wpcf7 .contcat-form .email:after, #home_slider .wpcf7 .contcat-form .phone:after {
  background-color: #d6d6d6;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 1;
}
input, input:focus, input::-moz-focus-inner {
  outline: 0 none !important;
}
.grve-section.practice-wrap ul li .grve-practice a {
  background-color: #48758A;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Times_New_Roman_Normal';
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  padding: 12px 12px 9px;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
  z-index: 1;
}
.grve-section.practice-wrap ul li .grve-practice a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}
.grve-section.practice-wrap ul li .grve-practice a:hover:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.grve-section.practice-wrap ul li .grve-practice a:hover {
  color: #48758A;
}
.practice-wrap ul li .grve-practice-media a h3 {
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 22px 15px 15px;
  right: 0;
  word-wrap: break-word;
}
.grve-section.practice-wrap ul li .grve-practice p {
  color: #FFFFFF;
  line-height: 160%;
  padding: 0 10px;
  margin-bottom: 17px;
  min-height: 72px;
}
.grve-section.about-wrap {
  overflow: visible;
  padding-bottom: 60px;
  padding-top: 25px;
}
.grve-container .grve-section {
  margin-bottom: 0;
}
.grve-section.practice-wrap {
  background: url("images/pa-bg.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  padding: 50px 0 8px;
}
.grve-text.client-subtitle {
  margin-bottom: 33px;
}
#grve-main-content .about-wrap h3.grve-title-no-line:after {
  left: 0;
  right: auto;
}
#grve-main-content .about-wrap h3.grve-title-no-line:before {
  width: 600px;
}
.about-content p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.about-wrap .co-img {
  display: inline-block;
  float: right;
  text-align: right;
  margin-top: 6px;
}
.about-wrap .co-img:after {
  background: url("images/image-shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: -32px;
  content: "";
  display: block;
  height: 57px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 524px;
}
.about-wrap .co-img:before {
  border: 8px solid rgba(255, 255, 255, 0.3);
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
}
.about-wrap .vc_col-sm-6:nth-of-type(1) .vc_column-inner {
  padding-right: 0;
  padding-top: 0;
}
.grve-section.about-wrap .grve-element.grve-text.about-content {
  margin-bottom: 24px;
}
.about-wrap .about-read.vc_btn3-inline {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}
.about-wrap .about-read.vc_btn3-inline a:hover {
  background-color: #888888;
  color: #fff;
}
.about-wrap .about-read.vc_btn3-inline a {
  background-color: #0d3142;
  border: 0 none;
  border-radius: 3px !important;
  color: #ffffff;
  font-family: 'Times_New_Roman_Normal';
  font-size: 20px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 168px;
  z-index: 1;
  background-image: none;
}
.about-wrap .about-read.vc_btn3-inline a:focus {
  background-color: #48758A;
  color: #fff;
}
.client-wrap .client-subtitle p {
  color: #333333;
  font-size: 18px;
  font-family: 'Lato',sans-serif;
  padding: 0 6%;
}
.client-carousal .client_start {
    overflow: hidden;
    padding: 0 0.5px;
}
.client-carousal .owl-stage:after {
  clear: both;
  content: "";
  display: block;
}
.client-wrap .client-carousal {
  position: relative;
}
.client-carousal .owl-nav .owl-prev, .client-carousal .owl-nav .owl-next {
  display: inline-block;
}
.client-carousal .owl-nav .owl-prev, .client-carousal .owl-nav .owl-next {
  background: url("images/sprite.png") no-repeat scroll 0 -341px rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 54px;
  margin: 0;
  position: absolute;
  top: 26%;
  transition: all 0.5s ease 0s;
  width: 30px;
}
.client-carousal .owl-nav {
  text-align: center;
}
.client-carousal .owl-nav .owl-prev {
  left: -35px;
}
.client-carousal .owl-nav .owl-next {
  background-position: 0 -502px;
  right: -35px;
}
.client-carousal .owl-nav .owl-prev:hover {
  background-position: 0 -425px;
}
.client-carousal .owl-nav .owl-next:hover {
  background-position: 0 -585px;
}
.client-carousal ul.client_start li.client-list {
  border: 1px solid #c8c8c8;
  padding: 5px 0;
}
.client-carousal ul.client_start li.client-list .client-imgs {
  height: 80px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.client-carousal ul.client_start li.client-list .client-imgs img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grve-container {
  padding-bottom: 0!important;
  padding-top: 0 !important;
}
.grve-section.client-wrap {
  padding-bottom: 60px;
  padding-top: 50px;
}
#grve-body .grve-section.contact-section {
  padding-bottom: 60px;
  padding-top: 60px;
/*
  height: 600px;
*/
}
#grve-body .contact-section .grve-bg-image.show {
  background-position: top right;
}
#grve-body .contact-section .grve-column-1 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 46%;
}
.contact-section .contact-title h2 {
  color: #000000 !important;
  font-family: times new roman;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 16px;
}
#grve-body .contcat-form .submit input {
  background-color: #0d3142;
  border-radius: 5px;
  color: #ffffff;
  float: right;
  font-family: times new roman;
  font-size: 20px !important;
  font-weight: bold;
  height: 70px;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 187px;
}
#grve-body .contcat-form .submit input:hover {
  background-color: #888;
}
#grve-body .contcat-form input, #grve-body .contcat-form textarea {
  border: 1px solid #cccccc !important;
  color: #666666;
  float: left;
  font-family: lato;
  font-size: 16px;
  height: 35px;
  margin-bottom: 15px;
  padding: 0 5px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#grve-body .contcat-form textarea {
	background: #fff;
	height: 76px;
	margin: 0;
	padding: 10px;
	float:none;
	display:block;
	resize: none;
}
.contcat-form .g-recaptcha.wpcf7-recaptcha{
	margin-left:10px;
}
.contcat-form .submit .ajax-loader {
  margin-top: 16px;
  position: absolute;
  right: 0;
}
.contcat-form div:nth-child(6) {
  display: inline-block;
  width: 58%;
}
.contcat-form .submit {
  float: right;
  margin-top: 13px;
  text-align: right;
  width: 40%;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
  margin: 15px 0;
  text-align: center;
  color: #ff0000;
  background-color: transparent;
  border: 2px solid #ff0000;
  padding: 5px ;
  width: 100%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  width: 100%;
  margin: 15px 0;
  text-align: center;
  color: #008000 !important;
}
#grve-body .contcat-form input.wpcf7-not-valid, #grve-body .contcat-form textarea.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
footer .epic_results .warning {
  color: #ffd600 !important;
  font-weight: 600;
}
footer .epic_results .success {
  color: #008000 !important;
}
/***** footer *****/
#grve-footer #grve-footer-area {
  background-color: #ffffff;
  padding: 40px 0;
}
#grve-body #grve-footer h5 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  color: #000000;
  font-family: times new roman;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#grve-body #grve-footer-area .grve-column-1-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
  position: relative;
}
#grve-body #grve-footer-area .grve-column-1-4:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 220px;
  right: 0;
  top: 0;
  background: url("images/footer-rborder.png") no-repeat;
}
#grve-body #grve-footer-area .grve-column-1-4:last-child:after {
  display: none;
}
#grve-footer-area .grve-row {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
#grve-body #grve-footer-area .grve-column-1-4:nth-child(1) {
  padding-left: 0 !important;
  width: 20%;
}
#grve-body #grve-footer-area .grve-column-1-4:nth-child(2) {
  width: 30%;
}
#grve-body #grve-footer-area .grve-column-1-4:last-child {
  padding-right: 0 !important;
}
#grve-footer-area .contact-info {
  width: 90%;
}
footer #menu-footer-widget-menu li {
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
footer #menu-footer-widget-menu li:last-child {
  margin-bottom: 0;
}
footer #menu-footer-widget-menu li:before {
  color: #333333;
  content: "";
  font-family: fontawesome;
  left: 0;
  line-height: 1.7;
  position: absolute;
  top: 0;
}
#grve-body #grve-footer-area #menu-footer-widget-menu li a {
  color: #000000 !important;
  font-family: lato;
  font-size: 17px;
}
#grve-body #grve-footer-area #menu-footer-widget-menu li.current-menu-item a, #grve-body #grve-footer-area #menu-footer-widget-menu li:hover a {
  color: #0d3142 !important;
  font-weight: bold;
}
footer #menu-footer-widget-menu li.current-menu-item:before, footer #menu-footer-widget-menu li:hover:before {
  color: #0d3142;
  font-weight: bold;
}
footer .contact-info li {
  margin-bottom: 26px;
  padding-left: 30px;
}
footer .contact-info li:last-child {
  margin-bottom: 0;
}
footer .contact-info li:before {
  background: url("images/sprite.png") no-repeat scroll 0 -136px rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
footer .contact-info li:nth-child(2):before {
  background: url("images/sprite.png") no-repeat scroll 0 -228px rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
}
footer .contact-info li.email:before {
  background: url("images/sprite.png") no-repeat scroll 0 -279px rgba(0, 0, 0, 0);
  height: 19px;
  width: 16px;
}
footer .contact-info li, footer .contact-info li a  {
  color: #000000 !important;
  font-family: lato;
  font-size: 16px;
  position: relative;
  line-height: 1.2;
}
footer #grve-footer-area .contact-info li a:hover {
  color: #888888 !important;
  cursor: pointer;
}
 footer .contact-info li:nth-child(2) a {
  font-weight: bold;
}
footer .contact-info li b {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#grve-footer-area .grve-column-1-4:nth-child(3) .textwidget > p {
  color: #000000;
  font-family: lato;
  font-size: 15px;
  margin-bottom: 20px;
}
#grve-footer-area .grve-column-1-4:nth-child(3) .news_text.address {
  border: 1px solid #dddddd;
  border-radius: 3px !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  color: #666666;
  font-family: lato;
  font-size: 16px;
  height: 36px;
  padding: 5px 10px;
}
#grve-footer-area .grve-column-1-4:nth-child(3) #sidebar_button {
  background-color: #0d3142;
  border-radius: 3px;
  font-family: lato;
  font-size: 18px !important;
  font-weight: bold;
  height: 36px;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 25px;
  padding: 0;
  text-transform: capitalize;
  width: 104px;
}
#grve-footer-area .grve-column-1-4:nth-child(3) #sidebar_button:hover {
  background-color: #888888;
}
#grve-footer-area .grve-column-1-4:nth-child(3) .loading {
  margin-top: 25px;
  vertical-align: middle;
}
#grve-body #grve-footer-area .grve-column-1-4:nth-child(4) div {
  margin: 35px 0 22px;
  text-align: center;
}
#grve-body #grve-footer-area .grve-column-1-4:nth-child(4) ul {
  display: inline-block;
}
#grve-body #grve-footer-area .grve-social ul li {
  height: 35px;
  margin: 0 12px 0 0;
  width: 35px;
}
#grve-body #grve-footer-area .grve-social ul li:last-child {
  margin-right: 0;
}
#grve-body #grve-footer-area .grve-social ul li a {
  background: none repeat scroll 0 0 #000000;
  border: none !important;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}
#grve-body #grve-footer-area .grve-social ul li a:hover {
  background-color: #888;
}
footer #grve-footer-bar .footer-left {
  float: left;
  width: 100% !important;
}
footer #grve-footer-bar .footer-right {
  float: right;
  margin: 0 !important;
  width: auto !important;
  display: none;
}
.footer-right ul.grve-social li:after {
  margin: 0 !important;
  content: "" !important;
}
.footer-right ul.grve-social li {
  vertical-align: top;
  margin: 0 2px;
}
.footer-right ul.grve-social li:last-child {
  margin-right: 0;
}
footer #grve-footer-bar .footer-left .grve-copyright, footer #grve-footer-bar .footer-left .grve-copyright a {
  color: #ffffff;
  font-family: 'Lato',sans-serif;
  font-size: 16px !important;
  text-align: center;
  text-transform: capitalize;
}
.grve-copyright, footer #grve-footer-bar .footer-left .grve-copyright a:hover{
	color: #48758A;
}
footer #grve-footer-bar {
  background-color: #202020;
}
.footer-right ul.grve-social li a {
	background: url("images/social-icons.png") no-repeat;
	width: 31px;
	height: 30px;
	display: block;
	font-size: 0;
}
.footer-right ul.grve-social li:nth-of-type(1) a {
  background-position: 0px 0px;
}
.footer-right ul.grve-social li:nth-of-type(1) a:hover {
  background-position: 0 -39px;
}
.footer-right ul.grve-social li:nth-of-type(2) a {
  background-position: -109px 0;
}
.footer-right ul.grve-social li:nth-of-type(2) a:hover {
  background-position: -109px -39px;
}
.footer-right ul.grve-social li:nth-of-type(3) a {
  background-position: -73px 0;
}
.footer-right ul.grve-social li:nth-of-type(3) a:hover {
  background-position: -73px -39px;
}
.footer-right ul.grve-social li:nth-of-type(4) a {
  background-position: -109px 0px;
}
.footer-right ul.grve-social li:nth-of-type(4) a:hover {
  background-position: -109px -39px;
}
/***** footer *****/
.header-info .header-right span {
  display: block;
}
.header-info .header-right span:after {
  clear: both;
  content: "";
  display: block;
}
#grve-body .grve-top-btn.grve-icon-nav-up.show {
  background-color: #0d3142;
  border: 2px solid #888888;
  color: #888888;
  font-weight: bold;
  line-height: 1.5;
  width: 40px;
  height: 40px;
}
#grve-body .grve-top-btn.grve-icon-nav-up.show:hover {
  background-color: #000;
}
#grve-footer-area .grve-column-1-4:nth-child(3) input::-moz-focus-inner, #grve-footer-area .grve-column-1-4:nth-child(3) input:focus {
  border: medium none !important;
  outline: medium none !important;
}
/**********************Home page close*************************/

/**********************Innerpage start*************************/
.inner-page-image .widget_sp_image img {
  display: block;
  width: 100%;
}
.inner-page-image {
  height: 550px;
  position: relative;
}
.inner-page-image img {
  height: 100%;
}
.inner-page-image .banner-layer {
  color: #FFFFFF;
  font-family: 'Oswald',sans-serif;
  font-size: 35px;
  font-weight: bold;
  height: 100px;
  left: 0;
  line-height: 155%;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 140px;
  width: 570px;
  text-shadow: 10px 0 10px rgba(0, 0, 0, 0.65), -10px 0 10px rgba(0, 0, 0, 0.65), 0 -10px 10px rgba(0, 0, 0, 0.65), 0 10px 10px rgba(0, 0, 0, 0.65);
}
#home_slider.inner-page-contact div.wpcf7 {
  margin-top: -160px;
}
.breadcrumbs span a.home span {
  font-weight: normal;
  color: #999;
}
.breadcrumbs span span {
  color: #144E69;
  font-size: 14px;
  font-family: 'Lato',sans-serif;
  font-weight: bold;
}
.breadcrumbs .grve-container {
  background-color: #F3F3F3;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 20px !important;
}
.breadcrumbs span a.home:hover span {
  color: #144E69;
}
.grve-section.title_wrap {
  padding: 51px 0 0;
}
/*.grve-section.about-area-wrap .grve-column-1*/
.grve-section.about-area-wrap .area-about-start a.area-list-link {
  float: left;
  width: 20%;
  /*padding: 0;*/
}
.grve-section.about-area-wrap .grve-column-1 .about-image a {
  display: block;
}
/*.grve-section.about-area-wrap .grve-column-1 .about-image a*/
.grve-section.about-area-wrap .grve-column-1 .about-image {
  background-color: #196285;
  border: 8px solid #144E69;
  border-radius: 50% 50% 50% 50%;
  display: block;
  height: 160px;
  line-height: 145px;
  margin: 0 auto;
  width: 160px;
  position: relative;
  z-index: 1;
  text-align: center;
}
h6.about-us-title span {
  color: #040404;
  display: block;
  font-family: 'Times_New_Roman_Normal';
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 9px;
  padding: 0 7px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.grve-section.about-area-wrap .area-about-start a.area-list-link:hover .about-us-title span {
  color: #48758A;
}
/*
.about-area-wrap .grve-column-1:nth-of-type(1) {
  padding-left: 15px;
}
.about-area-wrap .grve-column-1:nth-of-type(5) {
  padding-right: 15px;
}
*/
.grve-section.about-area-wrap {
  padding: 27px 0 55px;
}
.grve-section.cms_wrapper.pro_block2 {
  background-color: #EFEFEF;
}
.cms_wrapper.pro_block2 .grve-element.grve-image a {
  display: block;
  text-align: right;
}
/*.about-area-wrap .grve-column-1 .about-image a:hover*/
.about-area-wrap .grve-column-1 a.area-list-link:hover .about-image {
  border: 8px solid #196285;
}
/*.about-area-wrap .grve-column-1 .about-image a:before*/
.about-area-wrap .grve-column-1 .about-image:before {
  background-color: #144E69;
  border-radius: 50% 50% 50% 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
/*.about-area-wrap .grve-column-1 .about-image a:hover:before*/
.about-area-wrap .grve-column-1 a.area-list-link:hover .about-image:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.cms_wrapper.pro_block2 .right_content_wrap {
  float: right;
  width: 29%;
  position: relative;
}
.cms_wrapper.pro_block2 .left_content_wrap {
  width: 71%;
  padding-top: 50px;
}
.cms_wrapper.pro_block2 .left_content_wrap p:nth-of-type(1) {
  margin-bottom: 13px;
}
.cms_wrapper.pro_block2 .right_content_wrap h6 span {
  background-color: rgba(25, 98, 133, 0.84);
  bottom: 0;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-family: 'Times_New_Roman_Normal';
  font-weight: bold;
  left: 0;
  margin: auto;
  padding: 11px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.cms_wrapper.pro_block4 {
  background-color: #EFEFEF;
}
.cms_wrapper.pro_block3 .left-single .grve-image {
  float: left;
  position: relative;
  margin-top: 7px;
}
.cms_wrapper.pro_block3 .left-single .grve-image:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 93%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 93%;
}
.cms_wrapper.pro_block3 .left-single .grve-image:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 93%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 93%;
}
.cms_wrapper.pro_block3 .right-single .grve-text p {
  color: #666666;
  margin-bottom: 14px;
  text-align: justify;
}
.cms_wrapper.pro_block3 .right-single .grve-text p:last-child {
  margin-bottom: 0;
}
.cms_wrapper.pro_block3 {
  padding: 57px 0 55px;
}
.cms_wrapper.pro_block3 .right-single .grve-text {
  padding-left: 5px;
}
.area-of-practice.about-area a, .area-of-contact.about-area a {
  background: url("images/circle-bg.png") no-repeat;
  background-position: center center;
  background-size:cover; 
  border: 7px solid #666666;
  border-radius: 50% 50% 50% 50%;
  display: block;
  height: 160px;
  line-height: 145px;
  width: 160px;
  position: relative;
  z-index: 1;
}
.area-of-practice.about-area a:before, 
.area-of-contact.about-area a:before {
  background-color: #fff;
  border-radius: 50% 50% 50% 50%;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
   transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: -1;
}
.area-of-practice.about-area a:hover:before, 
.area-of-contact.about-area a:hover:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
h6.learn-more span {
  color: #666666;
  display: block;
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 28px;
}
.cms_wrapper.pro_block4 .about-logo {
  border: 1px solid #CCCCCC;
  height: 192px;
  line-height: 192px;
  width: 446px;
}
.cms_wrapper.pro_block4 .about-logo:before {
  background: url("images/about-aero.png") no-repeat;
  background-position: left 0;
  width: 66px;
  height: 33px;
  position: absolute;
  content: "";
  left: -88px;
  bottom: 56px;
}
.cms_wrapper.pro_block4 .about-logo:after {
  background: url("images/about-aero.png") no-repeat;
  background-position: right 0;
  width: 66px;
  height: 33px;
  position: absolute;
  content: "";
  right: -88px;
  bottom: 56px;
}
.area-of-practice.about-area {
  float: right;
  margin-right: 17px;
}
.area-of-contact.about-area {
  float: left;
  margin-left: 17px;
}
.about-head .cms-content p {
  color: #666666;
  margin-bottom: 11px;
  text-align: center;
}
.about-head .cms-content p:last-child {
  margin-bottom: 0;
  padding: 0 17%;
}
.cms_wrapper.pro_block4 {
  padding: 58px 0 56px;
}
.about-head .cms-content {
  margin-top: 26px;
}
.prac-area-wrap .area-post-wrap {
  float: left;
  width: 32%;
}
.prac-area-wrap .area_content_start {
  float: right;
  width: 68%;
  padding-left: 60px;
  padding-right: 45px;
}
/*
.area-post-wrap ul.area_start {
  border-left: 5px solid #e0e0e0;
  border-right: 5px solid #e0e0e0;
}
*/
.area-block-start {
  border: 1px solid #ccc;
  background-color: #FAFAFA;
}
.area-post-wrap ul li a h3 {
  color: #3B3B3B !important;
  display: block;
  border-left: 5px solid #e0e0e0;
  border-right: 5px solid #e0e0e0;
  font-family: 'Times_New_Roman_Normal';
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 0;
  padding: 20px 10px 19px 70px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.area-post-wrap ul li a h3:before{
	background: url("images/worker-icons.png") no-repeat;
	content: "";
	position: absolute;
	z-index: -1;
	left: 20px;
	top: 10px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.area-post-wrap ul li:nth-of-type(1) a h3:before {
  background-position: 0 0;
  height: 38px;
  width: 25px;
}
.area-post-wrap ul li:nth-of-type(2) a h3:before {
  background-position: 0 -44px;
  height: 38px;
  width: 26px;
}
.area-post-wrap ul li:nth-of-type(3) a h3:before {
  background-position: 0 -92px;
  width: 30px;
  height: 28px;
  top: 14px;
}
.area-post-wrap ul li:nth-of-type(4) a h3:before {
  background-position: 0 -128px;
  width: 30px;
  height: 22px;
  top: 15px;
}
.area-post-wrap ul li:nth-of-type(5) a h3:before {
  background-position: 0 -159px;
  width: 30px;
  height: 36px;
}
.area-post-wrap ul li:nth-of-type(6) a h3:before {
  background-position: 0 -202px;
  width: 32px;
  height: 33px;
}
.area-post-wrap ul li:nth-of-type(7) a h3:before {
  background-position: 0 -244px;
  width: 36px;
  height: 33px;
}
.area-post-wrap ul li:nth-of-type(8) a h3:before {
  background-position: 0 -286px;
  width: 30px;
  height: 40px;
}
.area-post-wrap ul li a:hover h3,
.area-post-wrap ul li a.active h3 {
  background-color: #144E69;
  color: #fff !important;
}
.area-post-wrap ul li:nth-of-type(1) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(1) a.active h3:before{
  background-position: -50px 0px;
}
.area-post-wrap ul li:nth-of-type(2) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(2) a.active h3:before {
  background-position: -49px -44px;
}
.area-post-wrap ul li:nth-of-type(3) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(3) a.active h3:before {
  background-position: -45px -92px;
}
.area-post-wrap ul li:nth-of-type(4) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(4) a.active h3:before {
  background-position: -45px -128px;
}
.area-post-wrap ul li:nth-of-type(5) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(5) a.active h3:before {
  background-position: -45px -159px;
}
.area-post-wrap ul li:nth-of-type(6) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(6) a.active h3:before {
  background-position: -43px -202px;
}
.area-post-wrap ul li:nth-of-type(7) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(7) a.active h3:before {
  background-position: -40px -244px;
}
.area-post-wrap ul li:nth-of-type(8) a:hover h3:before,
.area-post-wrap ul li:nth-of-type(8) a.active h3:before {
  background-position: -45px -286px;
}
.area-post-wrap ul li a.active h3:after, 
.area-post-wrap ul li a:hover h3:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #144E69;
  border-style: solid;
  border-width: 29px 0 28px 28px;
  content: "";
  height: 0;
  position: absolute;
  right: -33px;
  top: 0;
  width: 0;
}
.area-post-wrap ul li a:hover h3,
.area-post-wrap ul li a.active h3 {
  border-left: 5px solid #1D6D94;
  border-right: 5px solid #144E69;
}
.area-post-wrap ul li {
  border-bottom: 1px solid #E0E0E0;
}
.area_content_start .practice-area h4 {
  color: #144E69 !important;
  font-size: 24px;
  font-family: 'Times_New_Roman_Normal';
  margin-top: 17px;
}
.area_content_start .practice-area p:nth-of-type(2) {
  border-top: 1px solid #CCCCCC;
  font-size: 18px;
  padding-top: 14px;
  margin-top: 19px;
  padding-right: 20%;
}
.area_content_start .practice-area p {
  margin-bottom: 16px;
  text-align: justify;
}
.practice-area ul li {
  background: url("images/li-icon.png") no-repeat;
  background-position: left 5px;
  color: #333333;
  font-size: 15px;
  font-family: 'Lato',sans-serif;
  padding-left: 33px;
  line-height: 160%;
  text-align: justify;
}
.practice-area ul {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
ul.team_start li:nth-child(4n+1) {
  clear: both;
}
ul.team_start li {
  float: left;
  margin-bottom: 1.1%;
  margin-right: 1.1%;
  width: 24.17%;
}
ul.team_start li:nth-child(4n+4) {
  margin-right: 0;
}
ul.team_start li .member-imgs img {
  display: block;
}
ul.team_start li .grve-team-media {
  border: 1px solid #CCCCCC;
  padding-bottom: 8px;
}
.area_content_start .practice-area p a.emailing {
  color: #48758A;
}
.area_content_start .practice-area p a.emailing:hover {
  color: #333;
}
.box-designation h3, .box-designation span {
  font-size: 18px;
  font-family: 'Times_New_Roman_Normal';
  color: #333 !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  display: block;
  font-weight: bold;
}
.box-designation h3 {
  margin-bottom: 10px;
}
ul.team_start li .box-designation {
  margin-top: 15px;
  padding: 0 0 10px;
  position: relative;
  margin-bottom: 4px;
}
ul.team_start li .box-designation:after {
  background-color: #CCCCCC;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 85%;
}
.member-mail a {
  background: url("images/mail-icon.png") no-repeat;
  background-position: left 4px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-family: 'Lato',sans-serif;
  line-height: 150%;
  padding-left: 25px;
}
.member-mail {
  text-align: center;
}
.member-mail a:hover {
  color: #48758A;
  background-position: left -21px;
}
.grve-section.team-wrap {
  padding: 21px 0 49px;
}
#home_slider div.wpcf7 div.wpcf7-mail-sent-ok {
  bottom: -45px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.grve-section {
  overflow: visible;
}
.inner-page-contact#home_slider div.wpcf7 div.wpcf7-mail-sent-ok {
  bottom: -90px;
}
#home_slider .wpcf7 .contcat-form .submit input[type="submit"], 
#home_slider .wpcf7 .contcat-form .submit input[type="submit"]::-moz-focus-inner, 
#home_slider .wpcf7 .contcat-form .submit input[type="submit"]:focus {
  outline: 0 none !important;
  border: 0 none !important;
}
.breadcrumbs span.separet {
  background: url("images/breadcrumb-arrow1.png") no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: 0 10px;
}
.link-list ul li {
  float: left;
  margin-bottom: 35px;
  margin-right: 3.1%;
  width: 17.5%;
}
.link-list ul li:nth-child(5n+5) {
  margin-right: 0;
}
.link-list ul li a {
  border: 1px solid #ccc;
  color: #666666;
  display: block;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 120px;
  line-height: 115px;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
}
.link-list ul li a span {
  display: inline-block;
  line-height: 125%;
  vertical-align: middle;
}
.link-list ul li a:before {
  background-color: #CCCCCC;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  width: 100%;
  z-index: -1;
}
.link-list ul li a:hover:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.link-list ul li a:hover {
  font-size: 18px;
  color: #333;
}
.grve-section.list-wrap {
  padding-bottom: 27px;
}
.contact-block-1 .contact-left {
  width: 100%;
}
.contact-block-1 .contact-right {
  width: 36%;
}
.contact-left .wpcf7-form .form-title h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #040404 !important;
  font-family: 'Times_New_Roman_Normal';
  font-size: 28px;
  font-weight: normal;
  line-height: 100%;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contact-left .wpcf7-form label {
  font-size: 16px !important;
  font-family: 'Lato',sans-serif;
  color: #666;
  text-transform: capitalize;
  line-height: 100%;
}
.contact-left .wpcf7-form div .left {
  float: left;
  width: 48.8%;
}
.contact-left .wpcf7-form div .right {
  float: right;
  width: 48.8%;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap {
  display: block;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap input {
  border: 1px solid #E2E2E2 !important;
  background-color: #F3F3F3;
  color: #999999;
  font-size: 14px;
  font-family: 'Lato',sans-serif;
  height: 56px;
  line-height: 100%;
  padding: 0 10px;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap textarea {
  background-color: #F3F3F3;
  color: #999999;
  font-size: 14px;
  height: 125px;
  line-height: 100%;
  padding: 10px;
  resize: none;
}
.contact-left .wpcf7-form .submit input[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-family: 'Times_New_Roman_Normal';
  font-size: 16px !important;
  font-weight: normal;
  height: 56px;
  letter-spacing: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.contact-left .wpcf7-form .submit {
  background-color: #040404;
  position: relative;
  width: 155px;
  margin-top: 16px;
  z-index: 1;
  float:right;
}
.contact-left .wpcf7-form .submit img.ajax-loader {
  position: absolute;
  right: -25px;
  top: 20px;
}
.contact-left .wpcf7-form .submit:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #48758A;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.contact-left .wpcf7-form .submit:hover:before {
	transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.contact-left .wpcf7-form .wpcf7-validation-errors {
  display: none;
}
.contact-left .wpcf7-form .wpcf7-validation-errors {
  display: none !important;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
.contact-map iframe {
  width: 100%;
}
.grve-section.contact-block-1 {
  padding: 30px 0 62px;
}
.grve-section.contact-block-1 .grve-row {
  position: relative;
}
.contact-block-1 .contact-right {
  bottom: -62px;
  position: absolute;
  right: 0;
  width: 43%;
  z-index: -1;
}
.contact-block-3 h3.contact-title {
  font-size: 28px !important;
}
.contact-block-3 .grve-text .contact-info {
  background-color: #E2E2E2;
  float: left;
  margin-right: 3%;
  margin-top: 75px;
  width: 22.7%;
  text-align: center;
  padding: 51px 0 25px;
  position: relative;
  z-index: 1;
}
.contact-block-3 .grve-text .contact-info.fax-info {
  margin-right: 0;
}
.contact-info .info-title h4 {
  border-bottom: 1px solid #CCCCCC;
  box-shadow: 0 1px 0 #FFFFFF;
  color: #040404 !important;
  font-family: 'Times_New_Roman_Normal';
  font-size: 20px;
  font-weight: normal;
  margin: 0px 10px 16px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 24px;
}
.grve-section.contact-block-3 {
  padding: 53px 0 62px;
}
.contact-info .info-add {
  color: #666666;
  font-size: 15px;
  font-family: 'Lato',sans-serif;
  line-height: 185%;
}
.contact-info .info-add a {
  color: #666;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap .customSelect {
  background-color: #F3F3F3;
  border: 1px solid #E2E2E2;
  color: #999999;
  display: block !important;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap select {
  height: 100% !important;
  padding: 0;
  cursor: pointer;
  width: 100% !important;
  line-height: 50px;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap .customSelect:after {
  border-color: #666666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 17px;
  top: 24px;
  width: 0;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap .customSelect .customSelectInner {
  width: 100% !important;
}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap select option {
  padding: 10px;
}
.contact-info .info-add a:hover {
  color: #48758A;
}
.contact-info.location .info-add {
  padding: 0 30px;
}
.contact-block-3 .grve-text .contact-info:before {
  background: url("images/contact-bottom-icon.png") no-repeat;
  position: absolute;
  content: "";
  width: 112px;
  height: 112px;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
  z-index: -1;
}
.contact-block-3 .grve-text .contact-info.location:before {
  background-position: 0 0px;
}
.contact-block-3 .grve-text .contact-info.phone-info:before {
  background-position: 0 -135px;
}
.contact-block-3 .grve-text .contact-info.phone-num:before {
  background-position: 0 -271px;
}
.contact-block-3 .grve-text .contact-info.fax-info:before {
  background-position: 0 -410px;
}
.area-block-start:after, .contact-left .wpcf7-form div.name-area, .area-block-start:after, .contact-left .wpcf7-form div.phn-area {
  margin-bottom: 14px;
}
.area-block-start:after, .contact-left .wpcf7-form div.wpcf7-mail-sent-ok {
  text-align: center;
}
.valued_client ul.client_start li {
  float: left;
  margin-bottom: 49px;
  margin-right: 4.5%;
  width: 21.6%;
}
.valued_client ul.client_start li .grve-client-media a .client-imgs {
  border: 1px solid #C8C8C8;
  display: block;
  height: 170px;
  line-height: 165px;
  text-align: center;
  width: 100%;
}
.valued_client ul.client_start li .grve-client-media a {
  display: block;
  /*position: relative;
  z-index: 1;*/
}
/*
.valued_client ul.client_start li .grve-client-media a:before {
  background-color: #48758A;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.valued_client ul.client_start li .grve-client-media a:hover:before {
  height: 100%;
}
*/
.valued_client ul.client_start li .grve-client-media a img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.client-subtitle p {
  padding: 0 11%;
}
.grve-section.valued_client {
  padding: 23px 0 13px;
}
.valued_client ul.client_start li:nth-child(4n+4) {
  margin-right: 0;
}
.error404 #grve-main-content {
  background-color: #fff !important;
}
.error_text {
  text-align: center;
}
.error_text h3 {
  color: #333 !important;
  font-family: 'Times_New_Roman_Normal';
  font-size: 25px;
  margin-top: 20px;
}
p.p_text1 {
  padding: 0 15%;
  margin-bottom: 0;
}
p.p_text1 a {
  color: #48758A;
}
p.p_text1 a:hover {
  color: #333;
}
.error_img {
  text-align: center;
}
.grve-section.prac-area-wrap {
  padding: 7px 0 62px;
}
.prac-area-wrap .area_content_start .practice-pic {
  margin: 46px 0 39px;
  text-align: center;
}
.client-subtitle.contact-subtitle p {
  padding: 0;
}
.inner-page-image .widget.widget_sp_image {
  height: 100%;
  margin-bottom: 0;
}
/**********************Innerpage close*************************/
.area-block-start:after,
.contact-left .wpcf7-form div:after {
  clear: both;
  content: "";
  display: block;
}
 #home_slider .tparrows {
	opacity: 1 !important;
}

/*  Placeholder  */


.contact-left .wpcf7-form div .wpcf7-form-control-wrap input::-webkit-input-placeholder {color: #999; opacity: 1;}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap input:-moz-placeholder{color: #999; opacity: 1;}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap input::-moz-placeholder{color: #999; opacity: 1;}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap input:-ms-input-placeholder{color: #999; opacity: 1;}

.contact-left .wpcf7-form div .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {color: #999; opacity: 1;}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap textarea:-moz-placeholder{color: #999; opacity: 1;}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap textarea::-moz-placeholder{color: #999; opacity: 1;}
.contact-left .wpcf7-form div .wpcf7-form-control-wrap textarea:-ms-input-placeholder{color: #999; opacity: 1;}
/*  Placeholder close  */

/*	font-family: 'Lato',sans-serif;	*/
/*	font-family: 'Times_New_Roman_Normal';	*/
/*		font-family: 'Oswald',sans-serif;	*/

 .inner-page-image img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
 .inner-page-image {
  background: #efefef;
  height: 550px;
  position: relative;
}


#grve-body .contact-section .contcat-form input{
	float:none;
}
.contact-section .contcat-form .phone,
.contact-section .contcat-form .city{
	width:48.5%;
}
.contact-section .contcat-form .phone{
	float:left;
}
.contact-section .contcat-form .city{
	float:right;
}
.contact-section .contcat-form .email{
	clear:both;
}
.contact-section .contcat-form .message{
	margin-bottom:15px;
}
.contact-section .contcat-form .g-recaptcha.wpcf7-recaptcha{
	margin:0;
}
#grve-body .contact-section .contcat-form .submit input{
	height:50px;
}














