body {
    font-family: 'Poppins', Arial, sans-serif;
	font-weight: 300;
    font-size:15px!important
}
/*scrol to top*/
.scrollToTop {
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 60px;	
	display: none;
	font-size: 25px;
	height: 55px;
	line-height: 50px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 55px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	z-index: 999;
}
.scrollToTop:hover,
.scrollToTop:focus{  
  color: #fff;
  text-decoration: none;
  outline: none;
}
/*--------------------*/
/* MENU */
/*--------------------*/
#menu-area{
	float: left;
	display: inline;
	width: 100%;
}
.main-navbar {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	border-bottom: 1px solid #e7e7e7;  
	border-right: medium none;
	height: 100px;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 2px 4px 0px #f3f3f3;
	-moz-box-shadow: 0px 2px 4px 0px #f3f3f3;
	box-shadow: 0px 2px 4px 0px #f3f3f3;
}
.navbar-fixed-top{
	height: 80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.logo {
	/*height: 100px;  */
	width: 100px;
	margin-right: 45px;
	margin-top: -1px;
	padding-top: 6px;
}
.logo-compressed {
	/*height: 80px;*/ 
	width: 95px;
}
.logo img {
	/*height: 100%;*/
	width: 100%;
}
#navbar {
	float:right;
	/*float: left;
	width: 83%;*/
}
.main-nav {
	display: inline-block;
	text-align: right;
	width: 100%;
}
.main-nav li {
	display: inline-block;
	float: none;
}
.main-nav li a {
	color: #636363;
	font-size: 15px;
	padding: 39px 20px;
	text-transform: uppercase;
}
.less-padding{
	padding: 10px 20px !important;
}
.navbar-default .navbar-nav > li > a {
  color: #636363;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}
/*--------------------*/
/* ABOUT */
/*--------------------*/
#about{
	background-color: #fff;
	padding: 70px 0;
	float: left;
	display: inline;
	width: 100%;	
}
/*--------------------*/
/* PORTFOLIO */
/*--------------------*/
#portfolio{
	display: inline;
	float: left;
	/*padding: 70px 0;*/
	width: 100%;
	background-color:#211f1f
}
.portfolio-area{
	display: inline;
	float: left;
	width: 100%;
}
.portfolio-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}
.portfolio-menu{
	display: inline;
	float: left;
	width: 100%;
}
.portfolio-menu ul{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.portfolio-menu ul li {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 13px;
	padding: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;  
}
.portfolio-container {
	display: inline;
	float: left;
	margin-left: -9px;
	margin-top: 60px;
	width: 100%;
}
.single-portfolio {
	display: inline;
	float: left;
	margin-bottom: 18px;
	margin-left: 18px;
	width: 23.4%;
}
.single-item{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.single-item>img{
	width: 100%;
    display: block;
    /*height: 290px;*/
    -webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-item>img:hover{	
	-webkit-transform: scale(1);	
	    -ms-transform: scale(1);	
	        transform: scale(1);	       
}
#mixit-container .mix{
    display: none;
}
.single-item-content { 
	background-color: #000; 
	display: inline;
	opacity: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}
.portfolio-social-icon {  
	float: left;
	display: inline;
	padding: 110px 50px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-item:hover .single-item-content{
	opacity: 1;	
}
.single-item-content:hover{
	background-color: rgba(0, 0, 0, 0.8);	
}
.portfolio-social-icon a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 15px;
	margin: 0 8px;
	padding: 12px;  
	text-align: center;
	width: 40px; 
	transform: scale(0.5);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item-content:hover .fancybox,
.single-item-content:hover .link-btn{
	 transform: scale(0.9);
} 
.portfolio-title {
	bottom: 0;
	display:inline;
	opacity: 0;
	left: 0;
	padding-bottom: 12px;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item:hover .portfolio-title{
	opacity: 1;
}
.portfolio-title h4 {
	color: #fff7f7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.portfolio-title span{
	color: #fff7f7;
	font-size: 12px;
	font-family: "Raleway",sans-serif;
}
/*--------------------*/
/* COUNTER */
/*--------------------*/
#counter{
	display: inline;
	float: left;	
	position: relative;
	width: 100%;	
}
.counter-overlay{
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.counter-area {
	display: inline;
	float: left;
	padding: 112px 0;
	width: 100%;
}
.single-counter {
	display: inline;
	float: left;
	padding: 0 10px;
	width: 100%;
}
.single-counter > span {
	display: block;
	float: left;
	font-size: 60px;
	text-align: center;
	width: 60px;
}
.single-counter .counter-count{
	float: left;
	margin-left: 20px;
}
.single-counter .counter-count > span {
	color: #fff;
	display: block;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: -7px;
	margin-top: -16px;
}
.single-counter .counter-count > p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 5px;
}
/*--------------------*/
/* CONTACT */
/*--------------------*/
#contact {
	background-image: url("images/contact-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}
.contact-left {
	background-color: rgba(104, 102, 96, 0.5);
	display: inline;
	float: left;
	padding: 30px 40px 10px;
	width: 100%;
}
.contact-left h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 35px;
}
.single-address {
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding-right: 50px;
	width: 100%;
}
.single-address h4 {
	color: #fafafa;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 17px;
}
.single-address p {
	color: #fafafa;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-right{
	background-color: rgba(104, 102, 96, 0.5);
	display: inline;
	float: left;
	padding: 30px 40px;
	width: 100%;
}
.contact-right h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 48px;
}
.contact-form .form-group input {
	background: transparent;
	color: #e1e1e1;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 0;
	height: 45px;
	margin-bottom: 24px;
}
.contact-form .form-group textarea{
	color: #e1e1e1;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	height: 190px;
}
.contact-form .form-control:focus {
    outline: 0;
    box-shadow: none;    
} 
.contact-form .form-control::-webkit-input-placeholder {
	color: #e2e2e2;
	font-size: 20px;
}
.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #e2e2e2;
	font-size: 20px; 
}
.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #e2e2e2;
	font-size: 20px;
}
.contact-form .form-control:-ms-input-placeholder {  
	color: #e2e2e2;
	font-size: 20px;
}
.contact-form button {
	float: right;
	margin-right: 0;
	border-radius: 0px;
}
.contact-form.button-default::after,
.contact-form .button-default > span {
	padding: 12px 40px;  
}
#google-map{
	display: inline;
	float: left;	
	width: 100%;
}
/*--------------------*/
/* FOOTER */
/*--------------------*/
#footer{
	background-color: #242424;
	display: inline;
	float: left;
	margin-top: -6px;
	width: 100%;
}
.footer-top {
	display: inline;
	float: left;  
	width: 100%;
}
.footer-top-area{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}
.footer-logo{
	display: inline-block;
}
.footer-social{	
	display: inline;
	float: left;
	margin: 40px 0px;
	width: 100%;
}
.footer-social a {
	border: 1px solid #505050;
	border-radius: 50%;
	color: #b8b8b8;
	display: inline-block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0 9px;
	text-align: center;
	width: 48px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-social a.facebook:hover{
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.footer-social a.twitter:hover{
	color: #fff;
	background-color: #00aced;
	border-color: #00aced;
}
.footer-social a.google-plus:hover{
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.footer-social a.youtube:hover{
	color: #fff;
	background-color: #bb0000;
	border-color: #bb0000;
}
.footer-social a.linkedin:hover{
	color: #fff;
	background-color: #007bb5;
	border-color: #007bb5;
}
.footer-social a.dribbble:hover{
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.footer-bottom{
	display: inline;
	border-top: 1px solid #434343;
	float: left;
	padding: 40px 0;
	width: 100%;
	text-align: center;
}
.footer-bottom p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}
/*--------------------*/
/* BLOG PAGE */
/*--------------------*/
#blog-banner{
	display: inline;
	float: left;
	position: relative;
	width: 100%;		
}
.blog-overlay{
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.blog-banner-area {
	display: inline;
	float: left;
	padding: 85px 0;
	width: 100%;
}
.blog-banner-area h2{
	color: #fff;
	font-size: 40px;
	padding-bottom: 5px;
}
.blog-banner-area .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding-left: 0;
}
.blog-banner-area .breadcrumb li{
	font-family: "Raleway",sans-serif;
}
.blog-banner-area .breadcrumb li a {
	color: #fff;
	font-size: 18px;
	font-family: "Raleway",sans-serif;
	text-decoration: none;
}
.blog-banner-area .breadcrumb > li + li::before {
	color: #ccc;
	content: "/ ";
	padding: 0 0px;
}
#blog{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}
.blog-area{
	display: inline;
	float: left;
	width: 100%;
}
.blog-archive .single-from-blog{
	margin-bottom: 35px;
}
.blog-archive .single-from-blog figure img {
	height: 400px;  
}
.blog-left{
	display: inline;
	float: left;
	width: 100%;
}
.blog-pagination{
}
.blog-pagination > li > a,
.blog-pagination > li > span {	
	padding: 8px 18px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-pagination > li > a:hover,
.blog-pagination > li > span:hover,
.blog-pagination > li > a:focus,
.blog-pagination > li > span:focus{
	color: #fff;
}
.blog-pagination > li:first-child > a,
.blog-pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-left: 0;
}
.blog-pagination > li:last-child > a,
.blog-pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.blog-right{
	display: inline;
	float: left;
	width: 100%;
}
.single-widget {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	display: inline;
	margin-bottom: 30px;
	float: left;
	padding: 20px 30px;
	width: 100%;
}
.single-widget h2 {
	color: #444444;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-left: -31px;
	padding-bottom: 0;
	padding-left: 29px;
	padding-top: 0;
}
.blog-search{
	display: inline;
	float: left;
	width: 100%;
}
.blog-search input[type="text"] {
	background-color: #f5f5f5;
	border: 1px solid #9d9d9d;
	color: #444;
	height: 43px;
	padding: 5px;
	width: 100%;
}
.blog-search .button-default {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 23px;
}
.blog-search .button-default::after,
.blog-search .button-default > span {
  	padding: 10px 30px; 
}
.follow-us {
	border-top: 1px solid #d4d4d4;
	display: inline;
	float: left;
	padding-bottom: 10px;
	padding-top: 24px;
	text-align: center;
	width: 100%;
}
.follow-us a {
	border: 1px none transparent;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin: 0 5px;
	text-align: center;  
	width: 35px;
}
.follow-us a.facebook{
	background-color: #3b5998;
	border-color: #3b5998;	
}
.follow-us a.twitter{	
	background-color: #00aced;
	border-color: #00aced;
}
.follow-us a.google-plus{	
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.follow-us a.youtube{	
	background-color: #bb0000;
	border-color: #bb0000;
}
.follow-us a.linkedin{	
	background-color: #007bb5;
	border-color: #007bb5;
}
.follow-us a.dribbble{	
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.popular-post-widget{
	border-top: 1px solid #d4d4d4;
	display: inline;
	float: left;
	padding-bottom: 15px;
	padding-top: 24px;
	text-align: left;
	width: 100%;
}
.popular-post-widget .media-left {
	float: left;
	height: 100px;
	margin-right: 20px;
	width: 100px;
}
.popular-post-widget .media-heading{
	color: #505050;
	font-size: 18px;
}
.popular-post-widget .media-heading a{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.popular-post-widget .media-heading a:hover,
.popular-post-widget .media-heading a:focus{	
	text-decoration: none;
	outline: none;
}
.popular-post-widget .media-body p{
	color: #7c7c7c;
	font-size: 13px;
}
.instagram-feed{
	border-top: 1px solid #d4d4d4;
	display: inline;
	float: left;
	padding-bottom: 25px;
	padding-top: 24px;
	text-align: left;
	width: 100%;	
}
.single-instagram-feed{
	display: inline;
	float: left;
	width: 100%;
}
.single-instagram-feed img {
  	width: 100%;
}
.instagram-feed .slick-prev,
.instagram-feed .slick-next {  
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin-top: -10px;  
	padding: 0;
	position: absolute;
	top: 100%;
	width: 20px;
	z-index: 999;
}
.instagram-feed .slick-prev {
  	left: 28%;
}
.instagram-feed .slick-next {
  	right: 29%;
}
.instagram-feed .slick-prev::before,
.instagram-feed .slick-next::before { 
	font-family: "fontAwesome";
	font-size: 28px;
	line-height: 1;
	opacity: 0.75;
}
.instagram-feed .slick-prev::before{
	content: '\f104';
}
.instagram-feed .slick-next::before{
	content: '\f105';
}
.instagram-feed .slick-dots {
  bottom: -22px;
}
.instagram-feed .slick-dots li button {
	background: #eeeeee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	color: #eeeeee;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 15px;
	line-height: 0;
	outline: medium none;
	padding: 5px;
	width: 15px;
}
.instagram-feed li button::before{
 	color: #eeeeee;  
}
.blog-details {
  	background-color: #fff;
}
.blog-details-content{
	display: inline;
	float: left;
	padding: 40px;	
	width: 100%;
}
.blog-details-content blockquote {
	color: #1f1f1f;
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.blog-details-content>span{
	color: #464646;
	font-size: 20px;
	font-weight: bold;
}
.blog-details-content > a {
	color: #464646;
	font-size: 18px;
	margin-right: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6{
	color: #464646;
}
.blog-details-content h3{
	margin-top: 10px;
}
.blog-comment {
	display: inline;
	float: left;
	padding: 0 40px 50px;
	width: 100%;
}
.blog-comment h2 {
	color: #464646;
	font-family: "Open Sans",sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
}
.comment-form .form-group input {
	background-color: #f8f8f8;
	border: 1px solid #aeaeae;
	border-radius: 0;
	color: #858585;
	font-size: 18px;
	height: 40px;
	margin-bottom: 20px;
}
.comment-form .form-group textarea{
	color: #858585;
	background-color: #f8f8f8;
	border: 1px solid #aeaeae;
	border-radius: 0;
	font-size: 18px;
	height: 190px;
	width: 80%;
}
.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;    
} 
.comment-form .form-control::-webkit-input-placeholder {
	color: #858585;
	font-size: 18px;
}
.comment-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #858585;
	font-size: 18px;
}
.comment-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #858585;
	font-size: 18px;
}
.comment-form .form-control:-ms-input-placeholder {  
    color: #858585;
   font-size: 18px;
}
.comment-form button {
	border-radius: 0;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.comment-form.button-default::after,
.comment-form .button-default > span {
  	padding: 12px 40px;  
}
/*--------------------*/
/* ERROR PAGE */
/*--------------------*/
#error-page {
	background-color: #CEFFFE;
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}
.error-page-area {
	display: block;
	margin: 0 auto;
	width: 670px;
}
.error-no-area {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 20px;
	width: 100%;
}
.error-no {
	display: inline;
	float: left;
	padding: 50px;
	text-align: center;
	width: 100%;
}
.error-no h2 {
	color: #727272;
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
.error-no p {
	font-family: "Pacifico",cursive;
	font-size: 80px;
	margin-bottom: 0;
	-webkit-transform: rotate(-20deg);
	    -ms-transform: rotate(-20deg);
	        transform: rotate(-20deg);
}
.error-message {
	display: inline;
	float: left;
	margin-top: 70px;
	text-align: center;
	width: 100%;
}
.error-message h4 {
	color: #4b8181;
	font-family: "Pacifico",cursive;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 50px;
}
.error-message p {
	color: #4b8181;
	font-size: 30px;
	padding: 0 138px;
}
.error-message p a{
	color: #4b8181;
}
/*======================///////////////
			start responsive style
=====================///////////////////////*/
@media(max-width:1199px ){
	.header-content {  
      padding: 70px;  
	}
	.header-content h2 {
	  font-size: 60px;
	  line-height: 58px;  
	}
	.knowmore-btn {  
	  font-size: 18px;  
	  padding: 20px 25px;	  
	}
	.download-btn {  
	  font-size: 18px;  
	  padding: 20px 25px;	  
	}
	.header-btn-area {
	  margin-top: 65px;  
	}
	.logo {
	  margin-right: 0;
      width: 75px;
     padding-top: 1px; 
	}
	#navbar {
	  /*width: 87%;*/
	  padding-top:10px;
	}
	.main-nav li a {  
	  padding: 39px 16px;  
	}
	.search-area input[type="text"]:focus {
	  width: 820px;  
	}
	.team-grid li {
	  height: 198px;
	  margin: 20px;
	  width: 20%;
	}
	.team-img-1,
	.team-img-2,
	.team-img-3,
	.team-img-4 { 
	  background-position: center center;
	}
	.team-info {
		padding: 12px 0px;  
	}
	.team-info p {
		margin: 0 32px; 
	  	padding: 10px 0px; 
	}
	.team-info a {
	  margin: 0 2px;	 
	}
	.single-service {
	  padding: 45px 15px;  
	}
	.single-service .service-title {	  
	  font-size: 20px;	  
	}
	.single-portfolio {
	  width: 23%;
	}
	.single-counter > span {
	  font-size: 50px;	  
	  width: 50px;
	}
	.single-counter .counter-count > span {
	  font-size: 40px;
	}
	.single-counter .counter-count > p {	  
	  font-size: 14px;	  
	}
	.single-from-blog .blog-title h2 {
	  font-size: 25px;  
	}
	.single-from-blog .blog-footer a {
	  margin-right: 18px;
	}
	.contact-left h2,
	.contact-right h2 {
	  font-size: 26px;  
	}
	.single-address h4 {
	  font-size: 20px;
	}
	.counter-area {
	  padding: 125px 0;  
	}
	.blog-archive .single-from-blog figure img {
	  height: 320px;
	}
}
@media(max-width:991px ){
	.header-content {  
      padding: 50px;  
	}
	.header-content h2 {
	  font-size: 50px;
	  line-height: 50px;  
	}
	.knowmore-btn {  
	  font-size: 16px;  
	  padding: 18px 20px;	  
	}
	.download-btn {  
	  font-size: 16px;  
	  padding: 18px 20px;	  
	}
	.header-btn-area {
	  margin-top: 20px;
	}
	#navbar {
	  width: 86%;
	}
	.search-area {
	  width: 3%;
	}
	.main-nav li a {
	  font-size: 14px;
	  padding: 39px 7px;
	}
	.less-padding {
	  padding: 30px 7px !important;
	}
	.search-area input[type="text"]:focus {
	  width: 630px;  
	}
	.single-wc-content .wc-tittle {
	  font-size: 15px;	  
	}
	.about-left {  
	  height: 328px;  
	  width: 100%;
	}
	.about-left img {
	  width: 100%;
	}
	.about-right .tittle {
	  padding-bottom: 10px;
	  font-size: 28px;
	}
	.about-right .tittle-line {
	  margin-bottom: 15px;	 
	}
	.about-right p {
	  font-size: 14px;
	  margin-bottom: 6px;
	}
	.about-btn-area {
	  margin-top: 0;	 
	}
	.call-to-content h2 {  
	  font-size: 30px;
	}
	.team-grid li {
	  height: 170px;
	  margin: 20px 10px;  
	  width: 21%;
	}
	.team-info p {
 		font-size: 10px;
	}
	.team-info a { 
	  font-size: 15px;
	  height: 25px; 
	  width: 25px;
	}
	.team-address p {
	  font-size: 16px;
	}
	.team-address span {
	  font-size: 14px; 
	}
	.title-area {
	  padding: 0 100px;  
	}
	.single-portfolio {
	  width: 22.5%;
	}
	.portfolio-social-icon {
  		padding: 85px 50px; 
	}
	.portfolio-title h4 {  
	  font-size: 13px; 
	}
	.counter-area {  
 	 padding: 90px 0;  
	}
	.single-counter {  
	  margin-bottom: 35px;  
	}
	.single-price .price-amount {  
  		font-size: 25px;  
	}
	.single-price p {
  		font-size: 15px;  
	}
	.single-price a span {  
	  padding: 12px 35px;
	}
	.single-from-blog {  
	  margin-bottom: 30px;
	}
	.blog-right {
	  margin-top: 25px;  
	}
	.instagram-feed .slick-prev {
	  left: 40%;
	}
	.instagram-feed .slick-next {
	  right: 41%;
	}
	.error-message h4 {  
	  font-size: 50px;
	  line-height: 50px;	 
	}
	.error-message p {	 
	  font-size: 25px;
	  padding: 0 50px;
	}
}
@media(max-width:767px ){
	.header-content h2 {
	  font-size: 35px;
	  line-height: 35px;
	}
	.header-content h2 span {
	  font-weight: normal;
	  line-height: 55px;
	}
	.knowmore-btn {
	  font-size: 15px;
	  padding: 15px 18px;
	}
	.download-btn {
	  font-size: 15px;
	  padding: 15px 18px;
	}
	.main-nav li {
	  display: block;
	  float: left;
	  width: 100%;
	}
	.main-nav li a {
	  display: block; 
	  padding: 8px 7px;
	}
	.less-padding {
	  padding: 8px 7px !important;
	}
	#navbar {
	  margin-right: 0;
	  width: 104.5%;
	}
	.main-nav {
	  background: #ccc none repeat scroll 0 0;
	  display: block;
	  margin: 0;
	  text-align: center;
	  width: 100%;
	}
	.navbar-default .navbar-toggle {
	  border-color: #ddd;
	  margin-right: 78px;
	  margin-top: 32px;
	  border-radius: 0;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background-color: #00d999;
		border-color: #00d999;
		color: #fff;
	}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar{
		background-color: #fff;
	}
	.search-area {
	  left: -3px;
	  top: -100px;
	  width: 3%;
	}
	.search-area input[type="text"]:focus {
	  height: 36px;
	  top: 31px !important;
	  width: 550px;
	}
	.navbar-fixed-top .search-area{
		top: -77px;
	}
	.navbar-fixed-top .navbar-toggle { 
	  margin-top: 25px;
	}
	.navbar-fixed-top .search-area input[type="text"]:focus {
	  top: 23px !important;	  
	}
	.wc-table li {
	  margin-bottom: 20px;
	  width: 50%;
	}
	#about {
	  padding: 0 0 50px;		
	}
	.about-left { 
	  width: 96%;
	}
	.about-left img {
	  height: 100%;
	  width: 100%;
	}
	.about-right {
	  margin-top: 35px;
	  padding-left: 0;  
	}
	.title-area {
	  padding: 0 50px;
	}
	.call-to-content h2 {
	  font-size: 28px;
	}
	.team-grid li {
	  height: 230px;
	  margin: 20px 25px 70px;
	  width: 38%;
	}
	.team-img-1, .team-img-2, .team-img-3, .team-img-4 {
	  background-position: center center;
	  background-size: 100% auto;
	}
	.team-info {
	  padding: 30px 18px;
	}
	.team-info p {
	  font-size: 15px;
	}
	.single-portfolio {
	  width: 30.3%;
	}
	.button-default::after, .button-default > span {
	  padding: 12px 8px;
	  font-size: 12px;
	}
	.single-slide > p {
	  font-size: 15px;
	  line-height: 28px;
	  margin-top: 37px;  
	}
	.contact-left {
	  margin-bottom: 30px;
	}
	#blog-banner {
	  margin-top: -60px;	  
	}
	.instagram-feed .slick-prev {
	  left: 39%;
	}
	.instagram-feed .slick-next {
	  right: 40%;
	}
	#error-page {	  
	  padding: 100px 0;	  
	}
	.error-page-area {	  
	  width: 500px;
	}
	.error-message h4 {
	  font-size: 35px;
	  line-height: 35px;
	}
	.error-message p {
	  font-size: 20px;
	  padding: 0 45px;
	}
}
@media(max-width:480px ){
	.header-content {
	  padding: 20px;
	}
	.header-content h2 {
	  font-size: 25px;
	  line-height: 25px;
	}
	.header-content h2 span {
	  font-weight: normal;
	  line-height: 43px;
	}
	.knowmore-btn {
	  font-size: 14px;
	  padding: 10px 15px;
	}
	.download-btn {
	  font-size: 14px;
	  padding: 10px 15px;
	}
	#navbar {
	  width: 106%;
	}
	.title-area {
	  padding: 0 15px;
	}
	.search-area input[type="text"] {  
	  font-size: 15px;  
	}
	.search-area input[type="text"]:focus {	 
		height: 35px;
		top: 32px !important;
		width: 350px;
	}
	.call-to-content h2 {
	  font-size: 20px;
	}
	.team-grid {
	  padding: 0 75px;	  
	}
	.team-grid li {
	  height: 300px;
	  margin: 20px 0 70px;
	  width: 100%;
	}
	.team-info {
	  padding: 70px 18px;
	}
	.team-info p {
	  font-size: 18px;
	}
	.single-portfolio {
	  margin-left: 8px;
	  width: 100%;
	}
	#counter img {
	  height: 354px;
	  width: 100%;
	}
	.counter-area {
	  padding: 40px 0;
	}
	.single-counter > span {
	  font-size: 50px;
	  text-align: center;
	  width: 100%;
	}
	.single-counter .counter-count {	  
	  margin-left: 0;
	  margin-top: 20px;
	  text-align: center;
	  width: 100%;
	}
	.single-price .price-header { 
	  font-size: 20px;	
	  padding: 10px 0;	  
	}
	.single-price .price-header::after {
	  bottom: -43%;
	}
	.standard-price .price-header {
	  padding: 20px 0;
	}
	.standard-price .price-header::after {
	  bottom: -32%;
	}
	.single-price .price-amount {
	  font-size: 16px;
	}
	.single-price p {
	  font-size: 14px;
	}
	.single-price a span {
	  padding: 12px 20px;
	}
	.button-default::after, .button-default > span {
	  font-size: 10px;	
	}
	.single-slide {
	  padding: 0 100px;  
	}
	.single-slide > p {
	  font-size: 14px;
	  line-height: 26px;
	  margin-top: 20px;
	}
	.single-slide > p::after {
	  font-size: 40px;	 
	  top: -10px;
	}
	.testimonial-thumb {
	  margin: 20px auto 0;	  
	}
	.client-table {  
	  padding-left: 30px;
	}
	.instagram-feed .slick-prev {
	  left: 34%;
	}
	.instagram-feed .slick-next {
	  right: 35%;
	}
	#error-page {	  
	  padding: 80px 0;	  
	}
	.error-page-area {	  
	  width: 350px;
	}
	.error-no {
	  padding: 20px;	  
	}
	.error-no h2 {	  
	  font-size: 45px;	
	}
	.error-no p {	  
	  font-size: 50px;	 
	}
	.error-message h4 {
	  font-size: 35px;
	  line-height: 35px;
	}
	.error-message p {
	  font-size: 20px;
	  padding: 0 45px;
	}
}
@media(max-width:360px ){
	.header-inner > img {
	  height: 250px;
	  width: 100%;
	}
	.header-content {
	  padding: 30px;
	}
	.header-content h2 {
	  font-size: 20px;
	  line-height: 18px;
	}
	.header-content h2 span {
	  font-weight: normal;
	  line-height: 35px;
	}
	.header-btn-area {
	  margin-top: 00px;
	}
	.header-btn-area a {
	  display: block;
	  margin: 10px 15px;
	}
	.knowmore-btn {
	  font-size: 14px;
	  padding: 7px 8px;	  
	}
	.download-btn {
	  font-size: 14px;
	  padding: 7px 8px;	  
	}
	#navbar {
	  width: 108.3%;
	}
	.title-area {
	  padding: 0 10px;
	}
	.tittle {  
	  font-size: 20px;  
	  padding-bottom: 5px;
	}
	.title-area p{
		font-size: 14px;
	}
	.search-area input[type="text"] {  
	  font-size: 14px;  
	}
	.search-area input[type="text"]:focus {	 
		height: 35px;
		top: 32px !important;
		width: 250px;
	}
	.wc-table li {
	  margin-bottom: 20px;
	  width: 100%;
	}
	.about-right {
	  margin-top: 45px;	 
	}
	.about-right .tittle {
	  font-size: 20px;
	  padding-bottom: 5px;
	}
	.about-right .tittle-line {
	  width: 60px;
	}
	.call-to-content h2 {
	  font-size: 20px;
	}
	.team-grid {
	  padding: 0 55px;	  
	}
	.team-grid li {
	  height: 220px;	  
	}
	.team-info {
	  padding: 20px 10px;
	}
	.team-info p {
	  font-size: 14px;
	}
	.portfolio-container {
	  margin-left: 0;
	}
	.portfolio-menu ul li {  
	  font-size: 12px;  
	  margin: 0 7px 5px;
	  padding: 8px;  
	}
	.single-portfolio {
	  width: 100%;
	  margin-left: 0px;
	}
	.portfolio-social-icon {
	  padding: 105px 50px;
	}
	#counter img {
	  height: 354px;
	  width: 100%;
	}
	.counter-area {
	  padding: 40px 0;
	}
	.single-counter > span {
	  font-size: 40px;
	}
	.single-counter .counter-count > span {
	  font-size: 30px;
	}
	.single-counter .counter-count > p {
	  font-size: 12px;
	}
	.price-table li {
	  margin-bottom: 20px;
	  width: 100%;
	  border: 1px solid #e4e4e4;
	}
	.single-price a span {	 
	  font-size: 14px;
	}		
	.single-price .price-amount {
	  font-size: 16px;
	}
	.single-price p {
	  font-size: 14px;
	}		
	.button-default::after, .button-default > span {
	  font-size: 14px;	
	}
	.standard-price {
	  margin-top: 0;
	}
	.single-slide {
	  padding: 0 50px;  
	}
	.introduction-btn {  
	  font-size: 20px;	  
	}
	.header-content h2 {  
	  margin-bottom: 10px;
	}
	.contact-left h2, .contact-right h2 {
	  font-size: 20px;
	  margin-bottom: 10px;
	}
	.single-address h4 {
	  font-size: 18px;
	}
	.single-address p {	 
	  font-size: 13px;	 
	}
	.contact-right {	 
	  padding: 30px 20px;	  
	}
	.contact-form .form-group input {	  
	  font-size: 16px;
	  height: 40px;	 
	}
	.footer-social a { 
	  font-size: 15px;
	  height: 40px;
	  line-height: 40px;
	  margin: 0 5px;  
	  width: 40px;
	}
	.blog-archive .single-from-blog figure img {
	  height: 250px;
	}
	.instagram-feed .slick-prev {
	  left: 26%;
	}
	.instagram-feed .slick-next {
	  right: 27%;
	}
	.single-widget h2 { 
	  font-size: 20px;
	  line-height: 20px;  
	}
	.blog-pagination > li > a,
	.blog-pagination > li > span {	 
	  padding: 6px 15px;	 
	}
	.follow-us a {	  
	  font-size: 15px;
	  height: 32px;
	  line-height: 32px;
	  margin: 0 2px;	
	  width: 32px;
	}
	.blog-details-content {
	  padding: 25px;	 
	}
	.blog-comment {
	  padding: 0 25px 40px;
	}
	.blog-details-content blockquote {
	  font-size: 18px;
	  margin-bottom: 30px;
	  margin-top: 30px;
	}	
	#error-page {	  
	  padding: 60px 0;	  
	}
	.error-page-area {	  
	  width: 250px;
	}
	.error-no {
	  padding: 20px;	  
	}
	.error-no h2 {	  
	  font-size: 35px;	
	}
	.error-no p {	  
	  font-size: 40px;	 
	}
	.error-message h4 {
	  font-size: 25px;
	  line-height: 20px;
	}
	.error-message p {
	  font-size: 16px;
	  padding: 0 15px;
	}
}
@media(max-width:320px ){
	.search-area input[type="text"]:focus {	 		
		width: 210px;
	}
	.search-area input[type="text"] {  
	  font-size: 12px;  
	}
	#navbar {
	  width: 109%;
	}
	.team-grid {
	  padding: 0 35px;
	}
	.team-info {
	  padding: 25px 10px;
	}
	.footer-social a {
	  font-size: 14px;
	  height: 35px;
	  line-height: 35px;
	  margin: 0 2px;
	  width: 35px;
	}
	.footer-bottom p {
	  font-size: 15px;	
	}
	.blog-archive .single-from-blog figure img {
	  height: 200px;
	}
	.instagram-feed .slick-prev {
	  left: 23%;
	}
	.instagram-feed .slick-next {
	  right: 24%;
	}	
	.blog-pagination > li > a,
	.blog-pagination > li > span {	 
	  padding: 4px 13px;	 
	}
	.follow-us a {	  
	  font-size: 14px;
	  height: 30px;
	  line-height: 30px;
	  margin: 0 2px;	
	  width: 30px;
	}
	.popular-post-widget .media-left {
	  margin-right: 0;
	  text-align: center;
	  width: 100%;
	  margin-bottom: 15px;
	}
	.popular-post-widget .media-left a{
		display: inline-block;
	}
	.popular-post-widget .media-body {
	  text-align: center;	  
	}
}
.prices-boxs {
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.prices-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: flex-start;
}
.prices-box:last-child {
  margin-bottom: 0px;
}
.prices-box_title {
  position: sticky;
  top: 110px;
  grid-column-start: 1;
  grid-column-end: 6;
}
.prices-box_text {
  grid-column-start: 6;
  grid-column-end: 13;
}
.title-lg {
    display: block;
	color: rgba(255, 255, 255, 0.7);
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 2.083vw;
    line-height: 150%;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
 .content td {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    padding: 15px 15px 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 500px) {
    .title-lg {
        font-size: 6.25vw;
    }
}
@media (max-width: 800px) {
    .title-lg {
        font-size: 26px;
    }
	  .content td {
        font-size: 14px;
        padding: 10px 15px 10px 0px;
        white-space: nowrap;
    }
 .prices-boxs {
    padding-top: 30px;
  }
  .prices-box {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .prices-box_text {
    margin-top: 20px;
  }
  .prices-box_title {
    position: static;
  }
  .prices-box_content {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .prices-box_content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
  }
  .prices-box_content.active {
    height: 100%;
  }
  .prices-box_content.active::after {
    display: none;
  }
}
/************/
.pricing {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}
.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
#feature-area{
	padding:0 35px;
}
.fa-eye{font-size:50px; margin:0 auto}
li{ list-style-type:none;}
li.jobs{text-align:left; padding-left:35%}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #5d8a37;
}
.questions__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    border-bottom: 2px solid #E2E2E2;
    cursor: pointer;
}
.panel-collapse p{color:#000}

@media(max-width: 760px)
{
     h1 {
		 margin:1px
		 }
	.navbar-brand {
		padding: 0px;
        line-height: 29px;
        font-size: 30px !important;
        margin-left: 15px;}
	
}
 
 