@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700");
html {
  overflow-x: hidden;
}
body {
  line-height: 1.6;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #3e3f3f;
  font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #111;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 44px;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  line-height: 30px;
}
.navbar-toggle .icon-bar {
  background: #00235e;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
input.styled-input {
  box-shadow: none;
  /* height: 45px; */
  font-style: italic;
  outline: none;
  font-size: 14px;
  color: rgb(94, 94, 94);
}
input.styled-input:focus {
  border: 1px solid #5e3500;
}
textarea.styled-input {
  box-shadow: none;
  /* height: 45px; */
  font-style: italic;
  outline: none;
  font-size: 14px !important;
  color: rgb(94, 94, 94);
}
textarea.styled-input:focus {
  border: 1px solid #5e3500;
}
select.styled-input {
  box-shadow: none;
  /* height: 45px; */
  font-style: italic !important;
  outline: none;
  font-size: 14px !important;
  color: rgb(94, 94, 94);
}
select.styled-input:focus {
  border: 1px solid #5e3500;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #00235e;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  border-radius: 1px;
  border: 1px solid transparent;
  transition: all 0.35s ease;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}
.btn-main {
  background: transparent;
  color: #00235e;
  border-color: #00235e;
}
.btn-main:hover {
  color: #fff;
  background: #00235e;
}
.btn-solid-border {
  border: 2px solid #00235e;
  background: transparent;
  color: #111;
}
.btn-solid-border:hover {
  border: 2px solid #00235e;
  color: #fff;
  background: #00235e;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.section {
  padding: 50px 0;
}
.text-sm {
  font-size: 14px;
}
.text-md {
  font-size: 2.25rem;
}

.text-heading-admin {
  font-size: 25px;
  font-weight: 700;
  color: #4d4d4d;
}
.page-title {
  padding: 120px 0px 20px 0px;
  position: relative;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}
.slick-slide {
  height: auto;
}
.slick-slide:focus,
.slick-slide a {
  outline: none;
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}
/* navbar starts here  */
.header-padding {
  padding: 0px 80px;
}
.navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  background-color: #ffffff;
  /* padding: 6px 0px 6px 0px; */
}
.navigation.scrolled {
  background-color: rgb(255, 255, 255) !important;
  transition: background-color 0.3s ease;
}
.navigation .btn {
  box-shadow: none;
}
#navbar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#navbar .nav-link {
  padding-left: 26px;
  font-weight: 500;
  color: #111;

  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.25s ease;
}
#navbar.nav-text-white .nav-link {
  color: #fff;
}
#navbar.nav-text-white .navbar-brand {
  color: #fff;
}
.navbar-brand {
  font-weight: 600;
}
.navbar-collapse {
  background-color: #ffffff !important;
  z-index: 99999;
}
.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
  -webkit-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -webkit-transform 0.2s linear;
  -o-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -o-transform 0.2s linear;
  -ms-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -ms-transform 0.2s linear;
  width: 250px;
  margin-top: 6px;
  padding: 0px;
  border-top: 2px solid #00235e !important;
  border-radius: 0px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-toggle::after {
  display: none;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all 0.45s ease 0s;
  opacity: 1;
}
.dropdown-item {
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}
.dropdown-item:hover {
  background: #fff;
  color: #00235e;
}
ul.dropdown-menu li {
  padding-left: 0px !important;
}
#navbar.nav-text-white .mobile-logo {
  display: none;
}
@media (max-width: 480px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  h2,
  .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 400px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 768px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 992px) {
  #navbar {
    background: #fff;
  }
  #navbar.nav-text-white .nav-link {
    color: #111;
  }
  #navbar.nav-text-white .mobile-logo {
    display: block;
  }
  #navbar.nav-text-white .hidden-logo {
    display: none;
  }
  .navbar-toggler {
    color: #111;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .header-padding {
    padding: 0px 30px;
  }
}
@media (max-width: 991px) {
  .mega-menu {
    height: 400px;
    overflow-y: auto;
  }
}

/* megamenu starts here  */
.mega-dropdown {
  position: relative;
}
.mega-dropdown .dropdown-menu {
  top: 85%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 90vw;
  margin-left: 200px;
  max-width: 1200px;
  display: none;
  border-top: 2px solid #00235e;
  background: #fff;
  z-index: 99999;
  overflow-y: auto;
}

/* Hover on desktop */
@media (min-width: 992px) {
  .mega-dropdown:hover .dropdown-menu {
    display: block;
  }
}
.media-heading h6 {
  font-size: 13px;
  font-weight: 500;
}

.media-heading p {
  font-size: 12px;
}
/* Show on mobile click */
@media (max-width: 991.98px) {
  .mega-dropdown .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    display: none;
    box-shadow: none;
    border-top: none;
    z-index: 99999;
  }

  .mega-dropdown.show .dropdown-menu {
    display: block;
  }
}
.icon-1 {
  color: #e20404;
}
.icon-2 {
  color: #eecc23;
}
.icon-3 {
  color: #ffae18;
}
.icon-4 {
  color: #1d0896;
}
.icon-5 {
  color: #0b75e0;
}
.icon-6 {
  color: #bb0909;
}
.icon-7 {
  color: #713cec;
}
.icon-8 {
  color: #063a9b;
}
.icon-9 {
  color: #048bad;
}
.icon-10 {
  color: #6008bf;
}
.btn-link {
  color: #00235e;
}
.media {
  height: 120px;
  padding: 5px;
}
/* megamenu ends here  */

/* navbar ends here  */
/* Banner starts here  */
@media (max-width: 513px) {
  .banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../images/new/bannerbg.png") no-repeat 80% 50%;
    background-size: cover;
    padding: 10px 0 10px 0px;
    max-height: 750px;
    border-bottom: 1px solid #dedede;
  }
  .banner .block {
    padding-top: 100px;
  }
  .banner .block h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -1.2px;
    color: #525252;
    text-transform: capitalize;
  }
  .banner .block p {
    font-size: 18px;
    color: #686767;
    font-style: italic;
  }
}
@media (min-width: 514px) and (max-width: 767px) {
  .banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../images/new/bannerbg.png") no-repeat 80% 50%;
    background-size: cover;
    padding: 10px 0 120px 0px;
    max-height: 860px;
    border-bottom: 1px solid #dedede;
  }
  .banner .block {
    padding-top: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../images/new/bannerbg.png") no-repeat 80% 50%;
    background-size: cover;
    padding: 10px 0 120px 0px;
    max-height: 800px;
    border-bottom: 1px solid #dedede;
  }
  .banner .block {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("../images/new/bannerbg.png") no-repeat 80% 50%;
    background-size: cover;
    padding: 120px 0px;
    max-height: 600px;
    border-bottom: 1px solid #dedede;
  }
  .banner .block {
    padding-top: 60px;
  }
}
@media (min-width: 514px) {
  .banner .block h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -1.2px;
    color: #525252;
    text-transform: capitalize;
  }
  .banner .block p {
    font-size: 22px;
    color: #686767;
    font-style: italic;
  }
}

.banner .block h1 span {
  color: #00235e;
}
.letter-spacing {
  letter-spacing: 2px;
}
.text-color {
  color: #00235e;
}
/* Banner ends here  */
/* Slider starts here  */
.carousel-caption img {
  width: 100%;
}
.carousel-inner {
  position: relative;
  inset: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.carousel-inner .carousel-item {
  width: 100%;
  position: static;
  text-align: start;
  margin: auto;
  margin-top: 190px;
}

.carousel-indicators {
  top: 400px;
}
.carousel-indicators li {
  background-color: #00235e !important;
}

.carousel-indicators li.active {
  background-color: #bf5306 !important;
}

.carousel-inner .carousel-item .carousel-caption {
  top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
}
@media (max-width: 1450px) {
  .carousel-indicators {
    top: 260px;
  }
  .carousel-inner {
    height: 270px;
  }
  .carousel-inner .carousel-item {
    margin-top: 30px;
  }
  .carousel-inner .carousel-item .carousel-caption {
    top: 120px;
  }
}
@media (max-width: 1106px) {
  .carousel-inner {
    height: 300px;
  }
  .carousel-indicators {
    top: 290px;
  }
  .carousel-inner .carousel-item {
    margin-top: 30px;
  }
  .carousel-inner .carousel-item .carousel-caption {
    top: 120px;
  }
}
@media (max-width: 992px) {
  .carousel-inner {
    height: 280px;
  }
  .carousel-indicators {
    top: 230px;
  }
  .carousel-inner .carousel-item {
    margin-top: 190px;
  }
  .carousel-inner .carousel-item .carousel-caption {
    top: 20px;
  }
}
@media (max-width: 769px) {
  .carousel-indicators {
    top: 200px;
  }
  .carousel-inner {
    height: 280px;
  }
  .carousel-inner .carousel-item {
    margin-top: 190px;
  }

  .carousel-inner .carousel-item .carousel-caption {
    top: 20px;
  }
  .carousel-caption {
    margin-bottom: 0px;
  }
}

@media (max-width: 481px) {
  .carousel-indicators {
    top: 200px;
  }
  .carousel-inner .carousel-item .carousel-caption {
    top: 0px;
  }
  .carousel-caption {
    margin-bottom: 0px;
  }
}
@media (max-width: 415px) {
  .carousel-indicators {
    top: 130px;
  }
  .carousel-inner {
    height: 200px;
  }
  .carousel-inner .carousel-item {
    margin-top: 10px;
  }
  .carousel-inner .carousel-item .carousel-caption {
    top: 20px;
  }
  .carousel-inner .carousel-item .carousel-caption {
    top: 0px;
  }
  .carousel-caption {
    margin-bottom: 0px;
  }
}
@media (max-width: 350px) {
  .carousel-indicators {
    top: 120px;
  }
}
/* Slider ends here  */
/* Silder of Animated cirlcles starts here  */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(201, 201, 201, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.circles li:nth-child(12) {
  left: 60%;
  width: 30px;
  height: 30px;
  animation-delay: 4s;
}
.circles li:nth-child(13) {
  left: 25%;
  width: 140px;
  height: 140px;
  animation-delay: 7s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/* Silder of Animated cirlcles ends here  */
/* Home page css sarts here  */

.about-item i {
  font-size: 50px;
}
.about-item a {
  color: #00235e;
  font-weight: 500;
}
.about-item .icon {
  float: left;
}
.about-item .content {
  padding-left: 80px;
}
.process {
  position: relative;
}
.process:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/new/bg-half-process.png") no-repeat;
  background-position: top right;
}
.icon-block {
  padding: 50px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}
.icon-block i {
  font-size: 35px;
  background: rgba(239, 50, 58, 0.08);
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 16px;
  border-radius: 10px;
  display: inline-block;
  color: #00235e;
}
.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 23px;
}
.icon-block p {
  margin-bottom: 0px;
  font-size: 18px;
}

.heading {
  margin-bottom: 40px;
}
/* Home page css ends here  */
/* Counter section starts here  */
.counter {
  background: #f4f4f5;
}
.counter .counter-item h2 {
  color: #00235e;
}
.counter .counter-item p {
  color: #00235e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.counter--style i {
  font-size: 40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fafafa;
  background: #00235e;
  display: inline-block;
  padding-top: 28px;
}
/* Counter section ends here  */
/* Seamless api section starts here  */
.cta {
  background: url("../images/new/banner-2.png") no-repeat;
  background-size: cover;
  position: relative;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #00235e;
}
/* Seamless api section ends here  */
/* Testimonial section starts here  */
.testimonial-wrap {
  margin-left: calc((100% - 1140px) / 2);
  margin-right: -10%;
}
.testimonial-block {
  margin: 0px 10px;
  padding: 30px 0px;
  margin-left: 12px;
  padding-left: 15px;
  padding-right: 0px;
}
.testimonial-block p {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(85, 128, 255, 0.2);
  padding: 60px 40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
}
.testimonial-block p:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 0;
  border-color: #fff transparent transparent;
}
.testimonial-block .client-info .client-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.testimonial-block .client-info .client-img img {
  border-radius: 100%;
}
.testimonial-block .client-info .info h6 {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
/* Testimonial section ends here  */
/* Portfolio section starts here  */
.portfolio {
  position: relative;
}
.portfolio:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
}
.portflio-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  background: #00235e;
  opacity: 0;
  overflow: hidden;
}
.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover:before {
  opacity: 1;
  width: 100%;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  left: 30px;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  padding-top: 15px;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}

.portfolio-gallery {
  padding: 0px 30px;
}
/* Portfolio section ends here  */
/* Contact form starts here  */
.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  height: 48px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: 135px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%;
}
.social-icons li {
  margin: 0 6px;
}
.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}
.short-info {
  padding: 40px;
  border: 1px solid #eee;
}
/* Contact form ends here  */
/* Footer section starts here  */
.footer {
  padding-bottom: 10px;
  background: #011b49;
}
.footer .copyright a {
  font-weight: 300;
}
.lh-35 {
  line-height: 35px;
}
.logo {
  font-weight: 300;
  letter-spacing: 1px;
}
.logo h3 {
  color: #fff;
}
.logo span {
  color: #00235e;
}
.icon-white-color {
  color: #fff !important;
}
.icon-white-color:hover {
  color: #8a0303;
}
.widget h4 {
  color: #fff;
  font-weight: 100;
}
.widget a {
  color: #fff;
}
.widget p {
  color: #fff;
}
.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.575);
}
.footer-socials li a {
  margin-right: 7px;
  font-weight: 200;
}
.copyright {
  color: #fff;
}
.copyright a {
  color: rgba#fff;
}
.widget-contact h6 {
  font-weight: 100;
  margin-bottom: 18px;
}
.widget-contact h6 i {
  color: #00235e;
}
/* Footer section ends here  */
/* Admin css starts here */
.margin-upper {
  padding-top: 120px;
}
.admin-label {
  margin-left: 1px;
  color: #212529;
  font-size: 15px;
}
.admin-label-licensce {
  color: #212529;
  font-size: 15px;
  font-weight: 500;
}
.admin-url {
  color: #052fb9;
}
.forgot-text {
  color: #00235e;
  font-weight: 500;
  margin-top: 15px;
}
/* Admin css ends here */
/* Feature starts here  */

.service-item-list {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 20px;
}
.service-item-list i {
  font-size: 30px;
  line-height: 1.1;
  margin-right: 20px;
  float: left;
  color: #00235e;
}
.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #111;
}
.heading h2 {
  font-size: 22px;
  color: #666666;
}

/* Feature ends here  */
.get-started {
  background: #fff;
  margin-top: 60px;
}

.section-title {
  font-weight: 700;
  color: #00235e;
  font-size: 2rem;
}

.section-subtitle {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
  font-size: 16px;
  font-style: italic;
}

.option-card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 35, 94, 0.1);
  transition: all 0.3s ease-in-out;
  padding: 20px;
}

.option-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 35, 94, 0.15);
}

.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.btn-get-started {
  font-size: 0.875rem;
  padding: 0.4rem 1.25rem;
  font-weight: 600;
}
.dash-line {
  position: relative;
  border: none;
  height: 3px;
  background: #0e0d52;
  margin-bottom: 10px;
  width: 30%;
}
.dash-line-box {
  display: flex;
  justify-content: center;
}
.btn-back {
  font-size: 15px;
  color: #525252;
  margin-top: 15px;
}
.btn-back:hover {
  color: #00235e;
  text-decoration: underline;
}
.btn-back-forgot {
  font-size: 13px;
  color: #525252;
  margin-top: -10px;
}
.btn-back-forgot:hover {
  color: #00235e;
  text-decoration: underline;
}
.btn-dont-account-text {
  font-size: 14px;
  color: #3d85c6;
}

.btn-dont-account-text-forgot {
  font-size: 14px;
  color: #525252;
}

.btn-forgot-text {
  font-size: 14px;
  color: #525252;
}
.btn-dont-account-text:hover {
  text-decoration: underline;
  color: #1272c6;
}

.btn-forgot-text:hover {
  text-decoration: underline;

  color: #413636;
}
.workspace-image img {
  height: 150px;
}
/* choose css starts here  */
.login-wrapper-choose {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  background: url("../../../../assets/images/new/bgchalk-3.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}
.login-wrapper-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login-card-choose {
  position: relative;
  z-index: 2;
  margin: 70px 0 150px 0;
  border-radius: 2px;
  padding: 2.5rem 2rem;
  width: 100%;
  animation: fadeIn 0.8s ease-in-out;
}
.login-card-choose h4 {
  font-weight: 600;
  color: #343a40;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.card {
  background-color: transparent;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(40px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.circle-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.circle-box {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: scale(0.9) translateY(30px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.3s ease;
}
.circle-box:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.circle-box.animated {
  animation: fadeInUp 0.8s ease forwards;
}
.circle-box.delay-1 {
  animation-delay: 0.3s;
}
.circle-box:hover .circle-icon {
  transform: scale(1.15);
}
.choose-business-icon {
  color: #b671eb;
}
.choose-account-icon {
  color: #ef991a;
}

.circle-icon {
  font-size: 2.2rem;
  color: #00235e;
  margin-bottom: 0.6rem;
  transition: transform 0.3s ease;
}
.circle-heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #555556;
}
.dash-line-choose {
  margin-top: 15px;
  width: 15%;
}
/* create css starts here  */
.login-wrapper-create {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  background: url("../../../../assets/images/new/bgchalk-3.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}
.login-wrapper-create::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login-card-create {
  position: relative;
  z-index: 2;
  margin: 70px 0 150px 0;
  border-radius: 2px;
  padding: 2.5rem 2rem;
  width: 100%;
  animation: fadeIn 0.8s ease-in-out;
}
.login-card-create h4 {
  font-weight: 600;
  color: #343a40;
}
.btn-sign {
  border: 2px solid #00235e;
  background: transparent;
  color: #111;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.btn-sign:hover {
  border: 2px solid #00235e;
  color: #fff;
  background: #00235e;
  transition: all 0.3s ease;
}
.card {
  background-color: transparent;
}
.get-business-button {
  background-color: #f6b51b;
  color: #fff;
  font-weight: 300;
  padding: 0.4rem 1.25rem;
  font-size: 16px;
}
.get-account-button {
  background-color: #164058;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 0.4rem 1.25rem;
}
.get-business-button:hover {

  background-color: #f6b51b;
  transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.3s ease;
}
.get-account-button:hover {
  background-color: #164058;
  color:#fff;
}
/* create css ends here  */
/* Business css starts  here  */
.login-wrapper-business {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  background: url("../../../../assets/images/new/bgchalk-3.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}
.login-wrapper-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login-card-business {
  position: relative;
  z-index: 2;
  margin: 70px 0 150px 0;
  border-radius: 2px;
  padding: 2.5rem 2rem;
  max-width: 900px;
  width: 100%;
  animation: fadeIn 0.8s ease-in-out;
}
.login-card-business h4 {
  font-weight: 600;
  color: #343a40;
}
.form-main-box {
  margin: 0px;
  padding: 0px;
}
/* Business css ends  here  */
/* forgot css starts here  */
.login-wrapper-forgot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: url("../../../../assets/images/new/bgchalk-3.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}
.login-wrapper-forgot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login-card-forgot {
  position: relative;
  z-index: 2;
  border-radius: 2px;
  padding: 2.5rem 2rem;
  max-width: 600px;
  width: 100%;
  animation: fadeIn 0.8s ease-in-out;
}
.login-card-forgot h4 {
  font-weight: 600;
  color: #343a40;
}

/* forgot css ends here  */
/* Individual css startrs here  */
.form-main-box-individual {
  margin: 0px;
  padding: 0px;
}
.login-wrapper-individual {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  background: url("../../../../assets/images/new/bgchalk-3.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}
.login-wrapper-individual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login-card-individual {
  position: relative;
  z-index: 2;
  margin: 70px 0 150px 0;
  border-radius: 2px;
  padding: 2.5rem 2rem;
  max-width: 900px;
  width: 100%;
  animation: fadeIn 0.8s ease-in-out;
}

.login-card-individual h4 {
  font-weight: 600;
  color: #343a40;
}
/* Individual css ends here  */
/* Sign in css starts here  */
.login-wrapper-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: url("../../../../assets/images/new/bgchalk-3.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}
.login-wrapper-sign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login-card-sign {
  position: relative;
  z-index: 2;
  border-radius: 2px;
  padding: 2.5rem 2rem;
  max-width: 600px;
  width: 100%;
  animation: fadeIn 0.8s ease-in-out;
}
.login-card-sign h4 {
  font-weight: 600;
  color: #343a40;
}

/* Sign in css ends here  */
/* workspace  css starts here  */
.login-wrapper-workspace {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: url("../../../../assets/images/new/bgchalk-3.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}
.login-wrapper-workspace::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login-card-workspace {
  position: relative;
  z-index: 2;
  border-radius: 2px;
  padding: 2.5rem 2rem;
  max-width: 600px;
  width: 100%;
  animation: fadeIn 0.8s ease-in-out;
}
.login-card-workspace h4 {
  font-weight: 600;
  color: #343a40;
}
/* workspace  css ends here  */
