@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500,600&amp;display=swap");
/* Color Variable */
/* Font Variable */
body {
  color: #717477;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  font-size: 16px;
}

/* Default CSS Start */
img {
  max-width: 100%;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: #0f2137;
}

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

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

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

.theme-button {
  z-index: 1;
  position: relative;
}

.theme-button .default-btn {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1e40af),
    to(#fbbf24)
  );
  background: linear-gradient(90deg, #1e40af 0%, #fbbf24 100%);
  padding: 16px 40px;
  position: relative;
  display: inline-block;
}

.theme-button .default-btn::before {
  position: absolute;
  content: "";
  border: 1px solid #1e40af;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.theme-button .default-btn:hover::before {
  top: -10px;
  right: -10px;
}

.section-title {
  margin: 0 auto 50px;
  max-width: 600px;
}

.section-title span {
  font-size: 16px;
  color: #886a03;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #fbbf24;
  color: #ffffff;
}

/* Default CSS End */
/** -------------- Home Page One CSS Start --------------**/
/* Header CSS Start */
.navbar-area .mean-container a.meanmenu-reveal span {
  position: relative;
  margin-top: -6px;
  top: 8px;
}

.header-area {
  background: #f0f8ff;
  padding: 15px 0;
}

.header-area .header-left-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-area .header-left-text ul li {
  display: inline-block;
  color: #565659;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 20px;
  line-height: 1;
}

.header-area .header-left-text ul li a {
  color: #565659;
}

.header-area .header-left-text ul li a:hover {
  color: #1e40af;
}

.header-area .header-left-text ul li i {
  margin-right: 5px;
  font-size: 16px;
  top: 1px;
  position: relative;
}

.header-area .header-right .header-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-area .header-right .header-social ul li {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}

.header-area .header-right .header-social ul li a i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(25%, #fbbf24),
    to(#f59e0b)
  );
  background: linear-gradient(0deg, #fbbf24 25%, #f59e0b 100%);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}

.header-area .header-right .header-social ul li a i:hover {
  background: #ffffff;
  color: #1e40af;
  border: 1px dashed #1e40af;
}

/* Header CSS End */
/* Navbar CSS Start */
.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area .main-nav {
  position: inherit;
  background: #ffffff;
  border-bottom: 2px solid #fef3c7;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
}

.navbar-area .main-nav .navbar {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
  padding: 0;
  top: -2px;
  position: relative;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #4a4a4a;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link > i {
  font-size: 12px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #1e40af;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  padding: 10px 0;
  border: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 55px !important;
  right: 0;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  border-bottom: 1px dashed #fbbf24;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link
  > i {
  font-size: 12px;
  float: right;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover {
  color: #1e40af;
  padding-left: 25px;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover::before {
  width: 10px;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover::after {
  width: 0px;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link::before {
  position: absolute;
  content: "";
  background: #1e40af;
  width: 0;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active {
  color: #1e40af;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover {
  color: #1e40af;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu {
  left: -100%;
  top: 0 !important;
  opacity: 0;
  visibility: hidden;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover {
  color: #1e40af;
  padding-left: 25px;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover::before {
  width: 10px;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover::after {
  width: 0px;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link::before {
  position: absolute;
  content: "";
  background: #1e40af;
  width: 0;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active {
  color: #1e40af;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item:hover
  .dropdown-menu {
  opacity: 1 !important;
  visibility: visible;
  top: 0px !important;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu:last-child
  .nav-link {
  border-bottom: 0px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-area .main-nav .navbar .other-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-area .main-nav .navbar .other-option .search-bar {
  position: relative;
}

.navbar-area .main-nav .navbar .other-option .search-bar .search-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #1e40af;
  text-align: center;
  line-height: 27px;
  color: #1e40af;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area .main-nav .navbar .other-option .search-bar .search-icon:hover {
  background: #1e40af;
  color: #ffffff;
  border-radius: 20px;
}

.navbar-area .main-nav .navbar .other-option .search-bar .search-form {
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 15px;
  background: #ffffff;
  top: 70px;
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
  display: none;
  z-index: 1;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .search-bar
  .search-form
  .search-input {
  height: 50px;
  width: 230px;
  padding-left: 20px;
  border: 1px dashed #1e40af;
  font-size: 20px;
  background: #ffffff;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .search-bar
  .search-form
  .search-input:focus {
  border: 1px solid #1e40af;
  outline: 0;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .search-bar
  .search-form
  ::-webkit-input-placeholder {
  color: #717477;
  font-size: 18px;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .search-bar
  .search-form
  :-ms-input-placeholder {
  color: #717477;
  font-size: 18px;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .search-bar
  .search-form
  ::-ms-input-placeholder {
  color: #717477;
  font-size: 18px;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .search-bar
  .search-form
  ::placeholder {
  color: #717477;
  font-size: 18px;
}

.navbar-area .main-nav .navbar .other-option .search-bar .search-form button {
  position: absolute;
  top: 23px;
  right: 25px;
  border: 1px solid #1e40af;
  border-radius: 17px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: #1e40af;
  width: 33px;
  height: 33px;
  line-height: 30px;
}

.navbar-area .main-nav .navbar .other-option .sidebar-toggle .navbar-toggle {
  width: 30px;
  height: 30px;
  border: 1px solid #1e40af;
  text-align: center;
  line-height: 27px;
  color: #1e40af;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  border-radius: 0;
  margin-left: 10px;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .sidebar-toggle
  .navbar-toggle:hover {
  background: #1e40af;
  color: #ffffff;
}

.navbar-area
  .main-nav
  .navbar
  .other-option
  .sidebar-toggle
  .navbar-toggle:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.navbar-area.sticky-top {
  -webkit-animation: 0.5s ease-in-out fadeInDown;
  animation: 0.5s ease-in-out fadeInDown;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Navbar CSS End */
/* Modal CSS Start */
.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.right-modal .modal {
  z-index: 9999999;
  -webkit-transition: 1s;
  transition: 1s;
}

.right-modal .modal .modal-header img {
  width: 120px;
  padding-top: 5px;
  padding-left: 20px;
}

.right-modal .modal .modal-header button span {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 40px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  font-size: 50px;
  color: #1e40af;
}

.right-modal .modal .modal-header button span:hover {
  border-radius: 0px;
}

.right-modal .modal .modal-body {
  width: 500px;
  padding: 40px;
  background: #ffffff;
}

.right-modal .modal .modal-body .modal-link {
  position: relative;
  margin-bottom: 30px;
}

.right-modal .modal .modal-body .modal-link a {
  display: inline-block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.right-modal .modal .modal-body .modal-link h3 a {
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  color: #3f3f3f;
  display: inline-block;
  font-size: 18px;
}

.right-modal .modal .modal-body .modal-link:hover h3 a {
  background: #1e40af;
  color: #ffffff;
}

.right-modal .modal.fade {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.right-modal .modal.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.modal.right .modal-content {
  min-height: 100vh;
  border: 0;
}

.modal-body {
  padding: 0;
}

.modal-header .close {
  margin-right: 0;
}

/* Modal CSS End */
/* Banner CSS Start */
.main-banner {
  position: relative;
  height: 700px;
}

.main-banner .banner-text {
  max-width: 600px;
}

.main-banner .banner-text h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: black;
  margin-bottom: 27px;
  margin-top: -84px;
  margin-left: -16px;
}
.main-banner .banner-text p {
  color: #045e80;
  font-weight: 700;
  font-size: 20px;
}
.main-banner .banner-text .theme-button .default-btn {
  margin-right: 30px;
}

.main-banner .banner-text .theme-button .video-btn {
  color: #333333;
  font-weight: 500;
  top: 5px;
  position: relative;
}

.main-banner .banner-text .theme-button .video-btn:hover {
  color: #fbbf24;
}

.main-banner .banner-text .theme-button .video-btn i {
  color: #fbbf24;
  border: 1px solid #fbbf24;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
  font-size: 24px;
  position: relative;
}

.main-banner .banner-text .theme-button .video-btn:hover i {
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.15);
  box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.15);
}

/* Banner CSS End */
/* Video CSS Start */
.video-section {
  background: #0d3642;
  position: relative;
  padding-bottom: 300px;
}

.video-section::before {
  position: absolute;
  content: "";
  background-image: url(../img/video-shape.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-section .video-text {
  position: relative;
}

.video-section .video-text i {
  color: #ffffff;
  background: #fbbf24;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 85px;
  display: inline-block;
  font-size: 25px;
  position: relative;
  z-index: 0;
}

.video-section .video-text i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 101, 80, 0.5);
  -webkit-animation: pulse 2s ease-out infinite;
  animation: pulse 2s ease-out infinite;
  left: 0;
  top: 0;
}

.video-section .video-text p {
  position: absolute;
  left: 150px;
  top: 0;
  font-size: 30px;
  color: #ffffff;
  line-height: 1.4;
}

/* Video CSS End */
/* Theory CSS Start */
.theory-section {
  margin-top: -200px;
}

.theory-section .theory-area {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.04);
}

.theory-section .theory-area .theory-text {
  padding: 60px;
}

.theory-section .theory-area .theory-text h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1.4;
}

.theory-section .theory-area .theory-text p {
  color: #333333;
  margin-bottom: 30px;
}

.theory-section .theory-area .theory-text .signature-box img {
  margin-bottom: 10px;
}

.theory-section .theory-area .theory-text .signature-box p {
  margin-bottom: 0;
  color: #333333;
  font-weight: 500;
}

.theory-section .theory-area .theory-text .signature-box span {
  font-size: 14px;
  color: #333333;
}

.theory-section .theory-area .theory-img {
  position: absolute;
  right: 0;
  max-width: 550px;
  bottom: 0;
}

/* Theory CSS End */
/* About CSS Start */
.about-section {
  padding-top: 100px;
  background: #ffffff;
}

.about-section .about-image img {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
  -webkit-animation: wrep 10s infinite linear;
  animation: wrep 10s infinite linear;
  width: 100%;
  max-width: unset;
}

.about-section .about-text .section-title {
  margin: 0 auto 45px 0;
}

.about-section .about-text .about-us {
  margin-bottom: 20px;
}

.about-section .about-text .about-us i {
  font-size: 40px;
  left: 20px;
  position: relative;
  top: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: #111111;
  z-index: 0;
}

.about-section .about-text .about-us i::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: -15px;
  z-index: -1;
}

.about-section .about-text .about-us i.icon-one::after {
  background: rgba(132, 186, 63, 0.65);
}

.about-section .about-text .about-us i.icon-two::after {
  background: rgba(255, 124, 0, 0.64);
  border-radius: 50px;
}

.about-section .about-text .about-us i.icon-three::after {
  background: rgba(255, 199, 10, 0.66);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.about-section .about-text .about-us p {
  font-size: 14px;
  color: #808291;
  margin-bottom: 0;
}

.about-section .about-text p {
  color: #808291;
  margin-bottom: 45px;
  max-width: 500px;
}

/* About CSS End */
/* Feature CSS Start */
.features-section .features-card {
  text-align: center;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #ffffff;
  z-index: 1;
}

.features-section .features-card:hover {
  margin-top: -10px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.04);
}

.features-section .features-card:hover p,
.features-section .features-card:hover h3 {
  color: #ffffff;
}

.features-section .features-card i {
  font-size: 35px;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  margin-bottom: 25px;
  -webkit-animation: icon-animation 5s ease-in-out infinite;
  animation: icon-animation 5s ease-in-out infinite;
  border: 1px dashed;
}

.features-section .features-card h3 {
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-section .features-card p {
  margin-bottom: 0;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-section .features-card.feature-one i {
  color: #18a87c;
  background: #daf4ec;
}

.features-section .features-card.feature-one:hover {
  background: #88a32a;
}

.features-section .features-card.feature-two i {
  color: #f0573c;
  background: #ffd7ca;
}

.features-section .features-card.feature-two:hover {
  background: #f0573c;
}

.features-section .features-card.feature-three i {
  color: #3454d1;
  background: #e1e6f8;
}

.features-section .features-card.feature-three:hover {
  background: #3454d1;
}

.features-section .features-card.feature-four i {
  color: #ffc70b;
  background: #fff9e6;
}

.features-section .features-card.feature-four:hover {
  background: #d1ad34;
}

.features-section .features-card.feature-five i {
  color: #f26d56;
  background: #ede5fb;
}

.features-section .features-card.feature-five:hover {
  background: #f26d56;
}

.features-section .features-card.feature-six i {
  color: #88a32a;
  background: #eff2e2;
}

.features-section .features-card.feature-six:hover {
  background: #88a32a;
}

/* Feature CSS End */
/* Service CSS Start */
.service-section {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.service-section .service-img {
  position: absolute;
  background-image: url(../img/m.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 55%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.service-section .service-text {
  /*background: #0d3642;*/
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 80px 60px 80px 80px;
  position: relative;
  z-index: 2;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-section .service-text.bg {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.service-section .service-text h2 {
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}

.service-section .service-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.service-section .service-text ul li {
  padding: 15px 15px 15px 90px;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  position: relative;
  color: #1e3a8a;
  font-size: 18px;
  font-weight: 600;
  max-width: 578px;
  list-style: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-section .service-text ul li i {
  background: #1e40af;
  color: #ffffff;
  text-align: center;
  position: absolute;
  line-height: 65px;
  font-size: 25px;
  height: 100%;
  width: 65px;
  left: 0;
  top: 0;
  border-radius: 8px 0 0 8px;
}

/* Service CSS End */
/* Team CSS Start */
.team-section .section-title {
  max-width: 700px;
}

.team-section .team-card {
  margin-bottom: 80px;
}

.team-section .team-card:hover .team-text {
  background: #f59e0b;
}

.team-section .team-card:hover .team-text h3 {
  color: #ffffff;
}

.team-section .team-card:hover .team-text p {
  color: #ffffff;
}

.team-section .team-card:hover .team-text .team-social {
  opacity: 1;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.team-section .team-card .team-img {
  position: relative;
}

.team-section .team-card .team-img img {
  width: 100%;
}

.team-section .team-card .team-text {
  background: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0 2px 10px rgba(12, 0, 46, 0.15);
  box-shadow: 0 2px 10px rgba(12, 0, 46, 0.15);
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 230px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
}

.team-section .team-card .team-text .team-social {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-section .team-card .team-text .team-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.team-section .team-card .team-text .team-social ul li {
  display: inline-block;
}

.team-section .team-card .team-text .team-social ul li i {
  background: #ffffff;
  color: #333333;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  border-radius: 30px;
}

.team-section .team-card .team-text .team-social ul li i:hover {
  background: #1e40af;
  color: #ffffff;
}

.team-section .team-card .team-text h3 {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-section .team-card .team-text p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Team CSS End */
/* Testimonial CSS Start */
.testimonial-section {
  background: #0d3642;
}

.testimonial-section .testimonial-slider {
  text-align: center;
  position: relative;
  z-index: 0;
}

.testimonial-section .testimonial-slider::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 85%;
  height: 85%;
  left: 0;
  z-index: -1;
  margin: auto;
  right: 0;
  bottom: -20px;
  z-index: -1;
  border-radius: 30px;
}

.testimonial-section .testimonial-slider img {
  max-width: 150px;
  width: unset;
  margin: 0 auto 40px;
  right: 0;
  left: 0;
  border: 3px solid #fbbf24;
  border-radius: 150px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.testimonial-section .testimonial-slider h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-section .testimonial-slider span {
  color: #f59e0b;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.testimonial-section .testimonial-slider p {
  padding: 0 105px;
}

.testimonial-section .testimonial-slider .owl-prev:hover,
.testimonial-section .testimonial-slider .owl-next:hover {
  background: none;
}

.testimonial-section .testimonial-slider .owl-prev span,
.testimonial-section .testimonial-slider .owl-next span {
  color: #f59e0b;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  border: 1px solid #fe6219 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-section .testimonial-slider .owl-prev span:hover,
.testimonial-section .testimonial-slider .owl-next span:hover {
  background: #1e40af;
  color: #ffffff !important;
}

.testimonial-section .testimonial-image {
  background-image: url(../img/desk.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;


}

/* Testimonial CSS End */
/* Portfolio CSS Start */
.portfolio-section .portfolio-item {
  cursor: pointer;
  margin-bottom: 30px;
}

.portfolio-section .portfolio-item:hover .portfolio-img .portfolio-text {
  bottom: 0;
}

.portfolio-section .portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio-section .portfolio-item .portfolio-img img {
  width: 100%;
}

.portfolio-section .portfolio-item .portfolio-img::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.portfolio-section .portfolio-item .portfolio-img .portfolio-text {
  position: absolute;
  bottom: -68px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
}

.portfolio-section .portfolio-item .portfolio-img .portfolio-text h3 {
  color: #ffffff;
  font-weight: 700;
  padding: 15px 0 15px;
  margin-bottom: 0;
}

.portfolio-section
  .portfolio-item
  .portfolio-img
  .portfolio-text
  .portfolio-btn {
  font-size: 14px;
  font-weight: 500;
  background: #1e40af;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.portfolio-section
  .portfolio-item
  .portfolio-img
  .portfolio-text
  .portfolio-btn
  i {
  font-size: 10px;
}

.portfolio-section
  .portfolio-item
  .portfolio-img
  .portfolio-text
  .portfolio-btn:hover {
  border: 1px solid #ffffff;
  background: transparent;
}

/* Portfolio CSS End */
/* Progress CSS Start */
.progress-section {
  position: relative;
}

.progress-section .progress-image {
  background-image: url(../img/progress.jpg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 60%;
  left: 0;
  top: 0;
}

.progress-section .progress-text {
  background: #0d3642;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 80px;
  position: relative;
  z-index: 1;
}

.progress-section .progress-text h2 {
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.4;
}

.progress-section .progress-text p {
  color: #ffffff;
  margin-bottom: 80px;
}

.progress-section .progress-text .progress-inner {
  position: relative;
  margin-bottom: 60px;
}

.progress-section .progress-text .progress-inner p {
  position: absolute;
  margin-bottom: 0;
  top: -35px;
  color: #ffffff;
}

.progress-section .progress-text .progress-inner span {
  position: absolute;
  top: -35px;
  right: 0;
  color: #ffffff;
}

.progress-section .progress-text .progress-inner .progress {
  height: 6px;
  border-radius: 0;
}

.progress-section .progress-text .progress-inner .progress .progress-bar {
  background-color: #fe6219;
  height: 6px;
}

.progress-section .progress-text :last-child {
  margin-bottom: 0;
}

/* Progress CSS End */
/* Blog CSS Start */
.blog-section .blog-card {
  -webkit-box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
  margin-bottom: 30px;
  background: #ffffff;
}

.blog-section .blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-section .blog-card:hover .blog-img .blog-date {
  left: 0;
}

.blog-section .blog-card .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-section .blog-card .blog-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-section .blog-card .blog-img .blog-date {
  position: absolute;
  background: #f59e0b;
  width: 55px;
  text-align: center;
  top: 0;
  left: 25px;
  padding: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-section .blog-card .blog-img .blog-date span {
  color: #ffffff;
  display: inline-block;
  line-height: 25px;
}

.blog-section .blog-card .blog-text {
  padding: 25px 25px 65px;
}

.blog-section .blog-card .blog-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
}

.blog-section .blog-card .blog-text h3 a {
  color: #111111;
}

.blog-section .blog-card .blog-text .post-info {
  position: relative;
}

.blog-section .blog-card .blog-text .post-info img {
  position: absolute;
}

.blog-section .blog-card .blog-text .post-info a p {
  position: absolute;
  left: 50px;
  top: 8px;
  font-size: 14px;
  color: #808291;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-section .blog-card .blog-text .post-info .blog-btn {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 14px;
  color: #808291;
}

.blog-section .blog-card .blog-text .post-info .blog-btn i {
  font-size: 12px;
}

.blog-section .blog-card:hover .blog-text a h3,
.blog-section .blog-card:hover .blog-text .post-info a p,
.blog-section .blog-card:hover .blog-text .post-info .blog-btn {
  color: #f59e0b;
}

/* Blog CSS End */
/* Contact CSS Start */
.contact-section .contact-img {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.contact-section .contact-img img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.contact-section .contact-form {
  -webkit-box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 2px 25px 0px rgba(12, 0, 46, 0.1);
  padding: 70px;
  background: #ffffff;
  position: relative;
}

.contact-section .contact-form .contact-text {
  padding-bottom: 40px;
}

.contact-section .contact-form .contact-text h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-section .contact-form .contact-text p {
  color: #646464;
  margin-bottom: 0;
}

.contact-section .contact-form .form-group {
  margin-bottom: 15px;
}

.contact-section .contact-form .form-group .form-control {
  height: 50px;
  border: 1px solid #f59e0b;
  border-radius: 10px;
}

.contact-section .contact-form .form-group .message-field {
  border: 1px solid #f59e0b;
  width: 100%;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 10px;
}

.contact-section .contact-form .form-group .message-field:focus {
  border: 1px solid #f59e0b;
  outline: 0;
}

.contact-section .contact-form .form-group .message-field .list-unstyled {
  margin-top: 0;
}

.contact-section .contact-form .form-group ::-webkit-input-placeholder {
  color: #464646;
}

.contact-section .contact-form .form-group :-ms-input-placeholder {
  color: #464646;
}

.contact-section .contact-form .form-group ::-ms-input-placeholder {
  color: #464646;
}

.contact-section .contact-form .form-group ::placeholder {
  color: #464646;
}

.contact-section .contact-form .form-group .list-unstyled {
  color: red;
  margin-top: 10px;
}

.contact-section .contact-form .default-btn {
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  z-index: 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  border: 1px solid #fbbf24;
  margin-bottom: 10px;
}

.contact-section .contact-form .default-btn::before {
  position: absolute;
  content: "";
  background: #fbbf24;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.contact-section .contact-form .default-btn:hover::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-section .contact-form .default-btn:hover {
  color: #fbbf24;
  border: 1px solid #fbbf24;
}

.contact-section .contact-form .contact-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
}

/* Contact CSS End */
/* Newsletter CSS Start */
.newsletter-section .newsletter-area {
  background: #f59e0b;
  padding: 70px;
  margin-bottom: -140px;
  z-index: 1;
  position: relative;
  text-align: center;
}

.newsletter-section .newsletter-area h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 1;
}

.newsletter-section .newsletter-area .newsletter-form {
  position: relative;
}

.newsletter-section .newsletter-area .newsletter-form .form-control {
  border: 1px solid #ffffff;
  padding: 20px 0 20px 20px;
  height: 50px;
  background: #ff7309 !important;
  color: #ffffff;
  border-radius: 0;
}

.newsletter-section
  .newsletter-area
  .newsletter-form
  ::-webkit-input-placeholder {
  color: #ffffff;
}

.newsletter-section .newsletter-area .newsletter-form :-ms-input-placeholder {
  color: #ffffff;
}

.newsletter-section .newsletter-area .newsletter-form ::-ms-input-placeholder {
  color: #ffffff;
}

.newsletter-section .newsletter-area .newsletter-form ::placeholder {
  color: #ffffff;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn {
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  top: 0px;
  right: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px solid;
  background: #f59e0b;
  border: 1px solid;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn:hover {
  color: #ffffff;
  background: #000;
}

.newsletter-section .newsletter-area .validation-danger {
  color: #ffffff;
  margin-top: 10px;
}

.newsletter-section .newsletter-area .subscribe-shape {
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-animation: translatey 5s infinite linear;
  animation: translatey 5s infinite linear;
}

/* Newsletter CSS End */
/* Footer Section CSS Start */
.footer-area {
  background: #000000;
  padding: 80px 0 0;
  position: relative;
  color: #ffffff;
}

.footer-area::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, transparent 0%, #1e3a8a 100%);
}

.footer-area .container {
  position: relative;
  z-index: 1;
}

.footer-area .footer-widget {
  background: #000000;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  color: #ffffff;
}

.footer-area .footer-widget:hover {
  background: #000000;
  transform: translateY(-5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-area .footer-widget .footer-logo img {
  margin-bottom: 25px;
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  width: 100% !important;
  height: auto !important;
  max-width: 250px !important;
  transition: all 0.3s ease;
  border: 2px solid rgba(251, 191, 36, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-area .footer-widget p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}

.footer-area .footer-widget .header-left-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-area .footer-widget .header-left-text ul li {
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-area .footer-widget .header-left-text ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-area .footer-widget .header-left-text ul li a:hover {
  color: #fbbf24;
  padding-left: 5px;
}

.footer-area .footer-widget .header-left-text ul li a i {
  color: #fbbf24;
  font-size: 18px;
}

.footer-area .footer-widget .footer-social {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.footer-area .footer-widget .footer-social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e40af 0%, #fbbf24 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(30, 136, 229, 0.3);
}

.footer-area .footer-widget .footer-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(38, 166, 154, 0.4);
}

.footer-area .footer-widget .footer-social a i {
  color: #ffffff;
  font-size: 18px;
}

.footer-area .footer-widget h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-area .footer-widget h3::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #1e40af 0%, #fbbf24 100%);
  width: 60px;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.footer-area .footer-widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer-area .footer-widget ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #e0e7ff;
  font-size: 15px;
  line-height: 1.6;
}

.footer-area .footer-widget ul li i {
  color: #fbbf24;
  margin-right: 12px;
  margin-top: 3px;
  font-size: 16px;
}

.footer-area .footer-widget .trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 10px;
}

.footer-area .footer-widget .trust-badges img {
  background: #ffffff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.footer-area .footer-widget .trust-badges img:hover {
  transform: scale(1.05);
}

.footer-area .copyright-area {
  background: #000000;
  padding: 25px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-area .copyright-area p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}

.footer-area .copyright-area p a {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-area .copyright-area p a:hover {
  color: #1e40af;
}

.footer-area .copyright-area ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.footer-area .copyright-area ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-area .copyright-area ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1e40af 0%, #fbbf24 100%);
  transition: width 0.3s ease;
}

.footer-area .copyright-area ul li a:hover {
  color: #fbbf24;
}

.footer-area .copyright-area ul li a:hover::after {
  width: 100%;
}

.services {
  background: #000000;
  padding: 70px 0;
}
.services .features-card {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex !important;
  visibility: visible !important;
  height: 470px !important;
  min-height: 470px !important;
  max-height: 470px !important;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.services .features-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.05) 0%, rgba(38, 166, 154, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.services .features-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: #1e40af;
}

.services .features-card img {
  height: 80px !important;
  width: 80px !important;
  object-fit: contain;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  flex-shrink: 0 !important;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.services .features-card .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}

.services .features-card p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease;
  margin: 0;
  text-align: center;
  flex: 1;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 135px !important;
  min-height: 135px !important;
  max-height: 135px !important;
}

.services .features-card h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.3;
  flex-shrink: 0 !important;
  height: 45px !important;
  min-height: 45px !important;
  max-height: 45px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.services .features-card:hover h3 {
  color: #1e40af;
  transform: translateY(-2px);
}

.services .features-card:hover p {
  color: #fbbf24;
}

.services .features-card:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 8px rgba(30, 136, 229, 0.2));
}

/* How We Work Section Specific Styles */
.features-section:not(.services) {
  background: #000000;
  padding: 70px 0;
}
.features-section:not(.services) .features-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 350px !important;
  min-height: 350px !important;
  max-height: 350px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.features-section:not(.services) .features-card p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
  flex: 1;
}

.features-section:not(.services) .features-card h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  height: 45px !important;
  min-height: 45px !important;
  max-height: 45px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  overflow: hidden;
}

.features-section:not(.services) .features-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(251, 191, 36, 0.3);
  border-color: #fbbf24;
  background: rgba(255, 255, 255, 0.15);
}

.features-section:not(.services) .features-card:hover h3 {
  color: #fbbf24;
}

.features-section:not(.services) .features-card:hover p {
  color: #fbbf24;
}

.features-section:not(.services) .features-card:hover .number-icons h2 {
  color: #fbbf24;
  background: linear-gradient(135deg, rgba(38, 166, 154, 0.1) 0%, rgba(30, 136, 229, 0.1) 100%);
}

/* Theory Section CSS - Tax Representation */
.theory-section {
  position: relative;
  overflow: visible;
  min-height: 600px;
}

.theory-section .theory-area {
  position: relative;
  overflow: visible;
  min-height: 600px;
}

.theory-section .theory-img {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: visible;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.theory-section .theory-img img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: auto;
  display: block;
}

.theory-section .theory-text {
  padding-right: 30px;
}

.theory-section .theory-text h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .theory-section .theory-img {
    margin-top: 30px;
    text-align: center;
  }
  
  .theory-section .theory-img img {
    max-width: 80%;
  }
  
  .theory-section .theory-text {
    padding-right: 0;
    text-align: center;
  }
}

/* End Theory Section CSS */
.main-banner {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #fbbf24 100%);
  position: relative;
  overflow: hidden;
}

.main-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="10" cy="50" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.features-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,248,255,0.95) 100%);
  border: 1px solid rgba(30, 136, 229, 0.2);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.features-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(30, 136, 229, 0.2);
  border-color: #1e40af;
}

.features-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.features-card:hover img {
  transform: scale(1.1);
}

.section-title h2 {
  color: #1e3a8a;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1e40af 0%, #fbbf24 100%);
  border-radius: 2px;
}

.testimonial-slider .slider-items {
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,248,255,0.95) 100%);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(30, 136, 229, 0.1);
}

.testimonial-slider .slider-items img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid #1e88e5;
}

.contact-form {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e88e5 100%);
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  pointer-events: none;
}

.contact-form .contact-text h3,
.contact-form .contact-text p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fbbf24;
  color: #ffffff;
}

/* Page Title Styles */
.page-title-area ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.page-title-area ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.page-title-area ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-title-area ul li a:hover {
  color: #ffffff !important;
}

/* About Page Styles */
.about-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 1px solid rgba(30, 136, 229, 0.1);
  transition: all 0.3s ease;
}

.about-feature-item:hover {
  background: rgba(30, 136, 229, 0.05);
  transform: translateY(-2px);
}

/* Contact Page Styles */
.contact-info-card {
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,248,255,0.95) 100%);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(30, 136, 229, 0.2);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(30, 136, 229, 0.2);
  border-color: #1e40af;
}

.contact-info-card .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #1e40af 0%, #fbbf24 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
}

.contact-info-card h3 {
  color: #1e3a8a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-info-card p {
  margin: 0;
}

.contact-info-card p a {
  color: #1e40af;
  text-decoration: none;
  font-weight: 500;
}

.contact-info-card p a:hover {
  color: #fbbf24;
}

/* Refund Page Styles */
.refund-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 1px solid rgba(30, 136, 229, 0.1);
  transition: all 0.3s ease;
}

.refund-feature-item:hover {
  background: rgba(30, 136, 229, 0.05);
  transform: translateY(-2px);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.step-item {
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,248,255,0.95) 100%);
  border-radius: 15px;
  border: 1px solid rgba(30, 136, 229, 0.2);
  transition: all 0.3s ease;
}

.step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(30, 136, 229, 0.2);
  border-color: #1e40af;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1e40af 0%, #fbbf24 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.step-content h4 {
  color: #1e3a8a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.step-content p {
  color: #666;
  margin: 0;
  font-size: 14px;
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Shine Animation */
@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Hover Effects for Cards */
.vs-banner .row > div > div:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15) !important;
}

/* Button Hover Effect */
.default-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(255,255,255,0.4) !important;
}

/* Smooth Transitions */
* {
    transition: all 0.3s ease;
}

/* Enhanced Banner Text */
.banner-text h1 {
    animation: fadeInUp 1s ease-out;
}

.banner-text p {
    animation: fadeInUp 1s ease-out 0.2s both;
}

.banner-text .default-btn {
    animation: fadeInUp 1s ease-out 0.4s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Particles Enhancement */
#particles-js {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
}

/* Icon Bounce Animation */
.banner-area .flaticon-check,
.banner-area .flaticon-shield,
.banner-area .flaticon-award {
    animation: bounce 2s ease-in-out infinite;
}

.banner-area .flaticon-check {
    animation-delay: 0.5s;
}

.banner-area .flaticon-shield {
    animation-delay: 1s;
}

.banner-area .flaticon-award {
    animation-delay: 1.5s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Enhanced Service Cards Hover Effects */
.features-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.features-card.feature-one:hover {
    border-left-color: #1e88e5 !important;
}

.features-card.feature-two:hover {
    border-left-color: #26a69a !important;
}

.features-card.feature-three:hover {
    border-left-color: #fbbf24 !important;
}

/* Service Icon Hover Effects */
.features-card div[style*="background: linear-gradient"]:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
}

/* Number Icon Hover Effects */
.features-card .number-icons:hover,
.features-card div[style*="width: 70px"]:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
}

/* Service Section Pattern Animation */
@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.features-section[style*="background-image"] {
    animation: patternMove 20s linear infinite;
}

/* Enhanced Typography */
.features-card h3 {
    transition: color 0.3s ease;
}

.features-card:hover h3 {
    color: #1e88e5 !important;
}

/* Smooth Transitions */
.features-card,
.features-card div[style*="background: linear-gradient"],
.features-card .number-icons {
    transition: all 0.3s ease;
}

/* Tax Badge Hover Effects */
.banner-area div[style*="background: rgba(255,255,255,0.1)"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,255,255,0.2);
}

/* Enhanced Navbar Styles */
.navbar-area {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #fbbf24 100%);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    z-index: 999;
}

.main-nav {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #1e40af;
  position: relative;
  z-index: 1000;
}

.main-nav .navbar {
  padding: 15px 0;
}

.main-nav .navbar-brand img.main-logo {
  max-height: 90px;
  width: auto;
  transition: all 0.3s ease;
}

.main-nav .navbar-brand:hover img.main-logo {
  transform: scale(1.05);
}

.main-nav .navbar-nav .nav-link {
  color: #1e3a8a !important;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 15px !important;
  transition: all 0.3s ease;
  position: relative;
}

.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active {
  color: #ffffff !important;
  background: rgba(30, 58, 138, 0.8);
  border-radius: 5px;
}

.main-nav .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1e40af 0%, #fbbf24 100%);
  transition: width 0.3s ease;
}

.main-nav .navbar-nav .nav-link:hover::after,
.main-nav .navbar-nav .nav-link.active::after {
  width: 80%;
}

/* Dropdown Menu Styles */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 10px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e88e5;
  outline: 0;
}

.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
}

/* Footer Section CSS End */
/** -------------- Home Page One CSS End --------------**/
/** -------------- Home Page Two CSS Start --------------**/
/* Header CSS Start */
.header-style-two {
  background: #071d24;
}

.header-style-two .header-left-text ul li {
  color: #95999a;
}

.header-style-two .header-left-text ul li a {
  color: #95999a;
}

/* Header CSS End */
/* Navbar CSS Start */
.navbar-style-two .main-nav {
  background: #0d3642;
  border-bottom: 2px solid #26453c;
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #9d9eaa;
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #1e40af;
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #0d3642;
  -webkit-box-shadow: 3px -5px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 3px -5px 12px rgba(0, 0, 0, 0.5);
}

.navbar-style-two
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  color: #9d9eaa;
}

.navbar-style-two
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover {
  color: #1e40af;
}

/* Navbar CSS End */
/* Banner CSS Start */
.banner-style-two {
  background: #0d3642;
}

.banner-style-two .banner-text h1 {
  color: #ffffff;
}

.banner-style-two .banner-text p {
  color: #ffffff;
}

.banner-style-two .banner-text .default-btn::before {
  background: transparent;
  border: 1px solid #fbbf24;
}

.banner-style-two .banner-text .video-btn {
  color: #fbbf24 !important;
}

.banner-style-two .banner-text .video-btn:hover {
  color: #ffffff !important;
}

.banner-style-two .banner-text .video-btn:hover i {
  background: #ffffff;
}

.banner-style-two .banner-image img {
  width: 100%;
}

/* Banner CSS End */
/* About CSS Start */
.about-style-two {
  padding: 50px 0;
  position: relative;
}

.about-style-two .about-image {
  background-image: url(../img/about/4.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-style-two .about-text {
  background: #0d3642;
  padding: 70px 80px;
  position: relative;
}

.about-style-two .about-text p {
  color: #ffffff;
}

.about-style-two .about-text .section-title span {
  color: #886a03;
}

.about-style-two .about-text .section-title h2 {
  color: #ffffff;
}

.about-style-two .about-text .about-us i,
.about-style-two .about-text .about-us p {
  color: #ffffff;
}

/* About CSS End */
/* Video CSS Start */
.video-style-two {
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: 0;
}

.video-style-two::before {
  position: absolute;
  content: "";
  background: #464544;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.45;
  z-index: -1;
}

.video-style-two .video-text a {
  margin-bottom: 38px;
  display: inline-block;
}

.video-style-two .video-text a i {
  color: #ffffff;
  background: #fbbf24;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 85px;
  display: inline-block;
  font-size: 20px;
  position: relative;
  z-index: 0;
  border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
}

.video-style-two .video-text a i::after {
  position: absolute;
  content: "";
  background: rgba(255, 101, 80, 0.5);
  width: 100px;
  height: 100px;
  top: -10px;
  left: -10px;
  z-index: -1;
  border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  -webkit-animation: wrep 5s infinite ease-in-out;
  animation: wrep 5s infinite ease-in-out;
}

.video-style-two .video-text p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
}

/* Video CSS End */
/* Service CSS Start */
.service-style-two .service-img {
  width: 50%;
}

.service-style-two .service-text {
  margin-top: 0;
  margin-bottom: 0;
}

/* Service CSS End */
/* Progress CSS Start */
.progress-style-two .progress-image {
  width: 50%;
  right: 0;
  left: inherit;
  background-image: url(../img/testimonial-img.jpg);
}

.progress-style-two .progress-text {
  margin-top: 0;
  margin-bottom: 0;
}

/* Progress CSS End */
/* Price CSS Start */
.pricing-section .pricing-card {
  padding: 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
  background: #ffffff;
}

.pricing-section .pricing-card::before {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
  height: 270px;
  position: absolute;
  background: #fe6714;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
}

.pricing-section .pricing-card .price-header {
  position: relative;
  margin-bottom: 100px;
}

.pricing-section .pricing-card .price-header h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}

.pricing-section .pricing-card .price-header h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}

.pricing-section .pricing-card .price-header h3 sup {
  font-size: 15px;
  font-weight: 400;
  top: -14px;
  position: relative;
}

.pricing-section .pricing-card .price-header h3 span {
  font-size: 15px;
  font-weight: 400;
}

.pricing-section .pricing-card .price-header i {
  left: 0;
  right: 0;
  top: 115px;
  z-index: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  color: #000;
  font-size: 60px;
  line-height: 90px;
  position: absolute;
  border-radius: 50px;
  display: inline-block;
  background: #ffffff;
  border: 5px solid #fe6714;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.pricing-section .pricing-card .pricing-feature {
  padding: 75px 0px 40px;
}

.pricing-section .pricing-card .pricing-feature ul {
  padding-left: 0;
  margin-bottom: 0;
}

.pricing-section .pricing-card .pricing-feature ul li {
  color: #808291;
  font-size: 18px;
  margin-bottom: 5px;
  list-style: none;
}

.pricing-section .pricing-card .pricing-feature ul li i {
  color: #fe832e;
  margin-right: 10px;
}

.pricing-section .pricing-card .pricing-feature ul :last-child {
  margin-bottom: 0;
}

.pricing-section .pricing-card.price-card-two i {
  z-index: 1;
}

.pricing-section .pricing-card.price-card-two::before {
  height: 250px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
}

.pricing-section .pricing-card.price-card-two::after {
  position: absolute;
  content: "";
  width: 50px;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 100px solid #fe6714;
  z-index: 0;
}

.pricing-section .pricing-card.price-card-three::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 65%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 65%);
}

/* Price CSS End */
/**-------------- Home Page Two CSS End --------------**/
/**-------------- About Page CSS Start --------------**/
/* About Title CSS Start */
.about-title {
  height: 350px;
  background: #0d3642;
}

.about-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.about-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.about-title .title-text ul li a {
  color: #ffffff;
}

.about-title .title-text ul li a:hover {
  color: #1e40af;
}

.about-title .title-text ul li i {
  font-size: 14px;
}

.about-title .title-text ul li:last-child::before {
  display: none;
}

/* About Title CSS End */
/* Theory CSS Start */
.theory-style-two {
  margin-top: 75px;
  margin-bottom: -130px;
  z-index: 1;
  position: relative;
}

.theory-style-two .theory-area {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.14);
  box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.14);
}

.theory-style-two .theory-area .theory-img {
  bottom: 0;
}

/* Theory CSS End */
/* Video CSS Start */
.video-style-three {
  padding-top: 340px;
}

/* Video CSS End */
/**-------------- About Page CSS End --------------**/
/**-------------- Portfolio Page CSS Start --------------**/
.portfolio-title {
  height: 400px;
  background: #0d3642;
}

.portfolio-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.portfolio-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.portfolio-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.portfolio-title .title-text ul li a {
  color: #ffffff;
}

.portfolio-title .title-text ul li a:hover {
  color: #1e40af;
}

.portfolio-title .title-text ul li i {
  font-size: 14px;
}

.portfolio-title .title-text ul li:last-child::before {
  display: none;
}

/**-------------- Portfolio Page CSS End --------------**/
/**-------------- Blog Page CSS Start --------------**/
.blog-title {
  height: 400px;
  background: #0d3642;
}

.blog-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.blog-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.blog-title .title-text ul li a {
  color: #ffffff;
}

.blog-title .title-text ul li a:hover {
  color: #1e40af;
}

.blog-title .title-text ul li i {
  font-size: 14px;
}

.blog-title .title-text ul li:last-child::before {
  display: none;
}

/**-------------- Blog Page CSS End --------------**/
/**-------------- Blog Details Page CSS Start --------------**/
.blog-details-area .blog-description .article-image {
  margin-bottom: 35px;
  position: relative;
}

.blog-details-area .blog-description .article-image .blog-date {
  position: absolute;
  background: #f59e0b;
  width: 55px;
  text-align: center;
  top: 25px;
  left: 25px;
  padding: 6px;
}

.blog-details-area .blog-description .article-image .blog-date span {
  color: #ffffff;
  display: inline-block;
  line-height: 25px;
}

.blog-details-area .blog-description .article-info {
  margin-bottom: 25px;
  position: relative;
}

.blog-details-area .blog-description .article-info ul {
  margin: 0;
  padding-left: 0;
}

.blog-details-area .blog-description .article-info ul li {
  font-size: 14px;
  color: #ff7b01;
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}

.blog-details-area .blog-description .article-info ul li i {
  margin-right: 5px;
}

.blog-details-area .blog-description .article-title {
  font-size: 32px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog-details-area .blog-description p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.blog-details-area .blog-description .article-bottom-img {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

.blog-details-area .blog-description .article-meta {
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}

.blog-details-area .blog-description .article-meta::before {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 50%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-details-area .blog-description .article-meta ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-area .blog-description .article-meta ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  color: #808291;
}

.blog-details-area .blog-description .article-meta ul li i {
  margin-right: 5px;
}

.blog-details-area .blog-description .blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  background: #ddd;
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
}

.blog-details-area .blog-description .blog-nav .prev-btn,
.blog-details-area .blog-description .blog-nav .next-btn {
  width: 50%;
}

.blog-details-area .blog-description .blog-nav .prev-btn a,
.blog-details-area .blog-description .blog-nav .next-btn a {
  color: #3f3f3f;
  border: 1px solid #1e40af;
  border-radius: 5px;
  padding: 8px 20px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  background: #ffffff;
}

.blog-details-area .blog-description .blog-nav .prev-btn a:hover,
.blog-details-area .blog-description .blog-nav .next-btn a:hover {
  background: #1e40af;
  color: #ffffff;
}

.blog-details-area .blog-description .blog-comment {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.blog-details-area .blog-description .blog-comment h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 25px;
}

.blog-details-area .blog-description .blog-comment .form-control {
  height: 60px;
  padding-left: 20px;
  border: 1px solid #f59e0b;
  width: 100%;
  border-radius: 0;
  background: #fcf6f6;
  margin-bottom: 30px;
  border-radius: 5px;
}

.blog-details-area .blog-description .blog-comment .message-field {
  padding-top: 20px;
  padding-left: 20px;
  border: 1px solid #f59e0b;
  width: 100%;
  background: #fcf6f6;
  border-radius: 5px;
}

.blog-details-area .blog-description .blog-comment .message-field:focus {
  outline: 0;
}

.blog-details-area .blog-description .blog-comment ::-webkit-input-placeholder {
  font-size: 14px;
  color: #a07373;
  font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment :-ms-input-placeholder {
  font-size: 14px;
  color: #a07373;
  font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment ::-ms-input-placeholder {
  font-size: 14px;
  color: #a07373;
  font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment ::placeholder {
  font-size: 14px;
  color: #a07373;
  font-family: "Poppins", sans-serif;
}

.blog-details-area .blog-description .blog-comment .default-btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #fbbf24;
  color: #ffffff;
  padding: 15px 40px;
  margin-top: 10px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .blog-description .blog-comment .default-btn:hover {
  background: #ffffff;
  border: 1px dashed #fbbf24;
  color: #fbbf24;
}

.blog-details-area .blog-search {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 30px;
}

.blog-details-area .blog-search form {
  position: relative;
}

.blog-details-area .blog-search form input {
  border: 1px solid #fe6a12;
  padding: 10px 20px;
  width: 100%;
}

.blog-details-area .blog-search form input:focus {
  outline: 0;
}

.blog-details-area .blog-search form ::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.blog-details-area .blog-search form :-ms-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.blog-details-area .blog-search form ::-ms-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.blog-details-area .blog-search form ::placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.blog-details-area .blog-search form button {
  position: absolute;
  background: #fe6318;
  text-align: center;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .blog-search form button:hover {
  background: #333333;
}

.blog-details-area .blog-search form button i {
  color: #ffffff;
}

.blog-details-area .recent-blog {
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.blog-details-area .recent-blog h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-details-area .recent-blog .recent-post {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 20px;
}

.blog-details-area .recent-blog .recent-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.blog-details-area .recent-blog .recent-post h3 {
  margin-bottom: 0;
}

.blog-details-area .recent-blog .recent-post h3 a {
  color: #333333;
  font-size: 14px;
  padding-left: 110px;
  margin-bottom: 10px;
  padding-top: 8px;
  display: inline-block;
  line-height: 18px;
}

.blog-details-area .recent-blog .recent-post h3 a:hover {
  color: #f59e0b;
}

.blog-details-area .recent-blog .recent-post ul {
  padding-left: 110px;
  margin-bottom: 0;
}

.blog-details-area .recent-blog .recent-post ul li {
  display: inline-block;
  color: #f59e0b;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
}

.blog-details-area .recent-blog .recent-post ul li i {
  font-size: 14p;
}

.blog-details-area .recent-blog .recent-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-details-area .blog-category {
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.blog-details-area .blog-category h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-details-area .blog-category ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-area .blog-category ul li {
  line-height: 1;
  list-style: none;
}

.blog-details-area .blog-category ul li a {
  padding: 15px 20px;
  display: block;
  border-left: 2px solid #f59e0b;
  position: relative;
  border-bottom: 1px dashed #dddddd;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

.blog-details-area .blog-category ul li a i {
  position: absolute;
  top: 12px;
  right: 0px;
  font-size: 25px;
}

.blog-details-area .blog-category ul li a:hover {
  background: #f59e0b;
  color: #ffffff;
}

.blog-details-area .photo-gallery {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.blog-details-area .photo-gallery h3 {
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

.blog-details-area .photo-gallery a img {
  padding-left: 20px;
  margin-bottom: 20px;
  max-width: 95px;
}

.blog-details-area .tags {
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.blog-details-area .tags h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-details-area .tags a {
  background: #e5e5e5;
  color: #333333;
  padding: 8px 16px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  border: 1px dashed #333333;
  width: 100px;
  text-align: center;
}

.blog-details-area .tags a:hover {
  background: #f59e0b;
  color: #ffffff;
}

/**-------------- Blog Details Page CSS End --------------**/
/**-------------- Contact Page CSS Start --------------**/
/* Contact Title Start */
.contact-title {
  background: #0d3642;
  padding-top: 100px;
  padding-bottom: 200px;
}

.contact-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.contact-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.contact-title .title-text ul li a {
  color: #ffffff;
}

.contact-title .title-text ul li a:hover {
  color: #1e40af;
}

.contact-title .title-text ul li i {
  font-size: 14px;
}

.contact-title .title-text ul li:last-child::before {
  display: none;
}

/* Contact Title Start */
/* Contact Section Start */
.contact-area .contact-box {
  margin-top: -100px;
  background: #fff;
  padding: 60px 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.contact-area .contact-box .contact-card {
  border: 1px solid #f59e0b;
  position: relative;
  padding: 20px;
}

.contact-area .contact-box .contact-card i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #f59e0b;
  display: inline-block;
  color: #1e40af;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  position: absolute;
  top: 37px;
  left: 25px;
}

.contact-area .contact-box .contact-card h3 {
  padding-left: 80px;
  font-weight: 700;
}

.contact-area .contact-box .contact-card ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-left: 80px;
}

.contact-area .contact-box .contact-card ul li {
  color: #4a4a4a;
  font-size: 14px;
  list-style: none;
}

.map {
  line-height: 1;
  height: 500px;
  margin-bottom: -120px;
}

.map iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

/* Contact Section End */
/* Footer Area Start */
.footer-style-three {
  -webkit-clip-path: none;
  clip-path: none;
}

/* Footer Area End */
/**-------------- Contact Page CSS End --------------**/
/**-------------- Service Page CSS Start --------------**/
.service-title {
  height: 400px;
  background: #0d3642;
}

.service-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.service-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.service-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.service-title .title-text ul li a {
  color: #ffffff;
}

.service-title .title-text ul li a:hover {
  color: #1e40af;
}

.service-title .title-text ul li i {
  font-size: 14px;
}

.service-title .title-text ul li:last-child::before {
  display: none;
}

.service-style-three .service-card {
  text-align: center;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-bottom: 2px solid #717477;
}

.service-style-three .service-card:hover {
  margin-top: -10px;
}

.service-style-three .service-card:hover i {
  -webkit-animation: none;
  animation: none;
  border: 1px dashed #1e40af;
  color: #1e40af;
}

.service-style-three .service-card i {
  font-size: 35px;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  margin-bottom: 25px;
  -webkit-animation: icon-animation 5s ease-in-out infinite;
  animation: icon-animation 5s ease-in-out infinite;
  border: 1px dashed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-style-three .service-card h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-style-three .service-card p {
  margin-bottom: 0;
  font-size: 16px;
  color: #0f2137;
}

/**-------------- Serice Page CSS End --------------**/
/**-------------- Portfolio Page Two CSS Start --------------**/
.portfolio-style-two .portfolio-menu {
  margin-bottom: 50px;
}

.portfolio-style-two .portfolio-menu ul li {
  cursor: pointer;
  padding: 10px 20px;
  list-style-type: none;
  display: inline-block;
  border: 1px solid #1e40af;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-style-two .portfolio-menu ul li:hover {
  background: #1e40af;
  color: #ffffff;
}

.portfolio-style-two .portfolio-menu ul .mixitup-control-active {
  color: #ffffff;
  background: #1e40af;
}

/**-------------- Portfolio Page Two CSS End --------------**/
/**-------------- Pricing Page CSS Start --------------**/
.pricing-title {
  height: 400px;
  background: #0d3642;
}

.pricing-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.pricing-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.pricing-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.pricing-title .title-text ul li a {
  color: #ffffff;
}

.pricing-title .title-text ul li a:hover {
  color: #1e40af;
}

.pricing-title .title-text ul li i {
  font-size: 14px;
}

.pricing-title .title-text ul li:last-child::before {
  display: none;
}

/**-------------- Pricing Page CSS End --------------**/
/**-------------- 404 Page CSS Start --------------**/
.error-title {
  height: 400px;
  background: #0d3642;
}

.error-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.error-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.error-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.error-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.error-title .title-text ul li a {
  color: #ffffff;
}

.error-title .title-text ul li a:hover {
  color: #1e40af;
}

.error-title .title-text ul li i {
  font-size: 14px;
}

.error-title .title-text ul li:last-child::before {
  display: none;
}

.error-section .error-img {
  margin-bottom: 50px;
}

.error-section .error-img img {
  width: 100%;
}

/**-------------- 404 Page CSS End --------------**/
/**-------------- Team Page CSS Start --------------**/
.team-title {
  height: 400px;
  background: #0d3642;
}

.team-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.team-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.team-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.team-title .title-text ul li a {
  color: #ffffff;
}

.team-title .title-text ul li a:hover {
  color: #1e40af;
}

.team-title .title-text ul li i {
  font-size: 14px;
}

.team-title .title-text ul li:last-child::before {
  display: none;
}

.footer-style-two {
  padding-top: 100px;
  -webkit-clip-path: none;
  clip-path: none;
}

/**-------------- Team Page CSS End --------------**/
/**-------------- Team Page Two CSS Start --------------**/
.team-style-two .team-card {
  margin-bottom: 30px;
}

.team-style-two .team-card .team-img {
  position: relative;
}

.team-style-two .team-card .team-img:hover .team-text {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-style-two .team-card .team-img img {
  width: 100%;
}

.team-style-two .team-card .team-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.team-style-two .team-card .team-text h3 {
  font-size: 25px;
  color: #ffffff;
}

.team-style-two .team-card .team-text:hover {
  background: rgba(0, 0, 0, 0.5);
}

/**-------------- Team Page Two CSS End --------------**/
/**-------------- Service Page Details CSS Start --------------**/
.service-style-four .service-details-area .service-details-img {
  margin-bottom: 40px;
}

.service-style-four .service-details-area .service-details-img img {
  width: 100%;
}

.service-style-four .service-details-area h3 {
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 30px;
}

.service-style-four .service-details-area p {
  margin-bottom: 15px;
}

.service-style-four .service-details-area .mb-35 {
  margin-bottom: 35px;
}

.service-style-four .service-details-area .service-btm-img {
  margin: 10px 0 20px;
}

.service-style-four .blog-search {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 30px;
}

.service-style-four .blog-search form {
  position: relative;
}

.service-style-four .blog-search form input {
  border: 1px solid #fe6a12;
  padding: 10px 20px;
  width: 100%;
}

.service-style-four .blog-search form input:focus {
  outline: 0;
}

.service-style-four .blog-search form ::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.service-style-four .blog-search form :-ms-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.service-style-four .blog-search form ::-ms-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.service-style-four .blog-search form ::placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.service-style-four .blog-search form button {
  position: absolute;
  background: #fe6318;
  text-align: center;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-style-four .blog-search form button:hover {
  background: #333333;
}

.service-style-four .blog-search form button i {
  color: #ffffff;
}

.service-style-four .service-category {
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.service-style-four .service-category h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.service-style-four .service-category ul {
  padding-left: 0;
  margin-bottom: 0;
}

.service-style-four .service-category ul li {
  line-height: 1;
  list-style: none;
}

.service-style-four .service-category ul li a {
  padding: 15px 20px;
  display: block;
  border-left: 2px solid #f59e0b;
  position: relative;
  border-bottom: 1px dashed #dddddd;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

.service-style-four .service-category ul li a i {
  position: absolute;
  top: 12px;
  right: 0px;
  font-size: 25px;
}

.service-style-four .service-category ul li a:hover {
  background: #f59e0b;
  color: #ffffff;
}

/**-------------- Service Page Details CSS End --------------**/
/**-------------- FAQ Page CSS Start --------------**/
.faq-title {
  height: 400px;
  background: #0d3642;
}

.faq-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.faq-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.faq-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.faq-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.faq-title .title-text ul li a {
  color: #ffffff;
}

.faq-title .title-text ul li a:hover {
  color: #1e40af;
}

.faq-title .title-text ul li i {
  font-size: 14px;
}

.faq-title .title-text ul li:last-child::before {
  display: none;
}

.faq-area h2 {
  margin-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 2px dashed #886a03;
}

.faq-area .topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.faq-area .topic h3 {
  color: #333333;
}

.faq-area .open {
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  height: 60px;
}

.faq-area .open:hover {
  opacity: 0.7;
}

.faq-area .expanded {
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-area .question {
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #526ee4;
  padding-left: 40px;
}

.faq-area .answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 30px;
  text-align: justify;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.faq-area .faq-t {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: -55px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-area .faq-o {
  top: -50px;
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}

/**-------------- FAQ Page CSS End --------------**/
/**-------------- Privacy Page CSS Start --------------**/
.privacy-title {
  height: 400px;
  background: #0d3642;
}

.privacy-title .title-text h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.privacy-title .title-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.privacy-title .title-text ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.privacy-title .title-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffffff;
  top: 15px;
  right: -15px;
  border-radius: 10px;
}

.privacy-title .title-text ul li a {
  color: #ffffff;
}

.privacy-title .title-text ul li a:hover {
  color: #1e40af;
}

.privacy-title .title-text ul li i {
  font-size: 14px;
}

.privacy-title .title-text ul li:last-child::before {
  display: none;
}

.privacy-section {
  padding-bottom: 60px;
}

.privacy-section .privacy-text {
  margin-bottom: 15px;
}

.privacy-section .privacy-text h3 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #0f2137;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
}

.privacy-section .privacy-text p {
  margin-bottom: 0;
}

.privacy-section ul li {
  margin-top: 10px;
  list-style: circle;
  color: #111111;
}

/**-------------- Privacy Page CSS End --------------**/
/**-------------- Back to Top CSS Start --------------**/
/**-------------- Back to Top Page CSS End --------------**/
/**-------------- Pre Loader CSS Start --------------**/
.loader-content {
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  text-align: center;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid red;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/**-------------- Pre Loader CSS End --------------**/
/* Magnific Popup */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Animation CSS */
@-webkit-keyframes icon-animation {
  0% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
  50% {
    border-radius: 66% 34% 41% 59% / 51% 34% 66% 49%;
  }
  100% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
}
@keyframes icon-animation {
  0% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
  50% {
    border-radius: 66% 34% 41% 59% / 51% 34% 66% 49%;
  }
  100% {
    border-radius: 46% 54% 68% 32% / 55% 48% 52% 45%;
  }
}

@-webkit-keyframes wrep {
  0% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
  35% {
    border-radius: 67% 33% 39% 61% / 48% 63% 37% 52%;
  }
  70% {
    border-radius: 40% 60% 62% 38% / 32% 41% 59% 68%;
  }
  100% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
}

@keyframes wrep {
  0% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
  35% {
    border-radius: 67% 33% 39% 61% / 48% 63% 37% 52%;
  }
  70% {
    border-radius: 40% 60% 62% 38% / 32% 41% 59% 68%;
  }
  100% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
  }
}

@-webkit-keyframes translatex {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes translatex {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes translatey {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  10% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes translatey {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  10% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* play button animation */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: opacity(0);
    filter: opacity(0);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: opacity(0);
    filter: opacity(0);
  }
}
/*# sourceMappingURL=style.css.map */

a.navbar-brand {
  width: 101px;
}
.switch-box input:checked + .slider {
  background-color: #cbc1c1;
  display: none !important;
}
a.buy-now-btn {
  display: none;
}

ul#three-menu {
  position: absolute;
  left: 252px;
}

.switch-box {
  position: fixed;
  z-index: 1;
  left: 3%;
  bottom: 63px;
  display: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #545454;
  width: 266px;
  margin-left: 55px;
}
.tab-content > .active {
  display: block;
  font-weight: 500;
  color: black;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  border: 2px solid #545454;
  width: 266px;
  margin-left: 55px;
  margin-top: 3px;
  color: black;
  font-weight: 600;
}
.align-items-start {
  align-items: flex-start !important;
  margin-top: 50px;
}
span.material-symbols-outlined.icon {
  position: relative;
  top: 9px;
  font-size: 30px;
  font-weight: 900;
}
a.register {
  background: #fd7609;
  padding: 9px;
  border-radius: 10px;
  color: #fff;
}
.main-banner {
  position: relative;
  height: 700px;
  background-image: url("../banner.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.main-banner .banner-text p {
  color: black;
  margin-bottom: 40px;
  font-weight: 700;
  margin-top: 40px;
}
.number-icons {
  width: 72px;
  height: 71px;
  background: #01708b;
  padding: 15px;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 14px;
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
}
.number-icons h2 {
  color: #fff;
  font-weight: 900;
}
.services .features-card {
  height: auto !important;
  min-height: 400px !important;
  display: block !important;
  visibility: visible !important;
}

.services .row {
  display: flex !important;
  visibility: visible !important;
  gap: 30px;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: center;
}

.services .container {
  display: block !important;
  visibility: visible !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.services .col-lg-4,
.services .col-sm-6 {

  padding: 0 15px;
  margin-bottom: 30px;
  flex: 0 0 auto;
}
.features-card img {
  height: 205px;
  width: 100%;
}
div#benefits ul li {
  height: auto;
  min-height: 59px;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#benefits {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#benefits ul {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  div#benefits ul li {
    font-size: 14px;
    padding: 15px 15px 15px 70px;
  }
  
  .service-section .service-text ul li i {
    width: 50px;
    line-height: 55px;
  }
}

h2.benfit-heading {
  font-weight: 700;
  margin-bottom: 49px;
  font-size: 50px;
}

.footer-area .footer-widget .footer-logo img {
  margin-bottom: 25px;
  background: #fff;
  padding: 10px;
}
.vs-banner {
  background-image: url("../Vs.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vs-banner ul li {
  color: #ffff;
  font-weight: 700;
}
h2.tax-main1,
h2.tax-main2 {
  padding: 21px;
  color: #eae772;
  font-weight: 800;
}
a.register.desktop-none {
  display: none;
}
a.register.desktop-none {
  padding: 10px !important;
  color: #fff !important;
}
.mobile-nav.mean-container img {
  padding: 8px;
  background: #fff;
}

@media only screen and (max-width: 600px) {
  a.register.desktop-none {
    display: block;
  }
  a.register.mobile-none {
    display: none;
  }
  .vs-banner.mt-5 {
    background: #388b83 !important;
  }
  .main-banner .banner-text {
    margin-top: 100px !important;
  }
  .main-banner .banner-text h1 {
    font-size: 25px;
    margin-top: -27px;
    color: #388b83 !important;
  }
  .mean-container .mean-nav ul li {
    margin-top: 10px !important;
  }
}
