 
  /*---------------------------------------------------------------

    Project Name: Sparkle | Multipurpose Landing Template
    File Name: style.css
    Author: alphawd
    Author URI: 
    Version: 1.0.0

  ------------------------------------------------------------------*/
  /*----------------------------------------------------------------

  // Table of contents //

    - IMPORT
    - BODY
    - TYPOGRAPHY
    - LINKS
    - LISTS
    - IMAGES
    - BUTTONS
    - GENERAL
    - PAGE LOADER
    - NAVIGATION
    - HERO
    - BOXES
    - ABOUT US
    - TEAM	
    - PROJECTS
    - FEATURES
    - CALL TO ACTION
    - NEWS
    - CLIENTS
    - CONTACT
    - FOOTER
    - RESPONSIVE STYLES

  ------------------------------------------------------------------*/

  /*---------------------------------------
     IMPORT              
  -----------------------------------------*/
  
  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');  


  /*---------------------------------------
     BODY              
  -----------------------------------------*/
  
  body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #494949;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1, h2, h3, h4, h5, h6 {
	color: #2f3241;  
	margin: 0 0 10px;
  }

  h1 {
	font-size: 60px;
    font-weight: 800;	
	line-height: 70px;	
  }

  h2 {
    font-size: 46px;
    font-weight: 800;	
    line-height: 50px;
  }

  h3 {
    font-size: 36px;
    font-weight: 700;	
    line-height: 40px;	
  }
  
  h4 {
    font-size: 24px;
    font-weight: 700;	
    line-height: 28px;	
  }

  h5 {
    font-size: 20px;
    font-weight: 700;	
    line-height: 20px;		  
  }

  h6 {
    font-size: 12px;
    font-weight: 700;	
    line-height: 16px;
  }   

  p {
    color: #494949;
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
  }


  /*---------------------------------------
     LINKS               
  -----------------------------------------*/

  a, a:visited { color: #2f3241; text-decoration: none; outline: 0; transition: 0.5s; }
  a:hover, a:active, a:focus { color: #10b8c7 !important; text-decoration: none; }


  /*---------------------------------------
     LISTS              
  -----------------------------------------*/  

  ul { list-style: disc; padding: 0; }
  ul li { margin: 10px; }
  

  /*---------------------------------------
     IMAGES               
  -----------------------------------------*/

  img {
	max-width: 100%;
    height: auto;	
  }

  /* Caption */
  .grid figure {
	margin: 0;
	position: relative;
  }

  .grid figure img {
	width: 100%;
	display: block;
	position: relative;
  }

  .grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #2c3f52;
	color: #10b8c7;
  }
  
  .fa-caret-up {
    position: absolute; 
    top: -18px; 
    left: 60px; 
    font-size: 28px; 
    color: #2c3f52;
  }   

  .grid figcaption h3 {
	float: left;
    font-size: 16px;
    line-height: 22px;	
	margin: 0;
	padding: 0;
	color: #fff;
  }

  .grid span {
	float: left;
	clear: left;
	display: block;
	color: #dadecf;
  }

  .cs-style-3 figure {
	overflow: hidden;
  }

  .cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
  }

  .cs-style-3 figure:hover img, 
  .cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
  }

  .cs-style-3 figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
  }

  .cs-style-3 figure:hover figcaption, 
  .cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
  } 


  /*---------------------------------------
     BUTTONS              
  -----------------------------------------*/
  
  .btn {
    display: inline-block;
    padding: 11px 30px;
    margin-bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
	text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -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-colored {
    color:#fff !important;
    background-color:#10b8c7 !important;
    border-color:#10b8c7 !important;
  }
  
  .btn-transparent {
    color:#fff !important;
    background-color: none !important;
    border-color:#fff !important;
  }  
  
  .btn-colored.focus, .btn-colored:focus, .btn-colored:hover, .btn-transparent.focus, .btn-transparent:focus, .btn-transparent:hover {
    color:#fff !important;
    background-color:#0fa8b6 !important;
    border-color:#0fa8b6 !important;
  }
  
  .btn-white {
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    opacity: 1 !important;
  }

  .btn-white.focus, .btn-white:focus, .btn-white:hover  {
    color: #dadecf !important;
    background-color: transparent;	
    border: 2px solid #dadecf;	
  }  
  
 
  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  section {
    padding: 100px 0;
  }  

  .section-title {
    margin: 0 0 30px;
  }
  
  .section-title h6 {
    color: #10b8c7;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
  }

  .section-title p {
	font-size: 16px;  
	padding: 0 22%;
  }
  
  .no-pad {
    padding-left: 0;
    padding-right: 0;  
  }
  
  .text-left {
	text-align: left;  
  }
  
  .text-right {
	text-align: right;  
  }

  .text-center {
	text-align: center;  
  }  
  
  .left {
	display: block; 	  
	float: left;  
  }
  
  .right {
	display: block; 	  
	float: right;  
  }
  
  .center {
	display: block;  
	margin-left: auto;
    margin-right: auto;	
  }
  
  .uppercase {
	text-transform: uppercase;  
  }
  
  .white {
	color: #fff;  	  
  }  
  
  .bg-grey {
	background-color: #f3f3f3;  
  }


  /*---------------------------------------
     PAGE LOADER              
  -----------------------------------------*/  

  .flbackdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99999;
  }

  
  /*---------------------------------------
     NAVIGATION              
  -----------------------------------------*/  

  .navbar-custom {
    background: transparent;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
  }
  
  .navbar-custom a:focus {
    outline: none;
  }
  
  .navbar-custom .navbar-brand {
    color: #fff;	
    font-weight: 800;
    text-transform: none;
  }
  
  .navbar-custom .navbar-brand:hover, 
  .navbar-custom .navbar-brand:focus, 
  .navbar-custom .navbar-brand:active, 
  .navbar-custom .navbar-brand.active {
    color: #fff;
  }
  
  .navbar-custom .navbar-brand span {
    color: #10b8c7;
    margin-left: 2px;
  }

  .navbar-custom .navbar-nav.navbar-first {
    margin-left: 100px;
  }

  .navbar-custom .navbar-nav.navbar-first li a {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 8px 13px;
	margin: 8px 8px 8px 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	background-color: transparent;	
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li:last-child a {
	margin: 8px 0;
  }  

  .navbar-custom .navbar-nav.navbar-first li a:hover {
    color: #fff !important;
    outline: none;	
	background-color: #bab699;
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li a:focus, 
  .navbar-custom .navbar-nav.navbar-first li a:active {
    color: #fff !important;
	background-color: #bab699;
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li.active a {
    color: #fff !important;
	background-color: #bab699;
	border-radius: 30px;	
  }

  .navbar-custom .navbar-nav.navbar-first li.active a:hover, 
  .navbar-custom .navbar-nav.navbar-first li.active a:focus, 
  .navbar-custom .navbar-nav.navbar-first li.active a:active {
    color: #fff !important;
	background-color: #bab699;
	border-radius: 30px;	
  }

  .navbar-custom .navbar-nav.navbar-right {
    margin-right: 0;
  }  

  .navbar-custom .navbar-nav.navbar-right li a {
	color: #fff !important;  
	font-size: 18px;
    font-weight: 400;	
	width: 38px;
    height: 38px;
    line-height: 8px;
    border-radius: 50%;	
	text-align: center;
    padding-left: 0;
    padding-right: 0;
	margin: 6px 0 6px 3px;
    transition: all 0.4s ease-in-out;
  }
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-facebook:hover {
    background-color: #3b5998;
    color: #fff;
  }
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-twitter:hover {
    background-color: #00a9ed;
    color: #fff;
  }  
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-linkedin:hover {
    background-color: #006394;
    color: #fff;
  }

  .navbar-custom .navbar-nav.navbar-right li a.fa-behance:hover {
    background-color: #1969ff;
    color: #fff !important;
  }    

  .navbar-custom .navbar-toggle {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-color: transparent;
  }
  
  .navbar-custom .navbar-toggle:hover, 
  .navbar-custom .navbar-toggle:focus {
    background-color: transparent;
    color: #fff;
  }
  
  .navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 25px 0;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      transition: padding 0.3s;
    }
	
    .navbar-custom .navbar-brand {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
  
    .navbar-custom.affix {
      background: #2C3E50;	  
      padding: 10px 0;
    }
  }  

  
  /*---------------------------------------
     HERO              
  -----------------------------------------*/    
  
  #hero {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;	
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
  }
  
  #hero:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;	 	
    background-color: rgba(0,0,0,0.1);
  }
  
  .caption {
    padding: 110px 0 80px;      	  
  }
  
  h1.intro {
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #878787;	  
  }

  p.desc {
    font-size: 18px;
	line-height: 26px;
	margin-bottom: 28px;
	padding: 0 30%;
  }

  p.more .btn, a.icon {
    margin-right: 4px;    	  
  }

  a.watch {
	color: #fff;  
	font-size: 11px;
	font-weight: 600;
	line-height: 20px;
    letter-spacing: 0.5px;	
  }
  
  
.hero-title, .typer-text {
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 40px;
  margin-bottom: 25px !important;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}  


  /*---------------------------------------
     BOXES              
  -----------------------------------------*/
  
  .box {
    padding: 0 15px;
	text-align: center;
  }

  .box i {
    font-size: 40px !important;
    color: #10b8c7;
    width: 100px !important;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: block;
    margin: 0 auto 25px;
    transition-duration: 0.4s;  
  }

  .box:hover > i {
    color: #fff;
    background-color: #10b8c7;
  }

  .box img {
    margin-bottom: 20px;
  } 

  .box .title h4 {
    text-transform: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
  }

  .box p {
    font-size: 13px;
  }  
  

  /*---------------------------------------
     ABOUT              
  -----------------------------------------*/
  
  #about {    
    padding: 0;
	background-color:none;
  }
  
  .about-bg {
    display: block;
	margin-top:0px;  	  
  }

  .about-text {
    padding: 40px 12% 34px !important;
  }
  
  .about-text h5 {
    color: #2f3241 !important;
  }  

  .about-text p {
	padding-right: 20px;
	margin-bottom: 30px;
  }

  a.play-icon {
    margin-right: 10px;	  
  }
      
  a.video {
	color: #000;  
	font-size: 11px;  
    font-weight: 600;
	letter-spacing: 0.5px;
  } 
  
  
  /*---------------------------------------
     TEAM              
  -----------------------------------------*/
  
  #team .section-title {
    margin: 0 0 65px;
  }  
  
  .member .social {
    position: absolute;	
    list-style: none;
    padding: 0;
    top: 28px;
    right: 15px;  
  }

  .member .social li {
    display: inline-block;
    position: relative;  
  }

  .member .social li a {
    font-size: 16px;
    color: #fff !important;
    background: none;
    margin: 0;
    padding: 0 7px;
  }   
  

  /*---------------------------------------
     PROJECTS              
  -----------------------------------------*/  
  
  #projects {
    padding: 100px 0 70px;	  
  }

  #projects .section-title {
    margin: 0 0 65px;	  
  }  

  #projects .grid {
    margin: 0 0 30px;
  }
  
  
  /*---------------------------------------
     FEATURES              
  -----------------------------------------*/
  
  #features {
    background-image: url(../images/yosemite02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
    padding: 120px 0 0 !important;    
  }

  #features h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
  }

  #features p {
    color: #fff;
  }

  ul.feature-left {
    margin-top: 15px;
  }

  ul.feature-left li {
    display: block;
    float: right;	
    margin-bottom: 35px;
    overflow: hidden;
  }
  
  ul.feature-left li i {
    float: right;	  
	line-height: 40px;
  }

  ul.feature-left li h3, ul.feature-left li p {
	text-align: right;  
    padding-right: 45px;
  }  
  
  ul.feature-left li a.more {
    color: #fff !important;
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-align: right !important; 
    padding-right: 45px; 	
  }
  

  ul.feature-right {
    margin-top: 15px;
  }

  ul.feature-right li {
    display: block;
    float: left;	
    margin-bottom: 35px;
    overflow: hidden;
  }

  ul.feature-right li i {
    float: left;	  
	line-height: 40px;
  }

  ul.feature-right li h3, ul.feature-right li p {
	text-align: left;  
    padding-left: 45px;
  }  
  
  ul.feature-right li a.more {
    color: #fff !important;
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-align: left !important; 
    padding-left: 45px; 	
  }  
  

  /*---------------------------------------
     CALL TO ACTION              
  -----------------------------------------*/  
  
  #cta {
    padding: 30px 0;
    background-color: #10b8c7;
  }

  #cta h2 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 20px;
    margin: 10px 0 0;
  }

  #cta .btn {
	float: right;  
    border: 2px solid #70d4dd;
    color: #fff;
    margin: 0;
  }

  #cta .btn:hover {
    color: #fff!important;
  }  
  
  /*---------------------------------------
     NEWS              
  -----------------------------------------*/
  
  #news {
	padding: 70px 0 70px;  
  }
  
  #news .section-title {
    margin: 0 0 65px;
  }  

  .news-item {
    background-color: #fff;
    border-radius: 4px; 
    margin-bottom: 30px;  
  }
  
  a.news-img img {
	width: 100%;  
    border-radius: 4px 4px 0 0;
	transition: transform 0.4s;
  }
  
  a.news-img:hover {
	transform: translateY(-50px);
  }
  
  .news-content {
    padding: 40px 40px 30px;
    text-align: left;
  }

  .news-info {
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    float: left;
    padding: 0 20px 4px 0;	
  }
  
  .news-date {
    color: #959595;
    display: block;
  }

  .news-category {
    position: absolute;
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    transform: translateY(-75px);
    right: -15px;
    border-radius: 30px;
    background-color: #2f3241;
    padding: 12px 30px; 
  }
  
  .news-category a {
    color: #fff;
    font-size: 12px;
    font-weight: 800; 	
  }
  
  h4.entry-title {
    font-family: 'Montserrat', sans-serif;		  
	font-size: 17px;
    line-height: 22px;	
	font-weight: 700;  
    margin: 25px 0 10px;	
  }
  
  h4.entry-title a {
    color: #2f3241 !important; 
  }
  
  h4.entry-title a:hover {
    color: #10b8c7 !important; 
  }
  
  .excerpt p {
    line-height: 20px;    	  
  } 

  #news-banner {
    background-color: #2f3241;
	background-image: url(../images/InsideBanner.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right;
    width: 100%;
	min-height: 250px;
    position: relative;
  }

  #news-banner h2 {
    color: #fff;
	font-weight: 700;
	margin-top: 60px;
  }  
  
  .news-image img {
    width: 100%;
	margin-bottom: 40px;
  }
  
  .post-title h2 {
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
  }

  .post-title span {
    color: #bebebe;
  }

  .post_info {
    color: #bebebe;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 18px !important;
    width: 100%;
   line-height: 26px;
  }

  .post_info a {
    color: #bebebe;
  }

  .post_info a, .post_info .post_author {
    display: inline-block;
  }

  .post_info i {
    font-size: 3px;
    vertical-align: middle;
  }   
  
  blockquote {
    border: 0 !important;
  }
  
  blockquote i.pull-left {
    color: #c1c0c0;
    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;
  }  

  img.thumb {
    margin: 30px 0 40px;	  
  }
  

  /*---------------------------------------
     CLIENTS              
  -----------------------------------------*/   

  #clients { 
    padding: 70px 0 45px;
  }  
  
  #clients ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #clients ul li {
    display: inline-block;
    margin: 0 30px;
  }

  #clients ul li img {
    width: 120px;
	margin-bottom: 25px;
  }


  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/  

  #contact {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;	
  }
  
  #contact:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;	 	
    background-color: rgba(22,36,65,0.4);
  }  

  .contact-inner {
    background-image: url(../images/contact-inner.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    position: relative;	
	border-radius: 4px;
  }
  
  .contact-info img {
    display: none;
  }  
  
  .form {
    background-color: transparent; 
    padding: 10px;
    border-radius: 0 4px 4px 0;		
  }
  
  .form .section-title h6 {
	color: #fff;  
    font-size: 14px;
	line-height: 14px;
  }  

  .form .section-title h4 {	
    font-size: 24px;
    line-height: 24px;
  } 

  .form-group {
    margin-bottom: 11px;
  }

  .form-control {
   display:block;
   width:100%;
   height: 45px;
   padding: 0 20px;
   font-size:12px;
   color:#000;
   background-color:#dadecf;
   background-image:none;
   border:1px solid #dadecf;
   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
  }

  .form-control:focus {
   border-color:#FFF;
   outline:0;
   -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
   box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6)
  }

  .form-control::-moz-placeholder {
   color:#000;
  }

  .form-control:-ms-input-placeholder {
   color:#000;
  }

  .form-control::-webkit-input-placeholder {
   color:#000;
  }
  
  .help-block.with-errors {
    color: #dadecf;
    margin-top: 5px;
  }  

  select#form_class, select#form_trainer {
    -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;
  }
  
  textarea.form-control {
    height: 96px;
    resize: none;	
    padding: 10px 0 0 25px; 	  
    margin-bottom: 14px;	
  }

  #contact-form .btn {
    cursor: pointer;	  
  }  
  
  
  
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/  

  footer {
	color: #fff;	  
	background-color: #2f3241;
  }
  
  .footer-top {
    padding: 40px 0 30px;
  }
  
  .widget h3 {
    font-weight: 600; 
	margin-top: 34px;	  
  }  
  
  p.phone {
    margin-bottom: 25px;	  
  }   
  
  p.phone img {
    margin-right: 5px;	  
  }  
  
  p.phone a {
	color: #b7b7b7;
	font-size: 18px;
	font-weight: 700;
    line-height: 32px;	
	letter-spacing: 0.5px;
  }  
  
  .widget h5 {
	margin-top: 34px;
  }  
  
  ul.contact-info {
    list-style: none;
    margin: 0 ;
    padding: 0;	
  }

  ul.contact-info li {
	font-size: 12px;
    margin-bottom: 10px;	
  }
  
  ul.contact-info li i {
	float: left;  
	color: #dadecf;  
    font-size: 22px;
	margin: 0 14px 0 0;
  }

  ul.contact-info li p {
    color: #fff;
	font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;	
  }  
  
  ul.contact-info li span {
    color: #b7b7b7;
	font-size: 12px;	
    line-height: 12px;
    margin: 0;	
  }

  ul.contact-info li a {
    color: #fff;
	font-size: 12px;
    line-height: 25px;
    margin: 0;	
  }
  
  ul.contact-info li a:hover {
    color: #10b8c7;
  }
  
  ul.footer-socials {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;	
  } 

  ul.footer-socials li {
    display: inline-block;
    margin-right: 23px;	
  }

  ul.footer-socials li a {
    color: #fff;
	font-size: 18px;
  }
  
  ul.footer-socials li a:hover {
    color: #10b8c7;  
  }  

  .icon-holder {
	width: 68px;
    height: 68px;
	line-height: 68px;
	display: block;  
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    background-color: #2a2d3b;
    border-radius: 50%;	
  }
  
  .footer-schedule {
    margin: -34px 0 40px;	  
    padding: 35px 26px 20px;	  
    background-color: #2a2d3b;
	border-radius: 5px;
  }
  
  .footer-schedule h5 {
	margin-top: 0;
  }  

  .footer-bottom {
	padding: 35px 0;
    border-top: 1px solid #4a4c59;	
  }
  
  p.copyright {
    float: left;	  
  }
  
  p.design {
    float: right;	  
  }  

  p.copyright, p.design {
	color: #fff;  
	font-size: 12px;  
    line-height: 22px;
	margin: 0;	
  }

  p.copyright a, .design a {
	color: #b7b7b7;
    font-weight: 600;	
  }


  
  
  /*---------------------------------------
     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) {
	  
    .navbar-custom .navbar-nav.navbar-first li a {
      margin: 8px 0 8px 0;		
	}	  

    /* hero */
    .caption {
      padding: 100px 0 0;     	  
    }
  
    h1.intro {
      font-size: 50px;
	  line-height: 55px;
	  padding: 0 10%;
    }
	
	p.desc {
      font-size: 18px;
	  line-height: 22px;
	  margin-bottom: 25px;
	}
	
	p.more .btn {
	  font-size: 11px;
	  line-height: 20px;
	  padding: 10px 26px;
	  margin-right: 2px;
	}
	
	a.icon {
	  margin-right: 2px;		
	}	
	
	a.icon img {
      width: 55px;		
	}
	
	a.watch {
	  font-size: 11px;
	  line-height: 20px;	
	} 
	
    /* boxes */	
    .box {
	  margin-bottom: 40px;	
	}

    /* about */
    #about {
      padding-top: 500px;
	  background-position: top;	  
    }

  #features {
    padding: 90px 0 !important;    
  }	 

  ul.feature-left li {
    display: block;
    float: left;	
    margin-bottom: 35px;
    overflow: hidden;
  }
  
  ul.feature-left li i {
    float: left;	  
	line-height: 40px;
  }
  
  ul.feature-left li h3, ul.feature-left li p {
	text-align: left;  
    padding-left: 45px;
  }  
  
  ul.feature-left li a.more {
    color: #fff !important;
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-align: left !important; 
    padding-left: 45px; 	
  }

  #features img {
	display: block;  
    margin: 0 auto 35px;    
  }

  ul.feature-right li:last-child {
    margin-bottom: 0 !important;  
  }  

    /* cta */
    #cta h2 {
	  margin-bottom: 20px;  
    }
	
    #cta .btn {
	  float: none;  
    }
	
    /* contact */
    .contact-inner {
      background-image: none;
    }
	
    .contact-info img {
      display: block;
	  width: 100%;
      border-radius: 4px 4px 0 0;	  
    }
	
    .form {
      border-radius: 0 0 4px 4px;		
	}

    /* footer */
	.widget {
      margin-bottom: 30px;		
	}
	
	.footer-schedule {
      margin-bottom: 0;	      		
	}	
	
	p.copyright, p.design {
      float: none;
      text-align: center;	  
	}	
	

  }

  @media only screen and (max-width: 767px) {
	  
    /* general */	  
    section {
      padding: 70px 0;
    }
	
    .section-title p {
      padding: 0 10%;
    }

    /* navigation */	
	.navbar-custom {
      background-color: #2C3E50;
      padding: 10px 0;
      text-align: left;
    }

    .navbar-custom .nav li a {
      line-height: normal;
      padding: 10px 10px 10px 20px !important;
    }
	
    .navbar-custom .navbar-nav.navbar-right {
      margin-right: -15px;
    }	

    .navbar-custom .navbar-nav.navbar-right li {
      display: inline-block;
    }
	
    .navbar-custom .navbar-nav.navbar-right li a {
	  font-size: 18px;
      font-weight: 400;	
	  width: 38px;
      height: 38px;
      line-height: 38px;
      border-radius: 50%;	
	  text-align: center;
      padding: 0 !important;
	  margin: 6px 0 6px 8px;
    }	

    .navbar-custom .navbar-nav.navbar-right li a:hover {
	  color: #fff !important;  
    }	  
	  
    /* hero */
    .caption {
      padding: 100px 0 0;    	  
    }
  
    h1.intro {
      font-size: 38px;
	  line-height: 42px;
	  padding: 0 8%;	  
    }
	
	p.desc {
      font-size: 16px;
	  line-height: 20px;
	  margin-bottom: 20px;
	}
	
	p.more .btn {
	  padding: 8px 20px;
	  font-size: 10px;
	  line-height: 18px;
	}
	
	a.icon img {
      width: 48px;		
	}
	
	a.watch {
	  font-size: 10px;
	  line-height: 18px;	
	}

    /* about */
    #about {
      padding-top: 0;		
      background-image: none !important;
    }
	
    .about-bg {
      display: block;
    }

    /* cta */
    #cta h2 {
	  margin-bottom: 20px;  
    }
	
    #cta .btn {
	  float: none;  
    }

    /* contact */
    .contact-inner {
      background-image: none;
    }
	
    .contact-info img {
      display: block;
	  width: 100%;
      border-radius: 4px 4px 0 0;	  
    }


	
	
  }