/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. slider_area start
3. menu_wrapper start 
4. portfolio_section start
5. aboutus_section start
6. counter_section start
7. services_section start
8. portfolio-filter start 
9. Portfolio Fullwidth start	
10. Portfolio Three Column satrt 
11. single_image_section start
12. related_photo_section start
13. contact_info_section start
14. inquiry_section start
15. social_icons_square start
16. footer 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:#ff4157;
	-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;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: unset;
}
.section_heading {
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.section_heading h2{
  font-size: 30px;
  text-transform: uppercase;
}
.bordered-icon {
  color: #ff4157;
  padding: 0 10px;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  margin:10px 0px;
  display: inline-block;
}
.bordered-icon:before, 
.bordered-icon:after {
  content: "";
  background: #dadada;
  width: 90px;
  height: 1px;
  top: 8px;
  position: absolute;
}
.bordered-icon:before {
  left: 100%;
}
.bordered-icon:after {
  right: 100%;
}
.section_heading p{
  font-size: 15px;
}
.section_content{
	float:left;
	width:100%;
	margin-bottom:50px;
}
#return-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff4157;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    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;
}
/* ---------------------------------------------- /*
 * 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%;
}
/*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: #ff4157;
}
.page_header .sub_title a {
    color: #999999;
}
.page_header .sub_title a:hover {
    color: #ff4157;
}
.page_header .sub_title i {
    padding: 10px 7px;
}
@media (max-width : 766px) {
	.page_header h1 {
	  font-size: 35px;
	  line-height: 44px;
	}
}

/* custom css end*/


/*....................................
 slider area start here
....................................*/

/*-- hs Slider 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:850px;
}
.slider-area .carousel-inner .item .caption-2 {
width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/slide1_bg.jpg);
  position: relative;
  min-height:850px;
}
.slider-area .carousel-inner .item .caption-3 {
width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/slide1_bg.jpg);
  position: relative;
  min-height:850px;
}
.slider-area .carousel-inner .item .carousel-captions:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.slider-area .carousel-inner .item .carousel-captions .content {
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:250px;
  padding-bottom:250px;
  text-align:center;
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs{
	display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  padding-top:140px;
}
.slider-area .carousel-inner .item .carousel-captions .content h1{
	animation-delay: 0.5s;
	margin: 0 0 10px;
}
.slider-area .carousel-inner .item .carousel-captions .content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 0;
  margin: 0 0 20px;
  animation-delay: 1.5s;
  text-transform:uppercase;
}
.slider-area .carousel-inner .item .carousel-captions .content h2 span {
  font-weight: bold;
  
}
.slider-area .carousel-inner .item .carousel-captions .content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 30px;
  animation-delay: 2.5s;
}
.slider-area .carousel-inner .item .carousel-captions .content li{
	animation-delay: 3.2s;
}
.slider-area .carousel-inner .carousel-indicators {
  display:none;
}
.slider-area .carousel-inner .carousel-indicators li {
  text-indent: 0;
  position: relative;
  width: 10px;
  height: 25px;
  background-color: transparent;
  display: block;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: left;
  background: rgba(255, 255, 255, 0.42);
  margin-top:10px;
      -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.slider-area .carousel-inner .carousel-indicators li span.number {
  display: inline-block;
}
.slider-area .carousel-inner .carousel-indicators li span.con {
  display: inline-block;
  position: relative;
  padding-left: 42px;
}
.slider-area .carousel-inner .carousel-indicators li span.con:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #cf9c67;
  width: 26px;
}
.slider-area .carousel-inner .carousel-indicators li.active {
  background: #ff7e00;
      width: 10px;
    height: 25px;
}
.slider-area .carousel-inner .carousel-indicators li:first-child {
  margin-top: 0;
}
.carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;	
}
.carousel-nevigation > .prev{
	left:-138px;
	position:absolute;
	width:50px;
	height:50px;
	border-radius:100%;
	    padding-top: 10px;
    padding-left: 5px;
	background:#ffffff;
	color:#000000;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next{
	right:-138px;
	position:absolute;
	width:50px;
	height:50px;
	border-radius:100%;
	    padding-top: 10px;
    padding-left: 12px;
	background:#ffffff;
	color:#000000;
	    -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:hover .carousel-nevigation > .prev{
	left:40px;
	    -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:hover .carousel-nevigation > .next{
	right:40px;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next:hover, .carousel-nevigation > .prev:hover{
	background:#ff4157;
	color:#ffffff !important;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .prev i{
	float:left;
	width:35px;
	text-align:right;
	font-size:16px;
	font-size: 28px;
    padding-right: 10px;
}
.carousel-nevigation > .prev span{
	width:calc(100% - 35px);
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height: 17px;
}
.carousel-nevigation > .next i{
	float:left;
	width:35px;
	text-align:left;
	font-size:16px;
	font-size: 28px;
    padding-left: 10px;
}
.carousel-nevigation > .next span{
	width:calc(100% - 35px);
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height: 17px;
	text-align:right;
}
.hs_slider_right_tabs_wrapper{
	float:left;
	width:100%;
	animation-delay: 3.5s;
}
.hs_slider_right_tabs_wrapper2{
	margin-top:20px;
}
.hs_slider_tabs_icon_wrapper{
	float:left;
	width:80px;
	height:80px;
	border: 8px solid rgba(255, 255, 255, 0.23137254901960785);
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.hs_slider_tabs_icon_wrapper i{
	width:65px;
	height:65px;
	float:left;
	text-align:center;
	line-height:65px;
	background:#ff7e00;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_slider_tabs_icon_wrapper i:before{
	margin-left:0;
	color:#ffffff;
	font-size:40px;
}
.hs_slider_tabs_icon_cont_wrapper{
	float:left;
	width:calc(100% - 80px);
	padding-top: 15px;
    padding-left: 15px;
}
.slider-area .carousel-inner .item .carousel-captions .content_tabs .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn{
	float:left;
	width:100%;
	height:50px;
	line-height:50px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:rgba(255, 255, 255, 0.21);
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper i{
	background:#37a4dd;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_slider_right_tabs_wrapper:hover .hs_slider_tabs_icon_cont_wrapper li .hs_tabs_btn{
	background:#37a4dd;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_btn_hover{
	display:inline-block;
    width: 150px;
    height: 50px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    line-height: 46px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_btn_hover:hover{
	background: transparent;
    border: 1px solid #ffffff;
    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;
}	
/*-- hs Slider End --*/
/*....................................
 slider area end here
....................................*/


/* menu_wrapper start */

.menu_wrapper{
	float:left;
	width:100%;
	background: #222;
}
.inner_menu_wrapper{
	padding: 20px 0;
}
.logo_image, .search_bar{
	float:left;
	width:100%;
	margin-top:25px;
}

/*head-search*/

.search_bar,
.head-search .form-control {
  font-size: 11px;
}
.head-search {
  position: relative;
}
.head-search .form-group {
  margin-bottom: 0;
}
.head-search .form-control {
  min-width: 160px;
  background: #4a4a4a;
   color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 17px 30px 15px 14px;
}
.head-search button {
  height: 34px;
  width: 40px;
  line-height: 30px;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
}
.head-search button:hover, .head-search button:active,
.head-search button:focus{
    background: #ff4157;
	outline:none;
}
.head-search input::placeholder{
  color: #fff;
}


/*Dropdown Menu*/
.dropdown-menu {
  display: inherit;
  padding: 3px 0;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 3px 0 #ff4157;
}
.dropdown-header {
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
}
.dropdown-menu li a {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #969595;
  padding: 3px 20px;
}
.dropdown-menu li a:hover {
  color: #ff4157;
  background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	color: #ff4157;
  background-color: #f5f5f5;
	
}
.dropdown .dropdown-menu {
  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;
}
.inner_menu_wrapper .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px !important;
  opacity: 1;
  visibility: visible;
}

/* navigation*/ 

/*navbar-toggle*/

.navbar-toggle{
 background:#ff4157;
 border-color:#ff4157 !important;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: 3px;
  margin:0;
  border: 0;
  margin-right: 0;
}
.inner_menu_wrapper .navbar-toggle{
	top: 2px;
}
.navbar-toggle .icon-bar {
  width: 16px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border-color: transparent;
  display:inline-block;
  min-height:0px;
  margin-top: 7px;
}
.navbar-default .navbar-nav>li>a {
  color: #6b6b6b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding:25px 15px;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	 color: #fff;
  background-color: transparent;
}
.navbar_close{
	top: -56px;
    z-index: 3;
    color: #000000;
    font-size: 35px;
}
.inner_menu_wrapper .navbar_close{
	top: -56px;
    z-index: 3;
    color: #000000;
    font-size: 35px;
}
.rp_mobail_menu_main_wrapper{
	float:none;
	width:100%;
}
#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:#ff4157;
	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;
}
#cssmenu h1 {
	margin:0;
	padding-bottom: 20px;
	background:#ff4157;
	position:relative;
    font-size: 20px;
    padding: 15px 25px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
}
.menu_fixed{
	position:fixed;
	top:0;
	left: 0;
    right: 0;
    z-index: 100;
}
/* menu_wrapper end */


/* ------------------------------------------
Portfolio Home Page 
--------------------------------------------- */

/* portfolio_section start*/

.portfolio_image{
	float:left;
	width:25%;
	position: relative;
	text-align:center;
}
.portfolio_image img{
	display:inline-block;
}
.search{
	margin-right:20px;
}
.portfolio_img_text{ 
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* portfolio_section end */


/* aboutus_section start */

.aboutus_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.aboutus_image_wrapper, .aboutus_text_wrapper{
	float:left;
	width:100%;
}
.aboutus_image_wrapper{
	text-align: center;
}
.aboutus_image_wrapper img{
	display:inline-block;
}
.aboutus_text_wrapper{
	padding-bottom:20px;
	border-bottom: 1px solid #eeeff2;
}
.aboutus_text_wrapper h2{
	font-size:24px;
	margin-bottom:30px;
	text-transform: uppercase;
	padding-bottom:20px;
	border-bottom: 1px solid #eeeff2;
}
.aboutus_social_icons{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:40px;
}
.aboutus_social_icons li:first-child a{
	margin-left:0px;
}
.aboutus_social_icons li a{
	float:left;
	margin-left:20px;
	color: #999999;
	font-size:25px;
	border: 1px solid #cfcfcf;
	border-radius:50%;
	height:63px;
	width:63px;
	text-align:center;
	line-height:63px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.aboutus_social_icons li a:hover{
	color: #ff4157;
	border: 1px solid #ff4157;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* 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 .icon-one i{
	color: #ff4157;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-two i{
	color: #7197b3;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-three i{
	color: #73ca8d;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-four i{
	color: #ea6a38;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .count-description{
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	padding-top: 5px;
}
.counter_section h4{
	display: block;
	line-height: 40px;
	padding-top: 20px;
}
.counter_section h4 a{
	color: #fff;
}

/*counter_section end*/

/* services_section start */

.services_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}	
.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: #ff4157;
	-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;
	margin-bottom: 30px;
	-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: #ff4157;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-img{
	width:15%;
	float:left;
}
.icon-img i{
	font-size: 25px;
	color: #999999
}
.icon-content{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 15%);
}
.icon-content p{
	margin-top: 20px;
}
.icon-content a{
	color: #111111;
}
.icon-wrapper{
	padding-top:20px;
}

/* services_section end*/


/*portfolio-filter satrt*/

.photos_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.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;
}

/*portfolio-filter end*/

/**************** Portfolio Fullwidth page    *******************/

.tab_img{
	float:left;
	width:33.33%;
	position: relative;
}
.tab_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  right:0;
  bottom:0;
  opacity:0;
  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;
}
.tab_img_wrapper:hover .tab_img_overlay {
  background-color:#000;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -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;
}
.tab_img_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.tab_img_link{
	display:inline-block;
}
.search{
	margin-right:20px;
}
.tab_img_text h4{
	color: #fff;
	font-size:24px;
	font-weight:bold;
	padding-bottom:30px;
}
.tab_img_text a i{
	font-size:16px;
}
.tab_img_text a{
	float:left;
	background:#fff;
	color: #4285f4;
	border:1px solid #fff;
	width:40px;
	height:40px;
	line-height: 35px;
	border-radius:50%;
	text-align:center;
}
.tab_img_text a:hover{
	background:#4285f4;
	color: #fff;
	border:1px solid #4285f4;
}
.tab_img: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;
}
.filter_fullwidth_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/**************** Portfolio Three Column page    *******************/

.portfolio-area{
	float:left;
	width:100%;
	overflow:hidden;
}
.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::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 800px;
    bottom: 800px;
    top: 800px;
    right: 800px;
    cursor:pointer;
    background:rgba(243, 127, 42, 0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
	right:0;
	top:0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 40px;
    margin-top: -25px;
    opacity: 1;
}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-info:after{
	content:'';
	border:1px solid #2f2d2b;
	display:block;
	width:100%;
	position:relative;
	top:5px;
}
.portfolio-info h3:after{
	content:'';
	border:1px solid #fca900;
	display:block;
	width:50px;
	position:relative;
	top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.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 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%);
}
.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;
}
.III_column{
	margin-top:30px;
}
/* photos_section end */


/****************   Single Image Page    *******************/

.single_image_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.description_section{
	float:left;
	width:100%;
}
.image_text_section, .image_info_section{
	float:left;
	width:100%;
}
.single_image_heading{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.single_image_heading h2{
	font-size:20px;
	font-weight: 700;
	position:relative;
}
.single_image_heading h2:after{
	content:'';
	border:1px solid #ff4157;
	display:block;
	width:50px;
	position:absolute;
	margin-top:10px;
}
.image_text_section p{
	font-size:16px;
}
.image_section_btn{
	float:left;
	width:100%;
	margin-top:15px;
	padding-bottom: 30px;
    border-bottom: 1px solid #eeeff2;
}
.download{
	width: 150px;
    height: 40px;
    border-radius: 3px;
	background:#ff4157;
	border:2px solid #ff4157;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 35px;
    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;
}
.image_section_btn a:hover, .image_section_btn a:active,
.image_section_btn a:focus{
	text-decoration:none;
	background-color: transparent;
  	color: #ff4157;
  	border: 2px solid #ff4157!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.image_buttons{
	float:right;
}
.image_buttons a{
	margin-right:10px;
}
.like_button{
	float:left;
    background:#ff4157;
	border:2px solid #ff4157;
    width: 120px;
    line-height: 27px;
    font-size: 14px;
    max-width: 100px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
}
.like_button i{
   padding-right:7px;
}
.like_button i, .share_button i{
   font-size:16px;
}
.share_button{
	float:left;
	border: 2px solid #E6E6E6;
    background-color: #E6E6E6;
    width: 120px;
    line-height: 27px;
    max-width: 100px;
    color:#999;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
}
.share_button:hover{
	border-color:#E6E6E6 ;
    background-color: #E6E6E6;
}
.share_button:focus{
	outline:none;
}
.image_info_section i {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.image_info_section{
	padding: 30px;
    background: #f7f8fa;
    white-space: nowrap;
    overflow: hidden;
}
.image_info{
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeff2;
}
.image_info_text{
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#636363;
}
.image_info a{
	font-size: 20px;
	color: #ff4157;
	text-decoration:none;
	display:block;
	overflow:hidden;
	line-height:50px;
	text-overflow:ellipsis;
}
#details {
	width: 100%;
    border-collapse: collapse;
}
#details th, #details td{
    white-space: nowrap;
    font-size: 14px;
    padding: 0;
    line-height:40px;
    font-weight: normal;
    color: #636363;
}
#details td{
    text-align:right;
}
#details th {
    width: 1%;
    padding-right: 10px;
}
.tags{
	float:left;
	width:100%;
    margin-top: 30px;
}
.tags i{
	font-size: 16px;
    color: #ff4157;
}
.tags a{
    display: inline-block;
    margin: 0 0 8px 12px;
    font-size: 16px;
    color: #777;
    text-transform: capitalize;
    transition: .2s;
}
.tags a:hover{
    color: #ff4157;
}
/* related_photo_section start*/

.related_image_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.related_image_slider{
	float:left;
	width:100%;
}
.related_image_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.related_image_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;
}
.related_image_slider .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	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;
}
.related_image_slider .owl-theme .owl-dots .owl-dot.active span, .related_image_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#ff4157;
	width:10px;
	height:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.related_image_slider .owl-theme .owl-dots .owl-dot.active, .related_image_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;
}
.related_image_slider .owl-theme .owl-nav {
    display:none;
}
.related_image_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.related_image {
  position: relative;
  width:auto;
  display:inline-block;
}
.related_image_overlay {
  position: absolute;
  top: 400px;
  left: 300px;
  right: 400px;
  opacity:0;
  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;
}
.related_image_wrapper:hover .related_image_overlay {
  background-color:#ff4157;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -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;
}
.related_img_icon{
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* related_photo_section end*/


/****************    Contact US Page    *******************/

/***********************
contact_section start
**************************/

.contact_section{
	float:left;
	width:100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background:#f7f7f7;
}
.contact_section .section_head{
	float:left;
	width:100%;
	padding-top: 100px;
}

/*contact_info_section start*/

.contact_info_section{
	float:left;
	width:100%;
	padding-bottom:100px;
}
.contact_info_section h2{
	font-size: 37px;
    line-height: 41px;
    font-weight: 300;
	margin-bottom:20px;
}
.contact_info_section p{
	font-size: 16px;
}
#map{
	float: left;
	width: 100%; 
	height: 500px;
}

/*contact_info_section end*/

/*inquiry_section start*/

.inquiry_section {
	float:left;
	width:100%;
}
.inquiry_section input, .inquiry_section textarea {
	background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
	padding: 15px 35px; 
	height: 53px;
   font-size: 14px;
   line-height: 24px;
   border-radius: 0;
   box-shadow: none;
   font-family: 'Roboto';
	-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;
}
.inquiry_section textarea{
	height:auto;
	resize:none;
}
.inquiry_section .form-group {
  margin-bottom: 20px;
}
.inquiry_section input::placeholder, .inquiry_section textarea::placeholder {
  color: #999;
}
.inquiry_section .form-control:focus {
	color: #999;
	background-color: transparent;
	box-shadow: none;	
}
.inquiry_section form button.btn{
	margin: 0 auto;
	display: block;
	width: 150px;
    height: 40px;
    border-radius: 3px;
	background:#ff4157;
	border:2px solid #ff4157;
	margin-top:20px;
    -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;
}
.inquiry_section .btn-primary:focus,
.inquiry_section .btn-primary:hover{
	background-color: transparent;
  	color: #ff4157;
  	border: 2px solid #ff4157!important;
}
.inquiry_section-pos,.inquiry_section-e,.inquiry_section-m,.inquiry_section-p{
	position: relative;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after {
    position: absolute;
    top: 16px;
    font-size: 13px;
    font-family: "FontAwesome";
    color: #999;
}
.inquiry_section .form-group.i-name:after{
	content: "\f007";
	left: 14px;
}
.inquiry_section .form-group.i-email:after{
	content: "\f003";
	left: 14px;
}
.inquiry_section .form-group.i-phone:after{
	content: "\f095";
	left: 14px;
}
.inquiry_section .form-group.i-message:after{
	content: "\f0e5";
	left: 14px;
}

/*inquiry_section end*/

/*social_icons_square start*/

.social_icons_square{
	margin-top:20px;
	display:inline-block;
}
.social_icons_square ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social_icons_square ul li{
	float:left;
	margin-left:18px;
}
.social_icons_square ul li:first-child{
	margin-left:0px;
}
.social_icons_square ul li a{
	float:left;
	line-height:40px;
	color:#e0e0e0;
	height:40px;
	width:40px;
	text-align:center;
	border:1px solid #e0e0e0;
}
.social_icons_square ul li a i{
	font-size:16px;
}
.f_facebook:hover{
	color:#fff;
	background:#2a66b3;
	border:1px solid #2a66b3;
}
.t_twitter:hover{
	color:#fff;
	background:#35bbec;
	border:1px solid #35bbec;
}
.g_google:hover{
	color:#fff;
	background:#e55644;
	border:1px solid #e55644;
}
.pinterest:hover{
	color:#fff;
	background:#cb2027;
	border:1px solid #cb2027;
}
.linkedin:hover{
	color:#fff;
	background:#007bb5;
	border:1px solid #007bb5;
}

/** social_icons_square end **/


/***********************
contact_section end
**************************/


/* footer start */
footer{
	float:left;
	width:100%;
	text-align:center;	
	background:#222;
	padding-top:30px;
	padding-bottom:30px;
}
.copyright_wrapper{
	float:left;
	width:100%;
	color:#fff;
	text-transform:capitalize;
	display:inline-block;
}
.copyright_wrapper p{
	margin:0;
}
.copyright_wrapper a{
	color:#ff4157;
}
/* footer end */


@media(max-width: 1200px){
	
	.slider_area .carousel-inner .item {
		height: 900px;
	}
	.slider_area .carousel-control{
		top: 45%;
		width: 50px;
		height: 50px;
		line-height:50px;
		font-size: 16px;
	}
	.slider_area .carousel-control.carousel-control-next{
		right: -11%;
	}
	.slider_area .carousel-control.carousel-control-prev{
		left: -11%;
	}
	.slider_area:hover .carousel-control.carousel-control-prev{
		left: 3%;
	}
	.slider_area:hover .carousel-control.carousel-control-next{
		right: 3%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size: 50px;
		margin: 0 0 30px;
	}
	.head-search .form-control {
		display: none;
	}
	.head-search button {
		font-size: 20px;
	}
	
	
}

@media(min-width: 768px) and (max-width: 991px){
	
	.slider_area .carousel-inner .item {
		height: 700px;
	}
	.slider_area .carousel-inner .item .carousel-caption{
		top: 40%;
	}
	.slider_area .carousel-control{
		top: 45%;
		width: 50px;
		height: 50px;
		line-height:50px;
		font-size: 16px;
	}
	.slider_area .carousel-control.carousel-control-next{
		right: -11%;
	}
	.slider_area .carousel-control.carousel-control-prev{
		left: -11%;
	}
	.slider_area:hover .carousel-control.carousel-control-prev{
		left: 3%;
	}
	.slider_area:hover .carousel-control.carousel-control-next{
		right: 3%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size: 50px;
		margin: 0 0 30px;
	}
	.menu_wrapper{
		text-align:center;
	}
	.navbar-default{
		display:inline-block;
	}
	.head-search .form-control {
		display: none;
	}
	.head-search button {
		font-size: 20px;
	}
	.portfolio_image{
		width:33.33%;
	}
	#filter li a {
		display: block;
		font-size: 16px;
		cursor: pointer;
		color: #000000;
		background: transparent;
		padding: 10px 18px;
	}
	.image_info a {
		font-size: 18px;
	}
	.tab_img {
		float: left;
		width: 50%;
		position: relative;
	}
	.counter_section h4 {
		font-size: 18px;
	}
	.aboutus_image_wrapper{
		padding-bottom:50px;
	}
}
/* media query css for mobile */

@media(max-width: 767px){
	
	.logo_image {
		width:auto;
		margin:0;
	}
	#responsive_nav{
	  background: transparent;
	  margin-bottom: 0;
	  border-color: transparent;
	  position: relative;
	  left: 30px;
	}
	#responsive_nav .navbar-nav>li>a {
	  color: #6b6b6b;
	  font-size: 14px;
	  text-transform: uppercase;
	  font-weight: 600;
	}
	#responsive_nav .navbar-nav>li>a:focus, 
	#responsive_nav .navbar-nav>li>a:hover {
	  color: #fff;
	}
	#responsive_nav .navbar-nav>.active>a, 
	#responsive_nav .navbar-nav>.active>a:focus, 
	#responsive_nav .navbar-nav>.active>a:hover {
	  color: #fff;
	  background-color: transparent;
	}
	#responsive_nav .nav>li>a:focus, #responsive_nav .nav>li>a:hover {
		background-color: transparent;
	}
	.dropdown-menu {
		left:0;
	}	
	.menu_wrapper {
		padding: 20px 0;
	}
	.slider_area .carousel-inner .item{
		height: 500px;
	}
	.slider_area .carousel-inner .item .carousel-caption{
		top: 33%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size: 36px;
		margin: 0 0 30px;
	}
	.slider_area .carousel-control{
		top: 45%;
		width: 50px;
		height: 50px;
		line-height:50px;
		font-size: 16px;
	}
	.slider_area .carousel-control.carousel-control-next{
		right: -11%;
	}
	.slider_area .carousel-control.carousel-control-prev{
		left: -11%;
	}
	.slider_area:hover .carousel-control.carousel-control-prev{
		left: 3%;
	}
	.slider_area:hover .carousel-control.carousel-control-next{
		right: 3%;
	}
	.portfolio_section{
		text-align:center;
	}
	.portfolio_image{
		float: none;
		width: auto;
		display: inline-block;
	}
	#filter li a:last-child {
		margin-top: 20px;
	}
	.social_icons_square ul li {
		margin-left: 8px;
	}
	.social_icons_square ul li:first-child {
		margin-left: 15px;
	}
	.image_info_section {
		margin-top: 20px;
	}
	.portfolio-area {
		text-align: center;
	}
	.tab_img {
		float: left;
		width: auto;
		position: relative;
	}
	.slider-area .carousel-inner .item .carousel-captions .content h2{
		font-size:30px;
	}
	.counter_section .count-description{
		padding-bottom:60px;
	}
	.aboutus_image_wrapper{
		padding-bottom:50px;
	}

}

@media only screen and (max-width : 480px) {
	.slider_area .carousel-inner .item{
		height: 500px;
	}
	.slider_area .carousel-inner .item .carousel-caption{
			top: 20%;
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size: 30px; 
		margin: 0 0 25px; 
	}
	.slider_area .carousel-inner .item .carousel-caption .slider_content p {
		font-size: 13px;
	}
	.slider_area .carousel-control{
		top: 40%;
		width: 50px;
		height: 50px;
		line-height:50px;
		font-size: 16px;
	}
	.slider_area .carousel-control.carousel-control-next{
		right: -16%;
	}
	.slider_area .carousel-control.carousel-control-prev{
		left: -16%;
	}
	.slider_area:hover .carousel-control.carousel-control-prev{
		left: 2%;
	}
	.slider_area:hover .carousel-control.carousel-control-next{
		right: 2%;
	}
	.image_buttons {
		float: none;
		margin-top: 30px;
	}
}


@media only screen and (max-width : 390px) {
	.slider_content ul li{
		margin-top: 20px;
		margin-left: 0px;
	}
	.slider_content ul li:first-child{
		margin-top: 20px;
		margin-left: 0px;
		float: none;
	}
	.slider_content ul {
		margin-top: 0;
	}
	.slider_area .carousel-control {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.social_icons_square ul li:first-child {
		margin-left: 7px;
	}
}

