@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

* {
  border-radius: 0;
  box-sizing: border-box;
}

.page-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/page-banner-default.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.page-banner .page-title {
  color: #218dcd;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.page-banner.banner-contact {
  background: url("../images/rear-view-businessman-talking-phone-city.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner.banner-contact .page-title {
  color: #00fdfe;
}
.page-banner.banner-blog .page-title {
  font-size: 2rem;
}

.landing {
  background-color: #fff;
  background-size: 15px 15px;
}
.landing .h2 {
  margin: 30px;
  text-align: center;
  color: #0060c8;
}
.landing .label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ff7c31;
}
.landing .h6 {
  color: #003e80;
}
.landing p {
  font-family: "Poppins", sans-serif;
}
.landing ul li {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.landing .page-thumbnail {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background: #eee;
  position: relative;
}
.landing .page-thumbnail .overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
}
.landing .page-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing .page-thumbnail .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing .page-thumbnail .heading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  width: 80%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 15px;
}
.landing .page-thumbnail .heading-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  width: 80%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  border: 5px solid #fff;
}
.landing .page-thumbnail .h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 3rem !important;
  color: #fff;
  transition: all 0.4s ease 0s;
}
.landing .page-thumbnail .h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.landing .page-thumbnail .h2 em {
  font-style: normal;
  font-weight: 600;
}
.landing .page-thumbnail .heading-style-1 .h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.landing .page-thumbnail .heading-style-1 .h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #fff;
}
.landing .page-thumbnail .heading-style-1 .h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #fff;
}
.landing .page-thumbnail .heading-style-2 .h2 {
  text-transform: capitalize;
}
.landing .page-thumbnail .heading-style-2 .h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #fff;
}
.landing .page-thumbnail .heading-style-2 .h2 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: #fff;
  padding-bottom: 10px;
}
.landing .page-thumbnail .heading-style-2-alt .h2 {
  text-align: center;
}
.landing .page-thumbnail .heading-style-2-alt .h2:before {
  left: 50%;
  margin-left: -30px;
}
.landing .page-thumbnail .heading-style-3 .h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.landing .page-thumbnail .heading-style-3 .h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #fff;
}
.landing .page-thumbnail .heading-style-3 .h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #fff;
}
.landing .page-thumbnail .heading-style-4 .h2 {
  text-align: center;
  padding-bottom: 0.7em;
}
.landing .page-thumbnail .heading-style-4 .h2 span {
  font-weight: 300;
  word-spacing: 3px;
  line-height: 2em;
  padding-bottom: 0.35em;
  color: rgba(0, 0, 0, 0.5);
}
.landing .page-thumbnail .heading-style-4 .h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #777;
}
.landing .page-thumbnail .heading-style-5 .h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
}
.landing .page-thumbnail .heading-style-5 .h2 span {
  margin-top: 40px;
  text-transform: none;
  font-size: 0.75em;
  font-weight: normal;
  font-style: italic;
  font-family: "Playfair Display", "Bookman", serif;
  color: #999;
  letter-spacing: -0.005em;
  word-spacing: 1px;
  letter-spacing: none;
}
.landing .page-thumbnail .heading-style-5 .h2:before {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 60px;
  height: 4px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: #dfdfdf;
}
.landing .page-thumbnail .heading-style-6 .h2 {
  text-align: center;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
  color: #fff;
}
.landing .page-thumbnail .heading-style-6 .h2 span {
  line-height: 2em;
  padding-bottom: 15px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
  font-family: "Playfair Display", "Bookman", serif;
  color: #999;
  letter-spacing: -0.005em;
  word-spacing: 1px;
  letter-spacing: none;
}
.landing .page-thumbnail .heading-style-6 .h2:before {
  background-color: #d78b8b;
  left: 45px;
  width: 90px;
}
.landing .page-thumbnail .heading-style-6 .h2:after,
.landing .page-thumbnail .heading-style-6 .h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px;
  margin: auto;
  background-color: #ccc;
}
.landing .page-thumbnail .heading-style-7 .h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}
.landing .page-thumbnail .heading-style-7 .h2:after,
.landing .page-thumbnail .heading-style-7 .h2:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 5px;
  background-color: #f8f8f8;
}
.landing .page-thumbnail .heading-style-8 .h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}
.landing .page-thumbnail .heading-style-8 .h2:after,
.landing .page-thumbnail .heading-style-8 .h2:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color: #f8f8f8;
}
.landing .page-thumbnail .heading-style-9 .h2 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.landing .page-thumbnail .heading-style-9 .h2 span {
  margin-top: 5px;
  font-size: 15px;
  color: #444;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}
.landing .page-thumbnail .heading-style-9 .h2 span:after,
.landing .page-thumbnail .heading-style-9 .h2 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  background-color: #f8f8f8;
}
.landing .page-thumbnail .heading-style-10 .h2 {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
.landing .page-thumbnail .heading-style-10 .h2:before {
  background-color: #fff;
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 0.25rem;
  width: 42px;
  margin-bottom: 1.25rem;
}
.landing .page-thumbnail .heading-style-11 .h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 45px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
.landing .page-thumbnail .heading-style-11 .h2:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  height: 1px;
  content: "";
  background-color: #777;
  z-index: 4;
}
.landing .page-thumbnail .heading-style-11 .h2:after {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: 0px;
  content: "§";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  z-index: 5;
  display: block;
  background-color: #f8f8f8;
}
.landing .page-thumbnail .heading-style-12 .h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  padding-bottom: 13px;
}
.landing .page-thumbnail .heading-style-12 .h2:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}
.landing .page-thumbnail .heading-style-12 .h2:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}
.landing .page-thumbnail .heading-style-13 .h2 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 150px;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  border: 2px solid #222;
  padding: 5px 11px 3px 11px;
}
.landing .page-thumbnail .heading-style-13 .h2:before {
  left: -20px;
}
.landing .page-thumbnail .heading-style-13 .h2:after {
  right: -20px;
}
.landing .page-thumbnail .heading-style-13 .h2:before,
.landing .page-thumbnail .heading-style-13 .h2:after {
  background-color: #fff;
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  bottom: 12px;
}
.landing .page-thumbnail *,
.landing .page-thumbnail *:before,
.landing .page-thumbnail *:after {
  box-sizing: border-box;
}
.landing .page-thumbnail .h2:before,
.landing .page-thumbnail .h2:after {
  background-color: #fff;
}
.landing .why-join-us-image {
  display: flex;
}
.landing .why-join-us-image img {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  margin-bottom: 50px;
}

.grid-3x {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
  max-height: 100vh;
  padding-right: 7px;
}
.grid-3x .card {
  max-width: 250px;
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #e1e1e1;
  min-height: 180px;
}

.feature-thumbnails {
  display: flex;
  padding: 30px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-thumbnails .feature-thumbnail {
  min-width: 300px;
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #e1e1e1;
  min-height: 180px;
  padding: 30px;
  margin: 10px;
  flex: 1;
  background-size: cover !important;
}
.feature-thumbnails .feature-thumbnail .heading {
  font-size: 1.25rem;
  color: #fff;
}
.feature-thumbnails .feature-thumbnail .title {
  font-size: 1.9rem;
}
.feature-thumbnails .feature-thumbnail p {
  color: #fff;
}
.feature-thumbnails .feature-thumbnail .feature-actions {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: space-between;
}
.feature-thumbnails .feature-thumbnail .feature-actions a.btn-action {
  color: #fff;
  background: #0060c8;
  border-radius: 30px;
  padding: 3px 15px;
}
.feature-thumbnails .feature-thumbnail .feature-actions a.btn-action:hover {
  color: #fff;
  background: #0060c8;
}
.feature-thumbnails .feature-thumbnail.planning {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/planning.jpg");
}
.feature-thumbnails .feature-thumbnail.planning .title {
  color: #0060c8;
}
.feature-thumbnails .feature-thumbnail.advisor {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/advisor.jpg");
}
.feature-thumbnails .feature-thumbnail.advisor .title {
  color: #56d640;
}
.feature-thumbnails .feature-thumbnail.invest {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/invest.jpg");
}
.feature-thumbnails .feature-thumbnail.invest .title {
  color: #0060c8;
}

section.section-default {
  padding: 50px 0;
}

.achievement {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.achievement .award {
  background: url(../images/award.png);
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  position: relative;
}
.achievement .award span {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 600;
  color: #b89e62;
  pointer-events: none;
}
.achievement .award .title {
  color: #6d5827;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}
.achievement p {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
}
.achievement .company {
  display: flex;
  justify-content: center;
  align-items: center;
}
.achievement .company img {
  height: 60px;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.repola-team {
  background: #f7f7f7;
  padding: 50px 0;
}
section.repola-team .team {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
section.repola-team .team .member {
  width: 280px;
  padding: 30px 0;
  border: 0;
  box-shadow: 0 0 15px rgba(192, 192, 192, 0.2);
  border-radius: 0;
  margin: 15px;
  background-size: cover;
}
section.repola-team .team .member .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.repola-team .team .member .card-body img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
section.repola-team .team .member .card-body .h4 {
  font-size: 1rem;
  color: #0060c8;
  margin-bottom: 0;
}
section.repola-team .team .member .card-body .designation {
  font-size: 0.75rem;
  color: #555;
  font-weight: 500;
  margin-bottom: 30px;
}
section.repola-team .team .member .card-body .btn-facebook {
  text-decoration: none;
  color: #fff;
  background: #4267B2;
  border-radius: 30px;
  padding: 5px 30px;
}

section.gallery {
  padding: 50px 0;
}
section.gallery .gallery-image-grid {
  display: flex;
  flex-wrap: wrap;
}
section.gallery .gallery-image-grid .metro-card {
  border-radius: 0;
  flex: 25%;
  max-width: 25%;
}
section.gallery .gallery-image-grid .metro-card .gallery-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.gallery .gallery-image-grid .metro-card .card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 992px) {
  .gallery-image-grid .metro-card {
    flex: 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .gallery-image-grid {
    flex-direction: column;
  }
  .gallery-image-grid .metro-card {
    flex: 1 !important;
    max-width: 100% !important;
  }
}
.gallery-single {
  margin: 30px 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.gallery-single .text-content {
  position: absolute;
  background: #003e80;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 75%;
  transition: all 0.5s;
}
.gallery-single .text-content h4 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
.gallery-single .text-content p {
  color: #fff;
  text-align: center;
}
.gallery-single .text-content a {
  position: absolute;
  bottom: -50px;
  transition: all 0.5s;
}
.gallery-single:hover .text-content {
  top: 0;
  background: rgba(0, 62, 128, 0.6);
}
.gallery-single:hover .text-content h4 {
  margin-bottom: 30px;
}
.gallery-single:hover .text-content a {
  bottom: 70px;
}
.gallery-single .img-fluid {
  width: 100%;
  height: 270px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.footer {
  background-color: #003e80;
  background: url("../images/footer.jpg");
  padding: 50px 30px;
}
.footer .footer-heading {
  color: #fff;
  margin-bottom: 30px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  padding: 5px 0;
}
.footer ul li:last-child {
  border-bottom: none;
}
.footer a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.footer a i.fab {
  padding: 5px;
  font-size: 22px;
}
.footer p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  line-height: 30px;
  text-align: justify;
}
.footer .social-accounts {
  display: flex;
  flex-direction: column;
}
.footer .social-accounts a {
  padding: 7px 0;
}
.footer h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.footer .mobile-app {
  display: flex;
  align-items: center;
}
.footer .mobile-app .screenshot {
  flex: 1;
}
.footer .mobile-app .screenshot img {
  width: 100%;
}
.footer .mobile-app .download-options .label {
  color: #fff;
  padding: 0 15px;
}
.footer .mobile-app .download-options .download-button img {
  height: 70px;
}
.footer .card-reg {
  background: rgba(66, 168, 255, 0.1);
  border: 1px solid #eee;
}
.footer .card-reg .card-body {
  display: flex;
  align-items: center;
  min-height: 110px;
}
.footer .card-reg .card-body .content {
  padding-left: 20px;
}
.footer .card-reg .card-body .content p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 20px;
}
.footer .card-reg .card-body .content p strong {
  letter-spacing: 1px;
}

.thumb-slider {
  border-top: 1px solid #eee;
  padding: 20px 0;
  background: #fff;
}
.thumb-slider .inner {
  margin-left: -100%;
}
.thumb-slider img {
  margin: 5px;
  border-radius: 15px;
  height: 100px;
  transform: scale(0.8);
  transition: transform 0.5s;
}
.thumb-slider img:hover {
  transform: scale(1);
}

.contact-info-box {
  background: #32a13c;
  padding: 30px 0;
}
.contact-info-box i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #32a13c;
  font-size: 30px;
  border-radius: 50%;
  margin-right: 20px;
}
.contact-info-box h4 {
  margin: 0px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 0px;
  font-weight: 500;
  line-height: 24px;
}
.contact-info-box p {
  margin: 0px;
  color: #ffffff;
  font-weight: 300;
}

.customer-reviews-box {
  padding: 70px 0px;
}
.customer-reviews-box #reviews .carousel-inner .carousel-item .img-box {
  width: 50px;
  height: 50px;
}
.customer-reviews-box #reviews .carousel-inner .carousel-item .img-box img {
  width: 100%;
}
.customer-reviews-box #reviews .carousel-control-prev {
  left: -100px;
}
.customer-reviews-box #reviews .carousel-control-next {
  right: -100px;
}
.customer-reviews-box #reviews .carousel-indicators {
  top: 320px;
}
.customer-reviews-box #reviews .carousel-control-prev {
  background: #003e80;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 8%;
  height: 50px;
  top: 50%;
  font-size: 28px;
  opacity: 1;
}
.customer-reviews-box #reviews .carousel-control-prev:hover {
  background: #010101;
  color: #ffffff;
}
.customer-reviews-box #reviews .carousel-control-next {
  background: #003e80;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 8%;
  height: 50px;
  top: 50%;
  font-size: 28px;
  opacity: 1;
}
.customer-reviews-box #reviews .carousel-control-next:hover {
  background: #010101;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 640px) {
  .carousel-inner .carousel-item p {
    font-size: 14px;
  }
  .carousel-control-prev {
    left: -5px;
  }
  .carousel-control-next {
    right: -5px;
  }
  .carousel-indicators {
    top: 400px;
  }
}
.map-full {
  width: 100%;
  height: 500px;
  border-radius: 0px;
  margin: 0px auto;
}
.map-full iframe {
  width: 100%;
  height: 100%;
}

.contact-box {
  padding: 70px 0px;
}
.contact-box .form-control {
  border-radius: 0px;
  min-height: 50px;
}
.contact-box .form-control::-moz-placeholder {
  color: #2a2a2a;
  opacity: 1;
}
.contact-box .form-control:focus {
  border: 1px solid #0060c8;
  box-shadow: none;
}
.contact-box .submit-button {
  margin-top: 20px;
}
.contact-box .submit-button .btn {
  text-decoration: none !important;
  outline: none !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 19px 36px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-box .submit-button .btn-submit {
  color: #0060c8;
  background-color: transparent;
  background-image: none;
  border-color: #0060c8;
}
.contact-box .submit-button .btn-submit:hover {
  color: #ffffff;
  background-color: #0060c8;
  border-color: #0060c8;
}

.floating-widget {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
.floating-widget .whatsapp {
  display: block;
  background: #25D366;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 15px rgba(159, 159, 159, 0.2);
  position: relative;
  border-radius: 50%;
}
.floating-widget .whatsapp .icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blogs {
  display: flex;
  flex-wrap: wrap;
}
.blogs .date__box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ccc;
  border: 4px solid;
  font-weight: bold;
  padding: 5px 10px;
}
.blogs .date__box .date__day {
  font-size: 22px;
}
.blogs .blog-card {
  padding: 30px;
  position: relative;
  max-width: 33%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogs .blog-card .date__box {
  opacity: 0;
  transform: scale(0.5);
  transition: 300ms ease-in-out;
}
.blogs .blog-card .blog-card__background,
.blogs .blog-card .card__background--layer {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogs .blog-card .blog-card__background {
  padding: 15px;
  background: white;
}
.blogs .blog-card .card__background--wrapper {
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
  position: relative;
  overflow: hidden;
}
.blogs .blog-card .card__background--main {
  height: 100%;
  position: relative;
  background: url("../images/blog-banner.jpg");
  transition: 300ms ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
}
.blogs .blog-card .card__background--layer {
  z-index: 0;
  opacity: 0;
  background: rgba(51, 51, 51, 0.9);
  transition: 300ms ease-in-out;
}
.blogs .blog-card .blog-card__head {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs .blog-card .blog-card__info {
  z-index: 10;
  background: white;
  padding: 20px 15px;
}
.blogs .blog-card .blog-card__info h5 {
  transition: 300ms ease-in-out;
  font-size: 1rem;
}
.blogs .blog-card .blog-card__info p {
  font-size: 14px;
}
.blogs .blog-card:hover .date__box {
  opacity: 1;
  transform: scale(1);
}
.blogs .blog-card:hover .card__background--main {
  transform: scale(1.2) rotate(5deg);
}
.blogs .blog-card:hover .card__background--layer {
  opacity: 1;
}
.blogs .blog-card:hover .blog-card__info h5 {
  color: #0060c8;
}
.blogs a.icon-link {
  color: #363738;
  transition: 200ms ease-in-out;
}
.blogs a.icon-link i {
  color: #0060c8;
}
.blogs a.icon-link:hover {
  color: #0060c8;
  text-decoration: none;
}
.blogs .btn {
  background: white;
  color: #363738;
  font-weight: bold;
  outline: none;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0;
  border: none;
}
.blogs .btn:focus {
  box-shadow: none;
}
.blogs .btn:hover {
  background: #0060c8;
  color: #fff;
}
.blogs .btn.btn--with-icon {
  padding-right: 20px;
}
.blogs .btn.btn--with-icon i {
  padding: 0px 30px 0px 15px;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  vertical-align: bottom;
  color: white;
  background: #0060c8;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
.blogs .btn.btn--only-icon {
  width: 50px;
}

@media screen and (max-width: 992px) {
  .blogs .blog-card {
    max-width: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .blogs {
    flex-direction: column;
  }
  .blogs .blog-card {
    flex: 1 !important;
    max-width: 100% !important;
  }
}
.copyright {
  background: #001e3a;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 7px 30px;
}/*# sourceMappingURL=style.css.map */