@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #ffffff;
  font: 300 14px/30px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h2 {
  font-size: 62px;
  line-height: 72px;
  letter-spacing: -0.62px;
}
h2 + h4 {
  margin-top: 11px;
}
h3 {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.48px;
  text-align: center;
}
h3 + p {
  margin-top: 21px;
}
h3 + .row {
  margin-top: 33px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
h4 + p {
  margin-top: 14px;
}
h5 {
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
}
p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
p a:hover {
  text-decoration: underline;
}
.p1 {
  padding: 0 160px;
  text-align: center;
}
@media (max-width: 767px) {
  .p1 {
    padding: 0 10px;
  }
}
p + .row {
  margin-top: 10px;
}
p + .btn {
  margin-top: 21px;
}
time {
  display: block;
}
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;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
hr {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  width: 44px;
  height: 1px;
  background: #d6d6d6;
}
hr.center {
  margin-left: auto;
  margin-right: auto;
}
.hr-margin {
  margin-top: 55px;
  margin-bottom: 48px;
}
.hr-margin1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.hr-margin2 {
  margin-top: 21px;
  margin-bottom: 12px;
}
.border {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.top-border {
  position: relative;
  text-align: center;
}
.top-border:before {
  content: "";
  width: 44px;
  height: 1px;
  background: #d6d6d6;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 22px;
  margin-top: -40px;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #a10000;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #1d91d3;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #1d91d3;
  padding-top: 6px;
  padding-left: 13px;
  padding-right: 21px;
  padding-bottom: 8px;
}
.resp-tabs-list li:hover {
  background: #eeeeee;
}
.resp-tabs-list li + li {
  margin-left: -1px;
}
.resp-tabs-list .resp-tab-active {
  border-bottom: 1px solid #fff;
  color: #333333;
  font-weight: 400;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resp-tabs {
  padding: 23px 15px;
  padding-right: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resp-tabs .resp-tab-content {
  border-top: 1px solid #dddddd;
  margin-top: -1px;
  padding-top: 12px;
  padding-left: 3px;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .resp-tabs .resp-tab-content {
    border-top: none;
  }
}
.resp-tabs-container p + p {
  margin-top: 30px;
}
.resp-accordion {
  display: none;
}
.resp-accordion {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-left: 10px;
}
.resp-accordion + .resp-tab-active {
  color: #a10000;
  padding-left: 10px;
}
.resp-tab-content {
  display: none;
  padding-bottom: 28px;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================     Icons     ======================*/
.phone {
  position: relative;
  padding-left: 20px;
}
.phone:before {
  content: "\f095";
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  font-family: 'FontAwesome';
  margin-top: 2px;
  top: 0;
  left: 0;
}
.mail {
  position: relative;
  padding-left: 24px;
}
.mail:before {
  content: "\f0e0";
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  font-family: 'FontAwesome';
  margin-top: 2px;
  top: 0;
  left: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-1,
.icon-2,
.icon-3 {
  padding-right: 41px;
}
.icon-1:after,
.icon-2:after,
.icon-3:after {
  font-size: 14px;
  line-height: 28px;
  color: #1d91d3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  width: 30px;
  height: 30px;
  border: 1px solid #1d91d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'FontAwesome';
  margin-left: 10px;
}
.icon-1:hover,
.icon-2:hover,
.icon-3:hover {
  color: #1d91d3;
}
.icon-1:hover:after,
.icon-2:hover:after,
.icon-3:hover:after {
  border: 1px solid #a10000;
}
.icon-1 {
  position: relative;
}
.icon-1:after {
  content: "\f09a";
  margin-left: 10px;
}
.icon-2:after {
  content: "\f173";
  margin-left: 10px;
}
.icon-3:after {
  content: "\f0d5";
  margin-left: 11px;
}
.icon-4 {
  font-size: 60px;
  line-height: 130px;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-4:before {
  content: "\f005";
  font-family: 'FontAwesome';
  color: #fff;
}
.icon-4.blue {
  background: #1e5080;
}
.icon-4.red {
  background: #a10000;
}
.icon-5 {
  position: relative;
  padding-left: 29px;
}
.icon-5:before {
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
}
/*==================    Buttons    ======================*/
.btn {
  font-size: 16px;
  line-height: 20px;
  padding: 6px 23px;
  padding-bottom: 7px;
  color: #ffffff;
  background: #024476;
  display: inline-block;
  font-weight: 400;
  border: 1px solid #cecece;
  border-radius: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  border-color: #1d91d3;
  color: #000000;
  background: #ffffff;
}
/*===================   lists      =============*/
.soc-list li {
  float: left;
}
.soc-list li a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #b4b4b4;
  position: relative;
  text-align: center;
}
.soc-list li + li {
  margin-left: 25px;
}
@media (max-width: 979px) {
  .soc-list li + li {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .soc-list {
    text-align: center;
  }
  .soc-list li {
    float: none;
    margin-left: -20px;
  }
  .soc-list li + li {
    margin-top: 20px;
    margin-left: -20px;
  }
}
.list li {
  text-transform: uppercase;
  margin-bottom: 6px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}
.list li + li {
  margin-top: 6px;
  margin-bottom: 8.5px;
}
.list li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 1px;
  left: 2px;
}
.list li a {
  font-size: 14px;
  line-height: 20px;
}
.list li a:hover {
  color: #a10000;
}
/*==================      Box      ======================*/
.box {
  padding-top: 106px;
  padding-bottom: 30px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box h4 {
  color: #1d91d3;
}
.box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.box p + * {
  margin-top: 15px;
}
.box * + .soc-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .box {
    text-align: center;
    padding-top: 30px;
  }
  .box hr {
    margin-left: auto;
    margin-right: auto;
  }
  .box .soc-list {
    margin-left: 30px;
  }
}
.box-01 {
  padding-bottom: 6px;
}
.box-01 h4 {
  text-transform: uppercase;
  color: #1d91d3;
}
.box-01 p {
  padding-right: 55px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .box-01 {
    text-align: center;
  }
  .box-01 hr {
    margin-left: auto;
    margin-right: auto;
  }
  .box-01 p {
    padding-right: 0;
  }
}
.box-02 {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 44px;
}
.box-02:before,
.box-02:after {
  content: " ";
  display: table;
}
.box-02:after {
  clear: both;
}
@media (max-width: 1199px) {
  .box-02 {
    text-align: center;
  }
}
.box-02 .fa {
  content: "\f044";
  font-size: 82px;
  line-height: 82px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-left: 42px;
  color: #fff;
  margin-right: 21px;
}
.box-02 .fa.mrg {
  margin-left: 44px;
  margin-right: 25px;
}
.box-02 .fa.mrg1 {
  margin-left: 52px;
  margin-right: 18px;
}
@media (max-width: 1199px) {
  .box-02 .fa {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .box-02 .fa.mrg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .box-02 .fa.mrg1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.box-02_cnt {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 2;
  color: #fff;
  padding-right: 30px;
}
.box-02_cnt h4 {
  font-weight: 700;
  margin-top: -3px;
}
.box-02_cnt h4 a:hover {
  color: #a10000;
}
.box-02_cnt p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.box-02_cnt h4 + p {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .box-02_cnt {
    overflow: visible;
    display: inline-block;
    padding-right: 0;
    padding: 0 15px;
  }
}
.box-03 {
  text-align: center;
}
.box-03:before,
.box-03:after {
  content: " ";
  display: table;
}
.box-03:after {
  clear: both;
}
.box-03 h4 {
  text-transform: uppercase;
  color: #1d91d3;
}
.box-03 * + h4 {
  margin-top: 32px;
}
.box-03 p {
  font-size: 14px;
  line-height: 30px;
}
.box-04 {
  color: #fff;
}
.box-04:before,
.box-04:after {
  content: " ";
  display: table;
}
.box-04:after {
  clear: both;
}
.box-04 h4 {
  font-weight: 600;
}
.box-04 h4 + * {
  margin-top: 30px;
}
.box-04.pad_left {
  padding-left: 100px;
}
.box-04.pad_right {
  padding-right: 90px;
}
@media (max-width: 1199px) {
  .box-04.pad_right {
    padding-right: 20px;
  }
  .box-04.pad_left {
    padding-left: 20px;
  }
}
.box-04 h4 + img {
  margin-top: 35px;
}
.box-04 p {
  font-size: 14px;
  line-height: 30px;
}
.box-04 img + p {
  margin-top: 18px;
}
.box-04 .task_item h5 {
  margin-top: -2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.box-04 .task_item p {
  font-size: 12px;
  line-height: 24px;
}
.box-04 hr {
  width: 271px;
  margin-top: 14px;
  margin-bottom: 18px;
  background: #75bfe9;
}
@media (max-width: 979px) {
  .box-04 hr {
    width: 236px;
  }
}
@media (max-width: 767px) {
  .box-04 hr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-04 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-04 .list {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
header .header_top-block {
  display: block;
  position: relative;
  background: #666666;
  margin-top: 3px;
  border-top: 1px solid #aaaaab;
  -webkit-box-shadow: 0px -3px 0px 0px #dfdfdf;
  -moz-box-shadow: 0px -3px 0px 0px #dfdfdf;
  box-shadow: 0px -3px 0px 0px #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .header_top-block:before,
header .header_top-block:after {
  content: " ";
  display: table;
}
header .header_top-block:after {
  clear: both;
}
header .header_top-block_cnt {
  color: #fff;
  float: right;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 1px;
}
header .header_top-block_cnt p,
header .header_top-block_cnt a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
}
header .header_top-block_cnt p + a {
  margin-left: 31px;
}
@media (max-width: 767px) {
  header .header_top-block_cnt p + a {
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  header .header_top-block_cnt p + a {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  header .header_top-block_cnt {
    float: none;
  }
}
header .header_top-block_cnt .mail:hover {
  color: #1d91d3;
}
header .header_top-block_cnt .mail:hover:before {
  color: #1d91d3;
}
header .header_bottom-block {
  display: block;
  padding-top: 15px;
  margin-bottom: 11px;
}
header .header_bottom-block:before,
header .header_bottom-block:after {
  content: " ";
  display: table;
}
header .header_bottom-block:after {
  clear: both;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: block;
}
.brand_name {
  display: inline-block;
  font-size: 36px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .brand_name {
    line-height: 40px;
  }
}
.brand_slogan {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #575757;
  position: relative;
  padding-left: 11px;
  margin-top: -2px;
}
.brand_slogan:before {
  content: "";
  background: #d6d6d6;
  width: 1px;
  height: 22px;
  position: absolute;
  top: 25%;
  left: 3px;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .brand_slogan:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .brand_slogan {
    padding-left: 0;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-top: 60px;
  padding-bottom: 30px;
}
.well-2 {
  padding-top: 22px;
  padding-bottom: 49px;
}
.well-3 {
  padding-top: 49px;
  padding-bottom: 48px;
}
.well-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #1d91d3;
}
.bg {
  overflow: hidden;
  padding-top: 71px;
  padding-bottom: 61px;
  background: url(../images/page_img02.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.bg2 {
  background: #1d91d3;
  background-color: #1d91d3;
  display: block;
}
.box-bg {
  background: rgba(29, 146, 211, 0.66);
  position: relative;
  z-index: 1;
}
.lt-ie9 .box-bg {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a81d92d3', endColorstr='#a81d92d3');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a81d92d3', endColorstr='#a81d92d3');
  zoom: 1;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
  font-size: 10px;
  color: #000000;
}
footer a:hover {
  color: #000000;
}
