
/* CSS Document */
/*-------------------------------------------------
 =  Table of Css

 1.General code                             
 2.Header, nav                              
 3.Banner                          
 4.About section                  
 5.Services section         
 6.Recent projects section
 7.Clients Say section                       
 8.Latest Blog section  
 9.Footer                                                
 10.About Us Page
 11.Blog Page
 12.Single Blog Page
 13.Coming soon
 14.FAQ Page
 15.Pricing Page
 16.Terms Of Services Page
 17.Contact Us Page
 18.404 Page
 19.Portfolio Page
 20.Our services
 21.Responsive CSS
 
                           
-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. General code
/*-------------------------------------------------------*/
*::-moz-selection {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}

::-moz-selection { background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }


 body {
	height:100%;
	width:100%;
	color: #555;
	background:#FFFFFF;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	overflow-x:hidden;
	position:relative;
}   
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
}   
    
h1 {
    font-size:50px;
}

h2 {
    font-size: 47px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 26px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
	font-weight:600;
}
p {
  color: hsl(0, 0%, 20%);
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
a {
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
.heading {
  padding-bottom: 50px;
  /* padding-top: 20px; */
}
.heading h2{
	font-weight:300;
	font-size:47px;
	color:#333333;
	text-align:center;
}
.heading p{
	font-weight:300;
	font-size:18px;
	color:#333333;
	text-align:center;
	line-height:31px;
	max-width:770px;
	margin-left:auto;
	margin-right:auto;
}
.btn {
	/* background:#000; */
	/* border-radius:20px; */
	/* color:#fff; */
	/* text-transform:uppercase; */
	/* padding:0 25px; */
	/* height:35px; */
	/* border:#000 solid 1px; */
	/* line-height:33px; */
	/* transition:all 0.5s ease-out 0s; */
	/* -webkit-transition:all 0.5s ease-out 0s; */
	/* -moz-transition:all 0.5s ease-out 0s; */
	/* -o-transition:all 0.5s ease-out 0s; */
}
.btn:hover, .btn:focus {
	 border:#000 solid 1px;
	 color:#000;
	 background:#fff;
}
.btn.btn-bordered {
	background:#fff;
	border-radius:20px;
	color:#333;
	text-transform:uppercase;
	padding:0 25px;
	height:35px;
	border:#000 solid 1px;
	line-height:34px;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
.btn.btn-bordered:hover, .btn.btn-bordered:focus {
	 border:#000 solid 1px;
	 color:#fff;
	 background:#000;
}
.btn .btn-lg {
	padding:0 35px;	
}
.btn .fa {
	margin:0 4px;
	font-size:14px;
}
.grid-demo {
  background: #d6d5d8 none repeat scroll 0 0;
  color: #333;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}

.grid-demo:hover {
  background: #c1c1c1 none repeat scroll 0 0;
}
.divider {
  background: #f0f0f0 none repeat scroll 0 0;
  float: left;
  height: 1px;
  margin: 60px 0;
  width: 100%;
}
.accordion-lg .panel-heading h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}
.accordion-lg .panel-heading i.fa {
	margin:10px 0 0 ;
}
.accordion-lg .panel-body p {
  font-size: 16px;
  line-height: 30px;
}
.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}


/*-------------------------------------------------------*/
/* 2. Header , nav
/*-------------------------------------------------------*/
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar-nav > li > a {
    line-height: 38px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 14px;
}
.navbar-default {
    padding-top: 20px;
	background-color:hsla(0, 0%, 0%, 0);
}
.navbar-fixed-top {
	width:100%;
	position:fixed;
	z-index:5;
    top: 0;
}
.navbar {
    border-bottom: 0 none;
	margin-bottom: 23px;
    min-height: 70px;
}

.navbar-header {
    float: left;
}
.nav > li {
	margin-left:20px;
}

@media (min-width:768px) {
.nav > li:hover .dropdown-menu {display:block !important;} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	 background-color: #000 !important; color: #fff !important;}
	
}

.nav li:hover a {
	background:#000 !important;
}
.nav li .dropdown-menu li a:hover {
	background:#fff !important;
}
.navbar-header a {
	padding-top:16px;
}
.navbar .navbar-brand{
	margin:0 !important;
	padding:0;
	height:auto;
}
.navbar.navbar-fixed-top {
	background:none;
}
.navbar.navbar-fixed-top.js-navbar-top {
	background:#000;
	padding:8px 0;
	height:auto;
	min-height:inherit;
}
.navbar-brand > img {
    margin-top: 2px;
	width:100%;
}
#navbar ul li a{
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:300;
	text-decoration:none;	
}
nav .navbar .container .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}
nav .navbar-collapse ul{
	margin:0
}
#navbar ul li a i.fa{
	font-size:14px;
	color:#ffffff;
	margin-left:7px;
}
.dropdown-menu {
  background-color: #000;
  min-width: 210px;
  padding: 5px 0 0;
  text-align: center;
}
#navbar ul li .dropdown-menu a {
  border-bottom: 1px solid #333;
  font-size: 15px;
  line-height: 30px;
  padding: 8px 16px;
  text-align: left;
}
.dropdown-menu li {
  display: block;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover{
	background-color:#fff;
	color:#333 !important;	
}
.dropdown-menu > li > a{
	margin:0 !important;
	padding:3px;
	font-weight:300;
	font-size:13px;
	font-weight:300;
}
.navbar-right .dropdown-menu{
	margin-top:-1px !important;
}


/*-------------------------------------------------------*/
/* 3. Banner
/*-------------------------------------------------------*/


#home{
	background-image:url(../image/banner_bg.png);
	text-align: center;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding-bottom:180px;
	
}
.banner{
	background-attachment:fixed;
}
.inner_banner {
	background-image: url("../image/banner_bg.png");
	background-color:#000;
	background-position: center center;
	background-size: cover;
	position: relative;
	text-align: center;
	background-attachment:fixed;
}
#default_bg {
  background-image: url("../image/default_bg.png");
}
.banner_shadow {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 419px;
	padding-bottom: 145px;
	padding-top: 184px;
}
.banner h2{
	font-weight:600;
	padding-top:256px;
	text-align:center;
	font-size:50px;
	color:#ffffff;
	
}
.banner p{
	font-size:20px;
	font-weight:300;
	color:#ffffff;
	text-align:center;
	margin-top:30px;
	line-height:31px;
}
.more_detail a:hover{
	background-color:#FFF;
	color:#333;
}
.more_detail a {
	font-size:20px;
	font-weight:300;
	color:#ffffff;
	line-height:31px;
	text-align:center;
	border:1px solid #fff;
	padding:10px 24px;
	text-decoration: none;
	
}
.more_detail {
	padding-top: 28px;
}

/*-------------------------------------------------------*/
/* 4. Abut section                  
/*-------------------------------------------------------*/

#about{
	padding-top: 70px;
	background-color:#f3f3f3;
}
.inner-page {
	padding:60px 0;
}
.inner-page p {
	text-align:left;
}
.white_color.heading h2, .white_color.heading p{
	color:#FFF;
}
.info p{
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:27px;
	color:#333333;
	text-align:left;
}
.info_list {
  padding-left: 24px;
}
.info .info_list li{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#333333;
	text-align:left;
	line-height:31px;
	list-style:none;
	font-weight:300;
}
.info .info_list li i.fa{
	font-size:14px;
	color:#333333;
	line-height:31px;
	margin-right: 8px;
}
.more_info a:hover{
	color:#fff;
	background-color:#000;
}
.address{
	padding:20px 0;
}
.more_info a{
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	line-height:31px;
	text-align:center;
	border:1px solid #fff;
	padding:10px 38px;
	text-decoration: none;
	margin-left: 12px;
}
.more_info {
	padding-top: 15px;
	padding-bottom:85px;
}
.abt_img{
	float:right;
	margin-top:-10px;
	max-width: 100%;
}
.counter_m {
  margin-top: 30px;
  max-height: 130px;
  text-align: center;
}
.abt_downloads {
  background: #fff none repeat scroll 0 0;
  border: 11px solid #292828;
  border-radius: 50%;
  display: inline-block;
  height: 224px;
  margin: 0 38px;
  padding: 35px 29px 0;
  position: relative;
  width: 224px;
}
.abt_downloads h2{
	font-size:40px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	line-height:31px;
	
}
.abt_downloads p{
	font-size:15px;
	color:#000000;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	text-align:cenetr;
	line-height:31px;
	text-align: center;
}

/*-------------------------------------------------------*/
/* 5. Services section                  
/*-------------------------------------------------------*/

#services {
	background-image:url(../image/services_bg.png);
	text-align: center;
	background-position: center center;
	background-attachment:fixed;
    background-size: cover;
    position: relative;
	padding: 70px 0;
}
.abt_services {
	padding-top:25px;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
.abt_services:hover {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);	
}
.abt_services i.fa{
	font-size:50px;
	text-align:center;
	color:#ffffff;
}
.abt_services h3{
	font-size:22px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	text-align:center;
	color:#ffffff;
    margin-bottom: 25px;	
}
.services_info{
	border:1px solid #6a6a6a;
	background:hsla(0, 0%, 0%, 0.4) none repeat scroll 0 0;
	height:auto;
	padding: 26px 11px 26px 11px;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
.services_info p{
	font-size:15px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	text-align:center;
	line-height:27px;
	color:#ffffff;	
}
.abt_services:hover .services_info {
	background:#fff;
}
.abt_services:hover .services_info p {
	color:#333;
}


/*-------------------------------------------------------*/
/* 6. Recent projects section                  
/*-------------------------------------------------------*/

#recent_projects {
	background-color:#f3f3f3;
	padding: 70px 0;
}
.portfolio_item {
	position:relative;
	margin:0 0 40px;
}
.portfolio_item_img {
	background:#000;
	position:relative;
}
#recent_projects .portfolio_item .portfolio-hover {
	left:50%;
	right:50%;
}
#recent_projects .portfolio_item:hover .portfolio-hover {
	opacity:1;
	left:0;
	right:0;
}
#recent_projects .portfolio_item .portfolio_link {
  padding: 30% 15px 0;
}
.portfolio_item:hover img {
	opacity:0.7;
	transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
}
.portfolio_item_info h3 {
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: 14px;
  text-align: center;
}
.portfolio_item_info h3 a {
	color:#333;
	text-decoration:none;
}




/*-------------------------------------------------------*/
/* 7. Clients Say section                  
/*-------------------------------------------------------*/

#clients{
	
	background-image:url(../image/clients_bg.png);
	background-repeat:no-repeat;
	padding: 70px 0;
	background-size: cover;
}
#slider1_container {
	margin-top:10px;
}
.slides > li {
    left: -43px;
    position: relative;
}
.flex-viewport {
	margin:0 auto;
}
.clients_img img {
    border-radius: 45%;
}
.clients_img{
    background: hsl(222, 11%, 23%) none repeat scroll 0 0;
    border-radius: 100%;
    height: 100px;
    margin: 0 auto 0;
    overflow: hidden;
    text-align: center;
    width: 100px;
}
.center h3 {
    color: hsl(0, 0%, 100%);
    font-family:'Open Sans', sans-serif;
	font-weight:600;
    font-size: 17px;
    line-height:30px;
    text-align: center;
	margin:0;
}
.center span {
    color: hsl(0, 0%, 100%);
    font-family:'Open Sans', sans-serif;
	font-weight:300;
    font-size: 12px;
    text-align: center;
}
.center span {
    display: block;
}
.quotes_icon p {
    color: hsl(0, 0%, 100%);
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 14px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
}
.quotes_icon i.fa{
    text-align:left;
    width:21px;
	color:#ffffff;
	margin-left: 18px;
    margin-right: 12px;
	font-size:16px;
	line-height:30px;
}
.quotes_icon {
    margin: 0 auto;
    max-width: 950px;
	    
}
#clients .heading{
	padding-bottom:50px;
	
}
.flex1 {
    padding-top: 10px;
}
.flex-direction-nav {
	display:none;
}
.flex-control-nav.flex-control-paging {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.flex-control-nav.flex-control-paging li {
	list-style:none;
	display:inline;
	margin:0 2px;
}
.flex-control-nav.flex-control-paging li a {
	font-size:0px;
	border-radius:50%;	
	display:inline-block;
	vertical-align:top;
	height:10px;
	width:10px;
	background:#1c1b1b;
	z-index:1;
	cursor:pointer;
}
.flex-control-nav.flex-control-paging li a.flex-active {
	background:#807e7e;	
}


/*-------------------------------------------------------*/
/* 8. Latest Blog section                  
/*-------------------------------------------------------*/

#latest_blogs{
	background-color:#f3f3f3;
	padding: 70px 0;
}
.latest_blog_m {
	overflow:hidden;
}
.blog_img {
  background: #000 none repeat scroll 0 0;
  max-height: 297px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.blog_img a {
	display:block;
}
.latest_blog_m:hover .blog_img img {
	opacity:0.5;
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.blog_img img{
	width:100%;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
.blog_img .blog_c {
	font-size:16px;
	color:#ffffff;
	text align:center;
	line-height:36px;
	background: hsla(0, 0%, 0%, 0.6) none repeat scroll 0 0;
	width:auto;
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	position:absolute;
	top:15px;
	left:25px;
	padding:0px 28px 0px 28px;
	border-radius:20px;
	text-decoration:none;
}
.blog_info p{
	font-size:14px;
	line-height:24px;
	color:#101010;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	padding-bottom:14px;	
}
.blog_info h3 {
	margin-top:0px; 
}
.blog_info h3 a{
	font-size:26px;
	line-height:31px;
	color:#101010;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin-top:0;
	text-decoration:none;	
}
.blog_info h3 a:hover{
	color:#000;
	text-decoration:underline;
}
.blog_info{
	background-color:#ffffff;
	padding:10px 18px 34px 18px;
	text-align:center;
	border:1px solid #d2d1d1;
}
.readmore:hover {
	background-color:#fff;
	color:#000;
	text-decoration:none;
}
.readmore{
	font-size:16px;
	line-height:31px;
	color:#ffffff;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	text-decoration:none;
	background-color:#000000;
	width:auto;
	text-align:center;
	border-radius:20px;
	padding:7px 36px 7px 36px;
	margin-top: 32px;
	border:#fff solid 1px;
}
.readmore:hover i.fa{
	color:#000;
}
.readmore i.fa{
	color:#ffffff;
	font-size:16px;
	line-height:31px;
	margin-left:5px;
	position:relative;
	transition:all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
}

/*-------------------------------------------------------*/
/* 9. Footer                  
/*-------------------------------------------------------*/
.footer_rightside{
	float:right;
}
.footer{
	background-color:#000000;
	padding: 70px 0;
}
.footer_leftside p{
	font-size:13px;
	line-height:24px;
	color:#ffffff;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin-top:21px;
}
.footer_rightside h2{
	font-size:30px;
	line-height:24px;
	color:#ffffff;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	 margin-bottom: 10px;
	 margin-top:0;
}
.footer_rightside p{
	font-size:13px;
	line-height:24px;
	color:#ffffff;
	text-align:left;
	margin-bottom: 18px;

}
.user_text input {
    background: hsl(0, 0%, 0%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 25%);
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 36px;
    margin-right: 10px;
    padding: 0 21px;
	width:36%;
    text-align: left;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
.user_text .button:hover {
	background-color:#191919;
	color:#FFF;
}
.user_text .button {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 0%);
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0px 24px;
	border:#fff solid 1px;
    text-align: center;
	width:22.5%;
}
.contact {
	margin:20px 0;
	text-align:center;
	border:1px solid #333333;
	overflow: hidden;
}
.contact i.fa{
	font-size:26px;
	line-height:31px;
	color:#ffffff;
	margin-right: 10px;
}
.contact p {
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 2px;
  text-align: center;
}
.contact a{
	font-size:20px;
	line-height:31px;
	color:#ffffff;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	text-decoration:none;	
}
.social_links a:nth-child(1) i.fa:hover{
	background-color:#4a6ea9;
	color:#FFF;
}
.social_links a:nth-child(2) i.fa:hover{
	background-color:#28a9e2;
	color:#FFF;
}
.social_links a:nth-child(3) i.fa:hover{
	background-color:#0079bd;
	color:#FFF;
}
.social_links a:nth-child(4) i.fa:hover{
	background-color:#d64032;
	color:#FFF;
}

.social_links a i.fa {
  border: 1px solid hsl(0, 0%, 24%);
  border-radius: 100%;
  color: hsl(0, 0%, 100%);
  font-size: 18px;
  height: 36px;
  line-height: 34px;
  margin: 10px 4px 24px;
  text-align: center;
  width: 35px;
}
@keyframes rotater {
0% { transform:rotate(0) scale(1) }
50% { transform:rotate(360deg) scale(1) }
100% { transform:rotate(720deg) scale(1) }
}
.social_links a i.fa:hover {
 /* safari / chrome / mozilla */
	animation-name:rotater; 
	animation-duration:500ms; 
	animation-iteration-count:1; 
	animation-timing-function: ease-in;

	/* opera */
	-o-transform:rotate(180deg) scale(1);
	-o-transition-duration:500ms;
	-o-transition-timing-function: ease-in;

	/* ie */
	-ms-transform:rotate(180deg) scale(1);
	-ms-transform-duration:500ms;
	-ms-transform-timing-function: ease-in;
	
	border:#000 solid 1px;
}


.social_links {
  margin-right: 0;
  padding-bottom: 4px;
  padding-top: 10px;
  text-align: center;
}
.copyright{
	text-align:center;
}
.copyright p {
    color: #ffffff;
	font-size: 16px;
    line-height: 28px;
}



/*-------------------------------------------------------*/
/* 10. About Us Page
/*-------------------------------------------------------*/

#aboutus{
	background-image:url(../image/aboutus_bg.png);
}
.about_us {
	text-align:center;
}
.about_us p {
  border: 1px solid #918d8d;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 31px;
  margin: 0;
  padding: 25px 36px;
  text-align: center;
}
#content{
	background-color:#f3f3f3;
	padding-bottom:67px;;
}
.page_heading{
	text-align:center;
	padding-bottom:72px;
	padding-top:55px;
}
.page_heading h2{
	font-size:47px;
	line-height:31px;
	color:#333333;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin-bottom:50px;	
}
.page_heading p{
	margin:0;
	width:85%;
	margin:0 auto;
}
.history p{
	margin-bottom:0px;	
}
.history h3{
	font-size:35px;
	line-height:31px;
	color:#333333;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin-top:0;
	margin-bottom:25px;
}
.history {
	background-color:#ffffff;
	padding:35px 18px 33px 18px;
	text-align:center;
	border: 1px solid #e9e9e9;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
.history:hover {
	background:#000;	
}
.history:hover h3, .history:hover h3 i.fa, .history:hover p {
	color:#fff;
}
.history h3 i.fa{
	font-size:45px;
	line-height:31px;
	color:#333333;
	text-align:center;
	margin-right:18px;	
}
#chooseus{
	background-image:url(../image/chooseus_bg.png);
	background-attachment:fixed;
	background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
	text-align: center;
    position: relative;
	padding-bottom:69px;
}
.white_color.page_heading h2, .white_color.page_heading p{
	color:#FFF;
}
#chooseus .white_color.header p{
	padding:0;
}
#chooseus .page_heading h2{
	margin-bottom:25px;
}
.chooseus_icon i.fa{
	font-size:50px;
	line-height:116px;
	color:#333333;
	text-align:center;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}

.chooseus_icon {
	background:#FFF;
    border-radius: 100%;
    height: 116px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 116px;
	
}
.chooseus_icon:hover i.fa {
	color:#000;
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
}
#chooseus h3{
	font-size:26px;
	line-height:31px;
	color:#ffffff;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin-top:14x;
}
#team{
	background-color:#f3f3f3;
	padding:70px 0;
}
#team .page_heading{
	padding-top:0;
	padding-bottom:58px;
}
#team .page_heading p{
	padding:0;
}
#team .page_heading h2{
	margin-bottom:30px;
	margin-top:0;
}
.team_img{
	border: 1px solid hsl(0, 1%, 82%);
	border-bottom:0px;
}
.team_img img{
	width:100%;
}
#team .blog_info h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 7px;
}
#team .blog_info p{
	padding-bottom:0;
	margin:0;
}
#team .social_links a i.fa{
	color:#000000;
	margin-bottom:0;
}
#team .social_links a i.fa:hover {
	color:#fff;
	border:#fff solid 1px;
}
#team .blog_info{
	padding-bottom:13px;
	padding-top: 10px;
}
#team .social_links:last-child a{
	margin-right:0;
}
.teammembers {
	position:relative;
}
.team_number {
	position:absolute;
	top:50%;
	bottom:50%;
	background:rgba(0, 0, 0, 0.90);
	width:100%;
	left:0;
	right:0px;
	height:0px;
	overflow:hidden;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
}
.teammembers:hover .team_number {
	padding:50% 0;
	height:100%;
	top:0px;
	bottom:0px;
}
.team_number p {
  color: #fff;
  text-align: center;
  font-size:20px;
}
.team_number .social_links {
	margin:0px;
	padding-top:12px;
}
.team_number .social_links i.fa {
	background:#fff;
	border:0px;
	margin:0 5px;
}
#team .team_number .social_links a i.fa:hover {
	border:0px;
}


/*-------------------------------------------------------*/
/* 11. Blog Page
/*-------------------------------------------------------*/

#blog{
	background-image:url(../image/blog_bg.png);
}
.break-term {
  color: #fff;
  font-size: 15px;
  margin-top: -40px;
  text-align: left;
}
.break-term a:hover {
    color:#999;
}
.break-term a{
	text-align:left;
	color:#fff;
	font-size:15px;
	line-height:31px;
	text-decoration:none;
}
.break-term span{
	text-align:left;
	color:#fff;
	font-size:15px;
	line-height:31px;
}

#about_blog{
	background-color:#f3f3f3;
	padding:60px 0;
}
#about_blog.grid_view {
	background-color:#ffffff;
}
.grid_view .pagination {
	padding:80px 0 40px;
}
.grid_view.blog-3-columns .blog-post-holder {
  padding: 10px 0;
}
.grid_view.blog-3-columns .blog-post-holder p {
	font-size:13px;
	margin-bottom:20px;
}
.grid_view.blog-3-columns .blog-post-holder h2 a {
  font-size: 23px;
}
.grid_view.blog-3-columns .blog-post-holder h2 {
	margin-top:0px;
}
#about_blog.grid_view .blog-post .blog-post-holder {
	border:0px;
	box-shadow:none;
}
#about_blog.grid_view .blog-post-holder ul li i.fa {
  line-height: 32px;
  margin-right: 0;
}
.grid_view.blog-3-columns .blog-post-holder ul li a, .grid_view.blog-3-columns .blog-post-holder ul li span {
	font-size:13px; margin-right: 5px;
}

#about_blog.grid_view .readmore {
  font-size: 14px;
  line-height: 28px;
  margin-top: 0;
  padding: 5px 24px;
}
.blog-post{
	margin-bottom:40px !important;
}
.full-width{
	width:100%;
}
.blog-post .blog-post-holder{
	background-color:#ffffff;
	border: 1px solid #e4e1e1;
	text-align:left;
	box-shadow:#e8e8e8 0 2px 1px;
}
.blog-post-holder{
	padding:18px 15px 35px 23px;
}
.blog-post-holder ul{
	margin:0;
	padding:0;
}
.blog-post-holder ul li{
	list-style:none;
	display:inline-block;
}
.blog-post-holder ul li a:hover {
	color:#666;
	text-decoration:none;
}
.blog-post-holder ul li a {
	color:#333333;
	font-size:14px;
	line-height:31px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin-right:20px;
	text-decoration:none;
}
.blog-post-holder ul li i.fa{
	color:#4c4c4c;
	font-size:15px;
	line-height:31px;
	margin-right:4px;
}
.blog-post-holder ul li span{
	color:#333333;
	font-size:14px;
	line-height:31px;
	font-weight:300;
	margin-right:20px;
}
.blog-post-holder p{
	color:#101010;
	font-size:14px;
	line-height:26px;
	text-align:left;
	margin-bottom:32px;
}
.blog-post-holder h2{
	margin-top:10px;
	line-height:34px;
	color:#101010;
	font-size:26px;
	display:inline-block;
	vertical-align:middle;
	font-weight:300;
	text-decoration:none;
}
.blog-post-holder h2 a{
	color:#101010;
	font-size:26px;
	display:inline-block;
	vertical-align:middle;
	font-weight:300;
	text-decoration:none;
}
.categories h3{
	font-size:26px;
	color:#333333;
	line-height:31px;
	border-bottom:1px solid #e5e5e5;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	padding: 15px 30px;
}
.categories{
	background-color:#ffffff;
	text-align:left;
	border:1px solid #e2e1e1;
	padding-bottom:22px;
	margin-bottom:20px;

}
.categories ul{
	margin:0;
	padding:0;
	
}
.categories ul li{
	list-style:none;
	text-align:left;
	padding-left:36px;
	
}
.categories ul li a{
	font-size:15px;
	color:#333333;
	font-weight:300;
	text-align:left;
	line-height:40px;	
}
.categories ul li a i.fa{
	font-size:15px;
	color:#333333;
	margin-right:10px;
	text-align:left;	
}
.latest_posts{
	background-color:#ffffff;
	text-align:left;
	border:1px solid #e2e1e1;
	padding-bottom:22px;
	margin-bottom:25px;
}
.latest_posts h3{
	font-size:26px;
	color:#333333;
	line-height:31px;
	border-bottom:1px solid #e5e5e5;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	padding:15px 30px;
}
.post_content{
	padding: 10px 20px 10px 20px;
}
.media-heading a:hover{
	text-decoration:underline;
}
.media-heading a{
	color:#101010;
	font-size:13px;
	line-height:21px;
	font-weight:300;
	text-decoration:none;
}
.media-body .media-heading{
	text-align:left;
}
small a {
	font-size:11px;
	color:#9f9f9f;
	font-weight:300;
	line-height:24px;
	text-decoration:none;
}
small{
	font-size:12px;
	color:#9f9f9f;
	font-weight:300;
	line-height:24px;
}
.media a img{
	width:100%;
	height:auto;
}
#about_blog .pagination{
	text-align:center;
	display:block;
	margin:0;
}
.pagination ul{
	padding:0;
	width:270px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	margin:0 auto;
	text-align:center;
}
.pagination ul li{
	list-style:none;
	display:inline-block;
	text-align:center;
	
}
.pagination ul li a:hover{
	color:#999;
}
.pagination ul li a {
	color:#101010;
	font-size:15px;
	line-height:31px;
	text-decoration:none;
	font:300;
	margin-right:10px;
	margin-left:10px;
	margin-top:12px;
	margin-bottom:12px;
}

/*-------------------------------------------------------*/
/* 12. Single Blog Page
/*-------------------------------------------------------*/

#blog_single{
	background-image:url(../image/blog_bg.png);
}
#blog_single .about_us a {
	padding:15px 26px 15px 26px;
	
}
#blog_detailed{
	background-color:#f3f3f3;
	padding-top:40px;
	padding-bottom:56px;
}
#blog_detailed .blog-post-holder p{
	  margin-bottom: 22px;
}
.comments{
	padding-top:10px;
	padding-bottom:40px;
	margin:0;
	padding-left:16px;
}
.comments h4{
	color:#333333;
	font-size:16px;
	font-weight:600;
	line-height:26px;
}
.comments ul{
	padding:0;
}
.comments ul li{
	list-style:none;
	padding:12px 28px 20px 0px;
}
.comments ul li .comments_img{
	background: #FFF;
    border-radius: 100%;
    height: 81px;
    overflow: hidden;
    width: 81px;
	text-align:center;
	border:3px solid #FFF;
	float:left;
	margin-right:28px;
	box-shadow: 0 4px 2px #c1c1c1;
}
.comments_img img{
	border-radius:45%;
	width:100%;
}
.post-comments a{
	font-size:14px;
	color:#333333;
	line-height:26px;
	text-decoration:none;
	font-weight:600;
}
.post-comments p{
	font-size:13px;
	color:#333333;
	font-weight:300;
	text-align:left;
	width: 94%;
	line-height:20px;
	margin:0;
}
.post-comments small a{
	color: hsl(0, 0%, 62%);
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
}
.comment_box h3 {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
.message_box .name {
    color: hsl(0, 0%, 6%);
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 18px;
    padding: 7px 0 7px 15px;
    text-align: left;
    width: 399px;
	margin-right:22px;
	border:1px solid #e2e1e1;
}
.message_box{
	padding-top:25px;
	padding-bottom:15px;
	
}
.message_box .form-group {
    padding-bottom: 0;
}
.text_message {
	width:820px;
	height:193px;
	color: hsl(0, 0%, 6%);
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 18px;
    padding: 7px 0 7px 15px;
    text-align: left;
	margin-right:22px;
	border:1px solid #e2e1e1;
}
.readmore input{
	border-style:none;
	padding-top:14px;
	padding-bottom:14px;
}
.send-comment:hover {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    text-decoration: none;
	border: 1px solid hsl(0, 0%, 0%);
}
.send-comment{
	color: #ffffff;
    font-size: 15px;
    line-height: 31px;
    padding: 3px 34px;
    text-align:center;
	background-color:#000000;
	border:none;
	margin:0;
	border-radius:20px;
	font-weight:300;
	border:#000 solid 1px;
}

/*-------------------------------------------------------*/
/* 13. Coming soon
/*-------------------------------------------------------*/

#coming_soon {
  background-image: url("../image/comingsoon_bg.png");
  background-position: center center;
  background-size: cover;
  overflow: auto;
  padding-bottom: 35px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
#coming_soon h2{
	font-size:36px;
	line-height:31px;
	color:#ffffff;
	text-align:center;
	margin-top:96px;
	font-weight:600;
}
#coming_soon .contact p {
  font-size: 20px;
  font-weight: 400;
}
#coming_soon p {
	font-size:16px;
	line-height:30px;
	color:#fff;
	text-align:center;
	font-weight:300;
	width: 78%;
	margin: 36px auto;
}
#defaultCountdown{
	padding:50px 0 60px;
	text-align:center;
}
#defaultCountdown .countdown-section {
  background-color: #050505;
  border: 1px solid #b8b8b8;
  display: inline-block;
  height: 120px;
  list-style: outside none none;
  margin: 0 23px;
  padding: 12px 0;
  text-align: center;
  width: 174px;
}
#defaultCountdown .countdown-section .countdown-period {
  color: #ffffff;
  display: block;
  font-size: 31px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
}
#defaultCountdown .countdown-section .countdown-amount{
	font-size:43px;
	line-height:52px;
	color:#ffffff;
	text-align:center;
	font-weight:700;
	margin:0 auto;
}
#coming_soon .contact{
	border:none;
}
#coming_soon .contact p{
	margin:10px auto;
}
#coming_soon .social_links{
	padding-top:0;
}
#coming_soon .copyright p{
	margin:0 auto;
}
#coming_soon .copyright {
  margin: 0 0 26px;
}

/*-------------------------------------------------------*/
/* 14. FAQ Page
/*-------------------------------------------------------*/


#faq{
	background-image:url(../image/faq_bg.png);
}
#our_portfolio{
	padding:20px 0;
}

#questions{
	background-color:#f3f3f3;
	padding:70px 0;
}
#questions .heading{
	padding-top:0;
}
#questions .heading h2{
	margin-bottom:24px;
}
#questions .heading p{
  max-width: 1006px;
  font-size:16px;
  line-height:27px;
}
.panel{
	box-shadow:none;

}

.panel-heading h4{
	font-size:14px;
	line-height:27px;
	text-align:left;
	font-weight:600;
}
.panel-heading {
	padding:0;
}
.panel-heading a {
	padding:8px 16px;
	display:block;
	background-color: hsl(0, 0%, 20%);
	border-color: hsl(0, 0%, 87%);
	color:#fff;
	border-radius:3px;
}
.panel-heading a.collapsed {
	background-color:#fff;
	color:#333;
	border-radius:3px 3px 0 0  ;
}
.panel-heading a .fa {
	margin:3px 0 0 0;
}
.panel-heading a:hover, .panel-heading a:focus {
	background-color: hsl(0, 0%, 20%);	
	text-decoration:none;
	color:#fff;
}
.panel-heading a:hover .fa, .panel-heading a:focus .fa {
	color:#fff;
}
.panel-body p {
  color: #333333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}
.panel.panel-default {
    margin-bottom: 15px;
}
.panel-default > .panel-heading {
	background-color:#fff;
}
.panel-title a .fa {
	font-size:18px;
	float:right;	
}
.panel-title a .fa-plus-square {
    display: none;
}
.panel-title a.collapsed .fa-plus-square {
    display: block;
}
.panel-title a.collapsed .fa-minus-square {
    display: none;
}
.panel-title a .fa-minus-square {
    display: block;
}
.more-questions h3{
	margin:0;
	padding:0;
	 color: #333333;
  	font-size: 24px;
 	 font-weight: 300;
  	line-height: 31px;
  	text-align: left;
}
.ques_form{
	padding-top:20px;
	padding-bottom:0;;
}
.ques_form .form-group{
	padding-bottom:0;
}
.ques_form input{
	color: hsl(0, 0%, 6%);
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 18px;
    padding: 7px 0 7px 13px;
    text-align: left;
	width:270px;
	border: 1px solid #dedede;
}
.ques_form .send_btn:hover {
	background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    text-decoration: none;
	 border: 1px solid hsl(0, 0%, 0%);
}
.ques_form .your_ques{
	color: hsl(0, 0%, 6%);
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 18px;
    padding: 7px 0 7px 15px;
    text-align: left;
	width:270px;
	border: 1px solid #dedede;
	height:262px;
	
}
.form-group {
    margin-bottom:0;
}
.ques_form .send_btn{
	color: #fff;
    font-size: 18px;
    line-height: 31px;
	border:#000 solid 1px;
	background-color:#000000;
	text-align:center;
	width:130px;
	border-radius:20px;
	float:right;
	padding: 4px 40px 4px 40px;	
}

/*-------------------------------------------------------*/
/* 15. Pricing Page
/*-------------------------------------------------------*/

#pricing{
	background-image:url(../image/pricing_bg.png);
}
#plan-services{
	background-color:#f3f3f3;
	text-align: center;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding:70px 0; 
}
#plan-services h2{
	padding-top:0;
	margin-top:0;
}
#plan-services .heading{
   padding-bottom: 40px;
}
#plan-services p{
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	max-width: 92%;
}
#plan-services .membership h4 {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 30px;
  text-align: center;
  width: auto;
}
.serial_no{
	font-size: 15px;
    font-weight: 600;
	color:#000000;
	background-color:#fff;
	border-radius: 100%;
    height: 20px;
    margin: 0 auto 0;
    overflow: hidden;
    text-align: center;
    width: 20px;
}
.circle{
	padding-top:8px;
	background-color:#000000;
	border-radius: 100%;
    height: 86px;
    margin: 0 auto 0;
    overflow: hidden;
    text-align: center;
    width: 86px;
}
.regular_plans h3{
	font-size: 27px;
    font-weight: 600;
	color:#fff;
	line-height:27px;
	text-align:center;
	background-color:#4e4e4f;
	padding-top:33px;
	padding-bottom:30px;
	margin:0;
}
#plan-services .regular_plans p{
	font-size: 50px;
    font-weight: 700;
	color:#fff;
	line-height:27px;
	text-align:center;
	padding:0;	
}
#plan-services .regular_plans{
	text-align:center;
	background-color:#4e4e4f;
	padding-bottom:15px;
}
#plan-services small{
	font-size: 14px;
    font-weight: 300;
	color:#fff;
	line-height:27px;
	text-align:center;	
}
.regular_services ul{
	text-align:center;
	padding-top:20px;
	background-color:#fff;
	list-style:none;
	padding-left:0;
	padding-bottom: 35px;
	margin:0;
}
.regular_services ul li{
	font-size: 16px;
    font-weight:300;
	color:#333333;
	text-align:center;
	line-height: 28px;
    margin-bottom: 22px;
}
.buy_now a:hover {
 background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    text-decoration: none;
	 border: 1px solid hsl(0, 0%, 0%);
}
.buy_now a {
	background-color: hsl(0, 0%, 0%);
    border-radius: 20px;
    color: hsl(0, 0%, 100%);
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
   	padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.buy_now {
    margin-top: -30px;
}
.plan_detail{
	margin-top:-52px;
	border:1px solid #e2e1e1;
}
.plans_table {
  height: auto;
  margin: 0 auto;
  width: 306px;
}
.membership {
    padding-bottom: 30px;
}

/*-------------------------------------------------------*/
/* 16. Terms Of Services Page
/*-------------------------------------------------------*/

#terms {
	background-image:url(../image/terms_bg.png);
}
#terms-conditions{
	background-color:#f3f3f3;
	text-align: left;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding: 70px 0;
	
}
#terms-conditions h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 14px;
  margin-top: 20px;
  text-align: left;
}
#terms-conditions p{
	font-size: 15px;
    font-weight: 300;
	color:#333333;
	line-height:27px;
	text-align:left;
	margin-bottom:35px;
}
.terms-highlight ul{
	list-style:none;
	padding-bottom:40px;
	margin:0;
}
.terms-highlight ul li {
	font-size: 14px;
    font-weight: 600;
	color:#333333;
	line-height:31px;
	text-align:left;
}
.terms-highlight ul li i.fa{
	font-size: 16px;
	color:#333333;
	line-height:27px;
	margin-right:15px;
}
.vocabulary h4{
	font-size: 16px;
    font-weight: 600;
	color:#333333;
	line-height:27px;
    margin-bottom: 4px;
    margin-top: 0;
}
.vocabulary {
  background-color: #fff;
  border-color: #e2e1e1 #e2e1e1 #e2e1e1 #aaa5a5;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  padding: 10px 30px;
}
#terms-conditions .vocabulary p {
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  margin: 0 0 5px;
  padding: 0;
}
.additional-info{
	font-size: 15px;
    font-weight: 300;
	color:#333333;
	line-height:27px;
	text-align:left;
	width: 104%;
	margin-top:30px;
}

/*-------------------------------------------------------*/
/* 17. Contact Us Page
/*-------------------------------------------------------*/

#contact{
	background-image:url(../image/contact_bg.png);
}
#contact_form{
	background-color:#f3f3f3;
	text-align: center;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding:60px 0;
}
#contact_form h3{
	font-size: 24px;
    font-weight: 300;
	color:#333333;
	line-height:31px;
	text-align:left;
	padding-bottom:15px;
}

.form-group {
	float:left;
	  padding-bottom: 22px;
}
.form-group .first_name{
	font-size: 14px;
    font-weight: 300;
	color:#b4b4b4;
	line-height:31px;
	padding:5px 13px 5px 13px;
	width:306px;
	height:auto;
	border:1px solid #d4d4d4;
	margin-right:20px;
}
.form-group .subject{
	font-size: 14px;
    font-weight: 300;
	color:#b4b4b4;
	line-height:31px;
	padding:5px 13px 5px 13px;
	width:632px;
	height:auto;
	border:1px solid #d4d4d4;
	margin-right:11px;
}
.form-group .message_box{
	font-size: 14px;
    font-weight: 300;
	color:#b4b4b4;
	line-height:31px;
	padding:5px 13px 5px 13px;
	width:632px;
	border:1px solid #d4d4d4;
	margin-right:11px;
	height:239px;
}
#contact_form .send-comment:hover{
	background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    text-decoration: none;
	 border: 1px solid hsl(0, 0%, 0%);
}
#contact_form .send-comment{
	text-align:left;
	float:left;
	padding: 3px 44px;
}
.contact-info ul{
	list-style:none;
	text-align:left;
	 padding: 4px;
	
}
.contact-detail h4{
	font-size: 18px;
    font-weight: 600;
	color:#333333;
	text-align:left;
}
.contact-icon i.fa{
	font-size: 22px;
    font-weight: 300;
	color:#333333;
	line-height:31px;
	text-align:left;
}
.contact-icon {
  float: left;
  margin: -3px 12px 0 0;
  width: 24px;
  text-align:center;
}
.contact-detail p{
	font-size: 14px;
    font-weight: 300;
	color:#333333;
	line-height:20px;
	text-align:left;
	margin-left:38px;
	margin-top:0;
	margin-bottom:0;
	width: 88%;
	
}
.contact-detail{
	padding-bottom:30px;
}
.working-hours p{
	font-size: 15px;
    font-weight: 300;
	color:#333333;
	line-height:31px;
	text-align:left;
	
}

.timmings {
  border: 1px solid hsl(0, 0%, 83%);
  float: left;
  min-width: 324px;
  padding: 20px 35px 10px;
  text-align: left;
  position:relative;
}
.timmings h6 {
  background: hsl(0, 0%, 95%) none repeat scroll 0 0;
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  left: 25px;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  text-transform: uppercase;
  top: -8px;
}
.clock_icon i.fa{
	font-size: 44px;
    font-weight: 300;
	color:#333333;
	text-align:left;
}
.clock_icon {
  float: left;
  margin-left: 0;
  width: 42px;
}
.timmings-info {
  float: left;
  width: 70%;
  margin:0 0 0 23px;
}
.timmings-info p {
	color:#333;
	font-size:12px;
	line-height:23px;
	margin:0px;
	text-align:left;
}

#map {
	text-align:center;
}
#map img{
	width:100%;
}


/*-------------------------------------------------------*/
/* 18. 404 Page
/*-------------------------------------------------------*/


#error{
	background-image:url(../image/404_bg.png);
	text-align: center;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding-top:258px;
	padding-bottom:150px;
}
#error h1{
	font-weight:600;
	text-align:center;
	font-size:184px;
	color:#ffffff;
	line-height:31px;
	margin:0;
	padding-bottom:38px;
	padding-top:0;
}
.error-detail h3{
	font-size: 40px;
    font-weight: 600;
	color:#fff;
	line-height:31px;
	text-align:center;
	margin-top:42px;
	padding-bottom:40px;
}
.error-detail p{
	font-size: 16px;
    font-weight: 300;
	color:#fff;
	line-height:32px;
	text-align:center;
	margin-top:0;
	margin-bottom:35px;	
	width: 84%;
	 margin-left: 61px;
}
.error-detail a{
	font-size: 20px;
    font-weight: 300;
	color:#fff;
	line-height:27px;
	text-align:center;
	background-color:#000000;
	border-radius:20px;
	padding:15px 45px 15px 45px;
	border:1px solid #605f5f;
}


/*-------------------------------------------------------*/
/* 19. Portfolio Page
/*-------------------------------------------------------*/

.portfolio_main {
	margin:0 auto 60px;	
}
#portfolio {
  background-image: url("../image/portfolio_bg.png");
}
.pp_overlay {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0 !important;
  width: 100% !important;
  z-index: 2222;
}

.pp_fade .pp_expand, .pp_fade .pp_contract {
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 28px;
  width: 28px;
  background-image: url("../image/pp_expand.png");
  background-repeat:no-repeat;
  background-position:0 0;
}
.pp_expand:focus, .pp_contract:focus, .pp_close:focus {
	border:0px;
	outline:none;
}
.pp_fade .pp_contract {
  background-position: -33px 0;
}
.pp_close {
  background-image: url("../image/pp_expand.png");
  background-position: -76px 2px;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  width: 28px;
}
.pp_pic_holder.light_square {
  position: absolute;
  z-index: 22222;
}
.portfolio_link {
  left: 0;
  padding: 25px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0%;
   transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.entry:hover .portfolio_link{
	transform: translate3d(0px, 70px, 0px);
  -moz-transform: translate3d(0px, 70px, 0px);
  -o-transform: translate3d(0px, 70px, 0px);
  -webkit-transform: translate3d(0px, 70px, 0px)	
}
.v1 .entry:hover .portfolio_link{
	transform: translate3d(0px, 180px, 0px);
  -moz-transform: translate3d(0px, 180px, 0px);
  -o-transform: translate3d(0px, 180px, 0px);
  -webkit-transform: translate3d(0px, 180px, 0px)	
}
.columns-3 .entry:hover .portfolio_link{
	transform: translate3d(0px, 120px, 0px);
  -moz-transform: translate3d(0px, 120px, 0px);
  -o-transform: translate3d(0px, 120px, 0px);
  -webkit-transform: translate3d(0px, 120px, 0px)	
}
.columns-3.v2 .entry:hover .portfolio_link{
	transform: translate3d(0px, 140px, 0px);
  -moz-transform: translate3d(0px, 140px, 0px);
  -o-transform: translate3d(0px, 140px, 0px);
  -webkit-transform: translate3d(0px, 140px, 0px)	
}
.columns-3.v2 .portfolio_link {
	padding-top:15px;
}
.columns-3.v2 .portfolio_link a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0 6px;
  padding: 0 10px 3px;
}
.portfolio_link a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 6px;
  padding: 0 14px 3px;
}
.portfolio_link a:hover {
	background:#000;	
}
@media (max-width:767px) {
#our_portfolio .v1  .portfolio_link { top:20%;} 
.portfolio-hover h3, .portfolio-hover p { display:none;}
.columns-3.v2 .entry:hover .portfolio_link { transform: translate3d(0px, 60px, 0px);}
}

@media (min-width:768px) and (max-width:990px) {
	.v1 .entry:hover .portfolio_link{
	transform: translate3d(0px, 100px, 0px);
  -moz-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px)	
}
.portfolio-hover h3, .portfolio-hover p { display:none;}
.columns-3.v2 .entry:hover .portfolio_link { transform: translate3d(0px, 50px, 0px);}

}

@media (min-width:981px) and (max-width:1200px) {
	.portfolio.columns-3.v2  .entry h3 { font-size:15px; }
	 .portfolio.columns-3.v2 .portfolio_link { padding-top:0px; }
	.portfolio.isotope.v2_2 .portfolio-hover h3, .portfolio.isotope.v2_2 .portfolio-hover p {margin: -34px 0;}
}

.entry h3 {
	text-align:center;
	font-size:24px;
	margin:15px 0 5px;
}
.entry p {
	font-size:14px;
}
.portfolio-hover h3, .portfolio-hover p {
  bottom: 0;
  left: 0;
  margin: 15px 0;
  padding: 0 20px;
  position: absolute;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  width: 100%;
  color:#fff;
  text-align:center;
}

.portfolio-hover p::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff -moz-use-text-color;
  border-image: none;
  border-style: solid none;
  border-width: 1px medium;
  content: "";
  display: block;
  height: 3px;
  margin: 10px auto;
  width: 10%;
}
.entry:hover .portfolio-hover p {
  transform: translate3d(0px, -70px, 0px);
  -moz-transform: translate3d(0px, -70px, 0px);
  -o-transform: translate3d(0px, -70px, 0px);
  -webkit-transform: translate3d(0px, -70px, 0px);
}
.entry:hover .portfolio-hover h3 {
  transform: translate3d(0px, -138px, 0px);
  -moz-transform: translate3d(0px, -138px, 0px);
  -o-transform: translate3d(0px, -138px, 0px);
  -webkit-transform: translate3d(0px, -138px, 0px);
}
nav.primary {
	width:auto;
	margin:30px auto;
	display:table;
}

nav.primary ul li  {
	float:left;
	list-style:none;
}

nav.primary ul li a {
  color: #333;
  display: block;
  font-size: 19px;
  height: 36px;
  line-height: 36px;
  margin: 10px 15px;
  padding: 0 3px;
  text-decoration: none;
}

nav.primary li a.selected, nav.primary ul li a:hover {
  border-bottom: 1px solid #333;
}

.main {
	padding:0;
	margin:0;
	display:block;
}

.entry {
	position:relative;
	float:left;
	margin:15px 0;
	cursor:pointer;
	height:auto;
}

.portfolio { margin:0; }

.magnifier {
	background:rgba(237,49,49,.7) url(https://webmasterdriver.net/omex/css/images/magnifier.png) no-repeat center;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.portfolio-hover {
	background:rgba(0,0,0,.8);
	position:absolute;
	top:0px;
	left:15px;
	bottom:0px;
	right:15px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.entry:hover .portfolio-hover,
.entry:hover .magnifier { opacity:1; }

img {
	max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
		right:0;
}

/*---portfolio_single_item-*/

#portfolio_single_item {
	padding:60px 0;
	overflow:hidden;
}
.single_item_hover {
	display:none;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:rgba(0, 0, 0, 0.8);
	z-index:22;
	height:100%;
	width:100%;
	text-align:center; 
}
.single_item_hover a {
	padding:28% 0;
	display:block;
	color:#fff;
	font-size:40px;
}
.full-width-image {
	width:100%;
	position:relative;
	margin:0 0 30px;
}
.full-width-image img {
	width:100%;
	height:auto;
}
.full-width-image:hover .single_item_hover {
	display:block;
	opacity:1;
}
#portfolio_single_item p {
	text-align:left;
	font-size:15px;
}

.write_comment  {
	margin:50px 0 30px;
}
.write_comment form {
	margin:30px 0;	
}
.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eae9e9;
  border-radius: 4px;
  box-shadow: none;
  color: #d2d2d2;
  display: block;
  font-size: 13px;
  font-style: italic;
  height: 45px;
  line-height: 1.42857;
  margin-bottom: 1px;
  padding: 6px 12px;
  width: 100%;
}
textarea.form-control {
	height:200px;	
}


.contact-details .why-us-right {
  background-color: #ffffff;
  border: 1px solid #eae9e9;
  margin: 0 0 20px;
  padding: 15px;
}
.contact-details .why-us-right ul {
	margin:0px;
	padding:0px;
}
.contact-details .why-us-right ul li {
	list-style:none;
	font-weight:300;
	font-size:15px;
	line-height:38px;
	margin:0 0 4px;
}
.contact-details .why-us-right ul li i.fa {
	margin:0 15px;	
}
.client_info i.fa {
  color: #474747;
  font-size: 54px;
}
.client_info h4 {
  display: inline-block;
  margin: 6px 8px;
  vertical-align: top;
}
.client_info p {
  margin: -20px 0 0;
  padding-left: 57px;
  vertical-align: top;
}




/*-------------------------------------------------------*/
/* 20.Our services
/*-------------------------------------------------------*/

#services_bg {
	background-image: url("../image/service_page_bg.png");	
}
#our-services{
	background-color:#f3f3f3;
	text-align: center;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding:70px 0;
}
#our-services .heading p{
	max-width:100%;
	font-size:16px;
	line-height:27px;
}
#our-services .heading > h2 {
    margin-bottom: 24px;
}
.our-services-detail h4{
	font-size:22px;
	line-height:31px;
	color:#333;
	text-align:center;
	font-weight:600;
}
.our-services-detail i.fa{
	font-size:50px;
	line-height:31px;
	color:#333;
	text-align:center;
}
#our-services h3, #our-services i.fa, #our-services p  {
    color: hsl(0, 0%, 20%);
}
#our-services .services_info {
	background-color:#fff;
	border:1px solid hsl(0, 0%, 91%);
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media a img {
    width: 100%;
    height: auto;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media {
    margin-top: 15px;
}
#video-page{
	background-image:url(../image/video_bg.png);
	text-align: center;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding-bottom:90px;
	padding-top:130px;	
}
#video-page .modal-dialog {
  max-width: 680px;
  width: 100%;
  top:20%;
}
#video-page button {
	background:none;
	border:0px;
	box-shadow:none;
	border-radius:0px;	
}
#video-page i.fa{
	font-size:80px;
	line-height:31px;
	text-align:center;
	color:#fff;
}
#video-page h2{
	font-size:47px;
	line-height:31px;
	text-align:center;
	color:#fff;
	margin-top: 60px;
}
#video-page p{
	font-size:16px;
	line-height:31px;
	text-align:center;
	color:#fff;
	margin-top: 20px;
}
#our-customers{
	background-color:#f3f3f3;
	text-align: center;
	background-position: center center;
    background-size: cover;
    position: relative;
	padding:70px 0;
}
.customer-images{
	background-color:#fff;
	border:1px solid hsl(0, 0%, 91%);
	padding:20px;
	
}




/*-------------------------------------------------------*/
/* 21.Responsive CSS
/*-------------------------------------------------------*/



@media screen and (max-width: 767px) {
	
.navbar-header {
    float:none;
}
.navbar.navbar-default {
	background:#000;
	padding:15px 0;
}
.nav > li {
	padding:5px 0;
}
.navbar-nav > li > a {
	padding:3px 10px;
}
.navbar.navbar-default .navbar-nav > li > a:focus, .navbar.navbar-default .navbar-nav > li > a:hover, .dropdown-submenu.open .dropdown-toggle {
  background: #fff none repeat scroll 0 0 !important;
  color: #000 !important;
}
.navbar.navbar-default .navbar-nav > li > a:focus i.fa, .navbar.navbar-default .navbar-nav > li > a:hover i.fa {
	color:#000 !important;
}
#navbar {
	height: 380px;
    overflow-y: scroll;
	background:#000;
	border:0px;
	box-shadow:none;
}
.nav > li {
	margin:0px;
}
.navbar-header {
	margin:0px !important;
}
.slides > li {
    left: -43px;
    position: relative;
}
.flex-viewport {
	max-width:500px;
	margin:0 auto;
}
.services_info {
  margin: 0 auto;
  max-width: 320px;
}
button.navbar-toggle {
  margin-right: 0;
}
.user_text input {
	margin-top:16px;
	padding: 0 25px;
    width: 85%;
}
.user_text .button {
	margin-top:16px;
	width:150px;
}
.footer_rightside {
    margin-top: 30px;
}
.user_text {
    text-align: center;
}
.contact p {
    font-size: 15px;
    text-align: center;
}
.contact a {
    font-size: 15px;
    text-align: center;
}
.contact i.fa {
    font-size: 15px;
}
.about_us a {
    font-size: 30px;
    padding: 4px 43px;
}
.text_message {
	width:100%;
}
.message_box .name{
	width:100%;
}
#home {
    padding-bottom: 125px;
}
.banner h1 {
    font-size: 40px;
    padding-top: 100px;
}
.banner p {
    font-size: 15px;
    width: 100%;
}
.heading {
    padding-bottom: 20px;
    padding-top: 20px;
}
.heading p{
	margin:0;
	font-size: 14px;
    line-height: 25px;
}
.heading h2 {
    font-size: 35px;
    margin-bottom: 0;
}
#plan-services .heading h2 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 13px;
}
.abt_services {
    padding-top:0;;
}
.banner p {
    font-size: 17px;
    line-height: 29px;
}
.abt_img { 
	float:none; 
}
.info p {
    font-size: 14px;
    line-height: 25px;
}
.counter_m {
	display:none;
}
.info .info_list li {
    font-size: 13px;
    line-height: 26px;
}
.info .info_list li i.fa {
    font-size: 11px;
    line-height: 26px;
}
.more_info a {
	 padding: 10px 28px;
}
.more_info {
    padding-bottom: 60px;
}
.abt_services {
  margin: 20px;
  padding-bottom: 40px;
  padding-top: 15px;
}
.customer-images {
	margin-bottom:15px;
}
#video-page h2 {
  font-size: 37px;
  line-height: 51px;
  margin-top: 20px;
}
.thumbnail_img ul li{
	margin-top:20px;
}
.blog_info {
	margin-bottom:20px;
}
.quotes_icon p {
    font-size: 13px;
    line-height: 27px;
}
.page_heading {
    padding-bottom: 60px;
    padding-top: 36px;
}
.page_heading h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 0;
}
.page_heading p{
	font-size: 14px;
    line-height: 26px;
	width:100%;
}
.history {
	margin-bottom: 20px;
}
#chooseus { 
	padding-bottom:0px;
}
#chooseus h3 {
  margin-bottom: 70px;
  margin-top: 4px;
}
#team {
  padding-top: 40px;
}
.abt_services h3 {
	margin-bottom:16px;
}
#error h1 {
    font-size: 110px;
    padding-bottom: 28px;
}
.error-detail h3 {
	 font-size: 30px;	
}
.banner p {
    font-size: 15px;
	width:100%;
}
#contact_form{
	padding-top: 5px;
}
#contact_form .send-comment {
	float:none;
}
#contact_form form {
  margin-bottom: 60px;
}
#contact_form h3 {
	clear:both;
}
.form-group {
    width: 100%;
}
.form-group .subject {
    width: 100%;
	margin:0px;
}
.form-group {
    text-align: center;
    width: 100%;
}
.home header {
    padding: 51px 0 95px;
}
footer .columns {
    padding-bottom: 14px;
}
.footer_bottom ul {
    text-align: center;
}
.more-questions {
	margin-top:50px;
}
.more-questions h3 {
	font-size:30px;
}
.ques_form .send_btn {
	float:none;
}
.ques_form input {
	width:100%;
}
.ques_form .your_ques{
	width:100%;
}
#plan-services .membership h4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px dashed #000;
  color: #333;
  line-height: 30px;
  padding-bottom: 10px;
  width: auto;
}
#pricing .about_us > a {
    font-size: 23px;
}
.plans_table {
	width:100%;
	margin-bottom: 30px;
}
#terms .about_us a {
    font-size: 23px;
}
#terms-conditions {
	padding-top: 38px;
}
#terms-conditions p {
	padding-bottom:28px;
}
#coming_soon h2 {
	margin-top: 62px;
}
#defaultCountdown {
	  padding-top: 41px;
	  padding-bottom: 54px;
}
#coming_soon .countdown-section {
	margin-bottom:15px;
}
.about_us p {
    font-size: 33px;
	 line-height: 47px;
}
.form-group .first_name {
    width: 100%;
	margin:0px;
}
.form-group .message_box {
    width: 100%;
	margin:0px;
}
.plans_table {
    margin-left:0;
}
#error {
    padding-top: 150px;
	 padding-bottom: 125px;
}
.error-detail h3 {
    font-size: 29px;
	line-height:42px;
}
.error-detail p {
    margin-left:0;
	margin-bottom: 61px;
}
.error-detail a {
    padding: 9px 25px;
}
.user_text {
    text-align: left;
}
.user_text input {
    width: 100%;
}
.about_us p {
    font-size: 22px;
    line-height: 55px;
	padding:0 24px;
	
}
.banner_shadow {
  height: 250px;
  padding-bottom: 35px;
  padding-top: 120px;
}
.timmings {
    min-width:0;
    width: 100%;
}
#map {
    display: none;
}
nav.primary {
	text-align:center;
}
nav.primary ul {
	padding:0px;
	margin:0px;l
}
nav.primary ul li {
	float:none;
	display:inline-block;
}
nav.primary ul li a {
  font-size: 16px;
  margin: 3px 5px;
}
.v1 .portfolio-hover {
    top: 0;
}
.v1 .entry:hover .portfolio_link {
  transform: translate3d(0px, 40%, 0px);
  -moz-transform: translate3d(0px, 40%, 0px);
  -o-transform: translate3d(0px, 40%, 0px);
  -webkit-transform: translate3d(0px, 40%, 0px);
}
.blog-post-holder {
  padding: 18px 15px 35px;
}
#about_blog .pagination {
  margin: 0 0 60px;
}
#contact_form .form-group {
	float:none;
}


}

@media screen and (min-width: 708px) and (max-width:767px){#coming_soon ul li {width: 204px;}}


@media screen and (min-width: 768px) and (max-width: 1024px) {

.entry h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 0;
  text-align: center;
}
#navbar {
  float: right;
  width: 76%;
}
.nav > li > a {
  padding: 10px 11px;
}
.slides > li {
    left: -43px;
    position: relative;
}
.flex-viewport {
	max-width:800px;
	margin:0 auto;
}
.abt_downloads {
  height: 214px;
  margin: 0 6px;
  padding: 22px 29px 0;
  width: 214px;
}
.abt_services {
	margin-bottom:50px;
}
#recent_projects .portfolio_item .portfolio_link {
  padding: 60px 15px 0;
}
.contact p {
	font-size: 13px;
	text-align: center;
}
.contact a {
    font-size: 13px;
    text-align: center;
}
.contact i.fa {
    font-size: 20px;
}
.form-group .first_name, .form-group .subject, .form-group .message_box {
	width:100%;	
}
.timmings {
  box-sizing: border-box;
  min-width: inherit;
  width:100%;
  padding: 20px 10px 10px;
}

.user_text input {
	margin-top:11px;
	padding: 0 28px;
	width: 47%;
}
.user_text .button {
	margin-top:11px;
	width: 150px;
}
.user_text {
    text-align: left;
}
.text_message {
	width:100%;
}
.more-questions {
	margin-top:50px;
    width: 100%;
}
.more-questions h3 {
	font-size:30px;
}
.ques_form {
	width:100%;
}
.form-group {
    width: 100%;
}
.ques_form input {
	width:100%;
}
.ques_form .your_ques {
	width:100%;
}
.ques_form .send_btn {
	float:none;
}
#plan-services .membership h4 {
	width:35%;
	font-size: 13px;
}
.plans_table {
    width: 100%;
}
#coming_soon .countdown-section {
	width:19%;
}
.nav > li {
    margin-left: 3px;
}
.v1 .portfolio-hover {
    top: 0px;
}
.portfolio.isotope .portfolio-hover h3, .portfolio-hover p {
    margin: -74px 0;
}
.teammembers {
  margin-bottom: 30px;
  position: relative;
}
.history h3 i.fa {
  color: #333333;
  font-size: 30px;
  line-height: 22px;
  margin-right: 8px;
  text-align: center;
}
.history h3 { 
	font-size:26px;
}
p {
 font-size:15px;
}
.history { padding:18px 8px 20px;}
.message_box {
	margin-bottom:50px;
}
#coming_soon h2 {
	margin-top: 62px;
}
#defaultCountdown {
	  padding-top: 41px;
	  padding-bottom: 54px;
}
#coming_soon .countdown-section {
	margin-bottom:15px;
}
.blog_info {
	padding:10px 10px 32px;
}

}

@media screen and (min-width: 768px) and (max-width: 990px) {
#navbar ul li a {
    padding: 10px 7px;
	font-size:14px;
}
.navbar-brand > img {
    margin-top: 2px;
    max-width: 166px;
}
#navbar ul li .dropdown-menu a {
  font-size: 13px;
  line-height: 30px;
  padding: 6px 16px;
  text-align: left;
}

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
.nav > li {
  margin-left: 0;
}
.nav > li > a {
  padding: 10px 12px;
}
#recent_projects .portfolio_item .portfolio_link {
  padding: 80px 15px 0;
}
.user_text input{
	padding: 0 16px;
}
.contact p {
    font-size: 15px;
    text-align: center;
}
.contact a {
    font-size: 15px;
    text-align: center;
}
.form-group .first_name, .form-group .subject, .form-group .message_box {
	width:100%;	
}
.contact i.fa {
    font-size: 18px;
}
.more-questions {
    text-align: center;
    width: 100%;
}
.more-questions h3 {
	text-align:center;
}
.ques_form {
	width:100%;
}
.form-group {
    width: 100%;
}
.ques_form input {
	width:100%;
}
.ques_form .your_ques {
	width:100%;
}
.ques_form .send_btn {
	float:none;
}
#plan-services .membership h4 {
	width:31%;
	font-size: 15px;
}
.plans_table {
    width: 100%;
}
.teammembers {
  margin-bottom: 30px;
  position: relative;
}
.abt_services {
  margin: 20px;
  padding-bottom: 40px;
  padding-top: 15px;
}


}
#recent_projects .portfolio_item .portfolio-hover {
	    left: 0;
}


.portfolio_item .portfolio-hover {
    width: 100%;
}

@media only screen and (max-width: 768px) {
	#recent_projects .portfolio_item .portfolio-hover {
	    left: 0;
	}
}

@media only screen and (min-device-width: 390px) 
                   and (max-device-width: 840px) 
                   and (orientation: landscape) {
    #recent_projects .portfolio_item .portfolio-hover {
	    left: 0;
	}
}