/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-size: calc(14px + 2 * (100vw - 420px) / 480);
  line-height: 1.5em;
  color: #8b8983;
  font-weight: 400;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2,
h3 {
  font-size: calc(40px + 0 * (100vw - 420px) / 480);
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 50px 0 30px;
}
@media screen and (max-width: 420px) {
  h2,
  h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 900px) {
  h2,
  h3 {
    font-size: 40px;
  }
}

h3 {
  font-size: calc(24px + 0 * (100vw - 420px) / 480);
  margin: 0 0 20px;
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 24px;
  }
}

.skipmeskip {
  display: none !important;
}

.white_box {
  background-color: #fff;
  padding: 50px 50px 50px 100px;
}

.spanline_light,
.spanline_bold {
  display: inline-block;
  min-width: 75px;
  height: 2px;
  background-color: #5a5a5a;
  margin-bottom: 5px;
  margin-left: 20px;
}

.spanline_bold {
  min-width: 55px;
  height: 5px;
  margin-bottom: 30px;
  margin-left: 0;
}

.image_b {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border: 11px solid rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

/********* HEADER *********/
header {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 77% 90%, calc(77% - 100px) 100%, 0 100%);
}
header .header_bg {
  background: #fff url(../../img/Hero_Section.webp) center center no-repeat;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.5);
}
header .navbar > .container {
  padding: 0;
}
header .navbar > .container .navbar-brand img {
  max-width: 280px;
}
header .navbar > .container a {
  color: #fff;
}
header .container {
  justify-content: left;
  align-items: flex-end;
}
header .container h1 {
  color: #fff;
  font-size: calc(36px + 12 * (100vw - 420px) / 480);
  font-weight: 600;
  text-transform: capitalize;
  margin: 15% auto;
}
@media screen and (max-width: 420px) {
  header .container h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 900px) {
  header .container h1 {
    font-size: 48px;
  }
}
header .container h1 span {
  display: block;
  font-size: calc(24px + 8 * (100vw - 420px) / 480);
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 420px) {
  header .container h1 span {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  header .container h1 span {
    font-size: 32px;
  }
}
header .container h1 a {
  display: inline-block;
  background-color: #7398c5;
  color: #fff;
  font-size: calc(16px + 0 * (100vw - 420px) / 480);
  padding: 30px;
  margin-top: 40px;
  border-radius: 3px;
}
@media screen and (max-width: 420px) {
  header .container h1 a {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  header .container h1 a {
    font-size: 16px;
  }
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

/********* MAIN *********/
main {
  overflow: hidden;
  color: #8b8983;
}
main .mainbox {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
main #box1,
main #box2,
main #box3,
main #box4 {
  background: #fff;
  position: relative;
  padding: 70px 0;
  font-size: calc(14px + 2 * (100vw - 420px) / 480);
  color: #8b8983;
  z-index: 1;
}
@media screen and (max-width: 420px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4 {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4 {
    font-size: 16px;
  }
}
main #box1 img,
main #box2 img,
main #box3 img,
main #box4 img {
  max-width: 100%;
}
main #box1 {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 77% 90%, calc(77% - 100px) 100%, 0 100%);
  line-height: 28px;
}
main #box1 .box1_text {
  margin-bottom: 50px;
}
main #box1 h2 {
  margin: 0 0 30px;
}
main #box1 h3 {
  font-size: calc(20px + 0 * (100vw - 420px) / 480);
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  main #box1 h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  main #box1 h3 {
    font-size: 20px;
  }
}
main #box1 .frame {
  width: 80%;
  height: 100%;
  border: 11px solid #E6F2FF;
  position: relative;
}
main #box1 .frame .image_b {
  width: 100%;
  height: 100%;
  border: 11px solid rgba(0, 0, 0, 0.5);
  border-top-left-radius: 70%;
  position: absolute;
  bottom: -25px;
  right: -25px;
}
main #box2 {
  background: #7398c5;
  clip-path: polygon(0 13%, calc(43% - 200px) 13%, calc(43% - 100px) 0, 100% 0, 100% 90%, 77% 90%, calc(77% - 100px) 100%, 0 100%);
  padding: 150px 0;
}
main #box2 h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 100px;
}
main #box2 h3 {
  font-size: calc(30px + 0 * (100vw - 420px) / 480);
  color: #5A5a5a;
  margin: 0 0 30px;
}
@media screen and (max-width: 420px) {
  main #box2 h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 h3 {
    font-size: 30px;
  }
}
main #box2 .white_box {
  margin: 50px 50px 0 -150px;
}
main #box2 .image_b {
  width: 90%;
  height: 90%;
  border-bottom-left-radius: 40%;
  border-color: rgba(238, 246, 255, 0.5);
}
main #box3 {
  background: #eef6ff;
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 0, 100% 90%, 33% 90%, calc(33% - 100px) 100%, 0 100%);
  padding: 150px 0 200px;
  margin-top: -100px;
  z-index: 0;
}
main #box3 h2 {
  margin: 30px 0 50px;
}
main #box3 .white_box {
  border: 1px solid #d3d3d3;
  padding: 30px 50px 30px 120px;
}
main #box3 .white_box::before {
  content: "";
  background: url(../../img/icon2.svg);
  width: 52px;
  height: 55px;
  position: absolute;
  left: 43px;
}
main #box3 .shadow_box {
  border: 1px solid #7398C5;
  box-shadow: 2px 1px 28px 0 #7398C5;
  margin-bottom: 30px;
}
main #box3 .shadow_box::before {
  content: "";
  background: url(../../img/icon1.svg);
  width: 52px;
  height: 55px;
  position: absolute;
  top: 20px;
  left: 43px;
}
main #box3 .image_b {
  border: 11px solid #7398C5;
  border-bottom-left-radius: 40%;
  position: absolute;
  right: -100px;
  top: 0;
}
main #box4 {
  background: #fff;
  padding: 0 0 70px;
}
main #box4 h2 {
  margin: 70px 0;
}
main #box4 .image_b {
  height: 350px;
  border-color: rgba(227, 227, 227, 0.5);
}
main #box4 .box4_title {
  background-color: #717171;
  color: #fff;
  text-align: center;
  font-size: calc(20px + 0 * (100vw - 420px) / 480);
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  main #box4 .box4_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  main #box4 .box4_title {
    font-size: 20px;
  }
}
main #contact {
  background: #000;
  padding: 50px 0 0;
  font-size: calc(18px + 0 * (100vw - 420px) / 480);
  line-height: 25px;
  color: #fff;
}
@media screen and (max-width: 420px) {
  main #contact {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  main #contact {
    font-size: 18px;
  }
}
main #contact .container .contact_box {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
main #contact .container .contact_box h3 {
  font-size: calc(18px + 0 * (100vw - 420px) / 480);
  color: #fff;
  text-transform: none;
  margin: 0 0 25px 0;
  padding: 0;
}
@media screen and (max-width: 420px) {
  main #contact .container .contact_box h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .container .contact_box h3 {
    font-size: 18px;
  }
}
main #contact .container img {
  display: block;
  max-width: 300px;
  margin-bottom: 30px;
}
main #contact .container .copyright {
  border-top: 2px solid #5b5b5b;
  padding: 40px 0;
  text-align: center;
}
main #contact .form-control,
main #contact .form-control:focus {
  background: transparent;
  font-size: calc(14px + 0 * (100vw - 420px) / 480);
  color: #c1bbb1;
  text-transform: lowercase;
  margin-bottom: 10px;
  border-radius: 0;
  border: 1px solid #404243;
}
@media screen and (max-width: 420px) {
  main #contact .form-control,
  main #contact .form-control:focus {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .form-control,
  main #contact .form-control:focus {
    font-size: 14px;
  }
}
main #contact .form-control.placeholder,
main #contact .form-control:focus.placeholder {
  color: #beb8ae;
}
main #contact .form-control:-moz-placeholder,
main #contact .form-control:focus:-moz-placeholder {
  color: #beb8ae;
}
main #contact .form-control::-moz-placeholder,
main #contact .form-control:focus::-moz-placeholder {
  color: #beb8ae;
}
main #contact .form-control::-webkit-input-placeholder,
main #contact .form-control:focus::-webkit-input-placeholder {
  color: #beb8ae;
}
main #contact .btn {
  display: block;
  background: #7398c5;
  width: 100%;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 5px;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 78% 93%, calc(77% - 50px) 100%, 0 100%);
    background: #fff url(../../img/Hero_Section_mobile.webp) center center no-repeat;
    text-align: center;
  }
  header #navbar .navbar-toggler-icon {
    background-image: url(../../img/Menu.png);
  }
  header .container {
    justify-content: center;
  }
  header .container h1 a {
    padding: 20px 30px;
    margin: 50px 0;
  }
  main .mainbox {
    height: auto;
  }
  main img {
    max-width: 100%;
  }
  main p {
    padding-right: 15px;
    padding-left: 15px;
  }
  main #box1 {
    text-align: center;
    padding: 50px 0;
  }
  main #box1 .spanline_light {
    display: none;
  }
  main #box1 .frame {
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
  }
  main #box1 .box1_text {
    margin-bottom: 0;
  }
  main #box2 {
    clip-path: polygon(0 5%, calc(33% - 40px) 5%, calc(33% - 5px) 0, 100% 0, 100% 95%, 57% 95%, calc(57% - 45px) 100%, 0 100%);
  }
  main #box2 h2 {
    margin-bottom: 50px;
  }
  main #box2 .image_b {
    width: 80%;
    height: 250px;
    margin: 0 auto;
  }
  main #box2 .white_box {
    margin: -50px 0 0;
    padding: 70px 50px 50px;
  }
  main #box3 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 0, 100% 96%, 43% 96%, calc(50% - 80px) 100%, 0 100%);
    padding-bottom: 100px;
  }
  main #box3 h2 {
    text-align: center;
  }
  main #box3 .image_b {
    width: 80%;
    height: 250px;
    position: relative;
    top: 0;
    left: 0;
    margin: 50px auto 0;
  }
  main #box4 {
    text-align: center;
  }
  main #box4 h2 {
    margin: 50px 0 30px;
  }
  main #box4 .box4_descr {
    margin-bottom: 50px;
  }
  main #contact {
    text-align: center;
    padding: 50px 0 0;
  }
  main #contact .container .contact_box {
    margin-top: 30px;
  }
  main #contact .container .logo-footer img {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  main #contact .container #copyright {
    margin-top: 50px;
  }
  main #contact .btn {
    float: none !important;
  }
}

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