
.container{
	max-width:1170px;
	width:100%;
}
section{
	padding:50px 0;
}
body,li{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	-webkit-font-smoothing:antialiased !important;
}
a:hover, a:focus{
	text-decoration:none;
	outline:none;
	color:#000;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{
	color:#fff;
}
h1{
	font-family: 'Raleway', sans-serif;
	font-size:72px;
}
h4{
	font-family: 'Arvo', serif;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
h4.title{
	font-size:18px;
	text-transform:capitalize;
	font-weight:500;
	margin-bottom:25px;
} 
h5{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing: 2px;
	margin-bottom:25px;
}
p.sub-title,h6{
	font-family: 'Arvo', serif;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-bottom:22px;
}
p{
	color:#6c6c6c;
	font-size:13px;
	line-height:24px;
}
.line{
	width:50px;
	height:2px;
	margin-bottom:20px;
}
.static{
	position:static;
}
/*BUTTON STYLES*/
.btn{
	border-radius:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:13px;
	text-transform:uppercase;
	color:#171717;
	padding: 8px 32px;
	border:none;
	position:relative;
	z-index:1;
}
.btn:before{
	position:absolute;
	background:#fff;
	content:"";
	width:100%;
	right:0;
	left:0;
	top:0;
	height:100%;
	transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-webkit-transform:scaleX(0);
	z-index:-1;
}
.btn:hover:before,.btn:focus:before{
	transform:scaleX(1);
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.btn.btn-black{
	background:#000;
	letter-spacing:2px;
	padding: 10px 42px;
}
.btn.btn-black:hover{
	color:#fff;
}
/*BUTTON GROUP STYLES*/
.btn-group, .btn-group-vertical{
	margin-right:65px;
}
.btn-group .btn,.btn-group .btn:focus,.input-group .btn{
	background:none;
	color:#000;
	padding: 8px 20px;
}
.btn-group .btn:before{
	display:none;
}
.btn-group .btn:active,.btn-group .btn.active,.btn-group.open .dropdown-toggle{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
	background:none;
}
.btn .caret {
    margin-left: 20px;
}
.btn-group .filter-name{
	color:#a2a2a2;
	float:left;
	font-size: 13px;
    font-weight: 700;
	text-transform:uppercase;
	margin-top: 8px;
}
.btn-group .dropdown-menu{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	left:auto;
	right:0;
}
.btn-group .dropdown-menu > li > a{
	font-size: 13px;
    font-weight: 700;
	text-transform:uppercase;
	color:#a2a2a2;
	padding: 5px 20px;
}
.btn-group .dropdown-menu > li > a:hover,.btn-group .dropdown-menu > li > a:focus{
	background:none;
	color:#000;
}

.transparent-black{
	background:rgba(0,0,0,0.8);
	content:"";
	width:100%;
	right:0;
	height:100%;
	position:absolute;
}
.no-padding{
	padding:0;
}
/*ANIMATION CSS*/
.animated {
	visibility:hidden; 
}
.visible {
	visibility:visible;
}
/*---------------Common Styles---------------------*/
.btn,.btn:before,.btn:hover:before,
.nav > li > a:hover, .nav > li > a:focus,
footer ul > li a:hover,
.works-grid img:hover,.works-grid img,.works-grid .mask:after,.works-grid .mask:before,.mask-inner h5{
	transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
/*---------------Page Loader---------------------*/	

#pageloader {
    background-color:#F2F2F2;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
} 
.loader-item {
    background:url(../images/loader.GIF) no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.loader-item h2 {
    color: #CCCCCC;
    font-size: 20px;
    margin: 0 auto;
}
.colored-border {
    border-color: #3498db;
}
/* =================================================================== 
						HELLO SECTION	
======================================================================*/
#header{
	padding:0;
	position:relative;
}
#hello{
	background:url(../images/Bg/hello.jpg) no-repeat fixed;
	position:relative;
	background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	min-height:355px;
}
#hello:before,#slides:before{
	background:rgba(255,255,255,0.8);
	width:50%;
	content:"";
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
#hello:after,#slides:after{
	background:rgba(0,0,0,0.8);
	width:50%;
	content:"";
	width:50%;
	right:0;
	height:100%;
	position:absolute;
	top:0;
	z-index:9;
}
#hello-section {
	position: relative;
}

/*---------------NAVIGATION MENU--------------*/
nav{
	left:0;
	right:0;
	top:0;
	position:absolute;
}
.navbar-default {
    background:none;
    border:none;
	position:absolute;
	z-index:99;
	top:55px;
}
.navbar-default .navbar-brand{
	padding:0;
	font-family: "Raleway",sans-serif;
	font-size:34px;
	color:#000;
	position:relative;
	line-height: 50px;
	padding:0 10px;
}
/*LOGO SHAPE*/
.navbar-default .navbar-brand.brand-text:before,.navbar-default .navbar-brand.brand-text:after{
	position:absolute;
	content:"";
	height:14px;
	width:14px;
}
.navbar-default .navbar-brand.brand-text:before{
	border-top:3px solid;
	border-left:3px solid;
	top:-5px;
	left:0;
}
.navbar-default .navbar-brand.brand-text:after{
	border-bottom:3px solid;
	border-right:3px solid;
	bottom:-5px;
	right:0;
}
.navbar-nav{
	float: right !important;
    margin-right: -15px
}
.navbar-default .navbar-nav > li > a{
	font-size:45px;
	padding:0;
}
.nav-fixed {
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;	
}
.nav-fixed > li {
	float: right;
}
#sticky.nav-fixed a {
    background:rgba(0, 0, 0, 0.8);
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}
/*------------MENU------------*/
#wrapper .toggle-menu{
	background:#000;
	width:50%;
	height:100%;
	position: fixed;
	overflow-y: auto;
	right:-50%;
	top:0;
	z-index:99;	
}
#wrapper .close-menu{
	float:right;
	color:#000;
	font-size:50px;
	height:100px;
	width:100px;
	padding: 13px 0;
    text-align: center;
	display:block;
}
#wrapper .nav{
	padding:130px 0 0 77px;
	
}
.nav > li > a{
	color:#a2a2a2;
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing: 3px;
	padding: 6px 22px;
}
.nav > li > a:hover, .nav > li > a:focus{
	background:transparent;
}
.nav > li.active{
	position:relative;
}
.nav > li.active:before{
	height:20px;
	content:"";
	width:77px;
	left:-77px;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/*---STICKY----*/
.sticky-wrapper.is-sticky .nav {
    background: none repeat scroll 0 0 black;
    padding: 15px 20px;
    right: 15px;
}
/*------------------HELLO CONTAINER-------------*/
.hello-container{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index:99;
}
.hello-container h1{
	color:#000;
	margin-bottom:22px;
}
.hello-container h5{
	color:#000;
	letter-spacing: 1.5px;
	word-spacing: 2px;
	margin-bottom:10px;
}
.hello-container p.sub-title{
	font-size:20px;
	color:#6c6c6c;
	margin: 0 auto;
    max-width: 500px;
}
.hello-container a.scroll {
    bottom: -50%;
    color: #7c7c7c;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 110px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.hello-container a.scroll i{
	display:block;
	font-size: 12px;
    line-height: 25px;
}

/* =================================================================== 
							SLIDER VARIATIONS STYLES
======================================================================*/
/*------------TEXT SLIDER--------------*/
.typed-cursor{
	animation:fadeIn 0.6s alternate infinite;
	-o-animation:fadeIn 0.6s alternate infinite;
	-moz-animation:fadeIn 0.6s alternate infinite;
	-webkit-animation:fadeIn 0.6s alternate infinite;
}
/*------------VIDEO BG--------------*/
.mb_YTVPBar .ytpicon{
	display:none;
}
#hello.video-bg{
	background:none;
}
#hello.video-bg:before{
	background:rgba(225,225,225,0.7);
}
#hello.video-bg:after{
	background:rgba(0,0,0,0.7);
}
/*------------PARALLAX SLIDER--------------*/
.slides-container .bg-1,.slides-container .bg-2,.slides-container .bg-3{
	background-size:cover!important;
	-ms-background-size:cover!important;
	-o-background-size:cover!important;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
}
.slides-container .bg-1{
	background:url(../images/bg-slider/1.jpg) no-repeat;
}
.slides-container .bg-2{
	background:url(../images/bg-slider/2.jpg) no-repeat;
}
.slides-container .bg-3{
	background:url(index_files/bg.jpg) no-repeat;
}
/*------------PATTERN BG SLIDER--------------*/
#pattern-bg #slides:before{
	display:none;
}
#pattern-bg #slides:AFTER{
	display:none;
}
.pattern-overlay{
	background:url(../images/pattern.png) repeat rgba(0,0,0,0.8);
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:9;
}
#pattern-bg .navbar-default .navbar-brand,#pattern-bg .hello-container h5,#pattern-bg .hello-container h1,#pattern-bg .hello-container p.sub-title,#pattern-bg .hello-container a.scroll{
	color:#fff;
}
.flex-control-nav,.flex-direction-nav{
	display:none;
}
.flex-viewport {
    height: 100px!important;
}
.text-slider .slides {
    padding: 0;
    width: 100%;
}
.text-slider h1{
	 margin-bottom: 8px;
    margin-top: -2px;
}	
/* =================================================================== 
							ABOUT SECTION
======================================================================*/
#about{
	padding:80px 0 0;
	position:relative;
}
/*-----------FUN FACTS------------*/
.fun-facts{
	background:url(../images/about/fun-fact-camera.jpg) no-repeat center center;
	background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	margin-top:55px;
	position:relative;
	padding:75px 15px;
	text-align:center;
	left:0;
	z-index:1;
}
.fun-facts:after{
	position:absolute;
	background:rgba(0,0,0,0.8);
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	content:"";
	z-index:-1;
}
.fun-facts .top{
	margin-bottom:70px;
	position:relative;
}
.fun-facts .top:before{
	content:"+";
	position:absolute;
	color:#7f7f7f;
	left: 0;
    margin: 0 auto;
	font-size:100px;
    right: 0;
    top: 70%;
	width:100%;
}
.fun-facts h5{
	margin-bottom:10px;
}
.fun-facts i{
	color: #fff;
    font-size: 25px;
	margin:5px 0;
}
.counter{
	color:#fff;
	font-family: 'Arvo', serif;
	font-size:60px;
	line-height:60px;
	margin-bottom: 5px;
}
.counter-1,.counter-2,.counter-3,.counter-4{
	position:relative;
}
.counter-1:before,.counter-2:after,.counter-3:before,.counter-4:after{
	content:"";
	position: absolute;
	height:67px;
	width:67px;
}
.counter-1:before{
	border-top:3px solid #7f7f7f;
	border-left:3px solid #7f7f7f;
	left: 20%;
    top: -30px;
}
.counter-2:after{
	border-top:3px solid #7f7f7f;
	border-right:3px solid #7f7f7f;
	right: 20%;
    top: -30px;
}
.counter-3:before{
	border-bottom:3px solid #7f7f7f;
	border-left:3px solid #7f7f7f;
	left: 20%;
    bottom: -30px;
}
.counter-4:after{
	border-bottom:3px solid #7f7f7f;
	border-right:3px solid #7f7f7f;
	right: 20%;
    bottom: -30px;
}
.image-container{
	float:right;
}
/*-----------SKILLS------------*/
.skills{
	float:left;
	width:100%;
	margin-top:30px;
}
.skills p{
	margin-bottom:5px;
}
.skills p > span{
	color:#000;
}
.progress{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	height:4px;
	border-radius:0;
	-ms-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	margin-bottom: 10px;
	background:#000;
}
.progress-bar{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
}
/* =================================================================== 
							WORKS SECTION
======================================================================*/
.works-section{
	overflow:hidden;
}
.works-grid .grid-sizer { width: 25%; }
.works-grid .mini-item { width: 25%;}
.works-grid .mini-item.w2 { width: 50%; }	
.works-grid .item{
	float:left;
	position:relative;
}
.works-grid .item{
	overflow:hidden;
}
.works-grid .mask{
	position:relative;
}
/*MASK INNER*/
.mask-inner{
	left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	z-index:9;
	top:50%;
	transform: translateY(-50%);
}
.mask-inner h5{
	width:100%;
	margin-bottom:0;
	font-size: 14px;
    letter-spacing: 2px;
	transform: scale(0.5);
	opacity:0;
}
.works-grid .item:hover .mask-inner h5{
	transform: scale(1);
	opacity:1;
}
.works-grid .mask:before {
    border: 2px solid #7f7f7f;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
	transform: scale3d(1.4, 1.4, 1);
	opacity:0;
}
.works-grid .item:hover .mask:before {
	transform: scale3d(1, 1, 1);
	opacity:1;
}
.works-grid .mask:after{
	position:absolute;
	content:"";
	background:rgba(0,0,0,0);
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;

}
.works-grid .item:hover .mask:after{
	background:rgba(0,0,0,0.8);
}
.works-grid img{
	width:100%;
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	position:relative;
}
.works-grid .mask:hover img{
	transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}
.works-grid h5{
	margin-top:0;
}
.works-grid h5,.filter-menu li,.filter-menu ul{
	display:inline-block;
	float:left;
}
/*FILTER MENU*/
.filter-menu{
	padding:34px 0 34px 15%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}
.filter-menu ul{
	padding:0 0 0 60px;
}
.filter-menu li{
	width:50%;
	margin-bottom: 5px;
}
.filter-menu li a{
	font-size:13px;
	color:#7c7c7c;
	letter-spacing:1px;
}
.filter-menu li a.active{
	color:#000;
}
/* =================================================================== 
							SERVICES SECTION
======================================================================*/
.services-block{
	padding:75px 0;
}
.services-content{
	padding:45px 60px;
	border:6px solid #d2d1d0;
}
.services-image{
	margin:55px 0 55px;
}
/*-------------CHECK LIST---------------*/
.list-check{
	list-style:none;
	padding:0;
	margin-top:20px;
}
.list-check > li{
	color: #000;
    font-family: "Arvo",serif;
    font-size: 13px;
	margin-bottom:10px;
}
.list-check > li:before {
    content:  "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 16px;
    padding-right: 0.5em;
}
.services-image.web{
	background:url(../images/services/web-development.jpg) left no-repeat;
}
.services-image.app{
	background:url(../images/services/app-development.jpg) right no-repeat;
}
.services-image.logo{
	background:url(../images/services/logo-design.jpg) left no-repeat;
}
/* =================================================================== 
							PRICING SECTION
======================================================================*/
.pricing-section{
	background:url(../images/Bg/pricing.jpg) fixed;
	background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
}
.pricing-block{
	position:relative;
	float:left;
	padding:0 15px;
	width:30%;
}
.pricing-block.special{
	width:40%;
}
.pricing-table{
	background:rgba(0,0,0,0.8);
	border:6px solid #fff;
	padding:45px 0 25px;
	text-align:center;
	position:relative;
	margin:50px 5px;
}
.pricing-table h4{
	color:#fff;
	margin-top:0;
	margin-bottom:25px;
	letter-spacing:2px;
}
.pricing-table p{
	color:#8e8e8e;
}
.pricing-table span{
	font-family: 'Arvo', serif;
	font-size:100px;
	line-height:100px;
	position:relative;
}
.pricing-table span:after{
	position:absolute;
	content:"$";
	font-family:inherit;
	font-size:30px;
	left:-15px;
	top:-15px;
}
.pricing-table ul{
	list-style:none;
	padding: 20px 0;
}
.pricing-table li{
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	margin:15px 0;
}
.pricing-table .pricing-button{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	bottom: -22px;
}
/*SPECIAL TABLE STYLES*/
.special .pricing-table{
	background:rgba(225,225,225,0.8);
	border:6px solid;
	padding:95px 0 50px;
	margin-top:0;
}
.special .pricing-table h4,.special .pricing-table P,.special .pricing-table li{
	color:#000;
}
.special .pricing-table p{
	margin-bottom:35px;
}
.special .pricing-table span{
	font-size:130px;
}
.special .pricing-table .btn{
	background:#fff;
}
.special .pricing-table .btn:hover{
	color:#fff;
}

/* =================================================================== 
							FEATURE SECTION
======================================================================*/
.feature-section{
	padding:90px 0 70px;
	background:url(../images/Bg/features.png) no-repeat;
	position:relative;
	background-position:right;
	z-index:9;
}
.feature-section p.sub-title{
	margin-bottom:50px;
}
.feature-block h5,.feature-block i,.feature-block p{
	float:left;
	width:100%;
}
.feature-block h5{
	color:#000;
	margin-bottom:15px;
	font-size:13px;
}
.feature-block i{
	font-size:24px;
	line-height: 18px;
	margin-bottom:15px;
}
.feature-block p{
	margin-bottom:30px;
	max-width: 175px;
}
/*--------- FEATURE-BOXED-SECTION ------------*/
.feature-section-box{
	background:url(../images/Bg/features-2.png) no-repeat;
	background-position:top left;
	padding:95px 0;
}
.feature-section-box .box{
	padding:100px 35px 45px;
	border:6px solid #d2d1d0;
}
.feature-section-box .title{
	margin-bottom:40px;
}
.feature-section-box .title .question{
	margin-bottom:20px;
}
.feature-section-box .question p{
	font-size:18px;
	background:#fff;
	font-style:italic;
	color:#000;
	line-height:30px;
	font-family: 'Arvo', serif;
}
.feature-section-box .title h5{
    color: #fff;
	font-size:13px;
	letter-spacing:normal;
    line-height: 30px;
}
.feature-section-box .title .question p,.feature-section-box .title h5{
	padding: 0 12px;
	display: inline-block;
    float: left;
	clear: both;
	margin: 1px 0;
}
.feature-section-box .number{
	font-size:100px;
	float:left;
	font-weight:600;
	line-height:90px;
}
.feature-section-box .feature-description{
	float:left;
	max-width: 175px;
	margin:0 0 50px 10px;
}
.feature-section-box .feature-description h5{
	color:#000;
}

/* =================================================================== 
							BLOG SECTION
======================================================================*/
.blog{
	padding:0 30px 35px 30px;
}
.blog .thumbnail{
	border:none;
	max-width:290px;
	margin: 0 auto 45px;
	padding:0;
}
.blog .thumbnail img{
	width:100%;
	margin-bottom:15px;
}
.blog .thumbnail .image-block{
	position:relative
}
.blog .thumbnail .date{
	bottom: -22px;
    height: 73px;
    left: -36px;
    padding: 12px 0;
    position: absolute;
    text-align: center;
    width: 73px;
}
.blog .date p.day{
	color:#fff;
	font-size:30px;
	font-weight:700;
	margin-bottom: 3px;
}
.blog .date p.month{
	color:#fff;
	font-size:30px;
	font-family: 'Arvo', serif;
	font-size:18px;
	text-transform:uppercase;
}
.blog .thumbnail ul{
	padding-left: 50px;
}
.blog .thumbnail ul > li{
	display:inline-block;
	font-size:13px;
	margin-right:15px;
}
.blog .thumbnail ul > li span{
	padding:0 5px;
	font-size:18px;
	color:#7c7c7c;
}
.blog .thumbnail .caption{
	padding:5px 0;
}
.blog .thumbnail .caption p{
	margin-bottom:25px;
}
.blog .thumbnail .caption .btn{
	background:none;
	font-size:11px;
	padding:5px 10px;
	position:relative;
	font-weight:400;
}
.blog .thumbnail .caption .btn:before,.blog .thumbnail .caption .btn:after{
	content:"";
	position:absolute;
	height:10px;
	width:10px;
}
.blog .thumbnail .caption .btn:before{
	border-top:1px solid;
	border-left:1px solid;
	left:0;
	top:0;
	background:none;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
.blog .thumbnail .caption .btn:after{
	border-bottom:1px solid;
	border-right:1px solid;
	right:0;
	bottom:0;
}
.blog .thumbnail .caption .btn:hover,.blog a:hover{
	color:#000;
}
/* =================================================================== 
							BANNER SECTION
======================================================================*/
.banner-section{
	background:url(../images/Bg/banner.jpg) no-repeat;
	background-position:center;
	position:relative;
	padding:0;
}
.banner-content:before,.banner-content:after{
	position:absolute;
	content:"";
	height:85px;
	width:85px;
}
.banner-content:before{
	border-top:15px solid;
	border-left:15px solid;
	left:-30px;
	top:-100px;
}
.banner-content:after{
	border-bottom:15px solid;
	border-right:15px solid;
	right:-30px;
	bottom:-100px;
}
.banner-content{
	position:relative;
	text-align:center;
	margin:185px 0;
}
.banner-content h4{
	font-size:45px;
	color:#fff;
	text-transform:capitalize;
	font-style:italic;
	font-weight: 400;
	margin-bottom: 50px;
}
.banner-content .btn {
    padding: 14px 55px;
	letter-spacing:2px;
	font-size:14px;
}
/* =================================================================== 
							CLIENT SECTION
======================================================================*/
.client-section{
	padding-top:90px;
}
.client-logo{
	width:20%;
	float:left;
	position:relative;
	margin-bottom:30px;
}
.client-logo img{
	margin:0 auto;
}
/* =================================================================== 
							TESTIMONIALS SECTION
======================================================================*/
.testimonial-section{
	padding:20px 0 100px;
}
#testimonials-slider .item{
	padding:0 15px;
}
.item .testimonial-block{
	border:4px solid #d2d1d0;
	border-radius:2px;
	padding:30px;
	position:relative;
	margin-bottom:70px;
}
.testimonial-part:first-child{
	margin-top:50px;
}
.testimonial-block:after, .testimonial-block:before { 
	top: 88%; 
	left:72px;
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none;
	transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	-o-transform:rotate(225deg);
	-webkit-transform:rotate(225deg);
} 
.testimonial-block:before { 
	border-color: rgba(210, 209, 208, 0); 
	border-top-color: #d2d1d0; 
	border-width: 21px;
    margin-left: -21px;
}
.testimonial-block:after { 
	border-color: rgba(136, 183, 213, 0); 
	border-top-color: #fff; 
	border-width: 16px; 
	margin-left: -16px; 
	left: 67px;
} 
.testimonial-part:first-child .testimonial-block:after,.testimonial-part:first-child .testimonial-block:before { 
	right:50px;
	left:auto;
	transform:rotate(130deg);
	-moz-transform:rotate(130deg);
	-ms-transform:rotate(130deg);
	-o-transform:rotate(130deg);
	-webkit-transform:rotate(130deg);
} 
.testimonial-part:first-child .testimonial-block:after { 
	border-color: rgba(136, 183, 213, 0); 
	border-top-color: #fff; 
	border-width: 16px; 
	margin-left: -16px; 
} 
.testimonial-part:first-child .testimonial-block:before { 
	border-color: rgba(210, 209, 208, 0); 
	border-top-color: #d2d1d0; 
	border-width: 21px;
    margin-left: -21px;
}
.item .testimonial-block p{
	color:#5e5e5e;
	font-style:italic;
}
/*CLIENT DETAILS*/
.client-details{
	position:absolute;
	bottom:-70px;
	width:100%;
	left: 65px;
}
.client-desc{
	float:left;
}
.client-details img{
	margin:0 10px;
	float:left;
}
.client-details p.client-name{
	color:#000;
	font-style:normal;
	margin-bottom:0;
	line-height: 15px;
}
.testimonial-part:first-child .client-details{
	right: 65px;
	left:auto;
}
.testimonial-part:first-child .client-desc,.testimonial-part:first-child .client-details img{
	float:right;
}
/* =================================================================== 
							CONTACT SECTION
======================================================================*/
.contact-section{
	background:#f9f9f9;
	padding-bottom:0;
}
/*--------------CONTACT-INFO-----------------*/
.contact-info {
    margin: 25px 0 50px;
}
.contact-section h5{
	margin:0 0 5px;
	color:#000;	
}
.contact-info span{
	float: left;
    font-size: 36px;
    height: 60px;
    padding-right: 15px;
	line-height: 36px;
}
.contact-info a{
	color:#a2a2a2;
}
/*----------MAP----------*/
.map #map_canvas {
    height: 550px;
    width: 100%;
}
/*---------CONTACT-FORM--------*/
.contact-form{
	background:#cccccc;
	padding: 65px 65px 40px;
}
.contact-form h5{
	margin-bottom:35px;
}
.form-group {
    margin-bottom: 25px;
    width: 100%;
	max-width:250px;
}
.form-control,.form-control:focus,.has-error .form-control:focus,.has-success .form-control:focus,.has-error .form-control,.has-success .form-control{
	border-radius:0;
	-ms-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	background-color: #cccccc;
	box-shadow:none;
	padding-left:0;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	border-bottom:4px solid #fff;
}
.form-control::-moz-placeholder {
	color:#000;
	font-size:13px;
}
.form-control:-ms-input-placeholder {
 	color:#000;
	font-size:13px;
}
.form-control::-webkit-input-placeholder {
 	color:#000;
	font-size:13px;
}
textarea.form-control {
    min-height: 125px;
	margin-bottom:27px;
}
.form-group .btn{
	background:#000;
}
.form-message {
    display: none;
}
/*----------------FOOTER--------------*/
footer{
	padding:70px 0;
	text-align:center;
}
footer ul{
	margin-bottom:50px;
	padding:0;
}
footer ul > li{
	display: inline-block;
    font-size: 25px;
    padding: 0 15px;
}
footer ul > li a{
	color:#7c7c7c;
}
footer p{
	font-weight:700;
	text-transform:uppercase;
}
/*======================================================================================*//*SINGLE PAGE ENDS*/

/* =================================================================== 
							BLOG PAGE
======================================================================*/
#blog #hello{
	background:url(../images/Bg/blog.jpg) no-repeat fixed;
	background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
}
#blog #hello-section{
	max-height:355px;
}
#blog .hello-container h1{
	text-shadow: 0 1px 1px #000;
}
#blog .blog{
	padding:75px 0 5px;;
}
.filters{
	margin-bottom:55px;
	padding: 0 35px;
}
.filter-right{
	max-width:235px;
	display: inline-block;
    float: right;
    max-width: 240px;
}
.filters .form-control{
	background:none;
	color:#2a2a2a;
}
.input-group.search{
	border-bottom:2px solid #cccccc;
}
.input-group.search .btn{
	padding-right:0;
}
.filters .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:#a2a2a2;
}
.filters .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#a2a2a2;
   opacity:  1;
}
.filters .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#a2a2a2;
   opacity:1;
}
.filters .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#a2a2a2;
}
/*-------------PAGINATION STYLES---------------*/
.pagination > li > a, .pagination > li > span{
	border:none;
	color:#a2a2a2;
	text-transform:capitalize;
	padding: 6px 11px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background:none;
}
.pagination > li > a.color-black{
	color:#000;
}
.pagination > li:first-child > a,.pagination > li:last-child > a{
	position:relative;
}
.pagination > li:first-child > a:before,.pagination > li:last-child > a:after{
	position:absolute;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
}
.pagination > li:first-child > a:before{
	content: "\f0d9";
	left:-2px;
	right:auto;
}
.pagination > li:last-child > a:after{
	content:  "\f0da";
	right:-2px;
	left:auto;
}
/* =================================================================== 
							BLOG SINGLE
======================================================================*/
.blog-single .filters{
	padding:0 15px;
}
.blog-single .thumbnail{
	max-width:none;
}
.blog-single .thumbnail img {
    margin-bottom: 20px;
}
.blog-single .thumbnail .date{
    bottom: -55px;
    height: 110px;
    left: -55px;
    padding: 18px 0;
    width: 110px;
}
.blog-single .date p.day{
    font-size: 40px;
    line-height: 40px;
}
.blog-single .date p.month {
    font-size: 24px;
}	
.blog-single .thumbnail ul {
    padding-left: 87px;
}
.blog-single .thumbnail ul > li {
    margin-right: 30px;
}
.blog-single .caption h6{
	font-size: 24px;
	line-height:40px;
	margin-top:35px;
	margin-bottom: 30px;
}
.blog-single .caption .line {
    height: 4px;
    margin-bottom: 30px;
    width: 80px;
}
.blog-single .caption p.description {
	font-weight:bold;
}
/*----------------BLOCKQUOTE STYLES--------------------*/
blockquote{
	margin:80px 0 45px 30px;
	border:none;
	padding:30px 60px;
	background:#f9f9f9;
	position:relative;
}
blockquote p{
	font-size:13.5px;
	font-style:italic;
}
blockquote .quote-box{
	width:60px;
	height:64px;
	background:#cccccc;
	position:absolute;
	top:-30px;
	left:-32px;
	color:#fff;
	font-size:45px;
	text-align:center;
}
blockquote h5.author-name{
	position:absolute;
	letter-spacing:unset;
	top: -35px;
}
.blog .thumbnail .caption blockquote p{
	margin-bottom:0;
}
/*-----------------WRITTEN AND SHARE [PANEL STYLES]-----------------*/
.blog-single .panel,.comments .panel{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-left:none;
	border-right:none;
	border-color:#efefef;
}
.blog-single .panel-body {
    padding: 20px 0;
}
.blog-single .thumbnail .caption .panel-body p{
	margin-bottom:0;
	display:inline-block;
}
.blog-single .panel-body p > span{
	margin-right:5px;
}
.blog-single .panel-body p > a{
	margin-left:5px;
	font-weight:700;
}
/*---------------------SHARES----------------------*/
.share{
	text-align:center;
	float:right;
	display:inline-block;
	margin-bottom:0;
}
.blog-single .thumbnail .share li,.share li{
	margin-right:5px;
}
.share li{
	height:25px;
	width:25px;
	border-radius:2px;
	position:relative;
	overflow:hidden;
}
.blog-single .panel-body .share li a{
	color:#fff;
	position:absolute;
	left:0;
	right:0;
	display:block;
	line-height:24px;
}
.share li.twitter{
	background:#3dc7ff;
}
.share li.facebook{
	background:#3384e9;
}
.share li.google-plus{
	background:#f62d19;
}
.share li.pinterest{
	background:#ee0010;
}
.share li.linkedin{
	background:#43bdff;
}
.share li.dribbble{
	background:#ff72bc;
}
.share li.behance{
	background:#139af1;
}
/*---------------------SHARE-HOVER EFFECT---------------------*/
.blog-single .panel-body .share li:hover a{
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
/*-------------------ABOUT AUTHOR---------------------*/
.about-author {
	background:#f7f7f7;
	padding:30px 80px 30px 30px;
}
.thumb {
    float: left;
    height: 123px;
    position: relative;
    width: 123px;
	background:#cccccc;
}
.thumb img{
	position:absolute;
	left: 4px;
    position: absolute;
    top: -4px;
}
.about-author h5{
	margin:0 0 10px 0;
	color:#a2a2a2;
	letter-spacing:1px;
}
.thumbnail .caption .about-author p{
	margin-bottom:0;
}
.about-author h5,.about-author p{
	margin-left: 145px;
}
/* =================================================================== 
							RELATED POSTS
======================================================================*/
#related-posts.blog{
	padding-top:0;
}
.container.related-slider{
	max-width:1120px;
	margin-top:15px;
}
.related-posts .item img{
	display: block;
	width: 100%;
	height: auto;
}
/* =================================================================== 
							COMMENT SECTION
======================================================================*/
.comments .panel{
	border-top:0;
	margin-bottom:0;
}
.comments .panel .panel-body{
	padding:20px 0;
}
.comment .thumb,.reply-comment .thumb{
	height: 78px;
    width: 82px;
}
.comment .comment-block{
	margin-left:100px;
}
.comment-block h5{
	margin:0 0 10px;
	letter-spacing:normal;
}
.comment-block p{
	float:left;
}
.comment-block h5,.comment-block p.date-time,.comment-block a.reply{
	float:left;
	display:inline-block;
	margin-right:20px;
	line-height:14px;
}
.comment-block a.reply{
	text-transform:capitalize;
}
.comment.reply{
	float:right;
	width:93%;
}
.comment.reply:nth-of-type(2n){
	width:96.5%;
}
/* =================================================================== 
							COMMENT FORM
======================================================================*/
section.comment-form {
    padding: 5px 0 30px;
}
.comment-form .form-group{
	max-width:none;
}
.comment-form .form-horizontal {
    margin-top: 15px;
}
.comment-form .form-control, .comment-form .form-control:focus, .comment-form .has-error .form-control:focus, .comment-form .has-success .form-control:focus, .comment-form .has-error .form-control, .comment-form .has-success .form-control{
	border-color:#cccccc;
	background:none;
}
.comment-form textarea.form-control {
    min-height: 105px;
	margin-bottom:32px;
}
.comment-form .form-control::-moz-placeholder {
	color:#a2a2a2;
}
.comment-form .form-control:-ms-input-placeholder {
 	color:#a2a2a2;
}
.comment-form .form-control::-webkit-input-placeholder {
 	color:#a2a2a2;
}
.form-horizontal .form-group{
	margin:0;
}
/*-------------PAGINATION----------------*/
.blog-single .pagination > li > a,.blog-single .pagination > li > span{
	margin: 0 18px;
}
.blog-single .pagination{
	margin-bottom:85px;
}