@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Urbanist", sans-serif !important;
}

section {
  padding: 40px 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 17px;
  font-weight: 700;
  color: #4D6F94;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.commn-btn {
  background: #4D6F94 !important;
  color: #fff;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4D6F94;
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-radius: 28px;
  display: inline-block;
}

.commn-btn:hover {
  background: transparent !important;
  color: #4D6F94;
}

.commn-bd-btn {
  background: transparent;
  color: #4D6F94;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4D6F94;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

.commn-bd-btn:hover {
  background: #4D6F94 !important;
  color: #fff;
}

.commn-wht-btn {
  background: #fff;
  color: #4D6F94;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
  display: inline-block;
}

.commn-wht-btn:hover {
  background: transparent;
  color: #fff;
}

.common-title h3 {
  font-size: 34px;
  font-weight: 700;
}

.common-title p {
  color: #000;
}

/* ================== HEADER CSS START ================== */
.header {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 2px 0;
  display: flex;
  align-items: center;
  transition: all .5s ease-in-out;
  background: #fff;
}

.header .navbar-expand-lg .navbar-nav .nav-link,
.header-left .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: all 0.5s ease-in-out;
}

.header-left .nav-link:hover {
  color: #4D6F94 !important;
}

.header li.nav-item {
  margin-left: 35px;
}

.header li.nav-item:last-child {
  margin-right: 35px;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #4D6F94 !important;
}

.header .logo img {
  width: 130px !important;
  min-height: 70px !important;
  object-fit: contain !important;
}

/* ================== HEADER CSS END ================== */

/* ================== SERVICE CSS START ================== */

.services-area {
  background-color: #f7f7f7;
}

.services-area .signle-service {
  width: 100%;
  height: calc(100% - 20px);
  min-height: 290px;
  margin-bottom: 20px;
  border-radius: 21px;
}

.services-area .signle-service .top-area {
  padding: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.services-area .signle-service .top-area h3 {
  font-size: 20px;
  line-height: 30px;
  color: #353535;
  font-weight: 700;
  margin: 0;
}

.services-area .signle-service .top-area a {
  width: 49px;
  min-width: 49px;
  height: 49px;
  background-color: #4D6F94;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-area .signle-service .serv-img {
  width: 100%;
  height: 190px;
  min-height: 190px;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
}

.services-area .signle-service .serv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
}

/* ================== SERVICE CSS END ================== */

/* ================== Footer CSS START ================== */

.footer-area {
  padding: 60px 0 0 0px;
  background-color: #fff;
}

.copy-right {
  background-color: #4D6F94;
  padding: 10px 0 10px !important;
  border-top: 1px solid #ededed;
  margin-top: 10px;
}

.footer-area .footer-widget h6 {
  font-size: 22px;
  line-height: 30px;
  color: #353535;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-area .footer-widget.style-one p {
  font-size: 20px;
  line-height: 30px;
  color: #353535;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-area .footer-widget.style-one a.btn-link {
  font-size: 20px;
  line-height: 30px;
  color: #353535;
  font-weight: 400;
  text-decoration: none;
}

.footer-area .footer-widget.style-one a.btn-link:hover {
  color: #4D6F94;
}

.footer-area .footer-widget .newsletter-form {
  position: relative;
  max-width: 640px;
  margin-inline: auto;
}

.footer-area .footer-widget .newsletter-form .from-control {
  width: 100%;
  height: 56px;
  border-radius: 50px;
  background-color: #f7f7f7;
  border: 1px solid #acb1c6;
  padding: 5px 190px 5px 20px;
}

.footer-area .footer-widget .newsletter-form button {
  position: absolute;
  right: 3px;
  top: 3px;
  /* transform: translateY(-50%); */
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 22px;
  min-width: 150px;
}

.footer-area .footer-widget .social-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  gap: 20px;
}

.footer-area .footer-widget .social-list li a {
  font-size: 20px;
  line-height: 24px;
  color: #4D6F94;
}

.footer-area .menu-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 30px;
}

.footer-area .menu-list ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #353535;
  font-weight: 500;
  padding: 0;
}

.footer-area .menu-list ul li a:hover {
  color: #4D6F94;
}

.footer-area .menu-list ul li {
  margin-right: 50px;
}

.footer-area .menu-list ul li:last-child {
  margin-right: 0;
}


/* ================== Footer CSS END ================== */


/* ================== MOBILE HEADER CSS START ================== */

.profile-drop .dropdown-toggle {
  background: none;
  border: none;
  padding: 0;
}

.hdr-pro-view {
  display: flex;
}

.hdr-pro-view span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #4D6F94;
  display: inline-block;
}

.hdr-pro-view span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-drop {
  display: flex;
  align-items: center;
  background: #4D6F94;
  padding: 14px 12px;
  position: relative;
}

.profile-card-drop span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #fff;
}

.profile-card-drop span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-rt h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.profile-drop .dropdown-item {
  padding: 10px 15px;
  transition: all .5s ease-in-out;
  border-bottom: 1px dashed #eee;
}

.profile-drop .dropdown-menu li:last-child a {
  border: 0;
}

.profile-drop .dropdown-menu {
  min-width: 220px;
  padding: 0;
  border: none;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profile-drop .dropdown-toggle::after {
  display: none;
}


.dashboard_area .bars-btn {
  padding: 12px;
}

.bars-btn {
  background: #4D6F94;
  border: 1px solid #4D6F94;
  color: #fff;
  transition: all .5s ease-in-out;
}

.bars-btn:hover {
  color: #4D6F94;
  background: transparent;
  border: 1px solid #4D6F94;
}

.bars-btn:focus {
  color: #fff;
  background-color: #4D6F94;
  border-color: #4D6F94;
  box-shadow: none;
}

.side-bar-links {
  height: calc(100vh - 182px);
}

.sider-card {
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.sider-card .btn-close {
  position: absolute;
  right: 20px;
  opacity: 1;
  top: 20px;
}

.side-profile-card {
  display: flex;
  align-items: center;
}

.profile-img {
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-profile-dis p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.side-profile-dis h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.side-link-list {
  padding: 0;
}

.side-link-list li {
  border-bottom: 1px solid #ececec;
}

.side-link-list li a {
  padding: 12px 14px;
  display: flex;
  font-size: 16px;
  color: #222;
  align-items: center;
  width: 100%;
  position: relative;
  transition: all .5s ease-in-out;
}

.mobile-menu-card .offcanvas-body {
  padding: 0;
}

.side-link-list li a::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-size: 24px;
  color: #4D6F94;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s ease-in-out;
}

.side-link-list li a:hover {
  background: #4D6F94;
  color: #fff;
}

.side-link-list li a:hover::after {
  color: #fff;
}

.mobile-sidebar .offcanvas-header {
  background: #4D6F94;
}

.mobile-sidebar .offcanvas-header .offcanvas-title {
  color: #fff;
}

.mobile-sidebar .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 1;
}

.mobile-sidebar .dashboard_menu {
  border-radius: 0;
}

.table.common-table th,
.table.common-table td {
  text-wrap: nowrap;
  vertical-align: middle;
}

textarea.form-control {
  min-height: 100px;
}

.fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  z-index: 99;
}

.change-password-form .form-group {
  position: relative;
  /* Position relative to allow absolute positioning of the icon */
}

.form-group span.toggle-password {
  position: absolute;
  right: 10px;
  top: 57px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #637381;
  font-size: 14px;
  z-index: 1;
}

div.cke_notification_warning {
  display: none;
}

.remove-list-item ol {
  list-style: auto !important;
}


.remove-list-item ul {
  list-style: auto !important;
}

.remove-list-item li {
  list-style: auto !important;
}

.form-check-label,
.form-check-input {
  cursor: pointer;
}

#subscribe-now label#subscribe_email-error {
  color: #dc3545;
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

#consentModal .form-check a:hover {
  text-decoration: underline;
}

ul li {
  margin-left: 16px;
}

@media (max-width: 1400px) {
  .header li.nav-item:last-child {
    margin-right: 15px;
  }

  .header li.nav-item {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .commn-btn {
    font-size: 14px;
    height: 42px;
    display: flex !important;
    align-items: center !important;
    padding: 0 22px;
  }

  .footer-area {
    padding: 20px 0 0 0px !important;
  }

  .footer-area .footer-widget .newsletter-form .from-control {
    padding: 5px 160px 5px 14px;
    height: 50px;
  }

  .footer-area .footer-widget .newsletter-form button {
    height: 44px;
    padding: 0 18px;
    min-width: 150px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .footer-area .footer-widget.style-one p {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-area .footer-widget.style-one a.btn-link {
    font-size: 18px;
  }

  .footer-area .col-xl-5 {
    margin-top: 0;
  }

  .footer-logo {
    margin-bottom: 0px !important;
  }

  .footer-area .menu-list ul {
    padding-top: 0px;
  }
}

@media (max-width: 480px) {
  .footer-area .menu-list ul {
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .footer-area .menu-list ul li {
    margin-right: 18px;
  }

  .footer-area .footer-widget .newsletter-form .from-control {
    font-size: 14px;
  }
}