/* Common files and includes */
/* ------------------------------------------------ */
/* ------------------- Reset CSS --------------- */
/* ------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
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, strong, 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%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* ----------------------------------- */
/* -------- Common styles  ----------*/
body {
  background: #ffffff;
  font-family: "Asap", sans-serif;
  font-size: 14px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  overflow-x: hidden; }

/* Footer to bottom  */
html {
  height: 100%; }

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

/* Container params */
.container {
  width: 1180px;
  margin: 0 auto; }

/* Flexbox styles */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flexbox.v-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flexbox.g-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.row-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mr-25px-minus {
  margin-right: -25px; }

.ml-25px-minus {
  margin-left: -25px; }

.z-index-100 {
  z-index: 100; }

/* Align styles */
.centered {
  text-align: center; }

.body-onepage {
  height: 100%;
  min-height: 566px; }

.icon-email {
  width: 66px;
  height: 66px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icon_mail.svg") no-repeat center/contain; }

.icon-phone {
  width: 66px;
  height: 66px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icon_phone.svg") no-repeat center/contain; }

.circles-wrapper {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.circles-wrapper.container {
  padding-left: 0;
  padding-right: 0; }

.circle-white {
  background: rgba(255, 255, 255, 0.7); }

.circle-blue {
  background: rgba(0, 0, 0, 1);
  color: #fff; }

.like-h3 {
  font-size: 25px;
  font-weight: 600; }

.circle-item {
  width: 440px;
  height: 440px;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.clr-blue {
  color: #C08814; }

.textbox .like-h3 {
  padding-bottom: 10px; }

.textbox p {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0; }

.contact-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 40px 0 20px; }

.contact-icon span {
  font-size: 25px;
  color: #C08814;
  font-weight: 500;
  display: block;
  padding-left: 20px; }

.bg-whitesmoke {
  background: #EFEFEF; }

.contact-onepage {
  width: 440px; }

@media screen and (max-width: 992px) {
  .circle-item {
    width: 380px;
    height: 380px; }
  .body-onepage {
    height: auto;
    padding-top: 50px; }
  .contact-onepage {
    width: 380px; } }

@media screen and (max-width: 768px) {
  .circles-wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ml-25px-minus {
    margin-left: 0;
    margin-top: -25px; }
  .mr-25px-minus {
    margin-right: 0;
    margin-bottom: -25px; }
  .contact-onepage {
    padding-top: 20px;
    padding-bottom: 10px; }
  .contact-icon i {
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 420px) {
  .circle-item {
    width: 300px;
    height: 300px; }
  .circle-item .logo img {
    width: 170px; }
  .circle-item .textbox .like-h3 {
    font-size: 22px; } }

/* --------------------------------------- */
/* -------- Styles for pages   ----------*/
/* Home page */
/* ----------------------------------------- */
/*---  Include Media styles fo responsive ---*/
/* Media for max width */
@media screen and (max-width: 1180px) {
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; } }

/* Media for 992px width */
/* Media for 768px width */
/* Media for 480px width */
