/*
*  theme overwrite 
=================================
=================================
=================================*/
/**! user style **/
/**! ----- font family init ---- **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h4 {
  color: #2D3136;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  color: #818992;
}

blockquote {
  font-style: italic;
}

blockquote h4 {
  line-height: 3rem;
}

blockquote h5 {
  line-height: 2.8rem;
}

/**! ----- font Setting (size & line height, spacing etc) ---- **/
.h1-font, h1 {
  font-size: 2.875rem;
  line-height: 1.25;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .h1-font, h1 {
    font-size: 4.125rem;
    line-height: 1.18;
  }
}

.h2-font,
h2 {
  font-size: 2.875rem;
  line-height: 1.25;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .h2-font,
  h2 {
    font-size: 3.9rem;
    line-height: 1.22;
  }
}

.h3-font,
h3 {
  font-size: 2.375rem;
  line-height: 1.25;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .h3-font,
  h3 {
    font-size: 1.9rem;
    line-height: 1.25;
  }
}

.h4-font,
h4 {
  font-size: 2.375rem;
  line-height: 1.25;
  font-weight: 600;
}

.h5-font,
h5 {
  font-size: 1.5rem;
  line-height: 1.55;
  font-weight: 400;
}

.h6-font,
h6, blockquote {
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 400;
}

.body-font {
  font-size: 1.0625rem;
  line-height: 1.75;
  font-weight: 400;
}

.plain-content h3 {
  clear: both;
}

/**! ----- Theme Common colors (Also Used as extend in SCSS ) ---- **/
.btn-bg--primary, .card--v2 .card--focused::before, .carosuel-slider--v4 .arrowBtn:hover, .carosuel-slider--v4 .slick-dots .slick-active .slider-button, .carosuel-slider--v5 .slick-dots .slick-active .slider-button, .bg-color--primary, mark,
ins, .btn-bg-hover--primary:after, .btn-bg-hover--primary:before, .navigation__transparent.sticky-nav {
  background: #4777F4;
}

.text-color--primary, .btn-color--primary, .color-primary, .list-group .list-group-item-action:hover, .list-group .list-group-item-action:focus, .list-group .list-group-item-action.active, .text-hover--primary:hover, .features--v5 .feature:hover i, .footer.section-dark .widget a:hover, .footer.section-light .widget li a:hover, .navbar-expand-lg.navbar .page-active, .navbar-expand-lg .dropdown .submenu-active, .navbar-expand-lg .dropdown .dropdown-submenu:hover > .dropdown-item.dropdown-toggle, .navbar-expand-lg .dropdown .dropdown-item:active, .navbar-expand-lg .dropdown .dropdown-item:hover, .navbar-expand-lg .dropdown.show.active .nav-link.dropdown-toggle.submenu-active {
  color: #4777F4;
}

.fill--primary rect,
.fill--primary path,
.fill--primary polygon,
.fill--primary circle {
  fill: #4777F4;
}

.border-color-primary, .btn-outline .border-color-light--4:hover, .blog-sidebar .widget-title, .comments-area .comment-title,
.comments-area .comment-reply-title, .testimonial--v4 .carosuel-slider--v4 img {
  border-color: #4777F4;
}

/*---- Boxed Layout Init----*/
body.boxed-layout .main, body.boxed-layout .navbar {
  max-width: 1366px;
}

.flex-center {
  display: flex;
  align-items: center;
}
.theme-gradient-2 .navigation__transparent.sticky-nav{
  background: white;
}
.badge-dark {
  font-size: 50%;
  margin-top: 7px;
  margin-left: 10px;
  position: absolute;
}
.carousel-control-prev {
  left: -100px;
}
.carousel-control-next {
  right: -100px;
}
.video-block {
  background: ()
}
.sign-in-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.form-container {
  padding: 2rem 5rem;
}
.form-container.interest-form {
  max-width: 600px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
}
.process-container {
  padding: 150px 5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.process-step {
  padding-bottom: 30px;
  position: relative;
}
.process-step h2,.process-step p {
  color: #fff;
}
.process-step p {
  margin-top: 25px;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 400;
}
.process-step h2 {
  font-size: 2rem;
}
.process-step h2:after {
  content: '';
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50px;
}
.process-step a {
  color: #93c1f3;
}
.process-step a:hover {
  color: #fff;
}
.flex {
  display: flex;
}
.book-meeting .modal-content, .authy .modal-content {
  background: transparent;
  border: none;
  margin-top: 100px;
}
.register-interest .modal-content {
  border-radius: 20px;
  margin-top: 100px;
}
.register-interest .modal-body {
  padding: 30px;
}
.footer a {
  cursor: pointer;
}
.navbar-btn a {
  cursor: pointer;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
nav btn {
  color: #fff;
}
html {
  overflow-x: hidden;
}
.carousel-inner {
  border-radius: 20px;
}
.plain-content strong {
  line-height: 50px;
}
.plain-content p {
  width: 100%;
  margin-bottom: 20px;
}
.plain-content ul {
  margin-bottom: 20px;
}
.plain-content ul li {
  list-style: circle;
  margin-left: 40px;
  margin-bottom: 10px;
}
.plain-content-page .hero--v2 {
  margin-bottom: 75px;
}

@media (min-width: 992px) {
  .onset-lg-1 {
    margin-right: 8.33333%;
    margin-left: unset;
  }
  .modal-lg, .modal-xl {
        max-width: 1060px;
    }
}
@media (max-width: 900px) {
  .navbar-expand-lg.navbar .navbar-brand {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .interest-form {
    margin-top: 20px;
  }
  .sign-in-container section:first-child {
    padding-top: 100px;
  }
  .form-container, .process-container {
    padding: 20px 30px;
  }
}
.modal-dialog modal-lg {
    height: 1200px!important;
}
}