@charset "UTF-8";
img {
  max-width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/scss/fonts/slick.eot");
  src: url("../../assets/scss/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/scss/fonts/slick.woff") format("woff"), url("../../assets/scss/fonts/slick.ttf") format("truetype"), url("../../assets/scss/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -50px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -50px;
}
.slick-prev:before {
  content: "";
  background: url(../images/common/pre.svg) no-repeat;
  height: 24px;
  width: 20px;
  display: block;
}
[dir=rtl] .slick-prev:before {
  background: url(../images/common/next.svg) no-repeat;
}

.slick-next {
  right: -50px;
}
[dir=rtl] .slick-next {
  left: -50px;
  right: auto;
}
.slick-next:before {
  content: "";
  background: url(../images/common/next.svg) no-repeat;
  height: 24px;
  width: 20px;
  display: block;
}
[dir=rtl] .slick-next:before {
  background: url(../images/common/pre.svg) no-repeat;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font: 100% "Nunito", sans-serif;
  font-weight: normal;
  font-family: "Nunito";
  font-size: 14px;
}

p {
  line-height: 25px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Nunito";
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Roboto";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Roboto";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Roboto";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.container {
  max-width: 90%;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  padding: 0 10%;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header {
  padding: 20px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a7a7a7;
}
.header a.logo {
  display: inline-block;
}
.header a.logo img {
  width: 250px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu li {
  margin-left: 50px;
}
.menu a {
  color: #2398CA;
  font-size: 16px;
  padding: 15px 0;
  display: inline-block;
  position: relative;
}
.menu a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 15px;
  width: 1px;
  background: #a7a7a7;
  margin: 0 auto;
}

.menuicon {
  display: none;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .menuicon {
    display: inline-block;
  }
  .menuicon img {
    width: 26px;
  }

  .header a.logo img {
    width: 200px;
  }

  .menu {
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    bottom: 0;
    display: block;
    background: #fff;
    width: 250px;
    z-index: 9;
  }
  .menu.active {
    left: 0;
  }
  .menu li {
    margin: 0;
  }
  .menu a {
    padding: 10px 15px;
    border-bottom: 1px solid #a7a7a7;
    display: block;
  }
  .menu a::before {
    display: none;
  }
}
.footer {
  padding: 50px 0 30px;
  background: #2398CA;
}

.footer-content {
  padding: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.footer-content .box {
  width: 16%;
}
.footer-content .box:first-child {
  width: 28%;
}
.footer-content a.logofooter {
  display: inline-block;
}
.footer-content .text {
  font-size: 15px;
  line-height: 25px;
  padding: 15px 0 0 83px;
}
.footer-content .title {
  font-size: 25px;
  font-weight: 700;
  padding: 0 0 15px;
}
.footer-content ul li {
  line-height: 30px;
  background: url(../images/common/arrow.svg) no-repeat 0;
  padding-left: 15px;
}
.footer-content ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer-content .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-content .icons {
  padding: 15px 0 0;
}
.footer-content .icons a {
  display: inline-block;
  margin-right: 5px;
}

.address-text a {
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
}
.address-text img {
  margin-right: 5px;
  vertical-align: middle;
}

.copyrighttext {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }

  .footer-content {
    display: block;
    padding-bottom: 20px;
  }
  .footer-content .box {
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
    padding: 15px 0;
  }
  .footer-content .box:first-child {
    width: 100%;
  }
  .footer-content .text {
    padding: 5px 0 0;
  }
}
.banner {
  padding: 40px 0 60px;
}
.banner .banner-inner .banner-left, .banner .banner-inner .banner-img {
  display: inline-block;
  vertical-align: middle;
}
.banner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-left {
  width: 34%;
  color: #2398CA;
}
.banner-left .heading {
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  padding: 0 0 25px;
}

.banner-button a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #2398CA;
  color: #2398CA;
}
.banner-button a.active {
  background: #2398CA;
  color: #fff;
  margin-right: 10px;
}
.banner-button a:hover {
  background: #2398CA;
  color: #fff;
}

.banner-img {
  width: 45%;
}
.banner-img img {
  width: 100%;
}

.services-box {
  background: #2398CA;
  overflow: hidden;
  /* the parent */
}
.services-box .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.services-box .slick-slide {
  margin: 0 27px;
}
.services-box .slick-list {
  margin: 0 -27px;
}

.services-left-box {
  background: #2398CA;
  width: 30%;
  padding: 0 30px;
  color: #fff;
}
.services-left-box .heading {
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
  padding-bottom: 15px;
}
.services-left-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.services-slider {
  width: 70%;
  padding: 60px 70px;
  background: #EFEFEF;
  position: relative;
  z-index: 1;
}
.services-slider::after {
  content: "";
  position: absolute;
  width: 5000px;
  top: 0;
  bottom: 0;
  background: #EFEFEF;
  z-index: -1;
}
.services-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-slider ul li {
  background: #fff;
  padding: 15px 15px 20px;
  width: 30%;
}
.services-slider figure img {
  width: 100%;
}
.services-slider .title {
  font-size: 20px;
  padding: 15px 0 10px;
  color: #2398CA;
  font-weight: 400;
}
.services-slider p {
  font-size: 16px;
  line-height: 25px;
  color: #6a6a6a;
  padding-bottom: 50px;
}
.services-slider a {
  display: inline-block;
  color: #2398CA;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.about-us {
  padding: 30px 0 70px;
  color: #000;
  position: relative;
  overflow: hidden;
}
.about-us::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 110px;
  background: url(../images/home/material.svg) no-repeat;
  width: 133;
  height: 135px;
}
.about-us::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: 105px;
  background: url(../images/home/material.png) no-repeat;
  width: 239px;
  height: 296px;
}

.heading-text {
  text-align: center;
  padding: 0 0 20px;
}
.heading-text .heading {
  font-size: 30px;
  color: #2398CA;
  font-weight: 800;
  line-height: 45px;
}
.heading-text p {
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  margin: 0 auto;
  padding: 5px 0 0;
}

.our-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 50px;
}
.our-vision .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
}
.our-vision figure {
  width: 16%;
}
.our-vision .content {
  width: 80%;
}
.our-vision .title {
  font-size: 22px;
  font-weight: 800;
  padding: 0 0 5px;
}
.our-vision p {
  font-size: 15px;
}

.about-bototm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-bototm li {
  padding: 0 70px;
  text-align: center;
}
.about-bototm figure {
  height: 108px;
  width: 108px;
  background: #2398CA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  line-height: 180px;
}
.about-bototm .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px;
}

.testimonials {
  padding: 40px 0 100px;
  background: #efefef;
  color: #000;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  top: -190px;
  background: url(../images/home/dog.png) no-repeat;
  width: 326px;
  height: 259px;
}
.testimonials .heading {
  text-align: center;
  font-size: 35px;
  color: #2398CA;
  font-weight: 800;
}
.testimonials .title {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding: 6px 0 35px;
}
.testimonials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials ul li {
  width: 28%;
  margin: 0px 20px;
  background: #fff;
  border: 1px solid #a7a7a7;
  padding: 25px;
  -webkit-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.testimonials p {
  font-size: 15px;
  padding: 0 0 32px;
}
.testimonials .user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.testimonials figure {
  margin-right: 10px;
}
.testimonials figure img {
  width: 50px;
}
.testimonials .text {
  font-size: 15px;
  font-style: italic;
}
.testimonials strong {
  font-size: 16px;
  font-weight: 800;
  display: block;
  font-style: normal;
}
.testimonials .slick-dots {
  display: inherit;
}
.testimonials .slick-dots li {
  width: 0px;
  padding: 0;
  margin: 0 10px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.testimonials .slick-dots li button:before {
  font-size: 13px;
  color: #2398CA;
  top: 10px;
}
.testimonials .quote-bg img {
  width: 20px;
  position: absolute;
  left: 29px;
  top: -7px;
}

.contact-us {
  text-align: center;
  background: url(../images/home/cat.png) no-repeat;
  padding: 50px 0 225px;
  background-size: cover;
  color: #fff;
}
.contact-us .heading {
  font-size: 35px;
  font-weight: 700;
  padding: 0 0 130px;
}
.contact-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-us ul li {
  border: 1px solid #fff;
  padding: 15px;
  width: 19%;
  border-radius: 5px;
  margin: 0 50px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-us figure {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2398CA;
}
.contact-us figure img {
  width: 20px;
  max-width: 20px;
}
.contact-us a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.contact-us span {
  font-size: 15px;
  font-weight: 400;
}

.sand-message {
  padding: 30px;
  background: #fff;
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 4px 7px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 7px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: -100px;
  margin-bottom: 80px;
}
.sand-message .heading {
  font-size: 40px;
  color: #2398CA;
  font-weight: 700;
  padding: 0 0 30px;
  text-align: center;
}
.sand-message .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sand-message .left {
  width: 40%;
}
.sand-message .right {
  width: 55%;
}
.sand-message .input-box {
  padding: 0 0 30px;
}
.sand-message label {
  display: block;
  font-size: 15px;
  color: #7e7e7e;
  padding: 0 0 10px;
  font-weight: 600;
}
.sand-message input, .sand-message textarea {
  padding: 15px;
  width: 100%;
  border: 1px solid #a7a7a7;
  font-size: 14px;
  color: #7e7e7e;
}
.sand-message input::-webkit-input-placeholder, .sand-message textarea::-webkit-input-placeholder {
  color: #7e7e7e;
  opacity: 100%;
}
.sand-message input::-moz-placeholder, .sand-message textarea::-moz-placeholder {
  color: #7e7e7e;
  opacity: 100%;
}
.sand-message input:-ms-input-placeholder, .sand-message textarea:-ms-input-placeholder {
  color: #7e7e7e;
  opacity: 100%;
}
.sand-message input::-ms-input-placeholder, .sand-message textarea::-ms-input-placeholder {
  color: #7e7e7e;
  opacity: 100%;
}
.sand-message input::placeholder, .sand-message textarea::placeholder {
  color: #7e7e7e;
  opacity: 100%;
}
.sand-message textarea {
  height: 194px;
}
.sand-message .send {
  padding: 15px 50px;
  font-size: 15px;
  background: #2398CA;
  color: #fff;
  font-weight: 200;
}

@media (max-width: 767px) {
  .banner {
    padding-bottom: 20px;
  }
  .banner .slick-track .slick-slide {
    display: block;
  }

  .slick-prev, .slick-next {
    display: none !important;
  }

  .banner-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner-left .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .banner-button a {
    padding: 8px 10px;
  }

  .banner-img {
    width: 100%;
  }

  .services-box .d-flex {
    display: block;
  }

  .services-left-box {
    width: 100%;
    padding: 20px 15px;
  }
  .services-left-box .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .services-slider {
    width: 100%;
    padding: 30px 15px;
  }
  .services-slider .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -35px;
  }
  .services-slider .slick-dots li {
    height: 15px;
    width: 15px;
    padding: 0;
    background: none;
  }
  .services-slider .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .services-slider .slick-dots li button::before {
    color: #2398CA;
    font-size: 14px;
  }
  .services-slider .slick-dots li button::before {
    color: #2398CA;
  }

  .about-us::before, .about-us::after {
    display: none;
  }

  .heading-text p {
    padding: 10px 0;
    width: 100%;
  }

  .our-vision {
    display: block;
    padding-top: 0;
  }
  .our-vision .box {
    width: 100%;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }

  .about-bototm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-bototm li {
    padding: 0 0 30px;
    width: 50%;
  }

  .testimonials {
    margin-top: 150px;
  }
  .testimonials .title {
    font-size: 22px;
  }
  .testimonials ul li {
    margin: 0 12px;
  }

  .contact-us {
    padding: 30px 0 150px;
  }
  .contact-us .heading {
    padding: 0 0 40px;
  }
  .contact-us ul {
    display: block;
    width: 100%;
  }
  .contact-us ul li {
    width: 100%;
    margin: 0 0 15px;
  }

  .sand-message {
    max-width: 100%;
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .sand-message .heading {
    font-size: 30px;
  }
  .sand-message .form-box {
    display: block;
  }
  .sand-message .left {
    width: 100%;
  }
  .sand-message .right {
    width: 100%;
  }
}
.career-section {
  padding: 30px 0 70px;
}
.career-section .heading {
  font-size: 45px;
  font-weight: 800;
  color: #2398CA;
  text-align: center;
  padding: 0 0 50px;
}

.career-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.career-form .left-content {
  width: 40%;
}
.career-form .title {
  font-size: 45px;
  color: #2398CA;
  font-weight: 800;
}
.career-form p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  padding: 20px 0 0;
}
.career-form .right-box {
  width: 50%;
}
.career-form .input-box {
  margin: 0 0 30px;
  position: relative;
}
.career-form label {
  color: #7E7E7E;
  font-size: 20px;
  display: block;
  padding: 0 0 15px;
}
.career-form input, .career-form textarea {
  width: 100%;
  border: 1px solid #a7a7a7;
  border-radius: 3px;
  padding: 18px;
  font-family: Nunito;
}
.career-form textarea {
  height: 250px;
}
.career-form figure {
  padding: 50px 0 0;
}
.career-form button {
  padding: 15px 60px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  background: #2398CA;
  font-family: Nunito;
}
.career-form a {
  position: absolute;
  left: 20px;
  bottom: 11px;
  display: inline-block;
  font-size: 15px;
  padding: 6px 15px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  color: #000;
}

@media (max-width: 767px) {
  .career-section {
    padding: 15px 0 40px;
  }
  .career-section .heading {
    font-size: 38px;
    padding-bottom: 20px;
  }

  .career-form {
    display: block;
  }
  .career-form .title {
    font-size: 30px;
  }
  .career-form p {
    font-size: 18px;
  }
  .career-form .left-content {
    width: 100%;
  }
  .career-form figure {
    padding: 20px 0 25px;
  }
  .career-form .right-box {
    width: 100%;
  }
}
.file-upload {
  display: inline-block;
  position: absolute;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  left: 20px;
  bottom: 5px;
}

.file-upload .file-select {
  display: block;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #fff;
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid #a7a7a7;
  border-radius: 3px;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.services-section {
  padding: 50px 0;
}
.services-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-section .left-content {
  width: 50%;
}
.services-section .heading {
  font-size: 45px;
  font-weight: 800;
  color: #2398CA;
  padding: 0 0 10px;
}
.services-section p {
  font-size: 25px;
  color: #000;
  line-height: 40px;
}
.services-section figure {
  width: 50%;
  text-align: center;
}

.services-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}
.services-blog li {
  width: 31%;
  border: 1px solid #a7a7a7;
  margin-bottom: 48px;
}
.services-blog li:nth-child(2), .services-blog li:nth-child(5) {
  margin-left: 48px;
  margin-right: 48px;
}
.services-blog li:last-child {
  margin-left: 48px;
}
.services-blog .content {
  padding: 20px;
}
.services-blog .title {
  font-size: 25px;
  color: #2398CA;
  font-weight: 600;
}
.services-blog p {
  font-size: 16px;
  color: #a7a7a7;
  font-weight: 400;
  height: 130px;
  margin: 6px 0 0;
}
.services-blog a {
  display: inline-block;
  color: #2398CA;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .services-section {
    padding: 20px 0;
  }
  .services-section .container {
    display: block;
  }
  .services-section .left-content {
    width: 100%;
  }
  .services-section .heading {
    font-size: 38px;
  }
  .services-section p {
    font-size: 18px;
    line-height: 30px;
  }
  .services-section figure {
    width: 100%;
  }

  .services-blog li {
    width: 100%;
    margin: 0 0 20px;
  }
  .services-blog li:nth-child(2), .services-blog li:nth-child(5) {
    margin: 0 0 20px;
  }
  .services-blog li:last-child {
    margin: 0;
  }
}
.diagnosis-box {
  padding: 40px 0;
}
.diagnosis-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.diagnosis-box .left-content {
  width: 50%;
}
.diagnosis-box .heading {
  font-weight: 800;
  color: #2398CA;
  font-size: 45px;
}
.diagnosis-box p {
  font-size: 25px;
  color: #000;
  line-height: 40px;
  padding: 5px 0 40px;
  font-weight: 600;
}
.diagnosis-box ul li {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  line-height: 35px;
  background: url(../images/services/icon.svg) no-repeat 0 8px;
  padding-left: 40px;
  margin-bottom: 30px;
}
.diagnosis-box figure {
  width: 40%;
}

.diagnosis-services li:last-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .diagnosis-box {
    padding: 10px 0 0;
  }
  .diagnosis-box .container {
    display: block;
  }
  .diagnosis-box .left-content {
    width: 100%;
  }
  .diagnosis-box .heading {
    font-size: 38px;
  }
  .diagnosis-box p {
    font-size: 19px;
  }
  .diagnosis-box figure {
    width: 100%;
  }
  .diagnosis-box ul li {
    font-size: 18px;
  }
}
.gallery-box {
  padding: 40px 0 20px;
}
.gallery-box .heading {
  text-align: center;
  color: #2398CA;
  font-weight: 800;
  font-size: 45px;
  padding: 0 0 35px;
}
.gallery-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-box ul li {
  width: 32%;
  margin: 0 0 22px;
}
.gallery-box ul a {
  display: block;
}

@media (max-width: 767px) {
  .gallery-box {
    padding: 10px 0 30px;
  }
  .gallery-box .heading {
    font-size: 38px;
    padding: 0 0 20px;
  }
  .gallery-box ul li {
    width: 48%;
    margin-bottom: 12px;
  }
}
.about-us-box {
  padding: 30px 0;
}
.about-us-box .heading {
  font-size: 45px;
  padding: 0 0 30px;
  color: #2398CA;
  font-weight: 800;
  text-align: center;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px;
}
.about-content .left {
  width: 46%;
}
.about-content p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 0 25px;
}
.about-content figure {
  width: 45%;
  text-align: center;
}

.about-page {
  background: #2398CA;
  padding: 60px 0;
  border-radius: 10px;
  max-width: 1200px;
  margin: 20px auto;
  margin-bottom: 50px;
}
.about-page figure {
  border: 1px solid #fff;
}

.contact-us-page {
  padding: 30px 0;
}
.contact-us-page .heading {
  font-size: 45px;
  color: #2398CA;
  font-weight: 800;
  text-align: center;
  padding: 0 0 30px;
}

.contact-page-box {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .about-us-box {
    padding: 0;
  }
  .about-us-box .heading {
    font-size: 38px;
    padding: 0 0 20px;
  }

  .about-content {
    display: block;
  }
  .about-content .left {
    width: 100%;
  }
  .about-content p {
    font-size: 18px;
    padding: 0 0 15px;
  }
  .about-content figure {
    width: 100%;
  }

  .about-page {
    padding: 60px 15px;
  }
  .about-page .title {
    font-size: 16px;
  }

  .contact-us-page .heading {
    font-size: 38px;
    line-height: 38px;
  }

  .contact-page-box {
    padding-top: 30px;
  }
}