@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin-ext);
.btn {
  display: inline-block;
  padding: 9px 36px;
  font-size: 16px;
  line-height: 29px;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.15px;
  text-decoration: none; }
.btn.main {
  background: #ecedeb;
  transition: 0.3s all;
  color: #1b2739; }
.btn.main:hover{
  box-shadow: 0 0.5em 0.5em -0.4em #555;
  background: #FAC9B9;
  transform: translateY(-0.25em);
}

.btn.variant {
  color: #1b2739;
  transition: 0.3s all;
  background: #fac9b9; }
.btn.variant:hover{
  color: #555;
  box-shadow: 0 0.5em 0.5em -0.4em #fac9b9;
  background: #fff;
  transform: translateY(-0.25em);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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;
  text-decoration: none; }

/* 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; }

@font-face {
  font-family: 'Butler_Medium';
  src: url("./fonts/Butler_Medium.otf"); }

@font-face {
  font-family: 'Butler';
  src: url("./fonts/Butler_Regular.otf"); }

.huge-title {
  font-family: Butler_Medium;
  font-size: 39px;
  line-height: 50px;
  color: #10003d; }

.big-title {
  font-family: Butler;
  font-size: 31px;
  color: #10003d; }

.medium-ul {
  list-style: initial; }
.medium-ul li {
  margin-left: 25px;
  font-family: Butler;
  font-size: 25px;
  line-height: 36px;
  color: #10003d; }

.medium-title {
  font-family: Butler;
  font-size: 25px;
  color: #10003d; }
.medium-title.underline {
  text-decoration: underline; }

.small-title {
  width: 12%;
  font-family: Butler;
  line-height: 1.2;
  font-size: 20px;
  color: #10003d; }

@media(max-width: 1250px){
  .small-title {
    width: auto;
  }
}

.staandard-ul li {
  position: relative;
  margin-left: 20px;
  color: #1b2739;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.15px;
  line-height: 36px; }
.staandard-ul li:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 18px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1b2739; }

p {
  color: #1b2739;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.15px; }
p.body {
  font-size: 18px; }
p.huge {
  font-size: 24px;
  letter-spacing: 0.2px; }

small {
  color: #9b9b9b;
  font-size: 10px;
  font-family: "Open Sans";
  letter-spacing: 0.09px;
  font-weight: 400; }
small.capition {
  font-size: 13px; }

.white-color {
  color: #ffffff; }

@media (max-width: 600px) {
  .main-menu-header .container {
    width: 100%;
    padding: 10px; } }

.main-menu-header{
}
.main-menu-header nav {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.main-menu-header nav .logo-box {
  width: 110px;
  height: 100px; }
@media (max-width: 600px) {
  .main-menu-header nav .logo-box {
    width: 50px;
    height: 50px; } }
.main-menu-header nav .logo-box .logo-white {
  display: none; }
.main-menu-header nav .logo-box img {
  width: 100%; }
.main-menu-header nav .btn-menu, .main-menu-header nav .link-menu {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #1b2739;
  letter-spacing: 0.15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center; }
@media (max-width: 600px) {
  .main-menu-header nav .btn-menu, .main-menu-header nav .link-menu {
    font-size: 14px; } }
.main-menu-header nav .btn-menu span, .main-menu-header nav .link-menu span {
  text-transform: uppercase; }
.main-menu-header nav .btn-menu img, .main-menu-header nav .link-menu img {
  margin-right: 10px; }

.main-menu-header .menu-wrapper {
  position: relative;
    z-index: 99999;
  background: #10003d; }
.main-menu-header .menu-wrapper .menu-box {
  z-index: -999;
  transition: 0.5s opacity;
  opacity: 0;
  transform: translateX(-100%);
  padding: 20px 0;
  background: #10003d;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%; }
.main-menu-header .menu-wrapper .menu-box .container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
}


.main-menu-header .menu-wrapper .menu-box .container article {
  /* background: url("./images/lines.png"); */
  height: 550px;
  overflow: hidden;
  width: 45%; }

  @media(max-width: 1000px){
    .main-menu-header .menu-wrapper .menu-box .container article{
        display: none;
    }
  }

  .main-menu-header .menu-wrapper .menu-box .container article img{
    transform: scale(1.3);
    width: 100%;
  }

.main-menu-header .menu-wrapper .menu-box .container aside {
  width: 50%; }

  @media(max-width: 1000px){
    .main-menu-header .menu-wrapper .menu-box .container aside{
      width: 55%;
    }

  }

  @media(max-width: 1000px){
    .main-menu-header .menu-wrapper .menu-box .container{
      padding: 0;
    }

    .main-menu-header .menu-wrapper .menu-box .container aside{
      padding: 0 20px;
      width: 100%;
    }

  }
.main-menu-header .menu-wrapper .menu-box .container aside header{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.main-menu-header .menu-wrapper .menu-box .container aside .body{
   margin-bottom: 50px;
}

 .main-menu-header .menu-wrapper .menu-box .container aside header .medium-title{
   margin-right: 20px;
 }

.main-menu-header .menu-wrapper .menu-box a:hover{
  transition: 0.3s all;
  color: #FAC9B9;
}

.main-menu-header .menu-wrapper .menu-box a, .main-menu-header .menu-wrapper .menu-box h3 {
  margin-bottom: 35px;
  color: #ffffff; }
.main-menu-header .menu-wrapper .menu-box article, .main-menu-header .menu-wrapper .menu-box aside {
  display: flex;
  flex-direction: column; }

.main-menu-header .close-btn{
  display: none;
}

.main-menu-header .open-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu-header.secondary {
  background: #10003d; }
.main-menu-header.secondary .logo-white {
  width: 100%;
  display: block !important; }
.main-menu-header.secondary .logo-main {
  display: none; }
.main-menu-header.secondary .link-menu span, .main-menu-header.secondary .btn-menu span {
  color: #ffffff; }

.main-menu-header.active {
  height: 102vh;
  top: 0;
  width: 100%;
  position: fixed;
  background: #10003d;
  left: 0;
  z-index: 99999;
 }
.main-menu-header.active .close-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-menu-header.active .open-btn{
  display: none;
}

.main-menu-header.active .menu-box {
  opacity: 1;
  height: auto;
  transform: translateX(0); }
.main-menu-header.active .logo-white {
  width: 100%;
  display: block !important; }
.main-menu-header.active .logo-main {
  display: none; }
.main-menu-header.active .link-menu span, .main-menu-header.active .btn-menu span {
  color: #ffffff; }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px; }
footer small {
  margin: 45px 0 70px 0; }
footer nav {
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flew-wrap: wrap; }
@media (max-width: 1000px) {
  footer nav {
    flex-direction: column; } }
footer nav a {
  text-align: center;
  padding: 5px; }
@media (max-width: 900px) {
  footer nav a {
    margin: 5px 0; } }
footer .copyright-box {
  text-align: center; }
footer .copyright-box p {
  margin: 80px 0 35px 0; }

#home-page .quotation-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
#home-page .quotation-section article {
  width: 900px; }
#home-page .quotation-section article .big-title {
  margin: 80px 0 25px 0; }
#home-page .quotation-section article p {
  margin: 25px 0 80px 0; }
@media(max-width: 920px) {
  #home-page .quotation-section article{
    width: 100%;
    padding: 20px;
  }
}

#home-page .photo-section {
  background: #f7f7f7; }
#home-page .photo-section img {
  width: 100%; }

#home-page .owner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
#home-page .owner-section header {
  width: 900px; }
@media(max-width: 920px) {
  #home-page .owner-section header{
    width: 100%;
    padding: 20px;
  }
}

#home-page .owner-section header h2 {
  margin: 80px 0 25px 0; }
#home-page .owner-section header p {
  line-height: 35px;
  margin: 25px 0 30px 0; }
#home-page .owner-section figure {


  margin-bottom: 30px; }
#home-page .owner-section figure img {
  width: 100%; 
  max-width: 500px;}

#home-page .divider-section .divider {
  margin: 80px 0 100px 0; }

#home-page .offer-section .container{
  width: 800px;

}

#home-page .offer-section {
  text-align: center;
  margin-bottom: 150px; }
#home-page .offer-section header h2 {
  margin-bottom: 40px; }
#home-page .offer-section .offer-wrapper {
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
 }

@media(max-width: 450px){
   #home-page .offer-section .offer-wrapper .offer-img img{
      height: auto;
      width: 100%;
   }
	#home-page .offer-section .offer-wrapper {
		margin: 30px auto;
	}
}

 @media(max-width: 900px){
   #home-page .offer-section .offer-wrapper {
     width: 100%;
	   margin: 30px auto;
   }

   #home-page .offer-section .container{
     width: 100%;
     padding: 20px;
   }

 }

  #home-page .offer-section .offer-wrapper .offer-img{
    width: 250px;
  }
  #home-page .offer-section .offer-wrapper .offer-img img{
    transform: scale(1.5);
    width: 100%;
  }

@media(max-width: 500px){
  #home-page .offer-section .offer-wrapper .offer-img img{
    transform: scale(1);
    width: 100%;
  }
}

 #home-page .offer-section .offer-wrapper:nth-child(odd){
   align-items: flex-start;
 }
#home-page .offer-section .offer-wrapper article {
  display: flex;
  justify-content: center;
  align-items: center; }

#home-page .offer-section .offer-wrapper article aside{
  width: 250px;
  padding: 0 20px;
  text-align: left;
}

#home-page .offer-section .offer-wrapper article aside .btn{
  padding: 9px 55px;
}

@media(max-width: 650px){
  #home-page .offer-section .offer-wrapper article {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }

  #home-page .offer-section .offer-wrapper article h3{
    margin: 0 0 30px 0;
  }

  #home-page .offer-section .offer-wrapper article aside{
    text-align: center;
  }
}

#home-page .offer-section .offer-wrapper article h3{
  margin-bottom: 30px;
}
#home-page .action-section {
 }

#home-page .action-bg{
  overflow: hidden;
  background-color: #444054;
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#home-page .action-section article {
  width: 600px;
  text-align: center;
  position: relative; }
#home-page .action-section article:before {
  content: '';
  position: absolute;
  background: rgba(255,255,255, 0.4);
  width: 300px;
  height: 1px;
  top: 0;
  left: 100%; }
#home-page .action-section article:after {
  content: '';
  position: absolute;
  background: rgba(255,255,255, 0.4);
  width: 300px;
  height: 1px;
  right: 100%;
  bottom: 40px; }
#home-page .action-section article h2{
  color: #fff;
}
#home-page .action-section article figure {
  margin: 50px 0 50px 0; }
#home-page .action-section article p {
  margin-top: 45px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 45px; }
@media (max-width: 650px) {
  #home-page .action-section article {
    padding: 10px;
    width: 100%; } }

#contact-page .contact-section {
  background: url("./images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 600px; }
#contact-page .contact-section .contact-box {

  width: 50%;
  height: 101%;
  background: #ffffff;
  position: relative; }
#contact-page .contact-section .contact-box .contact-wrapper{
  overflow: hidden;
  padding: 40px 50px 50px 80px;
}

@media (max-width: 1150px) {
  #contact-page .contact-section .contact-box {
    width: 100%; } }
@media (max-width: 700px) {
  #contact-page .contact-section .contact-box .contact-wrapper{
    padding: 20px; } }
#contact-page .contact-section .contact-box .huge-title {
  margin-bottom: 60px; }
#contact-page .contact-section .contact-box:before {
  z-index: 999;
  content: '';
  position: absolute;
  top: 160px;
  right: 100%;
  background: url(./images/contact-icon.png);
  background-size: contain;
  width: 68px;
  height: 149px; }
@media (max-width: 1150px) {
  #contact-page .contact-section .contact-box:before {
    display: none; } }
#contact-page .contact-section .contact-box .info-box {
  margin: 30px 0 0 0;
  position: relative; }
@media (max-width: 500px) {
  #contact-page .contact-section .contact-box .info-box .email {
    font-size: 20px; } }
#contact-page .contact-section .contact-box .info-box .btn {
  transform: translateY(20px); }
#contact-page .contact-section .contact-box .info-box.flex-between {
  margin: 10px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
@media (max-width: 700px) {
  #contact-page .contact-section .contact-box .info-box.flex-between {
    flex-direction: column;
    align-items: flex-start; } }
#contact-page .contact-section .contact-box .info-box.flex {
  display: flex; }
@media (max-width: 700px) {
  #contact-page .contact-section .contact-box .info-box.flex {
    flex-direction: column; } }
#contact-page .contact-section .contact-box .info-box span {
  transform: translateY(5px) translateX(5px);
  font-style: italic;
  color: #1b2739;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300; }
#contact-page .contact-section .contact-box .info-box:before {
  width: 120%;
  height: 0px;
  bottom: 0px;
  left: -20%;
  background: #ecedeb;
  content: '';
  position: absolute; }
@media (max-width: 700px) {
  #contact-page .contact-section .contact-box .info-box:before {
    display: none; } }


#about-page .about-section {
  margin: 60px 0 140px 0; }
#about-page .about-section .container {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
@media (max-width: 500px) {
  #about-page .about-section .container {
    flex-direction: column;
    padding: 0; } }
#about-page .about-section .container .img-box {
  width: 75%;
  padding: 0 20px 0 0; }
@media (max-width: 500px) {
  #about-page .about-section .container .img-box {
    width: 100%;
    padding: 20px;
    margin: 0 0 40px 0; } }
#about-page .about-section .container .img-box img {
  width: 100%; }
#about-page .about-section .container article {
  padding: 0 0 0 20px;
  width: 100%; }
#about-page .about-section .container article h1 {
  margin-bottom: 16px; }
#about-page .about-section .container article h2 {
  margin-bottom: 20px; }
#about-page .about-section .container article .small-title {
  width: 100%;
}
#about-page .about-section .container article p {
  line-height: 29px;
  margin-bottom: 30px; }
#about-page .about-section .container article .divider {
  margin: 45px 0; }

#about-page .contact-section {
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
@media (max-width: 700px) {
  #about-page .contact-section {
    padding: 10px; } }
#about-page .contact-section h2 {
  margin-bottom: 25px; }
#about-page .contact-section .body {
  margin-bottom: 60px; }
#about-page .contact-section article {
  overflow: hidden;
  width: 680px; }
@media (max-width: 700px) {
  #about-page .contact-section article {
    width: 100%;
    padding: 0px; } }
#about-page .contact-section article .info-box {
  margin: 20px 0;
  display: flex;
  align-items: flex-end;
  position: relative; }
@media (max-width: 700px) {
  #about-page .contact-section article .info-box {
    flex-direction: column;
    align-items: flex-start; } }
#about-page .contact-section article .info-box aside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px; }
#about-page .contact-section article .info-box aside .img-box {
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center; }
#about-page .contact-section article .info-box:before {
  width: 120%;
  height: 1px;
  bottom: 0px;
  left: 55px;
  background: #ECEDEB;
  content: '';
  position: absolute; }
#about-page .contact-section article .info-box figure {
  margin: 0 10px; }
#about-page .contact-section article .info-box .category-text {
  margin: 0 10px;
  color: #1b2739;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.15px; }
@media (max-width: 700px) {
  #about-page .contact-section article .info-box .category-text {
    margin: 0; } }
#about-page .contact-section article .info-box .value-box {
  display: flex; }
@media (max-width: 700px) {
  #about-page .contact-section article .info-box .value-box {
    margin-left: 60px; } }
@media (max-width: 700px) {
  #about-page .contact-section article .info-box .value-box p {
    font-size: 15px; } }
#about-page .contact-section article .info-box .value-box .more-info {
  margin: 0 10px;
  color: #1b2739;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.15px; }
@media (max-width: 700px) {
  #about-page .contact-section article .info-box .value-box .more-info {
    display: none; } }

#about-page .quotation-section {
 }
#about-page .quotation-bg {
  padding: 80px 0 100px 0;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#about-page .quotation-section article {
width: 1000px;
padding: 20px;
 }

@media(max-width: 1400px){
	#about-page .quotation-section article {
		width: 100%;
	}
}

#about-page .quotation-section article .quotation-text {
  margin-bottom: 80px; }
#about-page .quotation-section article .big-title {
 line-height: 45px;
  margin-bottom: 90px; }
@media (max-width: 600px) {
  #about-page .quotation-section article .big-title {
    font-size: 20px; } }

#service-page .title-section {
  position: relative;
  background: #10003d;
  width: 100%;
  padding: 160px 0 160px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
#service-page .title-section article {
  width: 800px;
  text-align: center; }
@media (max-width: 880px) {
  #service-page .title-section article {
    width: 100%; } }
@media (max-width: 600px) {
  #service-page .title-section {
    padding: 100px 20px 100px 20px;
    text-align: center; } }
#service-page .title-section .divider-small {
  margin: 80px auto 60px auto; }
@media (max-width: 600px) {
  #service-page .title-section .divider-small {
    margin: 20px auto 20px auto; } }
#service-page .title-section .circle-box {
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 61px);
  background: #10003d;
  width: 122px;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }
#service-page .title-section .circle-box p {
  color: #ffffff;
  margin-bottom: 10px; }

#service-page .target-section {
  background: #ecedeb;
  padding: 150px 0 150px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
#service-page .target-section .target-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
@media (max-width: 990px) {
  #service-page .target-section .target-wrapper {
    flex-direction: column; } }
#service-page .target-section .target-wrapper aside, #service-page .target-section .target-wrapper article {
  width: 470px;
  padding: 20px; }
@media (max-width: 500px) {
  #service-page .target-section .target-wrapper aside, #service-page .target-section .target-wrapper article {
    width: 100%; } }
#service-page .target-section .target-wrapper aside p, #service-page .target-section .target-wrapper article p {
  line-height: 36px; }


#service-page .description-section .description-wrapper .big-title {
  line-height: 45px;
}

#service-page .description-section .description-wrapper {
  padding: 90px 0 90px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
@media (max-width: 990px) {
  #service-page .description-section .description-wrapper {
    align-items: center;
    flex-direction: column; } }
#service-page .description-section .description-wrapper aside, #service-page .description-section .description-wrapper article {
  width: 470px;
  padding: 20px; }
@media (max-width: 500px) {
  #service-page .description-section .description-wrapper aside, #service-page .description-section .description-wrapper article {
    width: 100%; } }
#service-page .description-section .description-wrapper aside p, #service-page .description-section .description-wrapper article p {
  line-height: 36px; }

#service-page .photo-section.bg {
  background: #f7f7f7; }

#service-page .photo-section img {
  width: 100%; }

#service-page .action-section {
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#service-page .action-section article {
  width: 630px;
  text-align: center;
  position: relative; }
#service-page .action-section article:before {
  content: '';
  position: absolute;
  background: #fac9b9;
  width: 300px;
  height: 1px;
  top: 0;
  left: 100%; }
#service-page .action-section article:after {
  content: '';
  position: absolute;
  background: #fac9b9;
  width: 300px;
  height: 1px;
  right: 100%;
  bottom: 40px; }
#service-page .action-section article figure {
  margin: 50px 0 50px 0; }
#service-page .action-section article p {
  line-height: 33px;
  margin-bottom: 45px; }
@media (max-width: 650px) {
  #service-page .action-section article {
    padding: 10px;
    width: 100%; } }

#service-page .contact-section {
  margin: 100px 0; }
@media (max-width: 800px) {
  #service-page .contact-section {
    margin: 0; } }
#service-page .contact-section h2 {
  margin-bottom: 50px; }
#service-page .contact-section .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
@media (max-width: 590px) {
  #service-page .contact-section .contact-wrapper {
    align-items: center;
    flex-direction: column; } }
#service-page .contact-section .contact-wrapper figure {
  margin-right: 40px; }
#service-page .contact-section .contact-wrapper article {
  padding: 40px 0; }
#service-page .contact-section .contact-wrapper article .huge {
  margin-bottom: 30px;
  line-height: 35px; }
@media (max-width: 590px) {
  #service-page .contact-section .contact-wrapper article .medium-title {
    font-size: 20px; } }
#service-page .contact-section .contact-wrapper article .sms-text {
  display: flex;
  align-items: center;
  margin: 20px 0 20px 0; }

.container {
  width: 70%;
  margin: 0 auto; }
@media (max-width: 600px) {
  .container {
    width: 100%;
    padding: 10px; } }

.text-center {
  text-align: center; }

.divider {
  width: 100%;
  margin: 0px auto;
  background: #ecedeb;
  height: 1px; }

.divider-small {
  width: 240px;
  height: 1px;
  background: #ffffff; }

.medium-styles p {
  line-height: 36px;
  font-family: Butler;
  font-size: 25px;
  color: #10003d;
  font-weight: 300;
  letter-spacing: 0.15px;
}

.medium-styles ul, .medium-styles ol {
  list-style: initial;
}

.medium-styles li {
  margin-left: 25px;
  font-family: Butler;
  font-size: 25px;
  line-height: 36px;
  color: #10003d;
}

@media(max-width: 900px){


  .main-menu-header .menu-wrapper .menu-box .container aside header{
    flex-direction: column;
    align-items: flex-start !important;
  }

  .main-menu-header.active .divider, .main-menu-header.active .link-menu, .main-menu-header.active .logo-white {
    display: none !important;
  }

  .main-menu-header .menu-wrapper .menu-box .container{
    flex-direction: column;
  }

  .main-menu-header .menu-wrapper .menu-box{
    padding: 20px 0;
  }

  .main-menu-header .menu-wrapper .menu-box a {
    margin: 15px 0 !important;
    font-size: 20px !important;
  }

  .main-menu-header nav{
    padding: 15px 0 0 0;
  }
}

body.active{
	overflow: hidden;
}

.up-article{
}

.mt-1{
	margin: 20px 0 0 0 !important;
}

.mt-5{
	margin: 100px 0 0 0 !important;
}

.loader-section{
  position:fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width:100%;
  height:100vh;
  background: #10003d;
  left:0;
  top:0;
  z-index: -99;
  opacity: 0;
  transition: 0.5s opacity;
}

.loader-section .loader-img{
  width: 50px;
  height: auto;
}

.loader-section.active {
  opacity: 1;
  z-index: 999999999999999999;
}

.loader-section p {
  margin-top: 10px;
  color: #fff;
}

.error-404-page{
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-404-page h1 {
  margin: 5px 0 35px 0;
}

.error-404-page a {
  color: #999;
  text-decoration: underline;
}

.error-404-page .error{
  font-size: 60px;
  color: #eececa;
}

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