body{
	font-family: 'Lato', sans-serif;
	}
header.head {
	float: left;
	width: 100%;
	position:relative;
	}
.navbar.navbar-default {
	background-color: transparent;
	border: transparent;
	}
.main-menu table {
	width: 100%;
	margin: 70px 0 0;
	}
.main-menu table td {	
	vertical-align: bottom;
	border: 2px solid #fff;
	color:#fff;
	}
.main-menu table td a{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	display:block;
	padding:5px 15px;
	}
.main-menu table td:hover{	
	background:#fff;
	}
.main-menu table td:hover a{
	color:#333;
	text-decoration:none;
	}
.main-menu #bs-example-navbar-collapse-1 {
	padding: 0;
	}
.logo {
	position: absolute;
	bottom: 40px;
	z-index:8;
	}
	
	.search-ui-par.open{
		display:block;
	}
	.search-ui-par {
	  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  position: fixed;
	  right: 0;
	  top: 0;
	  z-index: 999;
	  display:none;
	}
	.search-close {
	  background: #000 none repeat scroll 0 0;
	  border-radius: 50%;
	  display: inline-block;
	  height: 30px;
	  line-height: 30px;
	  position: absolute;
	  right: -15px;
	  text-align: center;
	  top: -15px;
	  width: 30px;
	}
	.search-close:hover, .search-close:focus{
	  color:#eee;
	  background:#333;
	  text-decoration:none;
	}
	
	
	
	
.about-text h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0px 0 10px;
	text-transform: uppercase;
	color: #333;
	}
.about-text {
	float: left;
	width: 100%;
	padding:50px 50px 70px 0;
	border-right:2px solid #dcdcdc;
	}
.about-text.servise {
	float: left;
	width: 100%;
	padding-right:0px;
	padding-left:50px;
	border: none;
	text-align:justify;
	}
.about-text p {
	font-size: 16px;
	line-height: 26px;
	color: #737373;
	}
/*content.cntnt{
	background: url(../images/top-bg.jpg) repeat;
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	}
content.cntnt::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 0.8);
	z-index: -1;
	}*/
.brand-logo span {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 0 30px;
	}
.about-text p strong {
	color: #535353;
	}
.gallery-section {
	float: left;
	width: 100%;
	}
.img-gallery img {
	max-width: 100%;
	transition: 0.6s all ease;
	}
.img-gallery a {
	display: block;
	overflow: hidden;
	position: relative;		color:#333;
}
.img-gallery a:hover:after, .img-gallery a:hover:before{
	transform:scale(1);
}
.img-gallery a::after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	transition: 0.6s all ease;
	transform: scale(0);
	content:"";
	z-index:5;
}
.img-gallery a::before {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 300;
	color: #fff;
	font-size: 30px;
	position: absolute;
	z-index: 8;
	transition: 0.6s all ease;
	transform: scale(0);
	top: 44%;
	left: 0;
	right: 0;
	bottom:0px;
	text-align:center;
}
.img-gallery a:hover img{
	transform:scale(1.1);
}
.img-gallery .col-md-3.col-sm-4.col-xs-6 {
	padding:2px;
	}
footer.foot .about-text {
	border: none;
	padding: 50px 0;
	}
footer.foot .about-text p {
	line-height: 20px;
	font-size: 15px;
	}
footer.foot .about-text p a{
	color: #737373;
	}
.copyright {
	width: 100%;
	float: left;
	padding: 6px 0 0;
	background: url(../images/top-bg.jpg) repeat;
	}
.copyright p{
	font-size:13px;
	color:#fff;
	font-family: 'Lato', sans-serif;
}


.img-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 0 3px;
}
.category-name {
	position: absolute;
	left: -196px;
	top: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 9;
	transition: 0.6s all ease;
	width: 40px;
}
.img-gallery:hover .category-name,  .img-gallery.active .category-name{
	left:0px;
}
.category-name span {
	display: block;
	color: #000;
	font-size: 18px;
	padding: 0px 0 0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	position: absolute;
	left: -157px;
	top: 47%;
	white-space: nowrap;
	width: 349px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
button.search-pop {
	background-color: transparent;
	border: none;
	font-size: 17px;
	padding: 2px 10px;
	font-family: 'Lato', sans-serif;
	display: block;
	width: 100%;
	text-align: left;
	}
button.search-pop:hover, .main-menu table td:hover button.search-pop{
	color:#333;
	}	
#SearchModal .modal-dialog {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	}
#SearchModal .modal-content {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:0px;
	}
button.close.popup {
	opacity: 1;
	text-shadow: none;
	font-size: 80px;
	margin: -10px 10px 0px 0;
	color:#fff;
	}
.modal-backdrop.fade.in {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.8);
}

	
.detail-page {
	border-bottom: 1px solid #ccc;
	display: block;
}

.detail-page .about-text {
	padding-right: 0;
	border-right: none;
}
	

	
	


button#showLeft {
	position: absolute;
	right: -80px;
	top: 20px;
	background-color: transparent;
	border: none;
}
nav#cbp-spmenu-s1 {
	width: 380px;
	float: left;
	margin:0px;
}
.main-nav {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}
#bs-example-navbar-collapse-1 {
	padding: 0;
	width: 100%;
	float: left;
	position:relative;
	z-index:99;
}
#cbp-spmenu-s1.navbar {
	/*background: url(../images/menu-bg.jpg) repeat center;*/
	background:#fff none repeat scroll 0 0;
	box-shadow: 0 0 6px #4b4b4b;
	border-radius: 0;
	height: 100%;
	position:fixed;
	padding: 0px 15px;
	width: 550px;
}
ul.menu {
	padding: 0;
	margin: 0;
	float:left;
	width:50%;
}
ul.menu.full{
	width:100%;
}
ul.menu li{
	display:block;
	list-style-type:none;
	color:#fff;
	padding-top:10px;
}
ul.menu li ul{
	margin:0px;
	padding:0px;
}
ul.menu li ul li{}
ul.menu li ul li a{
	display:block;
	padding:0px 10px 0px 35px;
	position:relative;
}
/*ul.menu li ul li a::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 15px;
	width: 10px;
	height: 2px;
	background-color: #fff;*/
}
ul.menu li ul li a:hover:before{
	background-color:#000;
}
ul.menu li a {
	display: block;
	color: #4b4b4b;
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	margin: 0 0 -1px;
	padding:0px 14px;
	font-size: 14px;
	transition:0.6s all ease;
}
ul.menu li a:hover {
	text-decoration: none;
	
	color:#000;
	font-weight:bold;
}
ul.menu.full li a{
	text-align:center;
}
ul.menu.full li a:hover{
	box-shadow: 500px 0 0 #fff inset;
}
.navbar-collapse a.menu-logo {
	text-align: left;
	display: block;
	margin:18px 0 50px;
}

.show-search-button .fa-search { padding-top: 10px;  padding-left: 10px;}

.sociallink a { margin-right: 15px; opacity:0.6; font-size:28px;}
.sociallink a:hover { opacity:1;}

#address a{color:#000000;}


.social-links .twitter a {
    background-image: url("images/icons/twitter.svg");
}
.social-links a {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 15px;
    opacity: 0.7;
    transition: opacity 0.1s ease 0s;
    width: 15px;
}

.social-links li + li {
    margin-left: 10px;
}
.social-links li {
    display: inline-block;
}

.social-links .instagram a {
    background-image: url("images/icons/instagram.svg");
}

.top {
    border-bottom: 1px solid #e3e3e3;
    height: 70px;
    left: 0;
    margin-bottom:30px;
    top: 0;
}

.show-search-button {
    background-color: #f0f0f0;
    background-position: 50% 47%;
    background-repeat: no-repeat;
    border-radius: 24px;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
}


ul.menu li a:hover{
	text-decoration:none;
}
.slider {
	position: relative;
	width: 100%;
	float: left;
	z-index:6;
}

.slider:after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0.7+100 */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
	content:"";
	position:absolute;
	bottom:0px;
	z-index:4;
	width:100%;
	height:160px;
}
.cntnt {
	position: relative;
	float: left;
	width: 100%;
}
.slider ul.slides li img{
	max-width:100%;
}
.flex-direction-nav li.flex-nav-next a{
	background:url(../images/next-icon.png) no-repeat center;
}
.flex-direction-nav li.flex-nav-prev a{
	background:url(../images/prev-icon.png) no-repeat center;
}
.flex-direction-nav li a{
	overflow: hidden;
	width: 40px;
	height: 40px;
	text-indent: 40px;
}
ul.social {
	float: left;
	width: 100%;
	text-align: center;
	margin: 50px 0 0;
	padding: 0;
}
ul.social li{
	display:inline-block;
	list-style-type:none;
	margin:0px 5px;
}
ul.social li a {
	display: block;
	width: 35px;
	height: 36px;
	background-size: 100% !important;
	transition:0.6s all ease;
}
ul.menu li a:focus{
	text-decoration:none;
}
ul.social li a.fb{
	background:url(../images/fb.png) no-repeat bottom center;
}
ul.social li a.tw{
	background:url(../images/twitter.png) no-repeat bottom center;
}
ul.social li a.linked{
	background:url(../images/linked-in.png) no-repeat bottom center;
}
ul.social li a.insta{
	background:url(../images/insta.png) no-repeat bottom center;
}
ul.social li a.youtube{
	background:url(../images/youtube.png) no-repeat bottom center;
}
ul.social li a.google{
	background:url(../images/go+.png) no-repeat bottom center;
}
ul.social li a:hover{
	background-position:top center;
	text-decoration:none;
}	
.scroll-text {
	height: 460px;
	overflow: auto;
	text-align:justify;
}
#main-slider .flex-direction-nav .flex-next{
	right:10px;
}
#main-slider .flex-direction-nav .flex-prev{
	left:10px;
}	
#main-slider.flexslider.flex-direction-nav .flex-next, #main-slider.flexslider.flex-direction-nav .flex-prev{
	opacity:0.5;
}
.flex-direction-nav {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 100px;
}
#main-slider .flex-direction-nav a{
	opacity:0.5;
}
#main-slider .flex-direction-nav a:hover{
	opacity:1;
}
.address-location iframe {
	width: 100%;
	height:180px;
	border:1px solid #ddd;
}
.inner-head {
	float: left;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.pro-cat-detail {
	float: left;
	width: 100%;
	padding: 20px 0 30px;
}
.cat-detail {
	float: left;
	width: 100%;
	margin:50px 0 6px;
}
.cat-detail h1 {
	display: block;
	margin: 0 0 10px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	text-transform: uppercase;
}
.cat-detail p {
	font-size: 16px;
	color: #737373;
	padding-right:0;
}
.project span img {
	transition: 0.6s all ease;
	height: 100%;
	width: auto;
	/* min-width: 350px; */
	display:inline-block;
}
.project:hover span img {
	transform: scale(1.1);
}

.project h3 {
	color: #fff;
	font-size: 18px;
	display: block;
	margin:0px 0px 5px;
}
.project p {
	color: #fff;
	font-size: 13px;
	margin:0px;
}
.project:hover{
	text-decoration:none;
}
.project span {
	display: block;
	margin: 0px 0px 0px;
	width: 100%;
	height:250px;
	overflow: hidden;
	text-align:center;
}
.project {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #ddd;
	position:relative;
}
.cntnt.project-cat {
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
}
.pro-name {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 6px 10px;
}
a.pro-detail {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	margin: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.6s all ease;
	transform: scale(0);
}
.project:hover a.pro-detail{
	transform: scale(1);
}
.project:hover a.pro-detail img, .project a.pro-detail img{
	transform: scale(0);
}
a.pro-detail i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	width: 45px;
	color: #fff;
	left: 0px;
	right: 0px;
	margin: auto;
}



/*.show-search .search-ui {
    display: block;
}*/
.search-ui {
    border-radius: 6px;
    box-shadow: 0 0 55px 0 rgba(50, 50, 50, 0.13);
    /* display:none; */
    left: 0;
    margin: -35px auto auto;
    max-width: 650px;
    position: fixed;
    right: 0;
    top: 50%;
    transition: top 0.28s cubic-bezier(0.66, 0, 0.33, 1) 0s, border-radius 0.25s cubic-bezier(0.66, 0, 0.33, 1) 0s;
    width: 40%;
    z-index: 98;
}

.search-ui .input-wrap {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    font-size: 0;
    overflow: hidden;
}

.search-ui .search-icon {
  background: rgba(0, 0, 0, 0) url("../images/search-icon.png") no-repeat scroll 50% 54% / 30px auto;
  border: medium none;
  display: inline-block;
  height: 70px;
  opacity: 0.77;
  position: absolute;
  width: 60px;
}
.search-ui .input-wrap {
    font-size: 0;
}

.search-ui .search-terms {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    height: 70px;
    padding: 13px 15px 13px 57px;
    width: 100%;
}
.search-ui .search-terms {
    
    font-size: 30px;
    font-weight: 300;
}

.search-ui .results {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: currentcolor #d1d1d1 #d1d1d1;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    opacity: 0;
    padding: 0;
    transform: translateY(-100px);
    transition: opacity 0.33s cubic-bezier(0.51, 0.1, 0.38, 0.93) 0s, transform 0.33s cubic-bezier(0.51, 0.1, 0.38, 0.93) 0s;
}

/*projectpopup Start*/

.faqspop {background: rgba(255,255, 255, 1); width:808px; height:500px; z-index:9;padding-bottom:10px;border:1px solid #e3e3e3; box-shadow:0 0 6px #4b4b4b;}
/*.faqspop {background:url(../images/popupbg.png) repeat top left; width:808px; height:510px; z-index:9; }*/

.faquspopbg .popuptitle {font-family:'Josefin Sans', sans-serif; font-size:58px; text-align:center; font-weight:bold; color:#fff; text-transform:uppercase; margin: 0;
line-height: 1.5;}
.faqspop{overflow-y:scroll;}
.faqspop .faquspopbg{margin-top:5%; margin-bottom:5%;}
.faquspopbg p {margin-left:5%; margin-right:5%; text-align:justify; }
	
.popupOverlay {  
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    display:none;
}

.popupOverlay2 {
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 56%;
    transform: translate(0px, -50%);
    width: 880px;
}

.close1 {
    background: url(../images/icoClose1.png) no-repeat left top;
    cursor: pointer;
    height: 51px;
    position: absolute;
    right: 33px;
    text-indent: -9999px;
    top: -17px;
    width: 56px;
}

.popupOverlay2 {
    text-align: left;
}



/*projectpopup End*/




/*@@@@@@@@@@@@@@@@@@@@@ Project Deatil Page Start @@@@@@@@@@@@@@@@@@@@@@@@*/
.project-slide img {
	max-width: 100%;		
	max-height:100%;
}
.pro-detail-text {
   float: left;
    line-height: 180%;
    position: relative;
    transition: all 0.6s ease 0s;
    width: 100%;
}
.pro-detail-text.project-text{
	height:auto;
	overflow:visible;
	transition:0.6s all ease;
}
.pro-cat-detail a.view {
	/*position: absolute;*/
	bottom: 0;
	/*right: 0;*/
	color: #000000;
	/*background-color: #333;*/
	/*padding: 4px 10px;*/
	border-radius: 3px;
	cursor:pointer;
	font-weight:600;
	
}
/*.pro-cat-detail a.view:hover, .pro-cat-detail a.view:focus{
	text-decoration:none;
}*/
.client-detail {
	float: left;
	width: 100%;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 16px 24px;
	line-height: 173%;
	min-height: 566px;
	text-align:left;
}
.project-slide .slick-slide img{
	display:inline-block;
}
.client-detail p b {
	font-size: 14px;
}
.client-detail p {
	font-size: 14px;
	color: #333;
	margin-bottom: 14px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	background-color: transparent;
	border-color: transparent;
	overflow: hidden;
	text-indent: 35px;
	height:35px;
	margin: 0;
	padding: 0;
}
.slick-arrow.slick-prev{
	left:10px;
	background:url(../images/prev_arrow.png) no-repeat center;
	z-index:9;
}
.slick-arrow.slick-next{
	right:10px;
	background:url(../images/next_arrow.png) no-repeat center;
}
.project-slide {
	padding: 6px;
	border: 1px solid #ddbdbd;
}
.media-gallery span img {
	max-width: 100%;
}
.media-gallery span{
	display:block;
	margin-bottom:30px;
	border:1px solid #ddd;
	padding:3px;
}
.media-gallery span a{
	display:block;
	width:100%;
	height:100%;
}
.client-logos {
	text-align:center;
	float:left;
	width:100%;
}
.client-logos .clnt {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 15px;
}
.founders {
	float: left;
	width: 100%;
	padding: 15px;
	background-color:#f4f4f4;
	color: #333;
	margin-bottom: 30px;
	border:1px solid #e8e8e8;
}
.founders .image {
	float: left;
	width: 30%;
	/*margin-right: 2%;*/
}
.founders .image img{
	max-width:100%;
}

.founders .image>img{opacity:0.5;}
.founders .image>img:hover{opacity:1;}
.fn-detail {
	float: left;
	width: 69%;
}
.fn-detail span {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	display: block;
	margin: 0 0 6px;
	color:#333;
}
.social.linked {
	margin:10px 0 0;
	text-align: left;
}
ul.social.linked li a{
	background-position:top center;
}
.social.linked li {
	margin: 0 6px 0 0;
}
.fn-detail span small {
	display: block;
	font-weight: 300;
	font-size: 14px;
}

.sociallink a{color:#000000;}
.cat-detail.page-detail {
	margin: 30px 0 0;
}




/*Client Page Start*/

div.logooos_container {
    display: block;
}

div.logooos {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

div.logooos.logooos_no_radius div.logooos_item, div.logooos.logooos_no_radius div.logooos_item a .logooos_effectspan {
    border-radius: 0;
}
div.logooos.logooos_border div.logooos_item {
    border: 1px solid #dcdcdc;
    margin: 0 -1px -1px 0;
}
div.logooos div.logooos_item {
    background: #fff none repeat scroll 0 0;
}
div.logooos div.logooos_item {
    background-color: #fff;
    display: none;
    height: 200px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

div.logooos {
    font-size: 0;
    line-height: 0;
}

div.logooos div.logooos_item a::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -1.5px;
    margin-top: -1.5px;
    vertical-align: middle;
    visibility: hidden;
}
div.logooos div.logooos_item a {
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    display: block;
    height: 100%;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    text-align: center;
    transition: none 0s ease 0s ;
    width: 100%;
}

div.logooos div.logooos_item a img {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

div.logooos div.logooos_item a {
    color: transparent;
    text-align: center;
}
.owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/next_arrow.png") no-repeat scroll center center / 30px auto;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  text-indent: 50px;
  top: 0;
  width: 50px;
  z-index: 9;
}
.owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev_arrow.png") no-repeat scroll center center / 30px auto;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  left: 0;
  text-indent: 50px;
  top: 0;
  width: 50px;
  z-index: 9;
}


/*Client Page End*/



/*@@@@@@@@@@@@@@@@@@@@@ Project Deatil Page End   @@@@@@@@@@@@@@@@@@@@@@@@*/
	
	
	
@media (max-width: 767px) {
	.main-menu table td {
		display: block;
		margin: 0 0 -2px;
		}
	.main-menu table{
		margin-top:5px;
		}
	.main-menu .navbar-default .navbar-toggle:hover, .main-menu .navbar-default .navbar-toggle:focus{
		background-color:#000;
	}
	.main-menu .navbar-default .navbar-toggle span.icon-bar{
		background-color:#000;
	}
	.main-menu .navbar-default .navbar-toggle:hover span.icon-bar, .main-menu .navbar-default .navbar-toggle:focus span.icon-bar{
		background-color:#fff;
	}	
	.main-menu .navbar-default .navbar-toggle {
		padding: 11px;
		margin: 10px 0 0;
		height: 45px;
		width: 45px;
		text-align: center;
		border-radius: 50%;
		border:none;
		background-color: #fff;
		}
	header.head{
		height:250px;
	}
	.logo img {
		max-width: 100%;
	}
	.logo {
		width: 230px;
		left: 0;
		right: 0;
		margin: auto;
		z-index:1;
	}
	.main-menu table {
		margin-top: 6px;
		background-color: #371A12;
	}
	.main-menu #bs-example-navbar-collapse-1 {
		border: none;
		box-shadow: none;
	}
	header.head .row {
		position: relative;
		z-index: 3;
	}
	.about-text {
		padding: 15px 0 0;
		border: none;
	}
	.about-text.servise {
		padding-left: 0;
		padding-top: 40px;
	}
	footer.foot .about-text {
		padding: 20px 0 0;
	}
	
	.slider {
		height: 250px;
	}
	.slider ul.slides li img {
		height: 250px;
		width: auto;
		max-width: none;
	}
	#cbp-spmenu-s1.navbar {
		width: 230px;
		height: auto;
		padding: 10px;
		position:absolute;
	}
	.navbar-collapse.collapse {
		display: block;
		border:none;
	}
	.navbar-collapse a.menu-logo {
		margin: 10px 0 10px;
	}
	ul.menu{
		width:100%;
	}
	ul.menu li a{
		padding: 4px 10px;
	}
	ul.menu li ul li a{
		padding: 4px 0px 4px 30px;
	}
	ul.menu li ul li a::before {
		top: 16px;
		left: 10px;
	}	
	ul.social {
		margin: 15px 0 0px;
	}
	ul.social li {
		margin: 0px 2px;
	}
	ul.social li a {
		width: 28px;
		height: 29px;
	}
	.logo {
		width: 170px;
		left: 23px;
		z-index:8;
		bottom: 10px;
		margin:0px;
	}
	button#showLeft {
		right: -70px;
		top: 10px;
	}
	.copyright p.text-right {
		margin: -10px 0 7px;
		text-align:center;
	}
	.copyright p{
		text-align:center;
	}
	.address-location {
		margin: 0 0 10px;
	}
	
	
	.category-name span {
		font-size: 12px;
	}
	.scroll-text {
		height: auto;
		overflow: inherit;
	}
	.inner-head img {
		height: 250px;
		width: auto;
		max-width: inherit;
	}
	.client-logos .clnt {
		margin: 0px 6px 12px;
	}
	.inner-head {
		height: auto;
	}
	.cat-detail {
		margin: 0px 0;
	}
	.cat-detail h1{
		font-size:28px;
	}
	.page-detail p {
		font-size: 14px;
		line-height:inherit;
	}
	.founders .image{
		width:100%;
		margin-bottom:10px;
	}
	.fn-detail{
		width:100%;
	}
	.img-gallery a::after{
		padding-top:50px;
	}
	.cat-detail p {
		font-size: 16px;
		padding: 0;
	}
	.pro-detail-text{
		height:100%;
		overflow:visible;
		padding:0px;
	}
	.client-detail{
		margin-bottom:10px;
	}
	.about-text h1{
		font-size:28px;
	} 
 
}

@media (min-width: 768px) and (max-width: 991px) {
	header.head{
		height:460px;
	}	
	.main-menu table {
		margin: 25px 0 0;
	}
	.logo {
		width: 250px;
	}
	.logo img{
		max-width:100%;
	}
	.about-text, .about-text.servise {
		padding: 30px 0 0 0;
		border: none;
	}
	footer.foot .about-text {
		padding: 20px 0 0;
	}
	

		


  
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-text {
		padding: 20px 20px 20px 0;
	}
	.about-text.servise{
		padding: 20px 0px 20px 0px;
	}
  
}
@media (min-width: 1200px) {
	
}


p a {
	color: #000;
	font-weight: bold;
}