 
/*---------------------------------------------------------------

  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 - FEATURES
   07 - ABOUT
   08 - CASE STUDY
   09 - PRACTICE AREAS
   10 - TEAM
   11 - NEWS
   12 - CTA
   13 - FOOTER
   14 - MODAL CONTACT FORM
   15 - RESPONSIVE STYLES

------------------------------------------------------------------*/


/*---------------------------------------
  01. GENERAL            
-----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px; 
  color: #494949;
  position: relative;
}
  
/* Page content */  


/* 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-25 { margin-top: 25px; }
.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-25 { margin-bottom: 25px; }
.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-15 { padding-top: 15px; }
.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-15 { padding-bottom: 15px; }
.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: #1c243f !important; } 


/*---------------------------------------
  02. TYPOGRAPHY              
-----------------------------------------*/

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #162542;
  font-family: 'Frank Ruhl Libre';  
  font-weight: 700;
  margin: 0 0 10px;
}

h1 { font-size: 64px; line-height: 70px; letter-spacing: -1px; }
h2 { font-size: 50px; line-height: 60px; }
h3 { font-size: 30px; line-height: 40px; }
h4 { font-size: 22px; line-height: 32px; }
h5 { font-size: 18px; line-height: 20px; }
h6 { font-size: 16px; line-height: 18px; }

/* Paragraphs */
p { font-size: 16px; margin: 0 0 20px; } 

/* 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: #958451 !important; background: transparent !important; text-decoration: none; }

/* Buttons */
.section-btn {
  display: inline-block;	
  background: #958451;
  border-radius: 3px;
  border: 2px solid #958451;
  color: #fff !important;
  font-family: 'Karla'; 
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 -1px 0px #87784a;
  padding: 12px 35px;
  vertical-align: top;
  outline: none;
}

.section-btn.transparent {
  border: 2px solid #70757d;
  color: #70757d;
  background-color: transparent;  
}

.section-btn:hover, .section-btn:focus, .section-btn.hover {
  background: #87784a !important;
  border: 2px solid #87784a;
  color: #fff !important;
}

.section-btn i {
  margin-left: 10px;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700 !important;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 30px;
}
  
.btn-block {
  display: block;
  width: 100%;  
}

.btn-colored {
  color:#fff !important;
  background-color:#cdba6d !important;
  border-color:#cdba6d !important;
}
  
.btn-colored.focus, .btn-colored:focus, .btn-colored:hover {
  color:#fff !important;
  background-color:#b6a561 !important;
  border-color:#b6a561 !important;
}
  
.btn-white {
  color: #cdba6d;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  opacity: 1 !important;
}   
  
.btn-transparent {
  color:#fff !important;
  background-color: #transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
  
.btn-transparent.focus, .btn-transparent:focus, .btn-transparent:hover, 
.btn-white.focus, .btn-white:focus, .btn-white:hover  {
  color: #fff !important;
  background-color: transparent !important;	
  border: 2px solid #fff;	
} 

/* Section Title */
.section-title {
  position: relative;	
  margin-bottom: 60px;
}

.subtitle {
  color: #958451; 
  font-family: 'Karla'; 
  font-size: 22px; 
  line-height: 40px; 
  font-weight: 700; 
  letter-spacing: -.66px; 
  margin-bottom: 5px;
}

.subtitle span {
  padding-left: 80px; 
  position: relative;	
}

.subtitle span::before {
  content: "";
  background-color: #958451;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;  
}

.subtitle span::after {
  display: none;	
  content: "";
  background-color: #958451;
  width: 50px;
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;  
}

.text-center .subtitle span {
  padding: 0 80px;	
}

.text-center .subtitle span::after {
  display: block;	
}	

/* Text Weight */
.text-300 { font-weight: 300; }
.text-400 { font-weight: 400; }
.text-500 { font-weight: 500; }
.text-600 { font-weight: 600; }
.text-700 { font-weight: 700; }

/* 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              
-----------------------------------------*/  

.top {
  padding: 16px 30px;
  background-color: #272643;
}

.top-socials {
  float: left; 	
  padding-left: 0;
  padding-right: 35px;
  margin-right: 35px;
  list-style: none;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.top-socials li {
  float: left;	
  position:relative;
  display:block;
  margin-right: 18px;
}

.top-socials li:last-child {
  margin-right: 0;
}


.top-socials li > a {
  position:relative;
  display:block;	
  color: #fff;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  padding: 0;
}

.top p {
  float: left;	
  color: #fff;
  font-size: 14px;  
  font-weight: 600;	
  line-height: 46px;
  margin: 0;  
}

.top a {
  color: #958451;	
}

.top-contact {
  float: right; 	
  padding-left: 0;
  list-style: none;
}

.top-contact li {
  display:inline-block;
  position:relative;
  padding-left: 62px;
  margin-right: 10px;
  font-size: 13px;
}

.top-contact li img {
  width: 40px;	
  position:absolute;
  top: 3px; 
  left: 0; 
}

.top-contact li span {
  display: block;	
  padding: 4px 0;
}

.top-contact li p {
  float: none;	
  color: #958451;
  line-height: 19px; 
  margin: 0;  
}

.top-contact li a {
  display:block;
  color: #fff;
  font-weight: 600;   
  line-height: 19px;   
}

.top-contact li:first-child {
  padding-right: 45px;
  margin-right: 45px;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
} 

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

.navbar {
  padding: 19px 30px;
}

a.navbar-brand {
  margin-left: 0;	
}

a.navbar-brand img {
  height: 58px;	
}

.btn-close {
  margin: auto;
} 

.navbar-nav .nav-item {
  margin: 0 !important; 
}


.navbar-nav .nav-link {
  color: #fff;	
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 22px !important;  
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #958451 !important;	 
}

.navbar-nav .nav-link.section-btn {
  padding: 12px 35px !important;
  margin-top: 4.4px;
}

.navbar-nav .nav-link.section-btn:hover, 
.navbar-nav .nav-link.section-btn:focus, 
.navbar-nav .nav-link.section-btn.hover {
  background: #87784a !important;
  border: 2px solid #87784a;
  color: #fff !important;
}

.dropdown-toggle {
  text-align: center;	
}

.dropdown-menu {
  min-width: 160px;	
  padding: 0 !important;  
}

.dropdown-menu > li {
  border-bottom: 1px solid #dee9ed !important;	
}

.dropdown-menu > li:last-child {  
  border-bottom: none !important;
}

.dropdown-item {
  color: #1c243f;	
  font-size: 15px;
  font-weight: 600;  
  padding: 15px 20px !important;
  line-height: 15px;  
}

.dropdown-item:hover, .dropdown-item:active, .dropdown-item.active {
  color: #fff !important;  
  background-color: #958451 !important;
}

.dropdown-menu > li:first-child > .dropdown-item:hover, .dropdown-menu > li:first-child > .dropdown-item.active {
  color: #fff !important;  
  background-color: #958451 !important;
  border-radius: 3px 3px 0 0;
}

.dropdown-menu > li:last-child > .dropdown-item:hover, .dropdown-menu > li:last-child > .dropdown-item.active {
  color: #fff !important;  
  background-color: #958451 !important;
  border-radius: 0 0 3px 3px;
}


/*---------------------------------------
  05. HERO              
-----------------------------------------*/ 

#hero {
  background-image: url(../images/hero-bg.jpg);
  height: 900px;
}

.hero-text {
  float: left;	
  max-width: 550px; 
  padding-left: 30px; 
  margin: 320px 0;  
}

.hero-text h2 {
  color:#fff; 
  font-size: 90px; 
  line-height: 90px; 
  margin-bottom: 30px;  	
}

.hero-text p {
  color: #fff; 
  font-size: 22px; 
  font-weight: 400; 
  margin-bottom: 40px; 	
}

.hero-text .section-btn {
  float: left;
  margin-right: 8px;  
}


/*---------------------------------------
  06. FEATURES              
-----------------------------------------*/

#features {
  border-radius: 4px;
  padding: 0;
  margin-top: -50px;		
}
  
#features .box {
  position: relative;	  
  padding: 25px;
  min-height: 118px;
}
  
#features .box img {
  float: left;
  width: 68px;
  margin: 0 20px 20px 0;
}  
  
#features .box h5 {
  text-transform: uppercase;  
}

#features .box p {
  line-height: 18px;
  margin: 0;
}
  
#features .box a {
  color: #fff !important;	    
}

#features .box a:hover  {
  border-bottom: 1px dashed;
  text-decoration: none;
}    
  
#features .first {
  border-radius: 6px 0 0 6px;
}
  
#features .second {
  background-color: #272643;	  
} 
  
#features .third {
  background-color: #958451;
  border-radius: 0 6px 6px 0;	
}


/*---------------------------------------
  07. ABOUT              
-----------------------------------------*/

.about-text {
  padding: 60px 30px 60px 75px;	
}

.about-text .section-title {
  margin-bottom: 15px;
}

.about-text p {
  color: #162542; 
  font-size: 18px; 
  font-weight: 600; 
  line-height: 28px; 
  margin-bottom: 25px;	
} 

.counter-box {
  margin-top: 20px;	
}

.counter { 
  color: #162542 !important;
  font-family: 'Frank Ruhl Libre';
  font-weight: 700 !important;
  font-size: 60px;
  line-height: 60px;
}

.title-counter span {
  display: inline-block;
  color: #494949;  
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 16px;  
}

.about-img {
  position: relative;
  width: 620px;
  max-width: 100%;
  height: 620px;
  margin: 0 auto;
}

.about-img img {
  border-radius: 6px; 
}

.about-img img.img-first {
  float: left; 
  width: 266px; 
  margin: 67px 20px 20px 0;	
}

.about-img img.img-second {
  float: left; 
  width: 333px; 
  margin: 0 0 20px;
}

.about-img img.img-third {
  float: left; 
  clear: left; 
  width: 219px; 
  margin:0 20px 40px 47px;
}

.about-img img.img-fourth {
  float: left; 
  width: 266px; 
  margin: 0 0 40px;
}


/*---------------------------------------
  08. CASE STUDY             
-----------------------------------------*/

.content-title {
  padding: 100px 0 400px;	
  background-color: #272643;	
}

.content-title h2 {
  color: #fff;	
}

.content-boxes {
  margin-top: -329px;
  padding-bottom: 50px;  
}

.no-pad {
  padding: 0;	
}

.owl-filter-bar {
  margin-bottom: 70px;
  text-align: center;
}

.owl-filter-bar .item {
  padding: 11px 26px;
  margin: 0 -5px 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #958451 ;
  text-transform: uppercase;
  border: 1px solid #958451  !important;
  border-radius: 0;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
.owl-filter-bar .item:hover {
  background: #958451 !important;
  color: #fff !important;	
}
.owl-filter-bar .item:first-child {
  border-radius: 30px 0 0 30px;
}
.owl-filter-bar .item:last-child {
  border-radius: 0 30px 30px 0;
}
.owl-filter-bar .item.current {
  background: #958451 !important;
  color: #fff !important;
  border: 1px solid #958451 !important;
  border-bottom: 1px solid #958451 !important;
}

.item {
  margin-bottom: 30px;  
}

.cbox img {
  position: relative; 
  z-index: 3;	
}

.cbox-inner {
  position: relative; 
  padding: 0 20px 0 100px; 
}

.cbox-txt {
  position: relative;
  z-index: 999;
  margin-top: -80px;
  padding: 30px 75px 50px 50px;
  background-color: #f5f5f5;  
}

.cbox-txt h5 {
  font-size: 22px !important; 
  line-height: 30px !important;  
}

.owl-dots {
  margin-top: 0 !important;	
}

.owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background-color: #292849;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  margin: 10px 5px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1 !important;	
  background-color: #292849 !important;
}	

.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: none;
  margin: 10px 5px;
  width: 18px;
  opacity: 1;
  height: 8px;
  background-color: #1a1936;
  border-radius: 4px;
}


/*---------------------------------------
  09. PRACTICE AREAS             
-----------------------------------------*/

.p-box {
  text-align: center; 
  padding: 35px 20px; 
  margin-bottom: 30px;  	
}

.p-icon {
  width: 70px; 
  margin-bottom: 10px;	
}


/*---------------------------------------
  10. TEAM             
-----------------------------------------*/

.member { 
  margin-bottom: 30px;
}

figcaption {
  position: relative;
  width: 90%;
  text-align: center;  
  padding: 21px 28px;
  margin: -50px auto 0; 
  background-color: #fff;
  -webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),.1);  
}

.member-name h4 {
  margin: 0;	
}


/*---------------------------------------
  11. NEWS             
-----------------------------------------*/

.blog-grid li {	
  margin-bottom: 40px;
}

.blog-grid li.blog-grid-item .post-img img {
  display: block;	
  float: left;
  width: 240px;
  margin: 0 40px 0 0;
}

.blog-content {
  padding: 18px 0;	
}

.post-meta {
  margin-bottom: 8px;  
}

.post-meta span b {
  display: inline-block;
  font-weight: 600;
  margin-right: 20px;  
}

.post-meta span {
  color: #666;
  font-size: 16px;
  line-height: 16px;
}

.post-meta span i {
  display: inline-block;
  margin-right: 5px;  
}

.post-title h3 a {
  color: #162542;	
  margin-bottom: 8px;
}

.read-more {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;  
}

.read-more i {
  margin-left: 8px;
}

.blog-grid-wrapper {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;  
  bottom: 0;  
  left: 0;  
  background-image: -moz-linear-gradient(bottom,#162542 0%,rgba(22,37,66,.55) 60%,rgba(255,255,255,0) 100%);	
}


.blog-content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;  
  padding: 30px;
}

.blog-content-inner .post-meta a, .blog-content-inner h3 a, .blog-content-inner .read-more { color: #fff; }

/* 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 #958451;
}

.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: 16px; }

.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: 16.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 { list-style-type: none !important; }

.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; height: 70px; margin-top: 7px; }

.post-summary { overflow: hidden; padding-left: 15px; } 

.post-summary a { color: #333; font-size: 16px; font-weight: 600; line-height: 20px;}

.post-summary .date { color: rgba(0, 0, 0, .6); font-size: 14px; line-height: 24px; margin-bottom: 3px; }
.post-summary .date i { margin-right: 8px; }

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; 
}


/*---------------------------------------
  12. CTA             
-----------------------------------------*/

#cta {
  background-image: url(../images/cta-bg.jpg);
  padding: 100px 0;
}

.cta-text .subtitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;  
}

.cta-text.text-center .subtitle span::after, .cta-text.text-center .subtitle span::before {
  display: none;	
}	

.cta-text h2 {
  margin-bottom: 25px;  
}


/*---------------------------------------
  13. FOOTER             
-----------------------------------------*/

#footer {
  position: relative;	
  padding-bottom: 30px;
  background-image: url(../images/footer-bg.jpg);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #162542;
  opacity: 0.95;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;  
}

#footer p, #footer a {
  color: #AAB5CC;	
}

.footer-logo img {
  width: 192px;	
  margin-bottom: 25px;	  
}

.footer-top {
  position: relative;	
  z-index: 999;	
}

.footer-top p {
  margin-bottom: 26px;
}

.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: #6f7e9c;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #293750;
  border-radius: 50%;  
  margin-right: 7px;
  padding: 0;
  background-color: #293750;
}

.footer-socials li > a:hover, 
.footer-socials li > a:focus {
  color: #fff !important;
  border: 2px solid #958451;  
  background: #958451 !important;
}

.footer-top h5 {
  font-weight: 800;	
  line-height: 18px;
  margin: 7px 0;
}

.footer-top ul {
  color: #AAB5CC;
  list-style-type: disc;	
  list-style-position: inside;
}

.footer-top ul li {
  margin-bottom: 13px;
  border-bottom-style: none !important;
}

.footer-top ul li > a {
  margin-left: 3px;
}

.footer-top ul li > a:hover {
  color: #958451;	
}

.footer-top .recent-posts li {
  margin-bottom: 10px !important;	
  padding: 0;	
}

.footer-top .recent-posts li h5 a {
  color: #fff !important;	
}

.footer-top .recent-posts li h5 a:hover {
  color: #958451 !important;	
}

.icon-holder {
	width: 68px;
    height: 68px;
	line-height: 68px;
	display: block;  
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    background-color: #1B2B4B;
    border-radius: 50%;	
}
  
  .footer-schedule {
    margin: -34px 0 40px;	  
    padding: 35px 26px 20px;	  
    background-color: #1B2B4B;
	border-radius: 5px;
  }

.footer-bottom {
  position: relative;	
  padding: 16px 0px;
  background-color: #1B2B4B;
  border-radius: 5px;
  z-index: 999;
}

.copyright {
  margin: 0;  
}

.copyright span {
  font-weight: 700;
}


/*---------------------------------------
  14. MODAL CONTACT FORM              
-----------------------------------------*/

.modal {
  display: none;
  padding-left: 0 !important;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;	
  right: 0;	
  z-index: 99999;
}

.modal-open { 
  position: fixed; 
  overflow-y: scroll; 
  width: 100%; 
  padding-right: 0 !important; 
}
  
.modal-dialog {
  max-width: 730px !important;
  margin: 30px auto;
}
  
.modal-content {
  background-color: transparent;	
}  
  
#contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 730px !important;
  padding: 0 15px !important;	
  border-radius: 4px 0 0 4px;
}
  
.inner {
  margin-right: -15px;
  margin-left: -15px;    	  
}

.inner:after,
.inner:before {
  display:table;
  content:" ";
}

.inner:after {
 clear:both;
}  
  
.contact-img {
  width: 50%;	 	  
  float: left;	  
  position: relative;
  min-height: 1px;
  padding: 0;
}
  
.contact-img img {
  display: none; 
}  
  
.form {
  width: 50%;		  
  float: left;	  
  position: relative;
  min-height: 1px;
  padding: 0;
}  

.form-inner {
  background-color: #cdba6d; 
  padding: 38px 25px;
  border-radius: 0 4px 4px 0;		
}

.form h6 {
  color: #fff;	
  font-family: 'Karla';
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0;
}

.form h4 {
  color: #fff;	
  font-size: 20px;
  font-weight: 700;	
  line-height: 27px;
  margin: 0 0 20px;	
}

.control-group {	  
  margin-bottom: 11px;
}

.form-control {
  display:block;
  width:100%;
  height: 45px;
  padding: 0 20px;   
  font-size:12px;
  color:#fff;
  background-color:#ddcd8c;
  background-image:none;
  border:1px solid #ecdea5;
  border-radius:30px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
  
input::placeholder, textarea::placeholder { 
  color: #fff !important;
}  

textarea.form-control {
  height: 69px !important;
  resize: none;	
  padding: 10px 0 0 25px; 	  
  margin-bottom: 14px;	
}
  
.form-control:focus {	 
 color: #fff;  
 border-color:#66afe9;
 background-color:#ddcd8c;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
  color:#fff;
}

.form-control:-ms-input-placeholder {
  color:#fff;
}

.form-control::-webkit-input-placeholder {
  color:#fff;
}
  
#select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow-down.png);  
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 18px;  
  margin-right: 2rem;
}   

.help-block {
  display:block;
  color:#ff1400;
  margin-top:5px;
  margin-bottom:10px;
}


/*---------------------------------------
  15. RESPONSIVE STYLES             
-----------------------------------------*/

@media only screen and (max-width: 1200px) { 

.cbox-txt {
 padding: 30px 40px;
}

}

@media only screen and (max-width: 992px) {

.fixed-top {	  
  top: 0;
  transform: none;
}

.about-text {
  padding: 60px 30px;	
}

.about-img img {
  width: 100% !important;
  margin: 0 auto 20px !important;  
}

.member-image img {
  width: 100% !important;
}

/* modal contact form */ 
.modal-dialog {	 
  max-width: 530px !important;
}

#contact {
  background-image: none;
}     	
  
.contact-img, .form {
  width: 100%;			
}
	
.contact-img img {
  display: block;
  border-radius: 4px 4px 0 0;	  
}

.form-inner {
  border-radius: 0 0 4px 4px !important;		
}

li.blog-grid-item .post-img img {
  margin: 0 40px 60px 0 !important;	
}

.post-meta {
  margin: 0 !important;
}

.post-title h3 a {
  font-size: 20px !important;
  line-height: 20px;
  margin: 0 !important;
}

.blog-content {
  padding: 0;	
}

.blog-grid-wrapper {
  min-height: 500px;
}

.blog-grid-wrapper .post-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.read-more {
  font-size: 12px;	
}
  
}

@media only screen and (max-width: 767px) {
	
.top-contact {
  float: none;	
}

#features .first {
  border-radius: 6px 6px 0 0;	
}	

#features .third {
  border-radius: 0 0 6px 6px;	
}	

/* modal contact form */ 
.modal-dialog {	  
  max-width: 410px !important;
}	


}