/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header start
3. slider_area start
4. services_section start
5. accordion_section start
6. team_member_section start
7. blog_section start
8. pricing_section start
9. testimonial_section start
10. client_section start
11. newsletter_section start
12. footer start
13. aboutus_section start
14. counter_section start 
15. team_section start
16. portfolio_section start 
17. team_wrapper start
18. contact_section start

*/


/* custom css */

body, html{
	font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #999999;
    font-size: 14px;
	line-height: 24px;
}
a:hover{
	text-decoration:none;
	color:#825339;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
input:focus, textarea:focus, select:focus {
    outline:none;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.section_heading{
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.section_heading h2{
  font-size: 26px;
  font-weight: bold;
  text-transform:uppercase;
}
.section_heading h2:before, 
.section_heading h2:after {
   content: "-";
    margin: 10px;
    font-size: 24px;
	color:#825339;
}
.section_content{
	float:left;
	width:100%;
	margin-bottom:50px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #825339;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*Common Page Header*/

.page_title_section {
	float:left;
	width:100%;
	padding-top: 50px;
	padding-bottom:50px;
	background: url(../images/page_header.jpg) no-repeat center center #EEE1D0;
	background-size: cover;
	position:relative;
}
.page_title_overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1523;
  opacity:0.7;
}
.page_header {
	padding-bottom: 0;
	border-bottom: 0;
}
.page_header h1 {
	font-size: 45px;
	line-height: 70px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.page_header .sub_title{
	margin:0;
	padding:0;
	list-style:none;
	display: inline-block;
}
.page_header .sub_title li{
	float: left;
    font-size: 16px;
    line-height: 35px;
    color: #999999;
}
.page_header .sub_title li:last-child{
	color: #825339;
}
.page_header .sub_title a {
    color: #999999;
}
.page_header .sub_title a:hover {
    color: #825339;
}
.page_header .sub_title i {
    padding: 10px 7px;
}
@media (max-width : 766px) {
	.page_header h1 {
	  font-size: 35px;
	  line-height: 44px;
	}
}

/* custom css end*/


/* header start */

/*top-bar*/

.top-bar {
  padding: 30px 0;
  background-color: #222;
  border-bottom: 1px solid #825339;
}
.contact-number a {
  color: #fff;
  font-weight: 700;
}
.contact-number a:hover{
  color: #825339;
}
.contact-number a i{
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.top-bar .social-links ul{
	margin:0;
	padding:0;
	list-style:none;
}
.top-bar .social-links li {
	float: left;
}
.top-bar .social-links li a{
	display: block;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	border: 1px solid transparent;
	border-radius: 50%;
}
.top-bar .social-links li a:hover {
  color: #fff;
  border-color: #fff;
}

/*Navigation*/

@media (min-width: 768px) {

	.navbar-nav {
		float: none;
		text-align: center;
	}

	.navbar-nav>li {
		float: none;
		display: inline-block;
	}

	.navbar-nav>li>a {
		padding: 16px 20px;
	}

}
.navbar-default {
  background-color: #222;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #825339;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #825339;
}

/*navbar-toggle*/

.navbar-brand {
	height:0px;
    padding: 7px 15px;
}
.navbar-toggle{
 background:#825339;
 border-color:#825339 !important;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 15px;
  border: 0;
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  width: 16px;
}
.navbar-toggle:active .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #fff ;
}
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: #825339;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
@media only screen and (max-width : 767px) {
  .navbar-toggle {
    right: 15px;
    top: 0;
  }
}
.navbar_close{
	top: -70px;
    z-index: 3;
    color: #000000;
    font-size: 35px;
}
.menu_fixed{
	position:fixed;
	top:0;
	left: 0;
    right: 0;
    z-index: 1000;
}
.rp_mobail_menu_main_wrapper{
	float:none;
	width:100%;
}
.rp_mobail_menu_main_wrapper .close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 44px;
  height: 52px;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.rp_mobail_menu_main_wrapper .close:hover {
  background-color: #31aae2;
}
#cssmenu h1 {
  font-size: 20px;
  padding: 15px 25px;
  color: #999;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
  margin-bottom: 25px;
}
#cssmenu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #e74c3c;
}
#toggle {
  float: right;
  position: relative;
  right: 0;
  border-radius: 20px;
  text-align: center;
  cursor:pointer;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:bold;
  border-bottom:1px solid #d3d3d3;
  background: #ffffff;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #d3d3d3;
}
#cssmenu > ul > li > a:hover{
	background:#825339;
	border-bottom:1px solid #d3d3d3;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
#sidebar h1 a{
	font-size:20px;
	color:#ffffff;
	padding-left: 20px;
}
#sidebar h1{
	margin:0;
	padding-bottom: 20px;
	background:#825339;
	color:#fff;
	position:relative;
}

/* header end */


/*-- slider_area Start --*/

.slider_area{
	float:left;
	width:100%;
	position:relative;
}
.slider_area .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/slide1_bg.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:800px;
}
.slider_area .carousel-inner .item .caption-2 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/slide2_bg.jpg);
  position: relative;
  min-height:800px;
}
.slider_area .carousel-inner .item .caption-3 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/slide3_bg.jpg);
  position: relative;
  min-height:800px;
}
.slider_area .carousel-inner .item .carousel-captions:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.slider_area .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:250px;
}
.slider_area .carousel-inner .item .carousel-captions .content h2 {
  color: #fff;
  font-size: 60px;
  line-height:70px;
  font-weight: 400;
  margin: 0 0 30px;
  animation-delay: 1s;
}
.slider_area .carousel-inner .item .carousel-captions .content h2 span {
  color: #b17453;
}
.slider_area .carousel-inner .item .carousel-captions .content p {
  font-size: 24px;
  line-height:34px;
  color: #fff;
  margin: 0 0 30px;
  animation-delay: 1.5s;
}
.slider_area .carousel-inner .item .carousel-captions .custom_btn{
	width: auto;
    height: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: #825339;
    text-transform: capitalize;
    padding: 0px 40px;
	animation-delay: 2.5s;
}
.slider_area .carousel-inner .item .carousel-captions .content_2{
	text-align:center;
	padding-top:250px;
}
.slider_area .carousel-inner .item .carousel-captions .content_2 h2{
	font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #b17453;
	padding-bottom:30px;
	animation-delay: 1.5s;
}
.slider_area .carousel-inner .item .carousel-captions .content_2 p{
	font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    color:#fff;
	padding-bottom:50px;
	animation-delay: 2s;
}
.slider_area .carousel-inner .item .carousel-captions .content_2 small{
	font-size: 36px;
    line-height: 36px;
	font-weight:bold;
    color: #b17453;
    padding: 10px 20px 15px;
    border-radius: 5px 5px 5px 5px;
    border: 1.6px solid #b17453;
	animation-delay: 2.5s;	
}
.slider_area .carousel-inner .item .carousel-captions .content_3{
	text-align:center;
	padding-top:250px;
}
.slider_area .carousel-inner .item .carousel-captions .content_3 h2{
	line-height: 65px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 55px;
	line-height:65px;
	color:#fff;
	text-transform: capitalize;
	padding-bottom:40px;
	animation-delay: 1.5s;
}
.slider_area .carousel-inner .item .carousel-captions .content_3 p{
	line-height: 26px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 20px;
	color:#fff;
	padding-bottom:40px;
	animation-delay: 2s;
}


/* carousel-indicators
.................................................. */

.slider_area .carousel-indicators li{
  width: 15px;
  height: 15px;
  margin:0 3px;
  border-radius:3px;
  background:transparent;
  border:2px solid #aaa;
}
.slider_area .carousel-indicators li.active{
  border-color:#b17453;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
   transition: all 0.5s;
}
.slider_area .carousel-nevigation {
	float: left;
    width: 100%;
    position: absolute;
    top: 50%;
}
.slider_area .carousel-nevigation > .prev {
	position: absolute;
    left: 20px;
	text-align:center;
    line-height: 40px;
    font-size: 24px;
    color: #b17453;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background: transparent;
    border:2px solid #b17453;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_area .carousel-nevigation > .next {
	position: absolute;
    right: 20px;
    text-align:center;
    line-height: 40px;
    font-size: 24px;
    color: #b17453;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    background: transparent;
    border:2px solid #b17453;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_area .carousel-nevigation > .next:hover, 
.slider_area .carousel-nevigation > .prev:hover{
	background:#b17453;
	color:#fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
   transition: all 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.slider_area .carousel-inner .item {
		height: 600px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content,
	.slider_area .carousel-inner .item .carousel-captions .content_2,
	.slider_area .carousel-inner .item .carousel-captions .content_3{
		padding-top:150px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_2 p {
		font-size: 45px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_3 h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	
	.slider_area .carousel-inner .item{
		height: 600px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content,
	.slider_area .carousel-inner .item .carousel-captions .content_2,
	.slider_area .carousel-inner .item .carousel-captions .content_3{
		padding-top:150px;
	}
	.slider_area .carousel-inner .item .carousel-captions{
		text-align:center;
	}
	.slider_area .carousel-inner .item .carousel-captions .content {
		text-align: center;
		display: inline-block;
		position: relative;
		left: auto;
	}
	.slider_area .carousel-inner .item .carousel-captions .content small{
		font-size: 30px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_2 p {
		font-size: 36px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_3 h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_3 p {
		font-size: 18px;
	}
}

@media (max-width: 767px){
	
	.slider_area .carousel-inner .item{
		height: 500px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content,
	.slider_area .carousel-inner .item .carousel-captions .content_2,
	.slider_area .carousel-inner .item .carousel-captions .content_3{
		padding-top:150px;
	}
	.slider_area .carousel-nevigation{
		display:none;
	}
	.slider_area .carousel-inner .item .carousel-captions{
		text-align:center;
	}
	.slider_area .carousel-inner .item .carousel-captions .content {
		text-align: center;
		display: inline-block;
		position: relative;
	}
	.slider_area .carousel-inner .item .carousel-captions .content h2 {
		font-size: 24px;
		line-height:34px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content p {
		font-size: 16px;
		line-height:26px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_2 h2 {
		font-size: 24px;
		padding: 0;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_2 p {
		font-size: 20px;
		padding:0;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_2 small {
		display:inline-block;
		padding: 0px 20px;
		font-size: 24px;
		height:50px;
		line-height: 45px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_3 h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_3 p {
		font-size: 18px;
	}
}	

@media (max-width: 480px){
	
	.slider_area .carousel-inner .item .carousel-captions .content small {
		font-size: 20px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content .custom-btn {
		font-size: 14px;
	}
	.slider_area .carousel-nevigation {
		display:none;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_2 p {
		font-size: 16px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_2 small {
		display:inline-block;
		padding: 0px 20px;
		font-size: 16px;
		height:40px;
		line-height: 35px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content_3 h2 {
		font-size: 18px;
	   line-height: 28px;
	}
}

@media screen and (max-width: 360px) {
	
	.slider_area .carousel-inner .item .carousel-captions .content small {
		font-size: 16px;
	}
	.slider_area .carousel-inner .item .carousel-captions .content .custom-btn {
		font-size: 12px;
	}
}

/* slider_area end */


/* services_section start */

.services_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f1e5d7;
}	
.services_section .icon-wrapper .fa{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}	
.services_section .icon-wrapper:hover .fa{
    color: #825339;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-wrapper h4{
	margin-top:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-wrapper:hover h4 a{
    color: #825339;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-wrapper{
	padding-top:40px;
}
.icon-img{
	width:20%;
	float:left;
}
.icon-img i{
	font-size: 40px;
	color: #999999
}
.icon-content{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 20%);
	padding-left:20px;
	border-left: 1px solid rgb(197, 172, 157);
}
.icon-content p{
	margin-top: 20px;
}
.icon-content a{
	color: #111111;
}

/* services_section end*/


/* accordion_section start */

.accordion_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.accordion_wrapper h2 , .progress_wrapper h2{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
	text-transform:uppercase;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel {
	border-radius: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.accordion_section .panel-heading {
	background: none;
    border: none;
    padding: 0;
	border-radius: 0px;
}
.panel-heading h4 {
    line-height: 26px;
	font-weight: 500;
}
.accordion_wrapper .panel .panel-heading a {	
	padding: 10px 55px 10px 15px;
    display: block;
    background: #825339;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.accordion_wrapper .panel .panel-heading a.collapsed {
	background: #fff;
    color: #666;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  background: #fff;
  padding:30px;
}
.accordion_section .panel-body p {
	font-size:14px;
    line-height: 24px;
    color: #555;
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after{
     content: "\f067";
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #825339;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    text-decoration: none;
}
.accordion_wrapper .panel .panel-heading a:after {  
	content: "\f068";
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    line-height: 18px;
}

/*   accordion_section end */

/*   video_wraper start */

.video_wraper{
	float:left;
	width:100%;
}
.video_overlay {
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    position: relative;
}
.video_image {
	background-image:url(../images/videobg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 450px;
}
.video_btn{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    left: 0;
}
.video_btn a {
    display: inline-block;
    width: 60px;
    height: 60px;
	border: none;
	box-shadow: 0 0 0 0 #fff;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    position: relative;
}
.video_btn a span {
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #e0af63;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 16px;
    left: 22px;
}
.video_btn a:hover 
{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.video_btn a:focus 
{
  outline:none;
}

/* video_wraper end*/


/* team_member_section start*/

.team_member_section{
    float: left;
	width: 100%;
	background:#f1e5d7;
    padding-top: 100px;
	padding-bottom: 100px;
}
.team_single_div{
	float:left;
	width:100%;
}
.team_single_div:hover .team_info h4 a{
	color:#825339;
	 -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.team_info{
	padding: 6px 0px;
	text-align:center;
	background:#fff;
	box-shadow: 0 15px 40px 0 rgba(185, 173, 160, 0.4);
}
.team_info h4{
    margin: 15px 0 5px 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
	text-transform:uppercase;
}
.team_info h4 a{
	color: #825339;
	text-decoration:none;
}
.team_info h5{
	font-size: 14px;
	color: #000;
    margin: 0 0 10px 0;
    font-weight: 500;
}
.team_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-block;
	margin-top: 15px;
    margin-bottom: 15px;
}
.team_social_icons li{
	float:left;
	margin-left:10px;
}
.team_social_icons li:first-child{
	margin-left:0px;
}
.team_social_icons li a{
	display: block;
    height: 36px;
    width: 36px;
    color: #fff !important;
    line-height: 36px;
    text-align: center;
    text-decoration: none !important;
    background: #999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.effect-apollo{
    background-color: #825339;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.effect-apollo>img {
    opacity: 1;
    transform: scale(1.06);
    position: relative;
    transition: opacity 0.35s, transform 0.35s;
    min-height: 100%;
    width: 100%;
    background-color: #FFF;
    filter: none;
}
.effect-apollo-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    transition: transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.team_single_div:hover .effect-apollo img {
    opacity: 0.6;
    transform: scale(1);
}
.team_single_div:hover .effect-apollo-overlay:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.team_single_div:hover .team_social_icons li a{
	background:#825339;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* team_member_section end*/


/*blog_section start*/

.blog_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section .blog_content{
  float:left;
  width:100%;
}

/* blog_post_img */

.blog_content .blog_post_img {
   position: relative;
   overflow: hidden;
   display: inline-block;
}
.blog_content .blog_post_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background:rgba(46, 51, 54, 0.41);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog_content:hover .blog_post_img:before {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* post_author */

.blog_content .post_author{
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 600;
	position: absolute;
    top: 50px;
	margin-top: -40px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog_content .post_author span.avatar {
    margin-right: 10px;
}
.blog_content .post_author .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.blog_content .post_author a{
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

/* blogpost_title */

.blogpost_title{
    position: absolute;
    bottom:0;
    padding-left: 20px;
    padding-right: 20px;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blogpost_title h2 a{
    color: #ffffff;
	text-transform:uppercase;
}

/* listing_meta*/

.blog_section .listing_meta {
	position: relative;
    margin: 20px 0 0 0;
    padding: 10px 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
.blog_section .listing_meta:before {
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    content: '';
    opacity: .3;
}

/* listing_meta - post_category */

.listing_meta > .post_category:after{
    display: inline-block;
    margin:-3px 7px 0 7px;
    width: 1px;
    height: 10px;
    background-color: #fff;
    content: '';
    line-height: 10px;
}
.listing_meta > .post_category a{
	color:#fff;
}

/* listing_meta - post_share */

.blog_section .post_share {
	float: right;
}
.blog_section .listing_meta .post_share > a{
	color:#fff;
}
.blog_section .listing_meta .post_share > a:before {
    margin-right: 7px;
    margin-left: 7px;
    padding: 0;
    content: '\f1e0';
    font-weight: normal;
    font-family: FontAwesome, sans-serif;
    line-height: 21px;
    opacity: .6;
    -webkit-transition: color 300ms;
    transition: color 300ms;
	opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.post_share > a:before{
    font-size: 18px;
}

/* blog_post_content */

.blog_post_content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -40px;
    padding-left: 20px;
    padding-right: 20px;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0); /* Standard syntax */ 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog_content .blog_post_content p {
    color: #ffffff;
}
.blog_content .blog_post_content a{
	line-height: 21px;
	font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.blog_content .blog_post_content a span{
    position: relative;
    display: inline-block;
    margin-left: 9px;
    width: 0;
    height: 1px;
} 
.blog_content .blog_post_content a span:before {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 5;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-top: none;
    border-left: none;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.blog_content:hover .blog_post_content {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog_content:hover .blogpost_title {
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*blog_section start*/


/*pricing_section start*/

.pricing_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f1e5d7;
}	
.pricing_section .pricing-table-default {
	height: 100%;
    background: #fff;
}

@media (max-width : 766px) {
.pricing_section .pricing-table-default {
		margin-bottom: 30px;
		text-align: center;
	}
}
.pricing_section .pricing-head h3 {
	margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
	text-transform:uppercase;
}
.pricing_section .pricing-head{
    text-align: center;
    padding: 40px 52px 0;
}
.pricing_section .pricing-head .price {
    display: inline-block;
}
.pricing_section .pricing-detail {
	padding: 10px 30px;
    text-align: center;
}
.pricing_section .pricing-detail ul {
	margin:0;
	padding:0;
	list-style:none;
}
.pricing_section .pricing-head .price sup.currency {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
    position: relative;
}
.pricing_section .pricing-head .price > span {
    font-size: 45px;
    line-height: 45px;
}
.pricing_section .pricing-head  .price sup.period {
    font-size: 15px;
    line-height: 15px;
    top: -15px;
    position: relative;
	color:#999;
}
.pricing_section .pricing-head hr {
    margin-bottom: 0;
    width: 60%;
	height: 1px;
	color: #825339;
    background: #825339;
}
.pricing_section .pricing-table-default p.subtitle {
    padding: 20px 0 0;
    margin-bottom: 0;
}
.pricing_section .pricing-head .price sup.currency, .pricing_section .pricing-head .price > span {
    color: #825339;
}

/*pricing list*/

.pricing_section .pricing-detail li {
	text-align: center;
    padding: 11px 10px;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pricing_section .pricing-table-default .pricing_footer {
    text-align: center;
	padding:20px 0px 40px;
}
.pricing_section .pricing-table-default .pricing_footer a.pricing_btn{
    padding: 11px 20px;
    position: relative;
    z-index: 2;
	background-color: #825339;
    color: #fff;
	display:inline-block;
}
.pricing_section .pricing-detail li:last-child {
	border:0px;
}
.pricing_section .pricing-table-default:hover {
	background:#825339;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover .price  {
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover a.pricing_btn  {
	background:#fff;
	color: #444;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover h3{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover li{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover p.subtitle{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover 
.pricing-head .price sup.currency, 
.pricing_section .pricing-table-default:hover 
.pricing-head .price > span,
.pricing_section .pricing-table-default:hover
.pricing-head .price sup.period{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*pricing_section end*/


/* testimonial_section start */

.testimonial_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom: 145px;
	text-align:center;
}
.text_wrapper{
	float:left;
	width:100%;
}
.text_wrapper_heading{
	float:left;
	width:100%;
	text-align:center;
}
.text_wrapper_heading h2{
	font-size:40px;
}
.text_wrapper_content p{
	margin-top:30px;
	font-size:16px;
}
.text_wrapper_content{
	float:left;
	width:100%;
	display: inline-block;
}
.item_image{
	text-align:center;
	margin-bottom:40px;
}
.item_image{
    width: 139px;
    height: 139px;
    min-width: 139px;
	display:inline-block;
	border-radius:50%;
}
.item_content{
	font-style:italic;
	position:relative;
	display: inline-block;
}
.item_content:after{
	content:'';
	border:1px solid #825339;
	display:block;
	width:30px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	margin-top: 10px;
}
.item_content_bottom{
	margin-top: 40px;
}
.item_content_bottom h5{
	font-size:16px;
	font-weight:500;
}
.item_content_bottom h6{
	font-size:12px;
	font-weight:500;
	color:#999999;
	margin-top:10px;
}
.testimonial_slider_wrapper{
	float:left;
	width:100%;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:5px;
	height:5px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#825339;
	width:8px;
	height:8px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.testimonial_slider_wrapper .item:hover .effect-apollo img {
    opacity: 0.6;
    transform: scale(1);
}
.testimonial_slider_wrapper .item:hover .effect-apollo-overlay:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

/* testimonial_section end*/


/* client_section start */

.client_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f1e5d7;
	position: relative;
	z-index:1;
}
.client_section_slider .owl-theme .owl-nav {
    display: block;
}
.client_section_slider .owl-carousel .owl-nav .owl-prev, 
.client_section_slider .owl-carousel .owl-nav .owl-next{
	position: absolute;
    top: 50%;
    margin-top: -22px;
    line-height: 35px;
    text-align: center;
    height: 44px;
    width: 44px;
    font-size: 20px;
    border-radius: 50%;
	background:transparent;
    border: 1px solid #5d5e60;
    color: #5d5e60;
    cursor: pointer;
    z-index: 9999;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.client_section_slider .owl-carousel .owl-nav .owl-prev{
	left:-60px;
}
.client_section_slider .owl-carousel .owl-nav .owl-next{
	right:-60px;
}
.client_section_slider .owl-theme .owl-nav .owl-prev:hover,
.client_section_slider .owl-theme .owl-nav .owl-next:hover {
	color: #fff;
	background:#825339;
	border-color:#825339;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.client_section_slider .owl-theme .owl-dots{
	display:none;
}
.client_section_slider .item {
	text-align:center;
}
.client_section_slider .item img{
	display:inline-block;
}

/*   client_section end */


/** newsletter_section start **/

.newsletter_section{
	float:left;
	width:100%;
	padding: 50px 0;
	background:#674837;
}
.newsletter_section .newsletter_wrap {
    width: 100%;
}
.newsletter_section .newsletter_content{
   float: left;
    width: 35%;
	margin-top:7px;
}
.newsletter_section .newsletter_button{
   float: left;
    width: 65%;
    padding-left: 70px;
}
.newsletter_content h2{
	color:#fff;
	font-size:30px;
}
.newsletter_content i{
	float:left;
	color:#fff;
	font-size:30px;
	margin-right:30px;
}
.newsletter_button .form-group{
	margin-bottom:0px;
}
.newsletter_button .form-control{
	height: 48px;
    background-color: transparent;
	box-shadow:none;
    border-color: rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.47);
    border-width: 1px;
    border-style: solid solid solid solid;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.newsletter_button .form-group{
	float: left;
    width: 35%;
	margin-right:30px;
}
.newsletter_button input::placeholder, 
.newsletter_button textarea::placeholder {
  color: #fff;
}
.newsletter_button form button.btn{
	float: left;
    width: 20%;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	color:#825339;
	font-size: 18px;
    font-weight: 300;
    line-height: 21px;
	height: 48px;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.newsletter_button form button.btn:hover{
	background: #825339;
	border: 1px solid #825339;
	color:#fff;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

/** newsletter_section end **/


/* footer start*/

.footer{
	float:left;
	width:100%;
	background:#222325;
}
.footer h4{
	font-size:18px;
	font-weight:500;
	padding-bottom:30px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
.footer h4:before, .footer h4:after{
	content: "-";
    margin: 10px;
    font-size: 24px;
	color:#825339;
}
.footer_wrapper p{
	font-size:13px;
	color:#a5a5a5;
}
.footer_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.footer_bottom_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	border-top: 1px solid #393737;
    opacity: 0.9;
}
.footer_copyright p{
	font-family: 'Lato';
	text-transform:capitalize;
    color: #656565;
	margin:0;
}
.footer_copyright a{
    color: #825339;
}
.footer_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.footer_menu ul li{
	float:left;
	margin-left:25px;
}
.footer_menu ul li:first-child{
	margin-left:0px;
}
.footer_menu ul li a{
	float:left;
	font-size:14px;
	font-family: 'Lato';
    color: #656565;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_menu ul li.active>a, 
.footer_menu ul li>.active>a:focus,
.footer_menu ul li a:hover{
    color: #825339;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_social, .wrapper_location, .wrapper_email{
	float:left;
	width:100%;
	padding:52px;
}
.wrapper_social:before,.wrapper_location:before{
	content:'';
	border:1px solid #393737;
	width:1px;
	height:321px;
	position:absolute;
	top:0;
	right:0;
}
.wrapper_social{
	text-align:center;
}
.wrapper_social_image, .wrapper_social_text, .wrapper_social_media{
	display:inline-block;
}
.wrapper_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper_social_icons li{
	float:left;
	margin-left:10px;
}
.wrapper_social_icons li:first-child{
	margin-left:0px;
}
.wrapper_social_icons li a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#8b8b8b;
	background: #353535;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_social_icons li a:hover{
	background:#825339;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_social_text{
	padding-bottom:30px;
	text-align:center;
}
.wrapper_location{
	text-align:center;
}
.wrapper_location_text{
	float:left;
	width:100%;
	display:inline-block;
	padding-bottom:30px;
}
.wrapper_location_button{
	display:inline-block;
}
.wrapper_location_button a{
	float:left;
	color:#a5a5a5;
	border:1px solid #383838;
	padding:10px 12px;
	width:146px;
}
.wrapper_location_button a:hover{
	background:#825339;
	color:#fff;
	border:1px solid #825339;
}
.wrapper_email_text{
	padding-bottom:30px;
}
.wrapper_email_button input {
	width: 100%;
    height: 46px;
    color: rgb(101, 101, 101);
    font-size: 14px;
    background: rgb(53, 53, 53);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(53, 53, 53);
    padding: 17px 30px 17px 14px;
}
.wrapper_email_button{
	display: inline-block;
}
.wrapper_email_button i {
	margin-left: -45px;
    color: #825339;
}
.wrapper_email{
	text-align:center;
}
.wrapper_email_text{
	float:left;
	width:100%;
	display:inline-block;
}
.wrapper_email_button{
	display:inline-block;
}
.wrapper_email_text a{
	color:#825339;
}

/* footer end*/


/****************   About Us page    *******************/

/*aboutus_section start*/

.aboutus_section{
	float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aboutus_content{
	float: left;
    width: 100%;
}
.about_article_title{
    margin-bottom: 28px;
    line-height: 1;
	font-size: 32px;
    color: #000;
}
.aboutus_content p {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}
.about_article_section{
    margin-top: 26px;
}
.about_article_section_title{
    margin-bottom: 13px;
	font-size: 21px;
    font-weight: 400;
    color: #000;
}
.about_article_section_title h4 {
	font-size: 21px;
    font-weight: 400;
    color: #000;
}

/* aboutus_video */

.aboutus_video{
	float:left;
	width:100%;
}
.aboutus_video .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #825339;
	background: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.aboutus_video .play-trigger:hover {
  color: #fff;
  background: #825339;
}
.aboutus_video .play-trigger:focus{
	outline:none;
}
.aboutus_video .play-trigger i {
	margin-left: 5px;
}

/*aboutus_section end*/


/*counter_section start*/

.counter_section{
	float:left;
	width:100%;
	background-image:url('../images/counter-images/counter_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.counter_section_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #08080a;
    opacity: 0.7;
}
.counter_section .chart_1st, .chart_2nd, .chart_3rd, .chart_4th {
  position: relative;
  margin-bottom: 15px;
}
.counter_section .percent-one {
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #825339;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}
.counter_section .percent-two{
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #7197b3;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}
.counter_section .percent-three{
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #73ca8d;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}
.counter_section .percent-four{
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #ea6a38;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}
.counter_section h4{
	line-height: 24px;
	color: #111111;
	padding-top: 10px;
}
.counter_section h4 a{
	color: #fff;
}

/*counter_section end*/


/* team_section start */

.team_section{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding-bottom:100px;
	padding-top:100px;
	text-align:center;
}
.team_slider_wrapper{
	float:left;
	width:100%;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot{
	display:none;
}
.team_slider_wrapper  .owl-theme .owl-nav{
	display:none;
}
.team_slider_wrapper .team_info {
    box-shadow: 0 15px 40px 0 rgba(255, 255, 255, 0.4);
}

/* team_section end*/


/****************   Our Cases page    *******************/


/* portfolio_section start */

.portfolio_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.gc_filter_cont_overlay_wrapper {
  position: relative;
  width:auto;
  visibility:visible;
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
  opacity:1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
	visibility:visible;
}
.gc_filter_cont_overlay i{
	color:#000000;
	width:50px;
	height:50px;
	background:#ffffff;
	text-align:center;
	line-height:50px;
	border-radius:100%;
	font-size:18px;
}
.gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i{
	color:#000000;
	opacity:1;
}
.gc_filter_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.III_column{
	margin-top:30px;
}

/*portfolio-filter*/

.portfolio-filter {
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#000000;
	background:transparent;
    padding: 10px 20px;
    margin-right: 10px;
	border-width: 1px;
    border-style: solid;
    border-color: rgb(51, 51, 51);
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active{
	color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
}
#filter li a:last-child{
    margin-right: 0px;
}
.tab_image_text {
	float:left;
	width:100%;
    border: 1px solid #e1e1e1;
	padding:30px;
	border-top: none;
}
.project_category{
	float:left;
}	
.project_likes{
	float:right;
}
.project_category h4 a{
	color:#999999;
	font-size:14px;
}
.project_title h4{
	font-size:18px;
	font-weight:bold;
}
.project_title h4 a{
	color:#111111;
}
.project_title{
	padding-bottom:20px;
}
.project_likes a i{
	color:#825339;
}
.gc_filter_cont_overlay_wrapper {
  position: relative;
  width:auto;
  visibility:visible;
}
.gc_filter_cont_overlay {
      width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    background: rgba(26, 26, 26, 0.65);
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
  opacity:1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
	visibility:visible;
}
.gc_filter_cont_overlay_wrapper:hover .tab_image_text {
    border: 1px solid #825339;
	background:#825339;
	border-top: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_filter_cont_overlay_wrapper:hover .project_title h4 a{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_filter_cont_overlay_wrapper:hover .project_category h4 a{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_filter_cont_overlay_wrapper:hover .project_likes a{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_filter_cont_overlay_wrapper:hover .project_likes a i{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_filter_cont_overlay_wrapper figure{
	display:block;
	margin:0;
	overflow:hidden
}
.gc_filter_cont_overlay_wrapper figure img{
	width:100%;
	display:block;
	transition:all 0.3s
}
.gc_filter_cont_overlay_wrapper:hover figure img {
    transform: scale(1.1, 1.1);
}

/* portfolio_section end */


/****************  Team page    *******************/


/* team_wrapper start*/

.team_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align: center;
}
.team_wrapper .team_single_div{
	margin-bottom:40px;
}
.btn_more{
	background:transparent;
	border:2px solid #825339;
	color:#825339;
	padding:10px 12px;
	margin-top:42px;
	width:170px;
	height:52px;
	line-height:30px;
	font-size:16px;
	display:inline-block;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
 .btn_more:hover{
	background:#825339;
	color:#fff;
	border:2px solid #825339;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn_more i{
	margin-right:10px;
	
}

/* team_wrapper end*/


/****************  Contct US page    *******************/


/* contact_section start */

.contact_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f1e5d7;
}
.contact_section_info {
	float:right;
	padding:0px 40px;
}
.contact_section_hours{
	float:left;
	width:100%;
	padding-bottom:35px;
}
.contact_section_hours h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
	letter-spacing:2px;
	padding-bottom: 30px;
}
.contact_section_hours p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.contact_icon_wrapper{
	float:left;
	width:100%;
	padding-bottom:30px;
}
.contact_icon_img{
	width: 50px;
    height: 50px;
	background: #825339;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	float:left;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.contact_icon_content{
	width:calc(100% - 70px);
	float:left;
	padding-left:30px;
}
.contact_icon_content h4{
	font-size: 16px;
    line-height: 24px;
    font-weight: 700;
	color:#825339;
}
.contact_icon_content a{
	font-size: 16px;
    font-weight: 400;
}
.contact_section_right .form-group {
	margin-bottom: 10px;
}
.contact_section_right{
    padding:0px 40px;
}
.contact_section_right h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
	letter-spacing:2px;
	padding-bottom: 30px;
}
.form-group {
  margin-bottom: 20px;
}
.form-control:focus {
  box-shadow: none;
}
.contact_section_right .form-group {
	margin-bottom: 10px;
}
.contact_section_right .form-control {
	padding: 15px 20px;
	font-size: 13px;
	line-height: 24px;
	border-radius: 0;
	box-shadow: none;
	height:45px;	
	border: 1px solid #825339;
	color: #999;
	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.contact_section_right .form-control:focus{
	border: 1px solid #313131 !important;
	background: transparent;	
}
.contact_section_right button.btn{
	margin: 0 auto;
	display: block;
    padding: 15px 32px;
    font-weight: 700;
	border-radius:0;
    -webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
   	font-weight: normal;
}
.contact_section_right .btn-default {
	background-color:#825339;
	color: #fff;
	border-color:#825339;
}
.contact_section_right .btn-default:hover,
.contact_section_right .btn-default.focus {
  	color: #825339;
	background:transparent;
  	border: 1px solid #825339 !important;
}
.contact_section_right .form-group textarea{	
    height:auto;
	resize:none;
}
.contact_section_right .form-control:focus{
	border: 1px solid #825339 !important;
	background: transparent;	
}
.contact_section_right button.btn{
	margin: 0 auto;
	display: block;
    padding: 15px 32px;
    font-weight: 700;
	border-radius:0;
    -webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
   	font-weight: normal;
}
#map{
	float: left;
	width: 100%; 
	height: 500px;
}

/*contact_section end*/


/* media  query css for ipad */

@media (min-width: 992px) and (max-width: 1280px){

	.client_section_slider .owl-carousel .owl-nav .owl-prev, 
	.client_section_slider .owl-carousel .owl-nav .owl-next{
		position: relative;
		top: auto;
		display: inline-block;
		margin-top: 10px;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-prev{
		left:auto;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-next {
		right:auto;
	}
	
}

@media(min-width: 992px)and (max-width: 1200px){

	.pricing_section .pricing-table-default {
		margin-bottom: 30px;
		text-align: center;
	}
	.newsletter_content h2 {
		margin-bottom: 30px;
	}
	.newsletter_content i {
		float: none;
	}
	.newsletter_wrap{
		text-align:center;
	}
	.newsletter_section .newsletter_content {
		float:none;
		width:100%;
		display: inline-block;
	}
	.newsletter_section .newsletter_button {
		float:none;
		width:100%;
		display: inline-block;
	}
	.newsletter_button .form-group{
		margin-bottom:30px;
	}
	.newsletter_button form button.btn{
		width:120px;
	}
	.wrapper_social:before, .wrapper_location:before {
		height: 366px;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-prev, 
	.client_section_slider .owl-carousel .owl-nav .owl-next{
		position: relative;
		top: auto;
		display: inline-block;
		margin-top: 10px;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-prev{
		left:auto;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-next {
		right:auto;
	}

}


@media(min-width: 768px) and (max-width: 991px) {
	
	.wrapper_social:before,.wrapper_location:before{
		border:0px;
	}
	.pricing_section .pricing-table-default {
		margin-bottom: 30px;
		text-align: center;
	}
	.newsletter_content h2 {
		margin-bottom: 30px;
	}
	.wrapper_social, .wrapper_location {
		border-right: 0px
	}
	.newsletter_content i {
		float: none;
	}
	.newsletter_section .newsletter_button{
		float:left;
		width:100%;
		padding-left:0px;
	}
	.newsletter_wrap{
		text-align:center;
	}
	.newsletter_section .newsletter_content {
		float:none;
		width:100%;
		display: inline-block;
	}
	.newsletter_button .form-group,
	.newsletter_button form button.btn{
		float:left;
		width:100%;
	}
	.newsletter_button .form-group{
		margin-bottom:30px;
	}
	#filter li a {
		font-size: 15px;
		padding: 10px 14px;
	}
	.team_member_section {
		padding-bottom: 60px;
	}
	.team_single_div {
		padding-bottom:40px;
	}
	.blog_section .blog_content {
		text-align: center;
		margin-bottom:40px;
	}
	.blog_content .post_author {
		left: 0;
	}
	.blogpost_title {
		left: 0;
		right: 0;
		text-align: left;
	}
	.blog_section .listing_meta {
		text-align: left;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-prev, 
	.client_section_slider .owl-carousel .owl-nav .owl-next{
		position: relative;
		top: auto;
		display: inline-block;
		margin-top: 10px;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-prev{
		left:auto;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-next {
		right:auto;
	}
	.our-progress{
		margin-bottom:60px;
	}
	.footer_menu ul li {
		margin-left: 20px;
	}

}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
	.wrapper_social:before,.wrapper_location:before{
		border:0px;
	}
	.newsletter_button .form-group{
		margin-bottom: 20px;
	}
	.wrapper_social, .wrapper_location {
		border-right:0;
	}
	.accordion_wrapper h2, .specialist h2{
		font-size:26px;
	}
	.footer_menu ul li {
		margin-left: 4px;
		margin-bottom: 10px;
	}
	.footter_menu ul li:first-child{
		margin-left:4px;
	}
	.footer_menu ul {
		float: none;
	}
	.footer_menu{
		padding-top: 20px;
	}
	.newsletter_content h2 {
		margin-bottom: 30px;
	}
	.wrapper_social, .wrapper_location {
		border-right: 0px
	}
	.accordion_wrapper{
		margin-bottom:30px;
	}
	.newsletter_content i {
		float: none;
	}
	.newsletter_section .newsletter_button{
		float:left;
		width:100%;
		padding-left:0px;
	}
	.newsletter_wrap{
		text-align:center;
	}
	.newsletter_section .newsletter_content {
		float:none;
		width:100%;
	}
	.newsletter_button .form-group,
	.newsletter_button form button.btn{
		float:none;
		width:100%;
	}
	.newsletter_button .form-group{
		margin-bottom:30px;
	}
	#filter li a:last-child {
		margin-top: 20px;
	}
	.team_member_section {
		padding-bottom: 60px;
	}
	.team_single_div {
		padding-bottom:40px;
	}
	.blog_section .blog_content {
		text-align: center;
		margin-bottom:40px;
	}
	.blog_content .post_author {
		left: 0;
	}
	.blogpost_title {
		left: 0;
		right: 0;
		text-align: left;
	}
	.blog_section .listing_meta {
		text-align: left;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-prev, 
	.client_section_slider .owl-carousel .owl-nav .owl-next{
		position: relative;
		top: auto;
		display: inline-block;
		margin-top: 10px;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-prev{
		left:auto;
	}
	.client_section_slider .owl-carousel .owl-nav .owl-next {
		right:auto;
	}
	.our-progress{
		margin-bottom:60px;
	}
	.contact_section_right {
		padding-top:60px;
	}
}

@media only screen and (max-width : 480px) {
	
	.section_heading h2 {
		font-size: 18px;
	}

}

@media only screen and (max-width : 390px) {
	
	.accordion_wrapper h2, .specialist h2{
		font-size:16px;
	}
	.wrapper_social_icons li {
		float: left;
		margin-left: 9px;
	}
	.newsletter_section .newsletter_button {
	   padding-left:0px; 
	}
	.newsletter_content h2 {
		font-size: 23px;
	}
	.newsletter_content i {
		margin-right: 12px;
	}
	.accordion_wrapper .panel .panel-heading a {
		font-size: 14px;
	}

}

/* media query css for mobile end */