@media (min-width: 1200px) {
  .frow-container {
    width: 1200px;
  }
}
/* Header style */
h1,
h2,
h3,
h4 {
  font-family: "Proxima Nova", Georgia, sans-serif;
  color: #2F4C75;
}

h4 {
  font-size: 22px;
  color: #2F4C75;
  font-weight: 600;
}

p {
  color: #2F4C75;
}

.cat {
  color: brown;
}

body {
  background: #fff;
  font-family: "Proxima Nova", Georgia, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #e9eaed;
}

a:hover {
  color: #337bae;
  text-decoration: none;
}

.button {
  background: #FaFF7F;
  padding: 11px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-decoration: none;
  text-transform: capitalize;
}

.button:hover {
  background: #2F4C75;
  color: #fff;
}

.button.alt {
  font-size: 16px;
  background: #fff;
  color: #78b19b;
}

.button.alt:hover {
  background: #78b19b;
  color: #fff;
}

.wide {
  width: 100%;
  max-width: 1600px;
  position: relative;
}

.narrow {
  max-width: 1170px;
}

.grow-small {
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.grow-small:hover {
  transform: scale(1);
}

.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.1);
}

/**
 * Header
 */
.logo {
  width: 75%;
}
@media (min-width: 767px) {
  .logo {
    width: auto;
  }
}
.logo img {
  max-width: 100%;
}

header.header {
  padding: 25px 0 0;
  background-size: cover;
}

ul.main-nav {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

ul.main-nav li {
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
}

ul.main-nav li:last-child {
  margin: 0;
}

ul.main-nav li a {
  position: relative;
  color: #fff;
  font-size: 20px;
  padding: 0 0 10px 0;
  font-family: "proxima_nova_ltsemibold", Georgia, sans-serif;
}

ul.main-nav li a:hover {
  color: #fff;
}

ul.main-nav li a:hover:after,
ul.main-nav li.current-menu-item a:after {
  width: 100% !important;
}

ul.main-nav li a:after,
ul.main-nav li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #FaFF7F;
  transition: width 0.3s;
}

ul.main-nav ul {
  display: none;
}

ul.main-nav li:hover > ul {
  display: block;
}

@media (min-width: 991px) {
  .wrapper .sub-menu {
    background: #fff;
    position: absolute;
    /* bottom: -172px; */
    left: 0;
  }
  .wrapper .sub-menu li {
    display: inline-block;
    min-width: 265px;
    margin: 0;
  }
  .wrapper .sub-menu li a {
    color: #2F4C75;
    padding: 10px 15px;
    line-height: 120%;
    font-size: 18px;
    display: block;
  }
  .wrapper .sub-menu li a:hover {
    color: #FaFF7F;
  }
  .wrapper .sub-menu li a:after {
    content: none;
  }
}

.btn-menu {
  position: relative;
  z-index: 20;
  display: none;
  vertical-align: middle;
  width: 28px;
  height: 12px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-decoration: none;
  transition: all 0.4s;
}

.btn-menu span {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  transition: 0.4s ease-in-out;
}

.btn-menu span:nth-child(1) {
  top: 0px;
}

.btn-menu span:nth-child(2) {
  top: 5px;
}

.btn-menu span:nth-child(3) {
  top: 10px;
}

.btn-menu.open span {
  background: #ffffff;
}

.btn-menu.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn-menu.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}

.btn-menu.open span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Tablet Portrait */
@media (max-width: 991px) {
  .btn-menu {
    display: inline-block;
    vertical-align: middle;
    right: 42px;
    position: absolute;
  }
}
/**
 * Header Sub Page
 */
.intro-sub-container {
  height: 81%;
}
.intro-sub-container h4 {
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  max-width: 860px;
  padding-left: 60px;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 767px) {
  .intro-sub-container h4 {
    font-size: 34px;
  }
}
.intro-sub-container h4:before {
  content: "";
  height: 100%;
  width: 10px;
  background: #fff;
  left: 0;
  position: absolute;
}

/**
 * Header Intro
 */
@media (min-width: 767px) {
  .intro-container {
    margin: 100px auto;
  }
}

.intro-container h4 {
  color: #fff;
  font-family: "proxima_nova_scosfthin", Georgia, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align:center;
  /*max-width: 700px;*/
}
@media (min-width: 767px) {
  .intro-container h4 {
    font-size: 48px;
    line-height: 120%;
  }
}

.intro-container img {
  max-width: 100%;
  display: none;
  height: auto;
}
@media (min-width: 767px) {
  .intro-container img {
    display: block;
    margin-top: 67px;
  }
}

.intro-container .button {
  font-size: 18px;
}

/**
 * Homepage Section Styling
 */
article h3 {
  color: #b93954;
  text-align: center;
  font-family: "Proxima Nova", Georgia, sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 3px;
  font-weight: 600;
}

/**
 * Section: Products
 */
section.section--products {
  padding: 60px 0 60px 10px;
}
@media (min-width: 767px) {
  section.section--products {
    padding: 60px 0 60px 20px;
  }
}
section.section--products h1 {
  color: #2F4C75;
  font-size: 30px;
  font-family: "proxima_nova_altbold", Georgia, sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  section.section--products h1 {
    font-size: 44px;
  }
}
section.section--products h3 {
  text-align: left;
  margin-top: 15px;
  color: #2F4C75;
  font-size: 24px;
  font-family: "proxima_nova_ltsemibold", Georgia, sans-serif;
}
@media (min-width: 767px) {
  section.section--products h3 {
    font-size: 34px;
  }
}

article.article--products {
  text-align: left;
}
article.article--products header {
  padding-left: 35px;
  position: relative;
}
@media (min-width: 767px) {
  article.article--products header {
    padding-left: 80px;
  }
}
article.article--products header:before {
  content: "";
  height: 100%;
  width: 10px;
  background: #2F4C75;
  left: 0;
  position: absolute;
}

/*content*/
.content {
  padding: 30px 0;
}
.content .content-block {
  margin: 30px 0;
}
.content .content-block.border .frow {
  padding: 35px 0;
  border-top: 1px solid #e9eaed;
  border-bottom: 1px solid #e9eaed;
}
.content img {
  max-width: 100%;
}
.content .gutter-extra {
  margin-left: -30px;
  margin-right: -30px;
}
.content .gutter-extra > [class*="col-md"] {
  padding-left: 30px;
  padding-right: 30px;
}
.content h4 {
  margin-bottom: -10px;
  margin-top: 15px;
  font-family: "proxima_nova_ltsemibold", Georgia, sans-serif;
}
.content p {
  font-family: "Proxima Nova", Georgia, sans-serif;
}

/**
* Section: Info
*/
.section--info {
  overflow: hidden;
}
.section--info h5 {
  font-family: "proxima_nova_altbold", Georgia, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 0;
  font-weight: 400;
}
.section--info ul {
  list-style-type: square;
  margin-left: 18px;
  padding: 0;
  color: #fff;
}
.section--info ul li {
  font-weight: 400;
  list-style-type: square;
  font-family: "Proxima Nova", Georgia, sans-serif;
  margin-bottom: 12px;
}
.section--info img {
  max-width: 100%;
  height: auto;
}
.section--info .color-box {
  padding: 20px;
  color: #fff;
  width: 100%;
}
.color-box-content p {
  color: #fff;
}
@media (min-width: max-width 1198px) {
  .section--info .color-box {
    padding: 60px;
  }
}
@media (min-width: 1199px) {
  .section--info .color-box {
    padding: 100px 40px;
  }
}
.section--info .color-box.one {
  background-color: #b93954;
  position: relative;
}
.section--info .color-box.one:hover {
  background-color: #c9516b;
}
.section--info .color-box.one:hover:before {
  background: #c9516b;
}
.section--info .color-box.one:before {
  content: "";
  background: #b93954;
  height: 100%;
  width: 150vw;
  right: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.section--info .color-box.two {
  background-color: #FaFF7F;
  position: relative;
}
.section--info .color-box.two:hover {
  background-color: #e9b749;
}
.section--info .color-box.two:hover:before {
  background: #e9b749;
}
.section--info .color-box.two:before {
  content: "";
  background: #FaFF7F;
  height: 100%;
  width: 150vw;
  left: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.section--info .color-box.three {
  background-color: #337bae;
  position: relative;
}
.section--info .color-box.three:hover {
  background-color: #4290c8;
}
.section--info .color-box.three:hover:before {
  background: #4290c8;
}
.section--info .color-box.three:before {
  content: "";
  background: #337bae;
  height: 100%;
  width: 150vw;
  right: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.section--info .color-box.four {
  background-color: #2F4C75;
  position: relative;
}
.section--info .color-box.four:hover {
  background-color: #4a5a90;
}
.section--info .color-box.four:hover:before {
  background: #4a5a90;
}
.section--info .color-box.four:before {
  content: "";
  background: #2F4C75;
  height: 100%;
  width: 150vw;
  left: -50%;
  top: 0;
  position: absolute;
  z-index: -1;
}

/**
 * Section: blog-feed
 */
.sub .blog-feed {
  background: #e9eaed;
}

.blog-feed {
  background: #fff;
  padding: 150px 0 150px 0;
}
.blog-feed h2 {
  font-size: 30px;
  color: #2F4C75;
  font-family: "proxima_nova_altbold", Georgia, sans-serif;
  text-align: center;
  position: relative;
}
.blog-feed h2:before {
  content: "";
  height: 30px;
  width: 4px;
  position: absolute;
  left: 50%;
  background: #FaFF7F;
  top: -60px;
  transform: translateX(-50%);
}
.blog-feed .blog-post {
  text-align: center;
  padding: 36px;
  text-decoration: none;
  display: block;
}
.blog-feed .blog-post:hover .mask img {
  opacity: 0.8;
}
.blog-feed .blog-post:hover a {
  color: #FaFF7F;
}
.blog-feed .blog-post .date {
  font-size: 16px;
  color: #868686;
  margin-bottom: 35px;
  font-family: "proxima_nova_ltsemibold", Georgia, sans-serif;
}
.blog-feed .blog-post .mask {
  border-radius: 50%;
  width: 190px;
  height: 190px;
  overflow: hidden;
  display: inline-block;
}
.blog-feed .blog-post p {
  font-size: 18px;
  font-family: "Proxima Nova", Georgia, sans-serif;
  color: #2F4C75;
}
.blog-feed .blog-post .readmore {
  color: #2F4C75;
  font-family: "proxima_nova_ltsemibold", Georgia, sans-serif;
}
.blog-feed .blog-post .readmore:hover {
  color: #FaFF7F;
}
.blog-feed .blog-post .button {
  margin-top: 70px;
}
.blog-feed .center {
  text-align: center;
}

/**
 * Section: Footer
 */
footer {
  background: #2F4C75;
  padding: 60px 0 100px 0;
  color: #fff;
}
footer .address,
footer .city {
  display: inline-block;
}
footer .address,
footer .phone {
  margin-right: 10px;
  padding-right: 12px;
  position: relative;
  line-height: 15px;
}
footer .address:after,
footer .phone:after {
  content: "";
  height: 100%;
  width: 2px;
  background: #FaFF7F;
  position: absolute;
  right: 0;
}
footer .phone {
  font-size: 18px;
  display: inline-block;
}
footer .social {
  background: #77809f;
  padding: 5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-block;
}
footer .social:hover {
  background: #FaFF7F;
}
footer .social-copy {
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer .social-copy {
    margin-top: 0;
    text-align: right;
  }
}
footer .social-copy li {
  display: inline-block;
  margin-left: 10px;
}
footer ul {
  margin-bottom: 15px;
}

footer h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 15px 0;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #FaFF7F;
}

footer phone {
  display: inline-block;
}

copyright {
  font-size: 16px;
  color: #77809f;
}

.color {
  height: 45px;
  background: #b93954;
}

/* XS */
@media (max-width: 767px) {
  header.header {
    height: 550px;
  }

  .right-footer-menu {
    margin: 38px 0 0;
  }
}
/* XS, SM */
@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  .testimonial-slide {
    max-width: 80%;
  }

  .footer-menus {
    margin: 40px 0 0 0;
  }

  .footer-menus .frow-container {
    padding: 0;
  }
}
@media (min-width: 1198px) {
  .shiftnav-toggle-button {
    display: none !important;
  }
}
.shiftnav .shiftnav-panel-close {
  display: none;
}
@media (max-width: 1199px) {
  ul.main-nav {
    float: right;
    display: none;
  }

  .fa-times {
    display: none !important;
    font-size: 34px !important;
  }

  .fa-bars {
    font-size: 34px !important;
  }

  .shiftnav-open .shiftnav-toggle .fa-times {
    display: block !important;
  }
  .shiftnav-open .shiftnav-toggle .fa-bars {
    display: none;
  }

  .shiftnav-toggle-button {
    position: absolute;
    right: 20px;
    color: #FaFF7F !important;
    background: transparent !important;
    top: 32px;
    padding: 0px 8px !important;
  }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  header.header {
    height: 100vh;
  }
}
/* MD */
/* MD, LG */
@media (min-width: 992px) {
  header.header {
    height: 100vh;
  }

  header.header.sub {
    height: 580px;
  }

  .seal-banner {
    margin: 0 0 -75px;
  }

  article.article--about {
    margin: 0 0 75px 75px;
  }

  .testimonial-slide {
    padding: 70px 115px;
    margin: 0 90px 0;
  }

  .sep-line {
    border-left: 1px solid #5e9096;
    height: 323px;
    top: 8px;
    position: relative;
    padding-right: 38px;
  }

  .right-footer-menu {
    margin: 0 0 0 38px;
  }
}
/*blog*/
.secondary-blog-post {
  margin-bottom: 50px;
}
.secondary-blog-post:last-of-type {
  margin: 0;
}
.secondary-blog-post p.meta-date {
  margin: 0;
  color: #868686;
  font-size: 16px;
  font-family: "proxima_nova_ltsemibold", Georgia, sans-serif;
}
.secondary-blog-post a:hover h4 {
  color: #FaFF7F;
}
.secondary-blog-post a h4 {
  margin: 5px 0;
}
.secondary-blog-post p {
  font-size: 16px;
}
.secondary-blog-post img {
  max-width: 100%;
}
.secondary-blog-post a {
  text-decoration: none;
  color: #2F4C75;
  font-family: "proxima_nova_ltsemibold", Georgia, sans-serif;
}
.secondary-blog-post a:hover {
  color: #FaFF7F;
}

.secondary {
  padding: 80px 0 60px 0;
}
.secondary .title {
  margin-top: 0;
}

/* LG */
@media (min-width: 768px) {
  .project-sidebar-title {
    margin-top: 0;
  }
}

.widget_categories li.current-cat a {
  color: #FaFF7F;
}
.widget_categories a:hover {
  color: #FaFF7F;
}

.shiftnav.shiftnav-skin-standard-dark {
  background: #2F4C75 !important;
}

.shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > .shiftnav-target {
  /* background: #77809f !important; */
}

.shiftnav-target:hover {
  background: #FaFF7F;
}

.shiftnav-target {
  background: #2F4C75 !important;
}

.navigation ul li {
  display: inline-block;
  margin-right: 10px;
}
.navigation ul li.active a {
  color: #FaFF7F;
}

.sub.header-layer {
  background-color: rgba(98, 98, 98, 0.4);
  width: 100%;
  height: 100%;
  max-height: 580px;
  position: absolute;
  margin: -25px 0 0 0;
}

@media (max-width: 768px) {
  .sub.header-layer {
    max-height: 450px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .sub.header-layer {
    max-height: 100%;
  }
}

.shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  li.menu-item
  > .shiftnav-target {
  border-top: 0 !important;
}
.shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  ul.sub-menu
  li.menu-item
  > .shiftnav-target {
  border: 0;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-237.shiftnav-sub-always.shiftnav-depth-0
  a.shiftnav-target {
  border: 0;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
  background: #2F4C75 !important;
}
ul.sub-menu li.shiftnav-depth-1 a.shiftnav-target {
  /* margin: 0 0 0 10px; */
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current_page_parent.menu-item-270.shiftnav-depth-0 {
  border-top: 1px solid #292929;
}
.shiftnav .shiftnav-panel-close {
  display: none !important;
}
.shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > .shiftnav-target {
  color: #FaFF7F !important;
}
ul.main-nav li a:focus {
  text-decoration: none;
}
.sub-menu li.current-menu-item a {
  color: #FaFF7F;
}
.sub-menu li.current-menu-item a:after {
  display: none;
}
