@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Roboto:wght@100;400;500&display=swap);
/*$container-max-widths: (
  sm: 540px,
  md: 720px,
  //lg: 990px,
  lg: 984px,
  xl: 1200px
) !default;
$grid-gutter-width:           32px !default;
// Bootstrap
//@import '~bootstrap/scss/bootstrap';*/
* {
  margin: 0;
  padding: 0;
  z-index: 1;
}
*, *:after, *:before {
  box-sizing: border-box;
}
*:after:focus, *:before:focus, *:focus {
  outline: 0;
}

[class^=arrow]:hover, [class*=" arrow"]:hover, a:hover, [class^=icon-]:hover, [class*=" icon-"]:hover, [class^=icon-]:hover:before, [class*=" icon-"]:hover:before, button:hover, input:hover, .card:hover, .block:hover, .card:hover:before {
  transition: 0.3s;
}

body {
  background-color: #f4f4f4;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #3f3f3f;
  overflow-x: hidden;
  background: url(/images/pattern.jpg?4af3329bc041819265efde283dfc6b4a) no-repeat top center;
  background-size: cover;
}

.card {
  border-radius: 50px;
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0px !important;
}

.card h5 {
  font-weight: 800;
  font-size: 30px;
}

.card i {
  font-size: 56px;
}

.card-body {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 45px;
  padding-bottom: 45px;
}

header {
  margin-top: 50px;
}

main {
  width: 100%;
  min-height: 700px;
  margin-top: 50px;
}
main section {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-bottom: 50px !important;
}
@media (max-width: 1199px) {
  main section {
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-bottom: 40px !important;
  }
}

/*button, input, textarea{
  outline: none !important;
  outline-style:none !important;
  box-shadow:none !important;
  border-color:transparent !important;
}*/
h1 {
  font-size: 75px;
  font-weight: 800;
  margin-top: -9px;
  margin-left: -5px;
  line-height: 72px;
}
h1::before, h1::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: normal;
  color: #309d9f;
  line-height: 46px;
}
h2::before, h2::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
h3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #309d9f;
}

h4 {
  font-size: 20px;
  line-height: 31px;
  margin-top: -7px;
  font-weight: normal;
}

h6 {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 19.5px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h6 {
    margin-bottom: 18.2px;
  }
}

p {
  margin: 0;
}

.title {
  margin-bottom: 20px;
}
.title .line {
  width: 500px !important;
  margin-top: 15px;
  border-top: 2px solid;
  border-color: #309d9f;
  height: 2px;
}
@media (max-width: 1199px) {
  .title .line {
    width: 410px !important;
  }
}
@media (max-width: 991px) {
  .title .line {
    width: 310px !important;
  }
}
@media (max-width: 1199px) {
  .title .line {
    margin-top: 14px;
  }
}
.title p {
  margin-top: 10.5px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .title p {
    margin-top: 9.8px;
  }
}

.btn-primary {
  color: white !important;
  background-color: #309d9f;
  font-size: 20px;
  border: none !important;
  padding-left: 70px;
  padding-right: 70px;
  border: 2px solid !important;
  border-color: #309d9f !important;
}
@media (max-width: 1199px) {
  .btn-primary {
    padding-left: 54px;
  }
}
@media (max-width: 1199px) {
  .btn-primary {
    padding-right: 54px;
  }
}
.btn-primary:hover {
  background-color: transparent !important;
  border: 2px solid !important;
  border-color: #309d9f !important;
  color: #309d9f !important;
}

.btn, input {
  border-radius: 20px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: none;
  margin-bottom: 42.5px;
}
@media (max-width: 1199px) {
  .breadcrumb {
    margin-bottom: 34px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "//" !important;
  color: #8b8b8b;
}
.breadcrumb .active {
  color: #309d9f !important;
}
.breadcrumb a {
  color: #8b8b8b;
}

.row-btn {
  margin-top: 22.5px;
}
@media (max-width: 1199px) {
  .row-btn {
    margin-top: 21px;
  }
}

footer .step-1 {
  height: 225px;
  background: #2f3542;
}
footer .step-2 {
  height: 355px;
  background: #222222;
}
footer .step-3 {
  min-height: 65px;
  background: #111111;
}

.bg-gray-pattern-1 {
  background-color: #9e9e9e;
}

.bg-gray-pattern-2 {
  background-color: #777576;
}

.bg-gray-pattern-3 {
  background-color: #3f3f3f;
}

.bg-gray-pattern-4 {
  background-color: #c7cad3;
}

.bg-gray-pattern-5 {
  background-color: #e3e6e9;
}

.bg-gray-pattern-6 {
  background-color: #d4dae0;
}

.bg-gray-pattern-7 {
  background-color: #f3f3f3;
}

.bg-gray-pattern-8 {
  background-color: #adabab;
}
