@import url("https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&family=Poppins:wght@400;500;600;700;800;900&display=swap");
html {
  min-height: 100%;
}

body {
  margin: 0;
  width: 100%;
  font-weight: 400;
  overflow-x: hidden;
  display: inline-block;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  color: #111111;
}

*:before,
*:after,
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

.Wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.DFlex {
  display: flex;
  align-items: center;
}

section {
  padding-top: 80px;
}

.Column {
  width: 50%;
  padding: 0 25px;
}

.H1, .H2, .H6 {
  color: #fff;
}

.H1 {
  font-size: 14px;
  font-weight: 500;
}

.H2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  padding: 30px 0;
}

.H3 {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #3E48A8;
  align-items: center;
  text-transform: uppercase;
}
.H3 span {
  width: 50px;
  height: 2.5px;
  display: block;
  margin: 0 12px;
  border-radius: 5px;
  background-color: #3E48A8;
}

.H4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  padding: 20px 0 30px;
}
.H4 span {
  color: #3E48A8;
}

.H5 {
  font-size: 20px;
  font-weight: 600;
}

.H6 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}

.P1 {
  font-size: 16px;
  padding-bottom: 20px;
}

.P2 {
  font-size: 12px;
  font-weight: 500;
}

.BtnFill, .BtnBorder {
  font-size: 14px;
  border-radius: 8px;
  padding: 13px 24px;
  display: inline-block;
}

.BtnFill {
  color: #111111;
  background-color: #fff;
}

.BtnBorder {
  color: #3E48A8;
  border: 1px solid #3E48A8;
  background-color: transparent;
}
.BtnBorder:hover {
  color: #fff;
  background-color: #3E48A8;
}

/*====================================================================================
PAGES STYLE
======================================================================================*/
.MainSection {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.MainSection.HomeBanner {
  background-image: url(../img/home_banner.png);
}
.MainSection.AboutBanner {
  background-image: url(../img/about_banner.jpg);
}
.MainSection.ServicesBanner {
  background-image: url(../img/services_banner.png);
}
.MainSection .Header {
  padding: 25px;
  justify-content: space-between;
}
.MainSection .Header ul li {
  padding-right: 25px;
}
.MainSection .Header ul li:last-child {
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.MainSection .Header ul li:last-child svg {
  display: block;
}
.MainSection .Header ul li:last-child svg path {
  fill: #fff;
}
.MainSection .Header ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.MainSection .Header ul li a svg {
  display: none;
}
.MainSection .Header ul li a:hover {
  color: #3E48A8;
}
.MainSection .Header ul li a:hover svg path {
  fill: #3E48A8;
}
.MainSection .Content {
  width: 650px;
  padding: 70px 25px 90px;
}
.MainSection .Content p {
  color: #fff;
  padding-bottom: 30px;
}

.Service {
  padding: 0 25px;
  padding-top: 80px;
  text-align: center;
}
.Service h3 {
  justify-content: center;
}
.Service .Block {
  flex-wrap: wrap;
  justify-content: space-between;
}
.Service .Block .Box {
  width: 32%;
  cursor: pointer;
  margin-top: 25px;
  padding: 40px 25px;
  border-radius: 2px;
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: -2px -1px 17px 0px rgba(62, 72, 168, 0.1);
}
.Service .Block .Box svg path {
  fill: #3E48A8;
}
.Service .Block .Box svg .Stroke {
  stroke: #fff;
}
.Service .Block .Box h5 {
  padding: 20px 0 10px;
}
.Service .Block .Box:hover {
  background-color: #3E48A8;
}
.Service .Block .Box:hover svg path {
  fill: #fff;
}
.Service .Block .Box:hover svg .Stroke {
  stroke: #3E48A8;
}
.Service .Block .Box:hover h5, .Service .Block .Box:hover p {
  color: #fff;
}

.Message {
  text-align: center;
}
.Message h3 {
  justify-content: center;
}
.Message p, .Message .Signature {
  text-align: left;
}
.Message .Signature {
  display: block;
  font-size: 46px;
  color: #3E48A8;
  font-weight: bold;
  font-family: "Monsieur La Doulaise", cursive;
}
.Message .Row {
  margin: 0 auto;
  text-align: left;
}
.Message .Row .Column {
  width: 75%;
  padding: 0;
}
.Message .Row .Column:first-child {
  width: 25%;
}

.Icon li {
  font-size: 18px;
  padding: 10px 0;
  color: #111111;
}
.Icon li img {
  margin-right: 15px;
}

footer .Footer {
  margin-top: 80px;
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/footer_banner.jpg);
}
footer .Footer span {
  color: #fff;
  display: block;
  font-size: 24px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
footer p {
  padding: 20px 0;
  text-align: center;
}

/*====================================================================================
RESPONSIVE
======================================================================================*/
@media (max-width: 480px) {
  .Wrapper {
    max-width: 100%;
  }
  .DFlex {
    flex-direction: column-reverse;
  }
  section {
    padding-top: 40px;
  }
  .Column {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .H1 {
    font-size: 12px;
  }
  .H2 {
    font-size: 28px;
    padding: 15px 0;
    line-height: 35px;
  }
  .H2 br {
    display: none;
  }
  .H3 {
    font-size: 14px;
  }
  .H4 {
    font-size: 28px;
    padding: 15px 0;
    line-height: 36px;
  }
  .H5 {
    font-size: 20px;
    font-weight: 600;
  }
  .H6 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .P1 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .P2 {
    font-size: 12px;
  }
  .BtnFill, .BtnBorder {
    font-size: 12px;
    padding: 10px 20px;
  }
  /*====================================================================================
  PAGE STYLE
  ======================================================================================*/
  .MainSection .Header {
    padding: 25px;
    justify-content: space-between;
  }
  .MainSection .Header ul {
    bottom: 0;
    width: 100%;
    padding: 15px;
    position: fixed;
    flex-direction: initial;
    background-color: #fff;
    justify-content: space-evenly;
    box-shadow: -2px -1px 17px 0px rgba(62, 72, 168, 0.1);
  }
  .MainSection .Header ul li {
    padding-right: 0;
  }
  .MainSection .Header ul li:last-child {
    display: none;
  }
  .MainSection .Header ul li a {
    font-size: 14px;
    flex-wrap: wrap;
    color: #111111;
    flex-direction: initial;
    justify-content: center;
  }
  .MainSection .Header ul li a svg {
    display: block;
  }
  .MainSection .Header ul li a span {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .MainSection .Content {
    width: 100%;
    padding: 30px 10px;
    text-align: center;
  }
  .Service {
    padding: 0 10px;
    padding-top: 20px;
  }
  .Service h3 {
    justify-content: center;
  }
  .Service .Block {
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: space-between;
  }
  .Service .Block .Box {
    width: 100%;
    margin-top: 20px;
    padding: 40px 20px;
  }
  .Service .Block .Box h5 {
    padding: 10px 0;
  }
  .What {
    display: block;
  }
  .Message .Signature {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .Message .Row {
    flex-direction: column;
  }
  .Message .Row .Column {
    width: 100%;
  }
  .Message .Row .Column:first-child {
    width: 100%;
    text-align: center;
  }
  .Icon li {
    font-size: 15px;
    flex-direction: initial;
  }
  .Padding {
    padding-top: 0;
  }
  .OrderChange {
    padding-top: 0;
    flex-wrap: wrap;
    flex-direction: initial;
  }
  footer .Footer {
    padding: 50px 0;
    margin-top: 40px;
  }
  footer .Footer span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  footer p {
    padding: 15px 0 80px;
  }
}/*# sourceMappingURL=custom.css.map */