body {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
li p,
ul p,
td p,
th p,
tr p,
ol p {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  font-size: inherit !important;
  line-height: inherit  !important;
  color: inherit !important;
  font-weight: inherit !important;
  display: initial;
  background: initial !important;
  position: inherit !imporatant;
}
span p,
b p,
strong p,
small p,
bold p,
a p {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  font-size: inherit !important;
  line-height: inherit  !important;
  color: inherit !important;
  font-weight: inherit !important;
}
h4 {
  line-height: 30px;
}
@media only screen and (max-width: 576px) {
  h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.sitenano_icon {
  position: fixed;
  display: inline-block;
  bottom: 20px;
  left: 20px;
  width: 45px;
  height: 35px;
  z-index: 101;
}
.sitenano_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nn_row {
  margin-right: -15px;
  margin-left: -15px;
}
.nn_row:after {
  clear: both;
  content: '';
  display: block;
}
.nn_container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1360px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .nn_container {
    max-width: 1200px;
    width: 90%;
  }
}
.nn_background {
  background-repeat: no-repeat;
  background-size: 100%;
}
.nn_parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
/**************************************Form Builder*******************************************/
.nano_form {
  margin: 0 -15px;
}
.nano_form .form-field {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.nano_form .form-field input,
.nano_form .form-field textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
.nano_form .form-field input:disabled,
.nano_form .form-field textarea:disabled {
  background-color: #e5e2e2 !important;
}
.nano_form .form-field label {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  float: left;
  height: 25px;
}
.nano_form .form-field label:empty {
  display: none;
}
.nano_form .form-field label:empty::after {
  display: none;
}
.nano_form .form-field .help-text {
  font-size: 15px;
  color: #e5e2e2;
  margin-top: -20px;
}
.nano_form .form-field button {
  outline: none;
  margin-top: 10px;
}
.nano_form .form-field select {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #e5e2e2;
  color: #000000;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 10px;
  outline: none;
  height: auto;
}
.nano_form .field-required label {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;
  height: 25px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.nano_form .field-required label::after {
  content: '*';
  position: absolute;
  color: #f1353c;
  top: 0;
}
.nano_form .form-groupfield {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.nano_form .form-groupfield label {
  width: 100%;
  margin-bottom: 15px;
}
.nano_form .form-groupfield.field-inline .groupfield label {
  display: inline-block;
  width: auto;
  padding-left: 20px;
}
.nano_form .form-groupfield.field-inline .groupfield label:first-child {
  padding-left: 0;
}
.nano_form .form-groupfield .groupfield {
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.nano_form .form-groupfield .groupfield label {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.nano_form .form-groupfield .groupfield label input[type=checkbox] {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
  float: left;
  -webkit-appearance: none;
  border: 1px solid #e5e2e2;
  border-radius: 3px;
  position: relative;
}
.nano_form .form-groupfield .groupfield label input[type=checkbox]:checked {
  background-color: #056faa;
  color: #ffffff;
  border-color: #056faa;
}
.nano_form .form-groupfield .groupfield label input[type=checkbox]:checked:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
.nano_form .form-groupfield .groupfield label input[type=radio] {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid #e5e2e2;
  border-radius: 50%;
  position: relative;
}
.nano_form .form-groupfield .groupfield label span {
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  display: inline-block;
}
.nano_form .field-col-1 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-1 {
    width: 8.33333333%;
    float: left;
  }
}
.nano_form .field-col-2 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-2 {
    width: 16.66666667%;
    float: left;
  }
}
.nano_form .field-col-3 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-3 {
    width: 25%;
    float: left;
  }
}
@media (min-width: 992px) {
  .nano_form .field-col-4 {
    width: 33.33333333%;
    float: left;
  }
}
.nano_form .field-col-5 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-5 {
    width: 41.66666667%;
    float: left;
  }
}
.nano_form .field-col-6 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-6 {
    width: 50%;
    float: left;
  }
}
.nano_form .field-col-7 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-7 {
    width: 58.33333333%;
    float: left;
  }
}
.nano_form .field-col-8 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-8 {
    width: 66.66666667%;
    float: left;
  }
}
.nano_form .field-col-9 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-9 {
    width: 75%;
    float: left;
  }
}
.nano_form .field-col-10 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-10 {
    width: 83.33333333%;
    float: left;
  }
}
.nano_form .field-col-11 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-11 {
    width: 91.66666667%;
    float: left;
  }
}
.nano_form .field-col-12 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 992px) {
  .nano_form .field-col-12 {
    width: 100%;
    float: left;
  }
}
/**************************************Form Builder*******************************************/
article {
  height: 100vh;
  width: 100%;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  article {
    overflow: scroll;
  }
}
.lg_font {
  font-size: 60px;
}
@media only screen and (max-width: 992px) {
  .lg_font br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .lg_font {
    font-size: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .lg_font {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .lg_font {
    font-size: 24px;
  }
}
.md_font {
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  .md_font br {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .md_font {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .md_font {
    font-size: 24px;
  }
}
.font2 {
  font-weight: 300;
}
.main_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_bg_banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}
.mid_content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.bottom_content {
  position: absolute;
  z-index: 2;
}
.sub_form {
  background-color: rgba(255, 255, 255, 0.5);
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
}
.sub_form input {
  height: 50px;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}
.sub_form .btn_form {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .sub_form .btn_form {
    position: relative;
    margin: 10px 0;
  }
}
.form_btn_col {
  display: block;
  width: 100%;
}
.btn_form {
  height: 50px;
  padding: 0 50px;
  border: none;
  font-size: 16px;
  margin: 0 10px;
}
.btn_form.btn_form_round {
  border-radius: 25px;
  background-color: #056faa;
}
.btn_form.btn_form_border {
  border-radius: 25px;
  background-color: transparent;
  border: 3px solid #056faa;
  color: #056faa;
}
.btn_form.btn_form_border span {
  display: inline-block;
}
.btn_form.btn_form_bg {
  background-color: #056faa;
  border-radius: 5px;
  padding: 0 30px;
}
@media only screen and (max-width: 576px) {
  .btn_form {
    padding: 0 25px;
  }
}
.head_sec {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.countdown {
  text-align: center;
  padding: 0;
  margin: 50px 0;
}
.countdown li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  font-weight: 600;
  padding: 0 35px;
}
.countdown li .count_name {
  font-size: 22px !important;
  color: #ffffff;
}
.countdown li span {
  display: block;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .countdown li {
    width: 25%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .countdown li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .countdown {
    margin: 25px 0;
    font-size: 0;
  }
}
.col_half_bg {
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .col_half_bg {
    height: 250px;
    position: relative;
    top: 15px;
  }
}
.main_logo {
  display: inline-block;
  max-width: 150px;
  max-height: 40px;
}
.main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .main_logo {
    max-width: 150px;
    display: inline-block;
  }
}
/*- Landing Pages
------------------------------------------*/
.landing1 {
  color: #ffffff;
}
.landing1.main_bg {
  background-image: url(../images/background-1.jpg);
}
.landing1 .landing1_content_text {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .landing1 .landing1_content_text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .landing1 .landing1_content_text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.landing1 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
}
@media (max-width: 990px) {
  .landing1 .top_content {
    text-align: center;
  }
}
.landing1 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  max-height: 40px;
}
.landing1 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing1 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing1 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing1 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing1 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing1 .landing1_social {
  margin-bottom: 75px;
}
.landing1 .landing1_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing1 .landing1_social ul li {
  display: inline-block;
  padding: 0 15px;
}
.landing1 .landing1_social ul li .fa {
  font-size: 25px;
  color: #ffffff;
}
.landing1 .landing1_social ul li .fa:active,
.landing1 .landing1_social ul li .fa:hover,
.landing1 .landing1_social ul li .fa:focus {
  color: #056faa;
}
.landing1 .one_sub_form {
  display: block;
  width: 100%;
  max-width: 718px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .landing1 .one_sub_form {
    max-width: none;
    width: 100%;
  }
}
.landing1 .one_sub_form input {
  width: 100%;
  display: block;
  padding: 0 20px;
  height: 50px;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  border-radius: 25px;
  font-size: 16px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.landing1 .one_sub_form input:focus {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.landing1 .one_sub_form button {
  display: inline-block;
  padding: 0 20px;
  background-color: #056faa;
  color: #ffffff;
  height: 50px;
  font-size: 18px;
  border-radius: 25px;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 220px;
}
@media (max-width: 990px) {
  .landing1 .one_sub_form button {
    width: 100%;
    margin-top: 10px;
    position: relative;
  }
}
.landing2 {
  color: #ffffff;
}
.landing2.main_bg {
  background-image: url(../images/background-2.jpg);
}
.landing2 .top_content {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 540px) {
  .landing2 .top_content {
    top: 35px;
  }
}
.landing2 .top_content .main_logo {
  display: inline-block;
  margin-bottom: 35px;
}
.landing2 .top_content .landing2_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing2 .top_content .landing2_social ul li {
  display: inline-block;
  padding: 0 15px;
}
.landing2 .top_content .landing2_social ul li .fa {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #056faa;
}
@media (max-width: 540px) {
  .landing2 .top_content .landing2_social ul li .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.landing2 .top_content .landing2_social ul li .fa:active,
.landing2 .top_content .landing2_social ul li .fa:hover,
.landing2 .top_content .landing2_social ul li .fa:focus {
  background-color: #056faa;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .landing2 .mid_content {
    top: 35%;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    transform: translateY(-35%);
    margin-top: 80px;
  }
}
.landing2 .form_btn_col {
  margin: 50px 0;
}
@media only screen and (max-width: 480px) {
  .landing2 .form_btn_col {
    margin: 25px 0;
  }
}
.landing2 .phone_call {
  display: inline-block;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.landing2 .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing2 .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing2 .footer_logo_list {
  position: absolute;
  background-color: #ffffff;
  padding: 50px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.landing2 .footer_logo_list .payment_logo_list {
  padding: 0;
  margin: 0;
}
.landing2 .footer_logo_list .payment_logo_list li {
  display: inline-block;
  width: 20%;
  text-align: center;
  float: left;
  position: relative;
  height: 45px;
}
.landing2 .footer_logo_list .payment_logo_list li img {
  filter: gray;
  -webkit-filter: grayscale(1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.landing2 .footer_logo_list .payment_logo_list li img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
@media only screen and (max-width: 576px) {
  .landing2 .footer_logo_list {
    padding: 30px 0;
  }
}
.landing3 .nn_row,
.landing5 .nn_row,
.landing9 .nn_row,
.landing14 .nn_row {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}
.landing3 .nn_row .nn_col,
.landing5 .nn_row .nn_col,
.landing9 .nn_row .nn_col,
.landing14 .nn_row .nn_col {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
@media only screen and (max-width: 768px) {
  .landing3 .nn_row .nn_col,
  .landing5 .nn_row .nn_col,
  .landing9 .nn_row .nn_col,
  .landing14 .nn_row .nn_col {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .landing3 .nn_row,
  .landing5 .nn_row,
  .landing9 .nn_row,
  .landing14 .nn_row {
    display: block;
  }
}
.landing3 .contact_label,
.landing5 .contact_label,
.landing9 .contact_label,
.landing14 .contact_label {
  color: #949397;
  font-weight: 600;
}
.landing3 .contact_value,
.landing5 .contact_value,
.landing9 .contact_value,
.landing14 .contact_value {
  font-weight: 400;
  margin-bottom: 45px;
  margin-top: 0;
  font-size: 30px;
  color: #000000;
  display: block;
}
.landing3 .contact_value:hover,
.landing5 .contact_value:hover,
.landing9 .contact_value:hover,
.landing14 .contact_value:hover {
  color: #056faa;
}
@media only screen and (max-width: 992px) {
  .landing3 .contact_value,
  .landing5 .contact_value,
  .landing9 .contact_value,
  .landing14 .contact_value {
    margin-bottom: 25px;
  }
}
.landing3 .main_logo,
.landing5 .main_logo,
.landing9 .main_logo,
.landing14 .main_logo {
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .landing3 .main_logo,
  .landing5 .main_logo,
  .landing9 .main_logo,
  .landing14 .main_logo {
    margin-bottom: 20px;
  }
}
.landing3 .contact_content,
.landing5 .contact_content,
.landing9 .contact_content,
.landing14 .contact_content {
  font-size: 16px;
  line-height: 26px;
  color: #949397;
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  .landing3 .contact_content,
  .landing5 .contact_content,
  .landing9 .contact_content,
  .landing14 .contact_content {
    max-width: 100%;
  }
}
.landing3 .social_link,
.landing5 .social_link,
.landing9 .social_link,
.landing14 .social_link {
  padding: 0;
  margin: 50px 0 0;
}
.landing3 .social_link li,
.landing5 .social_link li,
.landing9 .social_link li,
.landing14 .social_link li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  font-size: 18px;
}
.landing3 .social_link li:last-child,
.landing5 .social_link li:last-child,
.landing9 .social_link li:last-child,
.landing14 .social_link li:last-child {
  margin-right: 0;
}
.landing3 .social_link li a,
.landing5 .social_link li a,
.landing9 .social_link li a,
.landing14 .social_link li a {
  background-color: #e5e2e2;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.landing3 .social_link li a:hover,
.landing5 .social_link li a:hover,
.landing9 .social_link li a:hover,
.landing14 .social_link li a:hover {
  background-color: #cdc7c7;
}
@media only screen and (max-width: 992px) {
  .landing3 .social_link,
  .landing5 .social_link,
  .landing9 .social_link,
  .landing14 .social_link {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .landing3 .social_link,
  .landing5 .social_link,
  .landing9 .social_link,
  .landing14 .social_link {
    margin-bottom: 15px;
  }
}
.landing3 .contact_map,
.landing5 .contact_map,
.landing9 .contact_map,
.landing14 .contact_map {
  height: 100%;
  margin-left: -15px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .landing3 .contact_map,
  .landing5 .contact_map,
  .landing9 .contact_map,
  .landing14 .contact_map {
    margin: 10px 0;
    height: 200px;
  }
}
.landing3 .mid_content,
.landing5 .mid_content,
.landing9 .mid_content,
.landing14 .mid_content {
  padding-left: 95px;
}
@media only screen and (max-width: 992px) {
  .landing3 .mid_content,
  .landing5 .mid_content,
  .landing9 .mid_content,
  .landing14 .mid_content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .landing3 .mid_content,
  .landing5 .mid_content,
  .landing9 .mid_content,
  .landing14 .mid_content {
    top: 25px;
    transform: none;
  }
}
.landing3 .sub_head,
.landing5 .sub_head,
.landing9 .sub_head,
.landing14 .sub_head {
  font-weight: 600;
  margin: 20px 0;
}
@media only screen and (max-width: 992px) {
  .landing3 .sub_head,
  .landing5 .sub_head,
  .landing9 .sub_head,
  .landing14 .sub_head {
    margin: 10px 0;
  }
}
.landing3 .sub_content,
.landing5 .sub_content,
.landing9 .sub_content,
.landing14 .sub_content {
  line-height: 27px;
  color: #949397;
  font-weight: 400;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .landing3 .sub_content,
  .landing5 .sub_content,
  .landing9 .sub_content,
  .landing14 .sub_content {
    margin-bottom: 25px;
  }
}
.landing4,
.landing6 {
  color: #ffffff;
}
.landing4 .lg_font,
.landing6 .lg_font {
  font-weight: 900;
}
.landing4 p,
.landing6 p {
  font-size: 16px;
  margin: 15px 0;
}
.landing4 .form_btn_col,
.landing6 .form_btn_col {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .landing4 .form_btn_col,
  .landing6 .form_btn_col {
    margin-top: 25px;
  }
}
.landing4 .btn_form.btn_form_border,
.landing6 .btn_form.btn_form_border {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto;
}
.landing4 .mid_content,
.landing6 .mid_content {
  padding-bottom: 180px;
}
@media only screen and (max-width: 576px) {
  .landing4 .mid_content,
  .landing6 .mid_content {
    padding-bottom: 10px;
  }
}
.landing4 .head_sec,
.landing6 .head_sec {
  top: 40px;
}
.landing4 .head_sec .social_link,
.landing6 .head_sec .social_link {
  display: inline-block;
  float: right;
}
.landing4 .head_sec .social_link li,
.landing6 .head_sec .social_link li {
  display: inline-block;
  margin-right: 25px;
}
.landing4 .head_sec .social_link li:last-child,
.landing6 .head_sec .social_link li:last-child {
  margin-right: 0;
}
.landing4 .head_sec .social_link li a,
.landing6 .head_sec .social_link li a {
  color: #ffffff;
  font-size: 18px;
}
.landing4 .footer_img,
.landing6 .footer_img {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30%;
  text-align: center;
}
.landing4 .footer_img img,
.landing6 .footer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .landing4 .footer_img img,
  .landing6 .footer_img img {
    height: auto;
    width: 90%;
  }
}
@media only screen and (max-width: 1366px) {
  .landing4 .footer_img,
  .landing6 .footer_img {
    width: 90%;
  }
}
.landing4.main_bg {
  background-image: url(../images/background-3.jpg);
}
.landing4 .head_sec {
  top: 50px;
}
.landing4 .social_link {
  display: block;
  text-align: center;
  margin-top: 30px;
  padding: 0;
}
.landing4 .social_link li {
  display: inline-block;
  margin-right: 25px;
}
.landing4 .social_link li:last-child {
  margin-right: 0;
}
.landing4 .social_link li a {
  color: #ffffff;
  font-size: 18px;
}
.landing4 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
}
@media (max-width: 990px) {
  .landing4 .top_content {
    text-align: center;
  }
}
.landing4 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  max-height: 40px;
}
.landing4 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing4 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 18px;
  background-color: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 33px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing4 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing4 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing4 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing5 {
  background-color: #e5e2e2;
}
.landing5 .mid_content {
  padding-left: 0;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .landing5 .mid_content {
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 540px) {
  .landing5 .mid_content {
    padding-left: 0 !important;
  }
}
.landing5 .phone_call {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing5 .phone_call {
    top: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.landing5 .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing5 .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing5 .landing5_social {
  margin-bottom: 50px;
}
.landing5 .landing5_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing5 .landing5_social ul li {
  display: inline-block;
  padding: 0 12px;
}
.landing5 .landing5_social ul li:first-child {
  padding-left: 0;
}
.landing5 .landing5_social ul li .fa {
  font-size: 22px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #056faa;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.landing5 .landing5_social ul li .fa:active,
.landing5 .landing5_social ul li .fa:hover,
.landing5 .landing5_social ul li .fa:focus {
  background-color: #056faa;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #ffffff;
}
.landing5 .download_link {
  padding: 0;
  margin: 0;
}
.landing5 .download_link li {
  display: inline-block;
  margin-right: 20px;
}
.landing5 .download_link li:last-child {
  margin-right: 0;
}
.landing5 .download_link li a {
  display: block;
}
@media only screen and (max-width: 480px) {
  .landing5 .download_link li {
    width: 100%;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .landing5 .download_link {
    margin-bottom: 25px;
  }
}
.landing5 .left_img {
  position: absolute;
  top: 50%;
  left: -65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 60px;
}
@media only screen and (max-width: 1366px) {
  .landing5 .left_img {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .landing5 .left_img {
    max-width: 880px;
  }
}
@media only screen and (max-width: 992px) {
  .landing5 .left_img {
    max-width: 840px;
  }
}
@media only screen and (max-width: 768px) {
  .landing5 .left_img {
    position: relative;
    top: auto;
    left: 50%;
    transform: translate(-50%);
    max-width: none;
    width: 90%;
  }
}
.landing6.main_bg {
  background-image: url(../images/background-4.jpg);
}
.landing6 .main_logo {
  display: inline-block;
  float: left;
}
.landing6 .landing6_social {
  display: inline-block;
  float: right;
}
.landing6 .landing6_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing6 .landing6_social ul li {
  display: inline-block;
  padding: 0 12px;
}
.landing6 .landing6_social ul li .fa {
  font-size: 22px;
  color: #ffffff;
}
.landing6 .landing6_social ul li .fa:active,
.landing6 .landing6_social ul li .fa:hover,
.landing6 .landing6_social ul li .fa:focus {
  color: #056faa;
}
.landing6 .play_now {
  display: inline-block;
  height: 50px;
  line-height: 45px;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
  margin-right: 15px;
  padding: 0 50px;
  border-radius: 25px;
}
.landing6 .play_now.fa-phone {
  background-color: #ffffff;
  color: #000000;
}
.landing6 .play_now::before {
  display: inline-block;
  margin-right: 10px;
}
.landing6 .bottom_content,
.landing7 .bottom_content {
  top: 40%;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .landing6 .bottom_content,
  .landing7 .bottom_content {
    top: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .landing6 .bottom_content,
  .landing7 .bottom_content {
    top: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .landing6 .bottom_content,
  .landing7 .bottom_content {
    top: 25%;
  }
}
.landing6 .btn_form i,
.landing7 .btn_form i {
  padding-right: 10px;
}
.landing6 h5,
.landing7 h5 {
  color: #949397;
  max-width: 425px;
  line-height: 27px;
}
.landing6 .play_video,
.landing7 .play_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 99;
  position: absolute;
  background-color: black;
}
.landing6 #playVideo,
.landing7 #playVideo {
  display: none;
}
.landing7 {
  color: #ffffff;
}
.landing7.main_bg {
  background-image: url(../images/background-5.jpg);
}
.landing7 .head_sec {
  top: 40px;
}
@media only screen and (max-width: 576px) {
  .landing7 .head_sec {
    top: 20px;
  }
}
.landing7 .lg_font {
  font-weight: 900;
}
.landing7 h5 {
  color: #ffffff;
}
.landing7 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
}
@media (max-width: 990px) {
  .landing7 .top_content {
    text-align: center;
  }
}
.landing7 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 40px;
}
@media (max-width: 990px) {
  .landing7 .top_content .main_logo {
    display: block;
    margin: 0 auto;
  }
}
.landing7 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing7 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px 0 45px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing7 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing7 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 37px;
  width: 35px;
  background-color: #ffffff;
  color: #056faa;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 2px;
}
.landing7 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing7 .social_link {
  padding: 0;
  margin: 0;
}
.landing7 .social_link li {
  margin-right: 15px;
  display: inline-block;
}
.landing7 .social_link li:last-child {
  margin-right: 0;
}
.landing7 .social_link li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.landing7 .one_sub_form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0;
  position: relative;
}
@media (max-width: 990px) {
  .landing7 .one_sub_form {
    max-width: none;
    width: 100%;
  }
}
.landing7 .one_sub_form .form-field {
  padding: 0;
}
.landing7 .one_sub_form input {
  width: 100%;
  display: block;
  padding: 0 20px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  border-radius: 25px;
  font-size: 16px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.landing7 .one_sub_form input:focus {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.landing7 .one_sub_form button {
  display: inline-block;
  padding: 0 20px;
  background-color: #056faa;
  color: #ffffff;
  height: 40px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
}
@media (max-width: 990px) {
  .landing7 .one_sub_form button {
    width: 100%;
    margin-top: 10px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .landing8 .mid_content {
    top: 50px;
    transform: none;
  }
}
.landing8 .sub_content {
  margin: 50px auto;
  max-width: 75%;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .landing8 .sub_content {
    margin: 25px auto;
  }
}
@media only screen and (max-width: 768px) {
  .landing8 .sub_content {
    max-width: 100%;
  }
}
.landing8 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
}
@media (max-width: 990px) {
  .landing8 .top_content {
    text-align: center;
  }
}
.landing8 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 40px;
}
@media (max-width: 990px) {
  .landing8 .top_content .main_logo {
    display: block;
    margin: 0 auto;
  }
}
.landing8 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing8 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px 0 45px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing8 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing8 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 37px;
  width: 35px;
  background-color: #ffffff;
  color: #056faa;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 2px;
}
.landing8 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing8 .top_content .landing8_social {
  margin: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.landing8 .top_content .landing8_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing8 .top_content .landing8_social ul li {
  display: inline-block;
  padding: 0 12px;
  vertical-align: top;
}
.landing8 .top_content .landing8_social ul li .fa {
  font-size: 32px;
  color: #056faa;
  background-color: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-in;
}
.landing8 .top_content .landing8_social ul li .fa:hover {
  text-align: center;
  background-color: #056faa;
  color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease-in;
}
.landing8 .main_content {
  line-height: 44px;
  font-weight: 900;
  margin-bottom: 25px;
  padding-left: 65px;
  padding-right: 50px;
}
@media only screen and (max-width: 992px) {
  .landing8 .main_content {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }
}
.landing8 .sub_text {
  line-height: 27px;
  color: #949397;
  padding-left: 65px;
  padding-right: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .landing8 .sub_text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.landing8 .profile_video {
  width: 550px;
  height: 360px;
  border-radius: 5px;
  position: relative;
  margin-left: 40px;
  z-index: 2;
}
.landing8 .profile_video:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -40px;
  bottom: -40px;
  background-color: #056faa;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .landing8 .profile_video:after {
    display: none;
  }
}
.landing8 .profile_video iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.34);
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .landing8 .profile_video {
    width: 90%;
    height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .landing8 .profile_video {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
  }
}
.landing9 {
  color: #2a2c28;
}
.landing9 h1 {
  color: #056faa;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .landing9 h1 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .landing9 h1 {
    line-height: 30px;
  }
}
.landing9 p {
  font-size: 16px;
  line-height: 27px;
}
.landing9 .form_btn_col {
  margin-top: 80px;
}
.landing9 .form_btn_col .btn_form_bg {
  color: #ffffff;
  float: left;
  margin-left: 0;
  margin-right: 25px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.landing9 .form_btn_col .btn_form_bg::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing9 .form_btn_col .btn_form_bg i {
  padding-right: 10px;
}
.landing9 .form_btn_col .btn_form_bg span {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .landing9 .form_btn_col .btn_form_bg {
    width: 100%;
    margin-right: 0;
  }
}
.landing9 .form_btn_col span {
  font-size: 30px;
  display: inline-block;
  margin: 0 10px;
  line-height: 50px;
  color: #949397;
}
@media only screen and (max-width: 992px) {
  .landing9 .form_btn_col {
    margin-top: 25px;
  }
}
.landing9 .mid_content {
  padding-left: 70px;
  max-width: 636px;
}
@media only screen and (max-width: 992px) {
  .landing9 .mid_content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .landing9 .mid_content {
    max-width: none;
    top: 0;
  }
}
.landing9 .mid_content .landing9_social {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}
.landing9 .mid_content .landing9_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing9 .mid_content .landing9_social ul li {
  display: inline-block;
  padding: 0 15px;
}
.landing9 .mid_content .landing9_social ul li:first-child {
  padding-left: 0;
}
.landing9 .mid_content .landing9_social ul li .fa {
  font-size: 40px;
  color: #056faa;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.landing9 .mid_content .landing9_social ul li .fa:active,
.landing9 .mid_content .landing9_social ul li .fa:hover,
.landing9 .mid_content .landing9_social ul li .fa:focus {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}
.landing9 .col_bg {
  background-color: #e5e2e2;
  min-height: 100%;
}
@media only screen and (max-width: 768px) {
  .landing9 .col_bg {
    padding: 25px 30px;
  }
}
.landing9 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
  text-align: left;
  z-index: 101;
}
@media (max-width: 990px) {
  .landing9 .top_content {
    text-align: center;
  }
}
.landing9 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 40px;
  max-width: none;
  max-height: none;
}
.landing9 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing9 .nn_col:first-child .mid_content {
  float: right;
  padding-left: 0;
  padding-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .landing9 .nn_col:first-child .mid_content img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .landing9 .nn_col:first-child .mid_content {
    float: none;
    text-align: center;
    width: 100%;
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .landing9 .nn_col {
    clear: both;
    float: left;
    width: 100%;
  }
}
.landing10 {
  color: #ffffff;
}
.landing10.main_bg {
  background-image: url(../images/background-6.jpg);
}
.landing10 .mid_content .nn_row {
  display: table;
}
.landing10 .mid_content .nn_row .nn_col {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .landing10 .mid_content .nn_row .nn_col {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .landing10 .mid_content .nn_row {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .landing10 .mid_content {
    top: 100px;
    transform: none;
  }
}
.landing10 .head_sec {
  top: 40px;
}
.landing10 .call_num {
  float: right;
}
.landing10 .call_num b {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}
.landing10 .md_font {
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .landing10 .md_font {
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .landing10 .md_font {
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.landing10 p {
  font-size: 16px;
  line-height: 30px;
}
.landing10 ul {
  padding-left: 20px;
  margin: 20px 0;
}
.landing10 ul li {
  display: list-item;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}
.landing10 .landing10_social {
  margin-bottom: 20px;
  margin-top: 60px;
}
@media (max-width: 540px) {
  .landing10 .landing10_social {
    text-align: center;
    margin-bottom: 50px;
  }
}
.landing10 .landing10_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  .landing10 .landing10_social ul {
    text-align: center;
  }
}
.landing10 .landing10_social ul li {
  display: inline-block;
  padding: 0 12px;
  width: auto;
  margin: 0;
  vertical-align: top;
}
.landing10 .landing10_social ul li .fa {
  font-size: 19px;
  color: #ffffff;
  background-color: #056faa;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 235ms ease-in;
}
.landing10 .landing10_social ul li .fa:active,
.landing10 .landing10_social ul li .fa:hover,
.landing10 .landing10_social ul li .fa:focus {
  background-color: transparent;
  color: #056faa;
  font-size: 35px;
  transition: all 235ms ease-in;
}
.landing10 .form_sec {
  background-color: #ffffff;
  text-align: center;
  color: #2a2c28;
  padding: 80px 50px;
  border-radius: 10px;
  max-width: 450px;
  float: right;
}
.landing10 .form_sec h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}
.landing10 .form_sec h5 {
  line-height: 24px;
  color: #949397;
}
.landing10 .form_sec .form_col {
  margin-top: 15px;
}
.landing10 .form_sec .form_col input {
  width: 100%;
  height: 50px;
  border: 1px solid #e5e2e2;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 25px;
}
.landing10 .form_sec .form_col button {
  color: #ffffff;
  background-color: #056faa;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 50px;
}
@media only screen and (max-width: 992px) {
  .landing10 .form_sec {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .landing10 .form_sec {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .landing10 .form_sec {
    padding: 25px;
  }
}
.landing11 {
  color: #ffffff;
}
.landing11.main_bg {
  background-image: url(../images/background-7.jpg);
}
.landing11 .md_font {
  font-weight: 700;
  line-height: 60px;
}
@media only screen and (max-width: 576px) {
  .landing11 .md_font {
    line-height: 40px;
  }
}
.landing11 p {
  font-size: 16px;
  line-height: 30px;
  max-width: 640px;
  margin: 0 auto;
}
.landing11 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
}
@media (max-width: 990px) {
  .landing11 .top_content {
    text-align: center;
  }
}
.landing11 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 80px;
  max-width: none;
  max-height: none;
}
.landing11 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing11 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  position: relative;
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing11 .top_content .phone_call {
    float: none;
    margin: 0;
    margin-top: 20px;
  }
}
.landing11 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing11 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing11 .one_sub_form {
  display: block;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .landing11 .one_sub_form {
    max-width: none;
    width: 100%;
  }
}
.landing11 .one_sub_form input {
  width: 100%;
  display: block;
  padding: 0 20px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  font-size: 16px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.landing11 .one_sub_form input:focus {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.landing11 .one_sub_form button {
  display: inline-block;
  padding: 0 20px;
  background-color: #056faa;
  color: #ffffff;
  height: 50px;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .landing11 .one_sub_form button {
    width: 100%;
    margin-top: 10px;
    position: relative;
  }
}
.landing11 .social_link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.landing11 .social_link li {
  display: inline-block;
  margin-right: 25px;
}
.landing11 .social_link li:last-child {
  margin-right: 0;
}
.landing11 .social_link li a {
  font-size: 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.landing11 .social_link li a:hover {
  background-color: #056faa;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .landing11 .mid_content {
    top: 125px;
    transform: none;
  }
}
.landing12.main_bg {
  background-image: url(../images/background-8.jpg);
}
@media only screen and (max-width: 1366px) {
  .landing12 .mobile_img {
    height: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .landing12 .mobile_img {
    height: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .landing12 .mobile_img {
    height: 400px;
    margin-top: 50px;
  }
}
.landing12 .main_logo {
  display: inline-block;
  max-width: 150px;
  max-height: 40px;
}
.landing12 .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .landing12 .main_logo {
    max-width: 150px;
    display: inline-block;
  }
}
.landing12,
.landing13 {
  color: #ffffff;
}
.landing12 .mid_content .nn_row,
.landing13 .mid_content .nn_row {
  display: table;
}
.landing12 .mid_content .nn_row .nn_col,
.landing13 .mid_content .nn_row .nn_col {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media only screen and (max-width: 768px) {
  .landing12 .mid_content .nn_row .nn_col,
  .landing13 .mid_content .nn_row .nn_col {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .landing12 .mid_content .nn_row,
  .landing13 .mid_content .nn_row {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .landing12 .mid_content,
  .landing13 .mid_content {
    top: 50px;
    transform: none;
  }
}
.landing12 .md_font,
.landing13 .md_font {
  font-weight: 300;
}
.landing12 p,
.landing13 p {
  font-size: 16px;
  line-height: 30px;
}
.landing12 .sec_list,
.landing13 .sec_list {
  padding: 0;
  margin: 20px 0;
  width: 100%;
  float: left;
}
.landing12 .sec_list li,
.landing13 .sec_list li {
  display: inline-block;
  float: left;
  width: 50%;
  height: 45px;
  margin: 15px 0;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
}
.landing12 .sec_list li i,
.landing13 .sec_list li i {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .landing12 .sec_list li,
  .landing13 .sec_list li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .landing12 .sec_list,
  .landing13 .sec_list {
    text-align: left;
    margin: 20px 90px;
  }
}
.landing12 .form_btn_col .btn_form,
.landing13 .form_btn_col .btn_form {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #ffffff;
  color: #2a2c28;
  margin: 0 0 45px;
  border-radius: 5px;
  padding: 0 30px;
  border: none;
  outline: none;
}
.landing12 .form_btn_col .btn_form::before,
.landing13 .form_btn_col .btn_form::before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.landing12 .form_btn_col .btn_form:first-of-type,
.landing13 .form_btn_col .btn_form:first-of-type {
  margin-right: 10px;
}
@media (max-width: 990px) {
  .landing12 .form_btn_col .btn_form:first-of-type,
  .landing13 .form_btn_col .btn_form:first-of-type {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.landing12 .form_btn_col .landing12_social,
.landing13 .form_btn_col .landing12_social {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .landing12 .form_btn_col .landing12_social,
  .landing13 .form_btn_col .landing12_social {
    margin: 0 230px;
  }
}
@media only screen and (max-width: 480px) {
  .landing12 .form_btn_col .landing12_social,
  .landing13 .form_btn_col .landing12_social {
    margin: 0 70px;
  }
}
.landing12 .form_btn_col .landing12_social ul,
.landing13 .form_btn_col .landing12_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing12 .form_btn_col .landing12_social ul li,
.landing13 .form_btn_col .landing12_social ul li {
  display: inline-block;
  padding-right: 25px;
}
.landing12 .form_btn_col .landing12_social ul li .fa,
.landing13 .form_btn_col .landing12_social ul li .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #056faa;
  background-color: #ffffff;
  font-size: 25px;
  border-radius: 10%;
  transition: all 265ms ease-out;
}
.landing12 .form_btn_col .landing12_social ul li .fa:active,
.landing13 .form_btn_col .landing12_social ul li .fa:active,
.landing12 .form_btn_col .landing12_social ul li .fa:hover,
.landing13 .form_btn_col .landing12_social ul li .fa:hover,
.landing12 .form_btn_col .landing12_social ul li .fa:focus,
.landing13 .form_btn_col .landing12_social ul li .fa:focus {
  border-radius: 100%;
  transition: all 265ms ease-out;
}
.landing13.main_bg {
  background-image: url(../images/background-9.jpg);
}
.landing13 .md_font {
  font-weight: 700;
}
.landing13 .landing13_social {
  margin-top: 40px;
}
.landing13 .landing13_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing13 .landing13_social ul li {
  display: inline-block;
  padding: 0 12px;
}
.landing13 .landing13_social ul li:first-child {
  padding-left: 0;
}
.landing13 .landing13_social ul li .fa {
  font-size: 22px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 40px;
  outline: none;
  background-color: transparent;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #ffffff;
  transition: all 0.5s ease;
}
.landing13 .landing13_social ul li .fa:active,
.landing13 .landing13_social ul li .fa:hover,
.landing13 .landing13_social ul li .fa:focus {
  border: 5px solid #056faa;
  color: #056faa;
  box-shadow: 0 0 15px #056faa;
  transition: all 0.5s ease;
}
.landing13 .phone_call {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px 0 45px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  margin-top: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.landing13 .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 37px;
  width: 35px;
  background-color: #ffffff;
  color: #056faa;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 2px;
}
.landing13 .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing13 .head_sec {
  top: 45px;
}
@media only screen and (max-width: 768px) {
  .landing13 .head_sec {
    position: relative;
    text-align: center;
  }
}
.landing13 .countdown {
  font-size: 0;
}
.landing13 .countdown li {
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  padding: 25px 0;
  width: 125px;
  background-color: #056faa;
  border-radius: 5px;
}
.landing13 .countdown li:nth-child(1) {
  background-color: #514802;
  -webkit-box-shadow: 0 0 7px #514802;
  -moz-box-shadow: 0 0 7px #514802;
  box-shadow: 0 0 7px #514802;
}
.landing13 .countdown li:nth-child(2) {
  background-color: #0fbbc0;
  -webkit-box-shadow: 0 0 7px #0fbbc0;
  -moz-box-shadow: 0 0 7px #0fbbc0;
  box-shadow: 0 0 7px #0fbbc0;
}
.landing13 .countdown li:nth-child(3) {
  background-color: #3a2002;
  -webkit-box-shadow: 0 0 7px #3a2002;
  -moz-box-shadow: 0 0 7px #3a2002;
  box-shadow: 0 0 7px #3a2002;
}
.landing13 .countdown li:nth-child(4) {
  background-color: #2a0e8a;
  -webkit-box-shadow: 0 0 7px #2a0e8a;
  -moz-box-shadow: 0 0 7px #2a0e8a;
  box-shadow: 0 0 7px #2a0e8a;
}
.landing13 .countdown li span {
  font-size: 50px;
  font-weight: 200;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .landing13 .countdown li span {
    font-size: 36px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1200px) {
  .landing13 .countdown li {
    width: 24%;
    margin: 0 0.5%;
  }
}
.landing14 .md_font {
  font-weight: 900;
  color: #2a2c28;
  line-height: 48px;
}
@media only screen and (max-width: 576px) {
  .landing14 .md_font {
    line-height: 36px;
  }
}
.landing14 h5 {
  color: #87868a;
  line-height: 30px;
  max-width: 470px;
}
.landing14 .sec_info {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #056faa;
  font-weight: 600;
  font-size: 20px;
}
.landing14 .sec_numb {
  color: #949397;
}
.landing14 .mid_content {
  padding-left: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .landing14 .mid_content {
    max-width: none;
    padding-left: 0;
  }
}
.landing14 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
  text-align: left;
  z-index: 101;
}
@media (max-width: 990px) {
  .landing14 .top_content {
    text-align: center;
  }
}
.landing14 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  max-height: 40px;
}
.landing14 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing14 .top_content .phone_call {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  float: right;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing14 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing14 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing14 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing14 .countdown {
  text-align: left;
  padding: 0;
  margin: 50px 0;
}
.landing14 .countdown li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  font-weight: 600;
  padding: 14px 0;
  margin-right: 15px;
  text-align: center;
  width: 100px;
  height: 120px;
  background-color: #056faa;
  border-radius: 10px;
  box-shadow: 0 0 14px 0px #056faa;
}
.landing14 .countdown li:last-child {
  margin-right: 0;
}
.landing14 .countdown li .count_name {
  font-size: 17px !important;
  color: #ffffff;
}
.landing14 .countdown li span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .landing14 .countdown li {
    width: 90px;
    height: 110px;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 576px) {
  .landing14 .countdown li {
    width: 20%;
    padding: 0;
    height: 95px;
  }
}
@media only screen and (max-width: 480px) {
  .landing14 .countdown li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .landing14 .countdown {
    margin: 25px 0;
    font-size: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .landing14 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.landing14 .col_half_bg {
  background-image: url(../images/image-5.jpg);
}
.landing15 .col_half_bg {
  background-image: url(../images/image-6.jpg);
}
.landing15 .nn_row {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}
.landing15 .nn_row .nn_col {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .landing15 .nn_row .nn_col {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .landing15 .nn_row {
    display: block;
  }
}
.landing15 .bottom_content {
  max-width: 525px;
  padding-left: 60px;
  bottom: 115px;
}
@media only screen and (max-width: 768px) {
  .landing15 .bottom_content {
    position: relative;
    bottom: auto;
    top: 10px;
    padding-left: 0;
    max-width: none;
  }
}
.landing15 .main_logo {
  display: inline-block;
  width: 180px;
  height: 55px;
}
.landing15 .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing15 .phone_call {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px 0 4px;
  height: 45px;
  line-height: 42px;
  border-radius: 25px;
  position: relative;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.landing15 .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #056faa;
}
.landing15 .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing15 .md_font {
  color: #056faa;
}
.landing15 .user_contnt {
  color: #e5e2e2;
  line-height: 30px;
  font-style: italic;
  margin: 25px 0 40px;
}
@media only screen and (max-width: 768px) {
  .landing15 .user_contnt {
    margin: 25px 0;
  }
}
.landing15 .social_link {
  padding: 0;
  margin: 0;
}
.landing15 .social_link li {
  display: inline-block;
  padding-right: 20px;
}
.landing15 .social_link li:last-child {
  padding-right: 0;
}
.landing15 .social_link li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #949397;
  color: #ffffff;
  border-radius: 50%;
}
.landing15 .social_link li a:hover {
  background-color: #7a797e;
}
@media only screen and (max-width: 768px) {
  .landing15 .social_link {
    margin-bottom: 25px;
  }
}
.landing16 {
  color: #ffffff;
}
.landing16.main_bg {
  background-image: url(../images/background-10.jpg);
}
.landing16 .head_sec {
  top: 40px;
}
@media (max-width: 990px) {
  .landing16 .head_sec {
    text-align: center;
  }
}
.landing16 .main_logo {
  width: 180px;
  height: 60px;
  max-width: none;
  max-height: none;
}
.landing16 .phone_call {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 18px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px 0 4px;
  height: 45px;
  line-height: 43px;
  border-radius: 25px;
  position: relative;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing16 .phone_call {
    float: none;
    margin: 20px 0 0;
  }
}
.landing16 .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #056faa;
}
.landing16 .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing16 .social_link {
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 990px) {
  .landing16 .social_link {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    margin-top: 20px;
  }
}
.landing16 .social_link li {
  display: inline-block;
  padding-right: 20px;
}
.landing16 .social_link li:last-child {
  padding-right: 0;
}
.landing16 .social_link li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  border-radius: 50%;
}
.landing16 .social_link li a:hover,
.landing16 .social_link li a:active,
.landing16 .social_link li a:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 576px) {
  .landing16 .social_link li a {
    height: 25px;
    width: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .landing16 .social_link li {
    padding-right: 8px;
  }
}
.landing16 .lg_font {
  font-weight: 600;
}
.landing16 h4 {
  font-size: 20px;
  line-height: 36px;
  max-width: 790px;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .landing16 h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.landing16 .countdown {
  margin: 75px 0;
}
.landing16 .countdown li {
  position: relative;
}
.landing16 .countdown li:after {
  content: ':';
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 2;
  font-size: 100px;
  display: inline-block;
  height: 100px;
  line-height: 80px;
}
@media only screen and (max-width: 992px) {
  .landing16 .countdown li:after {
    font-size: 75px;
  }
}
@media only screen and (max-width: 576px) {
  .landing16 .countdown li:after {
    font-size: 50px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .landing16 .countdown li:after {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
}
.landing16 .countdown li:last-child:after {
  display: none;
}
.landing16 .countdown li span {
  font-size: 125px;
  font-weight: 500;
  height: 100px;
  line-height: 90px;
  margin-bottom: 15px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .landing16 .countdown li span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .landing16 .countdown li span {
    font-size: 65px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .landing16 .countdown li span {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .landing16 .countdown {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 576px) {
  .landing16 .countdown {
    margin: 25px 0;
  }
}
.landing16 .form_btn_col .btn_form {
  background-color: #ffffff;
  color: #056faa;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.landing17 {
  color: #ffffff;
}
.landing17.main_bg {
  background-image: url(../images/background-11.jpg);
}
.landing17 .bottom_content {
  width: 100%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .landing17 .bottom_content {
    position: relative;
  }
}
.landing17 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 50px;
}
@media (max-width: 990px) {
  .landing17 .top_content {
    text-align: center;
  }
}
.landing17 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  max-height: 40px;
}
.landing17 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing17 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing17 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing17 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing17 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing17 .app_link {
  display: inline-block;
  clear: both;
  margin: 10px 0;
  float: left;
}
.landing17 .md_font {
  font-weight: 700;
  line-height: 55px;
  max-width: 510px;
}
@media only screen and (max-width: 768px) {
  .landing17 .md_font {
    max-width: none;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .landing17 .md_font {
    line-height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .landing17 .md_font {
    line-height: 35px;
  }
}
.landing17 .landing17_social {
  margin: 40px 0;
}
.landing17 .landing17_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  .landing17 .landing17_social ul {
    text-align: center;
  }
}
.landing17 .landing17_social ul li {
  display: inline-block;
  padding: 0 12px;
}
.landing17 .landing17_social ul li:first-child {
  padding-left: 0;
}
.landing17 .landing17_social ul li .fa {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.landing17 .landing17_social ul li .fa:active,
.landing17 .landing17_social ul li .fa:hover,
.landing17 .landing17_social ul li .fa:focus {
  background-color: #056faa;
  color: #ffffff;
  border: 1px solid #056faa;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.landing17 .col-md-6 {
  position: relative;
}
.landing17 .col-md-6:first-child:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: 25px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 768px) {
  .landing17 .col-md-6:first-child:after {
    width: auto;
    height: 1px;
    right: 15px;
    left: 15px;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 540px) {
  .landing17 .col-md-6:first-child:after {
    display: none !important;
  }
}
.landing17 .brand_list {
  width: 100%;
  padding: 60px 0;
  margin: 60px 0 0;
  font-size: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.landing17 .brand_list li {
  display: inline-block;
  width: 20%;
  text-align: center;
  height: 45px;
  position: relative;
}
.landing17 .brand_list li img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
@media only screen and (max-width: 768px) {
  .landing17 .brand_list {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .landing17 .brand_list {
    margin-top: 25px;
    padding: 25px 0;
  }
}
.landing18 {
  color: #ffffff;
}
@media only screen and (max-width: 576px) {
  .landing18 .mid_content {
    top: 75px;
    transform: none;
  }
}
.landing18.main_bg {
  background-image: url(../images/background-12.jpg);
}
.landing18 .md_font {
  font-weight: 600;
}
.landing18 h3 {
  margin-bottom: 35px;
}
.landing18 p {
  font-size: 16px;
  line-height: 24px;
  max-width: 740px;
  margin: 0 auto;
}
.landing18 .main_logo {
  display: block;
  width: 200px;
  height: 150px;
  max-width: none;
  max-height: none;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .landing18 .main_logo {
    width: 150px;
    height: 100px;
  }
}
.landing18 .phone_call {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px 0 4px;
  height: 45px;
  line-height: 42px;
  border-radius: 25px;
  position: relative;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.landing18 .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #056faa;
}
.landing18 .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing18 .app_link {
  padding: 0;
  margin: 50px 0;
  float: left;
  width: 100%;
  position: relative;
}
.landing18 .app_link:before,
.landing18 .app_link:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  height: 1px;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 576px) {
  .landing18 .app_link:before,
  .landing18 .app_link:after {
    display: none;
  }
}
.landing18 .app_link:before {
  left: 0;
}
.landing18 .app_link:after {
  right: 0;
}
.landing18 .app_link li {
  display: inline-block;
  margin: 0 8px;
}
.landing18 .app_link li a {
  display: block;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-radius: 50%;
  color: #2a2c28;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 576px) {
  .landing18 .app_link {
    margin: 25px 0;
  }
}
.landing18 .brand_list {
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
  font-size: 0;
  clear: both;
  float: left;
}
.landing18 .brand_list li {
  display: inline-block;
  width: 20%;
  text-align: center;
  height: 45px;
  position: relative;
}
.landing18 .brand_list li img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
@media only screen and (max-width: 576px) {
  .landing18 .brand_list {
    margin-top: 25px;
  }
}
.landing19 {
  color: #ffffff;
}
.landing19.main_bg {
  background-image: url(../images/background-13.jpg);
}
.landing19 .md_font {
  font-weight: 600;
  line-height: 55px;
}
@media only screen and (max-width: 1366px) {
  .landing19 .md_font {
    font-size: 37px;
    line-height: 43px;
  }
}
.landing19 em {
  font-size: 16px;
  line-height: 24px;
  max-width: 400px;
  display: inline-block;
}
@media only screen and (max-width: 1366px) {
  .landing19 em {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .landing19 em {
    margin-bottom: 25px;
  }
}
.landing19 .landing19_social {
  margin-bottom: 40px;
  margin-top: 20px;
}
.landing19 .landing19_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  .landing19 .landing19_social ul {
    text-align: center;
  }
}
.landing19 .landing19_social ul li {
  display: inline-block;
  padding: 0 12px;
}
.landing19 .landing19_social ul li:first-child {
  padding-left: 0;
}
.landing19 .landing19_social ul li .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #2a2c28;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.landing19 .landing19_social ul li .fa:active,
.landing19 .landing19_social ul li .fa:hover,
.landing19 .landing19_social ul li .fa:focus {
  background-color: #056faa;
  color: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.landing19 .top_content {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 25px;
}
@media (max-width: 990px) {
  .landing19 .top_content {
    text-align: center;
  }
}
.landing19 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  max-height: 40px;
}
.landing19 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing19 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing19 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing19 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing19 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing19 .form_sec {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 50px;
  max-width: 580px;
  float: right;
  width: 100%;
}
.landing19 .form_sec input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
}
.landing19 .form_sec input::-webkit-input-placeholder {
  color: #ffffff;
}
.landing19 .form_sec input::-moz-placeholder {
  color: #ffffff;
}
.landing19 .form_sec input:-ms-input-placeholder {
  color: #ffffff;
}
.landing19 .form_sec input:-moz-placeholder {
  color: #ffffff;
}
@media only screen and (max-width: 1366px) {
  .landing19 .form_sec input {
    height: 40px;
  }
}
.landing19 .form_sec button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #ffffff;
  color: #2a2c28;
  border-radius: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 1366px) {
  .landing19 .form_sec button {
    height: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .landing19 .form_sec {
    max-width: 454px;
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .landing19 .form_sec {
    width: 100%;
    max-width: none;
    float: none;
  }
}
@media only screen and (max-width: 576px) {
  .landing19 .form_sec {
    padding: 20px;
    float: none;
  }
}
.landing19 .mobile_img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 990px) {
  .landing19 .mobile_img {
    width: 100% !important;
    height: auto;
  }
}
.landing19 .app_link {
  padding: 30px 0 20px;
  margin: 50px auto 0;
  font-size: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  margin-bottom: 25px;
}
.landing19 .app_link li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
}
.landing19 .app_link li a {
  color: #ffffff;
  display: block;
  height: 40px;
  width: 160px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #ffffff;
  line-height: 38px;
}
.landing19 .app_link li a i {
  padding-right: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .landing19 .app_link li {
    padding: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  .landing19 .app_link {
    padding: 25px 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .landing19 .app_link {
    width: 100%;
    float: left;
    clear: both;
  }
}
.landing19 .mid_content {
  top: 30%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  transform: translateY(-30%);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .landing19 .mid_content {
    top: 40px;
    transform: none;
  }
}
.landing19 .footer_logo_list {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .landing19 .footer_logo_list {
    padding: 150px 0 50px;
  }
}
@media only screen and (max-width: 992px) {
  .landing19 .footer_logo_list {
    padding: 100px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .landing19 .footer_logo_list {
    position: relative;
  }
}
.landing19 .brand_list {
  width: 100%;
  padding: 0;
  font-size: 0;
  clear: both;
  float: left;
}
.landing19 .brand_list li {
  display: inline-block;
  width: 20%;
  text-align: center;
  height: 45px;
  position: relative;
}
.landing19 .brand_list li img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
@media only screen and (max-width: 1366px) {
  .landing19 .mobile_img {
    max-width: 850px;
  }
}
@media only screen and (max-width: 992px) {
  .landing19 .mobile_img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .landing19 .mobile_img {
    max-width: none;
    width: 75%;
  }
}
.landing20 {
  color: #2a2c28;
  height: auto;
}
.landing20 .top_bg_banner {
  background-image: url(../images/background-14.jpg);
  min-height: 400px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1366px) {
  .landing20 .top_bg_banner {
    min-height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .landing20 .top_bg_banner {
    height: 200px;
  }
}
.landing20 .top_content {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
}
@media (max-width: 990px) {
  .landing20 .top_content {
    text-align: center;
    top: 20px;
  }
}
.landing20 .top_content .main_logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  max-height: 40px;
}
.landing20 .top_content .main_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing20 .top_content .phone_call {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size: 20px;
  background-color: #056faa;
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .landing20 .top_content .phone_call {
    float: none;
    margin-top: 20px;
  }
}
.landing20 .top_content .phone_call::before {
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing20 .top_content .phone_call:hover {
  background-color: #044f78;
  transition: all 0.3s ease-in-out;
}
.landing20 .sec_content .nn_row {
  display: table;
}
@media only screen and (max-width: 768px) {
  .landing20 .sec_content .nn_row {
    display: block;
  }
}
.landing20 .sec_content .nn_col {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0 75px;
}
@media only screen and (max-width: 992px) {
  .landing20 .sec_content .nn_col {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .landing20 .sec_content .nn_col {
    display: block;
    text-align: left;
  }
}
.landing20 .landing20_social {
  margin-top: 20px;
}
.landing20 .landing20_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing20 .landing20_social ul li {
  display: inline-block;
  padding-left: 15px;
}
.landing20 .landing20_social ul li .fa {
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background-color: #056faa;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  border: 2px solid transparent;
  transition: all ease-in-out 150ms;
}
.landing20 .landing20_social ul li .fa:active,
.landing20 .landing20_social ul li .fa:hover,
.landing20 .landing20_social ul li .fa:focus {
  background-color: transparent;
  color: #056faa;
  border: 2px solid #056faa;
}
.landing20 h1 {
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 10px;
}
.landing20 p {
  font-size: 16px;
  line-height: 24px;
  color: #b5acac;
}
.landing20 .form_btn_col {
  margin-top: 30px;
}
.landing20 .form_btn_col span {
  font-size: 30px;
  display: inline-block;
  margin: 0 10px;
  line-height: 50px;
  color: #949397;
}
.landing20 .form_btn_col .btn_form {
  color: #ffffff;
  margin-right: 0;
  margin-left: 20px;
}
.landing20 .form_btn_col .btn_form span {
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
}
.landing20 .sec_list {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  max-width: 500px;
}
.landing20 .sec_list li {
  display: table;
  float: left;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #e5e2e2;
}
.landing20 .sec_list li:last-child {
  border: none;
}
.landing20 .sec_list li i {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .landing20 .sec_list li i {
    width: 80px;
  }
}
.landing20 .sec_list li span {
  display: table-cell;
  vertical-align: middle;
}
.landing20 .sec_list li b {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.landing20 .sec_list li small {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #b5acac;
}
@media only screen and (max-width: 1366px) {
  .landing20 .sec_list li {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .landing20 .sec_list {
    max-width: none;
  }
}
