/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header start
3. slider_area start aboutus_section
4. aboutus_section start
5. services_section start
6. professional_info_section start
7. counter_section start
8. portfolio_section start
9. team_section start
10. blog_section start
11. testimonial_section start 
12. client_section start
13. footer start
14. aboutus_story_section start
15. call_to_action start
16. progress_wrapper start
17. accordion_wrapper start
18. team_wrapper start
19. service_boxes_section start
20. about_services_section start
21. services_testimonial_section
22. pricing_section start
23. gallery_section start
24. contact_icon_section start
25. contact_form_section start
26. contact_section_hours start
*/


/* custom css */

body, html{
	font-family: 'Roboto';
	line-height: 30px;
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
	text-transform: capitalize;
}
p{
    color: #999999;
    font-size: 14px;
	line-height: 24px;
}
a:hover{
	text-decoration:none;
	color:#eea200;
	-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;
}
a:focus{
	outline:none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: 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:50px;
}
.section_heading h2{
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
}
.section_heading .border.center {
    margin: 11px auto 0;
}
.section_heading .border {
    width: 80px;
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    height: 5px;
    margin: 11px 0 0;
}
.section_heading .border:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #eea200;
    content: "";
}
.section_heading .border:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #eea200;
    content: "";
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #eea200;
    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: 70px;
	padding-bottom:70px;
	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;
}
.sub_title_section{
	width: 100%;
	float:left;
	position: relative;
    top: 70px;
	background: rgba(0, 0, 0, 0.56);
	padding:5px 0px 0px;
}
.page_header .sub_title{
	display: inline-block;
	line-height: 0;
}
.page_header .sub_title li{
	float: left;
    font-size: 14px;
	line-height:35px;
    color: #fff;
}
.page_header .sub_title li:last-child{
	color: #eea200;
}
.page_header .sub_title a {
    color: #fff;
}
.page_header .sub_title a:hover {
    color: #eea200;
}
.page_header .sub_title i {
    padding: 0px 12px;
}
@media (max-width : 766px) {
	.page_header h1 {
	  font-size: 35px;
	  line-height: 44px;
	}
}
.sidenav .closebtn {
	position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* custom css end*/


/* header start */
.header_wrapper {
    background: #222222;
    height: 190px;
    width: 100%;
}
.header_top_bar {
    padding: 20px 0;
}
#header_area .logo_area > div {
    position: relative;
}
#header_area .logo_area > div:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 20px;
    background: #1D1D1D;
    width: 2000px;
    height: 190px;
}
#header_area .logo_area > div a {
    position: relative;
}
.logo_area img {
    padding-top: 25px;
}
.column_details {
    float: left;
}
.column_one {
    width: 24%;
}
.column_details h2 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
	margin-bottom: 10px;
	margin-top:20px;
}
.column_details p {
    font-family: 'Open Sans', sans-serif;
    color: #727272;
    font-size: 13px;
}
.column_two {
    width: 25%;
}
.column_three {
    width: 27%;
}
.column_left i{
	float: left;
	height: 100%;
    overflow: hidden;
    width: 20%;
    padding-top: 20px;
}
.column_left i:before {
	color: #fff;
	margin-left:0px;
	font-size: 35px;
}
.column_right {
    float: right;
    width: 75%;
}
.column_right h2 {
    font-family: 'Open Sans', sans-serif;
    color: #575757;
    font-size: 14px;
    line-height: 0px;
}
.column_three h3 {
    font-weight: 700;
	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.column_four {
    width: 24%;
    float: right;
    padding-top: 20px;
}
.header_social a {
    text-decoration: none;
    float: left;
    margin: 0 5px;
}
.header_social i {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    line-height:38px;
    color: #fff;
}
.header_social i:hover {
    background: #eea200;
    color: #fff;
    border: 0px solid;
}
.nav_area {
    height: 70px;
    width: 100%;
    margin-top: 21px;
    background: #eea200;
}
.manu_area {
    float: left;
	width: 100%;
    background: #eea200;
    height: 70px;
}
.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.logo_hide {
    display: none;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.mainmenu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: bottom;
    line-height: 69px;
}
.mainmenu li a:hover {
    background: #f5b328;
}
.mainmenu li a:focus{
	 background: #f5b328 !important;
	 border-color: #f5b328;
}

/*Dropdown Menu*/

.dropdown-menu {
	border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #eea200;
    color: #fff;
    width: 200px;
    box-shadow: 0 0 0 0;
    border-top: 2px solid #fff;
}
.dropdown-menu li a {
  font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 40px;
}
.dropdown-menu li a:hover {
 background: #f5b328;
    color: #fff !important;
    transition: all ease-out 300ms;
    -webkit-transition: all ease-out 300ms;
    -ms-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
}
.dropdown .dropdown-menu {
  margin-top: 25px !important;
  opacity: 0;
  visibility: hidden;
    -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;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px !important;
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #313131;
  background-color: transparent;
}
.quote {
    background: #f5b328;
    height: 70px;
    width: 220px;
    margin: 0 0;
    float: right;
    margin-right: -15px;
}
.quote p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    margin-right: -1px;
    transition: all .3s ease;
}
.quote i {
    margin: 9px;
    width: 33px;
}
.quoto_btn:hover .quote{
	background: #1D1D1D;
}

@media only screen and (max-width : 767px) {
	
  .navbar-toggle {
	float:left;
    top: 20px;
    margin: 0;
  }
  
}

#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 10px;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}
.menu_fixed{
	position:fixed;
	top:0;
	left: 0;
    right: 0;
	margin:0;
    z-index: 1000;
    background: rgba(0,0,0,.65);
	box-shadow: 0 2px 4px rgba(0,0,0,0.60);
}
.menu_fixed .container:first-child {
    display: none;
    visibility: hidden;
}
.menu_fixed .nav_area{
	margin:0;
	background:none;
}
.menu_fixed .manu_area{
	background:none;
}
.menu_fixed .mainmenu li a:hover {
    background: none;
    color: #eea200;
}
.menu_fixed .quote {
    background: none;
}
.menu_fixed  .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
}
.menu_fixed .navbar-nav>li>.dropdown-menu li a:hover{
    background: #eea200;
}
.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: #eea200;
}
#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:#eea200;
	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;
	background:#eea200;
	color:#fff;
	position:relative;
}

/* header end */



/* ==================================
	Slider Area start
   ================================== */
.tp-banner .tp-caption{
	color: #000000;
	letter-spacing: 2px;
}
.tp-banner .pink-text{
	color: #eea200;
}
.tp-banner .large-text{
	font-size: 100px;
	font-family: 'Alfa Slab One', cursive;
}
.tp-banner .small-text{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;	
}
.tp-banner .link-button a{
	margin-right: 8px;
}
.tp-banner .link-button a:last-child{
	margin-right: 0;
}
.tp-banner .link-button .btn-primary,
.tp-banner .link-button .btn-pink{
	padding: 12px 32px;
	border-radius: 25px;
	letter-spacing: 0;
}
.tp-banner .link-button .btn-primary{
	background-color: transparent;
	color: #969595;
	border:  1px solid #969595;
}
.tp-banner .link-button .btn-primary:hover{
	color: #eea200;
}
.tp-banner .link-button .btn-pink{
	background-color: #eea200;
	color: #ffffff;
	border: 1px solid transparent;
}
.tp-banner .link-button .btn-pink:hover{
	background-color: transparent;
	color: #969595;
	border: 1px solid #eea200;
}

/* ==================================
	Slider Area end
   ================================== */

   
/* aboutus_section start */

.aboutus_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.about_image_wrapper,.about_text_wrapper {
	float:left;
	width:100%;
}
.about_image_wrapper{
	text-align:center;
}
.about_image_wrapper img{
	display:inline-block;
}
.about_text_wrapper h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}
.about_text_wrapper p {
    font-size: 16px;
    line-height: 26px;
}
.btn_readmore{
	float:left;
	background: #eea200;
	border-radius: 5px;
	color:#fff;
	border: 1px solid  #eea200;
	padding:10px 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right:10px;
	margin-top: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_readmore:hover{
    background: #f5b328;
    border: 1px solid #f5b328;
    color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* aboutus_section end */


/* services_section start */

.services_section{
	float:left;
	width:100%;
	background-image:url('../images/services_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}	
.services_section_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #08080a;
    opacity: 0.9;
}
.gb_icon_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.gb_icon_img{
	width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    overflow: hidden;
    text-align: center;
    float: left;
    background: #fff;
    border-radius: 5px;
    background-color: #eea200;
    color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper:hover h4 a{
	color:#eea200;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_content{
	width:calc(100% - 80px);
	float:left;
	padding-left:30px;
}
.gb_icon_content h4{
	font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 7px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_content h4 a{
	color:#fff;
}
.gb_icon_content p{
	color:#fff;
}

/* services_section end*/


/* professional_info_section start */

.professional_info_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:70px;
}
.professional_img{
	float: left;
    width: 100%;
	text-align:center;
}
.professional_img img{
	display:inline-block;
}
.professional_content{
	float: left;
    width: 100%;
	padding-bottom:20px;
}
.professional_content h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.professional_content p {
	font-size: 16px;
    line-height: 26px;
}
.about_icon_main{
	float: left;
    width: 100%;
}
.about_icon_details{
	float: left;
    width: 100%;
	padding-bottom:30px
}
.about_icon{
	float: left;
	width: 65px;
    height: 60px;
	line-height:56px;
    border: 2px solid #dbdbdb;
	text-align:center;
}
.about_icon i:before {
    color: #eea200;
    font-size: 30px;
    display: inline-block;
	margin-left:0px;
}
.details_icon {
	float:left;
	width:calc(100% - 65px);
	padding-left:30px;
}
.details_icon h2 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.details_icon p {
    color: #8b8b8b;
	font-size:16px;
    line-height: 24px;
}
.details_icon a {
   color: #333333;
    font-weight: 600;
    text-decoration: none;
}
.details_icon i:before {
    margin-left:5px;
    font-size: 14px;
}
.about_icon_details:hover .about_icon{
    background: #eea200;
    border-color: #eea200;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
	transition: all 0.5s;
}
.about_icon_details:hover .about_icon i:before{
    color: #fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
	transition: all 0.5s;
}
.about_icon_details:hover .details_icon a{
	color:#eea200;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
	transition: all 0.5s;
}

/* professional_info_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 .count-description{
	display: inline-block;
	color: #eea200;
	font-size: 90px;
    line-height: 90px;
}
.counter_section h4{
	display: block;
	font-size: 25px;
    line-height: 29px;
    font-weight: 300;
	padding-bottom:20px;
}
.counter_section h4 a{
	color: #fff;
}
.counter_hr{
	width: 40%;
	display: block;
    border: none;
    outline: none;
    height: 1px;
	margin: 0 auto 15px;
	background-color: rgba(255,255,255,.08);
    color: rgba(255,255,255,.08);
}

/*counter_section end*/


/* portfolio_section start */

.portfolio_section{
	float:left;
	width:100%;
}
.portfolio_heading{
	float:left;
	width:100%;
	padding: 40px 0;
	background: #262626;
}
.portfolio_heading .portfolio_heading_content {
	float:left;
    width: 100%;
	text-align:center;
}
.portfolio_heading .portfolio_heading_content h2 {
	font-size: 42px;
	color:#fff;
	text-transform:uppercase;
}
.portfolio_image{
	float:left;
	width:20%;
	text-align:center;
}
.portfolio_image img{
	display:inline-block;
}

/*portfolio-item*/

#portfolio_wrapper .portfolio-thumb{
	float:left;
	width:100%;
	position: relative;
}
#portfolio_wrapper .portfolio-thumb img{
	width: 100%;
}
.portfolio-content {
	background: rgba(238, 162, 0, 0.8);
    box-shadow: 0 0px 30px rgba(238, 162, 0, 0.1);
    height: calc(100% - 60px);
    left: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: calc(100% - 60px);
	transition: .2s ease;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_image:hover .portfolio-content {
  transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}
.portfolio_info {
  opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}
.portfolio_image:hover .portfolio_info {
    visibility: visible;
    opacity: 1;
}
.portfolio_info a{
	padding: 10px;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
}
.portfolio_info a:hover{
	background:#fff;
	color: #eea200;
}
.search{
	margin-right:20px;
}

/* portfolio_section end */


/* team_section start */

.team_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}
.team_section h2{
	color:#111;
}
.team_slider{
	float:left;
	width:100%;
	text-align:center;
}
.team_slider .owl-carousel .owl-item{
	background:#ffffff;
}
.team_slider .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;
	padding-top:30px;
}
.team_slider .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;
}
.team_slider .owl-theme .owl-dots .owl-dot.active span, .team_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#eea200;
	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;
}
.team_slider .owl-theme .owl-dots .owl-dot.active, .team_slider .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;
}
.team_slider .owl-theme .owl-nav{
	display:none;
}
.slider_main_wrapper{
	text-align:center;
}
.slider_main_wrapper:hover .team_slider_content h4 a{
	color:#eea200;
}
.team_slider_image{
	padding:7px 7px;
	display:inline-block;
}
.team_slider_content h4{
	font-size:18px;
	padding-top:23px;
}
.team_slider_content h5{
	font-size:12px;
	color:#999;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #f6f6f6;
}
.team_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-top:20px;
	padding-bottom:20px;
	display: inline-block;
}
.team_social_icons li{
	float:left;
	margin-left:24px;
}
.team_social_icons li:first-child{
	margin-left:0;
}
.team_social_icons li a{
	float:left;
	color: #999999;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.team_social_icons li a:hover{
	color:#eea200;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.team_section .text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.team_section .text_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.team_section .text_heading h2{
	font-size:36px;
	padding-bottom:30px;
}
.team_section .text_wrapper p{
	font-size:16px;
}
.team_section .text_wrapper{
	padding-bottom: 55px;
	float:left;
	width:100%;
	display: inline-block;
}
/* team_section end */


/* --------------------------------------
blog_section_section start
----------------------------------------- */

.blog_section {
	float:left;
	width:100%;
	background-image:url('../images/blog-images/blog_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.blog_section_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #08080a;
    opacity: 0.9;
}
@media (max-width : 991px) {
	.blog_section .blog-post-wrapper {
		margin-bottom: 30px;
	}
}
.blog_section .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date{
	position: absolute;
	left: 17px;
	top: 17px;
	width: 60px;
    height: 60px;
	background: #eea200;
	color: #FFFFFF;
	text-align: center;
	border-radius:50%;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date .day {
	font-size: 20px;
	line-height: 44px;
	font-weight: 600;
	display: block;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date .month {
	font-size: 11px;
	font-weight: 600;
	line-height: 0;
	display: block;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blog_section .blog-post-wrapper .blog-content{
	background:#fff;
	padding: 20px;
}

/*entry-header*/

.blog_section .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.blog_section .blog-post-wrapper .entry-title{
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blog_section .blog-post-wrapper .entry-title a:hover{
	color: #eea200;
}

/*entry-meta*/

.blog_section .blog-post-wrapper .entry-header .entry-meta {
	font-size: 11px;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta ul{
	margin:0;
	padding:0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	border-right: 1px solid #E7E7E7;
	line-height: 10px;
	padding-right: 15px;
	margin-right: 15px;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #eea200;
}
/*entry-content*/

.blog_section .blog-post-wrapper .entry-content {}
.blog_section .blog-post-wrapper .entry-content p{
	margin: 0;
}

/*entry-footer*/

.blog_section .blog-post-wrapper .entry-footer {
  background-color: #f5f5f5;
  padding: 13px;
}
.blog_section .blog-post-wrapper .entry-footer ul{
    margin:0;
	padding:0;
}
.blog_section .blog-post-wrapper .entry-footer .entry-meta li {
	display: inline-block;
	margin-right: 7px;
}
.blog_section .blog-post-wrapper .entry-footer a{
  display: block;
  padding: 3px 14px;
  font-size: 11px;
  color: #dadada;
  background: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}
.blog_section .blog-post-wrapper .entry-footer a:hover{
  color: #fff;
  background: #eea200;
}
.blog_section .blog-post-wrapper .entry-footer .entry-meta li:last-child {
	margin-right: 0;
}

/*blog gallery post*/

#blog_sectionSlider .carousel-control {
  top: auto;
  bottom: 20px;
  width: 30px;
  height: 23px;
  font-size: 11px;
  color: #dadada;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blog_sectionSlider .carousel-control.left,
#blog_sectionSlider .carousel-control.right {
  background-image: none;
  background-color: #fff;
  line-height: 24px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  
}
#blog_sectionSlider .carousel-control:focus, 
#blog_sectionSlider .carousel-control:hover {
  background-color: #eea200;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blog_sectionSlider .carousel-control.left {
  right: 60px;
  left: auto;
}
#blog_sectionSlider .carousel-control.right {
  right: 20px;
}


/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #eea200;
	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;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #fff;
  background: #eea200;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}

/* --------------------------------------
blog_section end
----------------------------------------- */

/* testimonial_section start */

.testimonial_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}
.testimonial_section h2{
	color:#111;
}
.testimonial_item_image{
	text-align:center;
	margin-bottom:32px;
}
.testimonial_item_image img{
	display:inline-block;
	border-radius:50%;
}
.testimonial_item_content{
	font-style:italic;
	position:relative;
	display:inline-block;
}
.testimonial_item_author{
	margin-bottom: 28px;
}
.testimonial_item_author h5{
	font-size:16px;
	font-weight:500;
}
.testimonial_item_author h6{
	font-size:12px;
	font-weight:500;
	color:#999999;
	margin-top:10px;
}
.testimonial_slider{
	float:left;
	width:100%;
	text-align:center;
}
.testimonial_item_content i{
color:#ffc000;
}
.testimonial_slider .owl-carousel .owl-item{
	padding:60px 40px;
	background:#ffffff;
}
.testimonial_slider .owl-theme .owl-dots{
	display:none;
}
.testimonial_slider .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 .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 .owl-theme .owl-dots .owl-dot.active span, .testimonial_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#eea200;
	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 .owl-theme .owl-dots .owl-dot.active, .testimonial_slider .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_section .owl-carousel .owl-nav .owl-prev, 
.testimonial_section .owl-carousel .owl-nav .owl-next{
	background:#eea200;
}
.testimonial_section .owl-theme .owl-nav {
    margin-top: 30px;
}


/* Media Query For testimonial_slider */

@media(min-width: 992px) and (max-width: 1280px){
	.testimonial_slider .owl-theme .owl-nav .owl-next{
		
		position: relative;
		right: 0px;
		top:0px;
	}
	.testimonial_slider .owl-theme .owl-nav .owl-prev{
		
		position: relative;
		left:0px;
		top:0px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.testimonial_slider .owl-theme .owl-nav .owl-prev {
    left: -34px;
	}
	.testimonial_slider .owl-theme .owl-nav .owl-next {
		right: -34px;
	}
}

@media(max-width: 767px){	
	.testimonial_slider .owl-theme .owl-nav .owl-next{
		position: relative;
		right: 0px;
		top:0px;
    }
	.testimonial_slider .owl-theme .owl-nav .owl-prev{
		position: relative;
		left:0px;
		top:0px;
	}
}

/* testimonial_section end*/ 


/* client_section start */

.client_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;
}
.client_section_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #08080a;
    opacity: 0.7;
}
.client_slider .item{
	text-align:center;
}
.client_slider .item img {
	display:inline-block;
	opacity: 0.3;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.client_slider .item img:hover {
	opacity: 1;
}
.client_slider .owl-theme .owl-nav{
	display:none;
}
.client_slider .owl-theme .owl-dots {
	display:none
}


/*   client_section end */


/* footer start*/

.footer{
	float:left;
	width:100%;
	padding-bottom:60px;
	padding-top:70px;
	background: #222;
}
.footer_contact_info{
	float:left;
	width:100%;
	border-bottom: 1px solid rgba(232, 228, 228, 0.12);
	padding-bottom:30px;
}
.footer_icon_wrapper{
	float:left;
	width:100%;
}
.footer_icon_wrapper i{
	display: block;
    float: left;
    font-size: 48px;
    color: #AEAFB0;
    margin-right: 30px;
}
.footer_icon_wrapper p{
	font-size: 21px;
    line-height: 32px;
    margin-left: 78px;
    color: #fff;
    font-weight: 300;
}
.footer_wrapper{
	float:left;
	width:100%;
	padding-top:50px;
}
.footer_wrapper h4{
	font-size:18px;
	font-weight:500;
	padding-bottom:30px;
	color:#fff;
}
.footer_wrapper h4:after{
	display: block;
    content: "";
    background: #eea200;
    width: 40px;
    height: 2px;
    margin-top: 13px;
}
.footer_widget{
	float:left;
	width:100%;
}
.abotus_content{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.abotus_content p{
	font-size:16px;
	color:#fff;
}
.aboutus_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.aboutus_social_icons li{
	float:left;
	margin-left:10px;
}
.aboutus_social_icons li:first-child{
	margin-left:0px;
}
.aboutus_social_icons li a{
	float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #d0d0d0;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 18px;
}
.aboutus_social_icons li a:hover{
	background:#eea200;
	border:1px solid #eea200;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_service_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_service_wrapper li{
	margin-bottom:20px;
}
.footer_service_wrapper li i{
	color:#eea200;
	margin-right:10px;
}
.footer_service_wrapper li a{
	color:#fff;
	font-size:16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_service_wrapper li a:hover{
	color: #eea200;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_hour_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_hour_wrapper li{
	font-size: 16px;
    line-height: 24px;
    color: #FFF;
    padding-top: 1px;
    padding-bottom: 1px;
}
.footer_hour_wrapper li span{
	float: left;
    min-width: 40%;
}
.footer_bottom_wrapper{
	float:left;
	width:100%;
	background: #222;
	text-align:center;	
}
.footer_copyright_wrapper{
	font-family: 'Lato';
	text-transform:capitalize;
	float:left;
	width:100%;
	display:inline-block;
	border-top:1px solid rgba(232, 228, 228, 0.12);
	padding-top:30px;
	padding-bottom:30px;
}
.footer_copyright_wrapper p{
	margin:0;
}
.footer_copyright_wrapper a{
	color:#eea200;
}	
/* footer end*/


/****************   About Us page    *******************/


/* aboutus_text_section css*/

.aboutus_story_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.aboutus_image_section, .aboutus_text_section{
	float:left;
	width:100%;
}
.aboutus_image_section{
	text-align: center;
}
.aboutus_image_section img{
	display:inline-block;
}
.aboutus_text_section{
	padding-bottom:30px;
}
.aboutus_text_section h2{
	font-size: 36px;
	font-weight: 500;
	margin-bottom:38px;
}

/* aboutus_text_section css end*/


/*tab_section start*/

.tab_section {
	float:left;
	width:100%;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #f1f1f1;
	background-color: #fff;
	color: #eea200;
}
.tab_section .nav-tabs {
  border: none;
}
.tab_section .nav-tabs>li {
  border: 1px solid #eee;
  border-right: 0;
  height: 50px;
}
.tab_section .nav-tabs>li:last-child {
  border-right: 1px solid #eee;
}
.tab_section .nav-tabs>li.active {
  border-right: 1px solid #eee;
  border-top: 0;
  border-bottom: 1px solid #fff;
  height: 56px;
  margin-top: -6px;
  position: relative;
}
.tab_section .nav-tabs>li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  margin-left: -10px;
  border-top: 5px solid #eea200;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.tab_section .nav-tabs>li>a {
  border: 0;
  border-radius: 0;
  color: #999999;
  margin-right: 0;
  line-height: 50px;
  padding: 0 15px;
  transition: inherit;
}
.tab_section .nav>li>a:focus, 
.tab_section .nav>li>a:hover {
  background-color: transparent;
}
.tab_section .nav-tabs>.active>a, 
.tab_section .nav-tabs>.active>a:focus, 
.tab_section .nav-tabs>.active>a:hover {
  color: #eea200;
  line-height: 60px;
  border: 0;
  box-shadow: inset 0px 2px 0px #eea200;
}
.tab_section .tab-content{
    border: 1px solid #eee;
    padding: 30px;
}
.tab_section .tab-pane img {
  margin-top: 8px;
}
.tab_section .tab-pane img.pull-left {
  margin-right: 20px;
}
.tab_section .tab-pane img.pull-right {
  margin-left: 20px;
}

/*collapse in small devices*/

.tab_section .panel-body img{
  margin-top: 8px;
}
.tab_section .panel-body img.pull-left {
  margin-right: 20px;
}
.tab_section .panel-body img.pull-right {
  margin-left: 20px;
}

/*tab_section end*/


/* aboutus_slider_wrapper start */

.aboutus_slider_wrapper{
	float:left;
	width:100%;
}
.aboutus_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.aboutus_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.aboutus_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 16px;
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
    position: absolute;
    text-align: center;
	background:#000000;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border: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;
}
.aboutus_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 16px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
    position: absolute;
    text-align: center;
	background:#000000;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border: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;
}
.aboutus_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .aboutus_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#eea200;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* aboutus_slider_wrapper end*/


/* accordion_and_progress_section start */

.accordion_and_progress_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.accordion_and_progress_section .panel .panel-heading a {
	font-size: 14px;
}
.accordion_and_progress_section .panel-body {
	font-size: 13px;
	border: 1px solid #d4cdca;
}
.accordion_and_progress_section .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.panel-heading h4 {
    font-size: 18px;
    line-height: 24px;
}
.accordion_wrapper h2, .progress_wrapper h2{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
	text-transform:uppercase;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.accordion_wrapper .panel-default {
  border: 0;
}
.accordion_wrapper .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 10px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.accordion_wrapper .panel .panel-heading a {	
	display: block;
	padding: 12px 20px;	
	background: #fff;
	color:#eea200;
	border: 1px solid #d4cdca;
}
.accordion_wrapper .panel .panel-heading a.collapsed {
	color: #b6b5b5;
	background-color: #fff;
	display: block;
	padding: 12px 20px;
}
.accordion_wrapper .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 30px;
  background: #fff;
  color: #999999;
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome'; 
	float: right;	
	text-align: center;
	background: #f1f1f1;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    display: block;
}
.accordion_wrapper .panel .panel-heading a:after {  
  content: "\2212";
  color: #999999;
}
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #fff;	
	background: #eea200;
}

/* accordion_and_progress_section end */


/*progress_wrapper start*/
.progress_wrapper{
	float:left;
	width:100%;
}
.progress_wrapper .progress-item {
	position: relative;
}
.progress_wrapper .progress-title {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 8px;
	color:##111111;
}
.progress_wrapper .progress {
	height: 11px;
	box-shadow: none;
	border-radius: 0px;
}
.progress_wrapper .progress-bar {
	background-color: #eea200;
	box-shadow: none;
	text-align: right;
}
.progress_wrapper .progress-percent {
	font-size: 10px;
	background-color: #111111;
	position: absolute;  
	top: 5px;
	padding: 0 8px;
	border-radius: 3px;
}
.progress_wrapper .progress-percent::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -4px;
	border-top: 6px solid #111111;
	border-right: 8px solid transparent;
}

/*progress_wrapper end*/


/** call_to_action start **/

.call_to_action{
	float:left;
	width:100%;
	padding: 70px 0;
	background:#eea200;
}
.call_to_action .callout_wrap {
    width: 100%;
    display: table;
}
.call_to_action .callout_content{
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.callout_content h2{
	color:#fff;
	font-size:30px;
}
.call_to_action .callout_button{
    padding-top: 0;
    padding-left: 20px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.callout_button a{
    border-color: #fff;
    background-color: #fff;
	color:#363d4f;
	border-radius:3px;
	text-transform:uppercase;
	padding: 16px 23px;
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
	margin: 0 20px 0 0;
}
.callout_button a:hover{
    border-color: #2e2e2e;
    background-color: #2e2e2e;
	color:#fff;
}

/** call_to_action end **/


/* team_wrapper start */

.team_wrapper{
	float:left;
	width:100%;
	padding-bottom:100px;
	padding-top:100px;
	text-align:center;
}
.team_wrapper h2{
	color:#111;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot{
	display:none;
}
.team_slider_wrapper  .owl-theme .owl-nav{
	display:none;
}
.team_wrapper_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-block;
}
.team_wrapper_icons li{
	float:left;
	margin-left:10px;
}
.team_wrapper_icons li a{
	float:left;
	color: #cbcbcb;
	font-size:16px;
	border: 1px solid #e8e8e8;
	border-radius:50%;
	height:35px;
	width:35px;
	text-align:center;
	line-height:35px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.team_wrapper_icons li a:hover{
	border: 1px solid #eea200;
	background:#eea200;
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.owl-carousel .owl-drag .owl-item {
    text-align: center;
}
.team_wrapper_image, .team_wrapper_content{
	display: inline-block;
}
.team_wrapper_image{
	padding-bottom:38px;
}
.team_wrapper_content h5{
	color:#999;
	font-size:14px;
	padding-bottom:10px;
}
.team_wrapper_content h4{
	font-size:20px;
	font-weight:700;
	padding-bottom:28px;
}
.team_wrapper_content p{
	font-size:16px;
	padding-bottom:20px;
}

/* team_wrapper end */

/*service_boxes_section section start*/

.service_boxes_section{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding-top:100px;
	padding-bottom:50px;
}
.service_boxes_section h2{
	color:#111;
}
.service_boxes_section .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
	position:relative;
	margin-bottom:50px;
}

@media (max-width: 991px) { 
	.service_boxes_section .thumbnail {
		margin-bottom: 30px;
	}
}
.service_boxes_section .icon-thumb {
	display: table;
}
.service_boxes_section .icon {
	width: 50px;
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
	text-align:center;
    position: absolute;
    top: 0px;
    left:0px;
}
.service_boxes_section .icon.yellow {
  background: #eea200;
}
.service_boxes_section .icon.pink {
  background: #eea200;
}
.service_boxes_section .icon.violet {
  background: #c183d6;
}
.service_boxes_section .icon.aqua {
  background: #73c8b7;
}
.service_boxes_section .thumbnail .caption {
  color: #999999;
  text-align:center;
  padding: 27px 13px;
}
.service_boxes_section .thumbnail .caption h4 {
	font-size: 20px;
	margin: 0 0 9px;
    text-transform: capitalize;
}
.service_boxes_section .thumbnail .caption h4 a{
	color: #111111;
}
.service_boxes_section .thumbnail:hover .caption h4 a{
	color: #eea200;
}
.service_boxes_section .thumbnail .caption p{
	margin: 0;
}
/*service_boxes_section section end*/



/*about_services_section start*/

.about_services_section{
	float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.services_content{
	float: left;
    width: 100%;
	padding-left: 30px;
}
.services_content h2{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.services_content p{
    font-size: 16px;
    line-height: 26px;
}
.services_content ul li{
    padding-top: 20px;
}
.services_content ul li i {
    padding-right: 10px;
    color: #eea200;
}
.services_content ul li a {
    color: #999999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services_content a:hover {
    color: #eea200;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* aboutus_video */

.services_video{
	float:left;
	width:100%;
}
.services_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: #eea200;
	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;
}
.services_video .play-trigger:hover {
  color: #fff;
  background: #eea200;
}
.services_video .play-trigger i {
	margin-left: 5px;
}

/*about_services_section end*/


/*services_testimonial_section start*/

.services_testimonial_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}
.services_testimonial_section h2{
	color:#111;
}
.services_testimonial_section .owl-carousel .owl-nav .owl-prev, 
.services_testimonial_section .owl-carousel .owl-nav .owl-next{
	background:#eea200;
}
.services_testimonial_section .owl-theme .owl-nav {
    margin-top: 30px;
}

/*services_testimonial_section end*/


/*pricing_section_five start*/

.pricing_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.pricing_section h2{
	color:#111;
}
.pricing_section .pricing-table-default {
	border: 1px solid rgba(222, 206, 206, 0.56);
	margin-top: 30px;
	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;
}
.pricing_section .pricing-table-default:hover{
	border:1px solid #eea200;
	-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 (max-width : 766px) {
	.pricing_section .pricing-table-default {
		margin-bottom: 30px;
	}
}
.pricing_section .pricing-head{
	padding: 37px 0 15px;
}
.pricing_section .pricing-head h3 {
	font-size: 16px;
	color: #999999;
	background-color: #f1f1f1;
	padding: 15px 0;
	margin: 0px;
}
.pricing_section .pricing-table-default:hover .pricing-head h3{
	background-color: #eea200;
	color: #ffffff;
}
.pricing_section .pricing-head .price {
	display: block;
	font-size: 40px;
	line-height: 30px;
	color: #111111;
	font-weight: 300;
	padding-bottom: 20px;
}
.pricing_section .pricing-head .price-degit{
	font-size: 60px;
	letter-spacing: -4px;
}
.pricing_section .pricing-head .month{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}
/*pricing list*/

.pricing_section .pricing-list li {
	display: block;
	font-size: 16px;
    font-weight: 300;
	padding-top: 13px;
    padding-bottom: 13px;
    border-bottom:  1px solid rgba(222, 206, 206, 0.32);
	color: #999999;
}
.pricing_section .pricing-table-default .btn {
	color: #999999;
	border:0;
	padding: 15px 40px;
    text-transform: uppercase;
	display: block;
	margin: 31px 45px 31px 45px;
	background: #f1f1f1;
}
.pricing_section .pricing-table-default:hover .btn{
	background: #eea200;
	color: #ffffff;
}
.pricing_section .pricing-head h3,
.pricing_section .pricing-table-default,
.pricing_section .pricing-table-default .btn{

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*pricing_section end*/


/* gallery_section start */

.gallery_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.gallery_section h2{
	color:#111;
}

/* portfolio-filter */

.portfolio-filter {
    background: #eea200;
    margin-bottom: 50px;
	padding: 20px 0px;
}
#filter li{
    margin: 0 5px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#fff;
	background:transparent;
    padding: 10px 20px;
	text-transform: capitalize;
    border-radius: 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;
}
#filter li a:hover,
#filter li a.active{
	color: rgb(255, 255, 255);
	background: #f5b328;;
}
#filter li a:last-child{
    margin-right: 0px;
}

/* portfolio-item */

.portfolio-area{
	float:left;
	width:100%;
	overflow:hidden;
}
.portfolio-area .portfolio-thumb{
    position: relative;
	margin-bottom:30px;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-content {
	background: rgba(238, 162, 0, 0.8);
    box-shadow: 0 0px 30px rgba(238, 162, 0, 0.1);
    height: calc(100% - 60px);
    left: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: calc(100% - 60px);
	transition: .2s ease;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#gridWrapper .portfolio-thumb:hover .portfolio_info {
    visibility: visible;
    opacity: 1;
}
#gridWrapper .portfolio-thumb:hover .portfolio-content {
  transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}

/* gallery_section end */


/* contact_icon_section start */

.contact_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.contact_section h2 {
	color:#111;
}
.contact_icon_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.contact_icon_wrapper i{
	color: #eea200;
    font-size: 50px;
    line-height: 50px;
	padding-bottom: 25px;
}
.contact_icon_wrapper h4{
	color: #111;
    padding-bottom: 25px;
}
.contact_icon_wrapper p{
    font-size: 16px;
    line-height: 26px;
}
.contact_icon_wrapper{
	background:#fff;
	border: 1px solid rgba(222, 206, 206, 0.56);
    display: block;
	padding: 40px 20px;
}
.contact_icon_wrapper:hover{
	border-color:#eea200;
}
.contact_icon_wrapper:hover h4{
	color:#eea200;
}
#map{
	float: left;
	width: 100%; 
	height: 500px;
}

/* contact_icon_section end */

/* contact_form_section start */

.contact_form_section .form-group {
	margin-bottom: 10px;
}
.contact_form_section{
    float:left;
	width:100%;
}
.contact_form_section h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
	letter-spacing:2px;
	padding-bottom: 30px;
	text-transform:uppercase;
}
.form-group {
  margin-bottom: 20px;
}
.form-control:focus {
  box-shadow: none;
}
.contact_form_section .form-group {
	margin-bottom: 10px;
}
.contact_form_section .form-control {
	background: #ffffff;
    border: 1px solid rgba(222, 206, 206, 0.56);
    color: #999999;
    display: block;
    font-size: 16px;
    height: 55px;
    margin-bottom: 25px;
    padding: 0 20px;
    width: 100%;
	border-radius:0;
	box-shadow:none;
	-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_form_section .form-control:focus{
	border: 1px solid #313131 !important;
	background: transparent;	
}
.contact_form_section 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_form_section .btn-default {
	background-color:#825339;
	color: #fff;
	border-color:#825339;
}
.contact_form_section .btn-default:hover,
.contact_form_section .btn-default.focus {
  	color: #825339;
	background:transparent;
  	border: 1px solid #825339 !important;
}
.contact_form_section .form-group textarea{	
    height: 110px;
    margin-bottom: 31px;
    padding: 10px 20px;
	resize:none;
}
.contact_form_section .form-control:focus{
	border: 1px solid #eea200 !important;
	background: transparent;	
}
.contact_form_section button.btn{
	float: left;
    background: #eea200;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #eea200;
    padding: 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_form_section button.btn:hover{
    background: #f5b328;
    border: 1px solid #f5b328;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* contact_form_section end */


/* contact_section_hours start */

.contact_section_hours{
	float:left;
	width:100%;
}
.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_section_hours .working-hours li {
    line-height: 42px;
	color:#999;
    font-size: 16px;
    font-weight: 300;
}
.contact_section_hours .working-hours li span {
    float: right;
	color:#eea200;
}

/* contact_section_hours end */


/* media  query css for ipad */

@media(min-width: 992px)and (max-width: 1199px){
	.header_wrapper {
		background: rgba(0, 0, 0, 0) url(../images/header-bg.jpg) repeat scroll 0 0;
		height: 194px;
		width: 100%;
	}
	.nav_area {
		height: 70px;
		width: 100% !important;
	}
	.mainmenu li a {
		padding: 0 12px;
	}
	.header_social a {
		margin: 11px 3px;
	}
	.header_social i {
		height: 35px;
		line-height:35px;
		width: 35px;
	}
	.column_details p {
		font-size: 12px;
	}
	.gb_icon_content h4 {
		font-size: 20px;
	}
	.pricing_section .pricing-table-default .btn{
		padding: 15px 12px;	
	}
	.blog_section .blog-post-wrapper .entry-title a {
		font-size: 16px;
	}
	

}

@media(min-width: 768px) and (max-width: 991px) {
	.header_wrapper {
		background: rgba(0, 0, 0, 0) url(../images/header-bg.jpg) repeat scroll 0 0;
		height: 100%;
		width: 100%;
	}
	.logo_area {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-bottom: 25px;
	}
	.column_one {
		text-align: center;
		width: 50%;
	}
	.column_two {
		text-align: center;
		width: 50%;
	}
	.column_left {
		padding-left: 60px;
	}
	.column_left i {
		position: relative;
		left: 40px;
	}
	.column_right {
		float: right;
		width: 66%;
	}
	.column_four {
		float: right;
		padding-top: 54px;
		width: 50%;
		padding-left: 90px;
	}
	.column_three {
		width: 50%;
		text-align: center;
		padding-top: 30px;
	}
	.mainmenu li a {
		font-size: 12px;
		padding: 0 10px !important;
	}
	.quote p {
		padding: 20px 0;
	}
	.portfolio_image{
		width:33.33%;
	}
	.pricing_section .pricing-table-default .btn {
		margin:0px;
	}
	.pricing_section .pricing-table-default .btn{
		padding: 15px 30px;	
	}
	.services_content{
		margin-top:40px;
	}
	.service_boxes_section .icon{
		display:none;
	}
	.service_boxes_section .thumbnail{
		background:none;
	}
	.tab_section{
		margin-bottom:40px;
	}
	.contact_icon_wrapper p {
		font-size: 15px;
	}
	.professional_img {
		margin-bottom:40px;
	}
	.professional_img img{
		width:100%;
	}
	#filter li a {
		padding: 10px 12px;
	}
	.footer_widget {
		margin-bottom:40px;
	}
}
/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	.nav_area {
		width: 100%;
	    margin: 0;
	}
	.manu_area {
	}
	.mainmenu{
		display:none;
	}
	.navbar-header {
		height: 78px;
		width: 100%;
		margin: 0 0;
		padding: 0 0;
	}
	.navbar-toggle {
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-toggle .icon-bar {
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
		border: background;
		border: 1px solid #eea200;
	}
	.logo_hide {
		display: block;
	}
	.header_wrapper {
		background: transparent;
		height: auto;
	}
	.header_top_bar {
		display: none;
	}
	.navbar-brand.logo_hide img {
		display: none;
	}
	.quote {
		height:69px;
		width:170px;
	}
	.quote p {
		padding: 20px 0;
		margin-right: 15px;
	}
	.quote i {
		width:20px;
	}
	.tparrows.preview3,
	.tparrows.preview3:after	{
		width:70px;
		height:70px;
		line-height:70px;
	}
	.portfolio_section{
		text-align:center;
	}
	.portfolio_image{
		float: none;
		width: auto;
		display: inline-block;
	}
	.newsletter_section{
		margin-top:30px;
	}
	.tab_section{
		margin-bottom:40px;
	}
	.progress_wrapper{
		margin-bottom:40px;
	}
	.services_video{
		margin-bottom:30px;
	}
	.contact_form_section, .contact_icon_wrapper{
		margin-bottom:40px;
	}
	.service_boxes_section .icon{
		display:none;
	}
	#filter li a:last-child {
		margin-top: 20px;
	}
	.service_boxes_section .thumbnail{
		background:none;
	}
	.professional_img {
		margin-bottom:40px;
	}
	.professional_img img{
		width:100%;
	}
	.about_icon_details{
		text-align: center;
		margin-bottom:50px;
	}
	.details_icon {
		float: none;
		width: 100%;
		text-align: center;
		padding:0;
	}
	.about_icon {
		float: none;
		display:inline-block;
		margin-bottom:20px;
	}
	.footer_widget {
		margin-bottom:50px;
	}
	.footer_icon_wrapper {
		margin-bottom: 50px;
	}
	.footer_contact_info {
		padding-bottom: 0px;
	}
	.counter_section p{
		margin-bottom:60px;
	}
	.footer_service_wrapper li:last-child{
		margin-bottom:0px;
	}
}

@media only screen and (max-width : 480px) {
	
	.section_heading h2 {
		font-size: 18px;
	}
	.client_section h2 {
		font-size: 18px;
	}
	

}

@media only screen and (max-width : 390px) {
	.quote {
		width:160px;
	}
	.quote p {
		font-size:13px;
		font-weight:500;
	}
	.quote i {
		width: 20px;
	}
	.gb_icon_wrapper {
		text-align:center;
	}
	.gb_icon_img {
		float:none;
		display:inline-block;
	}
	.gb_icon_content {
		float: none;
		width:100%;
		padding-left: 0px;
	}
		
	

}

/* media query css for mobile end */