@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  color: #777777;
}
/*base*/
#nav_img_li {
	display: none;
	width: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
	margin-bottom: 10px;
}
#nav_img_li img {
	max-height: 45px;
}
.main-header__layout1 .main-nav ul > li.menu-item a {
	text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.btn {
  color: #fff;
  border-radius: 10px;
}
.btn-warning {
  background-color: #f6a800;
  border-color: #f6a800;
}
.btn-warning:hover {
  background-color: #ffbb2a;
  border-color: #ffbb2a;
  color: #fff;
}
.btn-primary {
  background-color: #1074a8;
  border-color: #1074a8;
}
.btn-primary:hover {
  background-color: #1494d7;
  border-color: #1494d7;
  color: #fff;
}
.btn-lg {
  padding: 18px 29px;
  font-size: 30px;
}
.section_title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: normal;
  font-size: 41px;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}

a.feature-start-here {
    padding: 8px 15px;
    border: 1px solid;
    border-radius: 15px;
}
/*
HEADER
*/
#google_translate_element{
	position: absolute;
	top: 10px;
	right: 10px;
}
.main-header .logo {
  text-align: center;
}
.main-header .logo img {
	width: 450px;
	max-width: 100%;
	height: auto;
  margin: 15px auto;
}
.main-header .phone {
	display: none;
}
.main-header__layout1 {
}
.main-header__layout1 .main-nav {
  border-top: 1px solid #c5c6c8;
  border-bottom: 1px solid #c5c6c8;
}
.main-header__layout1 .main-nav ul {
  justify-content: center;
}
.main-header__layout1 .main-nav ul > li.menu-item a {
  display: block;
  padding: 15px 10px;
  margin: 0 7px;
  font-size: 20px;
  position: relative;
}
.main-header__layout2 {
  padding-bottom: 35px;
  padding-top: 30px;
}
.main-header__layout2 .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-header__layout2 .logo {
  max-width: 345px;
  margin-right: 60px;
}
.main-header__layout2 .logo img {
  max-width: 100%;
  height: auto;
}
.main-header__layout2 .main-nav {
  border-top: 1px solid #c5c6c8;
}
.main-header__layout2 .main-nav > ul {
  justify-content: flex-start;
}
.main-header__layout2 .main-nav > ul > li {
  margin-right: 10px;
}
.main-header__layout2 .main-nav > ul > li:last-child {
  margin-right: 0;
}
.main-header__layout2 .main-nav > ul > li a {
  display: block;
  padding-right: 25px;
  padding-top: 20px;
  position: relative;
  font-size: 26px;
}
.main-nav > ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav > ul > li a {
  color: #777777;
}
.main-nav > ul > li.bold a {
  color: #1074a8;
  font-weight: bold;
}
.main-slider .container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.main-slider__item {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  min-height: 393px;
}
.main-slider__item.color_orange .main-slider__name {
  background-color: #f6a800;
}
.main-slider__item.color_blue .main-slider__name {
  background-color: #1074a8;
}
.main-slider__item.color_green .main-slider__name {
  background-color: #548a2e;
}
.main-slider__head {
	align-self: flex-end;
}
.main-slider__head h3 {
	color: #fff;
	font-size: 52px;
	font-weight: normal;
	margin-bottom: 42px;
	text-align: right;
}
.main-slider__name {
	padding: 0 80px;
	color: #fff;
	/*
	display: inline-block;
	*/
	font-size: 50px;
	/*
	position: absolute;
	left: 0;
	bottom: 0;
	*/
}
.feature_item {
  margin-bottom: 35px;
}
.feature_item.color_blue .feature_item__image,
.feature_item.color_blue .feature_item__more,
.feature_item.color_blue .feature_item__title {
  border-color: #1074a8;
  color: #1074a8;
}
.feature_item.color_blue .feature_item__more:after {
  background-color: #138bc9;
}
.feature_item.color_blue .feature_item__start,
.feature_item.color_blue a,
.feature_item.color_blue .feature_item__showtext h4 {
  color: #1074a8;
}
.feature_item.color_orange .feature_item__image,
.feature_item.color_orange .feature_item__more,
.feature_item.color_orange .feature_item__title {
  border-color: #f6a800;
  color: #f6a800;
}
.feature_item.color_orange .feature_item__more:after {
  background-color: #ffb71b;
}
.feature_item.color_orange .feature_item__start,
.feature_item.color_orange a,
.feature_item.color_orange .feature_item__showtext h4 {
  color: #f6a800;
}
.feature_item.color_green .feature_item__image,
.feature_item.color_green .feature_item__more,
.feature_item.color_green .feature_item__title {
  border-color: #548a2e;
  color: #548a2e;
}
.feature_item.color_green .feature_item__more:after {
  background-color: #64a537;
}
.feature_item.color_green .feature_item__start,
.feature_item.color_green a,
.feature_item.color_green .feature_item__showtext h4 {
  color: #548a2e;
}
.feature_item.color_mint .feature_item__image,
.feature_item.color_mint .feature_item__more,
.feature_item.color_mint .feature_item__title {
  border-color: #008080;
  color: #008080;
}
.feature_item.color_mint .feature_item__more:after {
  background-color: #00a4a4;
}
.feature_item.color_mint .feature_item__start,
.feature_item.color_mint a,
.feature_item.color_mint .feature_item__showtext h4 {
  color: #008080;
}
.feature_item.color_grey .feature_item__image,
.feature_item.color_grey .feature_item__more,
.feature_item.color_grey .feature_item__title {
  border-color: #777777;
  color: #777777;
}
.feature_item.color_grey .feature_item__more:after {
  background-color: #898989;
}
.feature_item.color_grey .feature_item__start,
.feature_item.color_grey a,
.feature_item.color_grey .feature_item__showtext h4 {
  color: #777777;
}
.feature_item.color_red .feature_item__image,
.feature_item.color_red .feature_item__more,
.feature_item.color_red .feature_item__title {
  border-color: #ae172b;
  color: #ae172b;
}
.feature_item.color_red .feature_item__more:after {
  background-color: #ce1b33;
}
.feature_item.color_red .feature_item__start,
.feature_item.color_red a,
.feature_item.color_red .feature_item__showtext h4 {
  color: #ae172b;
}
.feature_item:not(.has_image) {
  display: flex;
  flex-direction: column;
}
.feature_item:not(.has_image) .feature_item__more {
  order: 1;
}
.feature_item:not(.has_image) .feature_item__text {
  order: 2;
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.feature_item:not(.has_image) .feature_item__showtext {
  background: none;
}
.feature_item:not(.has_image) .feature_item__more:after {
  width: 75px;
  height: 45px;
  line-height: 44px;
  font-size: 42px;
}
.feature_item__title {
  padding: 15px 0 13px;
  font-size: 36px;
  text-align: center;
}
.feature_item__text {
  background-color: #f1f1f1;
  padding: 38px 55px 43px;
  text-align: center;
}
.feature_item__text p {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 300;
}
.feature_item__showtext {
  padding: 0 32px 20px 32px;
  background-color: #f1f1f1;
  text-align: center;
}
.feature_item__showtext.hide {
  display: none;
}
.feature_item__showtext h4 {
  margin-top: 0;
  font-size: 21px;
  font-weight: bold;
}
.feature_item__showtext p {
  font-size: 21px;
  font-weight: 300;
}
.feature_item a,
.feature_item__start {
  font-weight: 700;
  font-size: 26px;
}
.feature_item a,
.feature_item__start:hover {
  text-decoration: none;
  opacity: 0.8;
}
.feature_item a.btn {
  font-size: 1.1rem;
  color:white !Important;
  border:0px solid transparent;
}
.feature_item__image {
  border-top: 13px solid;
}
.feature_item__image img {
  width: 100%;
  height: auto;
}
.feature_item__more {
  display: block;
  border-top: 13px solid;
  text-align: center;
}
.feature_item__more:after {
  content: "+";
  color: #fff;
  display: inline-block;
  width: 155px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
}
.feature_item__more:hover:after {
  opacity: 0.8;
}
.read_more_full {
  display: block;
  border-top: 13px solid;
  text-align: center;
}
.read_more_full.color_blue {
  border-color: #1074a8;
}
.read_more_full.color_blue:after {
  background-color: #138bc9;
}
.read_more_full:after {
  content: "+";
  color: #fff;
  display: inline-block;
  width: 155px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
}
.read_more_full:hover:after {
  opacity: 0.8;
}
.section-info {
  overflow: hidden;
}
.section-info .row {
  margin-bottom: 60px;
}
.info-text h2 {
  font-size: 48px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 13px;
}
.info-text p {
  line-height: 1.9;
  font-size: 21px;
  color: #000;
}
.img-left {
  position: absolute;
  right: 15px;
}
.img-right {
  position: absolute;
  left: 15px;
}
.fancy-hr {
  height: 13px;
  background: #d1d2d4;
  border: none;
  margin: 46px 0;
}
.section_reviews {
  padding-bottom: 90px;
}
.quote__image {
  position: relative;
}
.quote__image:after {
  content: "";
  width: 78px;
  height: 63px;
  display: block;
  background: url(../img/quote.jpg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  left: -90px;
}
.quote__image img {
  max-width: 100%;
  height: auto;
}
.quote__label {
  background: #f6a800;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 20px;
  right: 15px;
  bottom: 15px;
  position: absolute;
}
.quote__label span {
  font-size: 14px;
  display: block;
  font-weight: 300;
}
.quote__label:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffbb2a;
}
.quote_name {
  font-size: 48px;
}
.quote_text {
  color: #000;
  padding-left: 70px;
  font-size: 21px;
  line-height: 2;
}
.quote_author {
  padding-left: 30px;
  font-size: 25px;
}
.quote_author span {
  font-size: 33px;
  color: #00427a;
}
.section_news {
  padding: 30px 0 65px;
}
.section_news h2 {
  color: #000;
  font-weight: normal;
  margin-bottom: 42px;
}
.new_block {
  margin-bottom: 100px;
}
.new_block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.new_block ul li {
  border-bottom: 1px solid;
  padding: 10px 0;
}
.new_block ul li:last-child {
  border: none;
}
.new_block ul li a {
  color: #777777;
}
.new_block ul li a:hover {
  text-decoration: none;
  color: #1074a8;
}
#news h3 {
  font-size: 1.2rem;
}
.page-header {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.page-header .page-title, .page-header .page-title h1 {
  font-size: 50px;
  color: #fff;
  margin: 0;
}
.outer_wr_img {
  position: relative;
}
.outer_wr_img img:first-child {
  position: absolute;
  right: 0;
}
.page-content h1 {
  font-size: 46px;
  font-weight: 500;
  margin: 30px 0 35px;
  color: #1074a8;
  font-weight: normal;
}
.page-content h2 {
  font-size: 32px;
  margin: 25px 0;
  font-weight: normal;
}
.page-content p {
  color: #000;
  font-size: 21.3px;
  margin-bottom: 25px;
}
.sidebar .feature_item {
  margin-bottom: 0;
}
.sidebar_widget {
  margin-bottom: 25px;
}
.widget1 h3 {
  font-size: 54px;
  font-weight: normal;
  line-height: 1.2;
  color: #0b3669;
  margin-bottom: 20px;
  margin-top: -8px;
}
.widget1 .btn {
  width: 100%;
}
.widget1 p {
  color: #0b3669;
  font-size: 29px;
  margin-top: 17px;
  line-height: 1.2;
  text-align: center;
}
.widget3 h2 {
  margin-top: 55px;
}
/* Product page css is in Visual Composer on the page*/

/* Buttons */
input.button, button, input[type='submit'] {
    background-color: orange !important;
    padding:10px 30px;;
    color:white;
    font-size:1.3rem;
    cursor: pointer;
}
/* Gravity forms help */
.display-only input{
    float:left !important;
    border:0px solid transparent !important;
    padding:0px !important;
    margin:0px !important;
    font-size: 24px !important;
}
.label-hide label{
    display: none !important;
}
/* Footer */

.footer {
  background: #003a5d;
  color: #fff;
  padding: 65px 0;
}
.footer p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
}
.footer p strong {
  font-weight: bold;
}
.footer_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer_nav li {
  border-bottom: 1px solid #375d76;
  padding: 10px 0;
}
.footer_nav li:last-child {
  border: none;
}
.footer_nav a {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
}
.footer_logo img{
	max-width: 225px;
}
.disclaimer {
  padding: 50px 0 40px;
  color: #a0a1a5;
  border-bottom: 1px solid #a0a1a5;
}
.disclaimer h3 {
  font-weight: normal;
  font-size: 26px;
}
.disclaimer p {
  font-size: 21px;
}
.copyrights {
  padding-top: 50px;
}
.copyrights p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.3;
}

@media (min-width: 992px) {
	.main-header__layout1 .main-nav ul > li.menu-item a:hover:before {
		content: "";
		height: 13px;
		width: 100%;
		display: block;
		background-color: #1074a8;
		position: absolute;
		top: -1px;
		left: 0;
	}
}

@media (max-width: 1199px) {
  .feature_item__title {
    font-size: 31px;
    line-height: 1.3;
  }
  .info-text h2,
  .quote_name {
    font-size: 42px;
  }
  .section_news h2 {
    font-size: 46px;
  }
  .new_block ul li {
    font-size: 26px;
  }
  .quote_text {
    line-height: 1.5;
  }
  .main-header__layout2 .container {
    display: block;
  }
  .main-header__layout2 .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .main-header__layout2 .main-nav {
    margin-top: 28px;
  }
  .main-header__layout2 .main-nav > ul {
    justify-content: center;
  }
  .main-slider__name {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .menu-toggle {
    text-align: center;
    color: #fff;
    font-size: 31px;
    padding: 5px 0;
    cursor: pointer;
  }
  .main-header .logo {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
  }
  .main-header .phone {
    background: #1074a8;
    display: block;
    font-size: 26px;
    text-align: center;
    color: #fff;
  }
  .main-header .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main-header__layout1 .main-nav,
  .main-header__layout2 .main-nav {
    background: #1e3666;
  }
  .main-header__layout1 .main-nav > ul,
  .main-header__layout2 .main-nav > ul {
    flex-direction: column;
    padding: 12px 0;
  }
  .main-header__layout1 .main-nav > ul > li,
  .main-header__layout2 .main-nav > ul > li {
    text-align: center;
  }
  .main-header__layout1 .main-nav > ul > li a,
  .main-header__layout2 .main-nav > ul > li a {
    color: #fff;
    padding: 10px 20px;
  }
  .main-slider {
    display: none;
  }
  .quote__image {
    padding-left: 75px;
    margin-bottom: 30px;
  }
  .quote__image:after {
    left: 0;
    width: 50px;
    height: 40px;
  }
  .section_reviews .row div[class^=col-]:nth-child(2) {
    padding-left: 42px;
  }
  .main-header__layout2 {
    padding-bottom: 0;
  }
  .page-header {
    display: none;
  }
  .footer_logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .outer_wr_img {
    left: 50%;
    position: relative;
    text-align: center;
    width: 100vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .outer_wr_img img:first-child {
    position: static;
  }
  .outer_wr_img img:first-child + img {
    display: none;
  }
  .content_bg {
    margin: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .footer .footer_nav {
    margin-bottom: 20px;
  }
  .new_block {
    margin-bottom: 50px;
  }
  .new_block h2 {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .fancy-hr {
    margin: 25px 0;
  }
  .quote_name {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .copyrights p,
  .disclaimer p {
    font-size: 17px;
  }
  .disclaimer {
    padding: 30px 0 20px;
  }
}
