@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot");
  src: url("../fonts/fontello/fontello.eot") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2") format("woff2"), url("../fonts/fontello/fontello.woff") format("woff"), url("../fonts/fontello/fontello.ttf") format("truetype"), url("../fonts/fontello/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  line-height: 1.3;
}

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

.slick-dots {
  bottom: 30px;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 9px;
}

.slick-dots li button {
  padding: 0;
  width: 14px;
  height: 14px;
}

.slick-dots li button::before {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #fff;
  color: transparent !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section__title {
  font-weight: 700;
  font-size: 42px;
  color: #0a253e;
}

@media screen and (max-width: 576px) {
  .section__title {
    font-size: 1.5rem;
  }
}

.main__content {
  min-height: calc(100vh - 84px - 170px);
  margin-top: 84px;
}

.yapimda {
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../img/bg-transparent.png") no-repeat center center/contain;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .yapimda {
    padding: 70px 0;
  }
}

@media screen and (max-height: 376px) {
  .yapimda {
    padding: 70px 0;
  }
}

.yapimda__wrap {
  width: 100%;
}

.yapimda__wrap h2 {
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yapimda__wrap h2 {
    margin-top: 200px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-height: 700px) {
  .yapimda__wrap h2 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 376px) {
  .yapimda__wrap h2 {
    font-size: 22px;
  }
}

.yapimda__wrap p {
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.3rem;
  color: #0a253e;
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yapimda__wrap p span {
  color: #ffffff;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  display: inline-block;
  background-color: #0a253e;
  margin-top: 1rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 576px) {
  .yapimda__wrap p {
    font-size: 1rem;
    width: 90%;
  }
}

@media screen and (max-height: 376px) {
  .yapimda__wrap p {
    font-size: 1.2rem;
    width: 100%;
  }
}

::-moz-selection {
  background-color: #be985f;
  color: #ffffff;
}

::selection {
  background-color: #be985f;
  color: #ffffff;
}

#mainHeader {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}

#mainHeader.fixed {
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}

#mainHeader .navigation {
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

#mainHeader .navigation .navbar-brand {
  margin-right: 84px;
}

@media screen and (max-width: 992px) {
  #mainHeader .navigation .navbar-brand {
    margin-right: 40px;
  }
}

#mainHeader .navigation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 992px) {
  #mainHeader .navigation__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  #mainHeader .navigation__menu {
    display: none;
  }
}

#mainHeader .navigation__menu .menu__right, #mainHeader .navigation__menu .menu__left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainHeader .navigation__menu .menu__left .menu__item {
  margin: 0;
}

#mainHeader .navigation .menu__item {
  height: 100%;
  margin-right: 47px;
  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;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

@media screen and (max-width: 992px) {
  #mainHeader .navigation .menu__item {
    margin-right: 30px;
  }
}

#mainHeader .navigation .menu__item::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #be985f;
  position: absolute;
  top: -4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

#mainHeader .navigation .menu__item:hover::after {
  top: 0;
}

#mainHeader .navigation .menu__item:hover a {
  color: #be985f;
}

#mainHeader .navigation .menu__item .menu__item__link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  color: #0a253e;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#mainHeader .navigation .menu__item .menu__item__link.active {
  color: #be985f;
}

@media screen and (max-width: 992px) {
  #mainHeader .navigation .menu__item .menu__item__link {
    width: 100%;
    font-size: 0.9rem;
  }
}

#mainHeader .mobile__navigation {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 1rem;
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

@media screen and (max-width: 376px) {
  #mainHeader .mobile__navigation {
    height: 250px;
  }
}

@media screen and (max-height: 321px) {
  #mainHeader .mobile__navigation {
    height: 320px;
  }
}

#mainHeader .mobile__navigation.open {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#mainHeader .mobile__navigation .mobile__menu {
  width: 100%;
  text-align: center;
}

#mainHeader .mobile__navigation .mobile__menu__item {
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 376px) {
  #mainHeader .mobile__navigation .mobile__menu__item {
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-height: 321px) {
  #mainHeader .mobile__navigation .mobile__menu__item {
    margin-bottom: 1.2rem;
  }
}

#mainHeader .mobile__navigation .mobile__menu__item__link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #0a253e;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 376px) {
  #mainHeader .mobile__navigation .mobile__menu__item__link {
    font-size: 1.1rem;
  }
}

@media screen and (max-height: 321px) {
  #mainHeader .mobile__navigation .mobile__menu__item__link {
    font-size: 1rem;
  }
}

#mainHeader .hamburger {
  width: 35px;
  height: 25px;
  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;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}

@media screen and (max-width: 768px) {
  #mainHeader .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#mainHeader .hamburger::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0a253e;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#mainHeader .hamburger::after {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0a253e;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#mainHeader .hamburger span {
  width: 100%;
  height: 5px;
  display: inline-block;
  background-color: #0a253e;
  -webkit-transition: -webkit-transform 300ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 300ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mainHeader .hamburger.animate span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 300ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 300ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mainHeader .hamburger.animate::before {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mainHeader .hamburger.animate::after {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.main__carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 84px;
}

.main__carousel .slider {
  width: 100%;
}

.main__carousel .slider .slide {
  width: 100%;
  height: 516px;
  background-color: #0a253e;
  position: relative;
  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;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .main__carousel .slider .slide {
    height: 300px;
  }
}

@media screen and (max-height: 376px) {
  .main__carousel .slider .slide {
    height: 400px;
  }
}

.main__carousel .slider .slide img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .main__carousel .slider .slide img {
    width: auto;
  }
}

.main__carousel .slider .slide__content {
  color: #ffffff;
  text-align: center;
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .main__carousel .slider .slide__content {
    width: 55%;
  }
}

@media screen and (max-width: 992px) {
  .main__carousel .slider .slide__content {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .main__carousel .slider .slide__content {
    width: 90%;
  }
}

.main__carousel .slider .slide__content h1 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 42px;
}

@media screen and (max-width: 576px) {
  .main__carousel .slider .slide__content h1 {
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
  }
}

@media screen and (max-width: 376px) {
  .main__carousel .slider .slide__content h1 {
    font-size: 1.2rem;
  }
}

@media screen and (max-height: 321px) {
  .main__carousel .slider .slide__content h1 {
    font-size: 2rem;
  }
}

.main__carousel .slider .slide__content p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 576px) {
  .main__carousel .slider .slide__content p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 376px) {
  .main__carousel .slider .slide__content p {
    font-size: 0.9rem;
  }
}

.about {
  width: 100%;
  padding: 140px 0 190px;
  text-align: center;
  background: url("../img/bg-transparent.png") no-repeat center 115px/contain;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .about {
    padding: 70px 0;
  }
}

@media screen and (max-height: 376px) {
  .about {
    padding: 70px 0;
  }
}

.about h2 {
  margin-bottom: 36px;
  font-size: 32px;
}

@media screen and (max-width: 376px) {
  .about h2 {
    font-size: 22px;
  }
}

.about p {
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0a253e;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .about p {
    font-size: 1rem;
    width: 90%;
  }
}

@media screen and (max-height: 376px) {
  .about p {
    font-size: 1.2rem;
    width: 100%;
  }
}

.ongoing__projects {
  width: 100%;
  padding: 65px 0 85px;
  background-color: #be985f;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .ongoing__projects {
    padding: 70px 0;
  }
}

@media screen and (max-height: 376px) {
  .ongoing__projects {
    padding: 70px 0;
  }
}

.ongoing__projects h2 {
  margin: 0 0 65px;
}

@media screen and (max-width: 576px) {
  .ongoing__projects h2 {
    margin-bottom: 32px;
  }
}

@media screen and (max-height: 376px) {
  .ongoing__projects h2 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}

@media screen and (max-width: 376px) {
  .ongoing__projects h2 {
    font-size: 22px;
  }
}

.ongoing__projects .ongoing__projects__slider img {
  border-radius: 5px;
  margin: 0 30px;
}

.ongoing__projects .ongoing__projects__slider .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 576px) {
  .ongoing__projects .ongoing__projects__slider .slick-dots {
    bottom: -32px;
  }
}

@media screen and (max-height: 376px) {
  .ongoing__projects .ongoing__projects__slider .slick-dots {
    bottom: -32px;
  }
}

.completed__projects {
  width: 100%;
  padding: 65px 0 95px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .completed__projects {
    padding: 70px 0;
  }
}

@media screen and (max-height: 376px) {
  .completed__projects {
    padding: 70px 0;
  }
}

.completed__projects h2 {
  margin: 0 0 65px;
}

@media screen and (max-width: 576px) {
  .completed__projects h2 {
    margin-bottom: 32px;
  }
}

@media screen and (max-height: 376px) {
  .completed__projects h2 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}

@media screen and (max-width: 376px) {
  .completed__projects h2 {
    font-size: 22px;
  }
}

.completed__projects .completed__projects__slider img {
  border-radius: 5px;
  margin: 0 30px;
}

.completed__projects .completed__projects__slider .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 576px) {
  .completed__projects .completed__projects__slider .slick-dots {
    bottom: -32px;
  }
}

@media screen and (max-height: 376px) {
  .completed__projects .completed__projects__slider .slick-dots {
    bottom: -32px;
  }
}

.completed__projects .completed__projects__slider .slick-dots li button::before {
  background-color: #0a253e;
}

#mainFooter {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0a253e;
  padding: 40px 0 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #mainFooter {
    padding: 40px 0 40px;
  }
}

@media screen and (max-width: 576px) {
  #mainFooter .footer__logo__link {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-height: 376px) {
  #mainFooter .footer__logo__link {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}

#mainFooter .footer__info {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainFooter .footer__info li {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  #mainFooter .footer__info li {
    text-align: center;
    margin-bottom: 6px;
  }
}

@media screen and (max-height: 376px) {
  #mainFooter .footer__info li {
    text-align: center;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mainFooter .footer__info li:first-child {
    width: 90%;
  }
}

#mainFooter .footer__info li .mailto {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#mainFooter .footer__info li .mailto:hover {
  color: #be985f;
}

#mainFooter .footer__info li span {
  color: #be985f;
  display: inline-block;
  margin-right: 5px;
}

#mainFooter .copyright {
  font-size: 15px;
  font-weight: 400;
  color: #be985f;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  #mainFooter .copyright {
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  #mainFooter .copyright {
    text-align: center;
  }
}

@media screen and (max-height: 376px) {
  #mainFooter .copyright {
    text-align: center;
  }
}

#mainFooter .footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  #mainFooter .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-height: 376px) {
  #mainFooter .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#mainFooter .footer__social li {
  width: 25px;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  #mainFooter .footer__social li {
    margin-left: 0;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 576px) {
  #mainFooter .footer__social li {
    margin: 0 1rem;
  }
}

@media screen and (max-height: 376px) {
  #mainFooter .footer__social li {
    margin: 0 1rem;
  }
}

#mainFooter .footer__social li a {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#mainFooter .footer__social li a:hover {
  color: #be985f;
}

#mainFooter .footer__social li a i {
  width: 100%;
}
