* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  background-color: #fbfbfb;
  background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0);
  margin-bottom: 434px;
}

.pink-text-color {
  color: #ff3e81;
}

@media (max-width: 1200px) {
  body {
    margin-bottom: 471px;
  }
}

@media (max-width: 992px) {
  body {
    margin-bottom: 677px !important;
  }
}

@media (max-width: 768px) {
  .footer-section {
    position: relative !important;
  }
  body {
    margin-bottom: 0 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
  margin: 0;
  font-size: 2em;
  font-weight: 800;
}

p {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
}
.padding-0 {
  padding: 0 !important;
}
.wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
}
button:focus {
  outline: none !important;
}
.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
}
.header-scrolled .navbar-brand img {
  width: 125px;
  height: auto;
}
.header-scrolled .nav-link-number {
  display: none;
}
.navbar {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-nav {
  align-items: center;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand img {
  width: 185px;
  height: auto;
}
.navbar-brand-menu {
  margin-right: 40px;
}
.menu-navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.nav-item .nav-link {
  text-align: right;
}
.nav-item .nav-link:hover .nav-link-number {
  color: #ff3e81 !important;
}
.nav-item .nav-link:hover .nav-link-menu {
  color: #ff3e81 !important;
}
.nav-link-number {
  font-family: Poppins;
  font-weight: 200 !important;
  font-size: 12px;
  color: #ccc;
  letter-spacing: 1.5px;
  line-height: 1;
}
.nav-link-menu {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  line-height: 1;
}
.learn-more-btn {
  background-color: #3a88ec;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 600;
  color: #fff;
  padding: 12px 40px !important;
  border-radius: 100px;
}
.learn-more-btn:hover {
  color: #fff;
  background-color: #ff3e81;
  text-decoration: none;
}
.btn-invert {
  background-color: #ff3e81 !important;
}
.btn-invert:hover {
  background-color: #3a88ec !important;
}

.btn-left {
  border-radius: 100px 0 0 100px;
}

.btn-right {
  border-radius: 0 100px 100px 0;
}

.navbar-toggler-icon {
  background-image: url(/resources/img/menu.png);
}

.navbar {
  padding-right: 0 !important;
}

@media screen and (max-width: 991.98px) {
  .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
  }
  .navbar-brand img {
    padding: 10px 0;
    margin-left: 0;
  }
  .header-scrolled {
    height: inherit;
  }
}
@media screen and (max-width: 575.98px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-navbar-nav {
    padding-bottom: 10px;
  }
}

.main {
  width: 100%;
  padding: 80px 16px 75px;
  /* justify-content: center;
  align-items: center; */
}
.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.header-img-section img {
  width: 100%;
}
.header-subtitle {
  font-family: Poppins;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
}
.header-title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  padding-bottom: 25px;
  color: #303669;
}
.header-title-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 15px;
}
.learn-more-btn-section {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .header-container {
    flex-direction: column;
  }
  .header-title-section {
    text-align: center;
    margin-top: 40px;
  }
  .navbar-collapse {
    background-color: #fff;
    color: #505050;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .navbar-collapse .nav-link-menu {
    color: #505050;
  }
  .nav-link-number {
    color: #fff;
    display: none;
  }
  .nav-link-menu {
    color: #fff;
  }
  .learn-more-btn-section {
    justify-content: center;
  }
}
@media screen and (max-width: 799.98px) {
  .header {
    height: auto;
    padding-top: 20%;
  }
}
@media screen and (max-width: 499.98px) {
  .header {
    padding-top: 30%;
  }
  .header-subtitle {
    font-size: 24px;
  }
  .header-title {
    font-size: 46px;
  }
  .header-title-text {
    font-size: 18px;
  }
}

.content-section {
  margin-top: 175px;
}

.strategy-section {
  position: relative;
}
.strategy-section-bg-graphics-section {
  position: absolute;
  width: 22%;
  right: -5%;
  top: -45%;
}
.strategy-section-bg-graphics-section img {
  width: 100%;
}
.strategy-container {
  position: relative;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  flex-wrap: wrap;
}
.strategy-card-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.strategy-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.strategy-card img {
  height: 80px;
}
.strategy-card h2 {
  color: #303669;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 3;
}
.strategy-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: Poppins;
  font-weight: 300;
  max-width: 300px;
}
@media screen and (max-width: 576.98px) {
  .strategy-container {
    flex-direction: column;
  }
}
.services-section {
  position: relative;
}
.services-section-bg-graphics {
  position: absolute;
  width: 25%;
  left: -17%;
  top: -20%;
}
.services-section-bg-graphics img {
  width: 100%;
}
.services-container {
  position: relative;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  flex-wrap: wrap;
}
.services-header-img-section img {
  width: 100%;
}
.services-title-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.services-subtitle {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}
.services-title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 45px;
  line-height: 1;
  color: #303669;
  margin-bottom: 20px;
}
.services-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.services-accordion .accordion {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  color: #fff;
  background-color: #3a88ec;
  border-radius: 50px;
  padding: 10px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.services-accordion .accordion::after {
  color: #fff !important;
}
.accordion:active,
.accordion:hover {
  background-color: #78c2ff !important;
}
.services-accordion .panel {
  background-color: transparent !important;
}
.services-accordion .panel p {
  color: #a5a5a5;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .services-section .services-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .services-container img {
    margin-bottom: 25px;
  }
  .services-title-section {
    text-align: center;
  }
}
.pricing-section {
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  flex-wrap: wrap;
  position: relative;
}
.pricing-section-left-bg-graphics {
  position: absolute;
  top: -15%;
  right: -10%;
  z-index: -1;
}
.pricing-section-left-bg-graphics img {
  width: 100%;
}
.pricing-section-right-bg-graphics {
  position: absolute;
  left: -5%;
  bottom: -10%;
}
.pricing-section-right-bg-graphics img {
  width: 100%;
}
.pricing-container {
  background-color: transparent;
}
.pricing-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pricing-title h2 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 45px;
  line-height: 1;
  color: #303669;
  margin-bottom: 20px;
}
.pricing-title p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 700px;
}
.pricing-plan-cards-section {
  display: flex;
  flex-direction: row;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: center;
  align-items: center;
}
.pricing-card-section {
  padding: 20px;
}
.pricing-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 40px 55px;
  border-radius: 50px;
  text-align: center;
}
.pricing-card:hover {
  box-shadow: 0 3px 47px rgba(0, 0, 0, 0.15);
}
.pricing-rate {
  color: #303669;
  font-weight: 800;
  font-family: Montserrat;
  font-size: 59px;
  line-height: 1;
}
.featured {
  border: 7px dashed #78c2ff;
}
.featured .pricing-rate:before {
  content: "Popular";
  display: block;
  width: 95px;
  font-size: 12px;
  font-weight: 600;
  margin: 0 auto 15px;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  background-color: #78c2ff;
  padding: 10px 15px;
}
.pricing-period {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  color: #78c2ff;
}
.pricing-text {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
}
.pricing-all-plan-features-section {
  text-align: left;
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.pricing-all-plan-features-section ul {
  list-style: none;
  padding-left: 20px;
}
.pricing-all-plan-features-section li {
  font-size: 14px;
  color: #000;
  font-family: Poppins;
  font-weight: 300;
  line-height: 2;
  background: url(../images/pricing-section-true.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 35px;
  text-align: left;
  margin-top: 5px;
}
.basic-plan-features-section li:nth-child(3) {
  background: url(../images/pricing-section-false.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 35px;
}
.basic-plan-features-section li:nth-child(4) {
  background: url(https://demo.codefest.co.uk/codelander/assets/images/pricing-section-false.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 35px;
}
.medium-plan-features-section li:nth-child(4) {
  background: url(https://demo.codefest.co.uk/codelander/assets/images/pricing-section-false.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 35px;
}
@media screen and (max-width: 991.98px) {
  .pricing-plan-cards-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pricing-title p {
    max-width: 428px;
  }
}
.clients-section {
  display: flex;
  background-color: transparent;
}
.clients-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
}
.clients-subtitle {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}
.clients-title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 45px;
  line-height: 1;
  color: #303669;
  margin-bottom: 20px;
}
.client-logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.client-logo-section img {
  height: 105px;
  width: auto !important;
}
.owl-theme .owl-nav {
  display: none;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #ccc !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3a88ec !important;
}
.blog-section {
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}
.blog-section-right-bg {
  position: absolute;
  top: 5%;
  right: 0%;
}
.blog-section-left-bg {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.blog-container {
  position: relative;
}
.blog-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
}
.blog-subtitle {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}
.blog-title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 45px;
  line-height: 1;
  color: #303669;
  margin-bottom: 0;
}
.blog-posts-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.blog-post-card-container {
  padding: 20px;
}
.blog-post-card {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
  padding: 55px 40px;
}
.blog-post-card:hover {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  background-color: #fff;
}
.blog-post-icon {
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.blog-post-icon img {
  width: 100%;
}
.blog-post-title {
  font-size: 20px;
  color: #303669;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 2;
}
.blog-post-subtitle {
  font-size: 18px;
  color: #ccc;
  font-family: Montserrat;
  line-height: 1;
  margin-bottom: 10px;
}
.blog-post-text {
  font-size: 14px;
  color: #000;
  font-family: Poppins;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-post-link {
  color: #a4c4f3;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.blog-post-link:hover {
  color: #ff3e81;
  text-decoration: none;
}
@media screen and (max-width: 991.98px) {
  .blog-posts-section {
    flex-direction: column;
  }
}
.contact-section {
  padding-top: 105px;
  padding-bottom: 90px;
  margin-top: -50px;
}
.contact-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.contact-header-img-section {
  padding: 20px;
}
.contact-header-img img {
  width: 100%;
}
.contact-title-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.contact-subtitle {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}
.contact-title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 45px;
  line-height: 1;
  color: #303669;
  margin-bottom: 20px;
}

.lk-head {
  margin-top: 75px;
}

@media (max-width: 400px) {
  .contact-title {
    font-size: 28px;
  }
  .subtitle {
    font-size: 2em !important;
    line-height: 0.9em !important;
  }
  .text {
    line-height: 1.3em !important;
  }
  .text-large {
    line-height: 1em;
  }
  .contact-header-img {
    margin-top: 30px;
  }
  .contact-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .work-slide-text h2 {
    font-size: 1.6em;
    margin-top: 15px;
  }
  .lk-head {
    font-size: 1rem !important;
  }
}

@media (max-width: 576px) {
  .lk-head {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

table.result-table {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}
table.result-table thead {
  font-weight: bold;
}
table.result-table td {
  padding: 0.6rem 0rem;
  border-bottom: 1px solid #e8e9eb;
}

@media screen and (min-width: 800px) {
  table.result-table td br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  table.result-table thead {
    display: none;
  }
  table.result-table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  table.result-table td {
    display: block;
    text-align: left;
  }
  table.result-table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
}

.contact-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .contact-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-title-section {
    text-align: center;
  }
}
.footer-section {
  padding-top: 75px;
  padding-bottom: 55px;
  margin-bottom: 0 !important;
  position: relative;
  background-color: #303669;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-section a {
  color: #d4e5ff;
}
.footer-section-bg-graphics {
  position: absolute;
  right: -10%;
  bottom: 0%;
}
.footer-container {
  display: flex;
  position: relative;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-right: 40px;
}
.footer-logo img {
  width: 80%;
  margin-bottom: 28px;
  margin-top: -6px;
}
.footer-logo p {
  max-width: 250px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.footer-form {
  padding-right: 0 !important;
}
.footer-subsection {
  padding-left: 40px;
  padding-right: 40px;
}
.footer-subsection-title {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.footer-subsection-text {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.footer-subsection-2-1 {
  margin-bottom: 20px;
}
.footer-subsection-2-2 {
  margin-bottom: 20px;
}
.footer-subsection-list {
  list-style: none;
  padding-left: 28px;
}
.footer-subsection-list li {
  font-size: 14px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
  display: table-row;
}
.footer-subsection-list li:after {
  content: "";
  display: block;
  margin-bottom: 10px;
}
.footer-subsection-list li:nth-child(1):before {
  font-family: fontawesome;
  content: "\f041";
  font-size: 25px;
  line-height: 1.25;
  left: 41px;
  position: absolute;
  display: table-cell;
  color: #a4c4f3;
}
.footer-subsection-list li:nth-child(2):before {
  font-family: fontawesome;
  content: "\f095";
  font-size: 20px;
  line-height: 1.25;
  left: 41px;
  position: absolute;
  display: table-cell;
  color: #a4c4f3;
}
.footer-subsection-list li:nth-child(3):before {
  font-family: fontawesome;
  content: "\f0e0";
  font-size: 17px;
  line-height: 1.25;
  left: 41px;
  position: absolute;
  display: table-cell;
  color: #a4c4f3;
}
.footer-subsection-list li:nth-child(4):before {
  font-family: fontawesome;
  content: "\f2c6";
  font-size: 17px;
  line-height: 1.25;
  left: 41px;
  position: absolute;
  display: table-cell;
  color: #a4c4f3;
}
.footer-subsection-list-call {
  color: #fff;
}
.footer-subsection-list-email {
  color: #fff;
}
.footer-subsection-list-call:hover {
  color: #ff3e81;
  text-decoration: none;
}
.footer-subsection-list-email:hover {
  color: #ff3e81;
  text-decoration: none;
}
.footer-social-media-icons-section {
  display: flex;
}
.footer-social-media-icon {
  justify-content: center;
  align-items: center;
  padding-right: 25px;
}
.footer-social-media-icon .fa {
  color: #fff;
  font-size: 29px;
  text-decoration: none !important;
}
.footer-social-media-icon .fa:hover {
  color: #3a88ec;
}
.footer-credits {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-credits p {
  font-size: 16px;
  font-weight: 400;
  color: #d4e5ff;
  font-family: Montserrat;
  line-height: 1;
}
.footer-credits a {
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-logo {
    padding-left: 40px;
  }
  .footer-form {
    padding-right: 40px !important;
  }
  .footer-subsection-form-input {
    width: 85%;
  }
}

/* My styles */

.buttons-group {
  justify-content: center;
  align-items: center;
}

.sub-button {
  display: block;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  color: #3a87ec98;
  cursor: pointer;
}

input[type="radio"]:checked + label {
  color: #303669;
  text-decoration: underline;
}

.group-head {
  font-size: 1.4em;
  margin: auto;
  padding-bottom: 16px;
  color: #303669;
}

.group {
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
}

.radio-group-small h3 {
  font-size: 1.3rem;
}

label {
  cursor: pointer;
}

.disabled-button:active,
.disabled-button:hover,
.disabled-button {
  cursor: default;
  background-color: #d8d8d8 !important;
}

input[type="radio"]:disabled + label {
  color: #d8d8d8 !important;
  text-decoration: none;
  cursor: default;
}

input[type="checkbox"] {
  cursor: pointer;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.text-small:hover,
.text-small {
  font-size: 0.8rem;
  color: #505050;
}

.file-show:hover,
.file-show {
  padding-bottom: 0px;
  border-bottom: 2px dashed #505050;
}

.text-or {
  font-family: Montserrat;
  font-size: 2em;
  font-weight: 600;
}

.link-invert {
  color: #ff3e81;
}

.link-invert:hover {
  color: #78c2ff;
}

.text-large {
  font-size: 1.6em;
}

.text {
  font-size: 1.8em;
  line-height: 3em;
}

.subtitle {
  font-size: 2.6em;
  line-height: 1em;
}

.work-slider-dots .active .dots-count .process-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  margin-top: 30px;
}
.work-slider-dots .active .dots-count .process-bar-active {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #232323;
}

.work-slider-dots .active .dots-count .process-bar-active {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #232323;
}
.work-slider-dots .active.current .dots-count {
  color: #232323;
}
.work-slider-dots .active.current .dots-count .process-bar {
  background-color: #dbdbdb;
}
.work-slider-dots .active.current .dots-count .process-bar-active {
  -webkit-transition: width 4.9s;
  -o-transition: width 4.9s;
  transition: width 4.9s;
  width: 100%;
  margin-top: 3px;
}

.work-slider-dots .active .dots-count {
  padding-bottom: 17px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #bcbcbc;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.owl-item {
  display: flex;
}

.pb-140 {
  padding-top: 0px;
  padding-bottom: 55px;
}

.logo {
  position: relative;
  height: 75px;
}

.logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contact-title-small {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  color: #303669;
  margin-bottom: 20px;
}

#upload-details-container div,
#upload-container div {
  position: relative;
  z-index: 10;
}
#upload-details-container input[type="file"],
#upload-container input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

#loading {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 30px;
}

.loader,
.loader:before,
.loader:after {
  background: #3a88ec;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #3a88ec;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.footer-social-media-icons-section {
  margin-right: -100px !important;
}

.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}
.btn.btn-warning,
.btn.btn-success {
  margin-bottom: 4px;
  margin-left: -8px;
}

.table {
  max-width: 100%;
}

.modal-dialog {
  max-width: 850px !important;
  /* max-width: 80% !important;  */
}

.modal-dialog tbody {
  max-width: 0px;
  cursor: pointer;
}

.font-small {
  font-size: 0.8rem !important;
}

.text-blue {
  color: #3a88ec !important;
  border-color: #3a88ec;
}

.text-blue:hover {
  border-width: 0;
}

.loader-section h2 {
  color: #303669;
  /* border-bottom: 2px dashed #303669; */
  display: inline-block;
  text-decoration: underline;
}

.docs .modal-dialog {
  max-width: 920px !important;
}

.faq h2,
.report h2 {
  color: #303669;
}

#reg-alert {
  font-weight: 400;
  color: #d92e14;
}

.header-icon .fa,
.header-mobile-icon .fa {
  font-size: 2rem;
  color: #303669;
}

.header-mobile-icon {
  display: none;
}

.header-icon .fa:hover {
  color: #ff3e81;
}

.error-scroll-block {
  max-height: 100px;
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden;
}

.error-font-size,
.error-font-size:hover {
  white-space: pre-wrap;
  font-size: 0.76rem !important;
}

@media (max-width: 992px) {
  .header-mobile-icon {
    display: inline;
  }

  .header-icon {
    display: none;
  }
}

@media (max-width: 300px) {
  .header-mobile-icon .fa {
    font-size: 1.4rem;
  }
}

.telegramim_button {
  font-size: 26px;
  width: 59px;
  background: #27a5e7;
  box-shadow: 1px 1px 5px #27a5e7;
  color: #ffffff;
  border-radius: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 4;
}

@media (max-width: 768px) {
  .telegramim_button {
    right: 25px;
    bottom: 30px;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-logo,
  .footer-subsection {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-subsection-list li:nth-child(1):before,
  .footer-subsection-list li:nth-child(2):before,
  .footer-subsection-list li:nth-child(3):before,
  .footer-subsection-list li:nth-child(4):before {
    left: 10px;
  }
}

@media (max-width: 992px) {
  .contact-header-img {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .learn-more-btn {
    font-size: 0.8rem;
    padding: 15px !important;
  }
  .phone-number {
    font-size: 32px !important;
  }
}
@media (max-width: 330px) {
  .learn-more-btn {
    font-size: 0.6rem;
  }
  .navbar-brand img {
    width: 125px;
  }

  .table-head {
    font-size: 18px;
  }
  .phone-number {
    font-size: 24px !important;
  }
}

.table-wrapper {
  background-color: white;
  box-shadow: 0 0 5px rgba(199, 199, 199, 0.5);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 80px;
}

table.table-wrapper {
  margin-bottom: 40px;
}

.lk-email {
  font-weight: 100;
}

.table-head {
  font-weight: 700;
  margin-bottom: 30px;
}

.status-ready {
  color: #3cc13c;
}

.modal-title {
  font-family: Montserrat;
  font-weight: 700;
  color: #303669;
  font-size: 18px;
}

.phone-number {
  color: #303669;
  font-family: Montserrat !important;
  font-size: 40px;
  font-weight: 700 !important;
}

.field-title {
  font-family: Montserrat;
  font-size: 12px;
  color: #a3a3a3;
  font-weight: 200;
}

.field-value {
  font-family: Montserrat;
  font-weight: 500;
}

.section-title {
  margin-bottom: -24px;
}

.section-title p {
  font-family: Montserrat;
  margin-top: 70px;
  color: #303669;
  font-weight: 700 !important;
  font-size: 18px;
}

.section-title hr {
  margin-left: -24px;
  margin-right: -24px;
  border: 0;
  height: 2px;
  background: #f6f6f6;
  z-index: -3;
}

.blured-info {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
/* 
.blur-button{
  margin-top: -160px;
}

@media(max-width: 992px){
  .blur-button{
    margin-top: -170px;
  }
}

@media(max-width: 800px){
  .blur-button{
    margin-top: -370px;
    margin-bottom: 200px;
  }
} */

.double {
  color: #ff7800;
}

.double span {
  font-size: 10px;
  background-color: #ff7800;
  color: #fff;
  margin-left: -45px;
  padding: 3px 7px;
  border-radius: 100px;
  margin-right: 5px;
  line-height: 3rem;
}

@media (max-width: 800px) {
  .double span {
    margin-left: 0;
  }
}

#counter-id a.disabled {
  color: rgb(151, 151, 151) !important;
  border-color: rgb(151, 151, 151) !important;
}

#counter-id a.disabled:hover {
  border-width: 2px;
  cursor: default;
}

.report-details p {
  margin-bottom: 15px;
}

.report-details b {
  display: inline-block;
  width: 400px;
}

.range {
  height: 34px;
}

.range .fa {
  color: rgb(128, 128, 128);
}
.range select,
.range input {
  border-width: 0px;
  width: 100px;
}

.range select {
  width: 120px;
}

.fa.fa-sign-out {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.gtm-select {
  width: auto;
}

@media (max-width: 992px) {
  .gtm-select {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .report-details b {
    display: inline-block;
    width: auto;
    padding-right: 5px;
  }
}

.loadBlock {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: auto;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.exceeded-label {
  color: #ff3e81 !important;
  text-decoration: underline;
  cursor: pointer;
}

#exceeded-template a {
  color: #3a88ec !important;
}

#exceeded-template a:hover {
  color: #3a88ec !important;
}

.logout {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  opacity: 0.3;
}
.logout:hover {
  opacity: 1;
}
.logout:before,
.logout:after {
  position: absolute;
  left: 8px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #333;
}
.logout:before {
  transform: rotate(45deg);
}
.logout:after {
  transform: rotate(-45deg);
}
