/* =========================================

# Template Name: Basic
# Author: Themehexa
# Description: One page Multipurpose HTML Template
# Version: 1.0

========================================= */

/*
=========================================
Index
-----------------------------------------

# 01. body
# 02. typography
# 03. custom padding, margin
# 04. custom headline, title
# 05. custom styles
# 06. custom icons
# 07. custom buttons
# 08. preloader
# 09. navigation
# 10. navbar toggle
# 11. header
# 12. news ticker
# 13. about
# 14. work
# 15. services
# 16. call to action 01
# 17. portfolio
# 18. features
# 19. other features
# 20. video
# 21. reviews
# 22. facts
# 23. team
# 24. faq
# 25. pricing
# 26. subscribe
# 27. blog
# 28. contact
# 29. footer
# 30. scroll top
# 31. media queries

*/

/* ======================================
 *  . body
/* ====================================== */

body {
  font-family: 'PT Sans', Arial, Sans-serif;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

/* ======================================
 *  . typography
/* ====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', arial, sans-serif;    
  color: #000000;
  line-height: 1.4em;
}

h1 {
  font-size: 60px
}

h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
}

p {
  line-height: 1.8em;
}

ul li {
  line-height: 1.9em;
}

a {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #f69331;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;  
}

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

/* ======================================
 *  . custom padding, margin
/* ====================================== */

.top-pad-40 {
  padding-top: 40px;
}

.bottom-pad-40 {
  padding-bottom: 40px;
}

.top-bottom-pad-40 {
  padding: 40px 0px;
}

.top-margin-30 {
  margin-top: 30px;
}

/* ======================================
 *  . custom headline, title
/* ====================================== */

.small-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
  letter-spacing: 1.5px;
}

.small-title-2 {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 1px;
  text-transform: uppercase;  
}

.small-title-3 {
  font-family: 'PT Sans', arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-style: italic;
  margin-top: 0px;
  letter-spacing: .25px;
}

/* ======================================
 *  . custom styles
/* ====================================== */

.small-caret span {
  font-size: 12px;
  color: #f69331;
  margin-right: 15px;
}

.small-caret-2 span {
  font-size: 12px;
  color: #f69331;
  margin-left: 10px;
  margin-right: 15px;
}

.custom-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-style {
  position: relative;
  margin-bottom: 15px;
  font-size: 13px;
}

.border-style:after {
  background-color: #E2E1E1;
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  top: 50%;
  margin-left: 20px;
}

.close {
  font-size: 35px !important;
  z-index: 300;
  position: absolute;
  top: 10px;
  right: 30px;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
  margin-top: 50px;
}

/* ======================================
 *  . custom icons
/* ====================================== */

.custom-icon span {
  font-size: 40px;
  color: #f69331;
}

.custom-icon-2 span {
  font-size: 30px;
  color: #f69331;
  margin-right: 15px; 
}

/* ======================================
 *  . custom buttons Learn More Btn
/* ====================================== */

.custom-btn-1 {
  font-size: 11px;
  color: #FFFFFF;
  background-color: #f69331;
  border-radius: 1px;
  margin-top: 240px;
  transition: all 0.3s ease-in;
}

.custom-btn-1:hover,
.custom-btn-1:focus {
	color: #FFFFFF;
	background-color: #b3b3b3;
}

.custom-btn-2 {
  font-size: 11px;
  color: #FFFFFF;
  background-color: #f69331;
  border-radius: 1px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
}

.custom-btn-2:hover,
.custom-btn-2:focus {
	color: #FFFFFF;
	background-color: #b3b3b3;
}

/* ======================================
 * . preloader
/* ====================================== */

#loader {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 43px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}


/* ======================================
 *  . navigation
/* ====================================== */

nav {
  transition: all 0.9s ease 0s;
}

.navbar-default .navbar-brand {
  margin-top: -20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #f69331;
}

.navbar-default {
  position: fixed;
  border-radius: 0;
  border-color: transparent;
  border-bottom: none;
  top: -80px;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  z-index: 1000;
}

.navbar-reveal {
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.nav > li > a {
  padding: 10px 12px;
}

.navbar-default .nav li a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #111111;
  transition: all 0.2s ease-in;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
  color: #111111;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover  {
  color: #f69331;
  background-color: transparent;
  outline-style: none;
}

.navbar-default .navbar-nav > .active> a:hover,
.navbar-default .navbar-nav > .active> a:focus {
  color: #f69331;
  background-color: transparent;
}

/* ======================================
 * . navbar toggle
/* ====================================== */

.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .navbar-toggle {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f69331;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}


/* ======================================
 *  . header
/* ====================================== */

header .slider-content-wrap {
	display: table;
	height: 115%;
}

header .row {
  display: table-cell;
  vertical-align: middle;
}

header h1 {
  font-family: 'Open Sans Condensed', arial, sans-serif;
  color: #FFFFFF;
  font-size: 65px;
  font-weight: 600;
  margin: 0px;
  letter-spacing: 2px;
}

header h2 {
  font-family: 'Open Sans Condensed', arial, sans-serif;  
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  margin: 0px;
  text-transform: none;
  letter-spacing: 2px;
}

.overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.0);
	left: 0;
	width: 100%;
	height: 100%;
}

/* animated text slider styling */

.slides-pagination {
  bottom: 15px;
}

.slides-pagination a {
  border: 2px solid #FFFFFF; 
  margin: 4px;
  outline: none;
}

.slides-pagination a.current {
  background-color: #FFFFFF;
}

/* end: animated text slider styling */

/* ======================================
 *  . news ticker
/* ====================================== */

#newsticker {
  padding: 40px 0px;
  border-bottom: 1px solid #F7F7F7;
}

#newsticker h2 {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #f69331;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	padding: 5px 0;
	margin: 0px;
	border-radius: 1px;
}

.newsticker {
  padding: 0px 10px 0px 0px;
}

.newsticker span {
  color: #f69331;
  font-size: 16px;
  margin-right: 15px;
}

.newsticker li {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}

.newsticker a {
  color: #111111;
  font-size: 11px;
}

.newsticker a:hover {
  text-decoration: underline;
  outline: none;
}

/* ======================================
 *  . about
/* ====================================== */

#about {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 40px;
}

.introduction {
  font-family: 'PT Sans', arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 0px;
}

/* ======================================
 *  . work
/* ====================================== */

#work {
  padding: 40px 0px;
  background-color: #F6FBFD;
  border-bottom: 1px solid #E2F4FB;   
}

/* ======================================
 *  . services
/* ====================================== */

#services {
  padding: 80px 0px 0px 0px;
}

#services ul {
  margin-top: 30px;
}

/* ======================================
 *  . call to action 01
/* ====================================== */

#cta-1 {
  padding: 40px 0px;
  background-color: #f69331;
}

#cta-1 h2 {
  font-family: 'Open Sans Condensed', arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  margin: 20px 0px;
  text-transform: none;
  letter-spacing: 1.5px;
}

/* ======================================
 *  . portfolio
/* ====================================== */

#portfolio {
	padding-top: 80px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 40px;
}

.portfolio-wrap .mix {
  display: none;
  margin-bottom: 30px;
}

.item-filter {
  margin-bottom: 40px;
}

.item-filter ul li {
  font-family: 'Open Sans', arial, sans-serif;  
  font-size: 11px;  
  font-weight: 600;  
  color: #5A5252;  
  border: 1px solid #E8E8E8;
  letter-spacing: 1px;
  text-transform: uppercase;  
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
}

.item-filter ul li:hover {
  color: #FFFFFF;
  border: 1px solid #f69331;
  background-color: #f69331;  
}

.item-filter ul li.active {
  color: #FFFFFF;  
  border: 1px solid #f69331;
  background-color: #f69331;
}

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-overlay {
  position: absolute;  
  top: 0;  
  left: 0;
  opacity: 0;
  background: linear-gradient(269deg, #FFFFFF, #FFFFFF);    
  width: 100%;
  height: 100%;  
  transition: all 0.3s ease 0s;  
}

.img-wrap:hover .img-overlay {
  opacity: 0.65;
}

.work-name {
  left: 10%;
  opacity: 0;
  position: absolute;
  top: 48%;
}

.work-name h3 {
  font-family: 'Open Sans', arial, Sans-serif;
  font-weight: 600;
  font-size: 10px;
  background-color: #f69331;
  color: #FFFFFF;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.img-wrap:hover .work-name {
  opacity: 1;
  z-index: 900;
}

/* ======================================
 * . features
/* ====================================== */

#features {
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 80px;
	border-top: 1px solid #F7F7F7;
}

.k-features {
  margin-bottom: 30px;
}

/* ======================================
 * . other features
/* ====================================== */

#other-features {
  padding: 40px 0px;  
  background-color: #F6FBFD;
  border-top: 1px solid #E2F4FB;   
  border-bottom: 1px solid #E2F4FB;   
}

.k-features-2 {
  margin-bottom: 20px;
}

/* ======================================
 * . video
/* ====================================== */

#video {
  padding: 40px 0px 80px 0px;
  background-image: url(../img/background/video-background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#video h2 {
  font-family: 'Open Sans Condensed', arial, sans-serif;  
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 5px;
}

.play-icon span {
	background-color: #f69331;
	color: #FFFFFF;
	font-size: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 100%;
	cursor: pointer;
}

/* ======================================
 * . reviews
/* ====================================== */

#reviews {
  padding: 80px 0px;
}

#reviews p {
  line-height: 1.8em;  
  border: 1px solid #ECECEC;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 4px #F8F8F8;
}

#reviews-slider img {
  border-radius: 1px;
  margin-bottom: 20px;
  width: 90px;
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #f69331;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 5px;
  opacity: 0.5;
  width: 10px;
}

.owl-theme .owl-controls {
  margin-top: 50px;
}

/* ======================================
 * . facts
/* ====================================== */

#facts {
  background-image: url(../img/background/facts-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0px;
  position: relative;
}

#facts h2 {
  color: #FFFFFF;
}

#facts h3 {
  font-family: 'Open Sans Condensed', arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 5px;  
}

.facts-icon span {
  font-size: 35px;
  margin-right: 15px;
  color: #FFFFFF;
}

/* ======================================
 * . team
/* ====================================== */

#team {
  padding: 80px 0px;  
  background-color: #F6FBFD;
  border-bottom: 1px solid #E2F4FB;  
}

.team-wrap {
  width: 225px;
  margin: 0 auto;
  position: relative;
}

.social-position {
  background-color: #f69331;
  bottom: 15px;
  left: -5px;
  padding: 5px 15px;
  position: absolute;
}

.social-position span {
  color: #FFFFFF;
}

#team a {
	font-size: 15px;
}

/* ======================================
 * . faq
/* ====================================== */

#faq {
  padding: 80px 0px;
}

#faq .small-title-2 {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 20px;
}

.faq-wrap {
  margin-bottom: 35px;
}

.arrow span {
  font-size: 10px;  
  color: #FFFFFF;  
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f69331;
  border-radius: 2px;
  margin-right: 15px;  
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

.custom-search {
  color: #D5D5D5;
  text-align: center;
  font-size: 90px;
  margin-top: 40px;
}

/* ======================================
 * . pricing
/* ====================================== */

#pricing {
  padding: 80px 0px;
  background-color: #F6FBFD;
  border-top: 1px solid #E2F4FB;
  border-bottom: 1px solid #E2F4FB;
}

.price-wrap {
  background-color: #FFFFFF;
  border: 1px solid #E2F4FB;
  padding: 20px;
  margin-bottom: 40px;
}

.package-name {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111111;
  letter-spacing: 1.5px;
  padding: 5px 10px;
}

.price {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
}

.month {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;  
  letter-spacing: 1.5px;  
  color: #111111;
  margin-left: 5px;
}

.price-list {
  margin-bottom: 40px;
}

.price-list li {
  list-style-type: disc;
  line-height: 1.9em;
}
/* ======================================
 * . subscribe
/* ====================================== */

#subscribe {
  padding: 40px 0px;
}

.form-control {
  border-radius: 0;
  font-family: 'Open Sans', arial , sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 39px;
  text-transform: none;
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #E2E2E2;
}

.form-control:focus {
  border: 1px solid #1F94D3;
  box-shadow: none;
}

.subscribe-btn {
  background-color: #f69331;
  border-radius: 1px;
  color: #fff;
  font-family: 'Open Sans' , arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 45px;
  transition: all 0.5s ease 0s;
}

.subscribe-btn:hover,
.subscribe-btn:focus {
	background-color: #b3b3b3;
	color: #fff;
	outline-style: none;
}

/* ======================================
 * . blog
/* ====================================== */

#blog {
  padding: 80px 0px;
  border-top: 1px solid #F7F7F7;
}

.blog-wrap {
  padding-bottom: 20px;
}

.blog-img-overlay {
  position: relative;
  overflow: hidden;
  display: block;
}

.blog-img-overlay img {
  transition: all 0.5s ease;
}

.blog-img-overlay img:hover {
  transform: scale(1.05);
}

.blog-info {
  margin-top: 20px;
}

/* ======================================
 * . contact
/* ====================================== */

#contact {
  padding-top: 80px;
  background-color: #F6FBFD;
  border-top: 1px solid #E2F4FB;  
}

#map-overlay {
  position: relative;
  padding: 40px 0px;
}

#map-overlay #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact-form {
  position: relative;
  z-index: 10;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.btn.contact-btn {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #f69331;
  border-radius: 1px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

.btn.contact-btn-2:hover,
.btn.contact-btn-2:focus {
  color: #FFFFFF;
  background-color: #1F94D3;  
}

/* ======================================
 * . footer
/* ====================================== */

footer {
  padding: 80px 0px;
  border-top: 1px solid #E2F4FB; 
  background-color: #F6FBFD;
}

.footer-wrap {
  margin-bottom: 20px;
}

.footer-contact {
  font-family: 'Open Sans', arial, sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-info li {
  line-height: 2.2em;
}

.contact-info span {
  font-size: 18px;
  margin-right: 10px;
  color: #f69331; 
}

.footer-icon span {
  color: #f69331;
  font-size: 20px;
  margin-right: 10px;
}

.footer-social span {
  font-size: 12px;
  background-color: #f69331;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

/* ======================================
 * . scroll top
/* ====================================== */

.scroll-top {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}

.scroll-top a {
  display: block;
  font-size: 15px;
  text-align: center;
  background-color: #f69331;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 1px 8px;
}

/* ======================================
 * . media queries
/* ====================================== */

@media only screen and (min-width : 320px) {

  header h1 {
    font-size: 35px;
  }

  header h2 {
    font-size: 25px;
  }

  #cta-1 h2 {
    font-size: 25px;
  }


  #services {
    padding-bottom: 80px;
  }  

  .navbar-nav > li > a, .navbar-nav > li > span {
    border-bottom: 1px solid #EDEDED;
  }

  .navbar-nav > li:last-child > a, .navbar-nav > li:last-child > span {
    border-bottom: none;
  }    

}

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

  header h1 {
    font-size: 55px;
  }

  header h2 {
    font-size: 35px;
  }

  .navbar-nav > li > a, .navbar-nav > li > span {
    border-bottom: none;
  }
    
}

@media only screen and (min-width : 992px) {

  header h1 {
    font-size: 60px;
  }

  header h2 {
    font-size: 30px;
  }

  #cta-1 h2 {
    font-size: 40px;
  }  

  #services {
    padding-bottom: 0px;
  }  

}
