@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700);
* {
  font-family: "Montserrat", sans-serif;
}

/* html{font-size: 16px;} */
.hidden {
  display: none;
}

#scroll_to_top {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #006baa;
}
#scroll_to_top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#scroll_to_top:hover {
  cursor: pointer;
  border: 1px solid #006baa;
  background: #006baa;
}
#scroll_to_top:hover i {
  color: #fff;
}
#scroll_to_top:active {
  background-color: #555;
}
#scroll_to_top.show {
  opacity: 1;
  visibility: visible;
}
#scroll_to_top i {
  color: #006baa;
  font-size: 24px;
  padding: 12px;
}

/* nav-bar */
.navbar {
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  z-index: 1000;
}

.heading-paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #2d2d2d;
  line-height: 24px;
  padding-top: 16px;
  font-weight: 100;
}

.nav-item {
  padding-left: 30px;
  font-family: "Josefin Sans", sans-serif;
  cursor: pointer;
  /* font-weight: 600; */
  font-size: 1rem;
  font-weight: bold;
}

.nav-cta {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
}

.title-cta {
  /* width: 36%; */
  padding: 8px 30px;
  border-radius: 6px;
  border: none;
}

.btn {
  font-size: 1rem;
  color: #ffffff;
  background-color: #006baa;
  border: none;
}

button {
  transition: all 500ms ease;
}

.primary {
  background-color: #f05123;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  border: 3px solid transparent;
  transition: all 500ms ease;
}

.primary:hover {
  background-color: #fa9500;
  /* border: 3px solid #0080ff; */
  color: rgb(255, 255, 255);
}

.secondary {
  background: none;
  border: 3px solid #f05123;
  color: #f05123;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 500ms ease;
}

.secondary:hover {
  background-color: #fa9500;
  color: white;
  border: 3px solid transparent;
}

.mr-12 {
  margin-right: 24px;
}

.logo {
  width: 130px;
}

.nav-cta {
  padding-left: 45px;
}

.hero-illustrations {
  width: 100%;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #f05123 !important;
  border: none !important;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: none;
}

/* .hero {
    padding-top: 45px;
} */
.heading-title-variation {
  font-size: 3.875rem;
  letter-spacing: -3px;
}

.smile {
  width: 25%;
  margin-top: -25px;
}

.title-heading {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  margin: 0;
}

.title-variation {
  color: #006baa;
}

.hero-button {
  padding-top: 10px;
}

.nav-link:hover {
  color: #006baa !important;
}

.nav-link {
  position: relative;
}

.current .nav-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #ff490c;
  left: 50%;
  transform: translateX(-50%);
}

.current .nav-link {
  color: #ff490c !important;
}

.footer-links {
  transition: all 500ms ease;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.footer-links.active,
.footer-links:hover {
  color: #fff;
  border-bottom: 1px solid #ddd;
}

.nav-link.active::after {
  background: #ff490c;
}

.row-hero {
  padding: 0;
}

.why-us-illustrations {
  width: 85%;
}

.common-heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3.125rem;
  color: #1a677b;
  padding-top: 32px;
  text-align: center;
}

/* .row-padding {
    padding-top: 35px;
} */
.features .row {
  padding-right: 0% !important;
  padding-left: 0% !important;
  padding-top: 0% !important;
}

/* .features .row * {
    padding-right: 0% !important;
    padding-left: 0% !important;
    padding-top: 0% !important;
} */
.outer-box {
  width: 100%;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  /* border-radius: 10px; */
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.outer-box-industry {
  width: 100%;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon {
  width: 50px;
  padding-bottom: 12px;
}

.icon-border {
  border: 2px dashed #006baa;
  padding: 20px;
  border-radius: 10px;
}

.icon-industry {
  width: 56px;
  margin: 26px;
}

.why-icon {
  width: 100%;
}

.underline {
  width: 60%;
  border: 1px solid black;
  margin: 10px 0 10px 0;
}

img {
  max-width: 100%;
  width: 100%;
}

.why_background {
  background-color: #f9f9f9;
}

.why_heading {
  color: #1a677b;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
}

/* .home_spacing {
    padding: 18px 0;
} */
.features-section {
  color: #ff490c;
  font-size: 2.4375rem;
  margin: 0;
  line-height: 44px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
}

.features_bold {
  font-weight: bold;
  font-size: 3.125rem;
  font-family: "Josefin Sans", sans-serif;
}

.heading-features {
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  font-size: 1.625rem;
  font-weight: 100;
}

.right_border_0 {
  border-right: 0;
}

.bottom_border_0 {
  border-bottom: 0;
}

.super-heading {
  color: #1a677b;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
}

.super-sub-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
}

.super_highlight {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #f05123;
}

.super_go {
  font-family: "Montserrat", sans-serif;
  font-size: 6.25rem;
  color: #f05123;
}

.super-quotes {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
}

.super_paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  text-align: left;
  width: 96%;
}

.super-ilu-container {
  padding-top: 40px;
}

.super-content {
  padding-top: 10px;
}

.features-bg {
  /* background: none; */
  background: #f9f9f9;
}

.super_bg {
  background-color: #f5f5f5;
}

.pricing-heading {
  color: #ff490c;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
  text-align: center;
  line-height: 50px;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-card {
  width: 80%;
  min-height: 370px;
  height: 100%;
  border-radius: 0 0 16px 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.basic {
  border: 1px solid #a2a2a2;
  border-top: 5px solid #a2a2a2;
}

.intermediate {
  border: 1px solid #f05123;
  border-top: 5px solid #f05123;
}

.advanced {
  border: 1px solid #006baa;
  border-top: 5px solid #006baa;
}

.pricing-title {
  text-align: center;
  padding-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
}

.pricing-paragraph {
  text-align: center;
  padding-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.pricing-sub {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 8px;
  color: #0c99bb;
}

.pricing-info {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding-top: 8px;
  font-weight: 100;
}

.info {
  padding-top: 16px;
}

.pricing-cta {
  width: 60%;
  padding: 7px 0 7px 0;
  border-radius: 6px;
  border: none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

.basic-btn {
  background-color: #a2a2a2;
}

.intermediate-btn {
  background-color: #f05123;
}

.advanced-btn {
  background-color: #006baa;
}

.pricing-button {
  text-align: center;
  padding-top: 14px;
}

.pricing-padding {
  padding: 4rem 0;
  background: #f8f8f8;
}

/* #industry {
    padding: 4rem 0;
} */
.pricing-top-cnt {
  padding: 60px 0 0 0;
}

.pb-20 {
  padding-bottom: 20px;
}

.heading-industry {
  font-family: "Josefin Sans", sans-serif;
  color: #2e2e2e;
  font-size: 1.625rem;
  font-weight: 100;
  margin-top: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.industries-heading {
  color: #ff490c;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
}

.w-75 {
  width: 75%;
}

.pt-24 {
  padding-top: 16px !important;
}

.testimonials-title {
  text-align: center;
  color: #ff490c;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
  margin: 0;
}

.image-border {
  border: 2px dashed #006baa;
  padding: 16px;
  border-radius: 34px;
}

.testimonials-img {
  border-radius: 25px;
}

.image-testimonial {
  width: 150px;
}

.testimonial-top-cnt {
  padding: 60px 0 20px 0;
}

.testimonial-name {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #0466c8;
  font-size: 1.5rem;
}

.testimonials-heading {
  margin: 20px 0 6px 0;
}

.testimonials-location {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #919191;
  font-size: 0.875rem;
}

.testimonials-rating {
  width: 10%;
}

.testimonials-quote {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #919191;
  font-size: 1rem;
  text-align: center;
}

.testimonials {
  margin: 20px 0 50px 0;
}

.outer-box-testimonials {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Subscribe me on Youtube
https://bit.ly/3m9avif
*/
/*==================== 
	Footer 
====================== */
/* Main Footer */
footer .main-footer {
  padding: 20px 0;
  background: #252525;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

.footer-menu .footer_media_links li:first-child a {
  padding-top: 0;
}

.footer-menu .footer_media_links li a {
  text-decoration: none;
  font-size: 0.875rem;
  padding: 4px 0;
  display: inline-block;
  transition: all 500ms ease;
}

.footer-menu .footer_media_links li a span {
  padding-right: 10px;
  color: #ddd;
}

.footer-menu .footer_media_links li a:hover {
  color: #ddd;
}

.footer-menu .footer_media_links li a:hover span {
  color: #e47132;
}

/* Copy Right Footer */
.footer-copyright {
  padding: 15px 0 15px 0;
}

.footer-copyright .logo {
  display: inherit;
}

.footer-copyright nav {
  float: right;
  margin-top: 5px;
}

.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

.footer-copyright nav ul li a {
  color: #969696;
}

.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

.footer-copyright p {
  margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
  background: transparent;
}

footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
  background: #f9f9f9;
}

footer.light .main-footer {
  background: #f9f9f9;
}

footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
  display: inline-block;
}

/*==================== 
	Widgets 
====================== */
.widget {
  padding: 20px;
  margin-bottom: 40px;
}

.widget.widget-last {
  margin-bottom: 0px;
}

.widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.widget.subscribe p {
  margin-bottom: 18px;
}

.widget li a {
  color: #fff;
}

.widget li a:hover {
  color: #4b92dc;
}

.widget-title {
  margin-bottom: 32px;
}

.widget-title span {
  background: #839fad none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 25px;
  position: relative;
  width: 20%;
}

.widget-title span::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.widget .badge {
  float: right;
  background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
  color: #fff;
}

ul.social-footer2 {
  margin: 0;
  padding: 0;
  width: auto;
}

ul.social-footer2 li {
  display: inline-block;
  padding: 0;
}

ul.social-footer2 li a:hover {
  background-color: #ff8d1e;
}

ul.social-footer2 li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
}

.footer-cnt {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  padding-top: 16px;
  color: #fff;
  font-weight: 100;
  line-height: 24px;
}

.thumb-content {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  margin-bottom: 11px;
}

.footer-links {
  text-decoration: none;
}

.widget-image {
  width: 200px;
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 25px;
  width: 100%;
}

.contact-icon {
  width: 6%;
  margin-right: 24px;
}

.contact-cnt {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  /* margin-left: 20px; */
  margin-top: 4px;
  color: #fff;
}

body {
  font-family: Rubik, sans-serif;
  position: relative;
  font-weight: 400;
  font-size: 0.9375rem;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus,
a:hover {
  text-decoration: none;
  transition: 0.3s ease;
}

a:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

/* p {
    font-size: 16px;
    line-height: 30px;
    color: #898b96;
    font-weight: 300
} */
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

a {
  color: #ffffff;
}

.no-padding {
  padding: 0 !important;
}

.go_top {
  line-height: 40px;
  cursor: pointer;
  width: 40px;
  background: #5867dd;
  color: #fff;
  position: fixed;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: calc((100% - 1140px) / 2);
  z-index: 111;
  bottom: 80px;
  text-align: center;
}

.go_top span {
  display: inline-block;
}

.footer-big {
  padding: 105px 0 65px 0;
}

.footer-big .footer-widget {
  margin-bottom: 40px;
}

.footer--dark {
  background: #222;
  padding: 1rem 0;
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
  color: #898b96;
}

.f-logo {
  width: 80%;
}

.footer-menu {
  padding-left: 30px;
}

.footer-menu--2 {
  padding-left: 60px;
}

.footer-menu ul li a {
  font-size: 0.9375rem;
  line-height: 32px;
  transition: 0.3s;
}

.footer-menu ul li a:hover {
  color: #5867dd;
}

.footer-menu--1 {
  width: 100%;
}

.footer-widget-title {
  line-height: 42px;
  margin-bottom: 14px;
  font-size: 1.125rem;
  color: #ff490c;
}

.mini-footer {
  background: #192027;
  text-align: center;
  padding: 32px 0;
}

.mini-footer p {
  margin: 0;
  line-height: 26px;
  font-size: 0.9375rem;
  color: #999;
}

.mini-footer p a {
  color: #5867dd;
}

.mini-footer p a:hover {
  color: #34bfa3;
}

.widget-about img {
  display: block;
  margin-bottom: 10px;
}

.widget-about p {
  font-weight: 400;
}

.widget-about .contact-details {
  margin: 30px 0 0 0;
}

.widget-about .contact-details li {
  margin-bottom: 10px;
}

.widget-about .contact-details li:last-child {
  margin-bottom: 0;
}

.widget-about .contact-details li span {
  padding-right: 12px;
}

.widget-about .contact-details li a {
  color: #5867dd;
}

@media (max-width: 991px) {
  .footer-menu {
    padding-left: 0;
  }
}
.f-copyrights {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
}

.f-policy {
  color: #898989;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
}

.copyright-p {
  padding: 0 !important;
}

.icon-features {
  width: 100%;
  max-width: 5rem;
}

.text-features {
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  font-size: 1.625rem;
  font-weight: 100;
  padding-top: 18px;
}

.modules-list {
  text-align: center;
}
.modules-list li {
  display: inline-block;
  vertical-align: bottom;
  padding: 1rem;
  width: 32%;
  padding: 2.2rem;
}

.hero-button a {
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
}

.amaze_link {
  width: 160px;
  vertical-align: middle;
  margin-top: -7px;
}

.features_container .heading_bold {
  padding: 0;
}

/* #features {
    padding: 50px 0;
} */
.features-box {
  display: flex;
}

.last-child {
  border-right: none;
}

.features_container .features-box:last-child .flex1 {
  border-bottom: none;
}

.back-to-top {
  right: 45px;
  bottom: 45px;
  width: 45px;
  position: fixed;
  cursor: pointer;
  display: none;
}

/* Contact-page */
.contact-padding {
  padding: 20px 0;
}

.contact-title {
  font-family: "Josefin Sans", sans-serif;
  color: #ff490c;
  font-size: 2.8125rem;
  font-weight: 100;
  margin: 0;
}

.contact-paragraph {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 1rem;
  margin: 0;
}

.contact-left-box {
  padding-top: 50px;
}

.contact-form input.form-control {
  text-align: start;
  /* border: 1px solid gainsboro; */
  border: 1px solid #222;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  padding: 12px;
}

.contact-form .form-check {
  display: block;
}

.form-box {
  padding-top: 30px;
}

.form-sub-head {
  font-family: "Josefin Sans", sans-serif;
  color: #ff490c;
  font-size: 1.625rem;
  font-weight: 100;
  margin: 30px 0 0 0;
}

.form-check {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding-right: 50px;
  padding: 12px 20px 0 20px;
}

.form-check-label {
  font-size: 0.9375rem;
  padding-left: 6px;
}

.form-cta {
  padding: 26px 0;
}

.form-button {
  width: 25%;
  padding: 7px 0 7px 0;
  border-radius: 6px;
  border: none;
  background-color: #f05123;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  border: 3px solid transparent;
  transition: all 500ms ease;
}

.form-button:hover {
  background-color: #2994ff;
  /* border: 3px solid #0080ff; */
  color: rgb(255, 255, 255);
}

/* faq-section */
.faq-title {
  text-align: center;
  color: #ff490c;
  font-family: "Josefin Sans", sans-serif;
  font-size: 46px;
}

.faq-illustration {
  width: 90%;
}

.faq-left-box {
  padding-top: 24px;
}

.container-right {
  padding-top: 30px;
}

.faq-top {
  padding: 60px 0;
}

.faq .accordion-button {
  font-family: "Josefin Sans", sans-serif;
  color: #006baa;
  font-size: 20px;
  font-weight: 100;
  box-shadow: none;
}

.faq .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.faq .accordion-button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 18px;
  transition: transform 0.2s ease-in-out;
}

.faq .accordion-button span {
  padding-right: 12px;
}

.question-line {
  line-height: 24px;
}

.answer {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 100;
}

/* blog-section */
.blog-title {
  font-family: "Josefin Sans", sans-serif;
  color: #ff490c;
  font-size: 46px;
  margin: 0;
  /* padding-bottom: 10px; */
}

.image-a {
  width: 90%;
}

/* .blog-left-box {
    padding-top: 20px;
} */
/* .img-a {
    margin-top: 10px;
} */
.img-paragraph {
  font-family: "Montserrat", sans-serif;
  color: #959595;
  font-size: 14px;
  margin: 12px 0 0 0;
}

.blog-cnt-a {
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  margin: 20px 0 0 0;
  line-height: 32px;
}

.blog-cnt-para {
  font-family: "Montserrat", sans-serif;
  color: #6e6e6e;
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 20px;
  width: 92%;
}

.blog-cta {
  background-color: #f05123;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid transparent;
  transition: all 500ms ease;
  width: 28%;
  padding: 7px 0 7px 0px;
  border-radius: 6px;
  margin-top: 30px;
}

.section_spacing {
  padding: 60px 0;
}

.blog-cta:hover {
  background-color: #2994ff;
  /* border: 3px solid #0080ff; */
  color: rgb(255, 255, 255);
}

.blog-list li {
  vertical-align: top;
}

.blog-list li > div {
  display: inline-block;
  width: 65%;
  padding: 0 10px;
}

.blog-list li > div:first-child {
  width: 35%;
}

.blog-right-row h6 {
  font-family: "Montserrat", sans-serif;
  color: #959595;
  font-size: 14px;
}

.blog-right-row h5 {
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}

/* .blog-right-box {
    padding-top: 95px;
} */
.blog-right-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.p-top {
  padding-top: 0;
}

/* request-success */
.request-success {
  text-align: center;
  padding-top: 3rem;
}
.request-success .btn {
  background: none;
  color: #006baa;
  font-weight: 600;
  text-decoration: underline;
}
.request-success lottie-player {
  margin: auto;
}

.request-success h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #0466c8;
  font-size: 50px;
  font-weight: bold;
}

.request-success h3 {
  font-family: "Josefin Sans", sans-serif;
  color: #ef5224;
  font-size: 40px;
  font-weight: 600;
}

.request-success p {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.success-lottie {
  margin-top: -10px;
}

/* particle-animation */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #fbf7ef;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

#particles-js canvas {
  display: block;
  vertical-align: bottom;
}

.outer {
  position: relative;
}

/* navbar */
.home_page .navbar {
  background-color: #fbf7ef;
  padding: 10px;
}

.home_page .navbar.navbar_scroll_active {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 999999;
}

/* body.inscroll .page-section {
    padding-top: 75px;
} */
.illustration {
  display: flex;
  height: 100%;
}

.current {
  color: #ff490c !important;
}

/* .current a {
    color: #FF490C !important;
} */
.current.nav-cta a {
  color: #fff !important;
}

/* .outer {
    height: 95vh;
} */
.home_spacing {
  height: calc(100vh - 76px);
}

/* media-querey */
/* @media (max-width:1440px) {
    .home_spacing {
        padding: 18px 0;
    }

} */
/* animation-typed */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #006baa;
  font-size: 40px;
  vertical-align: text-top;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* dashed-animation */
.rotating-dashed {
  position: relative;
  overflow: hidden;
  color: #006baa;
  border-radius: 5px;
}

.rotating-dashed .dashing {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rotating-dashed .dashing:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
}

.rotating-dashed .dashing:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
}

.rotating-dashed .dashing:nth-of-type(3) {
  -webkit-transform: rotate(180deg);
}

.rotating-dashed .dashing:nth-of-type(4) {
  -webkit-transform: rotate(270deg);
}

.rotating-dashed .dashing i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border-bottom: 2px dashed;
}

.rotating-dashed:hover {
  color: #006baa;
  cursor: pointer;
}

.rotating-dashed:hover .dashing i {
  -webkit-animation: slideDash 4s infinite linear;
}

@-webkit-keyframes slideDash {
  from {
    -webkit-transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
/* interactions */
.slide-left-hero {
  -webkit-animation: slide-left-hero 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-left-hero 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left-hero {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slide-left-hero {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-top-main {
  -webkit-animation: slide-top-a 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-top-a 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top-a {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slide-top-a {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top {
  -webkit-animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top-btn {
  -webkit-animation: slide-top-btn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-top-btn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-top-btn {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slide-top-btn {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Recent */
.features_block {
  background: #fff;
  /* padding: 50px 0; */
}

.page-section {
  padding: 70px 0;
}

.features_block ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 25px 15px;
  height: 100%;
  transition: all 500ms ease;
  border-radius: 4px;
  position: relative;
}

.features_block ul li img {
  max-width: 70%;
  height: 10rem;
  padding-bottom: 1.5rem;
}

.features_block ul li h2 {
  font-weight: 700;
  font-size: 18px;
}

.features_block ul li h2 span {
  display: inline-block;
  padding-bottom: 2px;
  transition: all 500ms ease;
}

.features_block {
  transition: all 500ms ease;
  position: relative;
}

/* .features_block {background: url("images/static.jpg") no-repeat; background-size:cover; background-position: center;} 
.features_block::before{content: ""; position: absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.7);} */
.features_block ul li div {
  z-index: 9999;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
}

.contact-illustration {
  max-width: 80%;
}

.heading_bold {
  color: #ff490c;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.875rem;
  text-align: center;
  line-height: 50px;
  padding-bottom: 1.5rem;
}

.heading_bold span {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-weight: 700;
}

.heading_bold.modules {
  padding: 0;
  margin: 0;
}

.footer_parts {
  padding: 2rem 0;
}

.price_replace h1 {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.accent {
  color: #e65100;
}

.price_replace a {
  color: #e65100;
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-block;
  background: transparent;
  border-radius: 4px;
  padding: 1rem 4rem;
  border: 2px solid #e65100;
  font-weight: 600;
  margin-top: 2rem;
  transition: all 500ms ease;
}

.price_replace a:hover {
  background: #e65100;
  color: #fff;
  border-color: #e65100;
}

.product_from p {
  color: #a7a7a7;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
  padding: 1rem 0;
  margin: 0;
}

.mail_link {
  color: #e65100;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 30px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  border: 2px solid #e65100;
  border-radius: 8px;
  transition: all 500ms ease;
}

.mail_link:hover {
  color: #fff;
  background: #e65100;
}

.product_from a img {
  max-width: 70%;
}

/* CONTACT FORM START */
#contact {
  position: relative;
}
#contact .js-tilt img {
  max-width: 90%;
}

.contact-form {
  z-index: 999999;
}
.contact-form .input {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
  border: 0;
  padding: 1rem 1.2rem;
  border-radius: 2rem;
}
.contact-form .input:focus {
  border: 0;
}
.contact-form .input:focus-visible {
  outline: none;
}
.contact-form .wrap-input {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 2rem;
  background: transparent;
}
.contact-form .wrap-input i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #222;
}
.contact-form .wrap-input label {
  font-size: 12px;
}
.contact-form .shadow-input {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  border-radius: 2rem;
  color: rgba(223, 144, 108, 0.5);
}
.contact-form .error {
  color: #cc1b1b;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 10px;
}
.contact-form .input:focus + .shadow-input {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}
.contact-form .container-contact1-form-btn {
  text-align: center;
}
.contact-form .container-contact1-form-btn .contact1-form-btn {
  font-weight: 600;
  border-radius: 25px;
  background: #57b846;
  font-family: Montserrat-Bold;
  border: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  padding: 0.875rem 4rem;
  display: inline-block;
  transition: all 0.4s;
  text-decoration: none;
}
.contact-form .container-contact1-form-btn .contact1-form-btn:hover {
  background: #333333;
}

.terms {
  text-align: right;
  font-weight: 400;
}
.terms a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0 0.5rem;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.terms a:last-child {
  border: 0;
}
.terms a:hover {
  color: #fff;
}

/* CONTACT FROM END */
.privacy-policy a {
  color: mediumblue;
  font-weight: 600;
}

/* responsive */
@media only screen and (max-width: 1440px) {
  .home_spacing {
    padding: 80px 0;
  }
  .heading-paragraph {
    width: 80%;
  }
  .title-heading {
    color: #000000;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    font-size: 60px;
    margin: 0;
  }
  .primary {
    font-size: 18px;
  }
  .secondary {
    font-size: 18px;
  }
  .smile {
    width: 22%;
  }
  .features-section {
    font-size: 42px;
  }
  .text-features {
    font-size: 24px;
  }
  .industries-heading {
    font-size: 42px;
  }
  .heading-industry {
    font-size: 24px;
  }
  .icon-industry {
    width: 50px;
    margin: 22px;
  }
  .pricing-heading {
    font-size: 42px;
    line-height: 48px;
  }
  .pricing-title {
    font-size: 20px;
  }
  .image-testimonial {
    width: 140px;
  }
  .testimonials-title {
    font-size: 42px;
  }
  .testimonials-quote {
    font-size: 14px;
  }
  .faq-title {
    font-size: 42px;
  }
  .blog-title {
    font-size: 42px;
  }
  .contact-title {
    font-size: 42px;
  }
  .contact-paragraph {
    font-size: 14px;
  }
  .form-sub-head {
    font-size: 24px;
  }
  .form-check-label {
    font-size: 14px;
  }
  .footer-cnt {
    width: 70%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .home_spacing {
    padding: 80px 0;
  }
  .title-heading {
    font-size: 54px;
  }
  .heading-paragraph {
    font-size: 14px;
  }
  .features-section {
    font-size: 36px;
  }
  .industries-heading {
    font-size: 40px;
  }
  .pricing-heading {
    font-size: 40px;
    line-height: 45px;
  }
  .pricing-title {
    font-size: 18px;
  }
  .pricing-paragraph {
    font-size: 14px;
  }
  .testimonials-title {
    font-size: 40px;
  }
  .testimonial-name {
    font-size: 22px;
  }
  .faq-title {
    font-size: 40px;
  }
  .faq .accordion-button {
    font-size: 18px;
  }
  .blog-title {
    font-size: 40px;
  }
  .img-paragraph {
    font-size: 12px;
  }
  .blog-cnt-a {
    font-size: 22px;
    line-height: 30px;
  }
  .blog-cnt-para {
    line-height: 21px;
    width: 86%;
    text-align: justify;
    font-size: 13px;
  }
  .blog-cta {
    font-size: 18px;
  }
  .blog-right-row h6 {
    font-size: 12px;
  }
  .blog-right-row h5 {
    font-size: 18px;
    line-height: 25px;
  }
  .small-container-blog {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .contact-title {
    font-size: 40px;
  }
  .contact-img-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-illustration {
    width: 95%;
  }
  .footer-cnt {
    font-size: 12px;
    width: 80%;
  }
  .f-copyrights {
    font-size: 14px;
  }
  .f-policy {
    font-size: 14px;
  }
  .footer-menu--2,
.footer-menu {
    padding-left: 0;
  }
  .product_from a img {
    max-width: 50%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  .features_block ul li img {
    max-width: 9rem;
  }
  .icon-features {
    width: 100%;
    max-width: 70px;
  }
  #contact {
    padding: 0;
  }
  .heading_bold {
    font-size: 2.4rem;
  }
  .features_block ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-img {
    order: -1;
  }
  .home_spacing {
    height: auto;
    padding: 50px 0;
  }
  .hero-illustrations {
    max-width: 80%;
    margin: auto;
    padding-bottom: 30px;
  }
  .hero {
    text-align: center;
  }
  .hero .title-heading br:first-child {
    display: none;
  }
  .heading-paragraph {
    margin: auto;
    padding-bottom: 15px;
  }
  #contact .js-tilt {
    text-align: center;
  }
  #contact .js-tilt img {
    max-width: 40%;
  }
  .current .nav-link::after {
    display: none;
  }
  .topbar .nav-item {
    padding-left: 0;
  }
  .topbar .nav-cta {
    padding: 0.5rem 0;
  }
  .topbar .navbar-nav {
    padding-top: 0.2rem;
  }
  .navbar-light .navbar-toggler {
    border-color: #222;
  }
  .privacy-policy h2 {
    font-size: 1.5rem;
  }
  .privacy-policy h3 {
    font-size: 1.3rem;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .home_spacing {
    padding: 50px 0;
  }
  .title-heading {
    font-size: 36px;
  }
  .smile {
    width: 5rem;
    margin: 0;
  }
  .features_block ul li {
    width: 48%;
  }
  .page-section {
    padding: 60px 15px;
  }
  .footer_parts {
    padding: 2rem 1rem;
  }
  .modules-list li {
    width: 48%;
  }
  .footer-menu .footer_media_links li a, .footer-links {
    font-size: 12px;
    padding: 0;
  }
  .f-copyrights, .terms {
    text-align: center;
  }
  .text-features {
    font-size: 20px;
  }
  .modules-list li {
    padding: 1rem;
  }
  .heading_bold {
    font-size: 1.8rem;
    line-height: 1.25;
  }
  .heading-industry {
    font-size: 20px;
  }
  body {
    overflow-x: hidden;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .home_spacing {
    padding: 80px 0;
  }
  .features_block ul li {
    width: 100%;
  }
  .heading_bold {
    font-size: 2rem;
    line-height: 1.25;
  }
  .modules-list li {
    padding: 1rem 0;
  }
  .modules-list li .text-features {
    font-size: 20px;
    min-height: 70px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .home_spacing {
    padding: 80px 0;
  }
}/*# sourceMappingURL=style.css.map */