/*
Template Name: Cendol
Theme URI: http://themes.crunchyresource.com/cendol
Author: Irawan Setiadi
Author URI: https://themeforest.net/user/sinzo
Description: Cendol - One page responsive HTML template
Version: 1.0
Last change: March 28 2017
Support: https://themeforest.net/user/sinzo
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
01. Base
  01.1 Typography
  01.2 Forms
  01.3 Misc
02. Components
  02.1 Navigation
  02.2 Buttons
  02.3 Footer
  02.4 Info
  02.5 Header
  02.6 Accordion
  02.7 Hero
03. Layout
  03.1 Blog
  03.2 CTA
  03.3 Facts
  03.4 Projects
  03.5 Services
  03.6 Testimonial
  03.7 Pricing
  03.8 Map
  03.9 Contact
04. Plugins
05. Media Queries

--------------------------------------------------------------*/
/**
 01.1 Typography
**/
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 26px;
}
h1 {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height: 45px;
}
h1 a {
  color: #2C3E50;
}
h2 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h2.text-center:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background: #2c4681;
}
h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #2c4681;
}
h2 a {
  color: #2C3E50;
}
h3 {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3.text-center:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  margin: 0 auto;
  background: #2c4681;
}
h3:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #2c4681;
}
h3 a {
  color: #2C3E50;
}
h4 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  color: #2c4681;
}
a:hover {
  color: #2c4681;
}
blockquote {
  border-color: #2c4681;
  padding: 20px;
}
/**
 01.2 Forms
**/
input,
input[type="text"],
input[type="email"],
textarea,
.form-control {
  border-radius: 0;
}
/**
 01.3 Misc
**/
section {
  padding: 70px 0;
}
/**
 02.1 Navigation
**/
#navigation-mobile {
  overflow-y: scroll;
  height: 358px;
  margin: 0 -15px;
}
#navigation-mobile .navbar-right {
  float: none !important;
  margin: 0;
}
#navigation-mobile .navbar-right > li {
  float: none !important;
  border-bottom: 1px solid #3f4f5f;
}
#navigation-mobile .navbar-right > li > a {
  color: #ECF0F1;
}
#navigation-mobile .navbar-right > li > a:hover,
#navigation-mobile .navbar-right > li > a:focus {
  background: #2c4681;
}
#navigation-mobile .navbar-right > li > a .menu-toggler {
  float: right;
}
#navigation-mobile .navbar-right > li.active a {
  background: #2c4681;
}
#navigation-mobile .navbar-right > li .dropdown-menu {
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#navigation-mobile .navbar-right > li .dropdown-menu > li > a {
  background: #2C3E50;
  color: #ECF0F1;
  padding: 10px 25px;
}
#navigation-mobile .navbar-right > li .dropdown-menu > li > a:hover {
  background: #2c4681;
}
/**
 02.2 Buttons
**/
.btn {
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
.btn-default {
  background: #2C3E50;
}
.btn-default:hover {
  background: #1a242f;
  color: #fff;
}
.btn-default.btn-border {
  color: #2C3E50;
  background: none;
  border: 2px solid #2C3E50;
}
.btn-default.btn-border:hover {
  background: #1a242f;
  color: #fff;
  border: 2px solid #426486;
}
.btn-primary {
  background: #2c4681;
}
.btn-primary:hover {
  background: #a82315;
  color: #fff;
}
.btn-primary.btn-border {
  color: #2c4681;
  background: none;
  border: 2px solid #2c4681;
}
.btn-primary.btn-border:hover {
  background: #a82315;
  color: #fff;
  border: 2px solid #2c4681;
}
.btn-success {
  background: #94d02c;
}
.btn-success:hover {
  background: #81bb1b;
  color: #fff;
}
.btn-success.btn-border {
  color: #94d02c;
  background: none;
  border: 2px solid #94d02c;
}
.btn-success.btn-border:hover {
  background: #587c1a;
  color: #fff;
  border: 2px solid #94d02c;
}
.btn-info {
  background: #7bb0ff;
}
.btn-info:hover {
  background: #669def;
  color: #fff;
}
.btn-info.btn-border {
  color: #7bb0ff;
  background: none;
  border: 2px solid #7bb0ff;
}
.btn-info.btn-border:hover {
  background: #1573ff;
  color: #fff;
  border: 2px solid #7bb0ff;
}
.btn-warning {
  background: #2c4681;
}
.btn-warning:hover {
  background: #ee791b;
  color: #fff;
}
.btn-warning.btn-border {
  color: #2c4681;
  background: none;
  border: 2px solid #2c4681;
}
.btn-warning.btn-border:hover {
  background: #a82315;
  color: #fff;
  border: 2px solid #2c4681;
}
.btn-danger {
  background: #ff7171;
}
.btn-danger:hover {
  background: #ec5c5c;
  color: #fff;
}
.btn-danger.btn-border {
  color: #ff7171;
  background: none;
  border: 2px solid #ff7171;
}
.btn-danger.btn-border:hover {
  background: #ff0b0b;
  color: #fff;
  border: 2px solid #ff7171;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
}
.btn-sm {
  padding: 8px 15px;
  font-size: 14px;
}
.btn-lg {
  padding: 20px 25px;
  font-size: 16px;
}
.btn-more {
  color: #fff;
  padding: 10px 14px 10px 24px;
  border-radius: 0;
  background: #2c4681;
  text-transform: uppercase;
}
.btn-more:after {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  color: #fff;
}
.btn-more:hover {
  color: #fff;
  text-decoration: none;
  background: #a82315;
}
.btn-contact {
  display: inline-block;
  background: #2c4681;
  color: #fff;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 100;
}
.btn-contact:hover,
.btn-contact:focus {
  color: #fff;
}
/**
 02.3 Footer
**/
#footer {
  background-color: #202020;
  padding: 80px 0 50px 0;
  color: #646464;
}
#footer .col-md-3 {
  padding-bottom: 30px;
}
#footer h4 {
  text-transform: uppercase;
  font-size: 16px;
}
#footer a {
  color: #646464;
}
#footer a:hover {
  color: #2c4681;
  text-decoration: none;
}
#footer ul.list-unstyled li {
  border-bottom: 1px solid #353535;
}
#footer ul.list-unstyled li a {
  color: #dedede;
  padding: 10px 0;
  display: block;
}
#footer ul.list-unstyled li a:hover {
  color: #2c4681;
  text-decoration: none;
}
#footer .copyright {
  background: #121212;
  color: #646464;
  padding: 30px 0;
}
#footer .copyright a {
  color: #646464;
}
#footer .copyright a:hover {
  color: #2c4681;
  text-decoration: none;
}
/**
 02.4 Info
**/
.alert {
  border-radius: 0;
  border: 0;
}
.alert-success {
  background: #94d02c;
  color: #fff;
}
.alert-info {
  background: #7bb0ff;
  color: #fff;
}
.alert-warning {
  background: #2c4681;
  color: #fff;
}
.alert-danger {
  background: #2c4681;
  color: #fff;
}
.pop-info {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  margin-top: -100px;
  padding: 10px;
  width: 120px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #fff;
  color: #2C3E50;
  animation: upDown 12s 1s infinite;
}
.pop-info:after {
  margin-bottom: -10px;
  position: absolute;
  bottom: 0;
  left: 43%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
@-webkit-keyframes upDown {
  60%,
  80%,
  100% {
    margin-top: -100px;
  }
  70%,
  90% {
    margin-top: -140px;
  }
}
/**
 02.5 Header
**/
header {
  background: #2C3E50;
  color: #ECF0F1;
  font-family: 'Raleway', sans-serif;
  z-index: 9999;
}
header .navbar-default {
  background: #fff;
  border: 0;
  box-shadow: 0px 0px 4px 0px #737373;
}
header .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
header .navbar-default .navbar-brand {
  color: #ECF0F1 !important;
  padding: 5px 15px;
}
header .navbar-default .navbar-brand img {
  max-width: 200px;
}
header #mainmenu .nav li {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-left: 10px;
  font-size: 14px;
}
header #mainmenu .nav li a {
  color: #2c4681;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
header #mainmenu .nav li a:hover,
header #mainmenu .nav li a:active,
header #mainmenu .nav li a:focus {
  background: #2c4681;
  color: #ECF0F1;
}
header #mainmenu .nav li.active a,
header #mainmenu .nav li.active a:focus,
header #mainmenu .nav li.active a:active {
  background: none;
  color: #2c4681;
}
header #mainmenu .nav li.dropdown.open > a {
  background: #2c4681;
  color: #ECF0F1;
}
header #mainmenu .nav li.dropdown ul.dropdown-menu {
  margin: 10px 0;
  border: 0;
  background: #2C3E50;
}
header #mainmenu .nav li.dropdown ul.dropdown-menu li {
  margin: 5px 0;
}
header #mainmenu .nav li.dropdown ul.dropdown-menu li a {
  color: #ECF0F1;
  text-transform: capitalize;
  padding: 10px 20px;
  letter-spacing: normal;
}
header #mainmenu .nav li.dropdown ul.dropdown-menu li a:hover,
header #mainmenu .nav li.dropdown ul.dropdown-menu li a:focus {
  color: #ECF0F1;
}
@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }
  #mainmenu {
    display: none;
  }
  header .navbar-default .navbar-toggle {
    border: 0;
    display: block;
    float: right;
    color: #fff;
  }
  header .navbar-default .navbar-toggle span {
    font-size: 25px;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default .navbar-toggle .fa:before {
    content: "\f00d";
  }
  header .navbar-default .navbar-toggle.collapsed .fa:before {
    content: "\f0c9";
  }
  header .navbar-default .navbar-collapse {
    display: none !important;
  }
}
.main-title {
  padding: 0 15%;
  margin-bottom: 50px;
}
.main-title h2 {
  text-transform: uppercase;
}
/**
 02.6 Accordion
**/
.accordion {
  border-top: solid 1px #ced1d3;
  margin-bottom: 50px;
}
.accordion .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: solid 1px #ced1d3;
}
.accordion .panel + .panel {
  margin-top: 0;
}
.accordion .panel-heading {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.accordion .panel-heading a {
  display: block;
  padding: 15px 30px;
  color: #2C3E50;
  background: #e9f0f6;
  text-decoration: none;
  position: relative;
}
.accordion .panel-heading a span.fa {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  background-color: rgba(14, 34, 42, 0.1);
}
.accordion .panel-heading a span.fa:before {
  content: "\f068";
}
.accordion .panel-heading a.collapsed {
  background: #e9f0f6;
}
.accordion .panel-heading a.collapsed span.fa:before {
  content: "\f067";
}
.accordion .panel-heading a:hover {
  background: #f1f9ff;
}
.accordion .panel-heading a:hover,
.accordion .panel-heading a:focus {
  text-decoration: none;
}
.accordion .panel-body {
  border-top: 0;
  padding: 0px 30px 30px 30px;
  background-color: #e9f0f6;
}
.accordion .panel-body figure {
  float: right;
  margin: 0 0 30px 50px;
}
.accordion .panel-body p {
  margin-bottom: 20px;
}
.accordion .panel-heading + .panel-collapse > .list-group,
.accordion .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
/**
 02.7 Hero
**/
#hero {
  background: #2C3E50;
  padding: 0;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
#hero .heroslider {
  margin: 0;
  padding: 0;
  height: 650px;
  position: relative;
}
#hero .heroslider .flex-direction-nav .flex-prev {
  left: 0px;
}
#hero .heroslider .flex-direction-nav .flex-prev:before {
  color: #fff;
}
#hero .heroslider .flex-direction-nav .flex-next {
  right: 0px;
}
#hero .heroslider .flex-direction-nav .flex-next:before {
  color: #fff;
}
#hero .heroslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 20px;
}
#hero .heroslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
#hero .heroslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 20px;
}
#hero .heroslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
#hero .heroslider .flex-control-nav {
  bottom: 20px;
  z-index: 30;
}
#hero .heroslider .flex-control-paging li a {
  background: #ECF0F1;
  box-shadow: none;
  width: 14px;
  height: 14px;
}
#hero .heroslider .flex-control-paging li a.flex-active {
  background: #2c4681;
}
#hero .heroslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
}
#hero .heroslider figure {
  z-index: 5;
  height: 650px;
  position: relative;
}
#hero .heroslider .slides img {
  width: 100%;
  opacity: 0.5;
  display: block;
}
#hero .heroslider .hero-text {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  z-index: 10;
}
#hero .hero-text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
#hero .hero-text h1 {
  font-size: 40px;
  margin: 0 0 10px 0;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 70%;
}
#hero .hero-text h1 span {
  color: #2c4681;
}
#hero .hero-text h2 {
  font-size: 20px;
  margin: 0;
  display: block;
  max-width: 70%;
}
#hero .hero-text h2.tagline {
  border: 2px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 15px 10px 15px;
  display: inline-block;
  margin: 0 0 20px 0;
  line-height: 16px;
}
#hero .hero-text h2:after {
  display: none;
}
#hero .hero-text p {
  margin-bottom: 30px;
  display: block;
  line-height: 24px;
  max-width: 50%;
}
#hero .hero-text.text-center h1,
#hero .hero-text.text-center h2 {
  margin-left: auto;
  margin-right: auto;
}
#hero .button-container {
  display: block;
}
#hero .button-container .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
/**
 03.1 Blog
**/
.blog-post {
  margin-bottom: 40px;
  position: relative;
}
.blog-post .thumb-slider,
.blog-post figure {
  margin-bottom: 20px;
  position: relative;
  zoom: 1;
}
.blog-post .thumb-slider .flex-direction-nav .flex-prev {
  left: 0px;
  background: #2c4681;
  text-align: center;
  color: #fff;
}
.blog-post .thumb-slider .flex-direction-nav .flex-prev:before {
  color: #fff;
  display: block;
}
.blog-post .thumb-slider .flex-direction-nav .flex-next {
  right: 0px;
  background: #2c4681;
  text-align: center;
  color: #fff;
}
.blog-post .thumb-slider .flex-direction-nav .flex-next:before {
  color: #fff;
  display: block;
}
.blog-post .thumb-slider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.blog-post .thumb-slider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.blog-post .thumb-slider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.blog-post .thumb-slider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.blog-post h4 {
  text-transform: uppercase;
  margin: 0;
}
.blog-post h4 a {
  color: #333;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post .post-meta {
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
  color: #666;
  overflow: hidden;
}
.blog-post .post-meta .cats {
  float: right;
  text-transform: uppercase;
}
.blog-post .bx-wrapper {
  margin-bottom: 20px!important;
}
.blog-post .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.blog-post .post-slider {
  margin: 0;
  padding: 0;
  height: 250px;
}
.blog-grid-view {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}
.blog-grid-view:before,
.blog-grid-view:after {
  content: " ";
  display: table;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog-grid-view > li {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-view > li {
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .blog-grid-view > li {
    width: 100%;
  }
}
.blog-pager {
  margin-top: 40px;
}
.blog-pager .pager li > a {
  background: #2C3E50;
  color: #fff;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
.blog-pager .pager li > a:hover {
  background: #1a242f;
}
.blog-pager .pager li > a span {
  font-size: 12px;
}
.blog-related {
  display: block;
  zoom: 1;
}
.blog-related:before,
.blog-related:after {
  content: " ";
  display: table;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-related ul li {
  float: left;
  width: 32%;
  margin-left: 15px;
  margin-bottom: 30px;
}
.blog-related ul li figure {
  height: 150px;
  overflow: hidden;
}
.blog-related ul li:first-child {
  margin-left: 0;
}
.blog-related .post-meta {
  font-size: 12px;
  background: #2C3E50;
  color: #ccc;
  display: block;
  padding: 10px;
}
.blog-related .post-meta a {
  color: #ccc;
}
.blog-related h5 {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-related ul li {
    width: 31%;
  }
  .blog-related ul li figure {
    height: 120px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-related ul li {
    width: 31.9%;
  }
}
@media (max-width: 767px) {
  .blog-related ul li {
    width: 100%;
    margin-left: 0;
  }
  .blog-related ul li figure {
    height: 150px;
    overflow: hidden;
  }
}
.admin-info {
  display: block;
  zoom: 1;
  background: #e9f0f6;
  padding: 15px;
  margin-bottom: 30px;
}
.admin-info:before,
.admin-info:after {
  content: " ";
  display: table;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.admin-info .admin-img {
  float: left;
  width: 20%;
}
.admin-info .admin-text {
  float: left;
  width: 80%;
  padding-left: 15px;
}
.admin-info h4 {
  margin-bottom: 10px;
}
.admin-info .list-inline li {
  margin-right: 10px;
}
.admin-info .list-inline i {
  margin-right: 10px;
  color: #2c4681;
}
.admin-info .admin-social a {
  color: #2C3E50;
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
.admin-info .admin-social a i {
  color: #2C3E50;
}
.admin-info .admin-social a:hover {
  color: #2c4681;
}
.admin-info .admin-social a:hover i {
  color: #2c4681;
}
@media (max-width: 767px) {
  .admin-info .admin-img {
    float: left;
    width: 30%;
  }
  .admin-info .admin-text {
    float: left;
    width: 70%;
    padding-left: 15px;
  }
}
.innerpage-title {
  padding: 40px 0;
  background: #2c4681;
  max-height: 440px;
  padding-top: 100px;
  background: url(../images/pics/pic4.jpeg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.innerpage-title h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.innerpage-title p {
  text-transform: uppercase;
}
#blog-area .blog-post .thumb-slider,
#blog-area .blog-post figure {
  max-height: 350px;
  overflow: hidden;
}
.widget {
  margin-bottom: 30px;
  padding-left: 20px;
}
.search-box .form-control {
  border: 1px solid #2c4681;
  padding: 10px;
  height: 52px;
  box-shadow: none;
}
.search-box .input-group-btn {
  background: #2c4681;
  color: #fff;
}
.search-box .input-group-btn .btn-primary {
  border: 0;
}
.blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-list li {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  clear: both;
  overflow: hidden;
}
.blog-list figure {
  overflow: hidden;
  height: 75px;
  float: left;
  width: 100px;
  margin-top: 10px;
  margin-right: 10px;
}
.blog-list .post-meta {
  font-size: 13px;
}
.blog-list h5 {
  text-transform: uppercase;
  font-size: 16px;
}
.blog-list h5 a {
  color: #2C3E50;
}
.categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-list li {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}
.categories-list li a {
  display: block;
  padding: 10px 0;
}
.categories-list li a span {
  float: right;
  color: #fff;
  background: #2c4681;
  font-size: 13px;
  min-width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}
.tags li > a {
  background: #2c4681;
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
.tags li > a:hover {
  background: #a82315;
  text-decoration: none;
}
.comments-area label {
  display: block;
}
.comments-area p {
  margin-bottom: 20px;
}
.comments-area .form-control {
  padding: 20px;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  display: block;
  zoom: 1;
  margin: 20px 0;
}
.comment-list li:before,
.comment-list li:after {
  content: " ";
  display: table;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.comment-list li.comment {
  background: #e9f0f6;
  padding: 15px;
}
.comment-list ol {
  list-style: none;
}
.comment-list ol.children {
  margin: 10px 0;
}
.comment-list ol.children .comment {
  background: #f1f9ff;
}
.comment-list .comment-meta figure img {
  width: 100%;
  height: auto;
}
.comment-list .comment-name {
  font-size: 18px;
}
.comment-list .comment-name,
.comment-list .comment-date {
  display: block;
}
.comment-list .comment-date {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}
.comment-list .comment-body {
  float: left;
  width: 15%;
}
.comment-list .comment-content {
  float: right;
  width: 83%;
}
.comment-list .reply {
  clear: both;
  text-align: right;
}
/**
 03.3 CTA
**/
.call-to-action {
  display: block;
  zoom: 1;
  background: #f2f2f2;
  padding: 40px 0;
}
.call-to-action:before,
.call-to-action:after {
  content: " ";
  display: table;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.call-to-action .action-desc {
  float: left;
  width: 80%;
}
.call-to-action .action-desc h3 {
  margin-bottom: 0;
}
.call-to-action .action-desc p {
  font-style: italic;
  font-size: 20px;
}
.call-to-action .action-desc .fa {
  font-size: 40px;
  margin-right: 10px;
}
.call-to-action .action-btn {
  float: left;
  width: 20%;
}
/**
 03.3 Facts
**/
#facts {
  text-transform: uppercase;
}
#facts h3 {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
}
#facts .fact-detail .fact-icon {
  background: #2C3E50;
  width: 120px;
  height: 120px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
  border-radius: 120px;
}
#facts .fact-detail .fact-icon i {
  line-height: 120px;
  font-size: 45px;
}
/**
 03.4 Projects
**/
.project-filter {
  text-align: center;
  margin: 40px 0;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
}
.project-filter li {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}
.project-filter li a {
  padding: 5px 10px;
}
.project-filter li a:hover,
.project-filter li a:focus {
  background: #2c4681;
  color: #fff;
  text-decoration: none;
}
.project-filter li.active {
  background: #2c4681;
  color: #fff;
}
#project-grid {
  overflow: hidden;
  margin-bottom: 100px;
}
#project-grid .item {
  width: 25%;
  float: left;
  margin: 0;
}
#project-grid .item figure {
  height: 250px;
  overflow: hidden;
}
#project-grid .item img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  #project-grid .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #project-grid .item {
    width: 100%;
  }
}
/**
 03.5 Services
**/
.service-detail .row {
  margin: 50px 0;
}
.service-detail h3 {
  margin-bottom: 30px;
}
.service-detail h4 {
  margin-bottom: 20px;
}
.service-detail .pull-right img {
  float: right;
}
.service-item {
  text-align: center;
  margin-bottom: 50px;
}
.service-item .icon {
  background: #2c4681;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 45px;
  margin-bottom: 20px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}
.service-item h4 {
  text-transform: uppercase;
}
/**
 03.6 Testimonial
**/
.testimonial {
  clear: both;
}
#testimonial-slide {
  position: relative;
  zoom: 1;
  text-align: center;
}
#testimonial-slide .flex-direction-nav .flex-prev {
  left: 0px;
}
#testimonial-slide .flex-direction-nav .flex-next {
  right: 0px;
}
#testimonial-slide:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
#testimonial-slide:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
#testimonial-slide:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
#testimonial-slide:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
#testimonial-slide .flex-control-paging li a {
  background: #2C3E50;
  box-shadow: none;
  width: 14px;
  height: 14px;
}
#testimonial-slide .flex-control-paging li a.flex-active {
  background: #2c4681;
}
#testimonial-slide p {
  margin-bottom: 20px;
}
#testimonial-slide figure {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 10px auto;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}
#testimonial-slide figure img {
  display: inline;
  width: 100%;
  height: auto;
}
/**
 03.7 Pricing Box
**/
.pricing-box {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
.pricing-box:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #adadad;
  -moz-box-shadow: 0px 0px 10px 0px #adadad;
  box-shadow: 0px 0px 10px 0px #adadad;
}
.pricing-box h3 {
  background: #2C3E50;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pricing-box h3:before {
  display: none;
}
.pricing-box .prize {
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  background: #2c4681;
  color: #fff;
}
.pricing-box .prize span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.pricing-box ul {
  margin: 20px 0;
  padding: 0;
}
.pricing-box ul li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
/**
 03.8 Map
**/
#map {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
}
#google-container {
  position: relative;
  min-width: 100%;
  min-height: 400px;
  background-color: #e7eaf0;
}
#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #2c4681;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
#cd-zoom-out {
  background-position: 50% -32px;
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
/**
 03.9 Contact
**/
.contact-collapse {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-control {
  padding: 20px;
}
.contact-form .btn {
  width: 100%;
  text-align: center;
}
.contact-form h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-form p {
  margin-bottom: 30px;
}
/**
 04. Plugins
**/
.slider {
  margin: 0;
  padding: 0;
}
.slider li {
  padding: 20px 0;
  text-align: center;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  content: "\f104";
}
.mfp-arrow-left:after {
  border: 0;
  content: "\f104";
  display: inline;
  font-family: FontAwesome;
  color: #fff;
  font-size: 40px;
}
.mfp-arrow-right:after {
  border: 0;
  content: "\f105";
  display: inline;
  font-family: FontAwesome;
  color: #fff;
  font-size: 40px;
}
.bg-grey {
  background: #f2f2f2;
}
.bg-orange {
  background: #2c4681;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.bg-orange .btn-primary {
  background: #2C3E50;
  color: #fff;
  border: 0;
}
.bg-orange .btn-primary:hover {
  border: 0;
  background-color: #1a242f;
}
/**
 05.1 Misc
**/
.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: none;
  width: 50px;
  height: 50px;
}
.go-top a {
  display: block;
  background: #2C3E50;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.go-top a:hover {
  opacity: 0.8;
}
.icon-animated {
  position: relative;
  z-index: 1;
}
.icon-animated:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon-effect .icon-animated {
  background: #2c4681;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.icon-effect .icon-animated:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #2c4681;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.icon-effect:hover .icon-animated {
  background: #2c4681;
  color: #fff;
}
.icon-effect:hover .icon-animated:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
figure.zoom-in {
  position: relative;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
figure.zoom-in figcaption,
figure.zoom-in figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
figure.zoom-in {
  background: #2C3E50;
}
figure.zoom-in img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.zoom-in figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #ECF0F1;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.zoom-in .icon {
  margin: 0;
  opacity: 0;
  color: #fff;
  font-size: 50px;
  position: relative;
  top: 43%;
  transform: translateY(-50%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.zoom-in:hover figcaption::before,
figure.zoom-in:hover .icon {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.zoom-in:hover figcaption {
  background-color: rgba(44, 62, 80, 0.4);
}
figure.zoom-in:hover img {
  opacity: 0.4;
}
figure.slide-up {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  min-width: 320px;
  max-width: 480px;
  max-height: 300px;
  background: #2C3E50;
  text-align: center;
}
figure.slide-up img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
figure.slide-up figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 20px;
  height: auto;
  background: #2c4681;
  text-align: center;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
figure.slide-up h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
}
figure.slide-up h4 span {
  display: block;
  font-size: 14px;
}
figure.slide-up p.icon-links {
  margin-bottom: 0;
}
figure.slide-up p.icon-links a {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
}
figure.slide-up:hover p.icon-links a:hover,
figure.slide-up:hover p.icon-links a:focus {
  color: #252d31;
}
figure.slide-up h4,
figure.slide-up p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
figure.slide-up p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure.slide-up h4 {
  display: inline-block;
}
figure.slide-up:hover p.description {
  opacity: 1;
}
figure.slide-up:hover img {
  opacity: 1;
}
figure.slide-up:hover figcaption,
figure.slide-up:hover h4,
figure.slide-up:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.slide-up:hover h4 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.slide-up:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.slide-up:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.slide-up:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/**
 05. Media Queries
**/
@media (min-width: 992px) and (max-width: 1199px) {
  #project-grid .mix figure {
    height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-default .navbar-toggle {
    margin-right: 0;
  }
  #hero .heroslider {
    height: 500px;
  }
  #hero .heroslider figure {
    height: 500px;
  }
  #hero .heroslider .hero-text {
    top: 100px;
  }
  #hero .heroslider .hero-text h1,
  #hero .heroslider .hero-text h2,
  #hero .heroslider .hero-text p {
    max-width: 100%;
  }
  #project-grid .mix {
    width: 50%;
  }
  #project-grid .mix figure {
    height: 250px;
  }
  .widget {
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  #project-grid .mix {
    width: 100%;
  }
  #project-grid .mix figure {
    height: 250px;
  }
}
@media (min-width: 421px) and (max-width: 520px) {
  #project-grid .mix {
    width: 50%;
  }
  #project-grid .mix figure {
    height: 180px;
  }
  figure.zoom-in .icon {
    top: 38%;
  }
}
@media (min-width: 521px) and (max-width: 767px) {
  #project-grid .mix {
    width: 50%;
  }
  #project-grid .mix figure {
    height: 200px;
  }
  figure.zoom-in .icon {
    top: 38%;
  }
}
@media (max-width: 767px) {
  header .container {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar-toggle {
    margin-top: 0;
  }
  header .navbar-default .navbar-brand img {
    max-width: 160px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    line-height: 30px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #hero {
    margin-top: 34px;
  }
  #hero .heroslider {
    height: 450px;
  }
  #hero .heroslider .slides img {
    width: 300%;
  }
  #hero .heroslider figure {
    height: 450px;
    overflow: hidden;
  }
  #hero .heroslider .hero-text {
    top: 50px;
  }
  #hero .heroslider .hero-text h1,
  #hero .heroslider .hero-text h2,
  #hero .heroslider .hero-text p {
    max-width: 100%;
  }
  #hero .heroslider .hero-text h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #hero .heroslider .hero-text h2 {
    font-size: 16px;
  }
  #hero .heroslider .hero-text p {
    font-size: 14px;
    max-height: 100px;
    overflow: hidden;
  }
  #hero .heroslider .flex-direction-nav {
    display: none !important;
  }
  #hero .button-container {
    display: block;
  }
  #hero .button-container .btn {
    width: 100%;
  }
  section {
    padding: 50px 0;
  }
  .main-title {
    padding: 0;
  }
  .main-title h2 {
    line-height: 30px;
  }
  .project-filter {
    margin: 20px 0;
  }
  .fact-detail {
    text-align: left;
    min-height: 150px;
  }
  .fact-detail .fact-icon {
    float: left;
    text-align: center;
    margin-right: 20px;
  }
  .fact-detail .fact-number {
    text-align: left;
  }
  .the-team figure.slide-up {
    max-height: none;
    min-width: 200px;
  }
  .call-to-action .action-desc {
    width: 100%;
    text-align: center;
  }
  .call-to-action .action-desc .fa {
    display: block;
  }
  .call-to-action .action-btn {
    width: 100%;
    float: none;
  }
  .call-to-action .action-btn .btn {
    width: 100%;
  }
  .innerpage-title {
    padding-top: 60px;
  }
  .widget {
    padding-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
