/*
Template Name: Bitla - Onepage MultiPurpose HTML5 Template
Author: PerfectPixelWeb
Vertion: 1.0
*/

/*=============================================================
    
    CSS INDEX
    =============================
    *** GENERAL STYLE (body, link color, overlay, button, btn-primary)
    *** PRELOADER
    *** CUSTOMS
    *** ALIGNEMENTS
    *** SEARCH FORM
    *** BLOG
    *** BACKGROUNDS
    *** SLIDER
    *** NAVIGATION
    *** CAROUSEL
    *** PORTFOLIO
    *** PHOTO HOVER CAPTION
    *** FRONT PAGE
    *** CONTACT
    *** FOOTER
    *** PAGE HEADER
    *** RESPONSIVE

  =============================================================*/

/*==============================================* GENERAL STYLE*===============================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a,a>* {
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:none;
	color:#4843d2;
}
a:focus {
	outline:none !Important;
	outline-offset:0px;
}
textarea:hover,input:hover,textarea:active,input:active,textarea:focus,input:focus,button:focus,button:active,button:hover,.form-control:focus,.input-group.form-control {
	outline:0px !important;
	-webkit-appearance:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	outline:none;
}
.form-control:focus {
	border:1px solid #ddd;
}
.dark-bg a:hover {
	color:inherit;
}
a,a:hover {
	transition:.4s cubic-bezier(0.15,.46,.45,.94);
	-webkit-transition:.4s cubic-bezier(0.25,.46,.45,.94);
	-moz-transition:.4s cubic-bezier(0.25,.46,.45,.94);
}
p {
	margin:0 0 15px;
	padding:0;
}
img {
	border:0;
	height:auto;
	max-width:100%;
	-ms-interpolation-mode:bicubic;
}
button,input,select,textarea {
	margin:0;
	border:none;
	vertical-align:baseline;
	font-size:100%;
}
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],textarea,select {
	display:inline-block;
	padding:10px 10px;	
	outline:none;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	background-color:transparent;
	color:#999;
	font-size:12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
	appearance:none;
}

#comments input {width:100%;}
textarea {
	resize:both;
	min-height:180px;
	min-width:100%;
	max-width:100%;
}
ol,ul {
	list-style-position:inside;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom:15px;
	color:#222;
	line-height:1.3em;
	font-weight:700;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	color:rgba(0,0,0,0.4);
	letter-spacing:1px;
	font-size:55%;
}
table { 
color: #333; /* Lighten up font color */

border-collapse: collapse; 
border-spacing: 0; 
}

td, th { border: 1px solid #CCC; padding:10px;} /* Make cells a bit taller */

th {
background: #F3F3F3; /* Light grey background */
font-weight: bold; /* Make sure they're bold */
}

td {
background: #FAFAFA; /* Lighter grey background */

}
blockquote {
	font-style: italic;
	font-size: 110%;
	padding:20px;
	border:1px solid rgba(0,0,0,0.2);
	margin-bottom:15px;
}
blockquote cite {
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size:100%;
	font-weight:700;
}
dl {
 
  }
  dt {
    float: left;
    clear: left;
    width: 150px;
    text-align: right;
    font-weight: bold;
    color: green;
	margin-right:15px;
	padding-top: 5px;
  }
  dt:after {
    
  }
  dd {
    margin: 0 0 0 170px;
    padding: 5px 0 5px 0;
  }
.container {
	width:100%;
	max-width:1170px;
	padding-left:15px;
	padding-right:15px;
}
.colorarea li {
	list-style:none;
}
.uppercase {
	text-transform:uppercase;
}
.max80 {
	max-width:80%;
	margin:0px auto;
	max-width:900px;
	padding-left:15px;
	padding-right:15px;
}
.single-testimonial .max80 {max-width:800px;}
.max70 {
	max-width:70%;
	margin:0px auto;
}
.max60 {
	max-width:60%;
	margin:0px auto;
}
.pad130 {
    padding: 130px 0;
}
.padtop60 {
	padding-top:60px;
}
.padbot60 {
	padding-bottom:60px;
}
.no-padding {
    padding: 0;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.button,input[type=submit] {
	display:inline-block;
	margin-bottom:15px;
	padding:10px 20px;
	outline:none;
	border:0;
	background-color:#4843d2;
	vertical-align:baseline;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	font-size:inherit;
	cursor:pointer;
	-webkit-transition:all .25s ease;
	transition:all .25s ease;
	color:#fff;
	border-radius:3px;
}
.button:hover,input[type=submit]:hover {
	color:#fff;
}
.button.default {
	border-color:#cfcfcf;
	color:#4843d2;
}
.btn-continue {
	border:1px solid #ddd;
	padding:10px 20px;
	letter-spacing:2px;
		margin-top:-10px;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:40px;
	border-radius:3px;
}
a.btn-continue {
}
.btn-continue:hover {
	border:1px solid #4843d2;
	color:#fff;
	background-color:#4843d2;
}
.stresscolor {
	color:#4843d2;
}
.stressbg {
	background-color:#4843d2;
	color:#fff;
}
.stressbg:hover {
	color:#fff;
	background-color: #333;
}
.colored-section {
    background-color: #f9f9f9;
}

/*--------------- Overlay---------------*/
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider-overlay {
    background-color: rgba(72, 67, 210, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .8s;
}

/*==============================================* PRELOADER *=============================================*/
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #4843d2;
  border-radius: 100%;
  -webkit-animation: sk-scaleout2 1.0s infinite ease-in-out;
  animation: sk-scaleout2 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout2 {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes sk-scaleout2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.preloader-area {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.preloader-area .spinner {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
}

/*==============================================* CUSTOMS *===============================================*/
	body {
        font-family: "Open Sans";
		font-weight:400;
		font-size: 13px;
        overflow-x:hidden;
        line-height:1.9em;
        -webkit-font-smoothing:antialiased;
        -webkit-text-size-adjust:100%;
      /*  padding-top:72px;*/
        -moz-osx-font-smoothing:grayscale;
        color:#474747;
        font-weight:400;
        font-size:14px;
         -webkit-overflow-scrolling:touch;
	}
    body.admin-bar .navbar-default {
        margin-top:32px;
    }
	.nav.navbar-nav {
		font-family: "Open Sans";
	}
	.navbar-default .navbar-nav>li>a {
		font-weight:600;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,a.porto-title-caption {
		font-family: "Open Sans";
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .service-box-1 .icon-custom-style {
		color: ; 
		font-weight:700;
	}
	h2.widget-title, h2.widgettitle, .footer-widget-area h3.widget_title {
		font-weight:700;}
	.title-area h2.title, .title-area h1.title, h2.entry-title.excerpt, h1.entry-title, h2.header3{
		font-weight:800;
		color: ;
	}
.navbar-default .navbar-brand { font-family:ABeeZee;}
	.navbar-default .navbar-brand {
		font-weight:600;
		color: ;
		font-size: 40px;
	}
			.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {font-size:0px;}
		


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

.navbar-default { opacity: 1.0;}

}

/*==============================================* ALIGNEMENTS*===============================================*/
.alignleft {
	display:inline;
	float:left;
	margin-right:1.5em;
}
.alignright {
	display:inline;
	float:right;
	margin-left:1.5em;
}
.aligncenter {
	clear:both;
	display:block;
	margin: 0 auto;
}
/*==============================================* SEARCH FORM*===============================================*/
#search input {height:40px;}
/*==============================================* BLOG*===============================================*/

.contentitem h2 {
	margin-top:20px;
}
.contentitem h3 {
	margin-top:20px;
}
.entry-content ul ul, .entry-content ol ol{
	padding-left: 10px;
}
.gallery-caption {
	border:0;
	margin-left: 0;
}
dl.gallery-item {
	border:0;
}
dt.gallery-icon {
	float:none;
}
.gallery dt {
	width:auto;
	width:100%;
}
.gallery img {
	border:0px !important;
}
.wp-caption {	
	
	max-width:100%;
}
.wp-caption-text {
font-style:italic;
color: #999;
}

.sticky {
	border: 1px dashed;
	padding: 30px 30px 20px 30px;
	margin-bottom: 30px;
}
.sticky .excerptphp .or-spacer {display:none;}
.bypostauthor{}
header.entry-header {
	margin-bottom:30px;
	position:relative;
}
.entry-header.archivephpentryheader {
	margin-bottom:40px;
	position:relative;
	border-bottom: double medium #eee;
	padding-bottom: 30px;
}
h1.entry-title {
	max-width:80%;
	margin: 0 auto;
	margin-bottom:0px;
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:-.05em;
	display:inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h2.entry-title.excerpt {
  display: inline-block;
  font-size: 22px;
  letter-spacing: -0.05em;
  margin: 0 auto;
  overflow-wrap: break-word;
  text-transform: uppercase;
  transition: .3s;
}
h2.entry-title.excerpt:hover {
    color: #4843d2;
}
.entry-meta {
		margin:0px auto;
	clear:both;
	float:none;
	margin-top:25px;
	font-size:13px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;
	margin-bottom:-5px;
}
.excerptphp .entry-meta {
	border: 0px none;
	margin-top: -5px;
	margin-bottom: -15px;
	padding-bottom: 0;
}
.entry-content {
	margin-bottom:20px;
}
.entry-thumbnail {
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}
.entry-thumbnail img {
	height:auto;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
	width:100%;
}
.entry-thumbnail img:hover {
	transform:scale(1.5);
	-ms-transform:scale(1.5);
		-moz-transform:scale(1.5);
		-webkit-transform:scale(1.5);
		-o-transform:scale(1.5);
}
.contentnone {
	min-height:700px;
}
.excerptphp .entry-thumbnail {
	float:left;
	max-width:30%;
	margin-right:20px;
	margin-bottom:0;
}
.excerptphp .or-spacer {
	margin-top:30px;
}
.metadate,.metaauthor,.metacats,.metacommentnumber {
	margin-right:10px;
}
.pagination {
	margin:0;
}
.pagination .current {
	border:0;
	padding:8px 13px;
	margin-right:5px;
	color:#fff;
	background-color:#4843d2;
}
.pagination a {
		padding:8px 13px;
	margin-right:5px;
	background-color:#333;
	color:#fff;
}
.nav-links.clearfix {
	margin-bottom:30px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top:30px;
	text-transform:uppercase;
}
.content-portfoliophp .nav-links.clearfix {
	margin-top:20px;
}
.nav-links a {
	position:relative;
}
.nav-previous {
	position:relative;
}
.nav-previous a {
	padding-left:15px;
}
.nav-links .nav-previous:before {
	left:0;
	content:"\f104";
	font-family:FontAwesome;
	position:absolute;
	top:0px;
}
.nav-next {
	position:relative;
}
.nav-next a {
	padding-right:15px;
}
.nav-links .nav-next:after {
	right:0;
	content:"\f105";
	font-family:FontAwesome;
	position:absolute;
		font-size:16px;
	top:0px;
}
.tagcloud {
	display:block;
	clear:both;
		float:none;
}
.tagcloud a {
	padding:3px 8px;
	margin-top:5px;
	margin-bottom:5px;
	display:inline-block;
	margin-right:1px;
	font-size:13px !Important;
	background-color:#4843d2;
	color:#fff;
	border-radius:3px;
}
.tagcloud a:hover {
	background-color:#333;
	color:#fff;
}
.article-content {
}
.article-excerpt {
}
#comments {margin-top: 30px;}
#comments ul,#comments menu,#comments dir {
	display:block;
	list-style-type:decimal;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
	-webkit-margin-start:0px;
	-webkit-margin-end:0px;
	-webkit-padding-start:20px;
	-moz-padding-start:20px;
}
#comments .comment-author {
  float: left;
  height: 145px;
  margin-right: 20px;
}
#comments li {
	list-style:none;
		clear:both;
	float:none;
}
#comments article {
	border-bottom:1px solid #ececec;
	padding:30px 0 15px;
}
#comments .comment-text {
	padding-left:85px;
}
#respond {
	margin-top:30px;
}
#respond h3 {
	margin-bottom:25px;
	text-transform:uppercase;
	letter-spacing:-1px;
}
h3.comments-title {
	letter-spacing:-1px;
}
.comment-list {
	margin-bottom:40px;
}
#respond input[type=submit] {
	font-size:inherit;
	margin-top:20px;
	padding:10px 20px;
	letter-spacing:1px;
	background-color:#4843d2;
	color:#fff;
	border:0;
	font-weight:normal;
}
#respond input[type=submit]:hover {
	background-color:#333;
	color:#fff;
}
.form-allowed-tags {
	display:none;
}
.comment-author img {
  border-radius: 50%;
  width: 80px;
}
.commenter-name {
    font-weight:700;
}
.comment-date {
    display: block;
    color: #adadad;
    font-size: 12px;
}
#comments label {
	margin-bottom:10px;
	text-transform:uppercase;
}
#comments li.pingback {
	padding: 10px;
	border: 1px dashed rgba(0,0,0,0.2);
	margin-top: 20px;
}
h2.widget-title,h2.widgettitle {
	margin-bottom:10px;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
}
.comment-edit-link {font-style:italic;}
.sidebar-inner p {margin-bottom:5px;}
#sidebar .widget {
	margin-bottom:30px;
}
.PostWrap {
	float: left;
	margin: 7px 0;
	width: 100%;
}

.popular-img {
    width: 72px;
    float: left;
    margin-right: 10px;
}

.postwidgettitle {
	font-size: 14px;
    font-weight: 700;
	line-height: 19px;
	padding: 0;
	margin: 0;
}

.postwidgetinfo {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 5px 0 0 0;
}
.widget_recent_comments ul li,.widget_categories ul li,.widget_archive ul li,.widget_links ul li,.widget_meta ul li,.widget_pages ul li,.widget_recent_entries ul li {
	padding:7px 15px;
	position:relative;
	list-style:none;
	border-bottom:1px solid #eee;
}
.widget_recent_comments ul li:before,.widget_categories ul li:before,.widget_archive ul li:before,.widget_links ul li:before,.widget_meta ul li:before,.widget_pages ul li:before,.widget_recent_entries ul li:before {
	left:0;
	content:"\f105";
	font-family:FontAwesome;
	position:absolute;
	font-size:16px;
	top:7px;
}
#reply-title {
    display: none;
}
.comment-reply-link {
	float: right;
}

/*==============================================* BACKGROUNDS*===============================================*/
#progress {background-image:url(assets/img/parallax-bg/progress.jpg);}
#help {background-image:url(assets/img/parallax-bg/help.jpg);}

#testimonials {background-image:url(assets/img/parallax-bg/testimonials.jpg);}

#callaction {background-image:url(assets/img/parallax-bg/call-action.jpg);}

#contact {background-image: url(assets/img/parallax-bg/contact.jpg);}

.breadcroumb {
    background-image: url(assets/img/parallax-bg/breadcroumb.jpg)
}

/*==============================================* SLIDER*===============================================*/
.slider {
    overflow: hidden;
    width: 100% !important;
}

.camera_next, .camera_prev {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: none;
}
.camera_next > span, .camera_prev > span {
    height: 50px;
    position: relative;
}
.camera_next > span:before, .camera_prev > span:before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 32px;
    left: 50%;
    line-height: 45px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.camera_prev > span:before {
    content: "\f104";	
}

.camera_next > span:hover:before, .camera_prev > span:hover:before {
	color: #fff;
}

.slider-text {
  padding: 205px 0;
  position: relative;
}

.slider-text h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-text p {
  font-size: 15px;
  max-width: 700px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-text {
      padding: 125px 0;
}
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-text {
      padding: 110px 50px;
}
    .slider-text h2 {
      font-size: 35px;
      line-height: 45px;
}
    .slider-text a {
        margin: 0;
    }
    
    
}

@media only screen and (max-width: 767px) {
    .slider-text {
      padding: 30px 28px;
}   
    .slider-text h2 {
      font-size: 20px;
      margin: 0;
}
    .slider-text p {
      display: none;
}
    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-text {
      padding: 50px;
} 
    
}

/*==============================================* NAVIGATION*===============================================*/
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:inherit;
	font-size:40px;
}
@media only screen and (min-width:768px) {
	.navbar-default {
				background-color:#fff;
				-moz-box-shadow:1px 1px 30px rgba(0,0,0,0.06);
				-webkit-box-shadow:1px 1px 30px rgba(0,0,0,0.06);
				box-shadow:1px 1px 30px rgba(0,0,0,0.06);
	}
	.navbar-fixed-top {
				border:0px;
	}
	.navbar-nav {
			margin-right:-30px;
	}
	.navbar {
			min-height:1px;
			margin-bottom:0;
	}
	.navbar-brand {
			float:left;
			padding:0;
			font-size:18px;
			line-height:72px;
			margin:0;
			height:0;
			transition:line-height .45s ease;
			vertical-align:middle;
	}
	.navbar-brand img {
            display: inline-block;
            margin-top: 0;
            vertical-align: middle;
    }
	.navbar-default .navbar-nav>li>a {
			font-size:13px;
			padding-top:0px;
			padding-bottom:0px;
			line-height:72px;
			transition:line-height .25s ease;
			text-transform:uppercase;
			transition: .4s cubic-bezier(0.15,.46,.45,.94);
			-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
			-moz-transition: .4s cubic-bezier(0.25,.46,.45,.94);
			color:#222;
			font-weight:600;
	}
	.navbar-default .navbar-nav>li>a.active {
			color:#4843d2;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color:#4843d2;
		transition: .4s cubic-bezier(0.15,.46,.45,.94);
		-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
		-moz-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	}
	.navbar-fixed-top.tiny .navbar-nav>li>a,.navbar-fixed-top.tiny .navbar-brand {
			line-height:60px;
			transition: .4s cubic-bezier(0.15,.46,.45,.94);
			-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
			-moz-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	}
		.navbar-fixed-top.tiny .navbar-brand img {
			vertical-align:middle;
			height:auto;
	}
		.navbar-nav ul.sub-menu {
          box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
          list-style: outside none none;
          margin: 0;
          max-width: 100%;
          min-width: 190px;
          padding: 0;
          position: absolute;
          right: 0;
          z-index: 99999;
}
	.navbar-nav li.menu-item-has-children {
				position:relative;
	}
	.navbar-nav li.menu-item-has-children ul.sub-menu {
				visibility:hidden;
				background-color:#fff;
				border-top:3px solid;
				border-color:#4843d2;
	}
	.navbar-nav li.menu-item-has-children ul.sub-menu li a {
				display:block;
				font-size:13px;
				-webkit-transition:none;
				-moz-transition:none;
				-o-transition:none;
				-ms-transition:none;
				transition:none;
				color:inherit;
				padding:7px 0;
				margin:0 15px;
				border-bottom:1px solid #eee;
	}
	.navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
		color:#4843d2;

	}
	.navbar-nav li.menu-item-has-children ul.sub-menu li:last-child a {
			border-bottom:0px;
	}
	.navbar-nav li.menu-item-has-children:hover ul.sub-menu {
			visibility:visible;
	}
		.navbar-nav ul.sub-menu ul.sub-menu {
                left: -100%;
				list-style:none;
				padding:0;
				margin:0;
				position:absolute;
				z-index:99999;
				margin-top:-1px;
	}
	.navbar-nav ul.sub-menu li.menu-item-has-children {
			position:relative;
	}
	.navbar-nav ul.sub-menu li.menu-item-has-children ul.sub-menu {
				visibility:hidden;
				background-color:#fff;
				border-top:3px solid;
				border-color:#4843d2;
	}
		.navbar-nav ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
				display:block;
				font-size:13px;
				-webkit-transition:none;
				-moz-transition:none;
				-o-transition:none;
				-ms-transition:none;
				transition:none;
				color:inherit;
				padding:7px 0;
				margin:0 15px;
				border-bottom:1px solid #ececec;
	}
    
    .navbar-nav ul.sub-menu li.menu-item-has-children ul.sub-menu li a:hover {
        color: #4843d2;
    }
    
		.navbar-nav ul.sub-menu li.menu-item-has-children ul.sub-menu li:last-child a {
			border-bottom:0px;
	}
		.navbar-nav ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
				visibility:visible;
				position:absolute;
				top:0px;
				right: 0px;
	}
}

/*==============================================* CAROUSEL*===============================================*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display:none;
	position:relative;
	width:100%;
	-ms-touch-action:pan-y;
}
.owl-carousel .owl-wrapper {
	display:none;
	position:relative;
	-webkit-transform:translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow:hidden;
	position:relative;
	width:100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float:left;
}
.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor:pointer;
}
.owl-controls {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* mouse grab icon */
.grabbing {
	cursor: 8 8,move;
}
/* fix */
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
/** 	Owl Carousel Owl Demo Theme *	v1.3.3*/
.owl-theme .owl-controls {
	margin-top:30px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color:#FFF;
	display:inline-block;
	zoom:1;
	*display:inline;
	/*IE7 life-saver */
	margin:5px;
	padding:3px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background:#869791;
	filter:Alpha(Opacity=50);
	/*IE7 fix*/
	opacity:0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter:Alpha(Opacity=100);
	/*IE7 fix*/
	opacity:1;
	text-decoration:none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display:inline-block;
	zoom:1;
	*display: inline;
	/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display:block;
	width:12px;
	height:12px;
	margin:5px 7px;
	filter:Alpha(Opacity=50);
	/*IE7 fix*/
	opacity:0.5;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background-color:#4843d2;
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter:Alpha(Opacity=100);
	/*IE7 fix*/
	opacity:1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height:auto;
	width:auto;
	color:#FFF;
	padding:2px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
#bitlacarousel .item {
	margin:10px;
	color:#FFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
}
#bitlacarousel .item img {
	width:auto;
	margin:0 auto;
	display:block;
	max-width:100%;
}
#bitlacarousel .item h3 {
	font-size:22px;
	font-weight:300;
	margin:25px 0 0;
	color:#fff;
}
#bitlacarousel .item h4 {
	margin:5px 0 0;
	font-size:14px;
	color: #fff;
}
/* preloading images */
.owl-item.loading {
	min-height:150px;
}
.orange {
	background:#ff8a3c;
}
.darkCyan {
	background:#42bdc2;
}
.forestGreen {
	background:#7fc242;
}
.yellow {
	background:#ffd800;
}
.dodgerBlue {
	background:#388bd1;
}
.skyBlue {
	background:#a1def8;
}
.zombieGreen {
	background:#3fbf79;
}
.violet {
	background:#db6ac5;
}
.yellowLight {
	background:#fee664;
}
.steelGray {
	background:#cad3d0;
}
#bitlatestim .item img {
	display:block;
	width:100%;
	height: auto;
}

/*==============================================* PORTFOLIO*===============================================*/
.grid figure {
    position: relative;
    overflow: hidden;
}
.grid figure img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=80);
}
.grid figure figcaption {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.grid figure p a { color: #fff }
figure.effect-sarah {
	background: #4843d2;
	height: 372px;
	overflow: hidden;
	margin-top: -1px;
}
figure.effect-sarah img {
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-sarah:hover img {
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-sarah figcaption { text-align: left }
figure.effect-sarah h3 { display: none }
figure.effect-sarah:hover h3 {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    color: #fff;
}
figure.effect-sarah h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
figure.effect-sarah:hover h3:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-sarah p {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
            transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
}
figure.effect-sarah:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*==============================================* FRONT PAGE*===============================================*/
.page-wrapper {
	padding: 75px 0;
}

.no-bottom-paddding {
    padding-bottom: 0;
}

.parallax {
	overflow:hidden;
	z-index:1;
}
.parallax-image {
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
    position: relative;
}
.parallax-content {
	position:relative;
	z-index:4;
	padding:80px 0;
}

.title-area {
  display: block;
  margin: 0 auto 75px;
  max-width: 70%;
  text-align: center;
  position: relative;
}
.content-portfoliophp .title-area {margin-bottom:20px;}
.breadcroumb {
  margin-top: 72px;
  position: relative;
  padding: 50px 0;
}
.breadcroumb .title-area {
	margin-bottom:0;
}
.breadcroumb .title-area h2.title {
	font-size:55px;
	letter-spacing:0px;
}
.breadcroumb .title-area .subtitle,.breadcroumb .title-area {
	max-width:800px;
}
.breadcroumb .parallax-content {
	padding:0px;
}
.downarrowpoint {
	background-color:rgba(0,0,0,0.2);
	height:55px;
	width:55px;
	text-align:center;
	display:block;
	margin:0px auto;
	border-radius:50%;
	margin-top:25px;
}
.downarrowpoint i {
	line-height:55px;
	font-size:25px;
}
.downarrowpoint i {
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:1s;
	-moz-transition-property:-moz-transform;
	-moz-transition-duration:1s;
	-webkit-animation-name:pulse;
	-moz-animation-name:pulse;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
}
@-webkit-keyframes pulse {
	0 {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	50% {
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@-moz-keyframes pulse {
	0 {
		-moz-transform:scale(1);
		transform:scale(1);
	}
	50% {
		-moz-transform:scale(1.2);
		transform:scale(1.2);
	}
	100% {
		-moz-transform:scale(1);
		transform:scale(1);
	}
}
.title-area h2.title,.title-area h1.title {
	margin-top:0px;
	font-size:40px;
	text-transform:uppercase;
	margin-bottom:0;
	letter-spacing:-.05em;
	font-weight:800;
}
.title-area .subtitle {
  display: block;
  font-size: 15px;
  margin: 15px auto 0;
  max-width: 80%;
}
.light-bg .funfacts .icon {
	border:2px solid;
	border-color: #4843d2;
}
.dark-bg,.dark-bg h1,.dark-bg h2,.dark-bg h3,.dark-bg h4,.dark-bg h5,.dark-bg h6,.dark-bg .h1,.dark-bg .h2,.dark-bg .h3,.dark-bg .h4,.dark-bg .h5,.dark-bg .h6,.dark-bg a,.dark-bg .title-area .subtitle,.dark-bg .servicestyle2 i {
	color:#fff;
}
.fullwdtharea h1,.fullwdtharea h2,.fullwdtharea h3,.fullwdtharea h4,.fullwdtharea h5,.fullwdtharea h6,.boldheaderarea h1,.boldheaderarea h2,.boldheaderarea h3,.boldheaderarea h4,.boldheaderarea h5,.boldheaderarea h6 {
	color:inherit;
}
.boldheaderarea {
	text-align:center;
}
.boldheaderarea h2 {
	font-weight:800;
	font-size:80px;
	text-transform:uppercase;
	margin-top:0px;
	line-height:120px;
	margin-bottom:0px;
}
.boldheaderarea .text1 {
	font-size:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:700;
}
.boldheaderarea .text3 {
	color:inherit;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:300;
}
.dark-bg .funfacts .icon {
  background-color: #4843d2;
}
.partparallaxarea h1,.partparallaxarea h2,.partparallaxarea h3,.partparallaxarea h4,.partparallaxarea h5,.partparallaxarea h6,.partparallaxarea a {
	color:inherit;
}
.colorarea h1,.colorarea h2,.colorarea h3,.colorarea h4,.colorarea h5,.colorarea h6,.colorarea a {
	color:inherit;
}
.dark-bg .bitla-pricing-table>div {
	border:1px solid rgba(255,255,255,0.1);
}

.feature-item .icon {
	position: relative;
}
.feature-item .icon img {
	width: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.dark-bg ul.social-icons li {
	border:1px solid #fff;
}
.dark-bg .feature-item.shortcfeature2 .icon {
	color:#fff;
	border:1px solid #ffffff;
}
.dark-bg .nav-tabs>li>a {
	color:#666;
}
.dark-bg .panel-group .panel-heading+.panel-collapse .panel-body {
	background-color:#fff;
	color:#666;
}
.dark-bg .bitlapanel {
	color:#666;
}
.dark-bg .box1 {
	color:#666;
}
.dark-bg .box1 h6 {
	color:#444;
}
.dark-bg .infoareaicon {
	width:45px;
	height:45px;
	line-height:45px;
	color:#444;
	text-align:center;
	padding:0px;
	border-radius:50%;
}
.dark-bg .tab-content {
	color:#666;
}
.dark-bg .btn-continue,.dark-bg #contact-form input[type="text"],.dark-bg #contact-form input[type="email"],.dark-bg #contact-form input[type="url"],.dark-bg #contact-form input[type="password"],.dark-bg #contact-form input[type="search"],.dark-bg #contact-form textarea {
	border-color:#fff;
}
.dark-bg .contactbutton {
	border:1px solid #fff !Important;
}
.dark-bg .owl-theme .owl-controls .owl-page span {
	background-color: rgba(255,255,255,0.5);
}


/*==============================================* CONTACT *===============================================*/

.contact-details h4 {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.list-contents ul {
    list-style: none;
}

.list-contents li {
  padding: 5px 0;
}

.list-contents ul li i {
  background-color: #f4f4f4;
  border-radius: 50%;
  color: #4843d2;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  text-align: center;
  width: 38px;
}

/* Contact form */
#contactForm .form-control {
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  height: 50px;
  padding: 16px 10px;
}

#contactForm textarea.form-control {
  background: transparent;
  height: 150px;
  resize: none;
}

.form-control:focus {
  border-color: #4843d2;
  box-shadow: none;
  outline: 0 none;
}

.btn-contact {
  background: transparent;
  border: 2px solid #4843d2;
  border-radius: 0;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.btn-contact:hover {
  background-color: #4843d2;
  color: #fff;
}

.help-block.text-danger li {
  color: #e8323e;
  font-size: 14px;
}


/*==============================================* FOOTER*===============================================*/
.footer-widget-area  input, .footer-widget-area  textarea, .footer-widget-area  select {border:1px solid;	border-color:rgba(255,255,255,0.1);}
.footer-widget-area .widget_categories li,.footer-widget-area .widget_pages li,.footer-widget-area .widget_nav_menu li,.footer-widget-area .widget_recent_entries li,.footer-widget-area .widget_recent_comments li,.footer-widget-area .widget_meta li,.footer-widget-area .widget_archive li {
	border-bottom:1px solid;
	border-color:rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.8);
}
.footer-widget-area {
	background-color:#262626;
	padding:60px 0;
	font-size:13px;
	color:inherit;
	color:rgba(255,255,255,0.5);
}
.footer-widget-area h3.widget_title {
	color:#fff;
	font-size:15px;
	margin-bottom:15px;
	font-weight:700;
	text-transform:uppercase;
}
.nowidgetbottom {
	background-color:#111;
	padding:40px 0;
	font-size:13px;
	color:inherit;
	color:rgba(255,255,255,0.7);
}
.nowidgetbottom ul.social-icons li {
	border:1px solid rgba(255,255,255,0.7);
	color:rgba(255,255,255,0.7);
}
.nowidgetbottom ul.social-icons li {
	font-size:19px;
}
#bottom {
	position:relative;
}
#back-top {
	position:fixed;
	bottom:50px;
	right:2%;
	z-index:1000;
}
#back-top span {
	-moz-transition:1s;
	display:block;
	position:fixed;
	bottom:76px;
	right:30px;
	text-align:center;
	font-size:16px;
	line-height:38px;
	height:40px;
	width:40px;
	z-index:100;
	-webkit-transition:background-color 0.25s ease-out;
	transition:background-color 0.25s ease-out;
	color:rgba(255,255,255,0.95);
	background-color:rgba(0,0,0,0.15);
}
#back-top a:hover span {
	background-color: #4843d2;
}
#back-top a {
		display:block;
	text-align:center;
	font:11px/100% Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}
#back-top a:hover {
	color:#999;
}
.or-spacer {
	margin:0px auto;
	width:100%;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}
.or-spacer .mask {
	overflow:hidden;
	height:1px;
}
.or-spacer .mask:after {
	content:'';
	display:block;
	margin:-0px auto 0;
	width:100%;
	height:1px;
	background-color:#ddd;
}
.or-spacer span {
	width:50px;
	height:50px;
	position:absolute;
	bottom:100%;
	margin-bottom:-25px;
	left:50%;
	margin-left:-25px;
	border-radius:100%;
	background:white;
}
.or-spacer span i {
	position:absolute;
	top:4px;
	bottom:4px;
	left:4px;
	right:4px;
	border-radius:100%;
	border:1px dashed #aaa;
	text-align:center;
	line-height:40px;
	font-style:normal;
	color: #999;
}

.social-icons-footer {
  margin: 15px 0;
}

/*==============================================* PAGE HEADER *===============================================*/
.page-header {
    background-color: transparent;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 5px;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
}
.page-header h1 {
    font-size: 30px;
    font-weight: 900;
}
.page-header small {
    display: block;
    margin-top: 10px;
}
.topm20 {
    margin-top: 60px;
}
h2.header3 {
    background-color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
}
.text-left h2.header3 {
    padding-left: 0;
}
hr.forh3 {
    margin-bottom: 50px;
    margin-top: -22px;
}

#after-intro i img {
	width: 30px;
}

/*==============================================* RESPONSIVE*===============================================*/
@media only screen and (max-width:1220px) {
	.isoportfolio .item {width:33.33333333%;}
	.navbar-nav {margin-right: 0;}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left: 0;}
	.nav>li>a {padding: 10px 10px;}	
	#content .rotatingtweets, #content .norotatingtweets, #content p.rtw_main, p.rtw_main, div.rtw_main, div.rotatingtweet p, div.rotatingtweet  {width:100% !Important;max-width:100% !important;}
	#content .rotatingtweet {padding-left:0;padding-right:0;}
    
    .about-side-img, .all-service-box {
      float: none;
      padding: 0 65px;
      width: 100%;
    }
    .all-service-box {
      margin-top: 40px;
    }
}

@media only screen and (min-width:800px) and (max-width:991px) {
	.thumbnail {margin-bottom:20px;}
    .pricing-table {margin-bottom: 20px;}
    .list-contents {margin-bottom: 25px;}
	.bottom-widget {margin-top:20px;width:25%;float:left;}	
	.col-md-1 {width: 8.33333333%;float:left;}
	.col-md-2 {width: 16.66666667%;float:left;}
	.col-md-3 {width:25%;float:left;}
	.col-md-4 {width:33.33333333%;float:left;}	
	.col-md-5 {width: 41.66666667%;float:left;}
	.col-md-6 {width:50%;float:left;}
	.col-md-7 {width:58.33333333%;float:left;}
	.col-md-8 {width: 66.66666667%;float:left;}
	.col-md-9 {width:75%;float:left;}
	.col-md-10 {width:83.33333333%;float:left;}	
	.col-md-11{width:91.66666667%;float:left;}
	.col-md-12{width:100%;}
    .about-side-img, .all-service-box {
      float: none;
      padding: 0 65px;
      width: 100%;
    }
    .all-service-box {
      margin-top: 40px;
    }
}

@media only screen and (max-width:991px) {
	.wskill li:last-child {margin-bottom: 20px;}
    .col-md-6.all-service-box {margin-top: 40px;}
	.service-box.text-right, .service-box.text-left {text-align:center;}
	.service-box-1.pull-right, .service-box-1.pull-left {float:none !important;}
	.table-bordered {margin-top:20px;}
	h2.header3 {margin-top:20px;}
	.funfacts {padding:30px 0;}
    .row.page-content {padding: 0 40px;}
}

@media only screen and (max-width:920px) {
	.isoportfolio .item {width:50%;}
}
@media only screen and (max-width:620px) {
	.isoportfolio .item {width:100%;}
	.isoportfolio .item img {height:auto;}
}

@media only screen and (max-width:767px) {
	.navbar-default .navbar-collapse {width: 100%;}	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {border:0px;}
	.navbar-default .navbar-collapse {padding-bottom:20px;}
	.navbar-default .navbar-nav>li>a {border-bottom: 1px solid #ddd;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-toggle{background-color:#333;border:0px;}
	.navbar-brand {margin-top: -7px;}	
	ul.sub-menu li {border-bottom:1px solid #ddd;padding:10px 0;}
	ul.sub-menu {list-style: disc;padding-left: 20px;list-style:inside;}
	.navbar-nav ul.sub-menu li.menu-item-has-children ul.sub-menu li {border-bottom:0px; border-top:1px solid #ddd;}
	.navbar-nav ul.sub-menu li.menu-item-has-children ul.sub-menu {padding-top:15px;margin-bottom:-10px;}	
	.navbar-fixed-top {position:relative;}
	.navbar-default {width:100%;max-width:100%;}
	.navbar {margin-bottom:0;}
	body.admin-bar .navbar-default {margin-top: 0;}
    .breadcroumb {margin: 0;}
    .pad130{padding: 60px 0;}
	
}

@media only screen and (max-width:799px) {
	.boldheaderarea h2 {font-size: 28px;line-height:33px;padding-left:30px;padding-right:30px;}
	.boldheaderarea .text1 {font-size: 16px;line-height:18px;padding-left:30px;padding-right:30px;margin-top:20px;}
	.bitla {
	  visibility: visible !important;
	  -webkit-animation: none !important;
		 -moz-animation: none !important;
		   -o-animation: none !important;
		  -ms-animation: none !important;
			  animation: none !important;
	}
	.block2 .text2, .wolf-bigtweet-content span.wolf-tweet-text {font-size:20px;line-height:30px;}
	.block2 .text1 {font-size:15px;}
	.title-area {max-width:100%;}
	.max80 {max-width:100%;}
	.thumbnail {margin-bottom:20px;}
    .pricing-table {margin-bottom: 20px;}
	.bitla-pricing-table { margin-bottom:20px;}
    .list-contents {margin-bottom: 25px;}
	.bottom-widget {margin-top:30px; }
	.footer-widget-area h3.widget_title {margin-bottom:5px;}
	.footer-widget-area {padding: 0px 0 30px;}
	
	#content p.rtw_main, p.rtw_main, div.rtw_main, p.rtw_meta, .single-testimonial .content {font-size:13px;}
	.twittericonsh { font-size:30px;}	
}

@media only screen and (max-width:600px) {
.owl-carousel {display: block !important;opacity: 1 !Important;}
.row.page-content {padding: 0}
}