/**********COLORS*********/
/**********FONT***********/
.FuturaPT-Light {
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-Book {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-Medium {
  font-family: FuturaPT-Medium;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-Demi {
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-Heavy {
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-Bold {
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-ExtraBold {
  font-family: FuturaPT-ExtraBold;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-LightObl {
  font-family: FuturaPT-LightObl;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-BookObl {
  font-family: FuturaPT-BookObl;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-MediumObl {
  font-family: FuturaPT-MediumObl;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-DemiObl {
  font-family: FuturaPT-DemiObl;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-HeavyObl {
  font-family: FuturaPT-HeavyObl;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-BoldObl {
  font-family: FuturaPT-BoldObl;
  font-weight: normal;
  font-style: normal;
}
.FuturaPT-ExtraBoldObl {
  font-family: FuturaPT-ExtraBoldObl;
  font-weight: normal;
  font-style: normal;
}
/**********COMMON STYLES*********/
body {
  font-family: FuturaPT-Medium;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  word-wrap: break-word;
}
.outer-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.container {
  max-width: 990px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}
.block-scroll {
  height: 100%;
  overflow: hidden;
}
blockquote {
  border: none;
  margin: 0;
}
blockquote p {
  color: #002887 !important;
  line-height: 34px !important;
  font-size: 23px !important;
  font-family: FuturaPT-Bold !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  blockquote p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.search-pop {
  display: inline-block;
  max-width: 123px;
  margin-left: 40px;
  width: 100%;
}
.search-pop .search-form {
  width: 100%;
  position: relative;
}
.search-pop .search-form input[type=search] {
  position: relative;
  width: 100%;
  padding: 5px 12px;
  padding-right: 28px;
  border: 1px solid #002887;
  border-radius: 14px;
  height: 30px;
  box-shadow: none;
  outline: none;
}
.search-pop .search-form input[type=search]:focus {
  outline: none;
}
@media (max-width: 767px) {
  .search-pop .search-form input[type=search] {
    height: 33px;
  }
}
.search-pop .search-form .search-submit {
  position: absolute;
  top: 45%;
  line-height: 1;
  transform: translateY(-50%);
  right: 8px;
  background: transparent;
  border: none;
  padding: 0;
}
.search-pop .search-form .search-submit i {
  color: #002887;
}
.search-pop .search-form .search-submit:focus {
  outline: none;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
@media (min-width: 768px) {
  .fixed-header .header {
    padding: 17px 0 !important;
  }
  .fixed-header .header .navbar-header .logo-wrapper img {
    max-width: 45px !important;
  }
  .fixed-header .top-nav {
    display: none;
  }
  .fixed-header .bottom-nav .search-pop .search-form {
    top: 4px;
  }
}
.banner-wrap {
  height: 400px;
  position: relative;
}
.banner-wrap .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #002887;
}
.banner-wrap .banner-caption p {
  font-size: 11px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .banner-wrap .banner-caption p {
    font-size: 11px;
  }
}
.banner-wrap .banner-caption h1 {
  margin-top: 10px;
  font-size: 50px;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 57px;
}
@media (max-width: 767px) {
  .banner-wrap .banner-caption h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner-wrap .banner-caption {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .banner-wrap {
    height: 260px;
  }
}
.flex-adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex-adjust {
    display: block;
  }
}
.flex-adjust:before {
  display: none;
}
.flex-adjust:after {
  display: none;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-style-1:hover {
  background-color: #002887;
  color: #fff !important;
}
a.button:hover {
  background-color: #F8F8F8;
  color: #002887 !important;
}
/*********HEADER**************/
.header_wrap .header {
  padding: 20px 0;
}
.header_wrap .header .navbar {
  margin-bottom: 0;
  background: transparent;
  border: none;
  min-height: auto;
}
.header_wrap .header .navbar .navbar-header .logo-wrapper img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .navbar-header .logo-wrapper img {
    max-width: 55px;
  }
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .navbar-header .logo-wrapper {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .navbar-header .nav-btn {
    display: inline-block;
    width: 49%;
  }
  .header_wrap .header .navbar .navbar-header .nav-btn .navbar-toggle {
    background: transparent;
    border: none;
    margin-right: 0;
    margin: 0;
    padding-right: 0;
  }
  .header_wrap .header .navbar .navbar-header .nav-btn .navbar-toggle .icon-bar {
    width: 20px;
    height: 4px;
    border-radius: 5.5px;
    background: #002887;
  }
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .navbar-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.header_wrap .header .navbar .navbar-collapse {
  border: none;
}
.header_wrap .header .navbar .no-right-padd {
  padding-right: 0;
}
.header_wrap .header .navbar .cust-collapse {
  display: none !important;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .cust-collapse {
    padding: 50px;
    width: 320px;
    height: 100vh !important;
    position: fixed;
    right: -120%;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-transition: right 1s;
    transition: right 1s;
    display: block !important;
    box-shadow: -2px 2px 16px 0 rgba(0, 0, 0, 0.23);
  }
  .header_wrap .header .navbar .cust-collapse.menu_open {
    right: 0;
    -webkit-transition: right 1.8s;
    transition: right 1.8s;
  }
  .header_wrap .header .navbar .cust-collapse .search-pop {
    padding-top: 30px;
    max-width: 100%;
    margin-left: 0;
  }
  .header_wrap .header .navbar .cust-collapse.menu_close {
    right: -120%;
  }
  .header_wrap .header .navbar .cust-collapse .menu-main-menu-container {
    padding-top: 15px;
  }
  .header_wrap .header .navbar .cust-collapse .close-btn {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .header_wrap .header .navbar .cust-collapse .close-btn:before {
    content: '\f00d';
    font-family: FontAwesome;
    color: #002887;
    font-size: 25px;
  }
}
.header_wrap .header .navbar .navbar-nav {
  float: none !important;
  display: inline-block;
}
.header_wrap .header .navbar .navbar-nav > li > ul.sub-menu {
  position: absolute;
  display: none;
  background-color: #fff;
  z-index: 999;
  min-width: 150px;
  text-align: left;
  margin-left: -15px;
  padding: 10px 0 15px!important;
}
.header_wrap .header .navbar .navbar-nav > li > ul.sub-menu ul.sub-menu {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .navbar-nav > li > ul.sub-menu {
    position: static;
    display: block;
    margin-left: 0;
  }
}
.header_wrap .header .navbar .navbar-nav > li ul.sub-menu {
  list-style: none;
  padding: 0;
}
.header_wrap .header .navbar .navbar-nav > li ul.sub-menu li {
  padding: 0 15px;
}
.header_wrap .header .navbar .navbar-nav > li ul.sub-menu li a {
  display: block;
  padding: 5px 0;
  line-height: 1;
  font-size: 14px;
  text-transform: initial;
  display: inline-block;
}
.header_wrap .header .navbar .navbar-nav > li:hover > .sub-menu {
  display: block;
}
.header_wrap .header .navbar .top-nav {
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .top-nav .menu-top-menu-container {
    display: block;
  }
  .header_wrap .header .navbar .top-nav .menu-top-menu-container ul {
    text-align: left;
    display: block;
    padding-left: 15px;
  }
  .header_wrap .header .navbar .top-nav .menu-top-menu-container ul li {
    padding: 13px 0;
  }
}
.header_wrap .header .navbar .top-nav .navbar-nav li {
  padding: 0 10px;
}
.header_wrap .header .navbar .top-nav .navbar-nav li a {
  padding: 0;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  color: #002887;
  font-size: 14px;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .top-nav .navbar-nav li a {
    font-size: 16px;
    line-height: 18px;
  }
}
.header_wrap .header .navbar .top-nav .navbar-nav li:last-child {
  padding-right: 0;
}
.header_wrap .header .navbar .top-nav .navbar-nav .current-menu-item > a,
.header_wrap .header .navbar .top-nav .navbar-nav .current_page_ancestor > a {
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .top-nav {
    border-top: 1px solid #002887;
    padding-top: 15px;
  }
}
.header_wrap .header .navbar .bottom-nav {
  width: 100%;
  text-align: right;
}
.header_wrap .header .navbar .bottom-nav .menu-main-menu-container {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .bottom-nav .menu-main-menu-container {
    display: block;
  }
  .header_wrap .header .navbar .bottom-nav .menu-main-menu-container ul {
    text-align: left;
    display: block;
    padding-left: 15px;
  }
  .header_wrap .header .navbar .bottom-nav .menu-main-menu-container ul li {
    padding: 13px 0;
  }
}
.header_wrap .header .navbar .bottom-nav .navbar-nav {
  display: block;
}
.header_wrap .header .navbar .bottom-nav .navbar-nav li {
  padding: 0 20px;
}
.header_wrap .header .navbar .bottom-nav .navbar-nav li a {
  padding: 0;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #002887;
  font-size: 15px;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .bottom-nav .navbar-nav li a {
    font-size: 14px;
    line-height: 18px;
  }
}
.header_wrap .header .navbar .bottom-nav .navbar-nav li:last-child {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_wrap .header .navbar .bottom-nav .navbar-nav li {
    padding: 0 8px;
  }
  .header_wrap .header .navbar .bottom-nav .navbar-nav li a {
    font-size: 13px;
  }
}
.header_wrap .header .navbar .bottom-nav .navbar-nav .current-menu-item,
.header_wrap .header .navbar .bottom-nav .navbar-nav .current_page_ancestor {
  position: relative;
}
.header_wrap .header .navbar .bottom-nav .navbar-nav .current-menu-item > a,
.header_wrap .header .navbar .bottom-nav .navbar-nav .current_page_ancestor > a {
  border-bottom: 3px solid #002887;
  padding-bottom: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .bottom-nav .navbar-nav .current-menu-item > a,
  .header_wrap .header .navbar .bottom-nav .navbar-nav .current_page_ancestor > a {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header_wrap .header .navbar .bottom-nav {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .header_wrap .header {
    padding: 12px 0;
  }
}
.articles-wrap {
  padding: 85px 0 45px;
}
.articles-wrap .section-title {
  font-size: 23px;
  text-align: center;
  font-family: FuturaPT-Bold;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #002887;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 34px;
}
.articles-wrap .section-title a {
  color: #002887;
  text-decoration: none;
}
@media (min-width: 768px) {
  .articles-wrap .container {
    width: 738px;
  }
}
@media (min-width: 1200px) {
  .articles-wrap .container {
    width: 1170px;
  }
}
.articles-wrap .article-posts .article-item {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
  position: relative;
  padding-bottom: 90px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  margin-bottom: 40px;
  background-color: #fff;
  /*            .article-img{
                height: 230px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }*/
}
.articles-wrap .article-posts .article-item .article-img-link {
  display: block;
}
.articles-wrap .article-posts .article-item .article-img img {
  width: 100%;
}
.articles-wrap .article-posts .article-item .article-content {
  padding: 15px 10px;
}
.articles-wrap .article-posts .article-item .article-content span {
  font-size: 11px;
  color: #002887;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  display: block;
  line-height: 1;
}
.articles-wrap .article-posts .article-item .article-content h3 {
  margin-top: 8px;
  color: #515151;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.articles-wrap .article-posts .article-item .article-content h3 a {
  color: #002887;
  text-decoration: none;
}
.articles-wrap .article-posts .article-item .article-content p {
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #666;
}
.articles-wrap .article-posts .article-item a.button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  color: #002887;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #002887;
  border-radius: 20.5px;
  display: inline-block;
  min-width: 140px;
  padding: 10px 15px;
  text-decoration: none;
  font-family: FuturaPT-Medium;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 768px) {
  .articles-wrap .article-posts .article-item a.button {
    min-width: 100px;
  }
}
.articles-wrap .article-posts .article-item a.button:hover {
  background: #002887;
  color: #fff !important;
}
@media (max-width: 767px) {
  .articles-wrap .article-posts .article-item {
    padding-bottom: 0;
    position: relative;
    display: block;
    max-width: 290px;
    margin: 0 auto 20px;
  }
  .articles-wrap .article-posts .article-item a.button {
    position: static;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .articles-wrap .article-posts .article-item {
    margin-bottom: 20px;
  }
}
/***************FOOTER************/
.icon-widget {
  background: #9dd3ed;
  padding: 25px 0;
}
.icon-widget .icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .icon-widget .icon-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.icon-widget .channel-item {
  display: inline-block;
  position: relative;
  max-width: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-widget .channel-item {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .icon-widget .channel-item {
    width: 80px;
  }
}
.icon-widget .channel-item a {
  display: block;
  position: relative;
}
.icon-widget .channel-item .channel_img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100px;
}
.icon-widget .channel-item .channel_hov_img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-widget .channel-item .channel_hov_img {
    width: 70px;
  }
}
.icon-widget .channel-item:hover .channel_hov_img {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .icon-widget .channel-item {
    margin: 0 12px;
  }
}
.contact-widget {
  background-color: #1C295D;
  padding: 36px 0;
  /* .row{
        .col-xs-4{
            width: 33%;
        }
    }
    .flex-center{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
    } */
}
.contact-widget .top-heading {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.contact-widget .contact-widget-inner {
  text-align: center;
}
.contact-widget .contact-widget-inner .contact-details {
  text-align: center;
  display: inline-block;
  margin: 0 60px;
  vertical-align: middle;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm {
  max-width: 220px;
  font-size: 14px;
  margin-top: 11px;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_error_style {
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_error_style p {
  font-size: 14px;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_message {
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 14px;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_message p {
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 14px;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_error {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  margin-top: 8px;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields {
  position: relative;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields fieldset {
  padding-bottom: 10px;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields .frm_form_field {
  margin-bottom: 0;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields label {
  display: none;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields input[type=email] {
  max-height: 28px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #fff;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 12px;
  padding-right: 16px;
  font-size: 15px;
  padding-right: 60px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  height: 28px;
  background-color: transparent;
  color: #fff;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields input[type=email]:focus,
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields input[type=email]:-webkit-autofill {
  background-color: transparent;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields input[type=email]:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #1C295D inset;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields .frm_submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields .frm_submit input[type=submit] {
  margin: 0;
  border-radius: 16px;
  text-indent: -999px;
  max-height: 28px;
  background-image: url('../images/send.png');
  background-size: 90px;
  min-width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 3px 12px;
  height: 28px;
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields .frm_submit input[type=submit]:hover {
  background-image: url('../images/hover_send.png');
}
.contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields .frm_submit .frm_ajax_loading {
  display: none;
}
@media (max-width: 767px) {
  .contact-widget .contact-widget-inner .contact-details .footer-frm .frm_form_fields {
    padding-right: 0;
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .contact-widget .contact-widget-inner .contact-details .footer-frm {
    margin: 0 auto;
    margin-top: 70px;
    max-width: 100%;
  }
}
.contact-widget .contact-widget-inner .contact-details .icon-wrap {
  width: 50px;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}
.contact-widget .contact-widget-inner .contact-details .icon-wrap img {
  width: 100%;
  height: auto;
}
.contact-widget .contact-widget-inner .contact-details .icon-wrap .hover_image {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-widget .contact-widget-inner .contact-details p {
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .contact-widget .contact-widget-inner .contact-details p {
    font-size: 12px;
  }
}
.contact-widget .contact-widget-inner .contact-details a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  display: block;
}
.contact-widget .contact-widget-inner .contact-details a:hover {
  color: #9dd3ed;
}
.contact-widget .contact-widget-inner .contact-details a:hover p {
  color: #9dd3ed;
}
.contact-widget .contact-widget-inner .contact-details a:hover .icon-wrap .hover_image {
  opacity: 1;
  visibility: visible;
}
.contact-widget .contact-widget-inner .contact-details:first-child a:hover {
  color: #fff;
}
.contact-widget .contact-widget-inner .contact-details:first-child a:hover .icon-wrap .hover_image {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (max-width: 767px) {
  .contact-widget .contact-widget-inner .contact-details:last-child {
    display: block;
  }
  .contact-widget .contact-widget-inner .contact-details:last-child .footer-frm {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .contact-widget .contact-widget-inner .contact-details {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .contact-widget .contact-widget-inner .contact-details {
    margin: 0 25px;
  }
}
@media (max-width: 419px) {
  .contact-widget .contact-widget-inner .contact-details {
    display: block;
    margin-bottom: 50px;
  }
  .contact-widget .contact-widget-inner .contact-details:last-child {
    margin-bottom: 0;
  }
}
.three-text-box-section {
  text-align: center;
  color: #fff;
  padding: 50px 0;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  background-color: #002887;
}
.three-text-box-section .text-box {
  padding: 50px 15px;
}
.three-text-box-section .text-box h2 {
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 61px;
  line-height: 80px;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .three-text-box-section .text-box h2 {
    font-size: 30px;
    line-height: 60px;
  }
}
.three-text-box-section .text-box p {
  margin: 0;
  line-height: 1;
}
.three-text-box-section .text-box:nth-child(3n-1) h2 {
  font-size: 92px;
  line-height: 80px;
}
@media (max-width: 991px) {
  .three-text-box-section .text-box:nth-child(3n-1) h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.three-text-box-section .text-box:nth-child(3n-1):before,
.three-text-box-section .text-box:nth-child(3n-1):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .three-text-box-section .text-box:nth-child(3n-1):before,
  .three-text-box-section .text-box:nth-child(3n-1):after {
    display: none;
  }
}
.three-text-box-section .text-box:nth-child(3n-1):before {
  left: -1.5px;
}
.three-text-box-section .text-box:nth-child(3n-1):after {
  right: -1.5px;
}
@media (max-width: 767px) {
  .three-text-box-section .text-box {
    padding: 30px 15px;
  }
}
.footer-wrapper {
  background-color: #F6F6F6;
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  .footer-wrapper .flex-center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer-wrapper .top-heading {
  font-size: 13px;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  color: #002887;
  margin-bottom: 13px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer-wrapper .top-heading {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.footer-wrapper .footer-frm {
  max-width: 220px;
}
.footer-wrapper .footer-frm .frm_error_style {
  display: none;
}
.footer-wrapper .footer-frm .frm_message {
  padding: 0;
  color: #4a4a4a;
  background-color: transparent;
  border: none;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
}
.footer-wrapper .footer-frm .frm_error {
  color: #4a4a4a;
  font-size: 15px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  margin-top: 8px;
}
.footer-wrapper .footer-frm .frm_form_fields {
  position: relative;
}
.footer-wrapper .footer-frm .frm_form_fields label {
  display: none;
}
.footer-wrapper .footer-frm .frm_form_fields input[type=email] {
  max-height: 28px;
  width: 100%;
  border-radius: 16px;
  border: none;
  box-shadow: 0 0 2px 1px #fff;
  padding: 3px 12px;
  padding-right: 16px;
  font-size: 15px;
  padding-right: 60px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  height: 28px;
}
.footer-wrapper .footer-frm .frm_form_fields ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
.footer-wrapper .footer-frm .frm_form_fields ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.footer-wrapper .footer-frm .frm_form_fields :-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
.footer-wrapper .footer-frm .frm_form_fields :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.footer-wrapper .footer-frm .frm_form_fields .frm_submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.footer-wrapper .footer-frm .frm_form_fields .frm_submit input[type=submit] {
  margin: 0;
  border-radius: 16px;
  text-indent: -999px;
  max-height: 28px;
  background-image: url('../images/send.png');
  background-size: 90px;
  min-width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #002887;
  border: none;
  box-shadow: none;
  padding: 3px 12px;
  height: 28px;
}
.footer-wrapper .footer-frm .frm_form_fields .frm_submit .frm_ajax_loading {
  display: none;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-frm .frm_form_fields {
    padding-right: 0;
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .footer-frm {
    margin: 0 auto;
    margin-top: 70px;
    max-width: 100%;
  }
}
.footer-wrapper .top-footer {
  border-bottom: 2px solid #002887;
  padding-bottom: 30px;
  -ms-word-break: break-word;
  word-break: break-word;
}
.footer-wrapper .top-footer .navbar-nav {
  margin: 0;
}
.footer-wrapper .top-footer .navbar-nav li {
  display: block;
  float: none;
  padding: 6px 0;
}
.footer-wrapper .top-footer .navbar-nav li a {
  padding: 0;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.footer-wrapper .top-footer .navbar-nav li a:hover {
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  background: none;
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer .navbar-nav li a {
    font-size: 16px;
  }
}
.footer-wrapper .top-footer .navbar-nav li a:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer .navbar-nav li {
    padding: 12px 0;
  }
}
.footer-wrapper .top-footer .navbar-nav li:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer .top-border-resp {
    position: relative;
  }
  .footer-wrapper .top-footer .top-border-resp:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    width: 155px;
    margin: 0 auto;
    height: 1px;
    background-color: #002887;
  }
}
.footer-wrapper .top-footer .padd-bottom {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer .padd-top {
    padding-top: 20px;
  }
}
.footer-wrapper .top-footer .footer-frm {
  max-width: 220px;
}
.footer-wrapper .top-footer .footer-frm .frm_error_style {
  display: none;
}
.footer-wrapper .top-footer .footer-frm .frm_message {
  padding: 0;
  color: #4a4a4a;
  background-color: transparent;
  border: none;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
}
.footer-wrapper .top-footer .footer-frm .frm_error {
  color: #4a4a4a;
  font-size: 15px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  margin-top: 8px;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields {
  position: relative;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields label {
  display: none;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields input[type=email] {
  max-height: 28px;
  width: 100%;
  border-radius: 16px;
  border: none;
  box-shadow: 0 0 2px 1px #fff;
  padding: 3px 12px;
  padding-right: 16px;
  font-size: 15px;
  padding-right: 60px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  height: 28px;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields :-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields .frm_submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields .frm_submit input[type=submit] {
  margin: 0;
  border-radius: 16px;
  text-indent: -999px;
  max-height: 28px;
  background-image: url('../images/send.png');
  background-size: 90px;
  min-width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #002887;
  border: none;
  box-shadow: none;
  padding: 3px 12px;
  height: 28px;
}
.footer-wrapper .top-footer .footer-frm .frm_form_fields .frm_submit .frm_ajax_loading {
  display: none;
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer .footer-frm .frm_form_fields {
    padding-right: 0;
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer .footer-frm {
    margin: 0 auto;
    margin-top: 70px;
    max-width: 100%;
  }
}
.footer-wrapper .top-footer .contact-details a {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.footer-wrapper .top-footer .contact-details a .icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #002887;
  border-radius: 50%;
  padding: 0 6px;
}
.footer-wrapper .top-footer .contact-details a .icon-wrap img {
  width: 13px;
}
.footer-wrapper .top-footer .contact-details a:hover {
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  color: #002887;
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer .contact-details {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .top-footer {
    border: none;
  }
}
.footer-wrapper .bottom-footer {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .footer-wrapper .bottom-footer .footer-logo {
    display: none;
  }
}
.footer-wrapper .bottom-footer .footer-logo.show-resp {
  display: none;
}
@media (max-width: 767px) {
  .footer-wrapper .bottom-footer .footer-logo.show-resp {
    display: inline-block;
    min-width: 49%;
  }
  .footer-wrapper .bottom-footer .footer-logo.show-resp img {
    margin: auto;
    max-width: 123px;
  }
}
.footer-wrapper .bottom-footer .footer-image {
  display: inline-block;
  margin-top: 15px;
}
.footer-wrapper .bottom-footer .footer-image img {
  width: 150px;
  height: auto;
}
@media (max-width: 767px) {
  .footer-wrapper .bottom-footer .footer-image {
    min-width: 49%;
    display: inline-block;
    margin-top: 0;
  }
  .footer-wrapper .bottom-footer .footer-image img {
    margin: auto;
  }
}
.footer-wrapper .bottom-footer .social-icons a {
  display: inline-block;
  margin: 0 6px;
  margin-bottom: 15px;
}
.footer-wrapper .bottom-footer .social-icons a span img {
  width: 33px;
  height: auto;
}
@media (max-width: 419px) {
  .footer-wrapper .bottom-footer .social-icons a span img {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .bottom-footer .social-icons {
    margin-bottom: 100px;
  }
}
.footer-wrapper .bottom-footer .copyright-txt {
  color: #4A4A4A;
  margin-top: 45px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.footer-wrapper .bottom-footer .copyright-txt p {
  margin: 0;
}
@media (max-width: 767px) {
  .footer-wrapper {
    text-align: center;
    padding-bottom: 4px;
  }
}
/*********SLIDER**************/
.slider {
  color: #fff;
}
@media (max-width: 767px) {
  .slider .container {
    padding: 0;
  }
}
.slider .slide {
  outline: 0;
}
.slider .slide-inner {
  position: relative;
}
.slider .slide-inner .slide_img {
  height: calc(100vh - 123px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .slider .slide-inner .slide_img {
    height: 260px;
  }
}
.slider .slide-inner .slide-caption {
  position: absolute;
  bottom: 0;
  line-height: 1.1;
  width: 100%;
  text-decoration: none;
  outline: 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  min-height: 600px;
}
.slider .slide-inner .slide-caption .caption-inner {
  position: absolute;
  bottom: 63px;
  width: 100%;
}
@media (max-width: 767px) {
  .slider .slide-inner .slide-caption .caption-inner {
    position: static;
    min-height: 0;
  }
}
.slider .slide-inner .slide-caption h5 {
  font-size: 13px;
  line-height: 15px;
}
.slider .slide-inner .slide-caption h2 {
  margin-top: 0;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .slider .slide-inner .slide-caption h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 320px) {
  .slider .slide-inner .slide-caption h2 {
    font-size: 24px;
  }
}
.slider .slide-inner .slide-caption a.button {
  min-width: 143px;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  outline: 0;
  text-decoration: none;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .slider .slide-inner .slide-caption a.button {
    font-size: 11px;
    line-height: 15px;
    min-width: 130px;
  }
}
@media (min-width: 768px) {
  .slider .slide-inner .slide-caption.gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  }
}
@media (max-width: 1400px) {
  .slider .slide-inner .slide-caption {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .slider .slide-inner .slide-caption {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .slider .slide-inner .slide-caption {
    position: static;
    background-color: #002887;
    min-height: 0;
    padding: 50px 45px 35px;
  }
}
@media (max-width: 320px) {
  .slider .slide-inner .slide-caption {
    padding: 50px 15px 35px;
  }
}
.slider .slider-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.slider .slider-nav .slick-dots {
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
}
.slider .slider-nav .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider .slider-nav .slick-dots li .slider_dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}
.slider .slider-nav .slick-dots li.slick-active .slider_dot {
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .slider .slider-nav {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .slider .slider-nav {
    top: 220px;
    bottom: initial;
  }
}
@media (max-width: 767px) {
  .slider {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  body.admin-bar .slider .slide-inner .slide_img {
    height: calc(100vh - 168px);
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar .slider .slide-inner .slide_img {
    height: calc(100vh - 154px);
  }
}
.header-image {
  margin-bottom: 21px;
}
.header-image img {
  width: 100%;
  height: auto;
}
.video-section .row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-section .row .col {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
.video-section .row:before {
  display: none;
}
.video-section .row:after {
  display: none;
}
.video-section .video-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.video-section .video-container .video-wrap {
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.video-section .video-container .video-wrap iframe {
  display: block;
}
@media (min-width: 768px) {
  .video-section .video-container .video-wrap iframe {
    position: absolute;
    min-height: 200px;
    top: 50%;
    left: 50%;
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (max-width: 767px) {
  .video-section .video-container .video-wrap iframe {
    width: 100% !important;
  }
}
.video-section .video-container .video-wrap .video-image {
  width: 100%;
  height: auto;
}
.video-section .video-container.no-video .video-wrap {
  min-height: 0 !important;
  background: none !important;
}
.video-section .video-container.no-video .video-wrap .video-image {
  display: block;
}
@media (max-width: 767px) {
  .video-section .video-container {
    width: 100% !important;
  }
}
.video-section .content-wrap {
  color: #fff;
  padding: 85px 70px 72px;
  width: 100%;
}
.video-section .content-wrap .block-title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  text-align: left;
}
.video-section .content-wrap .block-content {
  font-size: 16px;
  font-weight: 500;
  max-width: 350px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .video-section .content-wrap .block-content {
    max-width: 100%;
    text-align: left;
  }
}
.video-section .content-wrap a.button {
  margin-top: 35px;
  min-width: 138px;
  border: 1px solid #FFFFFF;
  border-radius: 20.5px;
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .video-section .content-wrap {
    padding: 45px 25px;
    text-align: center;
  }
}
.main-content-wrapper {
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  color: #666;
}
.main-content-wrapper .page-content {
  max-width: 633px;
  margin: 60px auto;
  line-height: 20px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.post-listing {
  padding: 46px 0 0;
}
.post-listing .section-title {
  font-size: 23px;
  text-align: center;
  font-family: FuturaPT-Bold;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #002887;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 34px;
}
.post-listing .section-title a {
  color: #002887;
  text-decoration: none;
}
.post-listing .row {
  margin: 0 -24px;
  display: flex;
  flex-wrap: wrap;
}
.post-listing .row .col {
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .post-listing .row .col {
    padding: 0 7.5px;
  }
}
@media (max-width: 480px) {
  .post-listing .row .col {
    width: 100%;
    display: block;
    float: none;
  }
}
@media (max-width: 768px) {
  .post-listing .row {
    margin: 0 -7.5px;
  }
}
@media (max-width: 480px) {
  .post-listing .row {
    display: block;
  }
}
@media (min-width: 481px) {
  .post-listing .row:after,
  .post-listing .row:before {
    display: none;
  }
}
.post-listing .post-wrap {
  text-align: center;
  padding-bottom: 64px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.post-listing .post-wrap .post-img img {
  width: 100%;
}
.post-listing .post-wrap .post-content-wrap .post-title {
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #002887;
  text-transform: uppercase;
  margin: 0;
  padding: 34px 0 22px;
  line-height: 22px;
}
.post-listing .post-wrap .post-content-wrap .post-title a {
  color: #002887;
  text-decoration: none;
}
.post-listing .post-wrap .post-content-wrap .post-excerpt {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 35px;
}
.post-listing .post-wrap .button-wrap {
  left: 0;
  bottom: 24px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.post-listing .post-wrap a.button {
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  color: #002887;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #002887;
  border-radius: 20px;
  display: inline-block;
  min-width: 170px;
  padding: 10px 15px;
  text-decoration: none;
}
.post-listing .post-wrap a.button:hover {
  background-color: #002887;
  color: #fff !important;
}
@media (max-width: 991px) {
  .post-listing .post-wrap a.button {
    min-width: 0;
    padding: 5px 20px;
  }
}
.post-listing.style2 {
  /* .post-wrap {
            text-align: left;
            padding: 17px 20px 145px 20px;
            margin-bottom: 27px;
            background-color: #00A0D8;

            .post-content-wrap {
                .post-title {
                    font-size: 23px;
                    color: #fff;
                    line-height: 34px;
                    padding: 0;
                    max-width: 420px;
                    @media (max-width: 991px) {
                        font-size: 16px;
                        line-height: 20px;
                    }
                }
            }

            .button-wrap {
                text-align: right;
                padding: 0 20px;
            }
            a.button {
                color: #fff;
                font-size: 13px;
                border: 1px solid #fff;
                text-align: center;
                min-width: 140px;
                &:hover {
                    background-color: transparent;
                    color: #fff !important;
                }
            }

            @media (max-width: 991px) {
                padding-bottom: 75px;
            }
            &:hover{
                box-shadow: 0 5px 10px 0 rgba(0,0,0,0.22);
            }
        } */
}
.post-listing.style2 .row {
  margin: 0 -10px;
}
.post-listing.style2 .row .col {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .post-listing.style2 .row .col {
    padding: 0 7.5px;
  }
}
@media (max-width: 480px) {
  .post-listing.style2 .row .col {
    width: 100%;
    display: block;
    float: none;
  }
}
@media (max-width: 768px) {
  .post-listing.style2 .row {
    margin: 0 -7.5px;
  }
}
@media (max-width: 480px) {
  .post-listing.style2 .row {
    display: block;
  }
}
@media (min-width: 481px) {
  .post-listing.style2 .row:after,
  .post-listing.style2 .row:before {
    display: none;
  }
}
.post-listing.style2 .post-wrap .post-img {
  height: 229.5px;
  background-size: cover;
  background-position: center;
}
.post-listing.style2 .post-wrap .post-img img {
  display: none;
}
@media (max-width: 480px) {
  .post-listing.style2 .post-wrap .post-img img {
    display: block;
  }
}
@media (max-width: 600px) {
  .post-listing.style2 .post-wrap .post-img img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .post-listing.style2 .post-wrap .post-img img {
    height: auto;
  }
}
.post-listing.style2 .relatedthumb {
  position: relative;
  padding: 20px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  padding-bottom: 65px;
  margin-bottom: 27px;
}
.post-listing.style2 .relatedthumb .inner-title {
  display: block;
  color: #fff;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  line-height: 34px;
  text-align: left;
  padding-bottom: 85px;
  text-decoration: none;
  text-transform: uppercase;
}
.post-listing.style2 .relatedthumb .btn-style-1 {
  display: block;
  width: 100%;
  max-width: 140px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  margin-left: auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
.post-listing.style2 .relatedthumb .btn-style-1:hover {
  background: #fff;
  color: #002887 !important;
}
@media (max-width: 767px) {
  .post-listing.style2 .relatedthumb {
    margin-bottom: 20px;
  }
}
.post-listing.style2 .relatedthumb:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.22);
}
.home .post-listing,
.page-template-template-about .post-listing {
  padding: 96px 0 50px;
}
.load-more-wrap {
  margin-top: 22px;
}
.load-more-wrap,
.load-more-wrap-2,
.load-more-wrap-3,
.load-more-wrap-4 {
  text-align: center;
  margin-bottom: 28px;
  display: none;
  clear: both;
  cursor: pointer;
}
.load-more-wrap .load-more,
.load-more-wrap-2 .load-more,
.load-more-wrap-3 .load-more,
.load-more-wrap-4 .load-more {
  text-decoration: none;
  font-size: 11px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  line-height: 14px;
  color: #002887;
  text-transform: uppercase;
  display: inline-block;
}
.load-more-wrap .load-more i,
.load-more-wrap-2 .load-more i,
.load-more-wrap-3 .load-more i,
.load-more-wrap-4 .load-more i {
  display: block;
  font-size: 45px;
  line-height: 30px;
}
.load-more-wrap .load-more:hover,
.load-more-wrap-2 .load-more:hover,
.load-more-wrap-3 .load-more:hover,
.load-more-wrap-4 .load-more:hover {
  background-color: transparent;
  color: #002887 !important;
}
.load-more-wrap.active,
.load-more-wrap-2.active,
.load-more-wrap-3.active,
.load-more-wrap-4.active {
  display: block;
}
.load-more-wrap-4 {
  display: block;
}
.load-more-wrap-4 .load-more .show-more {
  display: none;
}
.load-more-wrap-4 .load-more .show-less {
  display: inline;
}
.load-more-wrap-4.active .load-more .show-more {
  display: inline;
}
.load-more-wrap-4.active .load-more .show-less {
  display: none;
}
/************CONTACT***********/
.contact-wrapper .cat-title {
  font-size: 23px;
  text-align: center;
  margin-bottom: 55px;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #002887;
  line-height: 34px;
}
.contact-wrapper .contact-inner {
  padding-top: 38px;
  padding-bottom: 22px;
}
.contact-wrapper .contact-inner .marg-bottom {
  margin-bottom: 58px;
}
.contact-wrapper .contact-inner .marg-bottom:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .marg-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .marg-bottom-2 {
    margin-bottom: 32px;
  }
}
.contact-wrapper .contact-inner .employee-details {
  text-align: center;
  position: relative;
  word-break: break-word;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.contact-wrapper .contact-inner .employee-details .profile-img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #D8D8D8;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08);
}
.contact-wrapper .contact-inner .employee-details .profile-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-inner .employee-details .profile-img {
    height: 156px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .employee-details .profile-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
  }
}
.contact-wrapper .contact-inner .employee-details .profile-img .no-img {
  padding: 50px;
}
.contact-wrapper .contact-inner .employee-details p {
  color: #515151;
  margin: 0;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .employee-details .contact-desc {
    width: 100%;
  }
}
.contact-wrapper .contact-inner .employee-details .name {
  font-size: 18px;
  line-height: 22px;
  min-height: 44px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-inner .employee-details .name {
    font-size: 16px;
    line-height: 18px;
    min-height: 36px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .employee-details .name {
    line-height: 18px;
    min-height: 18px;
  }
}
.contact-wrapper .contact-inner .employee-details .designation {
  font-size: 15px;
  margin-bottom: 20px;
  color: #4A4A4A;
  min-height: 42px;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-inner .employee-details .designation {
    font-size: 14px;
    min-height: 40px;
  }
}
.contact-wrapper .contact-inner .employee-details a {
  text-decoration: none;
  display: block;
  color: #4a4a4a;
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .employee-details a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .employee-details {
    padding-left: 180px;
    min-height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner .employee-details {
    padding-left: 165px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-inner {
    max-width: 320px;
    margin: 0 auto;
    padding-top: 0;
  }
  .contact-wrapper .contact-inner:first-child {
    padding-top: 38px;
  }
}
.contact-wrapper .contact-bottom {
  margin-top: 190px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom .no-padd {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom .marg-bottom-2 {
    margin: 0 auto;
    max-width: 350px;
    margin-bottom: 50px;
  }
}
.contact-wrapper .contact-bottom .conatct-details p {
  margin-bottom: 26px;
  color: #666666;
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom .conatct-details p {
    margin-bottom: 20px;
  }
}
.contact-wrapper .contact-bottom .conatct-details a {
  margin-bottom: 26px;
  display: block;
  color: #666666;
  font-size: 16px;
  text-decoration: none;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom .conatct-details a {
    margin-bottom: 20px;
  }
}
.contact-wrapper .contact-bottom .conatct-details .contact-title {
  font-size: 17px;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom .conatct-details {
    display: none;
  }
}
.contact-wrapper .contact-bottom .conatct-details.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom .conatct-details.show-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom .acf-map {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-bottom {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
/************SINGLE POST************/
.single-post-wrapper {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .single-post-wrapper {
    padding: 0 25px !important;
    padding-top: 35px;
  }
}
.single-post-wrapper .feature-img {
  margin-bottom: 30px;
}
.single-post-wrapper .feature-img img {
  width: 100%;
}
.single-post-wrapper .post-title {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 50px;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  color: #00A0D8;
  text-align: center;
  text-transform: uppercase;
  line-height: 57px;
}
@media (max-width: 767px) {
  .single-post-wrapper .post-title {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.single-post-wrapper .post-content {
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 90px;
}
.single-post-wrapper .post-content p {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 16px;
}
.single-post-wrapper .post-content h4 {
  font-size: 20px;
}
.single-post-wrapper .post-content h2,
.single-post-wrapper .post-content h3,
.single-post-wrapper .post-content h4 {
  margin-top: 0;
  line-height: 28px;
  color: #515151;
}
.single-post-wrapper .post-content h5 {
  font-size: 13px;
}
.single-post-wrapper .post-content h6 {
  font-size: 10px;
}
.single-post-wrapper .post-content h5,
.single-post-wrapper .post-content h6 {
  font-family: FuturaPT-Light !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 15px;
  color: #4A4A4A;
}
.single-post-wrapper .post-content img {
  width: 100%;
  height: auto;
}
.single-post-wrapper .post-content blockquote {
  border: none;
  margin: 0;
}
.single-post-wrapper .post-content blockquote p {
  color: #002887 !important;
  line-height: 34px;
  font-size: 23px;
  font-family: FuturaPT-Bold !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: center;
}
@media (max-width: 767px) {
  .single-post-wrapper .post-content blockquote p {
    font-size: 20px;
    line-height: 26px;
  }
}
.single-post-wrapper .post-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 104px;
  margin: 0 auto;
  height: 4px;
  background-color: #002887;
}
@media (max-width: 768px) {
  .single-post-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
}
.single-post .related-posts {
  padding-bottom: 100px;
}
.single-post .related-posts .relatedthumb {
  position: relative;
  padding-bottom: 65px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.single-post .related-posts .relatedthumb .related-img-link {
  display: block;
}
.single-post .related-posts .relatedthumb .related-img {
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-post .related-posts .relatedthumb .related-img {
    display: none;
  }
}
.single-post .related-posts .relatedthumb .mob-img {
  display: none;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .single-post .related-posts .relatedthumb .mob-img {
    display: block;
  }
}
.single-post .related-posts .relatedthumb .inner-title {
  display: block;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-post .related-posts .relatedthumb .test {
  color: #666666;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
}
.single-post .related-posts .relatedthumb p {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.single-post .related-posts .relatedthumb .btn-style-1 {
  display: block;
  width: 100%;
  max-width: 170px;
  border: 1px solid #002887;
  border-radius: 20px;
  text-align: center;
  padding: 10px 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  outline: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #002887;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .single-post .related-posts .relatedthumb {
    margin-bottom: 30px;
  }
}
/***********CHANNELS**********/
.channel-wrap .banner-wrap .banner-caption {
  color: #fff;
}
.channel-items {
  padding: 38px 0 45px;
}
.channel-items .channel-item.no-bg {
  background-color: #002887;
}
.channel-items .marg-bottom {
  margin-bottom: 30px;
}
.channel-items .channel-item {
  min-height: 250px;
  position: relative;
  display: block;
}
.channel-items .channel-item .channel-img {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.channel-items .channel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 180px;
  height: auto;
}
.circle-outer .marg-bottom,
.section-2-wrap .marg-bottom {
  margin-bottom: 35px;
}
.circle-outer .marg-bottom:last-child,
.section-2-wrap .marg-bottom:last-child {
  margin-bottom: 0;
}
.circle-outer .circle-items,
.section-2-wrap .circle-items {
  text-align: center;
  min-width: 221px;
  max-width: 221px;
  margin: 0 auto;
  position: relative;
}
.circle-outer .circle-items .list-icon,
.section-2-wrap .circle-items .list-icon {
  width: 100%;
  max-width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08);
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.circle-outer .circle-items .list-icon img,
.section-2-wrap .circle-items .list-icon img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .circle-outer .circle-items .list-icon,
  .section-2-wrap .circle-items .list-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
  }
}
.circle-outer .circle-items .list-content,
.section-2-wrap .circle-items .list-content {
  width: 100%;
}
.circle-outer .circle-items .list-content p,
.section-2-wrap .circle-items .list-content p {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.circle-outer .circle-items .list-content h3,
.section-2-wrap .circle-items .list-content h3 {
  margin-top: 35px;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .circle-outer .circle-items .list-content h3,
  .section-2-wrap .circle-items .list-content h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .circle-outer .circle-items,
  .section-2-wrap .circle-items {
    max-width: 100%;
    min-width: 100%;
    padding-left: 180px;
    min-height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .circle-outer .circle-items,
  .section-2-wrap .circle-items {
    padding-left: 165px;
  }
}
/************SINGLE CHANNEL**********/
.single-channels .channel-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.single-channels .channel-banner .channel-logo img {
  max-width: 275px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .single-channels .channel-banner .channel-logo img {
    max-width: 175px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .single-channels .channel-banner {
    display: none;
  }
}
.single-channels .channel-banner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.single-channels .channel-banner-img .channel-logo img {
  max-width: 275px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .single-channels .channel-banner-img .channel-logo img {
    max-width: 175px;
  }
}
@media (max-width: 767px) {
  .single-channels .with-bg-color.hide-mob {
    display: none !important;
  }
}
.single-channels .channel-banner.channel-banner-mob {
  display: none;
}
@media (max-width: 767px) {
  .single-channels .channel-banner.channel-banner-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .single-channels .channel-banner.channel-banner-mob .channel-logo img {
    max-width: 175px;
    margin: 0 auto;
  }
}
.single-channels .single-wrap {
  padding: 40px 0 0;
}
.single-channels .channel-banner.with-bg-color {
  display: block;
  background-color: #002887;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-channels .channel-banner.with-bg-color .channel-logo img {
  max-width: 275px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .single-channels .channel-banner.with-bg-color .channel-logo img {
    max-width: 175px;
  }
}
.single-channels h1 {
  font-size: 50px;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-channels h1 {
    font-size: 30px;
  }
}
.single-channels .post-content {
  color: #515151;
  font-size: 20px;
  font-family: FuturaPT-Medium;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
}
.single-channels .post-content h4 {
  font-size: 20px;
}
.single-channels .post-content h2,
.single-channels .post-content h3,
.single-channels .post-content h4 {
  margin-top: 0;
  line-height: 28px;
  color: #515151;
}
.single-channels .post-content h5 {
  font-size: 10px;
}
.single-channels .post-content h5,
.single-channels .post-content h6 {
  font-family: FuturaPT-Light !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 15px;
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .single-channels .post-content {
    font-size: 18px;
    line-height: 23px;
  }
}
.single-channels .right-content {
  text-align: right;
}
.single-channels .right-content .fb-img {
  display: inline-block;
  line-height: 50px;
}
.single-channels .right-content .fb-img img {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .single-channels .right-content .fb-img img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .single-channels .right-content .fb-img {
    line-height: 1;
  }
}
.single-channels .right-content .custom-box {
  display: block;
  text-align: left;
  background-color: #002887;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.07);
  padding: 22px 95px 30px 30px;
  text-decoration: none;
  position: relative;
}
.single-channels .right-content .custom-box p {
  text-transform: uppercase;
  color: #fff;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
}
.single-channels .right-content .custom-box p:first-child {
  font-size: 13px;
}
.single-channels .right-content .custom-box p:last-child {
  font-size: 17px;
}
@media (max-width: 767px) {
  .single-channels .right-content .custom-box p:last-child {
    font-size: 16px;
  }
}
.single-channels .right-content .custom-box:after {
  content: '\f04b';
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  color: #002887;
  background-color: #fff;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-left: 5px;
  padding-top: 2px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .single-channels .right-content .custom-box {
    padding: 22px 80px 30px 15px;
  }
  .single-channels .right-content .custom-box:after {
    right: 15px;
  }
}
.single-channels .content-area {
  margin-bottom: 50px;
}
.single-channels .circle-outer {
  background-color: #002887;
  padding: 100px 0 65px;
}
.single-channels .circle-outer .marg-bottom {
  margin-bottom: 35px;
}
.single-channels .circle-outer .marg-bottom:last-child {
  margin-bottom: 0;
}
.single-channels .circle-outer .circle-items {
  text-align: center;
  max-width: 221px;
  margin: 0 auto;
  position: relative;
}
.single-channels .circle-outer .circle-items .list-icon {
  width: 100%;
  max-width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08);
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.single-channels .circle-outer .circle-items .list-icon img {
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 767px) {
  .single-channels .circle-outer .circle-items .list-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
  }
}
.single-channels .circle-outer .circle-items .list-content {
  width: 100%;
}
.single-channels .circle-outer .circle-items .list-content p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.single-channels .circle-outer .circle-items .list-content h3 {
  margin-top: 35px;
  color: #fff;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-channels .circle-outer .circle-items .list-content h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .single-channels .circle-outer .circle-items {
    max-width: 100%;
    padding-left: 180px;
    min-height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .single-channels .circle-outer .circle-items {
    padding-left: 165px;
  }
}
.single-channels .programs-outer {
  position: relative;
  margin-bottom: 29px;
}
.single-channels .programs-outer .margin-0 {
  margin: 0;
}
.single-channels .programs-outer .col-sm-12 {
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.single-channels .programs-outer .program-img {
  padding: 0;
}
.single-channels .programs-outer .program-img div {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-channels .programs-outer .program-img div {
    height: 250px;
    display: none;
  }
}
.single-channels .programs-outer .program-img .show-mob {
  display: none;
}
@media (max-width: 767px) {
  .single-channels .programs-outer .program-img .show-mob {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-channels .programs-outer .program-img {
    padding-left: 0;
    display: block;
  }
}
.single-channels .programs-outer .program-content {
  padding: 35px 40px 40px;
  background-color: #f6f6f6;
  position: relative;
}
.single-channels .programs-outer .program-content .fb-img {
  position: absolute;
  right: 26px;
  top: 26px;
  display: inline-block;
}
.single-channels .programs-outer .program-content .fb-img img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .single-channels .programs-outer .program-content .fb-img {
    top: -25px;
    background-color: #9dd3ed;
    border-radius: 50%;
  }
  .single-channels .programs-outer .program-content .fb-img img {
    width: 48px;
    height: 48px;
  }
}
.single-channels .programs-outer .program-content p {
  color: #002887;
}
.single-channels .programs-outer .program-content .top-title {
  font-size: 11px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-right: 20px;
  line-height: 26px;
}
.single-channels .programs-outer .program-content .title {
  font-size: 23px;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 34px;
}
.single-channels .programs-outer .program-content .desc {
  padding-right: 20px;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .single-channels .programs-outer .program-content .desc {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .single-channels .programs-outer .program-content {
    padding: 40px 20px;
  }
}
.single-channels .programs-outer .program-after-block {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 170px;
  background-color: #002887;
  z-index: -1;
}
.single-channels .cases-wrap {
  padding: 85px 0 45px;
}
@media (min-width: 768px) {
  .single-channels .cases-wrap .container {
    width: 738px;
  }
}
@media (min-width: 1200px) {
  .single-channels .cases-wrap .container {
    width: 1170px;
  }
}
.single-channels .cases-wrap .cases-posts .cases-item {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
  position: relative;
  padding-bottom: 90px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  margin-bottom: 40px;
  background-color: #fff;
}
.single-channels .cases-wrap .cases-posts .cases-item .case-img {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-channels .cases-wrap .cases-posts .cases-item .case-content {
  padding: 15px 10px;
}
.single-channels .cases-wrap .cases-posts .cases-item .case-content span {
  font-size: 11px;
  color: #002887;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  display: block;
  line-height: 1;
}
.single-channels .cases-wrap .cases-posts .cases-item .case-content h3 {
  margin-top: 8px;
  color: #515151;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.single-channels .cases-wrap .cases-posts .cases-item .case-content p {
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #666;
}
.single-channels .cases-wrap .cases-posts .cases-item a.button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  color: #002887;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #002887;
  border-radius: 20.5px;
  display: inline-block;
  min-width: 140px;
  padding: 10px 15px;
  text-decoration: none;
  font-family: FuturaPT-Medium;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 768px) {
  .single-channels .cases-wrap .cases-posts .cases-item a.button {
    min-width: 100px;
  }
}
.single-channels .cases-wrap .cases-posts .cases-item a.button:hover {
  background: #002887;
  color: #fff !important;
}
@media (max-width: 767px) {
  .single-channels .cases-wrap .cases-posts .cases-item {
    padding-bottom: 0;
    position: relative;
    display: flex;
  }
  .single-channels .cases-wrap .cases-posts .cases-item .case-img {
    width: 49.5%;
    display: inline-block;
    float: left;
    height: auto;
  }
  .single-channels .cases-wrap .cases-posts .cases-item a.button {
    position: static;
    transform: translateX(0);
  }
  .single-channels .cases-wrap .cases-posts .cases-item .case-content {
    padding-bottom: 20px;
    display: inline-block;
    width: 49.5%;
  }
  .single-channels .cases-wrap .cases-posts .cases-item .case-content p {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-channels .cases-wrap .cases-posts .cases-item {
    margin-bottom: 20px;
  }
}
/********AD PAGE*************/
.page-template-template-adpage .banner-wrap .banner-caption {
  max-width: 100%;
}
.page-template-template-adpage .banner-wrap .banner-caption .sub-title {
  font-size: 17px;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-template-template-adpage .banner-wrap {
    height: 567px;
  }
  .page-template-template-adpage .banner-wrap .title {
    line-height: 28px;
  }
}
.page-template-template-adpage .load-more-wrap,
.page-template-template-adpage .load-more-wrap-2,
.page-template-template-adpage .load-more-wrap-3,
.page-template-template-adpage .load-more-wrap-4 {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.page-template-template-adpage .section-title {
  font-size: 23px;
  text-align: center;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #002887;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 34px;
}
.page-template-template-adpage .circle-outer {
  padding: 90px 0 70px;
}
.page-template-template-adpage .circle-outer .circle-items {
  max-width: 100%;
}
.page-template-template-adpage .circle-outer .circle-items .list-icon {
  margin-bottom: 45px;
}
.page-template-template-adpage .circle-outer .circle-items .list-content h3 {
  margin-top: 0;
  font-size: 23px;
  text-transform: uppercase;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  line-height: 34px;
}
@media (max-width: 767px) {
  .page-template-template-adpage .circle-outer .circle-items .list-content h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-template-template-adpage .section-2-wrap {
  background-color: #ECECEC;
  padding: 40px 0 20px;
}
.page-template-template-adpage .section-2-wrap .circle-items {
  max-width: 100%;
}
.page-template-template-adpage .section-2-wrap .circle-items .list-icon {
  box-shadow: none;
  margin-bottom: 45px;
}
.page-template-template-adpage .section-2-wrap .circle-items .list-content h3 {
  margin-top: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
}
@media (max-width: 767px) {
  .page-template-template-adpage .section-2-wrap .circle-items {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .page-template-template-adpage .section-2-wrap .circle-items {
    padding-left: 0;
    display: block !important;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-template-template-adpage .section-2-wrap .circle-items .list-icon {
    position: relative;
    display: block;
  }
}
.page-template-template-adpage .kunder-section {
  background-color: #FAFAFA;
  padding: 40px 0 10px;
}
.page-template-template-adpage .kunder-section .section-title {
  margin-bottom: 30px;
}
.page-template-template-adpage .kunder-section #kunder-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-template-template-adpage .kunder-section #kunder-row .kunder-column {
  padding: 0 20px;
  width: 20%;
  display: inline-block;
  float: left;
}
.page-template-template-adpage .kunder-section #kunder-row .kunder-column .kunder-item {
  text-align: center;
  margin-bottom: 40px;
}
.page-template-template-adpage .kunder-section #kunder-row .kunder-column .kunder-item img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-template-template-adpage .kunder-section #kunder-row .kunder-column {
    width: 33.33333%;
  }
}
.page-template-template-adpage .cases-wrap {
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .page-template-template-adpage .cases-wrap .container {
    width: 738px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-adpage .cases-wrap .container {
    width: 1170px;
  }
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
  position: relative;
  padding-bottom: 90px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  margin-bottom: 40px;
  background-color: #fff;
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-img {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content {
  padding: 15px 10px;
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content span {
  font-size: 11px;
  color: #000;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  display: block;
  line-height: 1;
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content h3 {
  margin-top: 8px;
  color: #515151;
  font-size: 20px;
  margin-bottom: 18px;
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content h3 a {
  color: #515151;
  text-decoration: none;
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content p {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
@media (max-width: 767px) {
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content {
    position: relative;
  }
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item a.button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20.5px;
  display: inline-block;
  min-width: 140px;
  padding: 10px 15px;
  text-decoration: none;
}
.page-template-template-adpage .cases-wrap .cases-posts .cases-item a.button:hover {
  background: #002887;
  color: #fff !important;
  border-color: #002887;
}
@media (max-width: 768px) {
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item a.button {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item a.button {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item {
    padding-bottom: 0;
    position: relative;
    display: flex;
  }
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-img {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content {
    padding-bottom: 20px;
    display: inline-block;
    width: 49.5%;
  }
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-content p {
    display: none;
  }
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item .case-img-link {
    width: 49.5%;
  }
}
@media (max-width: 767px) {
  .page-template-template-adpage .cases-wrap .cases-posts .cases-item {
    margin-bottom: 20px;
  }
}
.page-template-template-adpage .products-wrap {
  background-color: #9dd3ed;
  text-align: center;
  padding: 54px 0 55px;
}
.page-template-template-adpage .products-wrap .section-title {
  font-size: 23px;
  text-align: center;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #002887;
  margin-bottom: 10px;
}
.page-template-template-adpage .products-wrap .section-desc {
  max-width: 670px;
  margin: 0 auto;
  font-size: 20px;
  color: #002887;
  margin-bottom: 55px;
  line-height: 23px;
}
.page-template-template-adpage .products-wrap .marg-top {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .page-template-template-adpage .products-wrap .flex-col {
    margin-bottom: 45px;
  }
  .page-template-template-adpage .products-wrap .flex-col:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-adpage .products-wrap .product-item {
  padding: 37px 20px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  position: relative;
  padding-bottom: 120px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.page-template-template-adpage .products-wrap .product-item .product-icons {
  margin-bottom: 28px;
}
.page-template-template-adpage .products-wrap .product-item .product-icons a {
  display: inline-block;
  padding: 0 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 45px;
  height: auto;
}
.page-template-template-adpage .products-wrap .product-item .product-icons a img {
  width: 100%;
  height: auto;
}
.page-template-template-adpage .products-wrap .product-item .product-content {
  color: #fff;
}
.page-template-template-adpage .products-wrap .product-item .product-content h3 {
  font-size: 23px;
  text-align: center;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-template-adpage .products-wrap .product-item .product-content p {
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.page-template-template-adpage .products-wrap .product-item a.button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 20px;
  display: inline-block;
  min-width: 138px;
  padding: 10px 15px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-template-template-adpage .products-wrap .product-item a.button {
    min-width: 140px;
  }
}
.page-template-template-adpage .products-wrap .product-item a.link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 138px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-template-template-adpage .products-wrap .product-item a.link {
    min-width: 140px;
  }
}
.page-template-template-adpage .products-wrap .product-item a.link:hover {
  text-decoration: underline !important;
}
/**********SINGLE PRODUCT**********/
.single-product {
  padding-top: 20px;
}
.single-product .feature-img {
  margin-bottom: 40px;
}
.single-product .feature-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .single-product .feature-img {
    margin: 0 -25px;
    margin-bottom: 38px;
  }
}
.single-product .product-content {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .single-product .product-content {
    padding-bottom: 8px;
  }
}
.single-product p {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
}
.single-product h1 {
  font-size: 50px;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 70px;
}
@media (max-width: 767px) {
  .single-product h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.single-product h4 {
  font-size: 20px;
}
.single-product h2,
.single-product h3,
.single-product h4 {
  margin-top: 0;
  line-height: 28px;
  color: #515151;
}
.single-product h5 {
  font-size: 10px;
}
.single-product h5,
.single-product h6 {
  font-family: FuturaPT-Light !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 15px;
  color: #4A4A4A;
}
.single-product .employee-details {
  text-align: center;
  position: relative;
  word-break: break-word;
  margin-bottom: 50px;
}
.single-product .employee-details .profile-img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #D8D8D8;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08);
}
.single-product .employee-details .profile-img img {
  width: 100%;
  height: auto;
}
.single-product .employee-details .profile-img .no-img {
  padding: 50px;
}
.single-product .employee-details p {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  margin: 0;
}
@media (max-width: 767px) {
  .single-product .employee-details .contact-desc {
    width: 100%;
  }
}
.single-product .employee-details .name {
  font-size: 18px;
}
@media (max-width: 767px) {
  .single-product .employee-details .name {
    font-size: 16px;
  }
}
.single-product .employee-details .designation {
  font-size: 15px;
}
@media (max-width: 991px) {
  .single-product .employee-details .designation {
    font-size: 14px;
  }
}
.single-product .employee-details a {
  text-decoration: none;
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .single-product .employee-details a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .single-product .employee-details {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 45px 0;
    margin-top: 96px;
  }
}
.single-product .pdf-wrap {
  text-align: center;
}
.single-product .pdf-wrap .pdf-item a {
  padding: 8px 12px;
  padding-right: 32px;
  padding-left: 20px;
  border-radius: 100px;
  background: #EBEBEB;
  text-align: left;
  text-decoration: none;
  color: #4C4C4C;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 155px;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.single-product .pdf-wrap .pdf-item a:after {
  position: absolute;
  content: '\f02f';
  font-family: FontAwesome;
  font-style: 20px;
  color: #444;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .single-product .pdf-wrap {
    display: none;
  }
}
.single-product .related-posts {
  padding-bottom: 60px;
}
.single-product .cases-posts .cases-item {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
  position: relative;
  padding-bottom: 100px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  margin-bottom: 20px;
  min-height: 175px;
  overflow: hidden;
}
.single-product .cases-posts .cases-item .case-img {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .cases-posts .cases-item .case-content {
  padding: 15px 10px;
}
.single-product .cases-posts .cases-item .case-content span {
  font-size: 11px;
  color: #000;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
  display: block;
  line-height: 1;
}
.single-product .cases-posts .cases-item .case-content a {
  text-decoration: none;
  color: #666666;
}
.single-product .cases-posts .cases-item .case-content h3 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .single-product .cases-posts .cases-item .case-content h3 {
    margin-top: 0;
  }
}
.single-product .cases-posts .cases-item .case-content p {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 767px) {
  .single-product .cases-posts .cases-item .case-content {
    padding: 30px 20px 15px;
    position: relative;
  }
}
.single-product .cases-posts .cases-item a.button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  display: inline-block;
  min-width: 170px;
  padding: 10px 15px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .single-product .cases-posts .cases-item a.button {
    min-width: 100px;
  }
}
.single-product .cases-posts .cases-item a.button:hover {
  background: #002887;
  color: #fff !important;
  border-color: #002887;
}
@media (max-width: 767px) {
  .single-product .cases-posts .cases-item {
    padding-bottom: 0;
    position: relative;
    display: flex;
    min-height: 145px;
  }
  .single-product .cases-posts .cases-item .case-img-link {
    width: 49.5%;
    float: left;
    height: auto;
  }
  .single-product .cases-posts .cases-item a.button {
    bottom: 15px;
  }
  .single-product .cases-posts .cases-item .case-content {
    padding-bottom: 65px;
    display: inline-block;
    width: 49.5%;
  }
  .single-product .cases-posts .cases-item .case-content p {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-product {
    padding: 0;
  }
}
/******SINGLE POWER***********/
.single-power .power-wrap {
  padding-bottom: 100px;
}
.single-power .single-post-wrapper {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .single-power .single-post-wrapper {
    padding-top: 10px;
  }
}
.single-power .post-content img {
  width: 100%;
  height: auto;
}
.single-power .post-content h4 {
  font-size: 20px;
}
.single-power .post-content h2,
.single-power .post-content h3,
.single-power .post-content h4 {
  margin-top: 0;
  line-height: 28px;
  color: #515151;
}
.single-power .post-content h5 {
  font-size: 13px;
}
.single-power .post-content h6 {
  font-size: 10px;
}
.single-power .post-content h5,
.single-power .post-content h6 {
  font-family: FuturaPT-Book !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 15px;
  color: #4A4A4A;
}
.single-power .related-power-posts .relatedthumb {
  position: relative;
  padding: 20px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  padding-bottom: 65px;
}
.single-power .related-power-posts .relatedthumb .inner-title {
  display: block;
  color: #fff;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  line-height: 34px;
  text-align: left;
  padding-bottom: 85px;
  text-decoration: none;
  text-transform: uppercase;
}
.single-power .related-power-posts .relatedthumb .btn-style-1 {
  display: block;
  width: 100%;
  max-width: 140px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  margin-left: auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
.single-power .related-power-posts .relatedthumb .btn-style-1:hover {
  background: #fff;
  color: #002887 !important;
}
@media (max-width: 767px) {
  .single-power .related-power-posts .relatedthumb {
    margin-bottom: 20px;
  }
}
.single-power .related-power-posts .relatedthumb:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.22);
}
/*********SINGLE CASES-***********/
.single-cases .feat-img {
  margin-bottom: 40px;
}
.single-cases .right-sec {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  border-left: 1px solid #979797;
  padding-left: 30px;
  margin-top: 35px;
  padding-top: 30px;
}
.single-cases .right-sec .mp3-title {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 25px;
}
.single-cases .right-sec .music-player {
  margin-bottom: 80px;
}
.single-cases .right-sec .music-player audio::-internal-media-controls-download-button {
  display: none !important;
}
.single-cases .right-sec .music-player audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.single-cases .right-sec .music-player audio::-webkit-media-controls-panel {
  width: calc(110%);
}
.single-cases .right-sec .music-player .music-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.single-cases .right-sec .music-player .music-item .music-name {
  display: inline-block;
  color: #666666;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-cases .right-sec .music-player .music-item .music-name {
    width: 100%;
  }
}
.single-cases .right-sec .music-player .music-item audio {
  width: 78%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-cases .right-sec .music-player .music-item audio {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-cases .right-sec .music-player {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .single-cases .right-sec .employee-details {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .single-cases .right-sec {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 30px 0 70px;
    margin: 90px 0 50px;
  }
}
.single-cases .related-posts {
  padding-bottom: 60px;
}
.single-cases .cases-posts .cases-item {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
  position: relative;
  padding-bottom: 100px;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  margin-bottom: 40px;
  min-height: 175px;
}
.single-cases .cases-posts .cases-item .case-img-link {
  display: block;
}
.single-cases .cases-posts .cases-item .case-img {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-cases .cases-posts .cases-item .case-content {
  padding: 15px 10px;
}
.single-cases .cases-posts .cases-item .case-content span {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-family: FuturaPT-Heavy;
  font-weight: normal;
  font-style: normal;
}
.single-cases .cases-posts .cases-item .case-content a {
  text-decoration: none;
  color: #666666;
}
.single-cases .cases-posts .cases-item .case-content h3 {
  margin-top: 10px;
}
.single-cases .cases-posts .cases-item .case-content p {
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}
.single-cases .cases-posts .cases-item a.button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20.5px;
  display: inline-block;
  min-width: 170px;
  padding: 10px 15px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .single-cases .cases-posts .cases-item a.button {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .single-cases .cases-posts .cases-item {
    padding-bottom: 0;
    position: relative;
  }
  .single-cases .cases-posts .cases-item .case-img-link {
    width: 49.5%;
    float: left;
    height: auto;
  }
  .single-cases .cases-posts .cases-item a.button {
    position: static;
    transform: translateX(0);
  }
  .single-cases .cases-posts .cases-item .case-content {
    padding-bottom: 20px;
    display: inline-block;
    width: 49.5%;
  }
  .single-cases .cases-posts .cases-item .case-content p {
    display: none;
  }
}
.slider-pro {
  margin-bottom: 40px;
}
.slider-pro .slider-items {
  position: relative;
}
.slider-pro .slider-items .slider-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-pro .slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: 20px;
  text-align: center;
  z-index: 1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 419px) {
  .slider-pro .slick-dots {
    bottom: 5%;
  }
}
.slider-pro .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slider-pro .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  margin: 5px 3px;
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-pro .slick-dots li button:before {
  color: #C5A46D;
}
.slider-pro .slick-dots li:hover button,
.slider-pro .slick-dots li.slick-active button {
  background: #fff;
}
.slider-pro .cust-prev,
.slider-pro .cust-next {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 0;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.5s ease;
}
.slider-pro .cust-prev i,
.slider-pro .cust-next i {
  color: #fff;
  font-size: 40px;
}
.slider-pro .cust-next {
  right: 5px;
}
.slider-pro .cust-prev {
  left: 5px;
}
@media (max-width: 767px) {
  .slider-pro {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/*****FRONTPAGE*******/
.frontpage-posts {
  padding: 90px 0 126px;
}
@media (min-width: 768px) {
  .frontpage-posts .row .col-sm-6 {
    width: 49.5%;
  }
}
.frontpage-posts .left-sec {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .frontpage-posts .left-sec {
    margin-top: 0;
  }
}
.frontpage-posts .left-post,
.frontpage-posts .right-post {
  position: relative;
  text-align: center;
}
.frontpage-posts .left-post h3,
.frontpage-posts .right-post h3 {
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
}
.frontpage-posts .left-post .btn-style-1,
.frontpage-posts .right-post .btn-style-1 {
  display: block;
  width: 100%;
  max-width: 143px;
  border: 3px solid #002887;
  border-radius: 100px;
  text-align: center;
  padding: 9px 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #002887;
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}
.frontpage-posts .left-post p,
.frontpage-posts .right-post p {
  font-size: 14px;
  color: #666;
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
}
.frontpage-posts .left-border {
  border-left: 2px solid #002887;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .frontpage-posts .left-border {
    border-left: none;
    padding-top: 25px;
  }
}
.frontpage-posts .left-post {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
.frontpage-posts .left-post:last-child {
  margin-bottom: 0;
}
.frontpage-posts .left-post h3 {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .frontpage-posts .left-post h3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .frontpage-posts .left-post {
    max-width: 100%;
  }
}
.frontpage-posts .right-post {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
.frontpage-posts .right-post .feature-img {
  max-height: 230px;
  margin-bottom: 35px;
}
.frontpage-posts .right-post h3 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .frontpage-posts .right-post {
    padding-top: 70px;
  }
  .frontpage-posts .right-post:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #002887;
  }
}
@media (max-width: 767px) {
  .frontpage-posts .right-post {
    max-width: 100%;
  }
}
.frontpage-posts .more-posts {
  display: block;
  text-align: center;
  margin-top: 60px;
  text-decoration: underline;
  color: #002887;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .frontpage-posts .more-posts {
    padding-top: 70px;
    margin-top: 20px;
  }
  .frontpage-posts .more-posts:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #002887;
  }
}
@media (max-width: 767px) {
  .frontpage-posts .more-posts {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .frontpage-posts {
    padding: 53px 0;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 419px) {
  .frontpage-posts {
    max-width: 300px;
  }
}
/***********POPup**********/
.newsletter-modal {
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
}
.newsletter-modal .modal-dialog {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .newsletter-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.newsletter-modal .modal-content {
  background: #9dd3ed;
  border-radius: 0;
  border: none;
}
.newsletter-modal .modal-header {
  border: none;
  padding: 25px;
  padding-bottom: 20px;
}
.newsletter-modal .modal-header .popup-logo {
  width: 40px;
  height: 40px;
}
.newsletter-modal .modal-header .close {
  text-shadow: none;
  opacity: 1;
}
.newsletter-modal .modal-header .close i {
  color: #002887;
  font-size: 18px;
}
.newsletter-modal .modal-header .close:focus {
  outline: none;
  box-shadow: none;
}
.newsletter-modal .modal-body {
  padding: 25px;
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
  max-width: 457px;
  margin: 0 auto !important;
}
.newsletter-modal .modal-body .top-title {
  font-size: 11px;
  font-family: FuturaPT-Medium;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  color: #002887;
  text-transform: uppercase;
}
.newsletter-modal .modal-body h3 {
  font-size: 23px;
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  color: #002887;
  text-transform: uppercase;
  line-height: 26px;
}
.newsletter-modal .modal-body .desc {
  font-size: 16px;
  color: #fff;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 20px;
}
.newsletter-modal .modal-body .frm_error_style {
  display: none;
}
.newsletter-modal .modal-body .frm_message {
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  text-align: center;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
}
.newsletter-modal .modal-body .frm_error {
  color: #fff;
  font-size: 15px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
  margin-top: 8px;
}
.newsletter-modal .modal-body .frm_form_fields {
  position: relative;
}
.newsletter-modal .modal-body .frm_form_fields label {
  display: none;
}
.newsletter-modal .modal-body .frm_form_fields input[type=email] {
  height: 31px;
  width: 100%;
  border-radius: 66px;
  border: none;
  padding: 3px 12px;
  padding-right: 20px;
  font-size: 15px;
  padding-right: 60px;
  font-family: FuturaPT-Light;
  font-weight: normal;
  font-style: normal;
}
.newsletter-modal .modal-body .frm_form_fields ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}
.newsletter-modal .modal-body .frm_form_fields ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}
.newsletter-modal .modal-body .frm_form_fields :-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}
.newsletter-modal .modal-body .frm_form_fields :-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}
.newsletter-modal .modal-body .frm_form_fields .frm_submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.newsletter-modal .modal-body .frm_form_fields .frm_submit input[type=submit] {
  margin: 0;
  border-radius: 66px;
  text-indent: -999px;
  height: 31px;
  background-image: url('../images/send.png');
  background-size: 90px;
  background-color: #9dd3ed;
  min-width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #002887;
  border: none;
  box-shadow: none;
  padding: 3px 12px;
}
.newsletter-modal .modal-body .frm_form_fields .frm_submit .frm_ajax_loading {
  display: none;
}
@media (max-width: 767px) {
  .newsletter-modal .modal-body .frm_form_fields {
    padding-right: 0;
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .newsletter-modal .modal-body {
    margin: 0 auto;
    margin-top: 70px;
    max-width: 100%;
  }
}
/************404************/
.main_container {
  padding-top: 60px;
}
.main_container .entry-content {
  font-size: 18px;
}
@media (max-width: 767px) {
  .main_container .entry-content {
    font-size: 14px;
  }
}
.error404 .page_default .content_404 {
  text-align: center;
  padding: 50px 0;
}
.error404 .page_default .content_404 h1 {
  margin: 0;
  line-height: .8;
  font-size: 250px;
  color: #002887;
}
@media (max-width: 991px) {
  .error404 .page_default .content_404 h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .error404 .page_default .content_404 h1 {
    font-size: 50px;
  }
}
