/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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,
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;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #FCFCFD;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #253757;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.container-header {
  padding-top: 50px;
}
.container-intro {
  max-width: 742px;
}
.container-services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .container-services {
    justify-content: center;
  }
}
.container-process {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .container-process {
    flex-direction: column;
  }
}
.container-testimonials {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .container-testimonials {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .container-features {
    text-align: center;
  }
}
.container-cta {
  text-align: center;
  max-width: 804px;
}
.container-contactus {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .container-contactus {
    flex-direction: column;
  }
}
.container-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .container-footer {
    align-items: center;
  }
}
@media (max-width: 425px) {
  .container-footer {
    text-align: center;
    flex-direction: column-reverse;
  }
}

.section {
  background-color: #FCFCFD;
  padding: 160px 0;
}
@media (max-width: 1024px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 425px) {
  .section {
    padding: 60px 0;
  }
}
.section-light {
  background-color: #fff;
}
.section__inner {
  max-width: 362px;
}
.section__top {
  display: flex;
  margin-bottom: 20px;
}
.section__top > img {
  width: 21px;
  height: 21px;
}
.section__subtitle {
  padding-left: 15px;
  font-weight: 800;
  color: #56CCF2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section__title {
  font-size: 32px;
}

.title {
  font-weight: 900;
}

.nav__menu {
  display: flex;
}
.nav__item {
  margin-right: 10px;
  position: relative;
}
.nav__item:last-child {
  margin-right: 0;
}
@media (max-width: 425px) {
  .nav__item {
    padding: 10px 0;
  }
}
.nav__link {
  color: inherit;
  text-decoration: none;
}
.nav__link:hover {
  color: #e6e6e6;
}

.header {
  background: linear-gradient(-245deg, #56CCF2 78% -1150px, #FCFCFD 22%) no-repeat;
  color: #fff;
  background-position-y: calc(100% - (640px / 2));
  padding: 0;
}
@media (max-width: 1024px) {
  .header {
    background: #56CCF2;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  align-items: center;
  margin-bottom: 80px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .header__top {
    margin-bottom: 50px;
  }
}
.header__logo {
  text-decoration: none;
  color: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.header__nav {
  flex-basis: 560px;
}
@media (max-width: 768px) {
  .header__nav {
    text-align: center;
  }
}
.header__menu {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__menu {
    flex-direction: column;
  }
}
.header__link_active {
  position: relative;
  width: max-content;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
}
.header__link_active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: -9px;
  left: 0;
  height: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #FCC304;
  border-radius: 32px;
}
.header__link:hover::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: -9px;
  left: 0;
  height: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #FCC304;
  border-radius: 32px;
}
@media (max-width: 425px) {
  .header__link:hover::after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
  }
}
.header__inner {
  max-width: 755px;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  .header__inner {
    text-align: center;
    margin: 0 auto;
  }
}
.header__title {
  font-size: 64px;
  margin-bottom: 22px;
}
@media (max-width: 425px) {
  .header__title {
    font-size: 32px;
  }
}
.header__text {
  font-size: 24px;
  margin-bottom: 42px;
}
@media (max-width: 425px) {
  .header__text {
    font-size: 21px;
  }
}
.header__button {
  padding: 16px 65px;
  background-color: #fff;
  color: #253757;
  margin-bottom: 80px;
  border: 2px solid #FFF;
  transition: 0.2s;
}
.header__button:hover {
  background-color: #56CCF2;
  color: #fff;
}
.header__button:active {
  background-color: #27beee;
}
@media (max-width: 1024px) {
  .header__button {
    margin: 0 auto 80px;
  }
}
.header__photo {
  position: relative;
}
.header__photo > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.header__photo_text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  max-width: 264px;
}
.header__photo_text > h4 {
  font-weight: 800;
  font-size: 13px;
  color: #56CCF2;
  text-transform: uppercase;
}
@media (max-width: 425px) {
  .header__photo_text > h4 {
    font-size: 10px;
  }
}
.header__photo_text > p {
  font-size: 20px;
}
@media (max-width: 425px) {
  .header__photo_text > p {
    font-size: 10px;
  }
}
.header__arrows {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: space-between;
  background-color: #FCC304;
  border-radius: 50px;
  padding: 20px 35px;
  width: 160px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .header__arrows {
    top: auto;
    bottom: 0;
    left: 50%;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .header__arrows {
    display: none;
  }
}
.header__right, .header__left {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.header__right:hover, .header__left:hover {
  border-color: #e4b003;
  cursor: pointer;
}
.header__right:active, .header__left:active {
  border-color: #e4b003;
}
.header__right {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.header__left {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.header__social {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  font-size: 12px;
  left: 105%;
  top: 50%;
  font-weight: 800;
  width: 640px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.header__social > li {
  transform: rotate(-90deg);
}
.header__social > li:hover {
  transform: scale(1.2) rotate(-90deg);
}
@media (max-width: 1300px) {
  .header__social {
    top: auto;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%);
    justify-content: space-between;
  }
  .header__social > li {
    transform: rotate(0deg);
  }
}
@media (max-width: 1024px) {
  .header__social {
    display: none;
  }
}

.button {
  display: block;
  border-radius: 64px;
  max-width: max-content;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}

.intro__top {
  margin-bottom: 21px;
}
.intro__text {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 425px) {
  .intro__text {
    font-size: 21px;
  }
}

.services {
  position: relative;
}
.services__title {
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 425px) {
  .services__title {
    font-size: 30px;
  }
}
.services__item {
  max-width: 264px;
  text-align: center;
  margin: 0 15px 25px 0;
}
@media (max-width: 425px) {
  .services__item {
    margin: 0;
    margin-bottom: 15px;
  }
}
.services__photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}
.services__photo_wrapper {
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .services__photo_wrapper {
    margin-bottom: 30px;
  }
}
.services__subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .services__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .services__subtitle {
    margin-bottom: 10px;
  }
}

.process {
  background-color: #FCFCFD;
  padding-bottom: 0;
}
.process__top {
  margin-bottom: 21px;
}
.process__title {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .process__title {
    margin-bottom: 32px;
  }
}
.process__texts {
  max-width: 362px;
}
.process__texts > p {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .process__texts {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
  }
}
.process__steps {
  display: grid;
  grid-template-columns: 240px 240px;
  grid-template-rows: 340px 340px;
  column-gap: 58px;
  row-gap: 18px;
}
@media (max-width: 1024px) {
  .process__steps {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .process__steps {
    justify-content: center;
    grid-template-columns: 75%;
    grid-template-rows: repeat(4, 256px);
  }
}
.process__item {
  text-align: center;
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.02);
  height: 256px;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 48px 32px;
  transition: 0.5s;
}
.process__item:nth-child(2n+1) {
  align-self: flex-end;
}
.process__item:hover {
  transform: scale(1.1);
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .process__item:nth-child(2n+1) {
    align-self: flex-start;
  }
}
.process__num {
  font-size: 40px;
  position: relative;
}
.process__num::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 48px);
}
.process__num-1 {
  color: #56CCF2;
}
.process__num-1::after {
  background-color: #56CCF2;
}
.process__num-2 {
  color: #FCC304;
}
.process__num-2::after {
  background-color: #FCC304;
}
.process__num-3 {
  color: #03D542;
}
.process__num-3::after {
  background-color: #03D542;
}
.process__num-4 {
  color: #F25656;
}
.process__num-4::after {
  background-color: #F25656;
}
.process__description {
  font-size: 13px;
}

.features {
  background: #56CCF2 url("../images/features/bg.jpg") no-repeat center/cover;
  padding: 200px 0 160px;
  margin-top: -120px;
}
@media (max-width: 768px) {
  .features {
    background-image: none;
    padding-bottom: 65px;
  }
}
.features__top {
  margin-bottom: 70px;
}
.features__subtitle {
  color: #fff;
}
.features__texts {
  max-width: 362px;
}
@media (max-width: 768px) {
  .features__texts {
    max-width: 662px;
    margin: 0 auto;
  }
}
.features__item {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .features__item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.features__parah {
  color: #fff;
  max-width: 263px;
}
@media (max-width: 768px) {
  .features__parah {
    max-width: 100%;
  }
}
.features:last-child {
  margin-bottom: 0;
}
.features__icon_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .features__icon_wrapper {
    margin-bottom: 15px;
  }
}
.features__icon {
  width: 22px;
  height: 22px;
}

.testimonials {
  padding-bottom: 0;
}
.testimonials__top {
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .testimonials__top {
    margin-bottom: 43px;
  }
}
.testimonials__item {
  position: relative;
  margin: 0 20px 20px 0;
  max-width: 314px;
  text-align: center;
  padding: 90px 32px 58px;
  background: #FEFEFE;
  box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}

.person::after {
  content: "";
  display: block;
  width: 64px;
  height: 162px;
  border-radius: 500px;
  transform: rotate(25deg);
  position: absolute;
  top: 45px;
  left: calc(50% - 32px);
}
.person_1:hover {
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.1);
}
.person_1::after {
  background-color: #56CCF2;
}
.person_2:hover {
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.1);
}
.person_2::after {
  background-color: #FCC304;
}
.person_3:hover {
  box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.1);
}
.person_3::after {
  background-color: #F25656;
}
.person__img {
  position: relative;
  z-index: 1;
}
.person__txt {
  font-size: 15px;
}
.person__txt::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 30px auto;
}
.person__name {
  font-weight: bold;
  font-size: 13px;
}

.cta {
  padding: 220px 0 200px;
  margin-top: -100px;
  background: #FCFCFD url("../images/cta/cta-bg.png") no-repeat 0 60px;
  background-size: contain;
}
.cta__title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 55px;
}
@media (max-width: 425px) {
  .cta__title {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .cta__title {
    font-size: 31px;
  }
}
.cta__parah {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 55px;
}
@media (max-width: 425px) {
  .cta__parah {
    font-size: 21px;
  }
}
.cta__button {
  padding: 18px 88px;
  background: #2F80ED;
  color: #FFF;
  text-decoration: none;
  margin: 0 auto;
  border: 2px solid #2F80ED;
}
.cta__button:hover {
  background-color: #FFF;
  color: #2F80ED;
}
.cta__button:active {
  background-color: #e6e6e6;
}
@media (max-width: 1024px) {
  .cta {
    padding: 220px 0 100px;
  }
}

.contactus {
  padding: 50px 0;
}
@media (max-width: 425px) {
  .contactus {
    padding: 20px 0;
  }
}
.contactus__top {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contactus__top {
    margin-bottom: 40px;
  }
}
.contactus__top_left {
  margin-bottom: 43px;
}
.contactus__wrapper {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .contactus__wrapper {
    margin-bottom: 25px;
  }
}
.contactus__wrapper-1 {
  flex: 1;
}
.contactus__form {
  max-width: 650px;
}
.contactus__form > label:last-of-type {
  display: block;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .contactus__form > label:last-of-type {
    margin-bottom: 20px;
  }
}
.contactus__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #E1E1E1;
  height: 60px;
  background-color: inherit;
  margin-bottom: 20px;
}
.contactus__input::placeholder {
  font-weight: bold;
  font-size: 15px;
}
.contactus__button {
  background: #2F80ED;
  padding: 16px 92px;
  color: #fff;
  border: 2px solid #2F80ED;
}
.contactus__button:hover {
  background-color: #FFF;
  color: #2F80ED;
}
.contactus__button:active {
  background-color: #e6e6e6;
}
@media (max-width: 768px) {
  .contactus__button {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contactus__contact {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 425px) {
  .contactus__contact {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.contactus__callus, .contactus__visitus {
  margin-bottom: 45px;
}
.contactus__callus > h5, .contactus__visitus > h5 {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
}
.contactus__tel, .contactus__address {
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #56CCF2;
  text-decoration: none;
}
.contactus__social {
  display: flex;
}
.contactus__social > li {
  margin-right: 48px;
  transition: 0.2s;
}
.contactus__social > li:hover {
  transform: scale(1.2);
}
@media (max-width: 425px) {
  .contactus__social > li {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .contactus__social {
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .contactus__social {
    justify-content: space-around;
  }
}

.footer {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 425px) {
  .footer {
    padding: 10px;
  }
}
.footer__copyright {
  font-weight: 700;
}
.footer__copyright > a {
  text-decoration: none;
  color: inherit;
}
.footer__copyright > a:hover {
  text-decoration: underline;
}
.footer__nav {
  width: 560px;
}
@media (max-width: 768px) {
  .footer__nav {
    width: max-content;
  }
}
.footer__menu {
  font-weight: 700;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer {
    display: block;
  }
}
@media (max-width: 425px) {
  .footer {
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
