/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GLOBAL */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #768495; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.site-title h3 {
  font-size: 16px;
  font-weight: 300;
  color: #CA061D; }

.site-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #223645;
  margin: 20px 0; }
  .site-title h2 span {
    color: #69b1ab; }

.site-title p {
  line-height: 30px;
  max-width: 75%;
  margin: 0 auto; }

.sticky-phone {
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .sticky-phone a {
    display: block; }
  .sticky-phone img {
    width: 200px; }

.page-head {
  background: #4A5157;
  color: #fff;
  margin-bottom: 40px;
  padding: 30px; }
  .page-head h1 {
    font-size: 20px;
    font-weight: 500; }

@media screen and (max-width: 1170px) {
  .sticky-phone img {
    width: 140px; }
  .site-title {
    margin-bottom: 30px; }
    .site-title h3 {
      font-size: 16px; }
    .site-title h2 {
      font-size: 30px;
      margin: 10px 0; }
    .site-title p {
      max-width: 100%;
      font-size: 13px;
      line-height: 1.5; } }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#preloader:before,
#preloader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #3A444D;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#preloader:after {
  left: auto;
  right: 0; }

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; }

.loader_line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards; }

.loader_line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #777;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms; }

@-webkit-keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@-webkit-keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0; }

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important; }

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards; }

@-webkit-keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

@keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

.header-top {
  background: #3A444D;
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .header-top a {
    color: #fff; }
    .header-top a.seperator {
      margin-left: 20px; }
  .header-top i {
    font-size: 16px;
    color: #FFF;
    margin-right: 7.5px; }

.header-middle {
  padding-top: 5px;
  padding-bottom: 5px; }
  .header-middle .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; }

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-contact .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #768495; }
  .header-contact i {
    background: #69b1ab;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    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;
    margin-right: 10px; }
  .header-contact a.whatsapp-btn {
    background: #69b1ab;
    color: #fff;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    margin-left: 40px; }

.header-menu {
  background-image: -webkit-linear-gradient(-28deg, #E00B0B 0%, #E00B0B 99%);
  border-bottom: 0px solid #69b1ab;
  min-height: 40px; }
  .header-menu .menu-btn {
    display: none; }
  .header-menu.sticky {
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%; }
  .header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-menu ul li {
      line-height: 24px;
      font-weight: 400;
      letter-spacing: 0.75px;
      padding: 10px 40px 16px 0px; }
      .header-menu ul li a {
        color: #FFF; }
        .header-menu ul li a:hover {
          color: #69b1ab; }

@media screen and (max-width: 1170px) {
  .header-top {
    text-align: center !important; }
    .header-top div {
      text-align: center !important; }
  .header .logo {
    width: 100%;
    text-align: center; }
  .header-contact {
    display: none; }
  .header-menu {
    position: relative; }
    .header-menu .menu-btn {
      display: block; }
      .header-menu .menu-btn button {
        background: #000;
        color: #fff;
        width: 50px;
        height: 40px;
        margin-top: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .header-menu ul {
      background: #404040;
      display: none;
      width: 100%;
      left: 0;
      top: 50px;
      position: absolute;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 999; }
      .header-menu ul li {
        padding: 15px 25px; } }

.main-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin-top: -30px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-slider .owl-dot {
  width: 25px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5) !important;
  display: block;
  margin: 5px 3px; }
  .main-slider .owl-dot.active {
    background: white !important; }

.about {
  padding-top: 100px;
  padding-bottom: 100px; }
  .about-image {
    border-radius: 100%; }
    .about-image img {
      border-radius: 100%;
      max-width: 100%;
      margin: 0 !important;
      padding: 15px;
      border: 1px dashed #ffb2b6; }
  .about-content p {
    line-height: 30px; }
  .about-content a {
    background: #69b1ab;
    font-weight: 500;
    color: #fff;
    padding: 5px 5px 5px 35px;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }
    .about-content a i {
      display: block;
      width: 54px;
      height: 54px;
      background-color: #FFD9DB;
      color: #69b1ab;
      border-radius: 100%;
      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;
      margin-left: 25px; }
    .about-content a:hover {
      background: #0E3340;
      color: #fff; }
      .about-content a:hover i {
        background-color: #69b1ab;
        color: #fff; }

.service-box {
  margin-bottom: 30px; }
  .service-box-image {
    padding: 1px;
    border: 1px dashed #e3e3e3;
    border-radius: 100%;
    background-color: #fff;
    position: relative; }
    .service-box-image:hover:before {
      background-color: #E20721; }
    .service-box-image:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #FFEDF0;
      top: 10px;
      left: 0px;
      border-radius: 100%;
      z-index: -1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .service-box-image img {
      border: 1px solid #e3e3e3;
      border-radius: 7%;
      max-width: 100%; }
  .service-box-title {
    text-align: center;
    margin-top: 30px; }
    .service-box-title a {
      font-size: 17px;
      line-height: 10px;
      font-weight: 600;
      color: #292929;
      margin-bottom: 19px; }

.contact-title {
  font-size: 24px;
  font-weight: 700;
  color: #69b1ab;
  margin-bottom: 25px; }

.contact-info li {
  margin-bottom: 30px; }
  .contact-info li i {
    width: 25px;
    text-align: center;
    color: #69b1ab;
    font-size: 18px;
    margin-right: 10px; }

.contact-form input, .contact-form textarea {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  outline: 0 !important;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 15px;
  border-radius: 4px;
  width: 100%; }
  .contact-form input:focus, .contact-form textarea:focus {
    border-color: #69b1ab; }

.contact-form textarea {
  min-height: 125px;
  resize: none; }

.contact-form button {
  background: #69b1ab;
  border-color: #69b1ab;
  color: #fff;
  font-size: 16px; }
  .contact-form button:hover {
    background: #69b1ab;
    border-color: #69b1ab; }

@media screen and (max-width: 1170px) {
  .about {
    padding-top: 30px;
    padding-bottom: 30px; }
    .about-image {
      margin-bottom: 30px; }
  .service-box-title {
    margin-top: 20px; }
    .service-box-title a {
      font-size: 16px; } }

.footer {
  background: #3A444D;
  padding-top: 60px;
  font-size: 17px;
  margin-top: 50px; }
  .footer-logo {
    margin-bottom: 20px; }
  .footer-title {
    font-size: 24px;
    font-weight: 700;
    color: #ebebeb;
    margin-bottom: 53px; }
  .footer-address {
    color: #c8c8c8;
    line-height: 36px; }
  .footer-menu ul li {
    margin-bottom: 12px; }
    .footer-menu ul li a {
      color: #c8c8c8; }
  .footer-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-instagram a {
      margin: 5px;
      display: block; }
  .footer-bottom {
    border-top: 1px solid #3D5B65;
    padding: 30px 0px 30px;
    font-size: 18px;
    margin-top: 50px; }

@media screen and (max-width: 1170px) {
  .footer {
    padding-top: 30px; }
    .footer-title {
      margin-bottom: 15px;
      margin-top: 15px; }
    .footer-bottom {
      font-size: 12px; }
      .footer-bottom div {
        text-align: center !important; }
      .footer-bottom .author {
        display: none; } }
