.body {
  font-family: 'Merriweather';
  color: #666;
  font-size: 14px;
  line-height: 1.5
}
p {
  line-height: 1.8;
  padding: 0;
  margin: 0 0 20px;
  font-size:17px;
}
ul li {
  line-height: 1.8;
  padding: 0;
  margin: 0 0 20px;
  font-size:17px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato';
  font-weight: 600;
  color: #333;
}
h1 {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.2;
}
h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.4;
}
h3 {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 1.4;
}
h4 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.6;
}
h5 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.6;
}
h6 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.8;
}
.list-mark {
  font-weight: 600;
  color: #002a81;
}
blockquote.pull-left, q.pull-left {
  padding-right: 15px;
}
blockquote.pull-right, q.pull-right {
  padding-left: 15px;
}
th {
  font-weight: 600
}
a, .btn-link, .btn-text {
  color: #012981;
}
a:hover, a:focus, a:active, a.active {
  color: #d44d0c;
}
.simple-link:hover, .solid-link:hover, .muted-solid-link:hover, .content-link:hover, .simple-link:focus, .solid-link:focus, .muted-solid-link:focus, .content-link:focus, .simple-link:active, .solid-link:active, .muted-solid-link:active, .content-link:active, .simple-link.active, .solid-link.active, .muted-solid-link.active, .content-link.active {
  color: #002a81
}
.muted-solid-link:hover, .muted-solid-link:focus, .muted-solid-link:active, .muted-solid-link.active {
  background-color: #002a81
} /* bordered button */
.btn {
  font-family: 'Lato';
}
.btn, .btn:before, .btn:after {
  border-radius: 10px;
}
.btn:before {
  background-color: #002a81;
}
.btn:hover:before, .btn:focus:before, .btn:active:before, .btn.active:before {
  background: #e83381;
}
.btns-bordered {
  color: #002a81;
}
.btns-bordered:before, .btns-bordered:hover:before, .btns-bordered:focus:before, .btns-bordered:active:before, .btns-bordered.active:before {
  background: transparent
}
.btns-bordered:after {
  border: 2px solid #002a81
}
.btns-bordered:hover, .btns-bordered:focus, .btns-bordered:active, .btns-bordered.active {
  color: #d44d0c;
}
.btns-bordered:hover:after, .btns-bordered:focus:after, .btns-bordered:active:after, .btns-bordered.active:after {
  border-color: #d44d0c
}
.btns-white-bordered {
  color: #fff;
}
.btns-white-bordered:before {
  background: #fff;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20)
}
.btns-white-bordered:after {
  border: 2px solid #fff
}
.btns-white-bordered:hover, .btns-white-bordered:focus, .btns-white-bordered:active, .btns-white-bordered.active {
  color: #d44d0c;
}
.btns-white-bordered:hover:before, .btns-white-bordered:focus:before, .btns-white-bordered:active:before, .btns-white-bordered.active:before {
  background: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none
}
.decorated-bg {
  background-image: url("../images/parts/pattern.png");
  background-repeat: repeat
}
.inner-shadow {
  -webkit-box-shadow: 0 0 10px #000 inset;
  box-shadow: 0 0 10px #000 inset
}
.text-shadow {
  text-shadow: 0 0 2px #999
}
.precise-text {
  text-shadow: 0 0 1px
}
.white-op-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90)
}
.black-op-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60)
}
body.body .muted-bg {
  background-color: #f7f7f7
}
body.body .precise-bg {
  background-color: rgba(0, 0, 0, 0.5)
}
body.body .main-bg {
  background-color: #002a81;
  color: #fff;
}
body.body .main-bg .section-head h2 {
  color: #fff
}
body.body .dark-bg {
  background-color: #444;
  color: #fff;
}
body.body .dark-bg .section-head h2 {
  color: #fff
}
body.body .white-bg {
  background-color: #fff;
  color: #666
}
body.body .alt-bg {
  background-color: #d44d0c;
  color: #fff
}
body.body .colorful-border {
  border-color: #002a81
}
body.body .alt-border {
  border-color: #002a81
}
body.body .alt-color {
  color: #d44d0c
}
body.body .colorful {
  color: #002a81
}
body.body .solid-color {
  color: #333
}
body.body .text-white {
  color: #fff
}
body.body .text-muted {
  color: #999
}
.logo a, .logo img {
  display: block
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff
}
.header {
  zoom: 1
}
.header:before, .header:after {
  content: "";
  display: table;
  clear: both
} /* top infobar with contact information, etc. */
.header .infobar {
  font-family: 'Lato';
  font-size: 14px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
}
.header .infobar {
  zoom: 1
}
.header .infobar:before, .header .infobar:after {
  content: "";
  display: table;
  clear: both
}
.header .infobar.transparent {
  border-bottom: 0 none;
  color: #fff;
}
.header .infobar.transparent a {
  color: inherit;
}
.header .infobar.transparent a:hover, .header .infobar.transparent a:focus, .header .infobar.transparent a:active {
  color: #002a81
} /* header menu toggler */
.header-toggler {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  position: relative;
}
.header-toggler:hover, .header-toggler:focus, .header-toggler:active {
  color: #002a81
}
.header-toggler > label {
  cursor: pointer
}
.header-toggler > label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
} /* header menu states: shown/hiden */
.header-shown-sign, #header-hidden:checked ~ * .header-shown-sign {
  display: none
}
.header-hidden-sign, #header-hidden:checked ~ * .header-hidden-sign {
  display: block
}
#header-shown:checked ~ * .header-toggler {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
#header-shown:checked ~ * .header-shown-sign {
  display: block
}
#header-shown:checked ~ * .header-hidden-sign {
  display: none
}
@media (min-width:768px) {
  .header {
    position: relative;
  }
  .header-over {
    position: absolute;
    background: transparent
  }
} /* menu wrapper */
.menu-wrap {
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666
}
.menu-container, .menu {
  zoom: 1
}
.menu-container:before, .menu:before, .menu-container:after, .menu:after {
  content: "";
  display: table;
  clear: both
}
.menu {
  background: #fff
}
.menu-item {
  cursor: default
} /* menu item */
.menu-items {
  font-family: 'Lato';
  font-size: 17px;
  z-index: 2;
  display: block;
  position: relative;
}
.menu-items {
  zoom: 1
}
.menu-items:before, .menu-items:after {
  content: "";
  display: table;
  clear: both
}
.menu-items a, .menu-items .menu-item {
  text-decoration: none;
  display: block;
  color: inherit;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  white-space: nowrap;
  position: relative;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333
}
.menu-items a {
  cursor: pointer;
}
.menu-items a:hover, .menu-items a:active, .menu-items a.active {
  color: #002a81;
}
.menu-items li {
  position: relative;
  color: #666;
  font-weight: 500
}
.menu-items .toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 60px;
  line-height: 50px;
}
.menu-items .toggle-icon:hover, .menu-items .toggle-icon:active {
  color: #002a81
}
#header-shown:checked ~ * .menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
} /* menu styles variations */
.menu-wrap.line .logo img {
  max-height: 58px;
} /* menu styles only for mobile screens */
@media (max-width:767px) {
  .menu-items > li > a, .menu-items > li > .menu-item {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.1)
  }
  .menu-wrap .menu-items > li > a, .menu-wrap .menu-items > li > ul {
    border-bottom-color: rgba(102, 102, 102, 0.1)
  }
  .menu-wrap.line {
    height: 120px;
  }
  .home .img-responsive{
    margin: 100px 0 -50px 0;
    padding: 40px 0 0 0;
  }
  .menu-wrap.line .logo {
    float: left
  }
  .menu-wrap.line .menu-container {
    padding: 15px 20px
  }
  .menu-wrap.line .menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    overflow: auto;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%)
  }
}
@media (min-width:768px) {
  .menu-wrap {
    -webkit-box-shadow: none;
    box-shadow: none
  } /* menu with no side insets */
  .menu-no-sides > li:first-child {
    margin-left: 0 !important
  }
  .menu-no-sides > li:last-child {
    margin-right: 0 !important
  }
  .menu-container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
  } /* menu row */
  .menu-row {
    display: table;
    width: 100%;
  }
  .menu-row .logo, .menu-row .menu, .menu-row .menu-btn, .menu-row .menu-col {
    display: table-cell;
    vertical-align: bottom
  }
  .menu-row .logo, .menu-row .menu-btn {
    width: 1%
  }
  .menu-row .logo {
    padding-right: 15px
  }
  .menu-row .menu-btn {
    padding-left: 15px
  }
  .menu-items {
    font-size: 13px
  } /*
    Menu variations
    */
  .menu-wrap.simple {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .menu-wrap.simple .menu-items, .menu-wrap.pannel .menu-items {
    float: right
  }
  .menu-wrap.pannel .menu-container {
    background-color: #fff;
    padding: 20px
  }
  .menu-wrap.line .menu-items > li {
    float: left;
    margin: 0 15px
  } /* sticked menu styles */
  .sticked-menu .menu-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #666;
    box-shadow: 0 0 2px #666;
  }
  .sticked-menu .menu-wrap.transparent {
    background-color: rgba(212, 77, 12, 0.7)
  }
  .sticked-menu .stick-hide {
    display: none;
  }
  .sticked-menu .stick-hide + .menu-row {
    margin-top: 0 !important
  }
} /* make menu bigger for larger screens */
@media (min-width:992px) {
  .menu-items {
    font-size: 14px
  }
  .menu-wrap.simple .logo img, .menu-wrap.pannel .logo img {
    max-height: 100px
  }
  .menu-wrap.line .menu-items > li {
    margin: 30px 30px
  }
} /* make menu take it's maximum size for hi-resolution screens */
@media (min-width:1600px) {
  .menu-wrap.simple {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .menu-wrap.pannel .menu-container {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .menu-wrap.simple .logo, .menu-wrap.pannel .logo {
    padding-right: 25px
  }
}
.footer-copyrights {
  line-height: 20px;
  font-family: 'Lato';
  width: 100%;
}
.footer-copyrights {
  zoom: 1
}
.footer-copyrights:before, .footer-copyrights:after {
  content: "";
  display: table;
  clear: both
}
.footer-basic {
  line-height: 40px;
}
.footer-basic .footer-copyrights, .footer-basic .cols-list {
  display: inline-block;
  vertical-align: middle
}
@media (min-width:992px) {
  .footer-copyrights {
    text-align: left;
  }
  .footer-copyrights .footer-copyrights-left, .footer-copyrights .footer-copyrights-right {
    float: left;
    display: inline-block;
    vertical-align: middle
  }
  .footer-copyrights .footer-copyrights-left {
    width: 47%
  }
  .footer-copyrights .footer-copyrights-right {
    width: 53%;
    text-align: center
  }
}
.scroll-top {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  z-index: 20;
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff
}
.scroll-top.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0)
}
.scroll-top.end {
  bottom: 100px
}
.content-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.content-section.tight {
  margin-top: 60px;
  margin-bottom: 60px
}
.solid-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.solid-section.tight {
  padding-top: 60px;
  padding-bottom: 60px
} /* section with background image */
.back-section, .with-bg {
  position: relative;
  z-index: 1;
}
.back-section.text-white .section-head h2, .with-bg.text-white .section-head h2 {
  color: #fff
}
.back-section .container, .with-bg .container {
  position: relative;
}
.back-section .section-footer, .with-bg .section-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
} /* section head titles */
.section-head {
  margin-bottom: 60px
}
.styled-separator {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  height: 30px;
  line-height: 30px;
}
.styled-separator img {
  display: inline-block;
  vertical-align: middle
}
.section-head {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.section-head h2 {
  margin: 0
}
.section-head p {
  padding-top: 5px;
  font-size: 16px;
  margin: 0
}
.section-head .styled-separator + p {
  padding: 0
}
.section-head-colorful, .section-head-side {
  text-align: center;
}
.section-head-colorful p, .section-head-side p {
  padding-top: 20px
}
.section-head-colorful .item-header, .section-head-side .item-header {
  background-color: #002a81;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px 20px;
  min-width: 40%
}
.section-head-colorful .item-icon, .section-head-side .item-icon {
  margin-top: 20px
}
.section-head-colorin {
  background-color: #002a81;
  text-align: center;
  color: #fff;
}
.section-head-colorin .item-content {
  padding: 30px 20px
}
.section-head-colorin .item-icon {
  padding-bottom: 20px
}
@media (min-width:768px) {
  .section-head-side {
    max-width: none;
    text-align: left;
    position: relative;
  }
  .section-head-side p {
    padding-top: 0
  }
  .section-head-side .item-header {
    width: 33.33%;
    min-width: auto
  }
  .section-head-side .item-content {
    position: absolute;
    margin-top: 0;
    left: 33.33%;
    right: 0;
    top: 50%;
    padding-left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
} /* simple social links */
.socials a {
  font-size: 15px;
  color: #666;
}
.socials a:hover, .socials a:focus, .socials a:active {
  color: #002a81
} /* social blocks that are backlighted on hover */
.social-blocks a {
  font-size: 18px;
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.social-blocks a:hover, .social-blocks a:focus, .social-blocks a:active {
  background: #002a81;
  border-color: #002a81
}
.social-blocks.alt a:hover, .social-blocks.alt a:focus, .social-blocks.alt a:active {
  color: #002a81;
  background: #fff;
  border-color: #fff
}
.feature {
  position: relative;
  display: inline-block;
}
.feature {
  zoom: 1
}
.feature:before, .feature:after {
  content: "";
  display: table;
  clear: both
}
.feature-icon {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.feature-icon img {
  max-width: 100%
}
.feature-title {
  font-family: 'Lato';
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}
.feature-text {
  line-height: 1.8;
  font-size: 15px;
}
.feature-head {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.feature-head .feature-icon, .feature-head .feature-title {
  display: table-cell;
  vertical-align: middle
}
.simple-feature .feature-icon {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 72px;
  height: 72px;
  font-size: 34px;
  line-height: 42px;
  color: #002a81;
  margin-bottom: 25px
}
.feature-solid-heading, .feature-solid {
  background: #002a81;
  height: 360px;
  padding: 20px;
  width: 100%;
}
.feature-solid-heading .item-title, .feature-solid .item-title {
  font-family: 'Lato';
  font-weight: 600;
  color: #333;
  margin-bottom: 20px
}
.feature-solid-heading {
  display: table;
}
.feature-solid-heading .item-content {
  display: table-cell;
  vertical-align: middle
}
.feature-solid-heading .item-text {
  color: #fff;
  font-size: 16px
}
.feature-solid-heading .item-icon {
  position: absolute;
  right: 20px;
  bottom: 20px
}
.feature-solid {
  background: #fff;
  -webkit-box-shadow: 0 0 0 #666;
  box-shadow: 0 0 0 #666;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.feature-solid:hover {
  -webkit-box-shadow: 0 5px 20px #666;
  box-shadow: 0 5px 20px #666
}
.feature-solid .item-icon {
  margin: 20px 0
}
.feature-solid .item-title {
  font-size: 24px
}
.feature-solid .item-text {
  margin-bottom: 10px
}
.counter-title {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px
}
.counter-value {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 54px;
  line-height: 1
}
.block-link {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.block-link .back {
  background: #000;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50)
}
.block-link .content {
  text-align: center;
  padding: 20px 5px;
  font-size: 18px;
  position: absolute;
  width: 100%;
  left: 0
}
.block-link .hover, .block-link .hover-show, .block-link .hover-hidden {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.block-link .hover-show, .block-link .hover-hidden, .block-link .hover-show-up {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #fff
}
.block-link .hover-show {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.block-link .hover-show .content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.block-link .hover-show-up .back {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0)
}
.block-link .hover-show-up .content {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s
}
.block-link .image-wrap .image {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.block-link:hover .hover-show, .block-link:active .hover-show, .block-link.active .hover-show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.block-link:hover .hover-hidden, .block-link:active .hover-hidden, .block-link.active .hover-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}
.block-link:hover .image-wrap .image, .block-link:active .image-wrap .image, .block-link.active .image-wrap .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.block-link:hover .hover-show-up .back, .block-link:active .hover-show-up .back, .block-link.active .hover-show-up .back {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40)
}
.block-link:hover .hover-show-up .content, .block-link:active .hover-show-up .content, .block-link.active .hover-show-up .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.flexslider {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  height: 50vh;
  z-index: 1;
}
.flexslider {
  zoom: 1
}
.flexslider:before, .flexslider:after {
  content: "";
  display: table;
  clear: both
}
.flexslider .flex-viewport, .flexslider .slides, .flexslider .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.flexslider .slide {
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}
.flexslider .flex-prev, .flexslider .flex-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 64px;
  z-index: 10;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #fff;
  text-shadow: 0 0 5px #666;
}
.flexslider .flex-prev:hover, .flexslider .flex-next:hover {
  color: #002a81
}
.flexslider .flex-prev.flex-disabled, .flexslider .flex-next.flex-disabled {
  display: none
}
.flexslider .flex-custom-controls {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.flexslider .flex-custom-controls .flex-control-nav {
  display: inline-block;
  vertical-align: top;
}
.flexslider .flex-custom-controls .flex-control-nav {
  zoom: 1
}
.flexslider .flex-custom-controls .flex-control-nav:before, .flexslider .flex-custom-controls .flex-control-nav:after {
  content: "";
  display: table;
  clear: both
}
.flexslider .flex-custom-controls .flex-control-nav li {
  float: left;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  margin: 0 3px;
  position: relative;
  z-index: 10;
}
.flexslider .flex-custom-controls .flex-control-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.flexslider .flex-custom-controls .flex-control-nav li a:hover, .flexslider .flex-custom-controls .flex-control-nav li a:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #d44d0c
}
.flexslider .flex-custom-controls .flex-control-nav li a.flex-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #002a81
}
.flexslider .flex-prev {
  left: -100px
}
.flexslider .flex-next {
  right: -100px
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
  opacity: 1;
  -ms-filter: none;
  filter: none
}
.flexslider:hover .flex-prev {
  left: 50px
}
.flexslider:hover .flex-next {
  right: 50px
}
.banner {
  position: relative;
  color: #fff;
  text-align: center
}
.banner-image {
  height: 100vh; /* make banner image take full screen height */ overflow: hidden;
} /* make banner image take full screen height */
.banner-image img {
  max-width: 100%
}
.banner-title {
  font-family: 'Lato';
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3
}
.banner-subtitle {
  line-height: 1.6
}
.banner-top-displaced {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.banner-screen-fit {
  display: block;
  position: relative;
  height: 100vh;
  min-height: 460px
}
@media (min-width:768px) {
  .banner-screen-fit {
    max-height: 80vw
  }
  .banner-smart-screen {
    height: 100vh;
    display: table;
    width: 100%;
  }
  .banner-smart-screen .banner-displace, .banner-smart-screen .banner-content {
    display: table-cell;
    vertical-align: middle
  }
}
@media (min-width:1600px) {
  .banner-screen-fit {
    max-height: 1020px
  }
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden
}
.owl-carousel .owl-stage, .owl-carousel .owl-item {
  position: relative;
}
.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  padding: 0 5px
}
.owl-carousel .disabled {
  display: none
}
.owl-carousel .owl-dots {
  text-align: center
}
.owl-carousel .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 30px 3px 0;
  cursor: pointer;
}
.owl-carousel .owl-dot span {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-color: rgba(102, 102, 102, 0.7);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  border-radius: 50%
}
.owl-carousel .owl-dot.active span {
  background-color: #002a81
}
.owl-carousel .owl-dot:hover span {
  background-color: #d44d0c
}
.owl-carousel-with-arrows .owl-nav {
  display: none
}
.owl-carousel-with-arrows .owl-carousel {
  position: relative;
}
.owl-carousel-with-arrows .owl-prev, .owl-carousel-with-arrows .owl-next {
  position: absolute;
  top: 20%;
  width: 30px;
  text-align: center;
  color: #ccc;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  cursor: pointer;
}
.owl-carousel-with-arrows .owl-prev:hover, .owl-carousel-with-arrows .owl-next:hover, .owl-carousel-with-arrows .owl-prev:focus, .owl-carousel-with-arrows .owl-next:focus, .owl-carousel-with-arrows .owl-prev:active, .owl-carousel-with-arrows .owl-next:active {
  color: #002a81
}
@media (min-width:768px) {
  .owl-carousel-with-arrows {
    padding: 0 30px;
    margin: 0 10px
  }
  .owl-carousel-with-arrows .owl-nav {
    display: block
  }
  .owl-carousel-with-arrows .owl-prev, .owl-carousel-with-arrows .owl-next {
    line-height: 34px;
    font-size: 34px
  }
  .owl-carousel-with-arrows .owl-next {
    left: 100%;
    margin-left: 10px
  }
  .owl-carousel-with-arrows .owl-prev {
    right: 100%;
    margin-right: 10px
  }
}
@media (min-width:992px) {
  .owl-carousel-with-arrows {
    margin: 0 60px
  }
  .owl-carousel-with-arrows .owl-next {
    margin-left: 60px
  }
  .owl-carousel-with-arrows .owl-prev {
    margin-right: 60px
  }
}
.price-block {
  position: relative;
  z-index: 1
}
.price-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s
}
.price-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.price-block:hover {
  top: -5px;
}
.price-block:hover .price-back {
  -webkit-box-shadow: 0 5px 10px #666;
  box-shadow: 0 5px 10px #666
}
.price-block.grouped {
  color: #fff;
  padding: 30px 20px 20px;
  text-align: center;
}
.price-block.grouped .price-back {
  background-color: #666
}
.price-block.grouped .price-head, .price-block.grouped .price-title {
  margin-bottom: 30px
}
.price-block.grouped .price-image, .price-block.grouped .price-list {
  margin-bottom: 20px
}
.price-block.grouped .price-head {
  zoom: 1
}
.price-block.grouped .price-head:before, .price-block.grouped .price-head:after {
  content: "";
  display: table;
  clear: both
}
.price-block.grouped .price-title {
  font-family: 'Lato';
  color: #aaa;
  font-size: 20px
}
.price-block.grouped .price-subtext {
  font-size: 12px;
}
.price-block.grouped .price-value {
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
}
.price-block.grouped .price-value .price-sign {
  font-size: 50%
}
.price-block.grouped .price-list li {
  font-family: 'Lato';
  padding-bottom: 5px;
  line-height: 1.6
}
.price-block.grouped .price-btn {
  min-width: 160px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.price-block.grouped .price-btn:before {
  background: transparent
}
.price-block.grouped .price-btn, .price-block.grouped .price-btn:before, .price-block.grouped .price-btn:after {
  border-radius: 10px
}
.price-block.grouped .price-btn:after {
  border: 2px solid #fff
}
.price-block.grouped .price-btn:hover, .price-block.grouped .price-btn:focus, .price-block.grouped .price-btn:active, .price-block.grouped .price-btn.active {
  -webkit-box-shadow: 0 0 50px -5px;
  box-shadow: 0 0 50px -5px
}
.price-block.grouped.active .price-title {
  color: #fff
}
.price-block.grouped.active .price-back {
  background-color: #002a81
}
.price-block.grouped.active .price-btn:after {
  border-color: transparent
}
.price-block.grouped.active .price-btn:before {
  background: rgba(255, 255, 255, 0.2)
}
.price-block.grouped.active .price-btn:hover:after, .price-block.grouped.active .price-btn:focus:after, .price-block.grouped.active .price-btn:active:after, .price-block.grouped.active .price-btn.active:after {
  border-color: #fff
}
@media (min-width:992px) {
  .price-block.grouped.price-align-left, .price-block.grouped.price-align-right {
    margin-top: 60px;
  }
  .price-block.grouped.price-align-left .price-cost, .price-block.grouped.price-align-right .price-cost {
    text-align: center
  }
  .price-block.grouped.price-align-left .price-value, .price-block.grouped.price-align-right .price-value {
    width: 120px;
    font-size: 56px
  }
  .price-block.grouped.price-align-left .price-list, .price-block.grouped.price-align-right .price-list {
    margin-bottom: 30px
  }
  .price-block.grouped.price-align-left {
    text-align: left;
  }
  .price-block.grouped.price-align-left .price-title {
    float: left;
    padding-right: 130px;
    margin: 0
  }
  .price-block.grouped.price-align-left .price-cost {
    float: right;
    margin-left: -130px
  }
  .price-block.grouped.price-align-left .price-image {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0
  }
  .price-block.grouped.price-align-right {
    text-align: right;
  }
  .price-block.grouped.price-align-right .price-title {
    float: right;
    padding-left: 130px;
    margin: 0
  }
  .price-block.grouped.price-align-right .price-cost {
    float: left;
    margin-right: -130px
  }
  .price-block.grouped.price-align-right .price-image {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0
  }
}
.priceplan-separated {
  position: relative;
  z-index: 1;
}
.priceplan-separated .item-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 #666;
  box-shadow: 0 0 0 #666;
  background-color: transparent;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s
}
.priceplan-separated .item-title {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 600;
  color: #333
}
.priceplan-separated .item-price-text {
  font-size: 12px;
}
.priceplan-separated .item-price {
  font-size: 76px;
  font-weight: 600;
  line-height: 1;
  color: #002a81;
}
.priceplan-separated .item-price .currency {
  font-size: 50%
}
.priceplan-separated .item-list li {
  font-family: 'Lato';
  padding-bottom: 5px;
  line-height: 1.6
}
.priceplan-separated .item-title, .priceplan-separated .item-list, .priceplan-separated .item-icon {
  margin-bottom: 20px
}
.priceplan-separated .item-price-block {
  margin-bottom: 30px
}
.priceplan-separated .item-link .btn {
  min-width: 160px
}
.priceplan-separated:hover {
  z-index: 2;
}
.priceplan-separated:hover .item-bg {
  left: 0 !important;
  top: -30px;
  bottom: -20px;
  border-left: 0 none !important;
  -webkit-box-shadow: 0 5px 10px #666;
  box-shadow: 0 5px 10px #666;
  background-color: #fff
}
@media (min-width:768px) {
  .sm-price-separator .item-bg {
    border-left: 2px solid #ddd;
    left: -1px
  }
}
@media (min-width:992px) {
  .md-price-separator .item-bg {
    border-left: 2px solid #ddd;
    left: -1px
  }
}
.box-step {
  text-align: left;
  padding: 30px 20px 65px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.box-step .step-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #999;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50)
}
.box-step .step-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Lato'
}
.box-step .step-description {
  line-height: 1.8;
  font-family: 'Lato';
  min-height: 100px;
  font-size:16px;
}
.box-step .step-number {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ccc;
  font-size: 48px;
  line-height: 1
}
.box-step.active-step .step-back {
  background-color: #999
}
.steps-tree {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px
}
.steps-tree {
  zoom: 1
}
.steps-tree:before, .steps-tree:after {
  content: "";
  display: table;
  clear: both
}
.step-leaf-wrap {
  text-align: center;
  margin-top: 30px
}
.step-leaf-heading, .step-leaf {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.step-leaf-heading .item-content, .step-leaf .item-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.step-leaf-heading .item-title, .step-leaf .item-title {
  font-family: 'Lato';
  font-weight: 600;
  margin-bottom: 20px
}
.step-leaf-heading {
  background: #002a81;
}
.step-leaf-heading .item-title {
  color: #333
}
.step-leaf-heading .item-text {
  color: #fff;
  font-size: 16px
}
.step-leaf-heading .item-icon {
  position: absolute;
  right: 20px;
  bottom: 20px
}
.step-leaf {
  color: #fff;
}
.step-leaf .item-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #666;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90)
}
.step-leaf .item-title {
  font-size: 18px;
  line-height: 1
}
.step-leaf .item-step {
  font-size: 48px;
  color: #002a81;
  font-family: 'Merriweather';
  font-weight: 400;
  margin-right: 20px
}
.step-leaf .item-text {
  font-family: 'Lato'
}
@media (max-width:991px) {
  .step-leaf-wrap:nth-child(2n) .item-bg {
    background-color: #fff
  }
  .step-leaf-wrap:nth-child(2n) .step-leaf {
    color: #666;
  }
  .step-leaf-wrap:nth-child(2n) .step-leaf .item-title {
    color: #333
  }
}
@media (min-width:992px) {
  .steps-tree {
    max-width: none;
    margin-top: 60px
  }
  .step-leaf-wrap {
    float: left;
    margin-top: -60px;
    text-align: left;
    width: 50%
  }
  .step-leaf-heading, .step-leaf {
    width: 66.6666%;
    padding-top: 66.6666%;
    height: 40px;
    padding-left: 40px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .step-leaf-heading .item-content, .step-leaf .item-content {
    padding: 60px
  }
  .step-leaf-wrap:nth-child(3n+2) {
    text-align: right
  }
  .step-leaf-wrap:nth-child(3n) {
    margin-left: 25%;
    text-align: center;
  }
  .step-leaf-wrap:nth-child(3n) .item-bg {
    background-color: #fff
  }
  .step-leaf-wrap:nth-child(3n) .step-leaf {
    color: #666;
    z-index: 1;
  }
  .step-leaf-wrap:nth-child(3n) .step-leaf .item-title {
    color: #333
  }
}
.item, .item-image, .item-content, .item-icon, .item-title, .item-text {
  display: block
}
.item-image-grayscale .item-image {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s
}
.item-image-grayscale:hover .item-image, .item-image-grayscale:focus .item-image, .item-image-grayscale:active .item-image, .item-image-grayscale.active .item-image, .item-image-grayscale.selected .item-image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}
.speaker-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.speaker-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px
}
.speaker-box:before, .speaker-box .speaker, .speaker-box .speaker:before, .speaker-box .speaker:after {
  border: 2px solid #aaa
}
.speaker-box .speaker {
  top: 3%;
  bottom: 3%;
  left: 3%;
  right: 3%;
}
.speaker-box .speaker, .speaker-box .speaker:before, .speaker-box .speaker:after {
  border-radius: 50%;
  position: absolute;
}
.speaker-box .speaker:before, .speaker-box .speaker:after {
  content: ""
}
.speaker-box .speaker:before {
  top: 6%;
  bottom: 6%;
  left: 6%;
  right: 6%
}
.speaker-box .speaker:after {
  top: 30%;
  bottom: 30%;
  left: 30%;
  right: 30%;
  border-width: 3px
}
.speaker-box .screw {
  border-radius: 50%;
  position: absolute;
  background-color: #aaa;
  width: 6%;
  height: 6%;
}
.speaker-box .screw.top {
  top: 4%
}
.speaker-box .screw.bottom {
  bottom: 4%
}
.speaker-box .screw.left {
  left: 4%
}
.speaker-box .screw.right {
  right: 4%
}
.items-vertical-separator {
  height: 60px;
  margin: 10px;
  position: relative;
}
.items-vertical-separator:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #7f7f7f;
  width: 2px;
  height: 100%;
  margin-left: -1px
}
.item .cover-image {
  position: absolute;
  left: 0;
  top: 0;
}
.item.side-image-left, .item.side-image-right {
  background-color: #ddd;
}
.item.side-image-left .item-image, .item.side-image-right .item-image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.item.side-image-left .item-image img, .item.side-image-right .item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}
.item.side-image-left .item-content, .item.side-image-right .item-content {
  padding: 30px 20px 20px
}
.item.side-image-left .item-title, .item.side-image-right .item-title {
  color: #333;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 600;
  margin-bottom: 10px
}
.item.side-image-left .item-text, .item.side-image-right .item-text, .item.side-image-left .item-list, .item.side-image-right .item-list {
  line-height: 1.8;
}
.item.side-image-left .item-text b, .item.side-image-right .item-text b, .item.side-image-left .item-list b, .item.side-image-right .item-list b {
  color: #333
}
.item.side-image-left .item-text li + li, .item.side-image-right .item-text li + li, .item.side-image-left .item-list li + li, .item.side-image-right .item-list li + li {
  padding-top: 5px
}
.item.center-image-left, .item.center-image-right {
  text-align: center;
}
.item.center-image-left, .item.center-image-right {
  zoom: 1
}
.item.center-image-left:before, .item.center-image-right:before, .item.center-image-left:after, .item.center-image-right:after {
  content: "";
  display: table;
  clear: both
}
.item.center-image-left .item-head, .item.center-image-right .item-head {
  color: #333;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 600;
  margin-bottom: 10px
}
.item.center-image-left .item-image-wrap, .item.center-image-right .item-image-wrap {
  width: 200px;
  height: 200px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px
}
.item.center-image-left .item-image, .item.center-image-right .item-image {
  position: absolute;
  top: 10.5%;
  bottom: 10.5%;
  left: 10.5%;
  right: 10.5%;
}
.item.center-image-left .item-image .item-round, .item.center-image-right .item-image .item-round {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden
}
.item.center-image-left .item-title, .item.center-image-right .item-title {
  font-family: Merriweather;
  font-size: 16px
}
.item.center-image-left .speaker-box, .item.center-image-right .speaker-box {
  position: absolute;
  left: 0;
  top: 0;
}
.item.center-image-left .item-content, .item.center-image-right .item-content {
  max-width: 350px;
  margin: 0 auto
}
.item.center-image-left .item-content, .item.center-image-right .item-content {
  line-height: 1.6
}
.item.image-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.item.image-item .item-image {
  height: 0;
  padding-top: 66.6666%;
  overflow: hidden;
}
.item.image-item .item-image img {
  position: absolute;
  left: 0;
  top: 0;
}
.item.image-item .item-content {
  position: absolute;
  left: 0;
  bottom: -40%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 30px 20px 20px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0)
}
.item.image-item .item-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #002a81;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  z-index: -1
}
.item.image-item .item-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Lato'
}
.item.image-item .item-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  left: 50%;
  top: -46px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #002a81;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0)
}
.item.image-item:hover .item-content, .item.image-item:focus .item-content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  bottom: 0
}
.item.image-item:hover .item-icon, .item.image-item:focus .item-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 0
}
.item-date {
  color: #002a81
}
.info-item {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.info-item .icon, .info-item .text {
  display: table-cell;
  vertical-align: middle
}
.info-item .icon {
  width: 90px;
  padding-right: 20px;
}
.info-item .icon img {
  max-width: 100%
}
@media (min-width:768px) {
  .item.side-image-left, .item.side-image-right {
    position: relative;
  }
  .item.side-image-left:before, .item.side-image-right:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 28.125%
  }
  .item.side-image-left:after, .item.side-image-right:after {
    content: "";
    display: table;
    clear: both
  }
  .item.side-image-left:before, .item.side-image-right:before, .item.side-image-left .item-image, .item.side-image-right .item-image, .item.side-image-left .item-content, .item.side-image-right .item-content {
    width: 50%
  }
  .item.side-image-left .item-image, .item.side-image-right .item-image {
    position: absolute;
    top: 0;
    height: 100%;
    padding-top: 0
  }
  .item.side-image-left .item-content, .item.side-image-right .item-content {
    position: relative;
  }
  .item.side-image-left:before, .item.side-image-left .item-content {
    float: left
  }
  .item.side-image-right:before, .item.side-image-right .item-content {
    float: right
  }
  .item.side-image-right .item-image {
    left: 50%
  }
  .item.center-image-left, .item.center-image-right {
    position: relative;
    height: 200px;
  }
  .item.center-image-left .item-image-wrap, .item.center-image-right .item-image-wrap {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
  }
  .item.center-image-left .item-content, .item.center-image-right .item-content {
    position: absolute;
    top: 5px;
    margin: 0
  }
  .item.center-image-left.item-only-head .item-content, .item.center-image-right.item-only-head .item-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .item.center-image-left .item-content {
    text-align: right;
    right: 50%;
    margin-right: 120px
  }
  .item.center-image-right .item-content {
    text-align: left;
    left: 50%;
    margin-left: 120px
  }
}
.item-solid {
  background-color: #ddd;
}
.item-solid .item-content {
  padding: 20px 20px 30px
}
.item-solid .item-title {
  color: #333;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 600;
  margin-bottom: 10px
}
.item-solid .item-text, .item-solid .item-list {
  line-height: 1.8;
}
.item-solid .item-text b, .item-solid .item-list b {
  color: #333
}
.item-solid .item-text li + li, .item-solid .item-list li + li {
  padding-top: 5px
}
.date-testimonial {
  text-align: center;
}
.date-testimonial {
  zoom: 1
}
.date-testimonial:before, .date-testimonial:after {
  content: "";
  display: table;
  clear: both
}
.date-testimonial .tt-date-wrap {
  margin-bottom: 30px;
  line-height: 1;
  padding: 20px 0;
  border: 2px solid #ddd;
  border-radius: 5px;
  width: 140px;
  display: inline-block
}
.date-testimonial .tt-day {
  font-size: 62px;
  color: #002a81;
  margin-bottom: 10px
}
.date-testimonial .tt-date {
  font-size: 12px;
  color: #333
}
.date-testimonial .tt-title {
  font-family: 'Lato';
  font-size: 18px;
  margin-bottom: 5px
}
.date-testimonial .tt-text {
  line-height: 1.6;
  text-align: justify;
  text-align-last: center;
  overflow: hidden;
  color: #333
}
@media (min-width:768px) {
  .date-testimonial {
    padding-left: 160px
  }
  .date-testimonial .tt-date-wrap, .date-testimonial .tt-content {
    float: left
  }
  .date-testimonial .tt-date-wrap {
    width: 140px;
    margin-left: -160px
  }
  .date-testimonial .tt-content {
    text-align: left
  }
  .date-testimonial .tt-text {
    text-align-last: left
  }
}
.testimonial-short {
  text-align: center;
}
.testimonial-short {
  zoom: 1
}
.testimonial-short:before, .testimonial-short:after {
  content: "";
  display: table;
  clear: both
}
.testimonial-short .item-text {
  text-align: justify;
  text-align-last: center;
  color: #333;
  margin-bottom: 20px
}
.testimonial-short .item-title {
  font-family: 'Lato';
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333
}
.testimonial-short .item-subtitle {
  letter-spacing: 1px
}
.contact-table {
  padding-top: 30px;
  padding-bottom: 30px
}
.contact-icon {
  font-size: 60px;
}
.contact-content, .contact-icon {
  padding: 15px 0
}
.contact-title {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px
}
@media (min-width:768px) {
  .contact-table {
    display: table;
    width: 100%;
    min-height: 150px
  }
  .contact-icon, .contact-content, .contact-btn {
    display: table-cell;
    vertical-align: middle
  }
  .contact-content, .contact-icon {
    padding-right: 40px
  }
  .contact-icon, .contact-btn {
    width: 1%
  }
  .section-contact-us-colorful .section-head-colorin {
    height: 390px;
    display: table;
  }
  .section-contact-us-colorful .section-head-colorin .item-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left
  }
  .section-contact-us-colorful .section-head-colorin .item-icon {
    position: absolute;
    bottom: 0;
    right: 20px
  }
}
@media (min-width:992px) {
  .section-contact-us-colorful .section-contact-us-form {
    padding-left: 60px
  }
}
@media (min-width:1600px) {
  .section-contact-us-colorful .section-contact-us-form {
    padding-left: 100px
  }
}
.map-section {
  position: relative;
}
.map-section .iframe, .map-section .gmap {
  width: 100%;
  height: 500px;
  display: block;
  border: 0 none;
  z-index: 1
}
.our-info {
  padding: 30px 20px 15px;
  max-width: 1200px;
  z-index: 1;
  position: relative;
}
.our-info {
  zoom: 1
}
.our-info:before, .our-info:after {
  content: "";
  display: table;
  clear: both
}
.info-container {
  zoom: 1
}
.info-container:before, .info-container:after {
  content: "";
  display: table;
  clear: both
}
.info-title {
  font-family: 'Lato';
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px
}
.info-line {
  margin-bottom: 10px;
}
.info-line {
  zoom: 1
}
.info-line:before, .info-line:after {
  content: "";
  display: table;
  clear: both
}
.info-line:last-child {
  margin-bottom: 0
}
.info-icon {
  margin-right: 5px
}
.info-block + .info-block {
  margin-top: 30px
}
@media (min-width:768px) {
  .our-info {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  .our-info .info-block {
    display: table-cell;
    padding: 0 20px
  }
}
@media (min-width:992px) {
  .map-section .info-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
  }
  .info-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
  }
  .our-info {
    position: absolute;
    width: 66.6666%;
    left: 16.6666%;
    bottom: 0;
    z-index: 1;
  }
  .our-info.side {
    display: block;
    width: 370px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 50%;
    left: 20px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .our-info.side .info-block {
    display: block;
    padding: 0;
  }
  .our-info.side .info-block + .info-block {
    margin-top: 50px
  }
}
.member {
  width: 100%;
  display: inline-block;
  vertical-align: top
}
.member-image {
  display: block;
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 88.8888%;
  overflow: hidden;
}
.member-image .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.member-info {
  background-color: #f7f7f7;
  padding: 30px 20px 20px;
  color: #666
}
.member-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  font-family: 'Lato';
  font-weight: 600
}
.member-subtitle {
  color: #002a81
}
.member-description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8
}
.team-sided {
  text-align: center
}
.team-sided {
  zoom: 1
}
.team-sided:before, .team-sided:after {
  content: "";
  display: table;
  clear: both
}
.memder-side .item-title, .memder-side-small .item-title {
  font-weight: 600;
  color: #333;
  font-family: 'Lato';
  font-weight: 600
}
.memder-side {
  margin-bottom: 60px;
  text-align: center;
  max-width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.memder-side .item-image {
  margin-bottom: 20px
}
.memder-side .item-title {
  font-size: 24px
}
.memder-side .item-text {
  margin-top: 10px;
  line-height: 1.8
}
.memder-side .item-subtitle {
  color: #002a81
}
.memder-side-small {
  cursor: pointer;
}
.memder-side-small .item-title {
  font-size: 16px
}
.memder-side-small .item-subtitle {
  font-family: 'Lato';
  color: #999;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s
}
.memder-side-small.selected .item-subtitle {
  color: #002a81
}
.team-selection-list {
  display: none
}
@media (min-width:768px) {
  .team-sided {
    margin-left: -30px
  }
  .memder-side, .memder-side-small {
    padding-left: 33.3333%;
    text-align: left;
  }
  .memder-side .item-image, .memder-side-small .item-image {
    margin-left: -50%;
    width: 50%;
    float: left
  }
  .memder-side .item-side, .memder-side-small .item-side {
    float: left;
    width: 100%
  }
  .memder-side {
    max-width: none;
    display: none;
  }
  .memder-side .item-image, .memder-side .item-side {
    padding-left: 30px
  }
  .memder-side .item-title {
    font-size: 34px
  }
  .memder-side.selected {
    display: block
  }
  .memder-side-small {
    margin-left: -40px;
    padding-left: 26.66%;
  }
  .memder-side-small .item-image, .memder-side-small .item-side {
    padding-left: 20px
  }
  .memder-side-small .item-image {
    margin-left: -36.35124079629124%;
    width: 36.35124079629124%
  }
  .team-selection-list {
    display: block;
    float: left;
    padding-left: 33.3333%;
    width: 100%;
    margin-top: 30px;
    margin-left: 30px
  }
}
.content-text img {
  margin-bottom: 20px;
  max-width: 100%;
}
.content-text img.pull-left {
  margin-right: 20px
}
.content-text img.pull-right {
  margin-left: 20px
}
.content-text table, .content-text ul {
  margin-bottom: 20px
}
.field-back {
  border-radius: 10px
}
.field-wrap:hover .field-back, .field-focus ~ .field-back, .field-control:focus ~ .field-back {
  border-color: #002a81
}
.field-white-bordered .field-back {
  background-color: transparent;
  border: 2px solid #fff
}
.field-white-bordered .field-control {
  color: #fff
}
.field-white-bordered .field-wrap:hover .field-back, .field-white-bordered .field-focus ~ .field-back, .field-white-bordered .field-control:focus ~ .field-back {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff
}

/* Bootstrap 3 .img-responsive implementation */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-copyrights-right a{
	color:#fff;
}
/*Floating Icons*/
.pulse {
  position: fixed!important;
  bottom: 0%;
  left: 85%;
  transform: translate(-50%, -50%);
  background: #225899;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 40px;
  z-index:100;
}

.pulse:before,
.pulse:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #225899;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.pulse:after{
    animation-delay: .5s;
}
.pulse img{
	margin-top:7px;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
.pulse-left {
  position: fixed!important;
  bottom: 0%;
  left: 15%;
  transform: translate(-50%, -50%);
  background: #225899;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 40px;
  z-index:100;
}

.pulse-left:before,
.pulse-left:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #225899;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.pulse-left:after{
    animation-delay: .5s;
}
.pulse-left img{
	margin-top:7px;
}

.call-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00a000; /* green */
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    text-decoration: none;
    z-index: 9999;
}

@media screen and (min-width: 768px) {
    .call-btn{
        display: none; /* hide on desktop */
    }
}
