
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.Portfolio grid pages
 7.Portfolio masonry pages
 8.Portfolio black pages
 9.Portfolio alternative pages
 10.Portfolio vertical style
 11.blog one col, standard
 12.blog grid
 13.blog masonry
 14.blog medium
 15.blog alternative
 16.blog timeline
 17.sidebar
 18.single post
 19.single project pages
 20.error page
 21.comming soone page
 22.FAQs page
 23.typography page
 24.Tabs & accordion page
 25.footer
 26.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
  font-family: 'Oswald', sans-serif;
  font-family: 'Nobile', sans-serif;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #fff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #444 !important;
  padding: 25px 15px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #3e5f8a;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #787878 !important;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 15px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #444 !important;
}
.navbar-nav a.open-search {
  padding: 8px 15px 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-top: 17px;
  margin-left: 10px;
}
.navbar-nav a.open-search i {
  color: #787878;
  font-size: 16px;
  display: inline-block;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.megadrop {
  position: inherit !important;
}
header.active .navbar-brand {
  color: #444 !important;
  padding: 25px 15px;
}
header.active .navbar-nav > li > a {
  color: #787878 !important;
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 8px 15px 25px;
}
header.active .navbar-nav a.open-search i {
  color: #787878;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #3e5f8a !important;
}
header.active .megadrop-down {
  box-shadow: 0 0 3px #ddd;
  -webkit-box-shadow: 0 0 3px #ddd;
  -moz-box-shadow: 0 0 3px #ddd;
  -o-box-shadow: 0 0 3px #ddd;
}
header.black-style .navbar-default {
  background: url('../images/pattern.png');
}
header.black-style .navbar-brand {
  color: #fff !important;
}
header.black-style .navbar-brand span {
  color: #3e5f8a;
}
.navbar-collapse {
  position: relative;
}
.megadrop-down {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #fff;
  padding: 0 20px;
  box-shadow: 0 0 2px #eee;
  -webkit-box-shadow: 0 0 2px #eee;
  -moz-box-shadow: 0 0 2px #eee;
  -o-box-shadow: 0 0 2px #eee;
}
.megadrop-down .dropdown {
  text-align: left;
}
.megadrop-down .dropdown ul {
  margin: 0;
  padding: 0;
}
.megadrop-down .dropdown ul li {
  list-style: none;
}
.megadrop-down .dropdown ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #787878;
  font-size: 12px;
  padding: 15px 16px;
  text-transform: uppercase;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
}
.megadrop-down .dropdown ul li a:hover {
  color: #3e5f8a;
  background: #f8f8f8;
}
.megadrop-down .dropdown ul li a.comming {
  color: #aaa;
  opacity: 0.4;
}
.megadrop-down .dropdown ul li:last-child a {
  border-bottom: none;
}
.megadrop-down .dropdown ul.last-child li {
  border-right: none;
}
.megadrop-down .dropdown h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 12px;
  margin: 0;
  padding: 17px 16px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3e5f8a;
  text-transform: uppercase;
  color: #3e5f8a;
}
li.megadrop:hover .megadrop-down {
  visibility: visible;
  opacity: 1;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #3e5f8a;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 16px;
  color: #787878;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #444;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #fff;
}
.form-search button {
  background: #fff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #3e5f8a;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
.container {
  max-width: 990px;
}
p {
  font-size: 16px;
  color: #444;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.vertical-header #content {
  margin-left: 220px;
  padding-top: 0;
  background: #f8f8f8;
}
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 40px;
  text-align: center;
}
.title-section h1 {
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.title-section h1 span {
  color: #3e5f8a;
}
.title-section > span {
  width: 130px;
  display: inline-block;
  height: 1px;
  border-top: 1px dotted #ddd;
  position: relative;
  margin: 0 0 20px;
}
.title-section > span:before {
  content: '';
  position: absolute;
  width: 47px;
  height: 7px;
  left: 50%;
  margin-left: -24px;
  top: -4px;
}
.title-section.white h1 {
  color: #fff;
}
.title-section.white > span:before {
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #444;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Nobile', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1.8px;
}
#home-section .tp-caption.small_text p.line {
  width: 60px !important;
  height: 1px !important;
  background: #444 !important;
}
#home-section .tp-caption.small_text p.line.white {
  background: #fff !important;
}
#home-section .tp-caption.small_text span {
  color: #fff;
}
#home-section .tp-caption.finewide_medium_white {
  color: #444;
  text-shadow: none;
  font-size: 48px;
  line-height: 50px;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  letter-spacing: 2.5;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #fff !important;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center !important;
}
#home-section .tp-caption a.trans-btn {
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section .tp-caption a.trans-btn:hover {
  color: #3e5f8a;
  border: 2px solid #3e5f8a;
}
#home-section .tp-caption a.trans-btn2 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #3e5f8a;
  background: #fff;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #fff;
  background: #3e5f8a;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #fff;
  border-color: #fff;
}
#banner-section {
  padding: 50px 0;
  background: #3e5f8a;
  text-align: center;
}
#banner-section h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0;
}
#banner-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 140px;
  padding: 8px 30px;
}
#banner-section a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #3e5f8a;
}
#about-section {
  padding-top: 65px;
  background: #f8f8f8;
}
#about-section .title-section {
  margin-bottom: 100px;
}
#about-section .about-box {
  background: url('../upload/banners/1.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  padding-top: 1px;
}
#about-section .about-box .inner-about-box {
  overflow: hidden;
  margin-top: -51px;
}
#about-section .about-box .about-post {
  text-align: center;
  float: left;
  width: 25%;
  position: relative;
  padding-bottom: 340px;
  background: transparent;
  margin-top: 50px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .about-post-content {
  background: #fff;
  padding: 0 30px 60px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .about-post-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100px;
  height: 100px;
  margin: -50px 0 24px;
  line-height: 100px;
  color: #3e5f8a;
  font-size: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #3e5f8a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#about-section .about-box .about-post .about-post-content a:hover {
  background: #3e5f8a;
  color: #fff;
}
#about-section .about-box .about-post .about-post-content h2 {
  color: #3e5f8a;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .about-post-content p {
  margin: 0 auto;
  max-width: 210px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .hover-about {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 0 30px;
  padding-top: 80px;
  background: transparent;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .hover-about h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
#about-section .about-box .about-post .hover-about h1 {
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
#about-section .about-box .about-post .hover-about span {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 62px;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 40px;
  opacity: 0;
}
#about-section .about-box .about-post .hover-about p {
  color: #fff;
  max-width: 340px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post:hover .about-post-content {
  background: transparent;
}
#about-section .about-box .about-post:hover .about-post-content h2,
#about-section .about-box .about-post:hover .about-post-content p {
  opacity: 0;
}
#about-section .about-box .about-post:hover .about-post-content a {
  background: #3e5f8a;
  border: 1px solid #3e5f8a;
  color: #fff;
}
#about-section .about-box .about-post:hover .hover-about {
  top: 0;
  padding-top: 100px;
}
#about-section .about-box .about-post:hover .hover-about span,
#about-section .about-box .about-post:hover .hover-about p {
  opacity: 1;
}
#about-section .about-box .about-post:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
  opacity: 0.85;
}
#about-section .about-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
}
#statistic-section {
  padding: 60px 0 52px;
  background: url('../images/pattern.png');
}
#statistic-section .statistic-box {
  text-align: center;
}
#statistic-section .statistic-post h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #3e5f8a;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 0px;
  font-size: 12px;
}
#statistic-section .statistic-post p {
  margin: 0 0 20px;
}
#statistic-section .statistic-post span.timer {
  color: #fff;
  font-size: 48px;
  font-family: 'Nobile', sans-serif;
  font-weight: 900;
  margin: 0;
}
#tools-section {
  padding-top: 35px;
  background: url('../upload/banners/4.jpg') center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#tools-section .tools-box .tools-post {
  margin-bottom: 50px;
  overflow: hidden;
}
#tools-section .tools-box .tools-post i {
  float: left;
  color: #3e5f8a;
  font-size: 26px;
}
#tools-section .tools-box .tools-post h2 {
  color: #000;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 15px;
  margin-left: 60px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
#tools-section .tools-box .tools-post p {
	color: #444;
  font-size: 14px;
  font-family: 'Nobile', sans-serif;
  margin-left: 60px;
  margin-bottom: 0;
}
#tools-section .tools-image {
  text-align: center;
}
#tools-section .tools-image img {
  max-width: 100%;
}
#portfolio-section {
  padding: 60px 0 0;
  text-align: center;
}
#portfolio-section .title-section {
  margin-bottom: 55px;
}
#portfolio-section .title-section > span {
  margin-bottom: 0;
}
#portfolio-section .portfolio-box {
  width: 100%;
  margin: 0;
}
#portfolio-section .portfolio-box .project-post {
  width: 20%;
  margin: 0;
  padding: 0 1px;
}
#portfolio-section .portfolio-box .project-post .project-tit-cont {
  text-align: left;
  padding-left: 20px;
  background: transparent;
}
#portfolio-section .portfolio-box .project-post .project-tit-cont h2 {
  letter-spacing: 2px;
}
#portfolio-section .portfolio-box .project-post .hover-box {
  background: rgba(255, 255, 255, 0.5);
}
#portfolio-section .portfolio-box .project-post .hover-box a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
#portfolio-section .portfolio-box .project-post .hover-box a i {
  font-size: 18px;
  line-height: 40px;
}
#portfolio-section .portfolio-box .project-post .hover-box a.zoom {
  margin-left: -45px;
}
#portfolio-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}
#portfolio-section ul.filter li {
  display: inline-block;
  margin: 0 14px 4px;
}
#portfolio-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #787878;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px dotted #787878;
  padding-bottom: 2px;
}
#portfolio-section ul.filter li a:hover,
#portfolio-section ul.filter li a.active {
  color: #3e5f8a;
  border-bottom: 1px dotted #3e5f8a;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
a.button-one {
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 48px;
}
a.button-one:hover {
  color: #3e5f8a;
  border: 2px solid #3e5f8a;
}
a.button-two {
  color: #3e5f8a;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border: 2px solid #3e5f8a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 48px;
}
a.button-two:hover {
  color: #fff;
  background: #3e5f8a;
}
#features-section {
  padding: 50px 0 0;
  position: relative;
  background: url('../upload/banners/2.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#features-section .container {
  z-index: 2;
  position: relative;
}
#features-section .feature-title {
  text-align: center;
  margin-bottom: 45px;
}
#features-section .feature-title h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
#features-section .feature-title h1 {
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  max-width: 686px;
  margin: 0 auto 35px;
}
#features-section .feature-title a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 10px 5px;
}
#features-section .feature-title a.button-two {
  background: #3e5f8a;
  color: #fff;
}
#features-section .feature-title a:hover {
  opacity: 0.7;
}
#features-section .features-box .feature-img-post {
}
#features-section .features-box .feature-img-post img {
}
#features-section .features-box .feature-posts {
}
#features-section .features-box .feature-post {
  margin-bottom: 45px;
  overflow: hidden;
}
#features-section .features-box .feature-post i {
  float: left;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background: #3e5f8a;
}
#features-section .features-box .feature-post h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 15px;
  margin-left: 80px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
#features-section .features-box .feature-post p {
  margin-left: 80px;
  color: #efefef;
  margin-bottom: 0;
}
#features-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
  opacity: 0.8;
}
#subscribe-line-section {
  padding: 55px 0 45px;
  background: #84adc1;
  text-align: center;
}
#subscribe-line-section form {
    outline: none !important;
  margin: 0;
}
#subscribe-line-section label {
  display: inline-block;
  color: #444;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
#subscribe-line-section input[type="email"] {
  display: inline-block;
  width: 300px;
  color: #787878;
  font-size: 13px;
  font-family: 'Nobile', sans-serif;
  padding: 10px;
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0;
}
#subscribe-line-section input[type="submit"] {
  background: transparent;
  padding: 8px 35px;
  color: #fff;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#subscribe-line-section input[type="submit"]:hover {
  background: #fff;
  color: #84adc1;
}
#team-section {
  padding: 35px 0;
}
#team-section .team-box .team-post {
  margin-bottom: 35px;
}
#team-section .team-box .team-post .team-member {
  overflow: hidden;
}
#team-section .team-box .team-post .team-member img {
  width: 100%;
}
#team-section .team-box .team-post .team-member .member-content {
  border: 1px solid #f1f1f1;
  background: transparent;
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#team-section .team-box .team-post .team-member .member-content h2 {
  color: #3e5f8a;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#team-section .team-box .team-post .team-member .member-content span {
  display: inline-block;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  color: #666;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social {
  margin: 0;
  padding: 0;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social li {
  display: inline-block;
  margin-left: 6px;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #787878;
  font-size: 18px;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social li a:hover {
  color: #3e5f8a;
}
#team-section .team-box .team-post:hover .member-content h2 {
  color: #3e5f8a;
}
#skills-section {
  padding: 40px 0 40px;
  position: relative;
  text-align: center;
  background: url('../upload/banners/3.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#skills-section .container {
  position: relative;
  z-index: 2;
}
#skills-section .skills-box p {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #fff;
  margin-top: 10px;
}
#skills-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
  opacity: 0.6;
}
#news-section {
  padding-bottom: 70px;
}
#news-section .title-section {
  padding: 60px 0 30px;
  margin-bottom: 0;
  background: url('../images/pattern.png');
}
#news-section .news-box {
  position: relative;
}
#news-section .news-box .owl-arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -120px;
  z-index: 2;
}
#news-section .news-box .owl-arrows a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.4);
  color: #fff;
  font-size: 12px;
}
#news-section .news-box .owl-arrows a:hover {
  background: #3e5f8a;
}
#news-section .news-box .owl-arrows a.prev-link {
  float: left;
  margin-left: 50px;
}
#news-section .news-box .owl-arrows a.next-link {
  float: right;
  margin-right: 50px;
}
#news-section .item.news-post {
  margin: 0 0 40px;
  margin-right: 1px;
}
#news-section .item.news-post img {
  width: 100%;
  margin-bottom: 26px;
}
#news-section .item.news-post .news-content {
  overflow: hidden;
  padding: 0 30px 0 10px;
}
#news-section .item.news-post .news-content .date-post {
  width: 60px;
  float: left;
  margin-top: -10px;
  text-align: center;
}
#news-section .item.news-post .news-content .date-post span {
  display: block;
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
#news-section .item.news-post .news-content .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
#news-section .item.news-post .news-content .news-content-text {
  margin-left: 80px;
}
#news-section .item.news-post .news-content .news-content-text h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
}
#news-section .item.news-post .news-content .news-content-text h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #444;
}
#news-section .item.news-post .news-content .news-content-text h2 a:hover {
  color: #3e5f8a;
}
#news-section .item.news-post .news-content .news-content-text p {
  margin-bottom: 0;
}
#contact-section .contact-info {
  background: #f8f8f8;
  padding: 55px 0;
}
#contact-section .contact-info .title-section {
  margin-bottom: 20px;
}
#contact-section .contact-info .contact-info-box {
  text-align: center;
}
#contact-section .contact-info .contact-info-box span {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #3e5f8a;
  margin: 0 0 20px;
}
#contact-section .contact-info .contact-info-box span i {
  color: #fff;
  font-size: 30px;
  line-height: 100px;
}
#contact-section .contact-info .contact-info-box h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #3e5f8a;
  margin-bottom: 16px;
}
#contact-section .contact-info .contact-info-box a {
	color: #444;
}
#contact-section .contact-info .contact-info-box a:hover {
	color: #3e5f8a;
	text-decoration: none;
}
#contact-section .contact-info .contact-info-box p {
  margin-bottom: 30px;
}
#contact-section .map {
  height: 418px;
}
#contact-section .contact-form {
  padding: 40px 0;
}
#contact-section .contact-form h2 {
  color: #444;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="url"],
#contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 0;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #787878;
  font-size: 14px;
  font-family: 'Nobile', sans-serif;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="url"]:focus,
#contact-form textarea:focus {
  border: 1px solid #3e5f8a;
}
#contact-form textarea {
  height: 120px;
}
#contact-form input[type="submit"] {
  padding: 8px 35px;
  outline: none;
  border: 2px solid #3e5f8a;
  color: #3e5f8a;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
	margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#contact-form input[type="submit"]:hover {
    background: #3e5f8a;
  border: 2px solid #3e5f8a;
  color: #fff;
}
#contact-form .submit-area {
  text-align: center;
}
#contact-form .messages {
  height: 30px;
  font-size: 12px;
  font-family: 'Nobile', sans-serif;
}
#contact-form .help-block.with-errors {
	font-size: 12px;
  	font-family: 'Nobile', sans-serif;
	color: #e74c3c;
}
#contact-form .message.success {
  font-size: 12px;
  font-family: 'Nobile', sans-serif;
  color: #3e5f8a;
}
/*-------------------------------------------------*/
/* =  Portfolio grid pages
/*-------------------------------------------------*/
#content {
  padding-top: 70px;
}
.page-banner-section {
  padding: 55px 0;
  position: relative;
  background-color: #84adc1;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  font-family: ;
  font-size: 14px;
  font-weight: 300;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
}
.page-banner-section h2 {
  color: #444;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin: 3px 0;
  letter-spacing: 1px;
}
.page-banner-section h2 span {
  color: #3e5f8a;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  
}
.page-banner-section ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.page-banner-section ul li {
  display: inline-block;
  margin-left: 3px;
}
.page-banner-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.page-banner-section ul li a:hover {
  color: #3e5f8a;
}
.page-banner-section ul li:before {
  content: '>';
  color: #fff;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-right: 6px;
  line-height: 24px;
}
.page-banner-section ul li:first-child:before {
  display: none;
  margin: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0.6);
}

ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 45px;
}
ul.filter li {
  display: inline-block;
  margin: 0 14px 4px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #787878;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px dotted #787878;
  padding-bottom: 2px;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #3e5f8a;
  border-bottom: 1px dotted #3e5f8a;
}

/*-------------------------------------------------*/
/* =  single project pages
/*-------------------------------------------------*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #3e5f8a;
  border: 1px solid #3e5f8a;
}
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
.error-section {
  padding: 20px 0;
  position: relative;
  background: url('../upload/banners/error.jpg') center fixed; 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.error-section h1 {
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
	border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  max-width: 460px;
  margin: 0 auto 20px;
  line-height: 52px;
	letter-spacing: 4px;
}
.error-section span {
	display: inline-block;
  color: #444;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #fff;
	margin-bottom: 25px;
  letter-spacing: 2px;
}
.error-section p {
	color: #fff;
  margin-bottom: 25px;
}
.error-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #fff;
  color: #fff;
}
.error-section a:hover {
  color: #fff;
	border-color: #3e5f8a;
  background: #3e5f8a;
}
.error-section .error-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -130px;
  z-index: 2;
}
.error-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
}
/*-------------------------------------------------*/
/* =  comming soone page
/*-------------------------------------------------*/
.comming-soon-section {
  padding: 80px 0;
  padding-top: 160px;
  position: relative;
  background: url('../upload/banners/coming-soon.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.comming-soon-section .comming-soon-content {
  position: relative;
  z-index: 2;
}
.comming-soon-section .comming-soon-content h1 {
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 3px;
}
.comming-soon-section .comming-soon-content h2 {
  color: #444;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.comming-soon-section .comming-soon-content p {
	color: #fff;
  margin-bottom: 60px;
}
.comming-soon-section .comming-soon-content form.subscribe input[type="text"] {
  width: 300px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  font-family: 'Nobile', sans-serif;
  border: 1px solid #fff;
  outline: none;
  margin: 0 10px 20px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.comming-soon-section .comming-soon-content form.subscribe input[type="submit"] {
  display: inline-block;
  outline: none;
  padding: 10px 35px;
  color: #fff;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  letter-spacing: 1.7px;
}
.comming-soon-section .comming-soon-content form.subscribe input[type="submit"]:hover {
	border: 2px solid #3e5f8a;
  background: #3e5f8a;
  color: #fff;
}
.comming-soon-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/pattern.png');
  opacity: 0.8;
}
#clock {
  margin-bottom: 40px;
}
#clock .comming-part {
  text-align: center;
  padding: 50px 20px 50px;
  border: 1px solid #787878;
  margin-bottom: 20px;
}
#clock .comming-part span {
  display: block;
  color: #444;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #3e5f8a;
  font-size: 48px;
  margin-bottom: 0px;
}
#clock .comming-part p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  FAQs page
/*-------------------------------------------------*/
.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}
.faqs-section a:hover {
  text-decoration: none;
}
.accord-elem {
  margin-top: 8px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  position: relative;
}
.accord-title h2 {
  padding: 16px 20px;
  background: #f7f7f7;
  color: #000;
  font-size: 16px;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px;
  margin-bottom: 0;
  margin-left: 52px;
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 52px;
  height: 50px;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-right: none;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: 18px;
  color: #3e5f8a;
  line-height: 49px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title p {
  font-size: 16px;
  color: #444;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0 12px 72px;
}
.accord-elem.active .accord-title h2 {
  color: #fff;
  border: 1px solid #3e5f8a;
  background: #3e5f8a;
}
.accord-elem.active a.accord-link {
  background: #333;
  border: 1px solid #333;
  border-right: none;
}
.accord-elem.active a.accord-link:after {
  content: '\f0ab';
  color: #fff;
}
.accord-content {
  display: none;
  padding-left: 72px;
  overflow: hidden;
}
.accord-content p {
  font-size: 16px;
  color: #787878;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0;
}
.accord-elem.active .accord-content {
  display: block;
}
/*-------------------------------------------------*/
/* =  General pages
/*-------------------------------------------------*/
.general-section {
  padding: 40px 0;
	text-align: left;
}
.general-section h1 {
  color: #666;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 24px;
  color: #444;
  line-height: 36px;
}
.title-section .general-section h2 {
	width: 100%;
	text-align: left;
  color: #555;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin: 20px 0;
  text-transform: uppercase;
	font-size: 18px;
  font-weight: 300;
  color: #555;
}
.general-section p {
	color: #444;
  margin-bottom: 15px;
}
.general-section a {
  display: inline-block;
  text-decoration: none;
  color: #3e5f8a;
}
.general-section a:hover {
  color: #444;
	text-decoration: none;
}
.general-section .general-content {
  width: 100%;
}
.general-content h2 {
  padding: 0;
  color: #3e5f8a;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin: 10px 0;
}
.general-content p {
  font-size: 16px;
  color: #444;
  font-family: 'Nobile', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
}
/*-------------------------------------------------*/
/* =  typography page
/*-------------------------------------------------*/

blockquote.quote {
  background: #f8f8f8;
  border-left: 2px solid #3e5f8a;
  padding: 22px 26px 22px 48px;
  margin-bottom: 30px !important;
}
blockquote.quote p {
  margin: 0 !important;
  color: #444;
  font-style: italic;
  font-size: 15px;
}
blockquote.quote2 {
  background: #f8f8f8;
  border-top: 2px solid #3e5f8a;
  border-left: none;
  padding: 22px 26px 22px 48px;
  margin-bottom: 30px !important;
}
blockquote.quote2 p {
  margin: 0 !important;
  color: #444;
  font-style: italic;
  font-size: 15px;
}
blockquote.quote3 {
  background: #f8f8f8;
  border-left: none;
  padding: 22px 26px 22px 48px;
  margin-bottom: 30px !important;
}
blockquote.quote3 p {
  margin: 0 !important;
  color: #444;
  font-style: italic;
  font-size: 15px;
}
blockquote.quote4 {
  border-left: none;
  padding: 22px 26px 22px 48px;
  margin-bottom: 30px !important;
}
blockquote.quote4 p {
  margin: 0 !important;
  color: #444;
  font-style: italic;
  font-size: 15px;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: url('../images/pattern.png');
	font-family: 'Nobile', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
  padding-top: 50px;
  text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
footer h2 {
  color: #fff;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #fff;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
footer ul.social-list {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}
footer ul.social-list li {
  display: inline-block;
  margin: 0 4px;
}
footer ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #3e5f8a;
  font-size: 18px;
}
footer ul.social-list li a:hover {
  background: #fff;
  color: #444;
}
footer ul.legal-list {
	font-family: 'Nobile', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	line-height: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
footer ul.legal-list li {
  display: inline-block;
  margin: 0 4px;
}
footer ul.legal-list li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
footer ul.legal-list li a:hover {
	text-decoration: underline;
  color: #fff;
}
footer p.copyright {
  padding: 25px 0;
  border-top: 1px dotted #fff;
	font-family: 'Nobile', sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
  margin: 0;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1900px) {
}
@media (max-width: 1500px) {
  .portfolio-box .project-post,
  .portfolio-section.black-style .portfolio-box.fullwidth .project-post,
  .blog-section.masonry .blog-box.fullwidth .blog-post,
  #portfolio-section .portfolio-box .project-post {
    width: 25%;
  }
  #news-section .news-box .owl-arrows {
    margin-top: -150px;
  }
}
@media (max-width: 1199px) {
  .portfolio-box .project-post,
  .portfolio-section.black-style .portfolio-box.fullwidth .project-post,
  .blog-section.masonry .blog-box.fullwidth .blog-post,
  #portfolio-section .portfolio-box .project-post {
    width: 33.33%;
  }
  .error-section,
  .comming-soon-section {
    min-height: inherit !important;
    padding: 100px 0;
  }
  .error-section .error-content {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 0;
  }
  #about-section .about-box .about-post {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  #about-section .about-box .about-post {
    width: 50%;
  }
  #about-section .about-box {
    padding-top: 0;
  }
  #about-section .about-box .about-post .about-post-content a {
    margin-top: 20px;
  }
  #about-section .about-box .about-post,
  #about-section .about-box .inner-about-box {
    margin-top: 0;
  }
  #about-section .about-box .about-post:hover .hover-about {
    padding-top: 150px;
  }
  #news-section .news-box .owl-arrows {
    display: none;
  }
}
@media (max-width: 991px) {
  header .navbar-nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .portfolio-box .project-post,
  #portfolio-section .portfolio-box .project-post {
    width: 50%;
  }
  #statistic-section .statistic-post {
    margin-bottom: 36px;
  }
  .page-banner-section {
    text-align: center;
  }
  .page-banner-section ul {
    text-align: center;
  }
  .error-section,
  .comming-soon-section {
    padding: 50px 0;
  }
  #features-section .features-box .feature-img-post {
    text-align: center;
  }
  #subscribe-line-section label {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    margin-top: 19px;
  }
  header.active .navbar-default .navbar-toggle {
    margin-top: 19px;
  }
  header .navbar-nav > li > a {
    padding: 4px 15px !important;
    color: #444 !important;
  }
  header.trans .navbar-default {
    background: rgba(255, 255, 255, 0.95);
  }
  header.trans .navbar-brand {
    color: #444 !important;
    padding: 25px 15px;
  }
  header.trans .navbar-nav > li > a {
    color: #787878 !important;
  }
  header.trans .navbar-nav a.open-search {
    display: none;
  }
  header.trans .navbar-nav > li > a:hover,
  header.trans .navbar-nav > li > a.active {
    color: #3e5f8a !important;
  }
  .megadrop-down {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
    background: transparent;
    padding: 5px 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
  }
  .megadrop-down .dropdown h2 {
    display: none;
  }
  .megadrop-down .dropdown ul li {
    padding-bottom: 0px;
  }
  .megadrop-down .dropdown ul li a {
    padding-bottom: 9px;
  }
  .megadrop-down .dropdown a.comming {
    display: none;
  }
  #portfolio-section ul.filter li {
    margin: 0 5px 4px;
  }
  #clients-section .clients-box ul.client-list li {
    width: 33.33%;
  }
  .portfolio-section.grid-style .portfolio-box.col3 .project-post,
  #portfolio-section .portfolio-box .project-post {
    width: 100%;
  }
  .accord-content {
    padding-left: 0;
  }
  .accord-title p {
    margin-left: 0;
  }
  .tp-caption.small_text p.line {
    display: none;
  }
  .tp-banner-container {
    margin-top: 50px;
  }
  #banner-section a {
    margin: 5px 10px;
  }
  #about-section .about-box .about-post .about-post-content {
    padding: 0 10px 30px;
  }
  #subscribe-line-section input[type="text"] {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  #news-section .item.news-post .news-content .date-post {
    display: none;
  }
  #news-section .item.news-post .news-content .news-content-text {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  #team-section .team-box .team-post .team-member img {
    float: none !important;
    width: 100%;
  }
  #team-section .team-box .team-post .team-member {
    margin-bottom: 30px;
  }
  #team-section .team-box .team-post .team-member .member-content {
    margin: 0 !important;
  }
  #about-section .about-box .about-post {
    width: 100%;
  }
}
