/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Header
	-------------------------------------------------------------
	1.1 Menu css
	-------------------------------------------------------------
	1.2 Responsive menu
----------------------------------------------------------------
2.0 Content
	-------------------------------------------------------------
	2.1 Header slider section
	-------------------------------------------------------------
	2.2 About me section
	-------------------------------------------------------------
	2.3 Practice area section
	-------------------------------------------------------------
	2.4 Case study section
   -------------------------------------------------------------
	2.5 Review section
	-------------------------------------------------------------
	2.6 Blog section
	-------------------------------------------------------------
	2.7 Contact section
----------------------------------------------------------------
3.0 Footer
	-------------------------------------------------------------
	3.1  Footer content section
----------------------------------------------------------------
/*====================== 1.0 Header =============================*/
/*====================== 1.1 Menu css ===========================*/
#wrapper {
  padding-top: 0;
}
.navbar {
  background: url("../images/menu-tp-layer.png");
  background-repeat: repeat;
  border: medium none;
}
.nav > li > a {
  color: #ffffff !important;
}
h2 {
  font-size: 68px;
}
.Consultation a {
  vertical-align: -45px;
}
.menu-effect a {
	padding: 10px;
	color: #237546;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.menu-effect a::before,
.menu-effect a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu-effect a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu-effect a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.menu-effect a:hover,
.menu-effect a:focus {
	color: #fff;
}

.menu-effect a:hover::before,
.menu-effect a:focus::before,
.menu-effect a:hover::after,
.menu-effect a:focus::after,
.menu-effect li.active a::after,
.menu-effect li.active a::before {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/*====================== 2.0 Content ============================*/
/*====================== 2.1 Header slider section ==============*/
#slider-wrapper .nivo-controlNav a.active {
	background: #c02925 !important;
}
.cssload-thecube .cssload-cube:before {
    background: #c02925;
}
/*====================== 2.2 About me section ===================*/
.site-title {
  color: #5e3c33;
}
.our-feature ul li {
  border-bottom: 1px solid #e3e3e3;
  font-size: 20px;
  padding: 25px 0;
}
.our-feature span {
  margin: 0 20px 0 0;
}
/*====================== 2.3 Practice area section ==============*/
.area-content {
	background: #3e160c; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e160c 0%, #3e160c 8%, #3c170e 8%, #3a150c 25%, #38130a 25%, #38130a 31%, #351309 31%, #331108 46%, #2f0e05 52%, #2a0e03 69%, #280b05 70%, #240902 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3e160c 0%,#3e160c 8%,#3c170e 8%,#3a150c 25%,#38130a 25%,#38130a 31%,#351309 31%,#331108 46%,#2f0e05 52%,#2a0e03 69%,#280b05 70%,#240902 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3e160c 0%,#3e160c 8%,#3c170e 8%,#3a150c 25%,#38130a 25%,#38130a 31%,#351309 31%,#331108 46%,#2f0e05 52%,#2a0e03 69%,#280b05 70%,#240902 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e160c', endColorstr='#240902',GradientType=0 ); /* IE6-9 */
	margin: 1px;
	overflow: hidden;
	padding: 100px 0;
}
.hover-area-block h5, .area-content h5 {
  color: #ffffff;
}
.consult-content p {
  font-size: 26px;
  margin: 0;
}
#free-consult {
  background: #f7f7f7;
  padding: 30px 15px;
}
.area-block img {
	margin: 0 auto 30px;
}
.hover-area-block {
	background: #c02925;
	padding: 40px;
	overflow: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease 0.15s;
	z-index: 1;
}
.area-block {
	overflow: hidden;
}
.area-content {
  left: 0;
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  max-height: 370px;
}
.area-block:hover .hover-area-block {
  left: 0;
  opacity: 1;
  visibility: visible;
}
/*====================== 2.4 Case study section =================*/
.title-wrapper {
  background: #ffffff;
  border-radius: 4px;
  left: 50px;
  margin: -60px 0 0;
  padding: 10px;
  position: absolute;
  right: 50px;
  z-index: 999;
}
.count-block h2, .count-block p, .hover-area-block p {
  color: #ffffff;
}
.count-block {
  border: 2px solid #ffffff;
}
.title-wrapper a {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
}
.title-wrapper a:hover {
  color: #C02925;
}
/*================== case study popup ===========================*/
.case-study-wrapper {
	background: #fff;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  position: absolute;
  left: 72%;
  font-size: 40px;
}
.case-study-wrap {
  background: #fff;
  margin: -60px auto 0;
  padding: 20px;
}
/*====================== 2.5 Review section =====================*/
#review {
	background: #f7f7f7;
}
.user-comment {
  background: #ffffff;
  box-shadow: 10px 10px 20px #cecece;
}
.arrow-up {
  border-bottom: 15px solid #fff;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  height: 0;
  left: 40px;
  position: relative;
  width: 0;
}
.comment-user p {
  font-size: 21px;
  margin: 10px 0 0;
}
.client-section {
  background: #eeeeee;
}
.our-clients .slick-slide img {
  opacity: 0.5;
}
.our-clients .slick-slide img:hover {
  opacity: 1;
  transform: all 2s ease;
  cursor: pointer;
}
/*====================== 2.6 Blog section =======================*/
.blog-date {
  background: #5e3c33;
  display: inline-block;
  color: #fff;
  padding: 3px 20px;
  border-radius: 5px;
}
.blog-des p, .share span {
  color: #797979;
}
.prev-btn {
	background:url("../images/prev-v5.png");
}
.next-btn {
	background:url("../images/next-v5.png");
}
.blog-description a.btn {
  color: #ffffff;
  padding: 15px 30px;
  background-position: 100% 100%;
  background-size: cover;
  position: absolute;
}
..blog-description a:hover {
  color: #fff;
}
.blog-description a+a {
  margin: 0 0 0 15px;
}
.blog-description a span {
  margin: 0 10px;
}
.prev-btn.slick-arrow {
  bottom: -53px;
}
.next-btn.slick-arrow {
  left: 40%;
}
/*====================== 2.7 Contact section ====================*/
#count-sec {
	background: url("../images/counter-v5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#contact {
	background: url("../images/consult-banner-v5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 15px;
}
.get-consult h2 {
  font-size: 60px;
  line-height: 1;
}
.get-consult p {
  color: #797979;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea  {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #202020;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  border-radius:0;
  border-bottom: 1px solid #202020;
}
#contact-form .form-control::-moz-placeholder {
   color: #202020 !important;
}
textarea {
	height: auto;
}
.social-icon {
	margin-left:7px;
}
/*====================== 3.0 Footer =============================*/
/*====================== 3.1  Footer content section ============*/
.footer-banner {
	background: url("../images/footer-v5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.call-detail {
	background: url("../images/menu-tp-layer.png");
	background-repeat: repeat;
}
.call-us span, .call-us a, .send-message span, .send-message a, .get-direction span, .get-direction p , .get-direction a, .about-us p , .timing p, .practice-area-list li, .newsletter p {
  color: #ffffff;
  font-size: 14px;
}
.footer-title {
	color: #fff;
}
.get-direction p {
	margin: 0;
}
.practice-area-list li {
  line-height: 2;
}