@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('ProximaNova-Semibold.woff2') format('woff2'), url('ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue.woff2') format('woff2'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: 'Proxima Nova Rg';
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: bold;
}

ul,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.2s linear;
  text-decoration: none;
  color: #0b43cf;
}

p {
  font-size: 18px;
  padding: 0;
  font-style: normal;
  margin: 0;
}

.section-scroll {
  scroll-margin-top: 70px;
}

button:focus {
  outline: 0px !important;
}

.container {
  max-width: 1150px;
}

.container.inn {
  max-width: 800px;
}

.top_bar {
  padding: 25px 0;
  background: #f2f2f2;
}

.header_b {
  text-align: center;
  padding: 60px 0 45px 0;
  background: #1f1f1f url("../images/header_bg.jpg") no-repeat center center;
  background-size: cover;
}

.header_b .container {
  max-width: 570px;
}

.h_txt {
  background: #d3f2fc;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 2px 7px 17px -14px rgba(107, 106, 107, 1);
  -moz-box-shadow: 2px 7px 17px -14px rgba(107, 106, 107, 1);
  box-shadow: 2px 7px 17px -14px rgba(107, 106, 107, 1);
}

.h_txt_inn {
  padding: 0;
  justify-content: center;
}

.h_txt_inn h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.h_txt_inn h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  padding: 10px 0 30px 0;
}

.h_txt_inn p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0 0 0;
}

.col-md-6.h_txt {
  padding-right: 0;
}

.col-md-6.h_img {
  padding-left: 0;
}

.col-md-6.h_img img {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sec_2 {
  padding: 60px 0 0 0;
  text-align: center;
}

.sec_2 .container {
  max-width: 615px;
}

.sec_2 h2 {
  padding: 0;
  font-size: 32px;
  line-height: 45px;
}

.sec_2 h2 span {
  color: #0348ab;
}

.btm_area {
  padding: 60px 0 60px 0;
  text-align: center;
}

.btm_area p {
  font-size: 11px;
  color: #b4b3b3;
  text-align: center;
  line-height: 16px;
}

.btm_area p span {
  font-size: 14px;
  color: #0348ab;
  font-weight: 600;
}

.btm_area h2 {
  font-size: 25px;
}

.btm_area h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 45px 0;
}

/*form*/
.form_in {
  margin: 20px 0 20px 0;
  background: #000;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form_sec h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 10px 0 20px 0;
}

.form-check.form_align {
  text-align: center;
  margin: 0 0 15px 0;
}

.form-check.form_align.reset_p {
  padding: 0;
}

.form-check.form_align select {
  font-size: 18px;
  width: 100%;
  padding: 10px 10px;
  background: #fff;
  border: 0;
}

.clearfix.margin_reset {
  margin-top: 20px;
}

.button_form {
  margin: 20px 0 20px 0;
  text-align: right;
}

.btn02 {
  border-radius: 5px;
  background: none;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  width: 250px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  margin: 0 0 10px 0px;
  border: 1px solid #ffff;
}

.btn02:hover {
  background: #fff;
  color: #222;
  border: 1px solid #ffff;
  text-decoration: none;
}

.btn03 {
  border-radius: 5px;
  background-color: #7c090c;
  color: #fff;
  padding: 10px 0px;
  font-size: 18px;
  width: 250px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0 0px;
}

.btn03:hover {
  text-decoration: none;
  background-color: #ffff;
  color: #222;
}

button.btn03 {
  border-radius: 5px;
  background-color: #cc3366;
  color: #fff;
  padding: 10px 0px;
  font-size: 15px;
  float: right;
  width: 130px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
  border: 0;
}

button.btn03:hover {
  text-decoration: none;
}

.form-check.form_align {
  text-align: left;
}

.form-group.f_holder {
  margin-bottom: 15px;
  text-align: left;
}

.form-group.f_holder label {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

.form-group.f_holder label span {
  color: #ff0000;
}

.form-group.f_holder input {
  margin: 2px 0 0 0;
}

.form-group.f_holder label.form-check-label {
  font-size: 12px;
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
}

.form-group.f_holder label.form-check-label a {
  color: #c83366;
}

.form-group.f_holder label.form-check-label a:hover {}

.sec2 {
  padding: 55px 0 40px 0;
  background: #d80000;
  text-align: center;
}

.agent_btm_b {
  padding: 60px 0 60px 0;
  background: #1f1f1f;
}

.agent_btm_b h2 {
  margin: 0px 0 20px 0;
  font-size: 26px;
}

.agent_btm_b a {
  background: #0348ab;
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.agent_btm_b a:hover {
  text-decoration: none;
  background: #02367f;
}

.h_txt_inn a img:hover {
  opacity: .8;
  transition: all 0.2s linear;
}

.h_txt_inn.inn_p {
  padding: 25px 25px 40px 25px;
  background: #d3f2fc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 2px 7px 17px -14px rgba(107, 106, 107, 1);
  -moz-box-shadow: 2px 7px 17px -14px rgba(107, 106, 107, 1);
  box-shadow: 2px 7px 17px -14px rgba(107, 106, 107, 1);
}

.h_txt_inn.inn_p h2 {
  color: #333;
}

.h_txt_inn.inn_p h2.sm_txt {
  font-size: 25px;
  padding: 5px 0 0 0;
  color: #1f59a3;
}

.h_txt_inn.inn_p h3 {
  font-size: 20px;
  color: #474849;
  font-weight: 600;
  line-height: 35px;
  padding: 40px 0 10px 0;
}

.h_txt_inn.inn_p a {
  background: #0348ab;
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.h_txt_inn.inn_p a:hover {
  text-decoration: none;
  background: #02367f;
}

.btm_txt.inn {
  padding: 20px 0;
  margin: 30px 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #efefef;
}

.top_bar_rt {
  text-align: right;
}

.top_bar_rt a {
  background: #9e2327;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px;
  font-family: 'Bebas Neue';
}

.top_bar_rt a:hover {
  background: #420909;
}

.form_in_control input.form-control {
  font-size: 15px;
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 0 0 5px 0;
}

.form_in_control textarea.form-control {
  font-size: 15px;
  margin: 0;
  border: 1px solid #000;
  padding: 5px 10px;
  width: 100%;
  height: 100px;
  resize: none
}

p.f_txt {
  font-size: 14.67px;
  color: #646464;
  text-align: center;
  line-height: 16px;
  margin: 00px 0 0 0;
}

p.f_txt a {
  color: #5667cf;
}

.logo.reset {
  text-align: center;
}


.inn_block_h {
  background: #7c090c;
  text-align: center;
  padding: 40px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.form_sec ul {
  margin: 28px 0 30px 0;
}

.form_sec ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  list-style: none;
  font-size: 16px;
  color: #fff;
  text-align: left;
  background: url("../images/icon_arrow.png") no-repeat left 4px;
}

p.l_form_txt {
  margin: 0px 0 20px 0;
  padding: 0;
}

p.l_form_txt span {
  color: #389ce1;
}

@media (max-width: 1100px) {
  .h_txt_inn h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .h_txt_inn h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0 20px 0;
  }
}

@media (max-width: 768px) {
  .logo {
    text-align: center;
  }

  .top_bar_rt {
    text-align: center;
    margin: 0px;
  }

  .h_txt {
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .col-md-6.h_txt {
    padding-right: 15px;
  }

  .top_bar .bg {
    background: #eeeeee;
  }

  .logo {
    padding: 10px 0;
  }

  .top_bar {
    padding: 0 0 25px 0;
  }

  .btm_txt .lft,
  .btm_txt .rt {
    text-align: center;
  }

  a.btn02 {
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
  }

  a.btn03 {
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
  }

  .form_sec h2 {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 0 0 5px 0;
  }

  .form-check.form_align select {
    font-size: 16px;
    padding: 5px 5px;
  }

  .btm_txt.inn {
    position: relative;
  }

  .header_b {
    padding: 30px 0;
  }

  .form_in {
    margin: 20px 0 20px 0;
    padding: 20px;
  }

  .btm_area h3 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 13px 0;
  }

  .inn_block_h {
    padding: 20px 10px;
    font-size: 20px;
  }

  .inn_block_h br {
    display: none;
  }



}

@media (max-width: 480px) {
  .h_txt_inn h2 {
    font-size: 25px;
  }

  .h_txt_inn h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 20px 0;
  }

  .h_txt_inn p {
    font-size: 13px;
  }

  .sec_2 {
    padding: 30px 0 0 0;
  }

  .sec_2 h2 {
    padding: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .btm_area {
    padding: 30px 0 30px 0;
  }

  .btm_txt {
    padding: 20px 0;
    margin: 30px 0 0 0;
  }

  .h_txt_inn.inn_p h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 40px 0 10px 0;
  }

  .h_txt_inn.inn_p h3 br {
    display: none;
  }
}

.fineprint {
  font-family: "Open Sans";
  font-size: 12px;
  text-decoration: none;
  color: #A9A9A9;
  --color: #A9A9A9;
  background-color: transparent;
  line-height: 135%;
}