@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #445056; /*font-family: Circular,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;*/ font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #0093d0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0093d0;
}
img {
  max-width: 100%;
}
.section {
  padding: 60px 0;
}
.btn-wrapper .btn + .btn {
  margin-left: 15px;
}
.btn {
  cursor: pointer;
  font-size: 0.80rem;
  border: none;
  user-select: none;
  outline: none !important;
  font-weight: 700;
  line-height: 19px;
  padding: 15px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  transition: 0.2s ease;
  white-space: nowrap;
  min-width: 120px;
}
.btn.btn-lg {
  font-size: 1rem;
  padding: 21px 46px;
  border-radius: 30px;
}
.btn-primary {
  background-color: #0093d0;
  border-color: #0093d0;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #44baeb;
  border-color: #44baeb;
  color: #fff !important;
}
.btn.btn-default {
  color: #0093d0 !important;
  background: #fff !important;
}
.btn.btn-default:hover {
  background-color: #f2f2f2 !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #0093d0;
}
.form-check-input:checked {
  background-color: #0093d0;
  border-color: #0093d0;
  box-shadow: none;
}
.form-check-input:focus {
  background-color: #0093d0;
  border-color: #0093d0;
  box-shadow: none;
}
/*===== # Header Css ===*/
#header {
  z-index: 1024;
  transition: all 0.5s;
  height: 80px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  background: #fff;
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  height: 60px;
  background: #fff;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #0093d0;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
  transition: all 0.5s;
}
#header.header-scrolled .logo img {
  max-height: 45px;
}
/*===== # Navigation Menu ===*/
.navigation {
  padding: 0;
  margin: 0;
}
.navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navigation li {
  position: relative;
}
.navigation li + li {
  margin-left: 45px;
}
.navigation li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 500;
  padding: 10px 0 10px 0px;
}
.navigation li a:hover {
  color: #0093d0;
}
.navigation a i, .navigation a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
/*.navigation ul>li>a:before {content: "";position: absolute;width: 0;height: 2px;bottom: 3px;left: 0px;background-color: #24356A;visibility: hidden;transition: all 0.3s ease-in-out 0s;}
.navigation ul>li:hover>a:before{visibility: visible;width: 100%;}
*/
.navigation a:hover, .navigation .active, .navigation .active:focus, .navigation li:hover > a {
  color: #000;
}
.navigation .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navigation .dropdown ul li {
  min-width: 200px;
}
.navigation .dropdown ul li + li {
  margin-left: 0;
}
.navigation .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}
.navigation .dropdown ul a i {
  font-size: 12px;
}
.navigation .dropdown ul a:hover, .navigation .dropdown ul .active:hover, .navigation .dropdown ul li:hover > a {
  color: #0093d0;
}
.navigation .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navigation .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navigation .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.login-wrap {
  border-left: 1px solid #ddd;
  padding-left: 40px
}
.login-wrap ul {}
.login-wrap ul li {
  display: inline-block;
}
.login-wrap ul li + li {
  margin-left: 20px;
}
.login-wrap ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.login-wrap ul li a.signup {
  border: 2px solid #0093d0;
  border-radius: 20px;
  padding: 5px 15px;
  color: #0093d0;
  font-size: 14px;
}
/*===== # Hero Section ===*/
#hero-section {}
#hero-section {
  padding: 40px 0 40px;
}
#hero-section .hero-wrapper {
  margin-top: 40px;
  padding-right: 00px;
}
#hero-section .title {
  margin: 0 0 10px;
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 700;
  color: #06438b;
}
#hero-section .title span {
  color: #06438b;
}
#hero-section p {
  margin: 0 0 10px;
  font-size: 18px;
  color: #445056;
  font-weight: 300;
  line-height: 1.7;
}
/*#hero-section .animated {animation: up-down 2s ease-in-out infinite alternate-reverse both;}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}*/
/*===== # Section Title Css ===*/
#main {
  margin-top: 80px;
}
.section-title {
  text-align: center;
  max-width: 1190px;
  margin: auto;
}
.section-title h2 {
  font-size: 2.75rem;
  color: #06438b;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-title h2 span {}
.about {}
.about p {
  font-size: 16px;
  font-weight: 300;
}
.about .section-title h2 {}
.about-img {
  text-align: center;
}
.about-img img {
  max-width: 400px;
}
#template .about-img img {
  border-radius: 4px;
  max-width: 450px;
}
#template p {
  font-size: 18px;
  color: #445056;
  font-weight: 300;
  line-height: 1.7;
}
.more-integration {
  color: #0093d0;
  font-weight: 700;
  transition: 0.5s;
  font-size: 24px;
}
/*===== # Easy to use Section  Css ===*/
.easy-to-use-section {
  padding: 90px 0;
}
.bg-light {
  background-color: #fcf3ec !important;
}
.step-box {
  text-align: center;
  position: relative;
}
.step-box .step-img {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background: #d7eff9 !important;
  line-height: 96px;
  text-align: center;
  border-radius: 50%;
}
.step-box .step-title {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 300;
  color: #445056;
  line-height: normal;
}
.step-line {
  position: absolute;
  right: -28%;
  top: 20%;
}
.step-img img {
  max-width: 48px;
}
.features-box {
  padding: 40px 30px;
  transition: all 0.5s;
  min-height: 330px;
}
.features-box-title {
  min-height: 81px;
  overflow: hidden;
}
.features-box h3 {
  font-size: 1.5rem;
}
.features-box p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
ul.row.features-row li {
  padding: 0;
}
ul.row.features-row li .features-box:hover {
  background: #fff;
}
ul.row.features-row li .features-box:hover h3 {
  color: #0093d0;
}
/*===== # Testimonial Section  Css ===*/
.testimonial {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.testimonial .pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.testimonial .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial .testimonial-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #0093d0;
  margin: 0 0 20px 0;
}
.testimonial .testimonial-title small {
  font-size: 15px;
  font-weight: 600;
}
.testimonial .description {
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  margin: 0;
  font-weight: 300;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border: 2px solid #0c4767;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
  border: 2px solid #fa7921;
}
.post-slide {
  margin: 0 10px;
  padding: 0 10px 20px 10px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}
.post-slide .post-img {
  position: relative;
  margin-bottom: 20px;
}
.post-slide .post-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.post-slide .post-icon {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px;
  text-align: center;
  background: #333;
  opacity: 0;
  border-radius: 3px;
  transition: all 300ms ease-in-out 0s;
}
.post-slide:hover .post-icon {
  opacity: 1;
}
.post-slide .post-icon i {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}
.post-slide .post-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.post-slide .post-bar li {
  display: inline-block;
  font-size: 15px;
  color: #676767;
  margin-right: 5px;
}
.post-slide .post-bar li:after {
  content: "/";
  margin-left: 5px;
}
.post-slide .post-bar li:last-child:after {
  content: "";
}
.post-slide .post-bar li a {
  color: #0093d0;
  transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:hover {
  color: #333;
  text-decoration: none;
}
.post-slide .post-bar li a:after {
  content: ",";
  margin: 0 5px;
}
.post-slide .post-bar li a:last-child:after {
  content: "";
}
.post-slide .post-title {
  margin: 15px 0;
  text-transform: capitalize;
  height: 68px;
  overflow: hidden;
}
.post-slide .post-title a {
  font-size: 22px;
  font-weight: 600;
  color: #3c3c3c;
  transition: all 300ms linear 0ms;
}
.post-slide .post-title a:hover {
  color: #0093d0;
  text-decoration: none;
}
.post-slide .post-description {
  font-size: 16px;
  color: #676767;
  line-height: 24px;
  padding-bottom: 15px;
  height: 87px;
  overflow: hidden;
}
.post-slide .read-more {
  display: inline-block;
}
.post-slide .read-more:hover {
  text-decoration: none;
}
.post-slide .read-more i {
  font-size: 19px;
  color: #333;
  margin-right: 5px;
  transition: all 0.40s linear 0s;
}
.post-slide .read-more span {
  font-size: 16px;
  color: #333;
  opacity: 0;
  text-transform: capitalize;
  transition: all 0.40s linear 0s;
}
.post-slide .read-more:after {
  content: "";
  display: block;
  width: 40%;
  position: relative;
  bottom: -20px;
  border-bottom: 3px solid #333;
  opacity: 0;
  transition: all 0.30s linear 0s;
}
.post-slide:hover .read-more span, .post-slide:hover .read-more:after {
  opacity: 1;
}
.post-slide .read-more:hover span, .post-slide .read-more:hover i, .post-slide .read-more:hover:after {
  color: #0093d0;
  border-bottom-color: #0093d0;
}
/*===== # Footer Css ===*/
#footer {}
#footer {
  padding: 40px 0 0;
  background: #efeded;
}
#footer .footer-info .footer-title {
  font-weight: 600;
  color: #000;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-info .footer-title:after {
  position: absolute;
  content: "";
  height: 1.5px;
  width: 45px;
  background: #0093d0;
  left: 0;
  bottom: 0;
}
#footer .footer-info ul {
  margin-top: 20px;
}
#footer .footer-info ul li {
  position: relative;
  display: flex;
  align-items: center;
}
#footer .f-logo img {
  height: 40px;
  margin-bottom: 15px;
}
#footer .footer-about p {
  font-size: 13px;
  margin: 0;
}
.footer-info ul li + li {
  margin-top: 7px;
}
.footer-info ul li a {
  font-size: 14px;
  color: inherit;
}
.footer-info ul li a:hover {
  color: #0093d0;
  text-decoration: underline;
}
.footer-bottom {
  background: #222;
  padding: 20px 0;
  margin-top: 40px;
}
.important-link {}
.important-link ul {}
.important-link ul li {
  position: relative;
  display: inline;
}
.important-link ul li a {
  color: #fff;
}
.important-link ul li + li {
  margin-left: 20px;
  padding-left: 20px;
}
.important-link ul li + li:before {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 1px solid #fff;
  left: 0;
}
.social-links {
  margin-left: 0px; display: flex; align-items: center;
}
.social-links a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: list-item;
    border: 1px solid #393b41;
    border-radius: 50%;
    color: #393b41;
    line-height: 30px;
    text-align: center;
    list-style: none;
}
.social-links a img {
    width: 24px;
    height: 16px;
}
.social-links a + a {
  margin-left: 15px;
}
/*===== # Breadcrumbs Section Css ===*/
.breadcrumbs-section .container {
  position: relative;
  z-index: 99;
}
.breadcrumbs {
  margin-bottom: 1.5rem;
  list-style: none;
  line-height: 1.3;
  display: inline-block;
  border: 0px solid #ffffff;
  background: #fff;
}
.breadcrumbs li {
  font-size: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #0093d0;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumbs li + li:before {
  content: "/";
  padding: 0 15px;
  font-size: 16px;
  color: inherit;
  display: inline-block;
  font-family: "FontAwesome";
}
.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs li i {}
.breadcrumbs li.current-page a {
  font-weight: 600;
}
.breadcrumb-title {
  color: inherit;
}
#blog {}
#blog .container {
  max-width: 1040px;
}
.blog-box {
  margin: 0 0 70px;
}
.blog-box .featured-img img {
  border-radius: 10px;
  object-fit: cover;
  height: 200px;
  width: 100%;
  object-position: center;
}
.category-title {
  margin-bottom: 5px;
}
.category-title a {
  font-size: .75rem;
}
.blog-box .blog-content h3.title {
  font-size: 1.3rem;
  color: #626060;
  font-weight: 700;
}
.blog-box .blog-content h3.title a:hover {
  color: #0093d0;
}
.blog-box .author-name {
  color: #0093d0;
}
.blog-box .author.info {
  font-weight: 600;
  font-size: .75rem;
}
#sidebar {}
#sidebar .sidebar-box {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 30px;
}
#sidebar .sidebar-box h2 {
  font-size: 1.5rem;
  padding-bottom: 12px;
  color: #626060;
  position: relative;
}
#sidebar .sidebar-box h2:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  left: 0;
  background: #0093d0;
  bottom: 0;
}
#sidebar .sidebar-box ul {
  margin-top: 20px;
}
#sidebar .sidebar-box ul li {}
#sidebar .sidebar-box ul li + li {
  margin-top: 10px;
  border-top: 1px dotted #ddd;
  padding-top: 10px;
}
#sidebar .sidebar-box ul li a {
  display: block;
  color: inherit;
  font-weight: 500;
}
#sidebar .sidebar-box ul li a:hover {
  color: #0093d0;
}
.section-featured {
  position: relative;
  background: rgba(68, 68, 68, 0.5);
  background-position: 39% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-featured:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.section-featured h1 {
  position: relative;
  z-index: 999;
}
#blog-single {}
#blog-single .container {
  max-width: 800px;
}
#blog-single .blog-box {
  margin: 0 0 35px;
}
#blog-single .blog-box .blog-content h3.title {
  font-size: 1.3rem;
  color: #0093d0;
  font-weight: 700;
}
#blog-single .blog-box .blog-content h3.title a:hover {
  color: #0093d0;
}
#blog-single .blog-box .author-name {
  color: #0093d0;
}
#blog-single .author.info {
  font-weight: 600;
  font-size: .75rem;
  margin: 15px 0;
}
#blog-single .blog-content p {
  font-size: 17px;
  line-height: 1.9;
  font-weight: 400;
}
#blog-content {
  position: relative;
}
ul.socialshare {
  position: absolute;
  left: -80px;
  top: 150px;
}
ul.socialshare li {
  border-radius: 50%;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
  text-align: center;
}
ul.socialshare li + li {
  margin-top: 15px;
}
ul.socialshare li a {
  font-size: 24px;
  line-height: 42px;
}
ul.socialshare li:hover {
  background: #0093d0;
  color: #fff;
}
#related-articles .container {
  max-width: 1200px;
}
.section-bg {
  background-color: #f5f5ff;
}
#admin-frm {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
#admin-frm .form-group {
  margin-bottom: 15px;
}
#admin-frm #logo {
  text-align: center;
  margin-bottom: 20px;
}
.req {
  color: #c00000;
}
#admin-frm .button {
  background-color: #0093d0;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 19px;
  padding: 15px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  transition: 0.2s ease;
  white-space: nowrap;
  min-width: 120px;
  user-select: none;
  outline: none !important;
}
#admin-frm .button:hover {
  background-color: #44baeb;
  color: #ffffff;
}
#admin-frm .button:disabled, #admin-frm .button:disabled:hover, #admin-frm .button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.row.p-relative {
  position: relative;
}
.row.p-relative .pass_validation {
  position: absolute;
  top: 0;
  background: #f5f5f5;
  z-index: 999;
  border: 1px solid #ddd;
  padding: 10px 15px;
  width: 73%;
  margin: 0 15px;
  left: 42%;
  font-size: 13px;
  border-radius: 12px;
}
.pass_validation {
  position: absolute;
  background: #f5f5f5;
  z-index: 999;
  border: 1px solid #ddd;
  padding: 10px 15px;
  width: 73%;
  margin: 0 15px;
  left: 24%;
  font-size: 13px;
  border-radius: 12px;
}
.valid {
  color: green;
}
.valid:before {
  position: relative;
  left: -5px;
  content: "✔";
}
/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}
.invalid:before {
  position: relative;
  left: -5px;
  content: "✖";
}
.tou-text {
  padding: 20px;
  max-height: 550px;
  overflow-y: scroll;
  margin-top: 30px;
}
.tou-text h1 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: bold;
}
.tou-text h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px;
}
/* width */
.tou-text::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.tou-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.tou-text::-webkit-scrollbar-thumb {
  background: #0092CF;
  border-radius: 10px;
}
/* Handle on hover */
.tou-text::-webkit-scrollbar-thumb:hover {
  background: #0092CF;
}
.tou-text {
  scrollbar-width: thin;
  scrollbar-color: #0092CF #ccc;
}
label.checkbox-style {
  display: flex;
  align-items: center;
}
label.checkbox-style input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.frm-holdr .button:disabled {
  background: #666666;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.footer-info p {
  margin-top: 20px;
}
/*=======pricing-page===============*/
#pricing-section {
  padding-top: 80px;
}
.plan-wrap.free {
  border: 1px solid #75c1e1;
}
.plan-wrap.free .plan-name {
  background: #75c1e1;
}
.plan-wrap.free a.btn {
  background: #75c1e1;
  border-color: #75c1e1;
}
.plan-wrap.basic {
  border: 1px solid #3ca1cc;
}
.plan-wrap.basic .plan-name {
  background: #3ca1cc;
}
.plan-wrap.basic a.btn {
  background: #3ca1cc;
  border-color: #3ca1cc;
}
.plan-wrap.business {
  border: 1px solid #0092CF;
}
.plan-wrap.business .plan-name {
  background: #0092CF;
}
.plan-wrap.business a.btn {
  background: #0092CF;
  border-color: #0092CF;
}
.plan-wrap.enterprise {
  border: 1px solid #0279aa;
}
.plan-wrap.enterprise .plan-name {
  background: #0279aa;
}
.plan-wrap.enterprise a.btn {
  background: #0279aa;
  border-color: #0279aa;
}
.plan-wrap.premium {
  border: 1px solid #025678;
}
.plan-wrap.premium .plan-name {
  background: #025678;
}
.plan-wrap.premium a.btn {
  background: #025678;
  border-color: #025678;
}
.plan-wrap {
  text-align: center;
  background: #fff;
  color: #181818;
  outline-offset: -7px;
  min-height: 292px;
  position: relative;
  margin: 0 5px 10px;
  border-radius: 4px;
  width: 20%;
}
.plan-wrap .plan-name {
  
  font-size: 24px;
  margin: 0;
  padding: 25px 0;
  color: #fff;
}
.plan-wrap .plan-price {
  padding: 25px 0;
  font-size: 28px;
  background: #fff;
  margin: auto;
  
  min-height: 115px;
}
.plan-wrap .plan-price small {
  font-size: 15px;
  opacity: 0.7;
  display: block;
}
.plan-body {
  padding: 15px 10px 15px;
}
.plan-wrap .plan-desc {
  font-size: 13px;
  min-height: 120px;
  text-align: left;
  color: #666;
}
.plan-wrap .plan-desc p {
  margin: 0;
}
.plan-wrap .btn {
  color: #fff;
  padding: 3px 20px;
  font-weight: bold;
}
ul.form-list-item {
  text-align: left;
  padding: 0;
  list-style: none;
  margin: 0;
  min-height: 270px;
}
ul.form-list-item li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  font-weight: 600;
  font-size: 13px;
}
ul.form-list-item li + li {
  margin-top: 5px;
}
.plan-footer {
  padding: 15px 10px;
}
ul.form-list-item li i {
  font-size: 18px;
  margin-right: 8px;
  color: #0092CF;
  line-height: 1.2;
}
ul.form-list-item li small {
  margin-left: 2px;
  font-size: 13px;
}
ul.form-list-item li span {
  margin-left: 2px;
}
.best-value {
  position: absolute;
  right: 0;
  top: -15px;
  left: 0;
  background: red;
  color: #fff;
  max-width: 110px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 13px;
  padding: 2px 6px;
  font-weight: bold;
}
#notfound {
  position: relative;
  height: 100vh
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center
}
.notfound .notfound-404 {
  position: relative;
  height: 240px
}
.notfound .notfound-404 h1 {
  font-family: montserrat, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0;
  color: #053670;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px
}
.notfound .notfound-404 h1 > span {
  text-shadow: -8px 0 0 #fff;
}
.notfound .notfound-404 h3 {
  font-family: cabin, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px
}
.notfound h2 {
  font-family: cabin, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px
}
#page-title { /*background:#f0f0f0;*/ padding: 30px 0 30px;
  text-align: center;
}
#page-title h1 {
  font-weight: 700;
  margin: 0 0 10px;
  color: #06438b;
}
/*=======form-templates page===============*/
.wrap {
  max-width: 600px;
  margin: 0 auto 70px;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  padding: 5px;
  border: 2px solid #ddd;
  border-radius: 30px;
}
.searchTerm {
  width: 100%;
  border: none;
  padding: 5px 10px;
  height: 50px;
  border-radius: 30px;
  outline: none;
  color: #000000 !important;
  background: #f3f3f3;
}
.searchButton {
  height: 50px;
  background: #053670;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #053670;
  margin-left: 10px;
  padding: 10px 35px;
}
.templat-sidebar {
  padding: 20px 20px 20px;
  background: #f3f3f3;
  height: 100%;
  border-radius: 4px;
  color: #053670;
}
.templat-sidebar h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.templat-sidebar h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #053c77;
  left: 0;
  bottom: 0;
}
.templat-sidebar ul {}
.templat-sidebar ul li {}
.templat-sidebar ul li + li {
  margin-top: 8px;
}
.templat-sidebar ul li a {
  color: #053670;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  margin-right: -20px;
  border-radius: 20px 0 0 20px;
  font-size: 14px;
}
.templat-sidebar ul li.active a {
  color: #053670;
  background: #fff;
}
.templat-sidebar ul li a:hover {
  color: #053670;
  background: #fff;
}
.templat-sidebar ul li a .count {
  background: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 13px;
  min-width: 30px;
  text-align: center;
  color: #111;
}
.templat-sidebar ul li.active a .count {
  background: #053670;
  color: #fff;
}
.templat-sidebar ul li a:hover {
  color: #053670;
}
.form-templates {
  margin: 0px 0px 40px;
  background: #fcf3ec;
  border-radius: 6px;
  padding: 10px;
}
.form-templates:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.form-templates .img-wrap {
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}
.form-templates .img-wrap img {}
.form-templates .form-des {
  position: relative;
}
.form-templates .form-des a {
  text-decoration: none;
  color: #053670;
  font-weight: bold;
}
.form-templates .form-des h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 48px;
  max-height: 48px;
}
.form-templates .form-des p {
  color: #898a8b;
  min-height: 80px;
  overflow: hidden;
  max-height: 80px;
  font-size: 13px;
}
button.btn.use-template {
  width: 100%;
  padding: 6px 15px;
  border: 2px solid #053670;
  color: #053670;
}
button.btn.use-template:hover {
  background: #053670;
  color: #fff;
}
.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.form-templates .img-wrap:hover .form-overlay {
  background: rgb(2, 16, 33, 0.8);
}
.preview-button {
  opacity: 0;
  transition: opacity .35s ease;
  color: #fff !important;
  background: #053670 !important;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
  border-color: #053670 !important;
}
.form-templates .img-wrap:hover .preview-button {
  opacity: 1;
}
.iframe-prview.admin iframe {
  width: 100% !important;
}
.modal-body.form_previw .iframe-prview.admin iframe {
  width: 100% !important;
}
/* ALL LOADERS */
.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 150px;
}
/* LOADER 1 */
#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}
#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}
#loader-1:after {
  border: 10px solid #ccc;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal-body.form_previw {
  height: 600px;
  overflow-y: scroll;
}
.pagination-nav.pag_nav {
  text-align: center;
  margin-top: 25px;
}
.pag-nation {
  margin: 0 0 20px;
}
.pag-nation a, .pag-nation span {
  padding: 10px 20px;
  background: #dedede;
  color: #000;
  border-radius: 25px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
  text-decoration: none;
  margin: 0 10px;
}
.pag-nation span.current {
  background: rgb(113 196 248);
  color: #fff;
}
.templat-sidebar-header {
  position: relative;
}
.templat-sidebar-header .show_all {
  color: #053670;
  text-decoration: none;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 8px; font-weight: bold;
}

.features-img img {max-width: 54px;}
.navicon{display: none;}
button.navbar-toggle{display:none;}
/*=======Mobile Responsive CSS==============*/
@media only screen and (max-width: 1200px) {
#header .logo img{max-height: 40px;}
.navigation li + li{margin-left: 25px;}
.navigation li a{font-size: 14px;}
#hero-section .title{font-size: 2rem;}
#hero-section p{font-size: 16px;}
}
@media only screen and (max-width: 991px) {
button.navbar-toggle{display:block;}	
.navbar.open {transition: all .5s ease-in-out;right: 0;overflow-y: scroll;}
.navicon{cursor: pointer; display: block; position: relative; font-size: 30px; z-index: 99;}
.navbar{display:none}
button.navbar-toggle {float: right;z-index: 99999; position: relative;}
button.navbar-toggle {background: transparent;box-shadow: none;color: #f00;padding: 0;border: none;}
button.navbar-toggle .close {float: right;font-size: 2rem;font-weight: 700;line-height: 1;color: #0093d0;text-shadow: none;opacity: 1;}
#navbar{position: fixed;top: 0;right: -250px;width: 250px;background: #fff;content: '';text-align: left;height: 100%;transition: all .5s ease-in-out;overflow: hidden;z-index: 999;margin: 0;padding: 30px; display: block;}
#navbar.open {transition: all .5s ease-in-out;right: 0;}
#navbar ul{margin-top: 50px; display: block;}
#navbar ul li {display: block;}
#navbar ul li a{text-decoration:none;}
#navbar ul li + li{margin: 10px 0 0;}
#navbar a:hover, #navbar .active, #navbar .active:focus, #navbar li:hover>a{color: #393b41;}
#navbar ul li a{color: #393b41; font-size: 18px;}
#navbar.open a.btn {display: block; background: #053670;color: #fff;border-radius: 40px;padding: 8px 15px;margin: 15px 0 ;}
#navbar.open a.btn + .btn{margin: 15px 0 0 0;}	
.login-wrap {
    border-left: none;
    margin-left: auto;
    margin-right: 15px;
    padding-left: inherit;
}	
.registerfrm-wrap {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin: 0 auto;
    z-index: 999;
    padding: 30px 0;
}
.registerfrm-wrap .bg-red-500 {
    position: relative;
    width: 100%;
}	
.registerfrm-wrap .content-area {
    position: relative;
    z-index: 99;
    max-width: 95%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border: 1px solid #000;
    float: none;
    margin: 0 auto 30px;
}
.registerfrm-wrap .bg-white form {
    min-width: 95%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}	
}
@media only screen and (max-width: 767px) {
#header .logo img,#header.header-scrolled .logo img {max-height: 30px;}	
.login-wrap {margin-left: 0;}
#hero-section .hero-wrapper{margin: 0;}
.section-title h2{font-size: 1.75rem;}
.login-wrap ul li + li {margin-left: 10px;}	
.step-line{display: none;}
#footer{margin-left: 0;}	
.login-wrap ul li a.signup {border: 2px solid #0093d0;border-radius: 20px; padding: 3px 10px; color: #0093d0;font-size: 13px;}	
#template .about-img img{max-width: 100%;}	
#footer {text-align: center;}
.social-links{justify-content: center;}
#footer .footer-info ul li{justify-content: center;}
#footer .footer-info .footer-title:after {position: absolute; content: "";height: 1.5px; width: 45px;background: #0093d0;left: 0;bottom: 0;margin: 0 auto; right: 0;}
.footer-info {margin-top: 30px;}
.about-img img{max-width: 100%;}
.template .py-3 {
    padding: 0 15px!important;
}	
}

@media only screen and (max-width: 359px) {
#header .logo img,#header.header-scrolled .logo img {max-height: 24px;}	
.login-wrap ul li a.signup {padding: 2px 7px;font-size: 13px;}	
.login-wrap ul li a {font-size: 13px;}	
}