body {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
  /*18px*/
  font-size: 18px;
  height: 1.2em;
  color: #000;
  line-height: 1.3;
}

html,
body {
  min-height: 100vh;
  position: relative;
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 991px) {
  section {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.left {text-align: left;}


.text-shadow, .main-title {
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
}

.text-shadow {
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
}

hr.dotted {
  border: none;
  border-top: 2px dotted #45286a;
  color: #45286a;
  background-color: transparent;
  height: 2px;
  width: 100%;
}

.pdf-iframe {
  height: 750px;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .pdf-iframe {
    height: 400px;
  }
}

.line-del {
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
}

.clearfix {
  /*position: relative;*/
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* table */
.tbl {
  border: 1px solid #c9c9c9;;
  /* padding: 10px;
  border-collapse: unset; */
}

.tbl tr {
  border-bottom: 1px solid #c9c9c9;;
}

.tbl td {
  border: 1px solid #c9c9c9;;
  padding: 7px;
}

.hidden {
  display: none;
  font-size: 15px;
  color: #0090CB;
  text-align: center;
  padding-top: 5px;
}


.user-list {
  padding-bottom: 0px;
}

.user-list li {
  padding-left: 45px;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  position: relative;
  min-height: 35px;
  margin-bottom: 25px;
  margin-top: 10px;
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 479px) {
  .user-list li {
    padding-left: 45px;
  }
}

.user-list li:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../img/mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .user-list li:before {
    width: 40px;
    height: 39px;
  }
}

@media print, screen and (max-width: 479px) {
  .user-list li:before {
    width: 35px;
    height: 34px;
  }
}

.logo-list {
  margin-bottom: 20px;
  padding-top: 7px;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .logo-list {
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 479px) {
  .logo-list {
    padding-left: 0;
  }
}

.logo-list li {
  flex: 0 0 48%;
  padding-left: 80px;
  position: relative;
  min-height: 78px;
  margin-bottom: 35px;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .logo-list li {
    flex: 0 0 100%;
  }
}

@media print, screen and (max-width: 479px) {
  .logo-list li {
    padding-left: 15px;
  }
}

.logo-list li:nth-child(2n+1) {
  flex: 0 0 52%;
  padding-right: 35px;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .logo-list li:nth-child(2n+1) {
    flex: 0 0 100%;
    padding-right: 0px;
  }
}

@media print, screen and (max-width: 479px) {
  .logo-list li:nth-child(2n+1) {
    padding-left: 15px;
  }
}

.logo-list li:before {
  content: '';
  display: block;
  width: 60px;
  height: 65px;
  background-image: url(../img/logo-mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0px;
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 479px) {
  .logo-list li:before {
    position: relative;
    margin-bottom: 20px;
  }
}

.logo-list .title {
  padding-right: 30px;
}

.logo-list p {
  color: #202020;
  font-weight: 300;
  line-height: 1.2;
}

.some-list {
  margin-bottom: 20px;
  padding-top: 7px;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .some-list {
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 479px) {
  .some-list {
    padding-left: 0;
  }
}

.some-list li {
  flex: 0 0 48%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 35px;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .some-list li {
    flex: 0 0 100%;
  }
}

@media print, screen and (max-width: 479px) {
  .some-list li {
    padding-left: 15px;
  }
}

.logo-list li:nth-child(2n+1) {
  flex: 0 0 52%;
  padding-right: 35px;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  .some-list li:nth-child(2n+1) {
    flex: 0 0 100%;
    padding-right: 0px;
  }
}

@media print, screen and (max-width: 479px) {
  .some-list li:nth-child(2n+1) {
    padding-left: 15px;
  }
}

.some-list li:before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(../img/arrow-blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0px;
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 479px) {
  .some-list li:before {
    position: relative;
    margin-bottom: 20px;
  }
}

.some-list .title {
  padding-right: 30px;
}

.some-list p {
  color: #202020;
  font-weight: 300;
  line-height: 1.2;
}


.book-block {
    /* background-color: #fafafa; */
    border: 1px solid #d8d8d8;
    border-radius: 0px 0px 0px 0px;
    padding: 20px;
    min-height: 500px;
}

.book-cover {
  max-width: 100%;
}

.single {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.single-thin {
  max-width: 640px !important;
  margin: 0 auto !important;
}

@media print, screen and (max-width: 479px) {
  .book-cover {
    max-width: 50%;
  }
  .single {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

.navbar {
  overflow: hidden;
  background-color: #0090cb;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  margin: 0 auto;
  padding: 5px 0px;
}
.navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: left;
  padding: 7px 20px;
  text-decoration: none;
  font-size: 15px;
}

.navbar a:hover {
  color: rgb(226, 234, 255);
}
.nav_width {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 479px) {
  .navbar a {
    padding: 0px 11px 7px;
  }
  .navbar-brand {
    margin-top: 10px;
  }
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.blue-section {
  /* position: relative;
  z-index: -1;
  overflow: hidden; */
}

.blue-section .container {
  position: relative;
  z-index: 3;
}

.btn {
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 7px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  background-color: #f7f7f7;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}



@media print, screen and (max-width: 991px) {
  .btn {
    padding-right: 17px;
    padding-left: 17px;
    white-space: pre-line;
  }
}

.btn:hover {
  /* background-color: #d1621d; */
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.b-pink {
  background-color: #df3184;
}
.b-pink:hover {
  background-color: #bb1f6b;
}
.b-orange {
  background-color: #FF8C04;
}
.b-orange:hover {
  background-color: #db7c08;
}
.b-red {
  background-color: #e94a35;
}
.b-red:hover {
  background-color: #be3c2b;
}
.b-blue {
  background-color: #0090CB;
}
.b-blue:hover {
  background-color: #0c76a0;
}
.b-eng-blue {
  background-color: #6b85c2;
}
.b-eng-blue:hover {
  background-color: #526ba5;
}
.b-border {
  background-color: #fff;
  color: #0090cb;
  border: 1px solid #0090cb;
}
.b-border:hover {
  background-color: #e9f9ff;
  color: #087aa7;
}
.btn-overlay {
  /*40px*/
  font-size: 40px;
  font-weight: 900;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
  min-width: 500px;
  background-color: #ee813c;
  color: #fff;
  border: 5px solid transparent;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 1199px) {
  .btn-overlay {
    min-width: 400px;
    /*38px*/
    font-size: 38px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width: 991px) {
  .btn-overlay {
    min-width: 400px;
  }
}

@media print, screen and (max-width: 767px) {
  .btn-overlay {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*max-width: 479px END*/
  }
}

@media print, screen and (max-width: 767px) and (max-width: 479px) {
  .btn-overlay {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-overlay:hover {
  background-color: transparent;
  color: #ee813c;
  border-color: #ee813c;
}

.white {
  color: #fff;
}

.info {
  color: #084e84;
}

.grey {
  color: #cccccc;
}

.yellow {
  color: #f6aa42;
}

.dark-yellow {
  color: #ee813c;
}

.blue {
  color: #013060;
}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt50 {padding-top: 50px;}
.pb20 {padding-bottom: 20px;}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 35px;
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 479px) {
  .mb35 {
    margin-bottom: 20px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 25px;
  }
}

.mb45 {
  margin-bottom: 45px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .mb45 {
    margin-bottom: 25px;
  }
}

.mb50 {
  margin-bottom: 50px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb55 {
  margin-bottom: 55px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .mb55 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 50px;
  }
}

.mb85 {
  margin-bottom: 85px;
  /*max-width: 991px END*/
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
  .mb85 {
    margin-bottom: 60px;
  }
}

@media print, screen and (max-width: 767px) {
  .mb85 {
    margin-bottom: 40px;
  }
}

.px0 {
  padding-right: 0;
  padding-left: 0;
  /*max-width: 1365pxEND*/
  /*max-width: 1199pxEND*/
}

@media print, screen and (max-width: 1365px) {
  .px0 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media print, screen and (max-width: 1199px) {
  .px0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1000px;
}

.white-section .big {
  max-width: 1200px;
}

@media (max-width: 1100px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}

@media (max-width: 320px) {
  .container {
    width: 100%;
    max-width: 1100px;
  }
}

@media (max-width: 1365px) {
  .container.footer-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.container.px0 {
  padding-right: 0;
  padding-left: 0;
  /*max-width: 1365pxEND*/
  /*max-width: 1199pxEND*/
}

@media print, screen and (max-width: 1365px) {
  .container.px0 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media print, screen and (max-width: 1199px) {
  .container.px0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.grey-section {
  background-color: #e7e7e7;
  color: #013060;
}

.white-section {
  background-color: #fff;
}

.main-section {
  position: relative;
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .main-section {
    padding-top: 0px;
    background-position: center right -400px;
  }
}

@media print, screen and (max-width: 479px) {
  .main-section {
    padding-top: 22px;
    background-position: center right -500px;
  }
}

@media print, screen and (min-width: 501px) {
  .mobile {
    display: none;
  }
}

@media print, screen and (max-width: 500px) {
  .desctop {
    display: none;
  }
  .mobile {
    display: block;
    margin-top: 20px;
  }
}

.main-section * {
  color: #fff;
}

.show-btn {
  padding: 5px 18px;
    border: none;
    border-radius: 5px;
    background-color: #a7bd69;
    color: #fff;
    margin-left: 3px;
}
.main-section-box {
  min-height: 325px;
}
#content{
  display:none;
}

@media print, screen and (max-width: 1365px) {
  .slider-wrap {
    max-width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 767px) {
  .slider-wrap {
    max-width: calc(100% - 10px);
  }
}

video {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.video {
  position: relative;
      padding-bottom: 62.25%;
      height: 0;
      overflow: hidden;
      margin: 25px 0px;
  }
  .video iframe, .video object, .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }


.zoom {
  transition: transform 0.2s ease-in-out;
}
.zoom:hover {
  transform: scale(1.03);
}







.slide {
  padding-right: 15px;
  padding-left: 15px;
}

.location {
  display: block;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 25px);
  transform: translate(-50%, -50%);
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-nav .owl-prev {
  left: -50px;
  /*max-width: 1365pxEND*/
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 1365px) {
  .owl-nav .owl-prev {
    left: -40px;
  }
}

@media print, screen and (max-width: 767px) {
  .owl-nav .owl-prev {
    left: -20px;
  }
}

.owl-nav .owl-prev:before {
  border-right: 24px solid #084e84;
  left: 19px;
}

.owl-nav .owl-prev:hover:before {
  border-right-color: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-nav .owl-next {
  right: -50px;
  /*max-width: 1365pxEND*/
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 1365px) {
  .owl-nav .owl-next {
    right: -40px;
  }
}

@media print, screen and (max-width: 767px) {
  .owl-nav .owl-next {
    right: -20px;
  }
}

.owl-nav .owl-next:before {
  border-left: 24px solid #084e84;
  right: -1px;
}

.owl-nav .owl-next:hover:before {
  border-left-color: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-dots {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: 1px;
  line-height: 1;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 1;
  background-color: #fff;
  background: -webkit-linear-gradient(#cacbcd, #f3f3f3);
  background: linear-gradient(#cacbcd, #f3f3f3);
  margin-right: 6px;
  margin-left: 6px;
}

.owl-dot:before {
  content: '';
  display: block;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}

.owl-dot.active:before {
  display: block;
}

.privilegs {
  padding-bottom: 0;
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .privilegs {
    /* padding-bottom: 150px; */
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 75px;
  font-weight: 900;
}

@media print, screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

@media print, screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 37px;
  font-weight: 900;
}

@media print, screen and (max-width: 1365px) {
  h2 {
    font-size: 35px;
  }
}

@media print, screen and (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

@media print, screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }
}

p.small {
  font-size: 85%
}

p.xsmall {
  font-size: 70%
}

.author {
  background-color: #c2f9c1;
  padding: 4px 7px;
  display: inline-block;
  font-weight: 600;
}

.undn:hover {
  text-decoration: none;
}

.undn p {
  font-size: 17px;
}

h2.small {
  font-size: 45px;
  font-weight: 900;
}

@media print, screen and (max-width: 1365px) {
  h2.small {
    font-size: 37px;
  }
}

@media print, screen and (max-width: 991px) {
  h2.small {
    font-size: 38px;
  }
}

@media print, screen and (max-width: 767px) {
  h2.small {
    font-size: 28px;
  }
}

h2.small span.two-words {
  font-size: 50px;
  font-weight: 900;
}

@media print, screen and (max-width: 1365px) {
  h2.small span.two-words {
    /*45px*/
    font-size: 37px;
  }
}

@media print, screen and (max-width: 991px) {
  h2.small span.two-words {
    /*40px*/
    font-size: 38px;
  }
}

@media print, screen and (max-width: 767px) {
  h2.small span.two-words {
    /*28px*/
    font-size: 25px;
  }
}

h2 span {
  display: block;
  /*40px*/
  font-size: 40px;
  font-weight: 700;
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 767px) {
  h2 span {
    /*30px*/
    font-size: 30px;
  }
}

@media print, screen and (max-width: 479px) {
  h2 span {
    /*24px*/
    font-size: 24px;
  }
}

h2 span.two-words {
  /*60px*/
  font-size: 60px;
  font-weight: 900;
  /*max-width: 1365pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}

@media print, screen and (max-width: 1365px) {
  h2 span.two-words {
    /*55px*/
    font-size: 55px;
  }
}

@media print, screen and (max-width: 991px) {
  h2 span.two-words {
    /*50px*/
    font-size: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  h2 span.two-words {
    /*34px*/
    font-size: 34px;
  }
}

@media print, screen and (max-width: 479px) {
  h2 span.two-words {
    /*30px*/
    font-size: 30px;
  }
}

h4 {
  /*37px*/
  font-size: 37px;
  font-weight: 300;
  /*max-width: 991px END*/
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
  h4 {
    /*36px*/
    font-size: 36px;
  }
}

@media print, screen and (max-width: 767px) {
  h4 {
    /*24px*/
    font-size: 24px;
  }
}

.card h4 {
  font-weight: 900;
}

h5 {
  /*30px*/
  font-size: 30px;
  font-weight: 900;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  h5 {
    /*22px*/
    font-size: 22px;
  }
}

h6 {
  /*30px*/
  font-size: 25px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  h5 {
    /*22px*/
    font-size: 18px;
  }
}

p {
  font-size: 18px;
  line-height: 1.5rem;
  margin-bottom: 24px;
  color: #202020;
}

@media print, screen and (max-width: 991px) {
  p {
    /*18px*/
    font-size: 18px;
  }
}

@media print, screen and (max-width: 767px) {
  p {
    /*16px*/
    font-size: 16px;
  }
}

p.large {
  font-size: 22px;
  line-height: 32px;
}

p.xlarge {
  /*22px*/
  font-size: 26px;
  margin-bottom: 0;
  /*max-width: 1365pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
}
@media print, screen and (max-width: 1365px) {
  p.xlarge {
    /*22px*/
    font-size: 22px;
  }
}

@media print, screen and (max-width: 991px) {
  p.xlarge {
    /*22px*/
    font-size: 22px;
  }
}

@media print, screen and (max-width: 767px) {
  p.xlarge {
    /*20px*/
    font-size: 20px;
  }
}

a {
  color: #0090cb;
}

b {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

.ttu {
  text-transform: uppercase;
}

.lh1 {
  line-height: 1;
}

.aditional-title {
  letter-spacing: -0.02em;
}

.fcolor-red {color: red;}
.fcolor-green {color: #13810e;}
.fcolor-grey {color: #6a6a6a;}
.fcolor-blue {color: #0f4d8d;}


.nav-pills .nav-link {
  border-radius: 0.25rem;
  color: #323232;
  border: 1px solid #c3c3c3;
  border-bottom: none;
  border-radius: 0px;
  padding: 12px 20px 10px;
  cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #df3184;
  border: 1px solid #df3184;
  border-bottom: none;
  border-radius: 0px;
}

.nav-pills .nav-link:active {
  border-radius: 0px;
}

button:focus {
  outline: unset;
}



/* FOOTER */
.footer {
  padding: 40px 0px 20px 0px;
  background-color: #e3ecf1;
  position: relative;
}

.footer .nav {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.footer .nav li {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
}

.footer .nav .nav-link {
  display: inline-block;
  font-size: 0.8125rem;
  position: relative;
  margin: 0;
  padding: 10px 0px 0px;
  border-bottom: 1px solid transparent;
    color: #000;
}

.footer .nav .nav-link.blue-link {
  border-color: #ffffff;
  text-decoration: none;
}

.footer .nav .nav-link:hover, .footer .nav .nav-link:focus {
  text-decoration: none;
  border-color: #ffffff;
}

.w-link {
  color: #ffffff;
  text-decoration: underline;
}

.w-link:hover, .w-link:focus {
    color: #ffffff;
  text-decoration: underline;
}

.footer-logo {
  margin-right: 30px;
  margin-top: 0px;
}

.footer-logo + p {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
.footer li {
  list-style: none;
  color: #000;
  font-size: 0.95rem;
  padding-bottom: 5px;
}
.copy {
  font-size: 0.95rem;
  margin: 0;
  color: #777;
  text-align: center;
}

.contact-us {
  position: fixed;
  top: 85px;
  right: 15px;
  z-index: 100;
}

@media print, screen and (max-width: 991px) {
  .contact-us {
    bottom: 20px;
    right: 15px;
    top: unset;
  }
}



/* Contact form */
.shake {
  width: 100% !important;
  padding: 0px 15px;
}
.form-control {
  width: 100%;
  height: 55px;
}
.contact-button {
  margin: 0% 3% 5% 0;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 32px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #df3184;
  background: #df3184;
  background: linear-gradient(to left, #df3184 50%, #0090cb 50%) right;
  background-size: 202%;
  transition: .3s ease-out;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.contact-button:hover {
  background-position: left;
  color: #fff;
  border: 1px solid #0090cb;
}
.message-sent {
  color: #df3184 !important;
  font-weight: 600;
  text-align: center;
}

/* Modal */
h5.modal-title {
  font-size: 20px;
  font-weight: 600;
}