/*
	Theme Name: Lazy
	Description: Responsive HTML Template 
	Version: 1.0
	Author: alphawd
	Tags: bootstrap, flat, template, theme, responsive, business, corporate, agency, portfolio, multipurpose  
*/

/* Table of Content
==================================================
	IMPORT SECTION
	MAIN
	STRUCTURE
	PAGES
    MEDIA QUERIES
	MISC
	
/*------------------------------------*\
    IMPORT SECTION
\*------------------------------------*/	
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(bootstrap.min.css);
@import url(fakeLoader.css);
@import url(font-awesome.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html, body {
  height: 100%;
}

body {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #617284;	
  text-align: justify;
  background-color: #fff;
}

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

a {
  color:#444;
  text-decoration:none;
}

a:hover {
  color:#444;
  text-decoration:none;	
}
a:focus {
  outline:0;
  text-decoration:none;	
}

a:hover,
a:active {
  outline:0;
}

p {
  color: #617284;
}

ul {
  list-style: none;
}

ul, li {
  margin: 0;
  padding: 0;  
}

h1, h2, h3, h4, h5, h6 {
  color: #192a3e ;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  width: 100%;
  clear: both;
}

/* header */
.header {
  position: absolute;
  width: 100%;
  clear: both;
  padding: 40px 0;
  z-index: 999;
}

/* logo */
a.navbar-brand-light {
  display: block;
}

a.navbar-brand {
  display: none;
}

/* nav */
.nav > li > a {
  display: block;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 17px;
}

.nav > li > a:hover {
  background-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default{
color: #fff;
background-color: #ccc6c6;
border-color: #aca1a2;
}

.navbar-default .navbar-nav > li > a{
	color:#fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-brand{
	color:#fff;
}

.menu-large {
  position: static !important;
}

.megamenu{
  padding: 25px 0px;
  max-width: 1170px;
}

.megamenu> li > ul {
  padding: 0;
  margin: 0;
}

.megamenu> li > ul > li {
  list-style: none;
}

.megamenu> li > ul > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.428571429;
  color: #9d9d9d;
  white-space: normal;
}

.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #2ecc71;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}

.dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-width: 180px;
  background-color: #262626;
}

ul.dropdown-menu > li > a {
  font-size: 12px;
  padding: 8px 18px !important;
  color: #9d9d9d;
  text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
  color: #262626;
  background-color: #2ecc71;

}

.dropdown-header {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Header search form */
#header-search-form input[type="text"] {
    margin-top:30%;	
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: 200;
    height: auto;
    line-height: 48px;
    margin-bottom: 15px;
    padding: 20px 10px;
    resize: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(46,204,113,0.9);
	z-index: 999999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* main */
.main {
  width: 100%;
  clear: both;
}

.block {
  width: 100%;
  padding: 90px 0;
  clear: both;
}

/* sidebar */
aside .widget {
  margin: 0 0 42px;
}

aside .widget h5 {
  font-size: 15px;
  font-weight: 600;
  color: #192a3e;
  letter-spacing: 1px;
  line-height: 1.57143em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

aside .widget.posts_holder li {
  margin: 0;
  padding: 7px 0;
}

aside .widget.posts_holder li.page_item_has_children > ul.children li:last-child, aside .widget.posts_holder li.menu-item-has-children > ul.sub-menu li:last-child {
  border-bottom: 0 none;
}

aside .widget.posts_holder li:hover {
  color: #2ecc71;
}

aside .widget.posts_holder li.page_item_has_children > ul.children, aside .widget.posts_holder li.menu-item-has-children > ul.sub-menu {
    padding-left: 10px;
}

aside .widget.posts_holder li.page_item_has_children > a, aside .widget.posts_holder li.menu-item-has-children > a {
  display: block;
}

aside .widget a {
  color: inherit;
}

aside .widget {
  margin: 0 0 42px;
}

.widget .tagcloud a {
  margin: 0 0 3px;
}

.widget .tagcloud a {
  display: inline-block;
  font-size: 13px !important;
}

.widget .tagcloud a::after {
  content: ",";
}

aside .widget a {
  color: inherit;
}

aside .widget a, .side_menu a, .side_menu .widget li {
  font-weight: 400;
  transition: color 0.3s ease-in-out 0s;
}

/* footer */
.footer {
  width: 100%;
  padding: 95px 0;
  background-color: #f0f4f7;
  clear: both;
  text-align: center;
}

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

ul.footer-social li {
  display: inline-block;
}

ul.footer-social li a i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 22px;
  color: #a8b4be;
  transition: color 0.2s ease 0s;
  margin: 0 9px;
}

ul.footer-social li a i:hover {
  color: #617284;
}

ul.footer-menu {
  margin: 40px 0 25px;
}

ul.footer-menu li {
  display: inline-block;
}

ul.footer-menu li a {
  display: block;
  color: #617284;
  padding: 0 10px;
  letter-spacing: 1px;
}

ul.footer-menu li a:hover {
  color: #192a3e;
}

.copyright {
  margin: 0;
}

.copyright a {
  color: #2ecc71;
  font-weight: 400;
}

.copyright a:hover {
  color: #24a35a;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
#hero-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
	
#hero-slider .owl-controls{
  display: none !important;
}

.hero-caption {
  position: absolute;
  z-index: 9999;
  top: 260px;
  left: 155px;
}

.hero-title {
  font-size: 46px;
  font-weight: 400;  
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 52px;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 30px;
}

.hero-caption .btn-primary {
  margin-right: 7px;
}
	
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  z-index: 999;
}

#progressBar{
  width: 100%;
  background: #EDEDED;
}

.btn {
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}

.hero-caption .btn-primary, .btn-transparent:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #fff;
}

.btn-primary {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #fff;
}

.btn-primary:hover {
  background-color: #29b866;
  border-color: #29b866;
  color: #fff;  
}

.btn-transparent, .hero-caption .btn-primary:hover {
  background-color: transparent;
  border-color: #fff;
}

.title {
  margin: 0;
  text-transform: uppercase;
  color: #192a3e;
}

.subtitle {
  font-size: 16px;
  margin-bottom: 70px;
}

.line {
  width: 20px;
  height: 3px;
  background-color: #617284;
  margin: 30px 0;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.service-box .top {
  display: block;
  padding: 10px 0;
  margin-bottom: 5px;  
}

.top i {
  color: #2ecc71;
  margin-bottom: 5px;
}

.service-box .top h4 {
  color: #192a3e !important;
  margin: 0;
}

.service-box .desc {
  display: block;
  padding: 13px 0;
  border: 1px solid #e3e7ea;
}

.promo-box {
  width: 100%;
  padding: 50px 0;
  clear: both;
}

.promo-box h3 {
  font-size: 20px;
  color: #192a3e;
  margin: 0 0 10px !important;
  text-transform: uppercase !important;
  line-height: 20px !important;
  letter-spacing: 2px;
}

.promo-box p {
  margin: 0 !important;
}

.promo-box .btn {
  margin-top: 8px;
}

/*==========================================
    PORTFOLIO STYLES
=====================================================*/

.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {

}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-filter > li > a {
  font-size: 14px;
  color: #778c90;
  text-transform: uppercase;
  margin: 0 16px;
}

.portfolio-filter > li > a.active {
  color: #192a3e;
}

.portfolio-items.col-2 > li {
  width: 50%;
}

.portfolio-items.col-2-space > li {
  width: 50%;
  padding: 8px;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-items.col-3-space > li {
  width: 33%;
  padding: 8px;
}

.portfolio-items.col-4 > li {
  width: 25%;
}

.portfolio-items.col-4-space > li {
  width: 25%;
  padding: 8px;
}

.portfolio-item .item-main {
  margin: 0;
  text-align: center;
  background: #fff;
  padding: 0;
}
.portfolio-item img {
  max-width: 100%;
  height: auto;
}
.portfolio-item .portfolio-image {
  position: relative;
}

.portfolio-item .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay-image .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay-image {
  opacity: 1;
}

.item-desc {
  padding: 20px 0;
  background-color: #fff;
}

.item-desc h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.btn-default {
  background-color: transparent;
  border-color: #18191a;
  color: #18191a;
  font-weight: 600 !important;
}

.btn-default:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #fff;
}

/*==========================================
   ISOTOPE FILTERING STYLES
=====================================================*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* ISOTOPE CSS3 TRANSACTIONS */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

img.mockup {
  display: block;
  margin: 0 auto;
}

ul.features-list {
  margin-top: 60px;  
}

ul.features-list li {
  margin-bottom: 40px;  
}

ul.features-list li i {
  float: left;
  font-size: 28px;
  color: #2ecc71;
  width: 80px;
  height: 80px;  
  line-height: 80px;  
  text-align: center;
  border-radius: 50%;
  border: 2px solid #f0f4f7;
}

ul.features-list li h3 {
  color: #192a3e;
  font-weight: 400;
  text-transform: uppercase; 
  letter-spacing: 2px;
  padding-top: 20px !important;
  margin-bottom: 15px;  
}

ul.features-list li h3, ul.features-list li p {
  padding-left: 110px;  
}

.blue {
  background-color: #f0f4f7;
}

.pricing-top {
  background-color: #18191a;
  padding: 30px 0;
  border-radius: 3px 3px 0 0;   
}

.pricing-block .colored {
  background-color: #2ecc71; 
}

.pricing-block .colored li {
  color: #fff !important;
}

.pricing-top ul li {
  margin: 0 0 5px;
  padding: 0;
}

.pricing-top ul li:last-child {
  margin: 0;
  padding: 0;
}

.pricing-title {
  font-size: 18px;
  font-weight: 700;
  color: #9a9da3;
  text-transform: uppercase;
}

.price {
  font-size: 33px;
  font-weight: 700;
  color: #fff;  
}

.price-month {
  font-size: 13px;
  font-style: italic;
  color: #434548;
}

.pricing-desc {
  padding: 15px 30px 30px;
  border-right: 1px solid #d6d9dc;
  border-left: 1px solid #d6d9dc;
  border-bottom: 1px solid #d6d9dc;
  border-radius: 0 0 4px 4px; 
  background-color: #fff;
}

.pricing-desc span {
  color: #9a9da3;
  font-weight: 600;
}

.pricing-desc ul li {
  line-height: 1em;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}

.pricing-desc ul li:last-child {
  border-bottom: 0;
}

.btn-price {
    background: transparent;
    border: 2px solid #222;
    color: #222;
	line-height: 43px;
	display: block;	
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 0;
    text-transform: uppercase;	
}

.btn-price:hover {
    background: #2ecc71;
    border: 2px solid #2ecc71;
    color: #fff;
	line-height: 43px;
	display: block;	
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 0;
    text-transform: uppercase;	
}

.btn-price-colored {
    background: #2ecc71;
    border: 2px solid #2ecc71;
    color: #fff;
	line-height: 43px;
	display: block;	
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 0;
    text-transform: uppercase;	
}

.btn-price-colored:hover {
    background: transparent;
    border: 2px solid #222;
    color: #222;
	line-height: 43px;
	display: block;	
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 0;
    text-transform: uppercase;	
}

/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

#intro {
	background-image:url(../img/coffee.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	color: white;
	min-height: 500px;
	margin: 0 auto;
	padding: 0;
}

.intro-overlay {
  background: rgba(37, 53, 69, 0.8);
}

.counter-wrapper {
  width: 100%;
  padding: 160px 0;
}

.counter-wrapper .line {
  background-color: #fff !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.title_counter h4 {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;  
  margin: 0 !important;
}

.responsive img {
  display: block;
  margin: 20px auto 0;
}

.counter { 
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  color: #fff !important;
  line-height: 46px;
  display: inline-block;
}

.counter > .counter {
  margin-bottom: 0;
}

code, code > .counter {
  text-align: left;
  display: block;
  font-family: Monaco, monospace;
  background: #444;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}
	
code > .counter {
  padding: 0;
  margin: 0;
}
	
@media only screen and (max-width: 1024px) {
.counter {
  font-size: 33px;
}
}
	
@media only screen and (max-width: 800px) {
.counter {
  font-size: 33px;
}		
}

.service h4 {
  text-transform: none;
}

#testimonial-carousel {
  margin-top: 35px;
  text-align: center;
}

.client-name {
  font-weight: 600;
}

.client-name a {
  color: #2ecc71;
  font-weight: 600;
}

p.client-t {
  font-size: 18px;
  font-weight: 400;
  color: #617284;
  line-height: 32px;
}

p.client-t i {
  font-size: 22px;
}

p.client-t i.fa-quote-left {
  margin-right: 5px;
}

p.client-t i.fa-quote-right {
  margin-left: 5px;
}

/*------------------------------------*\
    ABOUT US
\*------------------------------------*/
.hero-about {
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 400px;
}

.page-overlay {
  max-width: 100%;
  min-height: 400px;  
  background: rgba(37, 53, 69, 0.8);
}

h1.page-title {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-top: 190px;
}

.white-line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 20px;
}

.features-box {
  color: #fff;
  margin: 0 auto;
}

.features-box h3 {
  color: #fff !important;
  margin-top: 90px;
}

.features-box h4 {
  color: #fff !important;
}

.features-box p {
  color: #727272;
  font-size: 16px;
}

p.desc {
  margin-bottom: 60px;
}

.features-box i {
  font-size: 30px;
}

.block_levels {
  margin-top: 30px;
}

.progress-text p.title {
  float:left; 
  font-size:13px; 
  font-weight:600; 
  letter-spacing: 1px; 
  text-transform:uppercase;
  color:#192a3e; 
  padding:0px; 
  margin: 0; 
}

.progress-text {
  padding: 0 0 7px; 
  overflow:hidden;
}

.progress-text .num {
  float:right; 
  color:#a2a2a2;
}

.progress {
  margin-bottom: 20px;
  height:9px;
  overflow:hidden;
  position:relative;	
  background-color:#e8e8e8;	
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;	
  -webkit-transform:translate3d(0,0,0);
}

.progress div {
  width:0px;
  height:9px;
  overflow:hidden;
  position:relative;	
  background-color:#2ecc71;	
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  -webkit-transform:translate3d(0,0,0);	
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;	
}

.panel-default > .panel-heading {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.panel-heading {
  display: block;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 7px;
  background-color: #f0f4f7 !important;
}

.panel-heading.active, .panel-heading:hover {
  background-color: #2ecc71 !important;
  color: #fff;
}

.panel-title {
  font-size: 14px;
  font-weight: 600;
}

.panel-title a {
  display: block;
}

.panel-title a:hover, .panel-title a:focus {
  display: block;
  color: #fff;  
}

#collapseOne {
  background-color: transparent;
}

.panel-body {
  padding: 20px;
}

.tab-pane {
  padding: 20px 0;
}

.panel {
  border: 0;
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default {
  border-color: transparent;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.service-box .title {
  display: block;
  color: #fff !important;
  padding: 18px 0;
  margin-bottom: 10px;
}

.service-box i {
  font-size: 28px;
  margin-bottom: 10px;
}

.service-box h4 {
  font-size: 18px;
  color: #fff !important;
  text-transform: none;
  margin: 0;
}

.first-service {
  background-color: #2ecc71;
}

.second-service {
  background-color: #32dc7a;
}

.third-service {
  background-color: #34e47f;
}

.fourth-service {
  background-color: #36ed84;
}

/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.hero-services {
  background-image: url(../img/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 400px;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.page-wrapper {
  width: 100%;
  padding-top: 90px;
}

.page-title {
  padding: 35px 0 15px;
}

.post {
  margin-bottom: 60px;
}

.post-text {
  background-color: #fff;
  padding: 23px 23px 35px;
}

.post-title, .post-title a {
  color: #192a3e !important;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.38462em;
  text-transform: uppercase;  
}

.post-title span {
  font-size: 24px;
  color: #617284;
}

.post_info {
  color: #617284;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 18px !important;
  width: 100%;
  line-height: 26px;
}

.post_info a {
  color: #617284;
}

.post_info .time, .post_info a, .post_info .post_author, .post_info .blog_like, .post_info .blog_share {
  display: inline-block;
}

.post_info i {
  font-size: 3px;
  vertical-align: middle;
}

.post_details p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.post_more {
  margin: 30px 0 0;
}

#post-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
	
#post-slider .owl-controls{
  display: none !important;
}
	
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
}

#progressBar{
  width: 100%;
  background: #EDEDED;
}

i.qoute_mark {
  color: #c0c0c0;
  font-size: 36px;
  margin: 7px 0 0;
}

.post_title {
  padding: 0 0 0 60px;
}

.post_title p {
  color: #192a3e;
  font-size: 21px;
  line-height: 35px;
}

.quote_author {
  color: #c0c0c0;
  display: block;
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

/*------------------------------------*\
    BLOG POST
\*------------------------------------*/
.post-text-blue {
  background-color: #f0f4f7;
  padding: 23px 0 35px;  
}

blockquote {
  border: 0 !important;
}

blockquote i.pull-left {
  color: #617284;
  font-size: 22px;
  margin: 6px 0 0 !important;
}

blockquote h5 {
  padding: 0 0 0 40px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5625em;
  margin: 0 !important;
  text-transform: none;
}

.single_tags {
  margin: 26px 0 0 0 !important;
  overflow: hidden;
}

.single_tags h5 {
  display: block;
  float: left !important;
  margin-right: 7px !important;
}

.single_tags a {
  color: #192a3e;
  letter-spacing: 1px;
}

.comment_number {
  color: #192a3e;
  margin-bottom: 20px;
}

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

.comment-box {
  background-color: #fff;
  padding: 23px;
  margin-bottom: 18px;
}

.avatar-img {
  float: left;
  width: 75px;
  height: 75px;
}

.avatar-img img {
  border-radius: 50% !important;
}

.comment-box .text {
  min-height: 80px;
  padding: 0 0 0 100px;
  position: relative;
}

#comments_form .form-control {
  margin-bottom: 10px;
}

.comments_form {
  margin: 40px 0;
}

.comments_form h5 {
  color: #192a3e;
  margin-bottom: 10px !important;
}

#comments {
  padding: 20px;
}

#comments_form .form-control {
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #818181;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 17px;
  padding: 15px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;	
  margin: 0 0 20px !important;
}

textarea {
  min-height: 177px;
}

.comments_form_submit {
  margin-top: 25px;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.control-group {
  margin-bottom: 15px;
}

.modal-header {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  padding: 0 25px 15px;
  text-align: left;
}

.form-top-left {
  float: left;
  padding-top: 25px;
  width: 75%;
}

.modal-title {
  color: #555;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: none;
}

.modal-subtitle {
  font-size: 16px;
  text-transform: none;
  color: #888;
}

.form-top-right {
  color: #ddd;
  float: left;
  font-size: 66px;
  line-height: 100px;
  padding-top: 5px;
  text-align: right;
  width: 25%;
}

.modal-body {
  background-color: #eeeeee;
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 30px !important;
  text-align: left;
}

.form-control {
  background: #f8f8f8;
  border: 3px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #888;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

textarea.form-control {
  height: 100px;
}

#contactForm .btn {
  background: #2ecc71;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  text-transform: none !important;  
  width: 100%;
}

/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {



}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

.dropdown-header {
  font-size: 12px;
}

.hero-caption {
  display: none;
}

.pricing-block {
  margin-bottom: 20px;
}

p.client-t {
  font-size: 14px;
}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.header {
  padding: 0;
  background-color: #fff;
  z-index: 99;
}

a.navbar-brand {
  display: block;
}

a.navbar-brand-light {
  display: none;
}

.navbar-nav > li > a {
  line-height: 20px;
  color: #444444;
}

.navbar-brand img {
  margin-top: 8px;
  float: none;
  display: block;
  line-height: 20px;
}

.navbar-collapse {
  float: none !important;
  background-color: #f7f7f7;
  z-index: 9999 !important;
  position: absolute;
  width: 100%;
}

.navbar-toggle i {
  font-size: 20px;
  color: #18191a;
}

.megamenu {
  top: 50%;
}

.hero-caption {
  display: none;
}

.service-title {
  margin-bottom: 20px;
}

.pricing-block {
  margin-bottom: 20px;
}

.clients img {
  display: block;
  margin: 20px auto;
}

.promo-box {
  text-align: center;
  background-color: #fff !important;
}

.title_counter {
  margin-bottom: 20px;
}

.client-t {
  font-size: 14px !important;
}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

.header {
  padding: 0;
  background-color: #fff;
  z-index: 99;
}

a.navbar-brand {
  display: block;
}

a.navbar-brand-light {
  display: none;
}

.navbar-nav > li > a {
  line-height: 20px;
  color: #444444;
}

.navbar-brand img {
  margin-top: 8px;
  float: none;
  display: block;
  line-height: 20px;
}

.navbar-collapse {
  float: none !important;
  background-color: #f7f7f7;
  z-index: 9999 !important;
  position: absolute;
  width: 100%;
}

.navbar-toggle i {
  font-size: 20px;
  color: #18191a;
}

.megamenu {
  top: 50%;
}

.hero-caption {
  display: none;
}

.service-title {
  margin-bottom: 20px;
}

.pricing-block {
  margin-bottom: 20px;
}

.clients img {
  display: block;
  margin: 20px auto;
}

.promo-box {
  text-align: center;
}

.title_counter {
  margin-bottom: 20px;
}

.client-t {
  font-size: 14px !important;
}

.footer-menu li a {
  font-size: 13px;
  padding: 0 5px !important;
}
 
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}