 
/*---------------------------------------------------------------

  Project Name: Blink | Multipurpose Landing Page
  File Name: style.css
  Author: alphawd
  Author URL: https://bit.ly/3ngKYG4
  Version: 1.0.0

------------------------------------------------------------------*/


/*----------------------------------------------------------------

// TABLE OF CONTENTS //

   01 - GENERAL
   02 - TYPOGRAPHY
   03 - PRE LOADER
   04 - HEADER
   05 - HERO
   06 - ABOUT
   07 - PROJECTS
   08 - SERVICES
   09 - TEAM
   10 - NEWS
   11 - CTA
   12 - CONTACT
   13 - FOOTER
   14 - RESPONSIVE STYLES

------------------------------------------------------------------*/


/*---------------------------------------
  01. GENERAL            
-----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');

body {
  font-family: 'Poppins', sans-serif;
  color: #494949;
  font-size: 16px;  
  font-weight: 400;
  line-height: 26px;  
}
  
/* Page content */  
#page-content { overflow: hidden; }

/* Spacing */
.large-10 { padding-top: 100px; padding-bottom: 10px; }
.large-20 { padding-top: 100px; padding-bottom: 20px; }
.large-30 { padding-top: 100px; padding-bottom: 30px; }
.large-40 { padding-top: 100px; padding-bottom: 40px; }
.large-50 { padding-top: 100px; padding-bottom: 50px; }
.large-60 { padding-top: 100px; padding-bottom: 60px; }
.large-70 { padding-top: 100px; padding-bottom: 70px; }
.large-80 { padding-top: 100px; padding-bottom: 80px; }
.large-90 { padding-top: 100px; padding-bottom: 90px; }
.large-100 { padding-top: 100px; padding-bottom: 100px; }

/* Margin Top */
.m-top-0 { margin-top: 0; }
.m-top-10 { margin-top: 10px; }
.m-top-15 { margin-top: 15px; }
.m-top-20 { margin-top: 20px; }
.m-top-30 { margin-top: 30px; }
.m-top-35 { margin-top: 35px; }
.m-top-40 { margin-top: 40px; }
.m-top-50 { margin-top: 50px; }
.m-top-60 { margin-top: 60px; }
.m-top-70 { margin-top: 70px; }
.m-top-80 { margin-top: 80px; }
.m-top-90 { margin-top: 90px; }
.m-top-100 { margin-top: 100px; }

/* Margin Bottom */
.m-bottom-0 { margin-bottom: 0; }
.m-bottom-10 { margin-bottom: 10px; }
.m-bottom-15 { margin-bottom: 15px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-35 { margin-bottom: 35px; }
.m-bottom-40 { margin-bottom: 40px; }
.m-bottom-50 { margin-bottom: 50px; }
.m-bottom-60 { margin-bottom: 60px; }
.m-bottom-70 { margin-bottom: 70px; }
.m-bottom-80 { margin-bottom: 80px; }
.m-bottom-90 { margin-bottom: 90px; }
.m-bottom-100 { margin-bottom: 100px; }

/* Margin Left */
.m-left-0 { margin-left: 0; }
.m-left-10 { margin-left: 10px; }
.m-left-20 { margin-left: 20px; }
.m-left-30 { margin-left: 30px; }
.m-left-40 { margin-left: 40px; }
.m-left-50 { margin-left: 50px; }
.m-left-60 { margin-left: 60px; }
.m-left-70 { margin-left: 70px; }
.m-left-80 { margin-left: 80px; }
.m-left-90 { margin-left: 90px; }
.m-left-100 { margin-left: 100px; }

/* Margin Right */
.m-right-0 { margin-right: 0; }
.m-right-10 { margin-right: 10px; }
.m-right-20 { margin-right: 20px; }
.m-right-30 { margin-right: 30px; }
.m-right-40 { margin-right: 40px; }
.m-right-50 { margin-right: 50px; }
.m-right-60 { margin-right: 60px; }
.m-right-70 { margin-right: 70px; }
.m-right-80 { margin-right: 80px; }
.m-right-90 { margin-right: 90px; }
.m-right-100 { margin-right: 100px; }

/* Padding Top */
.p-top-0 { padding-top: 0; }
.p-top-10 { padding-top: 10px; }
.p-top-20 { padding-top: 20px; }
.p-top-30 { padding-top: 30px; }
.p-top-40 { padding-top: 40px; }
.p-top-50 { padding-top: 50px; }
.p-top-60 { padding-top: 60px; }
.p-top-70 { padding-top: 70px; }
.p-top-80 { padding-top: 80px; }
.p-top-90 { padding-top: 90px; }
.p-top-100 { padding-top: 100px; }

/* Padding Bottom */
.p-bottom-0 { padding-bottom: 0; }
.p-bottom-10 { padding-bottom: 10px; }
.p-bottom-20 { padding-bottom: 20px; }
.p-bottom-30 { padding-bottom: 30px; }
.p-bottom-40 { padding-bottom: 40px; }
.p-bottom-50 { padding-bottom: 50px; }
.p-bottom-60 { padding-bottom: 60px; }
.p-bottom-70 { padding-bottom: 70px; }
.p-bottom-80 { padding-bottom: 80px; }
.p-bottom-90 { padding-bottom: 90px; }
.p-bottom-100 { padding-bottom: 100px; }

/* Padding Left */
.p-left-0 { padding-left: 0; }
.p-left-10 { padding-left: 10px; }
.p-left-20 { padding-left: 20px; }
.p-left-30 { padding-left: 30px; }
.p-left-40 { padding-left: 40px; }
.p-left-50 { padding-left: 50px; }
.p-left-60 { padding-left: 60px; }
.p-left-70 { padding-left: 70px; }
.p-left-80 { padding-left: 80px; }
.p-left-90 { padding-left: 90px; }
.p-left-100 { padding-left: 100px; }

/* Padding Right */
.p-right-0 { padding-right: 0; }
.p-right-10 { padding-right: 10px; }
.p-right-20 { padding-right: 20px; }
.p-right-30 { padding-right: 30px; }
.p-right-40 { padding-right: 40px; }
.p-right-50 { padding-right: 50px; }
.p-right-60 { padding-right: 60px; }
.p-right-70 { padding-right: 70px; }
.p-right-80 { padding-right: 80px; }
.p-right-90 { padding-right: 90px; }
.p-right-100 { padding-right: 100px; }
  
/* Background Settings */
.bg-parallax {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
}

.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;	
}

/* Background Colors */  
.bg-white { background-color: #fff; } 
.bg-grey { background-color: #f4f4f4; } 
.bg-dark { background-color: #000; } 


/*---------------------------------------
  02. TYPOGRAPHY              
-----------------------------------------*/

* { margin: 0 auto; text-decoration: none !important; outline: none !important; } 

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  font-weight: 600;
  margin: 0 0 15px;
}

h1 { font-size: 64px; line-height: 68px; letter-spacing: -1px; }
h2 { font-size: 48px; line-height: 50px; }
h3 { font-size: 34px; line-height: 40px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 18px; line-height: 20px; }
h6 { font-size: 16px; line-height: 18px; }

/* Paragraphs */
p { font-size: 16px; margin: 0 0 15px; } 

/* Lists */
ul { margin: 0; padding: 0; list-style: none; }

/* Links */
a, a:visited { color: #494949; text-decoration: none; outline: 0; transition: 0.5s; }
a:hover, a:active, a:focus { color: #04bfea !important; background: transparent !important; text-decoration: none; }

/* Images */
img { width: auto; max-width: 100%; height: auto; vertical-align: middle; border: 0; }

/* Buttons */
.section-btn {
  display: inline-block;	
  background: #04bfea;
  border-radius: 35px;
  border: 1px solid #2899B3;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-shadow: 0 -1px 0px #01a9d0;
  padding: 12px 35px;
  transition: all 0.2s ease-in-out;
}

.section-btn:hover, .section-btn:focus, .section-btn.hover {
  background: #01a9d0 !important;
  border: 1px solid #01a9d0;
  color: #fff !important;
}

/* Section Title */
.section-title {
  position: relative;	
  margin-bottom: 60px;
}

.subtitle {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 18px;
  line-height: 28px;
  padding: 0 20%;
}

/* Text Weight */
.text-400 { font-weight: 400; }
.text-600 { font-weight: 600; }
.text-800 { font-weight: 800; }

/* Text Color */
.text-white { color: #fff; }
.text-grey { color: #f4f4f4; }
.text-dark { color: #000; }

/* Text Alignment */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }


/*---------------------------------------
  03. PRE LOADER              
-----------------------------------------*/  

.flbackdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
}


/*---------------------------------------
  04. HEADER              
-----------------------------------------*/  

.navbar-custom {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
  transition: all 400ms ease-in-out;  
}

.bg-light { 
  background-color: #fff!important ; 
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); 
}
  
/* Logo */
.navbar-custom .navbar-brand.logo-light, 
.navbar-custom .navbar-brand.logo-dark {
  margin-left: 0;
  padding: 0;  
}

.navbar-custom.navbar-tra.bg-tra .navbar-brand.logo-light { display: block; }
.navbar-custom.navbar-tra.bg-tra .navbar-brand.logo-dark { display: none; }

.navbar-custom.navbar-light.bg-light .logo-light { display: none; }
.navbar-custom.navbar-light.bg-light .logo-dark { display: block; }
  
/* Nav */
.navbar-custom .navbar-nav.navbar-first {
  margin-left: 5em;
}

.navbar-custom .nav li > a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}

.navbar-light .nav li > a { color: #555 !important; }

.navbar-custom .nav li > a:hover, 
.navbar-custom .nav li > a:focus, 
.navbar-custom .nav li.active > a {
  background: transparent;
  color: #04bfea;
}

/* Dropdown Menu */
.dropdown-toggle:after { 
  font-family:'FontAwesome'; 
  content:"\f107";
  margin-left: 5px; 
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent !important;
}

.dropdown-menu {  
  min-width: 180px;
  padding: 0 !important;
  border-radius: 3px !important;
}

.dropdown-menu:before {  
  font-family:'FontAwesome';
  content:"\f0d8";
  position: absolute;
  top: -17px;
  left: 20px;
  font-size: 28px;
  color: #fff;
}
  
.dropdown-menu > li {  
  border-bottom: 1px solid #dee9ed !important;
}
  
.dropdown-menu > li:last-child {  
  border-bottom: none !important;
}

.dropdown-menu > li > a, .navbar-collapse.collapse .dropdown-menu > li > a {
  color: #1a1a1a !important;  
  font-size: 14px !important; 
  line-height: 1.4 !important;	
  padding: 16px 20px !important;	  
} 
  
.navbar-custom .navbar-nav.navbar-first .dropdown-menu > li > a:hover {
  color: #fff !important;  
  background-color: #04bfea !important;
}

.navbar-custom .navbar-nav.navbar-first .dropdown-menu > li:first-child > a:hover {
  color: #fff !important;  
  background-color: #04bfea !important;
  border-radius: 3px 3px 0 0;
}

.navbar-custom .navbar-nav.navbar-first .dropdown-menu > li:last-child > a:hover {
  color: #fff !important;  
  background-color: #04bfea !important;
  border-radius: 0 0 3px 3px;
}

.navbar-custom .navbar-nav.navbar-right {
  margin: 6px 0;
}

.navbar-custom .navbar-nav.navbar-right li > a {
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;  
  margin-left: 5px;
  padding: 0;
}

.navbar-light.bg-light .navbar-nav.navbar-right li > a { 
  color: #888; 
  border: 2px solid rgba(240, 240, 240, .05) !important; 
  background-color: rgba(200, 200, 200, .45) !important;
}

.navbar-custom .navbar-nav.navbar-right li > a.fa-facebook:hover {
  color: #fff !important;
  border: 2px solid #3b5998;  
  background: #3b5998 !important;
}

.navbar-custom .navbar-nav.navbar-right li > a.fa-twitter:hover {
  color: #fff !important;
  border: 2px solid #1d9bf0;  
  background: #1d9bf0 !important;
}

.navbar-custom .navbar-nav.navbar-right li > a.fa-linkedin:hover {
  color: #fff !important;
  border: 2px solid #2797cf;  
  background: #2797cf !important;
}

.navbar-custom .navbar-nav.navbar-right li > a.fa-behance:hover {
  color: #fff !important;
  border: 2px solid #1869ff;  
  background: #1869ff !important;
}

/* Mobile Nav */
.navbar-custom .navbar-toggle {
  border: none;
  padding-top: 10px;
  background: transparent;  
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #252525;
  border-color: transparent;
}

@media(min-width: 768px) {
  .navbar-custom {
    border-bottom: 0;
    background: 0 0;	
  }
  .navbar-custom.affix {
    background: #fff;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;	
  }
  .affix .navbar-brand {
    transition: all 0.3s;	  
  }
  .affix .navbar-brand.logo-light {
    display: none !important;
  }  
  .affix .navbar-brand.logo-dark {
    display: block !important;
  }
  .affix .nav li > a {
    color: #1a1a1a;
  }
  .affix .navbar-nav.navbar-right li > a {
    width: 38px;
    height: 38px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #1a1a1a;
    border-radius: 50%;  
    margin-left: 5px;
    padding: 0;
  }
  
}


/*---------------------------------------
  05. HERO              
-----------------------------------------*/ 

#hero {
  background-image: url(../images/hero-bg.jpg);
  padding: 270px 0 200px !important;
}
   
#hero .hero-text h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;  
}   
  
.hero-text h4 {
  color: #fff;	
  margin-bottom: 25px;  
}


/*---------------------------------------
  06. ABOUT              
-----------------------------------------*/ 

.about-text .section-title {
  margin-bottom: 25px;
}  

.counter-box {
  margin-top: 15px;	
}

.counter { 
  color: #04bfea !important;
  font-weight: 700 !important;
  font-size: 64px;
  line-height: 74px;
}

.title-counter span {
  display: inline-block;
  color: #1a1a1a;  
  font-size: 16px !important;
  font-weight: 700 !important;
}
  
.about-img img {
  display: block;  
  width: 450px;
  float: right;
}
  
.social a {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  margin-right: 3px;
}


/*---------------------------------------
  07. PROJECTS             
-----------------------------------------*/

#portfolio-section .no-pad { padding: 0; }  
 
 /* Caption Style */
.grid figure {
	margin: 0;
	position: relative;
	overflow: hidden;	
}

.grid figure img {
	width: 100%;  
	max-width: 100%;
	display: block;
	position: relative;
	transition: transform 0.4s;	
  }
  
.grid figure:hover img, .grid figure.cs-hover img {
	transform: translateY(-50px);
}  

.grid figcaption {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: #2c3f52;
	color: #04bfea;
	height: 80px;
	width: 100%;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.4s, opacity 0.1s 0.3s;	
}
  
.grid figure:hover figcaption, .grid figure.cs-hover figcaption {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.4s, opacity 0.1s;
}  
  
i.fa-caret-up {
    position: absolute; 
    top: -18px; 
    left: 60px; 
    font-size: 28px; 
    color: #2c3f52;
}   

.grid figcaption h6 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: #fff;  
}

.grid figcaption span {
  font-size: 13px;
  line-height: 20px;
  display: block;
  position: relative;    
}

/* Magnific Popup */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }


/*---------------------------------------
  08. SERVICES             
-----------------------------------------*/

#services { position: relative; }

#services .col-md-6 { padding: 0; }

.services-img {
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 0;  
}

.services-text {
  padding: 90px 0 50px 60px;
  background-color: #222;
}

.service-box { padding-bottom: 20px; }

.service-icon { margin-bottom: 20px; }

.service-box h5 {
  color: #fff;
  margin-bottom: 15px;
}

.service-box p {
  color: #ccc;
  padding: 0 15% 0 0;
}


/*---------------------------------------
  09. TEAM             
-----------------------------------------*/

#team .member { margin-bottom: 30px; }

#team h6 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: #fff;  
}

#team span {
  font-size: 13px;
  line-height: 20px;
  display: block;
  position: relative;    
}

#team ul.social {
  list-style: none;
  margin: 0;
  padding: 0;  
}

#team ul.social li {
  display: inline-block;
  position: relative;
  line-height: 40px;  
}

#team ul.social li a {
  color: #fff !important;	
  font-size: 18px;
  line-height: 18px;   
  background: none;
  margin: 0;
  padding: 0 8px;
}

#team ul.social li:last-child > a {
  padding: 0 0 0 8px;
}


/*---------------------------------------
  10. NEWS             
-----------------------------------------*/

.recent-post-box-item { margin-bottom: 25px; }

.recent-post-box-item .post-thumbnail { margin: 0; }

.recent-post-box-item .post-thumbnail img { border-radius: 4px 4px 0 0 !important; }

.recent-post-box-item .wrapper { padding: 30px; border-radius: 0 0 4px 4px; }

.recent-post-box-item .wrapper .entry-title { position: relative; margin-bottom: 7px; }

.recent-post-box-item .wrapper .entry-title .date { 
  display: block; 
  color: #aaa; 
  font-size: 13px; 
  line-height: 13px; 
  text-transform: uppercase; 
  margin-bottom: 5px; 
}

.recent-post-box-item .wrapper .entry-title .category {
  position: absolute;
  transform: translateY(-75px);
  right: 0;
  border-radius: 30px;
  background-color: #2f3241;
  padding: 8px 25px;
}
 
.recent-post-box-item .wrapper .entry-title .category a {
  color: #fff; 
  font-size: 12px; 
  font-weight: 600; 
  line-height: 12px;
}

.recent-post-box-item .wrapper .entry-title .title { 
  color: #0c121f; 
  font-size: 18px; 
  font-weight: 600; 
  line-height: 20px; 
  margin-bottom: 0; 
}

.recent-post-box-item .wrapper .entry-title .title a { color: inherit; }

.recent-post-box-item .wrapper .entry-content { margin-bottom: 15px; }

.recent-post-box-item .wrapper .entry-content p { line-height: 20px; margin: 0; }

.recent-post-box-item .wrapper .entry-meta { 
  line-height: 15px; 
  border-top: 1px solid rgba(0, 0, 0, .1); 
  margin-bottom: 0; 
  padding-top: 15px; 
}
 
/* Blog Details */
#blog-details {
  margin-top: 65px;	
}

.blog-single {
  margin-bottom: 40px;	
}

article.single-post {
  display: block;	
  margin-bottom: 20px;	
}

.entry-header {
  display: block;	
}

h1.entry-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
  margin-bottom: 20px;
}

ul.meta { list-style: none; margin: 0 0 20px; padding: 0; }

ul.meta li { 
  position: relative; 
  display: inline-block; 
  font-size: 14px; 
  line-height: 14px; 
  margin: 0 47px 0 0; 
  padding: 9px 0; 
}

ul.meta li:first-child { padding-left: 62px; }

ul.meta li:last-child { margin: 0; }

ul.meta li .author-img { position: absolute; top: 0; left: 0; width: 50px; }

ul.meta li .author-img img { border-radius: 50%; }

ul.meta li span { display: block; color: #828282; margin-bottom: 4px; }

ul.meta li b, ul.meta li a { color: #1a1a1a; }

.post-thumbnail { position: relative; margin-bottom: 30px; }

blockquote { 
  font-size: 15px; 
  font-weight: 600; 
  margin: 30px 0; 
  padding-left: 30px; 
  border-left: 2px solid #04bfea;
}

.tag-title { 
  color: #1a1a1a; 
  font-weight: 600; 
  line-height: 29.6px; 
  letter-spacing: 1px; 
  margin-right: 5px; 
}

.post-tags a { 
  display: inline-block; 
  vertical-align: top; 
  margin: 0 6px 0 0; 
  padding: 3px 12px; 
  background-color: transparent; 
  border: 1px solid #d3d3d3; 
  border-radius: 30px; 
  color: #030712; 
  font-size: 12px; 
  color: #1a1a1a; 
  line-height: 22px; 
}

.post-nav { padding: 20px 0; }

.nav-prev, .nav-next { display:  inline-block; vertical-align: top; width: 50%; }

.nav-prev a { text-align: left; padding-left: 40px; }

.nav-next a { text-align: right; padding-right: 40px; }

.nav-prev a, .nav-next a { 
  position: relative; 
  display: block; 
  text-transform: uppercase; 
  font-size: 12px; 
  line-height: 18px; 
  letter-spacing: 1px; 
  cursor: pointer; 
}

.nav-prev a:before { 
  font-family:'FontAwesome'; 
  content:"\f104"; 
  position: absolute; 
  top: -5px; 
  left: 0; 
  z-index: 0; 
  font-size: 50px; 
  color: silver; 
  line-height: 1; 
}

.nav-next a:after { 
  font-family:'FontAwesome'; 
  content:"\f105"; 
  position: absolute; 
  top: -5px; 
  right: 0; 
  z-index: 0; 
  font-size: 50px; 
  color: silver; 
  line-height: 1; 
}

.nav-prev a strong, .nav-next a strong { 
  display: block; 
  margin-top: 3px; 
  color: #1a1a1a; 
  font-size: 16px; 
  font-weight: 600; 
  line-height: 26px; 
  text-transform: none; 
  letter-spacing: 0; 
}

.author-bio { display: block; padding: 15px 0 0; }

.author-bio .wrapper { position: relative; min-height: 70px; padding-left: 90px; }

.avatar { position: absolute; top: 0; left: 0; z-index: 1; width: auto; height: auto; }

.avatar img { width: 60px; border-radius: 50%; }

.author-info span { 
  display: block; 
  color: #828282; 
  font-size: 11px; 
  line-height: 18px; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
  margin-bottom: 2px; 
}

.author-info .author-name {
  color: #1a1a1a; 
  font-size: 16px; 
  font-weight: 600; 
  line-height: 26px; 
  margin-bottom: 7px; 
}

.recent-post-box { margin-top: 35px; }

.recent-post-box .title { font-size: 24px; font-weight: 600; margin-bottom: 20px; }

.comments-area { padding-top: 15px; }

.comments-area .comments-title { color: #252525; font-size: 23px; font-weight: 600; margin-bottom: 40px; }
 
.comments-area ol.comments-list { margin-bottom: 10px; padding: 0; }

.comments-area ol.comments-list li { list-style: none; }

.comments-area ol.comments-list li .comment-body { position: relative; margin-bottom: 35px; padding: 2px 0 0 90px; }

.comments-area ol.comments-list li .comment-body .comment-meta { display: block; margin-bottom: 12px; }

.comments-area ol.comments-list li .comment-body .comment-meta .comment-author { 
  color: #0d1d28; 
  font-size: 16px; 
  font-weight: 500; 
  line-height: 28px; 
  margin-bottom: 3px; 
}

.comments-area ol.comments-list li .comment-body .comment-meta .comment-author img { 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 1; 
  width: 60px; 
  border-radius: 50%; 
}

.comments-area ol.comments-list li .comment-body .comment-meta .comment-metadata { 
  color: #0d1d28; 
  font-size: 14px; 
  font-weight: 400; 
  line-height: 26px; 
}

.comments-area ol.comments-list li .comment-content { margin-bottom: 17px; }

.comments-area ol.comments-list li .reply .comment-reply { 
  background-color: #888; 
  color: #fff; 
  font-size: 12px; 
  font-weight: 400; 
  padding: 3px 8px; 
  text-transform: uppercase; 
  border-radius: 2px; 
}

.comments-area ol.comments-list li .reply .comment-reply:hover { background-color: #1a1a1a !important; color: #fff !important; }

.comments-area .comment-reply-title { color: #252525; font-size: 23px; font-weight: 600; margin-bottom: 10px; }

.comments-area .required { color: #bf0000; }

.comment-form .form-control {
  border: 1px solid #ccc;	
  border-radius: 4px;
}

.comment-form p {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 0 10px;
  padding-left: 5px;
  display: block;  
}

.widget-area, .widget { margin-bottom: 40px;  }

.widget-title { 
  color: #030712; 
  font-size: 16px; 
  font-weight: 600; 
  line-height: 25px; 
  text-transform: uppercase; 
  letter-spacing: 0; 
  margin: 0 0 22px; 
}

#blog-sidebar {
  margin-top: 0;
  padding: 0;
}
 
#blog-sidebar .search-query {
  font-size: 16px;	
  background: #f0f0f0 !important;
  padding-left: 18px;
  margin-bottom: 0;
  border: 0;
  border-radius: 35px 0 0 35px;
}
 
#blog-sidebar button {
  border: 0;
  background: #f0f0f0;
  padding: 17.5px 18px;
  margin: 0;
  position: relative;
  margin-bottom: 0;
  border-radius: 0 35px 35px 0;
  color:#777;
}

.search-query:focus + button { z-index: 3; }

.recent-posts li { padding: 14px 0; border-bottom: 1px dashed #c0c0c0; }

.recent-posts li:first-child { padding: 0 0 14px; }

.recent-posts li:last-child { padding: 14px 0; border-bottom: 0; }

.recent-posts img { float: left; width: 80px; height: 80px; border-radius: 50%; margin-top: 7px; }

.post-summary { overflow: hidden; padding-left: 15px; } 

.post-summary a { color: #333; font-size: 16px; font-weight: 600; line-height: 26px; margin-bottom: 7px; }

.post-summary .date { color: rgba(0, 0, 0, .6); font-size: 14px; line-height: 24px; margin-bottom: 3px; }

ul.blog-category-list > li { padding: 10px 0; border-bottom: 1px dashed #c0c0c0; transition: all 300ms ease-in-out; }

ul.blog-category-list > li:first-child { padding: 0 0 10px; }

ul.blog-category-list > li:last-child { border-bottom: 0; }

ul.blog-category-list > li a, ul.blog-category-list > li span { color: #3c3c3c; font-size: 14px; }

.tagcloud { margin-bottom: 0; }

.tag-cloud-link { 
  display: inline-block; 
  color: #030712; 
  font-size: 12px; 
  line-height: 22px; 
  vertical-align: top; 
  margin: 0 6px 9px 0; 
  padding: 3px 12px; 
  background-color: transparent; 
  border: 1px solid #d3d3d3; 
  border-radius: 30px; 
}
 
 
/*---------------------------------------
  11. CALL TO ACTION             
-----------------------------------------*/

#cta {
  background-image: url(../images/cta.jpg);
}
  
#cta .cta-text h2 {
  color: #fff; 
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;	
  text-transform: uppercase;  
  margin: 0 0 30px;  
}  
  
#cta .cta-text span { color: #04bfea; }

#cta .cta-text p {
  color: #aaa; 
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 15% 0 0;
  margin: 0;	
}

#cta .cta-contact { float: right; }  
 
#cta a.phone {
  display: block;  
  color: #fff; 
  font-size: 16px;
  font-weight: 600;
  margin: 40px 0 20px;
} 
  
#cta a.phone:hover { color: #04bfea !important; }
  
#cta .btn {
  text-transform: uppercase; 
  margin: 0 auto;	
}


/*---------------------------------------
  12. CONTACT             
-----------------------------------------*/

#contact .section-title { margin-bottom: 20px; } 
#contact ul.contact-list li { clear: both; }  
 
#contact ul.contact-list img {
  display: block;
  height: 38px;
  float: left;  
  margin: 0 20px 15px 0; 
}

#contact ul.contact-list span {
  display: block;
  padding: 7px 0;
}

#contact ul.contact-list li:first-child > span {
  padding: 0 !important;
  line-height: 20px;
}

.control-group { margin-bottom: 15px; }
.control-group.error > .controls > .form-control { 
  background-color: #fff0f0; 
  border-bottom: none !important; 
}
  
.form-control { 
  display: block;	
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  height: 55px;
  line-height: 50px;
  margin: 0 0 14px;
  padding: 0 12px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;	  
}

.form-control:focus {
  border-color: #66afe9;	
  border-bottom: none;	
}

textarea { min-height: 177px; }
textarea.form-control { height: 100px; }
  
::placeholder {
  color: #888 !important;
  opacity: 1;
}  
  
#contact p.help-block { color: #ff1400; }

#gmap_canvas {
  overflow:hidden;
  background:none!important;
  width:100%;
  height:350px;
}

.gmap_iframe {height:350px!important;}


/*---------------------------------------
  13. FOOTER             
-----------------------------------------*/

#footer .footer-top {
  border-bottom: 1px solid #ddd;
}

#footer .footer-logo img {
  margin-bottom: 10px;	  
}

.footer-socials {
 padding-left: 0;
 margin-bottom: 90px;
 list-style: none;
}

.footer-socials>li {
 float: left;	
 position:relative;
 display:block;
}

.footer-socials li > a {
  position:relative;
  display:block;	
  width: 38px;
  height: 38px;
  color: #888;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  border: 2px solid rgba(240, 240, 240, .05);
  border-radius: 50%;  
  margin-right: 5px;
  padding: 0;
  background-color: rgba(200, 200, 200, .45);
}

.footer-socials li > a.fa-facebook:hover, 
.footer-socials li > a.fa-facebook:focus {
  color: #fff !important;
  border: 2px solid #3b5998;  
  background: #3b5998 !important;
}

.footer-socials li > a.fa-twitter:hover,
.footer-socials li > a.fa-twitter:focus {
  color: #fff !important;
  border: 2px solid #1d9bf0;  
  background: #1d9bf0 !important;
}

.footer-socials li > a.fa-linkedin:hover,
.footer-socials li > a.fa-linkedin:focus {
  color: #fff !important;
  border: 2px solid #2797cf;  
  background: #2797cf !important;
}

.footer-socials li > a.fa-behance:hover,
.footer-socials li > a.fa-behance:focus {
  color: #fff !important;
  border: 2px solid #1869ff;  
  background: #1869ff !important;
}

#footer .footer-top h5 {
  font-weight: 800;	
  line-height: 18px;
  text-transform: uppercase;	
  margin: 0 0 18px;
}

#footer .footer-top ul li {
  display: block;
  margin: 0 0 5px;
  padding: 0;  
}

#footer .footer-top ul li > a:hover {
  color: #04bfea;	
}

#footer .footer-bottom {
  padding: 30px 0;
}

#footer .footer-bottom .copyright {
  margin: 0;  
}

#footer .footer-bottom span {
  font-weight: 700;
}


/*---------------------------------------
  14. RESPONSIVE STYLES             
-----------------------------------------*/

@media only screen and (max-width: 1200px) { 

  .navbar-custom .navbar-nav.navbar-first {
    margin-left: inherit;	  
  }

}

@media only screen and (max-width: 992px) {
	
  .about-img img { width: 100%; } 
  
  .service-box p { padding: 0 35% 0 0; }  

  .services-img {
    background-position: center center;
    position: relative;
    left: 0;
    height: 350px;
    width: auto;
  }
  
  #cta .cta-contact { float: left; }  
  
}

@media only screen and (max-width: 767px) {
	
  .navbar-custom {
    background: #fff;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	text-align: center;
  }	
  
  .navbar-custom .navbar-brand.logo-light, .navbar-custom .navbar-brand.logo-dark { 
    margin-left: 15px;
  }
  
  .navbar-custom.affix .navbar-brand.logo-dark, 
  .navbar-custom.affix-top .navbar-brand.logo-dark { 
    display: block !important; 
  }
  
  .navbar-custom.affix .navbar-brand.logo-light, 
  .navbar-custom.affix-top .navbar-brand.logo-light { 
    display: none !important; 
  }
  
  .navbar-custom .nav li a, 
  .affix .nav li a {
    color: #575757;
    line-height: normal;
	padding: 10px;	
  }

  .navbar-custom .navbar-nav.navbar-right li {
    display: inline-block;
  }
  
  .navbar-custom .navbar-nav.navbar-right li > a {
    position:relative;
    display:block;	
    width: 38px;
    height: 38px;
    color: #888;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border: 2px solid rgba(240, 240, 240, .05);
    border-radius: 50%;  
    margin: 0;
    padding: 0;
    background-color: rgba(200, 200, 200, .45);
  }
  
  .dropdown-menu > li > a, 
  .navbar-collapse.collapse .dropdown-menu > li > a { 
    text-align: center; 
	background-color: #f1f1f1;
}  
  
  #hero .hero-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;	
  }

  #hero .hero-text p {
    font-size: 16px;
    line-height: 26px;	
  }

  .section-title p { padding: 0 10%; }  
  
  #cta .cta-text h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 46px;
    margin: 0 0 20px;
  }

}