body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #080808;
  font-family: 'ITCAvantGardePro-Bk', sans-serif;
  font-size: 15px;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
@font-face {
  font-family: 'ITCAvantGardePro-Demi';
  src: url('../font/ITCAvantGardePro-Demi.eot');
  src: url('../font/ITCAvantGardePro-Demi.eot?#iefix') format('embedded-opentype'), url('../font/ITCAvantGardePro-Demi.woff') format('woff'), url('../font/ITCAvantGardePro-Demi.woff2') format('woff'), url('../font/ITCAvantGardePro-Demi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardePro-Bk';
  src: url('../font/ITCAvantGardePro-Bk.eot');
  src: url('../font/ITCAvantGardePro-Bk.eot?#iefix') format('embedded-opentype'), url('../font/ITCAvantGardePro-Bk.woff') format('woff'), url('../font/ITCAvantGardePro-Bk.woff2') format('woff'), url('../font/ITCAvantGardePro-Bk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardePro-Bold';
  src: url('../font/ITCAvantGardePro-Bold.eot');
  src: url('../font/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ITCAvantGardePro-Bold.woff') format('woff'), url('../font/ITCAvantGardePro-Bold.woff2') format('woff'), url('../font/ITCAvantGardePro-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}
strong {
  font-weight: 700 !important;
}
.section-pt {
  padding-top: 50px;
}
@media (min-width: 991px) {
  .section-pt {
    padding-top: 60px;
  }
}
.section-pb {
  padding-bottom: 50px;
}
@media (min-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
.hide {
  display: none;
}
.error {
  color: red;
}
.success {
  color: green;
}
.alert-danger {
  color: red;
  background-color: transparent;
  border-color: transparent;
  padding: 0 0 10px 0;
}
.error-msg {
  color: red;
  font-size: 13px;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
p.md {
  font-size: 18px;
}
.nav-opened .main-menu {
  transform: translate(0, 0);
}
.main-banner {
  height: 90vh;
  position: relative;
}
.main-banner .middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.main-banner .title {
  font-size: 70px;
  font-family: 'ITCAvantGardePro-Demi', sans-serif;
  line-height: 1.2;
}
.main-banner .subtitle {
  font-size: 49px;
  background: #0038AE;
  display: inline-block;
  padding: 5px 21px;
  border-radius: 5px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.main-banner .subtitle span {
  font-family: 'ITCAvantGardePro-Demi', sans-serif;
}
header {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  color: #fff;
  padding-top: 30px;
}
header .off {
  display: none;
}
header .main-nav {
  margin-bottom: -6px;
}
header .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .main-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 7px;
}
header .phone {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 7px;
  font-size: 13px;
}
.demo {
  background-color: #ffffff;
  height: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  margin-top: -30px;
}
.demo .ab {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}
.blue-tr {
  background: rgba(0, 56, 174, 0.6);
  color: #fff;
  position: relative;
  border-radius: 15px;
  padding: 15px 50px 25px 50px;
  margin-top: -30px;
}
.blue-tr .arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
}
.blue-tr .demo-btn {
  margin-bottom: 15px;
}
.blue-tr .demo-btn a {
  background: #ED145B;
  padding: 15px 45px 15px 45px;
  border-radius: 7px;
}
.blue-tr .demo-btn a:hover {
  color: #ED145B;
  background-color: #fff;
}
footer {
  background-image: linear-gradient(to bottom, #0038ae, #172e8c, #1b246c, #1a1b4d, #151331);
  padding: 200px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-top: -20px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  padding-bottom: 12px;
}
footer ul li:hover {
  color: #ED145B;
}
footer ul.social li {
  display: inline-block;
  margin-right: 20px;
}
footer .back-to-top {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.title-xl.color-green {
  font-size: 43px;
  color: #8EBE3F;
  font-family: 'ITCAvantGardePro-Demi', sans-serif;
  padding-bottom: 9px;
}
.title-xs {
  font-family: 'ITCAvantGardePro-Demi', sans-serif;
  font-size: 22px;
  padding-bottom: 15px;
  line-height: 1.3;
}
.bg-gray {
  background: #F2F2F2;
  padding: 80px 0 20px 0;
}
.green-box {
  background: #8EBE3F;
  border-radius: 30px;
  color: #fff;
  padding: 100px 80px 60px 80px;
  margin-bottom: 60px;
}
.green-box .title {
  font-size: 35px;
  padding-bottom: 18px;
}
.title-md {
  font-size: 47px;
  margin-bottom: 14px;
}
.subtitle-md {
  font-size: 21px;
  padding-bottom: 35px;
}
.color-blue {
  color: #0038AE;
}
.content-left {
  padding-left: 50px;
  padding-bottom: 80px;
}
.content-left .item-white {
  background: #fff;
  padding: 0 60px 40px 0;
  border-radius: 20px;
  margin-bottom: 50px;
}
.content-left .title-img {
  margin-left: -50px;
}
.white-box {
  background: #fff;
  border-radius: 20px;
  padding: 60px 100px 55px 100px;
  margin-top: -350px;
  z-index: 1;
  position: relative;
  margin-bottom: 80px;
}
.white-box .blue-box {
  background: #0038AE;
  color: #fff;
  padding: 40px 30px 30px 30px;
  border-radius: 15px;
  height: 68%;
  position: relative;
}
.white-box .blue-box.green {
  background: #8EBE3F;
  height: 94%;
}
.white-box .blue-box .icon {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.white-box .blue-box .title {
  font-size: 31px;
  line-height: 1.2;
  padding-bottom: 25px;
}
@media (min-width: 1200px) and (max-height: 700px) {
  .main-banner .title {
    font-size: 60px;
  }
  .main-banner .subtitle {
    font-size: 42px;
  }
  .main-banner p.md {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
  footer {
    padding: 165px 0;
  }
  .white-box {
    margin-top: -200px;
  }
}
@media (max-width: 1199px) {
  .main-banner .title {
    font-size: 60px;
  }
  .main-banner .subtitle {
    font-size: 42px;
  }
  .main-banner p.md {
    font-size: 18px;
  }
  .white-box .blue-box .title {
    font-size: 28px;
  }
  .white-box {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  header {
    position: static;
    padding: 10px 0 20px 0;
  }
  header .on {
    display: none;
  }
  header .off {
    display: block;
  }
  header .logo img {
    width: 165px;
    margin: 0 auto;
  }
  .main-banner .title {
    font-size: 42px;
    font-family: 'ITCAvantGardePro-Bk', sans-serif;
  }
  .main-banner .subtitle span {
    font-family: 'ITCAvantGardePro-Bk', sans-serif;
  }
  .main-banner .subtitle {
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .main-banner p.md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-banner p.md br {
    display: none;
  }
  .main-banner {
    height: 80vh;
  }
  .blue-tr {
    padding: 41px 50px 25px 50px;
    margin-top: -30px;
    text-align: center;
  }
  .demo {
    height: 65px;
    margin-top: -60px;
    margin-bottom: 80px;
  }
  .blue-tr .demo-btn {
    width: 100%;
    background: #ED145B;
    border-radius: 5px;
  }
  .blue-tr .demo-btn a {
    padding: 15px 0 15px 0;
    display: block;
  }
  .blue-tr .azure-btn .w {
    background: #fff;
    border-radius: 5px;
  }
  .blue-tr .azure-btn p {
    padding-bottom: 5px;
  }
  .subtitle-md {
    font-size: 21px;
    padding-bottom: 75px;
  }
  .content-left {
    padding-left: 10px;
    padding-bottom: 0;
  }
  .content-left .title-img {
    margin-left: 0;
    margin-top: -40px;
  }
  .content-left .item-white {
    padding: 0 20px 50px 20px;
    margin-bottom: 90px;
  }
  .white-box {
    padding: 60px 20px 55px 20px;
    margin-bottom: 70px;
  }
  .white-box .blue-box {
    padding: 40px 30px 150px 30px;
    height: auto;
    margin-bottom: 30px;
  }
  .white-box .blue-box.green {
    height: auto;
  }
  .white-box .blue-box .title {
    font-size: 33px;
    padding-bottom: 40px;
  }
  .nr-icon {
    text-align: center;
    margin-bottom: 30px;
  }
  .nr-icon img {
    width: 134px;
  }
  .md-on-mob {
    font-size: 23px;
  }
  footer {
    padding: 100px 30px 90px 30px;
    font-size: 16px;
  }
  footer .social {
    padding-bottom: 10px;
  }
  footer ul.social li {
    margin: 0 7px 5px 7px;
  }
  footer .social li:first-child {
    display: block;
  }
}
@media (max-width: 575px) {
  .map-sec {
    overflow: hidden;
  }
  .map-mobile {
    overflow-x: scroll;
  }
  .bg-gray {
    padding: 60px 0 20px 0;
  }
  .green-box {
    padding: 50px 20px 50px 20px;
    margin-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .green-box .text {
    padding-top: 35px;
    font-size: 19px;
  }
  .title-md {
    font-size: 42px;
    line-height: 1.3;
  }
}
/*cookie bar*/
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 1.3;
}
.cookie-popup .bt-toggle-cookie {
  background: rgba(0, 56, 174, 0.6);
  color: #fff;
  font-size: 22px;
  padding: 10px;
  border-radius: 0 12px 0 0 ;
  float: left;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.cookie-popup .cookie-popup-content {
  padding: 20px 20px 20px;
  font-size: 14px;
  background: rgba(0, 56, 174, 0.6);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cookie-popup .cookie-popup-content.active {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.cookie-popup .cookie-btn-grp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: 475px;
  min-width: 300px;
  text-align: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cookie-popup .bt-more {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .cookie-popup .cookie-popup-content {
    display: block;
  }
  .cookie-popup .cookie-btn-grp {
    margin-top: 15px;
    max-width: 100%;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    min-width: auto;
  }
}
.cookie-popup .cookie-popup-content a {
  color: #fff;
  text-decoration: underline !important;
}
.cookie-popup .more a {
  margin-right: 5px;
}
.cookie-popup form {
  margin: 0;
}
.cookie-agree-button {
  border: none;
  background-color: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
}
/*cookie modal*/
.cookie-modal .custom-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
}
.cookie-modal .custom-checkbox .custom-control-label:after {
  display: none;
}
.cookie-modal .custom-checkbox label {
  width: 100%;
  margin: 0 !important;
  position: relative;
  cursor: pointer;
}
.cookie-modal .custom-checkbox label:before {
  display: none;
}
.cookie-modal .custom-checkbox input {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  height: 14px;
}
.cookie-modal .custom-checkbox span {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  padding-left: 50px;
}
.cookie-modal .custom-checkbox span:before {
  width: 20px;
  height: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8), 0px 1px 1px 0px rgba(0, 0, 0, 0.8), 0px 2px 1px -1px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -55%);
  -moz-transform: translate(-20%, -55%);
  -ms-transform: translate(-20%, -55%);
  -o-transform: translate(-20%, -55%);
  transform: translate(-20%, -55%);
  z-index: 1;
}
.cookie-modal .custom-checkbox span:after {
  display: block;
  content: '';
  color: #000;
  width: 34px;
  height: 14px;
  border-radius: 7px;
  background-color: #9c9c9c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -55%);
  -moz-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  -o-transform: translate(0, -55%);
  transform: translate(0, -55%);
  z-index: 0;
}
.cookie-modal .custom-checkbox input ~ span.checked {
  display: none;
}
.cookie-modal .custom-checkbox input ~ span.unchecked {
  display: block;
}
.cookie-modal .custom-checkbox input:checked ~ span.checked {
  display: block !important;
}
.cookie-modal .custom-checkbox input:checked ~ span.unchecked {
  display: none !important;
}
.cookie-modal .custom-checkbox input:checked + span:after {
  background-color: #adeeba;
}
.cookie-modal .custom-checkbox input:checked + span:before {
  background-color: #00b723;
  left: 25px;
}
.cookie-modal .modal-body {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.3;
}
.cookie-modal .modal-body a {
  color: #000;
}
.cookie-modal .cookie-agree-button {
  border: 1px solid #000;
  background-color: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: 0.3s ease-out;
}
.cookie-modal .modal-footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.cookie-modal .modal-title {
  font-size: 21px;
}
.cookie-modal button.close {
  color: #c72219 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c72219;
}
.cookie-modal .tab-grp {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 190px 1 1;
  -ms-flex: 190px 1 1;
  flex: 190px 1 1;
}
.cookie-modal .tab-grp .tab {
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid #cac7c7;
  margin-right: 20px;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
  display: block;
}
.cookie-modal .tab-grp .tab.active {
  background-color: #fff;
}
.cookie-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px !important;
}
.cookie-modal .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.cookie-modal .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@font-face {
  font-family: 'ITCAvantGardePro-Demi';
  src: url('../font/ITCAvantGardePro-Demi.eot');
  src: url('../font/ITCAvantGardePro-Demi.eot?#iefix') format('embedded-opentype'), url('../font/ITCAvantGardePro-Demi.woff') format('woff'), url('../font/ITCAvantGardePro-Demi.woff2') format('woff'), url('../font/ITCAvantGardePro-Demi.ttf') format('truetype'), url('../font/ITCAvantGardePro-Demi.svg#ITCAvantGardePro-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardePro-Bk';
  src: url('../font/ITCAvantGardePro-Bk.eot');
  src: url('../font/ITCAvantGardePro-Bk.eot?#iefix') format('embedded-opentype'), url('../font/ITCAvantGardePro-Bk.woff') format('woff'), url('../font/ITCAvantGardePro-Bk.woff2') format('woff'), url('../font/ITCAvantGardePro-Bk.ttf') format('truetype'), url('../font/ITCAvantGardePro-Bk.svg#ITCAvantGardePro-Bk') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardePro-Bold';
  src: url('../font/ITCAvantGardePro-Bold.eot');
  src: url('../font/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ITCAvantGardePro-Bold.woff') format('woff'), url('../font/ITCAvantGardePro-Bold.woff2') format('woff'), url('../font/ITCAvantGardePro-Bold.ttf') format('truetype'), url('../font/ITCAvantGardePro-Bold.svg#ITCAvantGardePro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
