@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	border: none;
	color: #01296F;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	color:#121212;
	margin-top:0;
	letter-spacing: 0.9px;
}

p {
	font-size: 14px;
	font-weight:500;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
	color:#242424;;
}

a{
	color:#01296F;
	background:none;
	text-decoration: none;
	outline: none;
}

a:hover,  a:active,  a:focus {
	color:#01296F;
	text-decoration: none;
	outline: none;
}

::selection {
	background:#01296F;
	color:#FFF;
}

::-moz-selection{
	background:#01296F;
	color:#FFF;
}

img{
	max-width:100%;
}

select,
textarea,
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"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom:20px;
    font-size: 16px;
    line-height: 25px;
    color: #121212;
    height:46px;
	width:100%;
    vertical-align: middle;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background:#FAFAFA;
	border:1px solid #D2D2D2;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-color:#D2D2D2;
}

/*========================================================================*/
/*  Common Elements
/*========================================================================*/

.btn-default {
    background:none;
    padding:12px 16px 8px;
    box-shadow: none;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    transition: all 700ms ease 0s;
}

.btn-default:hover,.btn-default:active,.btn-default:focus{
	background:#01296F;
	color:#121212;
	border-color:#01296F;
	outline:none;
	box-shadow:none;
}

.btn-primary {
	background:#01296F;
	padding:11px 16px 11px;
	box-shadow:none;
	color: #FFF;
	font-size:15px;
	letter-spacing:2px;
	border:none;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius:0px;
	transition: all 700ms;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background:#3C3C3C;
	color:#FFF;
	outline:none;
	box-shadow:none;
}

::-webkit-input-placeholder {
	color:#33322E !important;
	font-weight: 500;
	letter-spacing:1px;
}

:-moz-placeholder {
	color:#33322E !important;
	font-weight: 500;
	letter-spacing:1px;
}

::-moz-placeholder {
	color:#33322E !important;
	font-weight: 500;
	letter-spacing:1px;
}

:-ms-input-placeholder {
	color:#33322E !important;
	font-weight: 500;
	letter-spacing:1px;
}

.clear{
	clear:both;
}

.scrollup {
    width:35px;
    height:35px;
    position:fixed;
    bottom:30px;
    right:15px;
    display:none;
	background:#01296F;
	text-align: center;
}

.scrollup i{
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover{
	background:#01296F;

}

.section{
	padding:100px 0 70px;
	position:relative;
}

.section .container{
	position:relative;
}

.section-heading{
	margin-bottom:70px;
}

.section-heading p{
	text-align:center;
	margin-top:30px;
}

.section-heading h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    color: #121212;
}

.section-white .section-heading h2 {
	color:#fff;
}

#pageloader {
	width: 100%;
    height: 100%;
    position: fixed;
	background-color:#FFF;
    z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}

.overlay {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 100% !important;
}

/*========================================================================*/
/* Slider
/*========================================================================*/


#home{
	position: relative;
	width:100%;
}

.slider-overlay{
    background:rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index:100;
    width: 100%;
    height: 100%;
}

.slide1, .slide2, .slide3{
	height:100%;
	width:100%;
	position:relative;
}

.slide1{
	background: url('../images/slider/slide1.jpg') center center no-repeat;
	background-size: cover !important;
}

.slide2{
	background: url('../images/slider/slide2.jpg') center center no-repeat;
	background-size: cover !important;
}

.slide3{
	background: url('../images/slider/slide3.jpg') center center no-repeat;
	background-size: cover !important;
}

.inner-section {
    text-align: center;
	height:100%;
}

.vertical-align {
    position: relative;
	z-index:200;
	position:relative;
	top:0px;
	bottom:0px;
}

.home-title{
	padding-top:200px;
	padding-bottom: 200px;
	display: inline-block;
	width: 70%;
}

.home-title h2,.home-title p{
	color:#FFF;
}

.home-title h2 {
    font-size: 50px;
    line-height:75px;
	font-weight:800;
    text-transform: uppercase;
}

.home-title h2 span{
    font-size:65px;
}

.home-title p {
    font-size: 16px;
    line-height: 25px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 8px;
	font-weight: 500;
}

.header-social{
	margin-top:25px;
}

.header-social ul{
	margin:0px;
	padding:0px;
}

.header-social ul li{
	display:inline-block;
	list-style:none;
	line-height: 48px;
	margin-right:10px;
	margin-bottom:10px;
}

.header-social ul li a{
	width:50px;
	height:50px;
	font-size:30px;
	background:#FFF;
	text-align:center;
	display:inline-block;
	color:#4A4848;
}

.header-social ul li a:last-child{
	margin-right:0px;
}

.header-social ul li a:hover{
	background:#01296F;
	color:#FFF;
}

.home-slider.owl-theme .owl-controls{
	margin-top:0px;
}

.home-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    width:60px;
    height: 60px;
    font-size: 26px;
    background: none;
    border: 2px solid #fff;
	border-radius:50%;
	margin:0px;
	opacity:0.6;
    line-height:48px;

}

.home-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    top: 50%;
    padding: 2px 10px 2px 6px;
}

.home-slider.owl-theme .owl-controls .owl-buttons .owl-next{
	right:20px;
	top: 50%;
}


/*========================================================================*/
/* Navigation
/*========================================================================*/


#header {
	border-bottom: solid 1px #eeeeee;
	bottom: 0;
	z-index: 500;
	width: 100%;
	height: 110px;
	background: #fff;
	position: relative;
}

#main-menu 
{
	z-index: 300; 
	visibility:visible;
}

#main-menu ul { 
	display: block;
	width: 100%;
	text-align: center;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
}

#main-menu ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 110px;
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-weight: 500; 
	font-size: 14px;
	text-transform: uppercase; 
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease; 
	-o-transition: all .25s ease;
	transition: all .25s ease;
}


#main-menu ul li a:hover {
	color: #01296F;
}

#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}

#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #01296F;
	box-shadow: inset 0 -2px 0 #01296F;
}

.clear-toggle{
	display:none;
	clear:both;
}

.navbar-toggle {
	color:#000;
	margin-top: 12px;
	border:1px solid #ccc;
}

.logo {
	width: 100% !important;
	height: 100% !important;
}

.logo-nav { 
	float: left; 
	line-height: 60px;
}


/*========================================================================*/
/* About 
/*========================================================================*/

.about-box{
	margin-bottom:30px;
	text-align:center;
}

.about-box .about-icon {
    width: 120px;
    height: 120px;
    color: #01296F;
    font-size: 50px;
    line-height: 110px;
    display: inline-block;
    border: 2px solid #01296F;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    background: #FFF;
}

.about-box .about-icon:hover {
	background:#01296F;
	color: #FFF;
}

.about-box .about-desc{
	margin-top: 30px;
}

/*========================================================================*/
/*   Featured Carousel
/*========================================================================*/


#featured-works{
	background:#F9F9F9;
}

.featured-work-carousel{
	display:inline-block;
	width: 100%;
}

#featured-works .item{
	height: auto;
	z-index: 300;
	cursor: pointer;
}

#featured-works .item .fworks-image{
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

#featured-works .item .fworks-image img{
	width:100%;
	height: auto;
}

#featured-works .item .featured-caption{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity: 0;
	background:rgba(0,0,0,.5);
}

#featured-works .item .featured-caption h4{
	font-size:18px;
	color:#FFF;
	margin: 30px 0px 0px 30px;
}

#featured-works .item .featured-caption p {
    font-size: 14px;
    color: #FFF;
    margin: 5px 0px 0px 30px;
    text-transform: uppercase;
}

#featured-works .item .hover-link {
	left: 100px;
	position: absolute;
	bottom: 15px;
	opacity:0;
	z-index:200;
}

#featured-works .item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	color: #444;
	width: 60px;
	height: 60px;
	margin: 0px;
	border-radius: 100%;
}

#featured-works .item:hover .hover-link,#featured-works .item:hover .featured-caption{
	opacity:1;
}

#featured-works .owl-controls{
	margin-top:30px;
}

#featured-works .owl-prev, #featured-works .owl-next{
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:1;
	background:#01296F;
	position: absolute;
}

#featured-works .owl-prev{
    right: 50%;
    margin-right: 10px;
}

#featured-works .owl-next{
    left: 50%;
    margin-left: 10px;
}

#featured-works .owl-prev:hover, #featured-works .owl-next:hover{
	background:#3C3C3C;
}

/*========================================================================*/
/* Features
/*========================================================================*/

#features{
	background:#FFF;
}

.features-intro{
	max-width: 800px;
	margin: 0px auto 50px;
	text-align: center;
	padding:0px 10px;
}

.features-intro h3{
	font-size: 20px;
	font-weight: 500;
	opacity: 0.9;
}

.features-intro p{
	font-size: 16px;
}

.features-main {
    margin-top: 20px;
    display: inline-block;
}

.features-left,.features-right {
    padding-top: 20px;
}

.features-left .features-item, .features-right .features-item {
    margin-bottom: 40px;
}

.features-left .features-icon, .features-right .features-icon{
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #01296F;
	font-size: 22px;
	font-weight: 600;
	border: 1px solid #01296F;
	position: relative;
	border-radius: 28px;
	transition: all 0.5s ease-in-out 0s;
}

.features-left .features-icon{
	float:right;
}

.features-right .features-icon{
	float:left;
}

.features-left .features-info {
    text-align: right;
    margin-right: 90px;
}

.features-right .features-info {
    text-align: left;
	margin-left: 90px;
}


/*========================================================================*/
/*   History
/*========================================================================*/


#history {
	background:url(../images/parallax/timeline.jpg);
}

ul.timeline {
	margin: 40px auto 0;
	width: 100%;
	background: url(../images/timeline-bg.jpg) center center repeat-y;
	height: auto;
	position: relative;
	padding: 0 0 80px;
	z-index:200;
}

.timeline .year {
	background: #FFFFFF;
	clear: both;
	color: #3C3D3D;
	font-size: 18px;
	font-weight: 400;
	height: auto;
	margin: 31px auto;
	text-align: center;
	width: 75px;
	height:75px;
	border-radius:50%;
	line-height:72px;
	left: -35px;
	border: 3px solid #919191;
	position: relative;
	top: -5px;
	left: auto;
	font-family: 'Open Sans', sans-serif;
}

.timeline .timeline-item {
	float: left;
	padding: 20px;
	width: 47.5%;
	background: rgba(0, 0, 0, .7);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	z-index: 550;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item h4 {
	color: #999999;
	font-size: 15px;
}

.timeline .timeline-item p {
	color: #ccc;
	font-size: 13px;
}

.timeline .timeline-item span {
	font-size: 13px;
	font-weight:600;
	text-transform: uppercase;
	color: #a5a5a5;
	font-family: 'Open Sans', sans-serif;
}

.timeline .timeline-item:after {
	content: '';
	position: absolute;
	right: -6.8%;
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 100px;
	top: 18px;
	z-index: 20;
}

.timeline .timeline-item:nth-of-type(2n):before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: 100%;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item:before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: -20px;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item:nth-of-type(2n) {
	float: right;
	clear: right;
}

.timeline .year + .timeline-item {
	margin-top: -20px;
}

.timeline .timeline-item:nth-of-type(2n):after {
	left: -6.8%;
}

.timeline .end-icon:before {
	clear:both;
}

.timeline .end-icon {
    height: 64px;
    border: 3px solid #919191;
    border-radius: 300px;
    background: #FFF;
    color: #868586;
    font-size: 24px;
    bottom: 0px;
    left: 50%;
    margin-left: -32px;
    text-align: center;
    padding: 19px 0px;
    clear: both;
    position: absolute;
    width: 64px;
}


/*========================================================================*/
/*  Team
/*========================================================================*/


#team{
	padding:100px 0px 130px;
	background: #FFF;
}

.team-items {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.team-items .item {	
	border:1px solid #CCCBC9;
	background: #fff;
	height: auto;
	font-weight: 300;
	margin:0px 10px 10px;
	padding: 15px;
	cursor: pointer;
	text-align:center;
}

.team-items .item img {
	border: 5px solid #CCCBC9;
	margin-bottom: 20px;
}

.team-items .item h4 {
	font-size:19px;
}

.team-items .item h5 {
	font-size:13px;
}

.team-items .item p {
	font-size: 15px;
	color: #777;
}

.socials {
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

.socials a {
	background: #FFFFFF;
    border: 1px solid #CCCBC9;
    color: #202E37;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
    line-height: 35px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.team-items .item:hover .socials a {
	background: #fff;
	border-color: #01296F;
	color:#01296F;
}

.team-items .item .socials a:hover {
	background-color: #fff;
	border-color:#01296F !important;
	color:#01296F !important;
}

#team .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: relative;
    height: 40px;
}
#team .owl-prev, #team .owl-next{
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:1;
	background:#01296F;
	position: absolute;
	transition: all 0.3s ease 0s;
}

#team .owl-prev{
    right: 50%;
    margin-right: 10px;
}

#team .owl-next{
    left: 50%;
    margin-left: 10px;
}

#team .owl-prev:hover, #team .owl-next:hover{
	background:#3C3C3C;
}


/*========================================================================*/
/* Fun Facs
/*========================================================================*/


#facts{
	background:url(../images/parallax/facts.jpg);
}

.facts-box {
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 20px;
	
}

.facts-box h1 {
    color: #01296F;
    font-size: 60px;
    margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

.facts-box h4{
	color:#FFF;
}

/*========================================================================*/
/* Services
/*========================================================================*/

#services{
	padding-bottom:50px;
}

.services-box{
	margin-bottom:50px;
	text-align:center;
}

.services-box .services-icon{
	width: 100px;
	height: 100px;
	color: #01296F;
	font-size: 50px;
	line-height: 94px;
	margin-bottom: 30px;
	display: inline-block;
	border: 1px solid #CECDCB;
	border-radius: 50%;
	
}

.services-box .services-desc{
}

/*========================================================================*/
/* Quote
/*========================================================================*/

#quote{
	background:url(../images/parallax/quote.jpg);
}

.quote-main{
	padding:0px 15px;
	text-align:center;
}

.quote-main .quote-icon {
    font-size: 36px;
    color:#F8F8F8;
	margin-bottom:30px;
}

.quote-main h1 {
    font-size: 30px;
	color:#FFF;
}

.quote-main h5 {
    font-size: 18px;
    margin-top: 30px;
	color:#FFF;
}


/*========================================================================*/
/* Why Choose Us
/*========================================================================*/

#why-choose{
	background:#FFF;
}

.tabs-main{
	padding-right: 15px;
	margin-bottom:30px;
}

.accordion-main{
	padding-left: 15px;
	margin-bottom:30px;
}

.tabs .nav-tabs li a{
	border-radius:1px;
	color:#7f7f7f;
	color: #0C0C0C;
	font-weight: 600;
	text-transform:uppercase;
	padding:8px 16px;
	background:#F3F0F0;
	border-top:2px solid #F3F0F0;
}

.tabs .nav-tabs li.active a{
	border-top:2px solid #01296F;
	background:#FFF;
	color: #0C0C0C;
}

.tabs .nav-tabs li a:hover{
	background:#ededed;
}

.tabs .nav-tabs li.active a:hover{
	background:#FFF;
}

.tabs .tab-content{
	border:1px solid #dbdbdb;
	border-top:none;
	padding:25px 15px;
	font-size:14px;
	color:#a9a9a9;
}

.panel-group .panel-heading {
    cursor: pointer;
	padding: 15px 15px;
}

.panel-body ul li{
	margin-bottom:5px;
	line-height:20px;
	font-weight:300;
}

.panel-body ul li i{
	margin-right:5px;
}

.panel-title {
    font-size: 16px;
	text-transform:uppercase;
}

.panel-group .panel {
    background: none;
    box-shadow: none;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	border-radius:0;
}

.panel-group .panel-body {
	border: none;
}

#accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\f068";
    float: right;
	color:#01296F;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content:"\f067";
}


/*========================================================================*/
/*   Call To Action
/*========================================================================*/

#cta{
	background:url(../images/parallax/cta.jpg);
	padding: 100px 0px 90px;
	position:relative;
}

.cta-main h2 {
	color:#FFF;
}

.cta-main p{
	color:#FFF;
	margin:12px 0px 25px;
	font-size: 17px;
	font-weight:500;
}

.cta-main .btn {
    padding: 11px 25px 11px;
    margin-right: 10px;
    border-color: #FFF;
    font-size: 15px;
	margin-bottom:10px;
}

.cta-main .btn:hover,.cta-main .btn:active,.cta-main .btn:focus{
	border-color:#01296F;
}


/*========================================================================*/
/* Skills
/*========================================================================*/

.skills-left{
	padding:0px 30px;
	margin-bottom:30px;
}

.skills-right{
	padding:0px 30px;
	margin-bottom:30px;
}

#skills h4 {
    margin-bottom: 6px;
    margin-top: 0px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
}

.progress {
    height:20px;
	margin-bottom:30px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background:#E9E4E4;
    border-radius: 0;
}

.progress-bar {
    line-height: 10px;
    background:#01296F;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*========================================================================*/
/*   Works
/*========================================================================*/

#works{
    padding-bottom: 0;
	background:#F8F8F8;
	position:relative;
}

.work-grid .mix { 
	opacity: 0; 
	display: none;
}

.filtering {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.filter {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    cursor: pointer;
    transition: all 0.25s linear 0s;
    padding:10px;
	color:#FFF;
	font-size: 14px;
	margin-bottom: 15px;
	background:#2F2E2E;
}

.filter:last-child {
	margin:0px;
}

.filter.active,
.filter:hover {
	color:#FFF;
	background:#01296F;
}

.full-width{
	width:100%;
	display:table;
}

.work-grid {
    width: 100%;
    margin-top: 60px;
	padding:0;
}

.work-grid .work-item{
    overflow: hidden;
}

.work-grid .work-item .work-image{
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.work-grid .work-item .work-image img{
	width:100%;
	height: auto;
}

.work-grid .work-item .work-caption{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity:0;
}

.work-grid .work-item .work-caption h4{
	font-size:18px;
	color:#FFF;
	margin: 30px 0px 0px 30px;
}

.work-grid .work-item .work-caption p{
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	margin: 5px 0px 0px 30px;
}

.work-grid .work-item .hover-link {
	left:50px;
	position: absolute;
	bottom:25px;
	opacity:0;
}

.work-grid .work-item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	color: #444;
	width:50px;
	height:50px;
	margin: 0px;
	border-radius: 100%;
	cursor:pointer;
	z-index:200;
}

.work-grid .work-item:hover .hover-link, .work-grid .work-item:hover .work-caption{
	opacity:1;
}

.work-grid .work-item:hover .work-caption{
	background:rgba(250,54,54,.8)
}

.thumnail-img {
    position: relative;
    float: left;
    display: inline-block;
    width: 25%;
    overflow: hidden;
}

/* ==========================================================================
   Client Logo Carousel
   ========================================================================== */

#clients{
	padding:50px 0px;
	background:#262626;
	text-align:center;
}

.clients-carousel .item figure{
	margin: 5px;
}

.clients-carousel .item figure img{
	display: block;
	margin: 0 auto;
	width: 80%;
	opacity:0.5;
}

.clients-carousel .item figure img:hover{
	opacity:1;
}


/*========================================================================*/
/*  Video
/*========================================================================*/

#video{
	background:#FFF;
}

.video-caption-main{
	margin-bottom:30px;
}

.video-caption {
	margin-bottom:30px;
    color: #E7E7E7;
}

.video-caption h4{
	line-height: 26px;
	font-size: 16px;
}

.video-caption .video-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #01296F;
    font-size: 30px;
    float: left;
    border-radius: 50%;
    border: 1px solid #01296F;
}

.video-caption .video-caption-info {
	margin-left:100px;
}

.play-video{
	margin-bottom:30px;
}

.play-video iframe{
	width:100%;
	height:350px;
}

/*========================================================================*/
/*   Testimonial
/*========================================================================*/

#testimonials {
	background:url(../images/parallax/testimonial.jpg);
}

#testimonials .container{
	position:relative;
}

#testimonials .items {
	margin-bottom: 30px;
	margin-top:-30px;
	text-align:center;
}

#testimonials .desc {
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
    padding: 10px;
	color:#FFF;
	letter-spacing: 0.6px;
}

#testimonials .name {
	font-weight: 700;
	margin-top:10px;
	font-size: 16px;
	color:#FFF;
}

#testimonials .owl-controls .owl-page span {
    border-radius:0;
	background:none;
    display: block;
    margin: 5px 4px;
    opacity: 1;
	width:12px;
	height:12px;
	margin-right:10px;
	border:2px solid #ccc;
}

#testimonials .owl-controls .owl-page.active span {
    background:#FFF;
	border-color:#FFF;
} 
 

/* ==========================================================================
   Pricing
   ========================================================================== */
   
#pricing{
	background:#FFF;
}

.pricing-table {
    text-align: center;
    border: 1px solid #E1E1E1;
	margin-bottom:30px;
	box-shadow:0px 0px 1px #CCC;
	background:#FFF;
}	

.pricing-table h1 {
	padding: 25px 0;
	margin: 0;
	font-size:20px;
}

.pricing-table h2 {
	margin: 0;
	padding: 25px;
	color:#212121;
	background:#F9F8F8;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	border-top: 1px solid #E1DDDD;
	border-bottom: 1px solid #E1DDDD;
}

.pricing-table h2 small {
	font-size: 14px;
	font-weight:700;
	color:#212121;
}

.pricing-table .feature-list {
	padding: 15px 0px;
}

.pricing-table .feature-list ul {
    list-style: none outside none;
    padding: 0px;
	margin:0px;
}

.pricing-table .feature-list ul li {
    padding: 13px 0px;
    border-bottom: 1px solid #DDDADA;
    margin: 0px 40px;
	font-family: 'Open Sans', sans-serif;
}

.pricing-table .feature-list ul li:last-child {
	border:none;
}

.pricing-table .price-signup {
	padding: 30px 0px;
	background:#F8F8F8;
}


/*========================================================================*/
/*   Blog
/*========================================================================*/


#blog{
	background:#F9F9F9;
}

.blog-post{
	padding:20px;
	background:#FEFDFD;
	border:1px solid #F6F3F3;
	margin-bottom:30px;
}

.post-desc{
	margin-bottom:25px;
}

.post-desc h5{
	color:#535252;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
}

.post-media{
	overflow: hidden;
	max-height: 360px;
	margin-bottom:25px;
}

.post-media img{
	max-width:100%;
	height:auto;
}

.post-blog .btn{
    text-transform: uppercase;
    margin-top: 15px;
}


/*========================================================================*/
/*   Single Work Page
/*========================================================================*/

#page-header {
	background:url('../images/page-header.jpg');
	padding:70px 0;
	text-align: center;
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 100% !important;

}

#page-header:after {
	background:rgba(0,0,0,.5) ;
	position:absolute;
	left:0px;
	right:0px;
}

#page-header h1{
	margin-bottom:0;
}

.breadcrumb {
	background: none;
	padding-top: 35px;
 }

.breadcrumb ul {
	list-style: none;
	padding:0;
	margin: 0;
}

.breadcrumb ul li {
	display: inline-block;
	padding: 0px 5px;
}

.breadcrumb ul li::after {
	content: "\f101";
	font-family: 'fontawesome';
	color: #121212;
	line-height: 21px;
	vertical-align: middle; 
	padding-left: 10px;
}

.breadcrumb ul li:last-child::after {
	 display: none;
}

.breadcrumb ul li a {
	 color: #121212;
	 font-weight: 500;
}

.breadcrumb ul li a:hover {
	color: #01296F;
}

.breadcrumb ul li.current a { 
	color: #01296F;
}

#single-work{
	padding-bottom:100px;
}

.work-detail .btn{
	margin-top:30px;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li{
	padding: 5px 0;
	line-height:22px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.9px;
}

.work-detail-list  li span{
	font-weight:600;
	padding-right:15px;	
	text-transform: uppercase;
	font-size: 14px;
}

#single-work-slider {
    margin-bottom: 30px;
    padding-right: 30px;
}

#single-work-slider .owl-controls{
	margin-top:30px;
}

#single-work-slider .owl-prev, #single-work-slider .owl-next{
	display: block;
	width: 30px;
	height: 30px;
	line-height:20px;
	font-size:20px;
	border-radius:0;
	opacity:1;
	background:#01296F;
	position: absolute;
}

#single-work-slider .owl-prev{
    right: 50%;
    margin-right: 10px;
}

#single-work-slider .owl-next{
    left: 50%;
    margin-left: 10px;
}

#single-work-slider .owl-prev:hover, #single-work-slider .owl-next:hover{
	background:#4F3B3B;
}

#single-work-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

#related-project{
	background:url('../images/pattern.png') repeat;
	padding:100px 0 80px;
	position:relative;
}

#related-project .image-wrapper{
	margin-bottom:20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #a0a0a0;
}

/*========================================================================*/
/*   Blog Page
/*========================================================================*/

.post-content {
	margin-top:0;
}

.post-img  {
	margin: 0 0 20px 0;
}

.post-img  img{
	width:100%;
	max-height:400px;
}

.post-meta {
	margin: 20px 0;
	line-height: 20px;
	color: #999;
}

.post-meta a {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#1E1E1E;
	font-weight: 600;
}

.post-meta a i{
	color:#1E1E1E;
	margin-right:5px;
}

.post-description p{
	margin-bottom:25px;
}

blockquote{
	display: block;
	padding: 5px 15px;
	margin: 25px 15px;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	font-style: italic;
	border-left: 5px solid #e5e5e5;
}

blockquote a{
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover{
	color: #666;
}

blockquote em{
	font-style: italic;
}

/* Comments */

.comments-section {
	padding:50px 0;
}
 
.comments-section h3{
	margin-bottom:20px;
}

.comment-list {
	margin: 40px 0;
	border-top: 1px solid #EEE;
	padding-top: 30px;
	font-family: 'Open Sans', sans-serif;	
}

.comment-list h3{
	font-family: 'Open Sans', sans-serif;
}

/* Comment List */

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment {
	padding: 20px 0;
	border-top: 1px solid #E9E6E6;
}

li.comment .single_comment.first-comment {
	border-top: none;
}

li.comment ol.comment-sub {
	margin-left: 65px;	
}

/* Comment List Content */

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 15px;
}

.comment-list ol .comment-avatar  img{
	width:60px;
	height:60px;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;	
}

.comment-list ol .comment-name span{
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;	
}

.comment-list ol .comment-name a {
    font-size: 15px;
    font-weight: 600;
	color:#1E1E1E;
}

.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: 600;
	color:#01296F;
}

.comment-list ol .comment-desc {
	font-size: 14px;
	margin-bottom: 16px;	
	color: #1E1E1E;
	margin-top: 15px;
}

/* Sidebar latest post */

.widget-main{
	margin-bottom:30px;
	padding:20px 20px 10px 20px;
	box-shadow: 0px 0px 2px #CCC;
}
.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box input{
	padding-left:10px;
}

.widget-sidebar .search-box i {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 16px;
}

.post-categories ul{
	padding:0px;
	margin:0px;
}

.post-categories li{
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.post-categories li a:before{
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.post-categories a{
	position: relative;
	color: #2A2929;
	font-size:15px;
	display: inline-block;
	width: 100%;
	letter-spacing: 0.9px;
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.post-categories a:hover{
	color:#01296F;
	margin-left: 10px;
}

.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget a{
	color:#625F5F;
}

.sidebar-widget a:hover{
	color:#01296F;
}

.sidebar-widget img {
	float: left;
	width: 80px;
	height: 67px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date{
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height:20px;
}

/* Tags */

.tags {
	padding: 10px 0 10px;
	display:inline-block;
}

.tags a{
	float: left;
	padding: 10px 7px;
	font-size: 15px;
	color: #121212;
	font-weight: 500;
	margin: 0 6px 6px 0;
	border: 1px solid #ddd;
}

.tags a:hover{
	color: #fff;	
	background:#01296F;
	border-color:#01296F;
}

/*========================================================================*/
/*   Contact
/*========================================================================*/


.contact-form {
    display: block;
    padding: 0px 0px 30px 0px;
}

.contact-info{
	margin-top:50px;
}

.contact-info .contact-text{
	text-align:center;
	margin-bottom:30px;
}

.contact-info .contact-text h3{
	font-weight: 700;
	font-size: 18px;
}

.contact-info .contact-text p{
	font-weight: 600;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

footer{
	padding:70px 0px 30px;
	background:#1F1E1E;
}

.copyright p{
	color:#FFF;
	font-size:16px;
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
}

.social-icons {
    width: 100%;
    display: block;
    overflow: hidden;
	text-align:right;
    margin: 0 auto 20px;
}
.social-icons ul li{
	list-style:none;
	display:inline-block;
}

.social-icons ul li a {
    width: 40px;
    height: 40px;
    color: #FFF;
	background:#181616;
	margin-right:10px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons ul li a:hover { background: #01296F; }


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

.navbar-right{
	float:none !important;
}

}

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

.thumnail-img { width: 33.33%;}

}


@media (min-width: 992px) {
	
#main-menu.collapse { 
	display: block !important;
}

} 


@media (max-width: 992px) {

.navbar-right{
	float:none !important;
	margin-right:0px !important;
}

.clear-toggle{
	display:block;
}

.navbar-toggle {
	display: block !important;
}

#main-menu ul li { 
	display: block;
	text-align: left;
	background: #F1F1F1;
}

#main-menu ul li a {
	line-height: 40px;
}

#main-menu ul li.active > a {
	box-shadow: none !important;
}

#main-menu ul li.has-child > a::after { 
	content: "\f105"; font-family: 'fontawesome';
	margin-left: 10px; 
}

#main-menu ul li:hover ul {
	border-top: solid 2px #01296F; 
	top: 40px;
}

#main-menu ul li ul li a {
	padding: 10px 30px; 
	background: none !important;
}

}


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

.home-slider.owl-theme .owl-controls {
	display:none !important;
}

.home-title h2 {
    font-size: 30px;
	line-height:40px;
}

.home-title h2 span {
    font-size: 40px;
    line-height: 50px !important;
    margin-top: 15px;
    display: inline-block;
}

.social-icons {
	text-align:left;
}

.thumnail-img { width: 50%;}

.tabs-main{
	padding-right: 0px;
}

.accordion-main{
	padding-left: 0px;
}

}


@media (max-width: 500px) {

.thumnail-img { width: 100%;}

}


@media only screen and (max-width: 400px) {

.home-title h2 {
    font-size: 25px;
}

.home-title h2 span {
    font-size:30px;
	line-height:35px !important;
	margin-top:5px;
}

.quote-main h1 {
    font-size: 18px;
}

.quote-main h5 {
    font-size: 15px;
}


}
