@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,900,500);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import "material-design.css";
/*========================================================
						Includes
=========================================================*/
/*========================================================
					  Main Styles
=========================================================*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #FFFFFF;
	background: #003082;
	-webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #003082;
}
* + p {
	margin-top: 18px;
	color: #000000;
}
h3 + p {
  margin-top: 14px;
}
p a:hover {
  text-decoration: underline;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
	outline: none;
	color: #FF0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.bg-1 {
  background: #ffffff;
}
.bg-2 {
  color: #ffffff;
  background: #003082;
}
.bg-3 {
  color: #003082;
  background: #feea3a;
}
/*=======================================================
						Components
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #006259;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #e71d0e;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
}
.parallax01 {
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  padding: 114px 0 132px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs {
  padding: 10px 0 0 0;
}
.resp-tabs:before,
.resp-tabs:after {
  content: " ";
  display: table;
}
.resp-tabs:after {
  clear: both;
}
.resp-tabs-list {
  float: left;
}
.resp-tabs-list li {
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 300px;
  color: #ffffff;
  background: #003082;
  padding: 18px 0px 15px 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.29);
}
@media (max-width: 1199px) {
  .resp-tabs-list li {
    width: 200px;
  }
}
@media (max-width: 979px) {
  .resp-tabs-list li {
    width: 160px;
  }
}
.resp-tabs-list li:hover {
  background: #FEEA3A;
}
.resp-tabs-list li.resp-tab-active {
  padding-right: 10px;
  padding-left: 35px;
  color: #333333;
  background: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 5px solid #feea3a;
}
.resp-tabs-list li + li {
  margin-top: 10px;
}
.resp-accordion {
  display: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  background: #003082;
  padding: 18px 0px 15px 40px;
  box-sizing: border-box;
}
.resp-accordion:hover {
  background: #006c60;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
.resp-tabs-container {
  float: left;
  width: 740px;
  padding: 39px 30px 50px 50px;
  background: #ffffff;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.29);
}
@media (max-width: 1199px) {
  .resp-tabs-container {
    width: 610px;
  }
}
@media (max-width: 979px) {
  .resp-tabs-container {
    width: 458px;
  }
}
@media (max-width: 767px) {
  .resp-tabs-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resp-tabs-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .resp-tab-content {
    padding: 30px 30px 10px 30px;
  }
}
.resp-tab-content + .resp-accordion {
  margin-top: 20px;
}
.tab-line:before,
.tab-line:after {
  content: " ";
  display: table;
}
.tab-line:after {
  clear: both;
}
* + .tab-line {
  margin-top: 32px;
}
.tab-line + .tab-line {
  margin-top: 38px;
}
.tab-line * + p {
  margin-top: 10px;
}
.tab-box {
  float: left;
  line-height: 22px;
  color: #8b969d;
  width: 340px;
}
.tab-box + .tab-box {
  margin-left: 60px;
}
@media (max-width: 979px) {
  .tab-box + .tab-box {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .tab-box + .tab-box {
    margin-top: 38px;
  }
}
@media (max-width: 1199px) {
  .tab-box {
    width: 275px;
  }
}
@media (max-width: 979px) {
  .tab-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================== Button ====================*/
.btn {
  display: inline-block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  color: #ffffff;
  padding: 17px 38px;
  background: #003082;
  border-radius: 3px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.29);
}
* + .btn {
  margin-top: 39px;
}
.btn_overlay:before {
  display: none \ ;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.29);
  pointer-events: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_overlay:hover:before {
  box-shadow: 11px 11px 16px 0px rgba(0, 0, 0, 0.29);
}
* + .btn_overlay {
  margin-top: 31px;
}
.btn:hover {
  color: #ffffff;
  background: #006c60;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
/*==================== List ====================*/
.list {
  font-size: 14px;
  line-height: 14px;
}
.list li + li {
  margin-top: 16px;
}
* + .list {
  margin-top: 23px;
}
/*==================== Marked-list ====================*/
.marked-list {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
.marked-list li {
  position: relative;
  padding: 4px 0 0 38px;
}
.marked-list li:before {
  content: "\e18e";
  font-family: "material-design";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #003082;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #feea3a;
  border-radius: 2px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
.marked-list li + li {
  margin-top: 20px;
}
/*==================== Img ====================*/
.img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  max-width: 100%;
}
.img_offset {
  margin-top: 36px;
}
/*==================== Iconed ====================*/
.iconed {
  position: relative;
  padding: 0 0 0 154px;
}
@media (max-width: 479px) {
  .iconed {
    padding: 0;
  }
}
.iconed .icon {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 70px;
  color: #003082;
  background: #feea3a;
  width: 127px;
  height: 127px;
  line-height: 127px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.29);
}
@media (max-width: 479px) {
  .iconed .icon {
    position: static;
  }
}
@media (max-width: 479px) {
  .iconed .icon + * {
    margin-top: 30px;
  }
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  color: #ffffff;
  background: #003082;
}
/*==================== Brand ====================*/
.brand {
  display: inline-block;
}
.brand + * {
  margin-top: 56px;
}
.brand_name {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #f9df42;
  background: url(../images/logo-bg.png) 0 0 no-repeat;
  padding: 0 0 26px 62px;
  overflow: hidden;
}
/*==================== Boxes ====================*/
.promo-box {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  color: #feea3a;
}
.promo-box em {
	font-size: 56px;
	line-height: 56px;
	color: #F9DF42;
}
.promo-box * + p {
	margin-top: 19px;
	color: #FFFFFF;
}
.promo-box * + .row {
  margin-top: 38px;
}
.action-box {
  margin: 12px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  text-align: right;
}
.action-box em {
  display: block;
  font-size: 150px;
  line-height: 146px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .action-box em {
    font-size: 110px;
  }
}
@media (max-width: 979px) {
  .action-box em {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .action-box em {
    line-height: 110px;
  }
}
@media (max-width: 1199px) {
  .action-box em {
	line-height: 100px;
	color: #FFFF00;
  }
}
.action-box small {
  display: block;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .action-box small {
    font-size: 20px;
  }
}
.action-box .btn {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  color: #333333;
  padding: 21px 0 23px;
  background: #feea3a;
  border-radius: 3px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.29);
}
@media (max-width: 979px) {
  .action-box .btn {
    font-size: 26px;
  }
}
@media (max-width: 979px) {
  .action-box .btn {
    line-height: 26px;
  }
}
* + .action-box .btn {
  margin-top: 43px;
}
.action-box .btn:hover {
	color: #ffffff;
	background: #b7170b;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	font-weight: bold;
}
/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f2f2f2;
}
/*==================      Well     ======================*/
.well {
  padding: 60px 0 59px 0;
}
/*==================== Boxes ====================*/
.pricing-section + * {
  margin-top: 60px;
}
.pricing-box {
  position: relative;
}
.pricing-box_header {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #003082;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #feea3a;
  padding: 19px 30px 9px;
}
.pricing-box_header em {
  display: block;
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
}
@media (max-width: 979px) {
  .pricing-box_header em {
    font-size: 40px;
  }
}
@media (max-width: 979px) {
  .pricing-box_header em {
    line-height: 60px;
  }
}
.pricing-box_header small {
  vertical-align: baseline;
  font-size: 20px;
  font-weight: 400;
}
.pricing-box_header .offer {
  top: 99px;
  right: 30px;
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  background: #003082;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
  padding: 14px 0 0 14px;
  box-sizing: border-box;
}
.pricing-box_header * + p {
	margin-top: 10px;
	color: #F34235;
}
.pricing-box_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ffffff;
  padding: 26px 30px 31px;
}
.pricing-box .btn {
  display: block;
}
.pricing-box__scheme-2 .pricing-box_header {
  color: #ffffff;
  background: #003082;
}
.pricing-box__scheme-2 .pricing-box_header h2 {
  color: #ffffff;
}
.pricing-box__scheme-2 .pricing-box_header em {
  color: #feea3a;
}
.pricing-box__scheme-2 .pricing-box_header small {
  color: #ffffff;
}
.pricing-box__scheme-2 .pricing-box_header .offer {
  background: #feea3a;
}
.pricing-box__scheme-3 .pricing-box_header {
  color: #ffffff;
  background: #f34235;
}
.pricing-box__scheme-3 .pricing-box_header h2 {
  color: #ffffff;
}
.pricing-box__scheme-3 .pricing-box_header em {
  color: #feea3a;
}
.pricing-box__scheme-3 .pricing-box_header small {
  color: #ffffff;
}
.pricing-box__scheme-3 .pricing-box_header .offer {
  background: #feea3a;
}
.iconed-section .row + .row {
  margin-top: 49px;
}
.testimonial-box {
  margin-top: 8px;
  margin-bottom: 18px;
}
.testimonial-box .img {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.29);
}
.testimonial-box blockquote {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 21px;
  text-indent: 36px;
}
.testimonial-box blockquote:before {
  content: "“";
  position: absolute;
  top: 16px;
  left: -40px;
  font-size: 60px;
  color: #feea3a;
}
.testimonial-box figcaption {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #feea3a;
  margin-top: 36px;
}
.subscribe-section {
  padding: 37px 0 34px 0;
}
.subscribe-section:before,
.subscribe-section:after {
  content: " ";
  display: table;
}
.subscribe-section:after {
  clear: both;
}
.subscribe-section h2 {
  float: left;
  padding: 5px 0 0 0;
}
@media (max-width: 1199px) {
  .subscribe-section h2 {
    float: none;
  }
}
@media (max-width: 1199px) {
  .subscribe-section h2 {
    padding: 0;
  }
}
.subscribe-section .subscribe-form {
  float: right;
}
@media (max-width: 1199px) {
  .subscribe-section .subscribe-form {
    float: none;
  }
}
@media (max-width: 1199px) {
  * + .subscribe-section .subscribe-form {
    margin-top: 18px;
  }
}
.subscribe-section p {
  clear: both;
  padding-top: 19px;
  line-height: 22px;
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding: 67px 0 91px 0;
  color: #ffffff;
  background: #003082;
}
footer h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
footer .list {
  color: #feea3a;
}
footer .list li + li {
  margin-top: 22px;
}
footer .list a:hover {
  text-decoration: underline;
}
footer .address {
  position: relative;
  padding: 6px 0 0 44px;
}
* + footer .address {
  margin-top: 12px;
}
footer .address .icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 42px;
  line-height: 42px;
  color: #feea3a;
}
footer .phone {
  position: relative;
  padding: 6px 0 0 44px;
  font-size: 24px;
  font-weight: 400;
}
* + footer .phone {
  margin-top: 17px;
}
footer .phone + .phone {
  margin-top: 20px;
}
footer .phone .icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 40px;
  line-height: 40px;
  color: #feea3a;
}
footer .phone + .phone .icon {
  top: -5px;
}
footer .socials-list:before,
footer .socials-list:after {
  content: " ";
  display: table;
}
footer .socials-list:after {
  clear: both;
}
* + footer .socials-list {
  margin-top: 35px;
}
footer .socials-list li {
  float: left;
}
footer .socials-list li + li {
  margin-left: 5px;
}
footer .socials-list a {
  display: block;
  font-size: 15px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  background: #002462;
  border-radius: 50%;
  text-align: center;
}
footer .socials-list a:hover {
  color: #363f45;
  background: #feea3a;
}
* + footer .copyright {
  margin-top: 36px;
}
