/*------------------------------------------------------------------

 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/
/*-----------------------------------
    1 - Header
------------------------------------*/
header {
  background-color: rgb(255 255 255 / 88%);
  color: #000000;
  z-index: 1000;
  position: sticky;
  top: 0;
  backdrop-filter: blur(8px);
}

header a {
  color: #000000;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.nav-link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}

.contact {
  font-size: 12px;
  margin-right: 10px;
  padding-top: 4px;
}

.tel {
  margin-right: 30px;
}

.contact i {
  color: #f37325;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}

.contact a:hover,
.login:hover {
  color: rgb(243 116 36);
  text-decoration: none;
}

.login i {
  color: #f37325;
  margin-right: 8px;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #f37325;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #f37325;
}

.navbar-brand img {
  width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #ced4da;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}

.navbar-collapse .nav-link:hover {
  color: #f37325;
}

.cart,
.login-icon,
.search-icon {
  color: #000000;
  font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #f37325;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #f37325;
  color: #ffffff;
}

/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero {
  background: url("../images/hero-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 550px;
}

.hero .container {
  position: relative;
  z-index: 5;
}

.hero .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero .slide-content span {
  color: #f37325;
}

.hero .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  display: none;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
}

.hero .arr-right {
  right: 15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  /* -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0); */
  /* clip-path: polygon(0 0, 100% 100%, 100% 0); */
  /* background-color: rgb(0 0 0 / 29%); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 20px 30px 35px;
  color: #fff;
  background-color: #f37325;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  align-items: center;
  justify-content: end;
}

.cta-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 9, 53, 0.77);
  position: absolute;
  top: -10px;
  left: -1px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
  /* align-self: flex-end; */
  /* margin-right: 30px; */
}

/*-----------------------------------
    1 - Services
------------------------------------*/
.title {
  font-weight: 700;
  text-transform: uppercase;
}

.title h6 {
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 35px;
}

.title .title-blue {
  color: #4b4b4b;
}

.subtitle {
  font-weight: 700;
  text-transform: uppercase;
}

.subtitle .title-blue {
  color: #f37325;
}

.subtitle h1 {
  font-size: 23px;
}

.title .title-primary {
  color: #f37325;
}

.services {
  padding: 100px 0;
}

.services .title {
  margin-bottom: 20px;
}

.services .media {
  margin: 40px 0;
}

.services h5 {
  color: #26264b;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* Notice Board */
.notice-board {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* height: 500px; */
  /* Set a fixed height for vertical scrolling */
  overflow: hidden;
}

.ticker {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.ticker .notices {
  display: flex;
  flex-direction: column;
  animation: ticker-vertical 20s linear infinite;
}

.ticker:hover .notices {
  animation-play-state: paused;
}

@keyframes ticker-vertical {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.notice {
  padding: 15px 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.new-tag {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

/*-----------------------------------
    1 - Featured
------------------------------------*/
.featured {
  padding: 80px 0;
  background-color: #fafafa;
}

.featured p {
  margin: 35px 0 53px;
}

.featured .media i {
  font-size: 24px;
  color: #f37325;
}

.featured .media h5 {
  text-transform: uppercase;
  color: #26264b;
}

.featured .btn {
  margin-top: 80px;
}

.featured-img {
  position: relative;
  height: 530px;
  margin-top: 60px;
}

.featured-big {
  position: absolute;
  bottom: 0;
  right: 0;
}

.featured-small {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px 0 0;
  background-color: #fff;
}

/*-----------------------------------
    1 - Recent Posts
------------------------------------*/
.recent-posts {
  padding: 100px 0;
}

.recent-posts .btn {
  margin-top: 60px;
}

.recent-posts .row .col-lg-12.col-xl-6:nth-of-type(odd) .post-thumb {
  /* margin-top: 30px; */
  margin-left: 20px;
}

.recent-posts .row .col-lg-12.col-xl-6:nth-of-type(even) .post-thumb {
  margin-bottom: 30px;
  margin-right: 20px;
}

.single-rpost {
  margin: 10px 0 0;
}

.post-thumb {
  flex: 0 0 273px;
}

.post-content {
  color: #767676;
  line-height: 18px;
}

.post-content p {
  font-size: 15px;
  color: #000;
}

.post-content span {
  font-size: 14px;
  color: #999999;
}

.post-content h3 {
  margin: 5px 0 7px;
  line-height: 25px;
}

.post-content h3 a {
  color: #585858;
  /* font-weight: 600; */
  line-height: 16px;
}

.post-content h3 a:hover {
  font-weight: 700;
  text-decoration: none;
}

.post-content a {
  color: #6e6e6e;
  /* font-weight: bold; */
  font-size: .89em;
  /* line-height: 14px; */
}

.post-content a:hover {
  color: #26264b;
}

.post-content .post-btn {
  color: #6e6e6e;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.post-content .post-btn:hover {
  color: #fff;
  background-color: #f37325;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/
.trust {
  padding: 100px 0;
  background-color: #066d36;
  color: #ddd;
  position: relative;
}

.trust .title {
  /* margin-bottom: 46px; */
}

.trust h1 {
  color: #fff;
}

.trust h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.trust ul {
  color: #fff;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.trust li {
  margin-bottom: 15px;
}

.trust .gallery img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.trust .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.trust .gal-img i {
  font-size: 72px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.trust .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 50px 0 0 50px;
}

.trust .gal-img:hover {
  cursor: pointer;
}

.trust .gal-img:hover i {
  opacity: 1;
}

.trust .gal-img:hover::after {
  opacity: 1;
}

.trust .gal-img3 {
  top: -50%;
  left: 50%;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/
.pricing-table {
  padding: 100px 0;
}

.single-pricing {
  padding: 65px 0 40px;
  margin-top: 23px;
  color: #fff;
  background: #26264b;
  border: 0px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.single-pricing span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  top: 28px;
  right: 6px;
  transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
  margin-bottom: -5px;
}

.single-pricing .desc {
  color: #9d9d9d;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}

.single-pricing .price {
  font-size: 2rem;
  margin-bottom: 8px;
}

.single-pricing p {
  color: #ddd;
}

.single-pricing p:last-of-type {
  margin-bottom: 25px;
}

.single-pricing svg {
  width: 170px;
  position: absolute;
  top: -45px;
  right: -60px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.single-pricing:hover {
  border: 4px solid #fff;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
  margin: 19px 0 -4px;
}

.single-pricing:hover span {
  background-color: #26264b;
}

.single-pricing:hover .desc {
  color: #fff;
  border-bottom: 2px solid rgba(245, 245, 245, 0.322);
}

.single-pricing:hover svg {
  width: 500%;
  top: -200%;
  right: -50%;
}

.single-pricing:hover .btn {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*-----------------------------------
    1 - Testimonials
------------------------------------*/
.testimonial-and-clients {
  background: url(../images/test-clients-bg.png) center center/cover no-repeat #f37325;
}

.testimonials {
  padding: 95px 0 85px;
  color: #fff;
  border-bottom: 1px solid #26264b;
}

.testimonials .test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials .test-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 90px;
}

.testimonials h5 {
  color: #26264b;
  margin-top: 15px;
}

.testimonials span {
  color: #c4c4c4;
  display: inline-block;
  margin: 0 0 17px;
}

.testimonials p {
  font-size: 17px;
  line-height: 27px;
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #26264b;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: white;
}

/*-----------------------------------
    1 - Clients
------------------------------------*/
.clients {
  padding: 70px 0;
}

.clients .swiper-wrapper {
  text-align: center;
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/
.cta2 {
  margin: 50px 0 -30px;
}

/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
  background: url(../images/footer-bg.png) center center / cover no-repeat #000000d4;
  background-attachment: fixed;
}

/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding: 100px 0;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
  margin: 40px 0 30px;
}

.single-widget {
  color: #aaa;
}

.single-widget .widget-tiltle {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
}

.single-widget i {
  color: #f37325;
}

.single-widget h6 {
  color: #fff;
}

.single-widget .media {
  margin-bottom: 10px;
  margin-top: 20px;
}

.contact-widget a {
  /* color: #aaa; */
}

.contact-widget i {
  font-size: 22px;
}

.twitter-widget i,
.twitter-widget h6 {
  color: #777;
}

span {
  color: #fff;
}

.recent-post-widget .rcnt-img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}

.recent-post-widget .rcnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recent-post-widget a {
  color: #fff;
  font-size: 14px;
}

.recent-post-widget p {
  font-size: 13px;
}

.recent-post-widget i {
  margin-right: 10px;
}

.recent-post-widget i:last-of-type {
  margin-left: 15px;
}

.tags-widget {
  margin: -10px -10px 0 0;
}

.tags-widget a {
  color: #aaa;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #363636;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 10px 10px 0 0;
}

.tags-widget a:hover {
  text-decoration: none;
  color: #26264b;
  background-color: #f37325;
}

.subscribe-widget form {
  margin-bottom: 10px;
}

.subscribe-widget input {
  font-size: 14px;
  padding: 0px 10px;
  background-color: #444;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.subscribe-widget input:focus {
  outline: none;
  box-shadow: none;
}

.subscribe-widget button {
  background: #f37325;
  border: none;
  padding: 9px 14px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe-widget button i {
  color: #fff;
}

.subscribe-widget .social-nav {
  margin-top: 0px;
}

.subscribe-widget .social-nav a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #ddd;
  background-color: #444;
  border-radius: 100px;
  /* border-bottom-left-radius: 10px; */
  margin-right: 10px;
}

.subscribe-widget .social-nav a i {
  color: #ddd;
}

.subscribe-widget .social-nav a:hover {
  background-color: #f37325;
}

/*-----------------------------------
    1 - Foot Note
------------------------------------*/
.foot-note {
  padding: 15px 0;
  background-color: #f37325;
  color: #ffffff;
}

.foot-note a {
  color: #26264b;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}

.logo img {
  width: 100px;
  margin-right: 5px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 5px;
}

.nav.buttons a {
  /* line-height: 14px; */
  background: #066d36;
  color: #fff;
  font-size: 12px;
  padding: 10px 10px 10px;
  margin: 0 5px;
  border-radius: 0 0 10px 10px;
  transition: .5s ease;
  font-weight: bold;
}

.nav.buttons a:hover {
  text-decoration: none;
  background: #f47729;
}

.bg-grey {
  background: #f4f4f4;
}

.post-thumb img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.notice-board h4 {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #26264b;
  font-size: 1.9rem;
  text-align: center;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #f37325;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background-color: #e66a1f;
  transform: translateY(-2px);
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#fff 0deg, transparent 0deg);
  transition: background 0.3s ease;
}

.progress-fill {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f37325;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.progress-text {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.scroll-to-top i {
  font-size: 16px;
  margin-top: 2px;
  z-index: 1;
}

/* 3-Level Dropdown Menu */
.nav-item.dropdown .dropdown-menu {
  display: none;
  /* Hide by default, shown by JS */
}

.nav-item.dropdown>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  margin-left: 3px;
  transition: transform 0.3s ease;
}

.nav-item.dropdown:hover>a:after {
  transform: rotate(180deg);
  right: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-radius: 0 4px 4px 4px;
  display: none;
  /* Hide by default, shown by JS */
}

.dropdown-submenu>a:after {
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
}

.dropdown-submenu:hover>a:after {
  transform: rotate(90deg);
}

/* Mobile Header */
.mobile-header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-header .logo img {
  max-height: 40px;
  width: auto;
}

/* Mobile Responsive Dropdown */
@media (max-width: 767.98px) {
  .nav-item.dropdown>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
  }

  .nav-item.dropdown.open>a:after {
    content: "\f106";
  }

  .nav-item.dropdown .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .dropdown-submenu .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .dropdown-submenu>a:before {
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
    margin-left: 5px;
  }

  .dropdown-submenu.open>a:before {
    content: "\f106";
  }

  .navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 10px;
  }

  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
  }
}

.key-features {
  padding-top: 30px;
}

.footer-logo-cybrain {
  margin: 0;
}

.title p {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}

.post-content:hover h3 a,
.post-content:hover span,
.post-content:hover p a {
  text-decoration: none;
  color: #000000;
}

.key-features img {
  width: 50px;
}

.key-features a {
  font-size: 12px;
  text-decoration: underline;
  color: #000;
}

.key-features p {
  padding: 0;
  margin: 0;
}

p {
  font-size: 15px;
  line-height: 20px;
}

.key-features a:hover {
  color: #f27325;
}

#lightgallery img {
  border-radius: 50px 0 0 50px;
}

.logo {
  color: #6b1d46;
  display: block;
  vertical-align: middle;
  justify-items: center;
  /* padding: 10px; */
}

.logo:hover {
  color: #f17945;
}

.logo p b {
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  color: #066d36;
}

.logo p {
  align-content: center;
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  color: #f4752a;
}

.logo p span {
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 15px;
  color: #878787;
  padding-top: 5px;
  text-transform: none;
  font-weight: normal;
  font-family: sans-serif;
}

.logo a {
  display: flex;
}

.footer-widgets p {
  color: #cdcdcd;
  font-size: 14px;
}

.footer-widgets p b {
  color: #fff;
}

.footer-widgets ul li {
  list-style: none;
  margin: 10px 0;
}

.footer-widgets ul {
  padding-inline-start: 0px;
  margin-top: 20px;
}

.media-body {
  font-size: 14px;
}

.footer-widgets ul li a:hover {
  color: #f37325;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 8px 15px;
  font-size: 15px;
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url(../images/hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pad {
  padding: 100px 0;
}

.border-radius {
  border-radius: 20px;
}

.bxx {
  /* background: #f1f1f1; */
  padding: 20px;
}

.bxx.borderlr {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.inner-page ul li {
  line-height: 18px;
  font-size: 15px;
  margin: 12px 0;
  /* color: #000; */
}

.border-r {
  border-right: 1px solid #d9d9d9;
}

.footer-widgets a {
  color: #c3c3c3;
}

.footer-widgets a:hover {
  color: #f37325;
}
.notice a {
  color: #000;
}

.notice a:hover {
  color: #f37325;
}

a[href^="mailto:"] {
    display: none !important;
}