@import "animate.css";
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/24px "Arial", sans-serif;
  color: #bab9b9;
  background: #5d6166;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 300 40px/40px "Open Sans", sans-serif;
  color: #5d6166;
  text-transform: uppercase;
}
h2 a:hover {
  color: #000000;
}
h3 {
  font: 400 16px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #31353d;
}
h4 {
  font: 400 20px/25px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5d6166;
}
h4 a:hover {
  color: #2EA2CA;
}
h5 {
  font: 300 20px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5d6166;
}
h5 a:hover {
  color: #2EA2CA;
}
.h5__inset1 {
  font-size: 15px;
  line-height: 18px;
}
h6 {
  font: 300 60px/60px "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h6 {
    font-size: 40px;
    line-height: 40px;
  }
}
.h6_span {
  font: 300 25px/30px "Open Sans", sans-serif;
  color: #3e454c;
  display: block;
  text-transform: uppercase;
}
/* ======= Buttons ======= */
.btn-default {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  background: #2EA2CA;
  color: #ffffff;
  font: 600 15px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0 17px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn-default:hover {
  background: #5d6166;
}
.btn-big {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 154px;
  height: 65px;
  background: #2EA2CA;
  color: #ffffff;
  font: 600 18px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0 20px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn-big:hover {
  background: #5d6166;
}
/* ======= Modifiers ======= */
.__orange {
  color: #2EA2CA;
}
.__white {
  color: #ffffff;
}
.__line-height {
  line-height: 23px;
}
.__margin1 {
  margin-top: 36px;
}
.__margin2 {
  margin-bottom: 35px;
}
.__margin3 {
  margin-bottom: 31px;
}
.__margin4 {
  margin-top: 8px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  background: #ffffff;
  padding: 62px 0 52px;
}
@media (max-width: 767px) {
  .wrapper1 {
    padding: 31px 0 26px;
  }
}
.wrapper2 {
  background: #f4f5f5;
  padding: 70px 0 55px;
}
@media (max-width: 767px) {
  .wrapper2 {
    padding: 35px 0 27px;
  }
}
.wrapper3 {
  background: #ffffff;
  padding: 69px 0;
}
@media (max-width: 767px) {
  .wrapper3 {
    padding: 34px 0;
  }
}
.wrapper4 {
  background: #f7f7f7;
  padding: 38px 0 10px;
}
@media (max-width: 767px) {
  .wrapper4 {
    padding: 19px 0 11px;
  }
}
.wrapper5 {
  background: #ffffff;
  padding: 63px 0 46px;
}
@media (max-width: 767px) {
  .wrapper5 {
    padding: 31px 0 23px;
  }
}
.wrapper6 {
  background: #f4f5f5;
  padding: 69px 0 46px;
}
@media (max-width: 767px) {
  .wrapper6 {
    padding: 35px 0 23px;
  }
}
.wrapper7 {
  background: #ffffff;
  padding: 69px 0 76px;
}
@media (max-width: 1199px) {
  .wrapper7 {
    padding: 35px 0 38px;
  }
}
@media (max-width: 767px) {
  .wrapper7 {
    padding: 35px 0 38px;
  }
}
.wrapper__center {
  text-align: center;
}
.elements_wrapper1 h6 {
  margin-bottom: 20px;
}
.elements_wrapper1 .h6_span {
  margin-bottom: 26px;
}
.elements_wrapper1 p {
  margin-bottom: 68px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-top: 25px;
  background: #31353d;
}
#header h1 {
  margin-bottom: 24px;
}
#header .logo-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  #header h1 {
    margin-bottom: 0;
  }
}
nav {
  text-align: center;
  display: inline-block;
  width: 100%;
}
/* Main menu styles
========================================================*/
.sf-menu {
  text-transform: uppercase;
  width: 100%;
}
.sf-menu > li {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 15px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #393b40;
  font: 600 14px/14px "Open Sans", sans-serif;
  display: block;
  padding: 31px 0 30px;
  background: #5d6166;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  background: #2EA2CA;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #ffffff;
}
.sf-menu > .sfHover > a {
  background: #2EA2CA;
}
.sf-menu > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  background: #2EA2CA;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  width: 187px;
  font: 400 13px/13px "Open Sans", sans-serif;
  position: absolute;
  top: 74px;
  left: 0;
  background: #5d6166;
  text-align: center;
  padding: 23px 0 22px 0;
  z-index: 2;
  display: none;
}
.sf-menu ul > li + li {
  margin-top: 19px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #2EA2CA;
}
.sf-menu ul > .sfHover > a:after {
  color: #2EA2CA;
}
.sf-menu ul li.sfHover > a {
  color: #2EA2CA;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  font-size: 12px;
  position: absolute;
  top: -21px;
  left: 187px;
  background: #2EA2CA;
  padding: 13px 0 15px 0;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul li {
  line-height: 27px;
  margin-top: 1px;
}
.sf-menu ul ul li a {
  color: #6666666;
  text-transform: none;
  display: block;
}
.sf-menu ul ul li:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #5d6166;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
.sf-menu ul ul li + li {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #2EA2CA;
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    font: 22px/28px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #2EA2CA;
    padding: 2px 0;
    position: relative;
    margin-bottom: 20px;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #5d6166;
  z-index: 999;
}
.isStuck .sf-menu > li:first-child {
  border-left: 1px solid #393b40;
}
.isStuck .sf-menu > li > a {
  padding: 10px 0 10px;
}
.isStuck .sf-menu > li > .sf-with-ul:after {
  bottom: 0;
}
.isStuck ul {
  top: 34px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Post 1 Insurances ======= */
.post1h {
  text-align: center;
  background: #f6f6f6;
  border: 1px solid red;
  padding: 13px 10px 12px 10px;
  margin-bottom: 13px;
}
.post1h img {
  margin-bottom: 15px;
}
.post1h:hover {
  -webkit-transition: background 0.3s ease;
  border: 1px solid red;
  transition: background 0.3s ease;
  background: #d8d8d8;
}
.post1 {
  text-align: center;
  background: #f6f6f6;
  padding: 13px 10px 12px 10px;
  margin-bottom: 13px;
}
.post1 img {
  margin-bottom: 15px;
}
.post1:hover {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #d8d8d8;
}
/* ======= Post 2 Individual Approach ======= */
.post2 img {
  margin-top: 6px;
  float: left;
  margin-right: 20px;
  margin-bottom: 27px;
}
.post2 h2 {
  margin-bottom: 18px;
}
.post2 p {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .post2 img {
    float: none;
    margin-right: 9;
  }
}
/* ======= List 1 ======= */
.list1 li {
  position: relative;
  padding-left: 32px;
  font: 300 15px/17px "Open Sans", sans-serif;
  color: #5d6166;
  text-transform: uppercase;
}
.list1 li + li {
  margin-top: 19px;
}
.list1 li a:hover {
  color: #2EA2CA;
}
.list1 li:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 11px;
  left: 0;
  top: 3px;
  background: url(../images/list1.png) no-repeat center;
}
@media (max-width: 767px) {
  .list1 {
    margin-bottom: 30px;
  }
}
/* ======= Post 3 News ======= */
.time1 {
  text-align: center;
}
.time1 .day {
  font: 300 60px/60px "Open Sans", sans-serif;
  color: #2EA2CA;
  display: block;
  margin-bottom: 8px;
}
.time1 .month {
  font: 400 20px/20px "Open Sans", sans-serif;
  color: #5d6166;
  text-transform: uppercase;
  display: block;
}
.post3 {
  margin-top: 33px;
}
.post3 .post3_date {
  float: left;
  margin-right: 18px;
  margin-top: 3px;
}
.post3 h4 {
  margin-bottom: 8px;
}
.post3 p {
  overflow: hidden;
}
/* ======= Post 1 Inset 1 WHY US ======= */
.post1__inset1 {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
}
.post1__inset1 img {
  margin-bottom: 24px;
}
.post1__inset1 h3 {
  margin-bottom: 10px;
}
/* ======= Post 4 OUR HISTORY ======= */
.post4 {
  margin-top: 37px;
}
.post4 h5 {
  margin-bottom: 11px;
}
.post4 p {
  margin-bottom: 23px;
}
.post4__inset1 {
  margin-bottom: -7px;
}
.post4__inset1 h5 {
  font-weight: 400;
}
/* ======= Post 5 PRESS ======= */
.post5 {
  margin-bottom: 21px;
}
.post5 h5 {
  margin-bottom: 6px;
}
.post5 p {
  margin-bottom: 6px;
}
/* ======= Post 6 OUR STUFF ======= */
.post6 {
  margin-top: 32px;
}
.post6 img {
  margin-bottom: 25px;
}
.post6 h4 {
  margin-bottom: 8px;
}
.post6 a:hover {
  color: #2EA2CA;
}
/* ======= Post 7 Claims Service ======= */
.post7 {
  margin-bottom: 20px;
  padding: 30px;
  background: #f6f6f6;
}
.post7 .btn-default {
  width: 121px;
}
.post7 img {
  margin-bottom: 28px;
}
.post7 h3 {
  margin-bottom: 9px;
}
.post7 p {
  margin-bottom: 10px;
}
.post7 .btn-default {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .post7 img {
    width: 100%;
  }
}
/* ======= Gallery ======= */
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 37px;
  background: #5d6166;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  display: block;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  display: none;
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Post 8 BLOG ======= */
.post8 {
  margin-bottom: 34px;
}
.post8 .post8_datetime {
  float: left;
  margin-right: 16px;
  margin-top: 2px;
}
.post8 img {
  float: left;
  margin-top: 8px;
  margin-right: 20px;
}
.post8 .post_info {
  margin-bottom: 17px;
}
.post8 .post_info span {
  font-size: 13px;
}
.post8 .post_info .posted-by a:hover {
  color: #5d6166;
}
.post8 .post_info .comments a:hover {
  color: #2EA2CA;
}
.post8 .post_info .divider2 {
  margin: 0 14px;
}
.post8 p {
  margin-bottom: 7px;
  overflow: hidden;
}
.post8 .btn-default {
  margin-top: 16px;
}
@media (max-width: 979px) {
  .post8 .btn-default {
    float: right;
  }
}
@media (max-width: 767px) {
  .post8 .post8_datetime {
    float: none;
    margin-right: 0;
    margin-top: 2px;
  }
  .post8 img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .post8 .btn-default {
    margin-top: 5px;
  }
}
/* ======= Google map ======= */
.google-map_contacts {
  margin-top: 39px;
  margin-bottom: 24px;
}
.google-map_contacts iframe {
  width: 430px;
  height: 290px;
}
@media (max-width: 979px) {
  .google-map_contacts iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= ADDRESS ======= */
address .our-address {
  font: 400 20px/25px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5d6166;
  display: inline-block;
  margin-bottom: 8px;
}
address .numbers {
  min-width: 95px;
  display: inline-block;
}
@media (max-width: 767px) {
  address {
    margin-bottom: 30px;
  }
}
/* ======= Simple Link ======= */
.simple-link {
  font-family: "Arial", sans-serif;
  display: inline-block;
}
.simple-link:hover {
  color: #2EA2CA;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #5d6166;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/* ======= Privacy Block ======= */
.privacy-block {
  float: left;
  margin-top: 33px;
  color: #9fa6ae;
}
.privacy-block a:hover {
  color: #2EA2CA;
}
.privacy-block .divider1 {
  margin: 0 7px;
}
.privacy-block .company-name {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .privacy-block {
    float: none;
  }
}
/* ======= Socials ======= */
.socials {
  float: right;
  margin-top: 28px;
  margin-bottom: 28px;
}
.socials li {
  display: inline-block;
}
.socials li + li {
  margin-left: 4px;
}
.socials a {
  display: block;
  color: #ffffff;
  background: #9fa6ae;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 100px;
}
.socials a i {
  line-height: 34px;
  font-size: 17px;
}
.socials a:hover {
  background: #2EA2CA;
}
@media (max-width: 767px) {
  .socials {
    float: none;
  }
}
/* ======= subscription Form ======= */
.newsletter-form h5 {
  position: relative;
  padding-left: 48px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.newsletter-form h5:before {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #2EA2CA;
  content: '\f003';
  left: 0;
}
.newsletter-form .btn-default {
  margin-bottom: 13px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletter-form .btn-default {
    width: 108px;
  }
}
#subscribe-form {
  margin-bottom: 13px;
  position: relative;
  margin-top: 0;
  /* Success message */
  /* Input form for email*/
  /* Error message style */
  /* Error message appears */
}
#subscribe-form fieldset {
  position: relative;
}
#subscribe-form .success {
  position: absolute;
  top: 0;
  right: 3px;
  color: #aad296;
  font-size: 11px;
  line-height: 14px;
  z-index: 9999;
}
#subscribe-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 14px/20px "Open Sans", sans-serif;
  color: #b8babd;
  background: #ffffff;
  padding: 13px 23px;
  width: 100%;
  height: 50px;
  border-radius: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
}
#subscribe-form .error {
  position: absolute;
  bottom: 27px;
  right: 3px;
  display: none;
  color: #2EA2CA;
  font-size: 11px;
}
#subscribe-form .invalid .error {
  display: block;
}
@media (max-width: 767px) {
  #subscribe-form input {
    margin-bottom: 15px;
  }
  #subscribe-form .error {
    top: 0;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #8f8f90;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background: #e6e8eb;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  background: #2EA2CA;
  color: #ffffff;
}
/*Core variables and mixins*/
/*Core variables and mixins*/



