@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto.eot');
  src: url('../fonts/roboto.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto.woff2') format('woff2'),
       url('../fonts/roboto.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: Roboto-Bold;
  src: url('../fonts/roboto-bold.eot');
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-bold.woff2') format('woff2'),
       url('../fonts/roboto-bold.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: Roboto-Black;
  src: url('../fonts/roboto-black.eot');
  src: url('../fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-black.woff2') format('woff2'),
       url('../fonts/roboto-black.woff') format('woff');
        font-display: swap;
}

 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
}

 .content-wrapper h1 {
  font-family: 'Roboto';
  font-size: 46px;
  color: #fff;
}

.content-wrapper h3 {
  font-family: 'Roboto-Bold';
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
}

.content-wrapper  h6 {
  font-family: 'Roboto';
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}

.content-wrapper ul {
  font-size: 18px;
  list-style: none;
}

body .content-wrapper {
  min-width: 320px;
  font-family: Roboto;
  font-weight: 100;
  color: #101e30;
}

main {
  overflow: hidden;
}

a {
  font-family: Roboto;
  color: #00aeef;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.content-wrapper a:hover {
  color: #000;
}

.content-wrapper strong {
  font-family: Roboto-Bold;
}

.content-wrapper img {
  display: block;
  max-width: 100%;
}

.content-wrapper section{
  padding:0px;
}

section ul {
  margin-top: 25px;
}

section li {
  position: relative;
  font-family: Roboto-Bold;
  font-size: 18px;
  color: #101e30;
  line-height: 1.8;
  border-top: 1px solid #c0d4db;
  padding: 20px 0 17px 47px;
}

section li:last-child {
  border-bottom: 1px solid #c0d4db;
}

section li:before {
  content: url(../img/arrow.svg);
  width: 21px;
  height: 18px;
  position: absolute;
  left: 10px;
}

section ul ul {
  margin-top: 3px;
}

section ul ul li {
  border: 0;
  padding: 0;
  padding-left: 5px;
}

section ul ul li:last-child {
  border-bottom: 0;
}

section ul ul {
  list-style: disc;
  padding-left: 19px;
}

section ul ul li:before {
  display: none;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.mw {
  max-width: 1320px;
}

p {
  font-size: 18px;
  color: #101e30;
  line-height: 1.8;
  margin-top: 25px;
}

p:first-child {
  margin-top: 0;
}

@media (max-width:1260px){
  .container {
    width: 100%;
    padding:0 15px;
  }  
  h6 {font-size: 25px;}
}

@media (max-width:960px){
  h1,h3 {text-align: center;}
  .footer-content h1, .footer-content h3{
    text-align: left;
  }
  h3 {font-size: 30px;}
  h6 {font-size: 22px;}
}

@media (max-width:768px){
  h1 {font-size: 40px;}
  h3 {font-size: 29px;}
  section li:before {
    left: 0;
  }
  section li {
    padding-left: 33px;
  }
}

.tc {
  text-align: center;
}

.title {
  border-top: 1px solid #c0d4db;
  border-bottom: 1px solid #c0d4db;
  text-align: center;
  padding: 40px 0 30px 0;
}

.mains {
  background: #7d9edd;
  margin-top: 63px;
  overflow: hidden;
}

.mains .col {
  min-height: 360px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fl {
  display: flex;
  flex-wrap: wrap;
}

.fl2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.w50 {
  width: 50%;
}

.head {
  padding: 70px 0;
}

.col {
  position: relative;
}

.text {
  position: relative;
  z-index: 500;
}

.fl11 {
  flex: 1 1;
}

.tower {
  max-width: none;
  height: 110%;
  position: absolute;
  bottom: 0;
  left: 65%;
}

@media(max-width: 960px) {
  .text {width: 100%;}
  .col {
    width: 100%;
    flex: none;
  }
  .tower {
    min-height: 400px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
  .head {padding-bottom: 30px;}
}

.gray {
  background: #f7f7f7;
}

.content-wrapper .pad {
  padding: 85px 0 95px 0;
}

.content-wrapper .pad2 {
  padding: 100px 0;
}

.pr {
  padding-right: 30px;
}

.mtm {
  margin-top: -12px;
}

.images img {
  margin: 0 auto;
  margin-top: 40px;
}

.content-wrapper .images img:first-child {
  margin-top: 0;
}

.btn-block {
  display: flex;
  margin-top: 32px;
  padding-bottom: 8px;
}

.p2 {
  margin-top: 50px;
  padding-bottom: 15px;
}

.btn-block:last-child {
  padding-bottom: 0;
}

.jc {
  justify-content: center;
}

@media(max-width: 960px) {
  .btn-block {
    justify-content: center;
  }
  .images {
    order: 2;
    margin-top: 40px;
  }
  .pr {padding-right: 0;}
  .content-wrapper .pad {
    padding: 75px 0 85px 0;
  }
  .content-wrapper .pad2 {
    padding: 90px 0;
  }
}

.btn {
  font-family: 'Roboto-Black';
  font-size: 30px;
  color: #fff;
  background: #faa61a;
  border: 2px solid #faa61a;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 65px;
}

.btn:hover {
  color: #faa61a;
  background: #fff;
}

.btn.fs20 {
  font-size: 20px;
  padding: 20px 40px;
}

@media(max-width: 1260px) {
   .btn {font-size: 20px;}
}

@media(max-width: 450px) {
  .btn {
    width: 100%;
    padding: 20px 15px;
  }
  .btn.fs20 {padding: 20px 15px;}
}

section, .sect-content {
  position: relative;
}

.fs22 {
  font-size: 22px;
}

@media(max-width: 576px) {
  .fs22 {font-size: 20px;}
}

.media {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #00aeef;
  overflow: hidden;
}

.left .media {
    right: 0;
}

.cr-line {
  display: flex;
  flex-wrap: wrap;
}

.right .cr-line {
  justify-content: flex-end;
}

.content {
  min-height: 450px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 60px;
}

.c3 {
  padding: 100px 60px;
}

.left .content {
  padding-left: 0;
}

.right .content {
  padding-right: 0;
}

.right .full {
  object-position: right;
}

.left .full {
  object-position: left;
}

.right .cent, .left .cent {
  object-position: center;
}

.right .media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-wrapper .media img {
  min-height: 100%;
  max-width: none;
}

.abs {
  position: absolute;
  top: 0;
}



@media (max-width: 1260px) {
  .content{
    padding: 60px 30px;
  }
  .c3 {
    padding: 100px 30px;
  }
}

@media (max-width: 960px) {
  .abs {
    position: relative;
  }
  .c3 {
    padding: 60px 30px;
  }
  .content, .media {
    width: 100%;
    min-height: auto;
  }
  .media {
    width: 100%;
    position: relative;
    left: auto;
    right: 0;
    order: -1;
  }
  .content-wrapper .media img {
    min-height: auto;
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .content, .c3 {
    padding: 50px 15px;
  }
}

.items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-left: 20px;
}

.item2 {
  padding-right: 20px;
  margin-top: 22px;
}

.item2 h6 {
  margin-top: 23px;
}

.w4 {
  width: 100%;
  max-width: 25%; 
}

@media(max-width: 1260px) {
  .w4 {
    max-width: 33.333%;
  }
}

@media(max-width: 768px) {
  .w4 {
    max-width: 50%;
  }
}

@media(max-width: 576px) {
  .items {padding-left: 0;}
  .wh {padding: 35px 20px;}
  .item2:nth-child(2n) {padding-right: 0;}
}

@media(max-width: 450px) {
  .item2 {
    max-width: 100%;
    padding-right: 0;
  }
}

.wh {
  height: 100%;
  background: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
  padding: 35px 35px;
}

.mx {
  margin: 0 auto;
}

.mt {
  margin-top: 30px;
}

.icon {
  min-height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-block {
  background: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 25px 20px;
}

.image-block.bl2 {
  margin-top: 0;
  margin-bottom: 45px;
}

@media(max-width: 960px) {
  .image-block {
    margin: 0 auto;
  }
}

.content-wrapper .image-block img {
  margin: 0 auto;
  margin-top: 20px;
}

.image-block img:first-child {
  margin-top: 0;
}

.image-title {
  font-family: 'roboto-bold';
  font-size: 25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.w100 {
  width: 100%;
  margin-top: 30px;
}

.width {
  width: 350px;
}

.width img {
  max-height: 530px;
}

@media(max-width: 960px) {
  .width {width: auto;}
}


.maxw {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}




/*creatovia overrides */
.cr-no-padding{
  padding:0px;
}

.footer-content a {
  font-family: 'Nunito', sans-serif;
}


.footer-content .breadcrumb-container {
  margin-left: 0;
  margin-bottom: 0.2em;
}