@import url(/resources/css/reset.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
html,
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background: #fff;
}
#col-main h1,
#col-main h2,
#col-main h3,
#col-main h4,
#col-main h5,
#col-main h6,
#col-side h1,
#col-side h2,
#col-side h3,
#col-side h4,
#col-side h5,
#col-side h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 12px;
  color: #333;
  clear: both;
}
#col-main h1,
#col-side h1,
#tinymce h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2a5099;
  font-size: 45px;
  font-weight: 800;
}
#col-main h2,
#col-side h2,
#tinymce h2 {
  font-size: 20px;
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
}
#col-main h3,
#col-side h3,
#tinymce h3 {
  font-size: 20px;
}
#col-main h4,
#col-side h4,
#tinymce h4 {
  font-size: 18px;
  font-weight: bold;
}
#col-main h5,
#col-side h5,
#tinymce h5 {
  font-size: 16px;
  font-weight: bold;
}
#col-main h6,
#col-side h6,
#tinymce h6 {
  font-size: 14px;
  font-weight: bold;
}
#col-main p,
#col-side p,
#tinymce p {
  margin-bottom: 12px;
  line-height: 1.5em;
}
#col-main ul,
#col-main ol,
#col-side ul,
#col-side ol,
#tinymce ul,
#tinymce ol {
  margin-bottom: 12px;
}
#col-main ul li,
#col-main ol li,
#col-side ul li,
#col-side ol li,
#tinymce ul li,
#tinymce ol li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 1.5em;
}
#col-main a,
#col-side a,
#tinymce a {
  color: #333;
}
#col-main strong,
#col-side strong,
#tinymce strong {
  font-weight: bold;
}
#col-main em,
#col-side em,
#tinymce em {
  font-style: italic;
}
#col-main img.align-left,
#col-side img.align-left,
#tinymce img.align-left {
  float: left;
  width: 33%;
  margin: 0 20px 20px 0;
  height: auto;
}
#col-main img.align-right,
#col-side img.align-right,
#tinymce img.align-right {
  float: right;
  width: 33%;
  margin: 0 0 20px 20px;
  height: auto;
}
#col-main form p,
#col-side form p,
#tinymce form p {
  line-height: 1em;
}
#col-main form > div,
#col-side form > div,
#tinymce form > div {
  margin-bottom: 12px;
}
#col-main form > div:last-of-type,
#col-side form > div:last-of-type,
#tinymce form > div:last-of-type {
  margin-bottom: 0;
}
#col-main button,
#col-main input[type=button],
#col-main input[type=submit],
#col-main input[type=reset],
#col-side button,
#col-side input[type=button],
#col-side input[type=submit],
#col-side input[type=reset],
#tinymce button,
#tinymce input[type=button],
#tinymce input[type=submit],
#tinymce input[type=reset] {
  border: 3px solid #333;
  background: #333;
  color: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.1s, border 0.1s;
}
#col-main button:hover,
#col-main input[type=button]:hover,
#col-main input[type=submit]:hover,
#col-main input[type=reset]:hover,
#col-side button:hover,
#col-side input[type=button]:hover,
#col-side input[type=submit]:hover,
#col-side input[type=reset]:hover,
#tinymce button:hover,
#tinymce input[type=button]:hover,
#tinymce input[type=submit]:hover,
#tinymce input[type=reset]:hover {
  background: #5f9fc3;
  border: 3px solid #5f9fc3;
}
#col-main input[type=text],
#col-main input[type=number],
#col-main input[type=password],
#col-main textarea,
#col-side input[type=text],
#col-side input[type=number],
#col-side input[type=password],
#col-side textarea,
#tinymce input[type=text],
#tinymce input[type=number],
#tinymce input[type=password],
#tinymce textarea {
  background: #eee;
  border: 2px solid #eee;
  padding: 5px 8px;
  min-width: 50%;
}
#col-main input[type=text].error,
#col-main input[type=number].error,
#col-main input[type=password].error,
#col-main textarea.error,
#col-side input[type=text].error,
#col-side input[type=number].error,
#col-side input[type=password].error,
#col-side textarea.error,
#tinymce input[type=text].error,
#tinymce input[type=number].error,
#tinymce input[type=password].error,
#tinymce textarea.error {
  border: 2px solid #fcc;
  background: #fcc;
}
#col-main input[type=text]:focus,
#col-main input[type=number]:focus,
#col-main input[type=password]:focus,
#col-main textarea:focus,
#col-side input[type=text]:focus,
#col-side input[type=number]:focus,
#col-side input[type=password]:focus,
#col-side textarea:focus,
#tinymce input[type=text]:focus,
#tinymce input[type=number]:focus,
#tinymce input[type=password]:focus,
#tinymce textarea:focus {
  background: #5f9fc3;
  border: 2px solid #5f9fc3;
}
#col-main #captcha-field label,
#col-main .captcha-field label,
#col-side #captcha-field label,
#col-side .captcha-field label,
#tinymce #captcha-field label,
#tinymce .captcha-field label {
  display: block;
  margin-bottom: 12px;
}
#col-main #captcha-field img,
#col-main .captcha-field img,
#col-side #captcha-field img,
#col-side .captcha-field img,
#tinymce #captcha-field img,
#tinymce .captcha-field img {
  margin: 0 12px -8px 0;
}
#col-main #captcha-field input[type="text"],
#col-main .captcha-field input[type="text"],
#col-side #captcha-field input[type="text"],
#col-side .captcha-field input[type="text"],
#tinymce #captcha-field input[type="text"],
#tinymce .captcha-field input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
  min-width: 170px;
  margin: 20px 12px 12px 0;
}
#col-main .inputs label,
#col-side .inputs label,
#tinymce .inputs label {
  display: inline-block;
  width: 64px;
}
.clr {
  clear: both;
}
#col-main form .fielderror,
#col-side form .fielderror {
  margin-bottom: 8px;
  list-style-type: none;
}
#col-main form .fielderror:before,
#col-side form .fielderror:before {
  content: "✖ ";
  font-weight: bold;
}
#col-main form .form-success,
#col-side form .form-success {
  list-style-type: none;
}
#col-main form .form-success:before,
#col-side form .form-success:before {
  content: "✔ ";
  font-weight: bold;
}
#col-main ul.alert_error,
#col-main ul.alert_success {
  list-style-type: none;
}
#col-main ul.alert_error li {
  margin-left: 0;
  list-style-type: none;
}
#col-main ul.alert_error li:before {
  font-weight: bold;
  content: "✖ ";
}
#col-main ul.alert_success li {
  margin-left: 0;
  list-style-type: none;
}
#col-main ul.alert_success li:before {
  font-weight: bold;
  content: "✔ ";
}
.sw {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .sw {
    width: auto;
    margin: 0 20px;
  }
}
#green {
  width: 100%;
  background: #121212;
}
#green p {
  padding: 40px 80px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  #green p {
    font-size: 18px;
    padding: 30px 60px;
  }
}
@media (max-width: 768px) {
  #green p {
    font-size: 16px;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 620px) {
  #green p {
    font-size: 12px;
    padding: 20px;
  }
}
#green p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#green p span {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 992px) {
  #green p span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #green p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 620px) {
  #green p span {
    font-size: 14px;
  }
}
.blocks a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-top: 3vh;
}
.button {
  padding: 10px 15px;
  background: #2a5099;
  color: #fff;
}
.bg-ft1 {
  background-image: url(/resources/images/logo-fade.png);
  background-color: #2b4580;
}
.bg-ft2 {
  background: #fff;
}
.bg-ft3 {
  background: #444;
}
#top-bar {
  position: relative;
  height: 40px;
  background: #2b4580;
}
#top-bar h1 {
  float: right;
  font-size: 12px;
  line-height: 24px;
}
#top-bar .contact {
  position: absolute;
  left: 17vw;
  top: 23%;
}
@media only screen and (max-width: 1280px) {
  #top-bar .contact {
    left: 24vw;
  }
}
@media only screen and (max-width: 980px) {
  #top-bar .contact {
    left: 32vw;
  }
}
@media only screen and (max-width: 768px) {
  #top-bar .contact {
    left: 39vw;
  }
}
@media (max-width: 568px) {
  #top-bar .contact {
    left: 6vw;
  }
}
#top-bar .contact-e {
  position: absolute;
  left: 25vw;
  top: 23%;
}
@media only screen and (max-width: 1280px) {
  #top-bar .contact-e {
    left: 35vw;
  }
}
@media only screen and (max-width: 980px) {
  #top-bar .contact-e {
    left: 48vw;
  }
}
@media only screen and (max-width: 768px) {
  #top-bar .contact-e {
    left: 58vw;
  }
}
@media (max-width: 568px) {
  #top-bar .contact-e {
    left: 48vw;
  }
}
@media (max-width: 447px) {
  #top-bar .contact-e {
    left: 39vw;
  }
}
#top-bar .contact .phone-number {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
}
#top-bar .contact-e .phone-number {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
}
#top-bar .contact .phone-number a {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
#top-bar .contact-e .phone-number a {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 1002px) {
  #areas {
    display: none;
  }
}
.locbutton {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 150px;
  height: 26px;
  background: url('/resources/images/pin.png') left center no-repeat;
  z-index: 100;
}
.areas-menu {
  display: none;
}
.areas-menu li a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  white-space: nowrap;
  padding: 8px 12px;
  background: #eee;
  color: #000;
  display: block;
  text-decoration: none;
}
.areas-menu li a:hover {
  background: #aaa;
}
#header {
  color: #fff;
  background: #fff;
  padding: 1px 0 0 0;
  position: relative;
  height: 78px;
}
@media only screen and (max-width: 1002px) {
  #header {
    height: auto;
  }
}
#logo {
  position: absolute;
  top: 0.5vh;
  left: 3vh;
}
@media only screen and (max-width: 980px) {
  #logo {
    position: relative;
    left: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.logo-img {
  position: relative;
  width: 14%;
}
@media only screen and (max-width: 768px) {
  .logo-img {
    width: 28%;
  }
}
@media only screen and (max-width: 447px) {
  .logo-img {
    width: 58%;
  }
}
#logo a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #1e283a;
  text-decoration: none;
  text-transform: uppercase;
}
#header .contact {
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
}
@media only screen and (max-width: 722px) {
  #header .contact {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 20px;
  }
}
#divide {
  background: #f4f3f5;
  padding: 8vh 0;
  text-align: center;
}
#divide2 {
  background: #f4f3f5;
  padding: 3vh 0;
  text-align: center;
}
#boxes {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  #boxes {
    width: 100%;
  }
}
.blocks {
  width: 24%;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .blocks {
    width: 36%;
  }
}
@media only screen and (max-width: 768px) {
  .blocks {
    width: 44%;
  }
}
@media only screen and (max-width: 568px) {
  .blocks {
    width: 70%;
  }
}
.blocks h1 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  padding-top: 2vh;
  padding-bottom: 1vh;
}
.blocks p {
  color: #000;
  font-family: 'Poppins', sans-serif;
}
.blocks img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  display: block;
}
#nav {
  color: #1e283a;
  position: absolute;
  right: 0;
  top: 0%;
}
@media only screen and (max-width: 1002px) {
  #nav {
    position: relative;
    text-align: center;
  }
}
#nav a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#nav a:link,
#nav a:visited,
#nav a:active,
#nav a:hover {
  color: #2b4580;
  text-decoration: none;
}
#nav a:hover {
  background: inherit;
  color: #2b4580;
}
#nav li:hover a {
  border-bottom: 2px solid #2b4580;
}
#nav ul li {
  display: inline-block;
  padding: 2vh;
  border-right: #eee 1px solid;
}
@media only screen and (max-width: 768px) {
  #nav ul li {
    padding: 1vh;
  }
}
#nav ul li a {
  display: block;
  padding: 16px 2px 12px 2px;
}
#nav > ul > li > a {
  transition: border-color 0.2s;
  font-size: 16px;
  font-weight: 600;
}
#nav > ul > li:last-child > a {
  border-right: none;
}
#nav ul li ul {
  display: none;
  background: #fff;
  margin-left: 1px;
  border-right: 1px solid #dddddd;
}
#nav ul li ul li a {
  font-family: 'Poppins', sans-serif;
  line-height: normal;
  padding: 12px 20px;
  font-weight: 400;
  text-transform: none;
  text-shadow: none;
}
#nav ul li ul li a,
#nav ul li ul li a:link,
#nav ul li ul li a:visited,
#nav ul li ul li a:active,
#nav ul li ul li a:hover {
  color: #555;
  text-decoration: none;
}
#nav ul li ul li a:hover {
  background: #dddddd;
  color: #000;
}
#col-main-wrap {
  width: 100%;
  float: left;
}
#col-main-wrap2 {
  padding: 20px;
  color: #000;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 447px) {
  #col-main-wrap2 {
    width: 96%;
    padding: 8px;
  }
}
#presentation {
  position: relative;
}
#slideshow {
  clear: both;
  width: 100%;
  height: 273px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
}
@media only screen and (max-width: 447px) {
  #slideshow {
    height: 212px;
  }
}
#slideshow > * {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#slideshow-main {
  clear: both;
  width: 100%;
  height: 697px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
}
@media only screen and (max-width: 980px) {
  #slideshow-main {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #slideshow-main {
    height: 380px;
  }
}
@media only screen and (max-width: 568px) {
  #slideshow-main {
    height: 288px;
  }
}
@media only screen and (max-width: 447px) {
  #slideshow-main {
    height: 200px;
  }
}
#slideshow-main > * {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#slideshow h3 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 48px;
  padding: 20px;
  text-shadow: 0 0 2px #000, 0 0 4px #000;
}
#banner {
  position: relative;
}
#banner .tagline {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1120px;
  z-index: 50;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  color: #fff;
  background: rgba(0,0,0,0.38) none repeat scroll 0 0;
  border-top: 5px solid #5f9fc3;
  height: 60px;
  padding: 80px 40px;
}
@media (max-width: 992px) {
  #banner .tagline {
    font-size: 38px;
    width: 900px;
  }
}
@media (max-width: 768px) {
  #banner .tagline {
    font-size: 30px;
    width: 768px;
  }
}
#featured {
  padding: 10px 0 10px 0;
}
.carouitem {
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  margin-right: 12px;
  display: inline-block;
  font-size: 0px;
}
#inputs label {
  display: inline-block;
  width: 64px;
}
#message-field label {
  display: block;
  margin-bottom: 12px;
}
#message-field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#test-cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.test-el {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.test-el p.quote:before {
  content: "“";
}
.test-el p.quote:after {
  content: "”";
}
.test-el p.name {
  text-align: right;
  font-style: italic;
}
#top-bar .soc-links {
  position: absolute;
  bottom: 4px;
  right: 20px;
  z-index: 50;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
@media only screen and (max-width: 447px) {
  #top-bar .soc-links {
    display: none;
  }
}
#top-bar .soc-links ul {
  text-align: right;
  font-size: 0px;
}
#top-bar .soc-links li {
  display: inline-block;
  margin: 0 0 0 4px;
  overflow: hidden;
  transition: box-shadow 0.1s, margin 0.1s;
}
#top-bar .soc-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  overflow: hidden;
}
#top-bar .soc-links .instagram {
  background: url('/resources/images/icons/social/instagram-32.png') center center no-repeat;
}
#top-bar .soc-links .twitter {
  background: url('/resources/images/icons/social/twitter-32.png') center center no-repeat;
}
#top-bar .soc-links .linkedin {
  background: url('/resources/images/icons/social/linkedin-32.png') center center no-repeat;
}
#top-bar .soc-links .rss {
  background: url('/resources/images/icons/social/rss-32.png') center center no-repeat;
}
#top-bar .soc-links .skype {
  background: url('/resources/images/icons/social/skype-32.png') center center no-repeat;
}
#top-bar .soc-links .youtube {
  background: url('/resources/images/icons/social/youtube-32.png') center center no-repeat;
}
#top-bar .soc-links .google {
  background: url('/resources/images/icons/social/gplus-32.png') center center no-repeat;
}
#col-side .sidebar #callback label {
  display: none;
}
#col-side .sidebar #callback input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#col-side .sidebar .newsletter label {
  display: none;
}
#col-side .sidebar .newsletter input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.map > div {
  height: 336px;
}
#slcarousel {
  height: 185px;
  overflow: hidden;
}
#slcarousel > div {
  height: 165px;
  width: 100%;
  box-shadow: none;
}
#slcarousel > div > div {
  width: 914px;
  margin: 0 auto;
  padding: 20px 43px;
}
#slcarousel > div > div > div {
  display: inline-block;
  height: 118px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 30px;
  background-position: center center;
  background-size: cover;
}
#slcarousel > div > div > div.item1 {
  width: 118px;
}
#slcarousel > div > div > div.item2 {
  width: 298px;
}
#slcarousel > div > div > div:last-child {
  margin-right: 0;
}
#slcarousel .slider-pagination {
  height: 24px;
  width: 100%;
  padding: 0 0 20px 0;
}
#slcarousel .slider-pagination span {
  text-shadow: none;
  color: #bbb;
}
#slcarousel .slider-pagination span.current {
  color: #333;
}
#slcarousel .slider-control {
  width: 40px !important;
  color: #bbb;
  text-shadow: none;
}
#slcarousel .slider-control:hover {
  color: #333;
}
@media only screen and (max-width: 1240px) {
  #slcarousel > div > div {
    width: 662px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #slcarousel > div > div > div {
    margin: 0 5px;
  }
  #slcarousel > div > div > div.item2 {
    width: 248px;
  }
}
@media only screen and (max-width: 783px) {
  #slcarousel {
    display: none;
  }
}
#footer .contact {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
#copyright {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding: 20px 0;
}
#copyright a,
#copyright a:link,
#copyright a:active,
#copyright a:visited,
#copyright a:hover {
  color: #000;
  text-decoration: none;
}
.footerContainer {
  width: 1120px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
@media (max-width: 980px) {
  .footerContainer {
    width: 92%;
  }
}
@media (max-width: 568px) {
  .footerContainer {
    width: 86%;
  }
}
@media (max-width: 447px) {
  .footerContainer {
    width: 78%;
  }
}
.footerBlock {
  display: inline-block;
  margin: 0 5px;
  width: 360px;
  vertical-align: top;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
@media only screen and (max-width: 620px) {
  .footerBlock {
    width: 300px;
    display: block;
  }
}
@media (max-width: 992px) {
  .footerBlock {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .footerBlock {
    display: block;
    width: 80%;
  }
}
@media (max-width: 447px) {
  .footerBlock {
    display: block;
    width: 99%;
  }
}
.footerBlock h3 {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}
@media (max-width: 447px) {
  .footerBlock h3 {
    font-size: 20px;
  }
}
.footerBlock a {
  text-decoration: none;
  color: #fff;
}
.footerHeader {
  font-size: 16px;
  font-weight: 600;
  color: #777;
}
.footerBlock h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}
.footerBlock li a {
  color: #888;
  text-decoration: none;
}
.footerBlock li a:hover {
  color: #5f9fc3;
}
.instagram {
  width: 100%;
}
.header-title {
  position: relative;
  color: #fff;
  display: inline-block;
  left: 1vw;
  top: 1vh;
  font-size: 16px;
}
@media (max-width: 568px) {
  .header-title {
    display: none;
  }
}
.blue-banner-img {
  max-width: 100%;
}
@media (max-width: 568px) {
  .blue-banner-img {
    display: none;
  }
}
.home-img {
  max-width: 100%;
}
