/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #ae0e15;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


nav.top-bar-wrap {
  background: #ae0e15;
  height: 40px; 
  line-height: 40px;
  text-align: right;
}

nav.top-bar-wrap ul,
nav.top-bar-wrap li {
    display: inline-block;
}
  

a.nav-link {      
  /* padding: 0 12px; */
  color: #fff;  
  transition: all 400ms ease-out
}

a.nav-link:hover,  .nav-item .active {
  background: #000;
  color: #fff; 
}


.nav-link {
  padding: 0px;
} 

.medical-about-area {
  text-align: justify;
}

/* .medical-about-area .left-content-area {
    padding-right: 80px;
} */

.medical-about-area .subtitle {
    font-size: 16px;
    line-height: 20px;
    color: var(--medical-color);
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}


.medical-about-area .title {
  font-size: 32px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 0;
color: #000;
}

.btn-wrapper {
    display: block;
}

.medical-about-area .right-content-area {
    text-align: right;
    position: relative;
}

.medical-about-area .right-content-area .image-wapper {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-50 {
  padding-top: 70px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}
  
.medical-about-area .right-content-area img {
    border-radius: 25px;
}

.medical-about-area .right-content-area img {
    border-radius: 25px;
}
img {
    max-width: 100%;
}

.medical-about-area .right-content-area .image-wapper img {
    border: 10px solid #fff;
}

.medical-about-area .right-content-area .image-wapper img {
    border: 10px solid #fff;
}
.medical-about-area .right-content-area img {
    border-radius: 25px;
}
.medical-about-area .right-content-area img {
    border-radius: 25px;
}


.justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important;
}

.desktop-center {
text-align: center;
}

.margin-bottom-60 {
margin-bottom: 60px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-100 {
margin-bottom: 100px;
}

.section-title.political-home .subtitle {
text-transform: capitalize;
color: var(--political-color);
}

.section-title .title {
font-size: 48px;
line-height: 58px;
font-weight: 700;
color: #353539;
text-transform: capitalize;
margin-bottom: 16px;
}

.political-single-what-we-cover-item {
position: relative;
}

.single-what-we-cover-item-02 {
  text-align: center; 
  transition: all .5s;
  border: 1px solid #e5e5e5;
}

.single-what-we-cover-item-02 .content {
  padding: 20px; 
  transition: all .3s ease-in-out;
}

.margin-bottom-30 {
margin-bottom: 30px;
}

.political-single-what-we-cover-item .hover {
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 40px;
text-align: center;
background-color: var(--political-color);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
transition: all 300ms;
}

.political-single-what-we-cover-item .content {
padding: 10px;
background-color: #fff;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}

.political-single-what-we-cover-item .content .title {
font-size: 18px;   
color:#000;
}

.single-dagency-service-item {
text-align: center;
position: relative;
margin-bottom: 120px;
}


.single-dagency-service-item .icon {
width: 100px;
height: 100px;
background-color: var(--dagency-color);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
border: 3px solid #fff;
/* font-size: 35px;
  color: #fff;
  line-height: 80px; */
border-radius: 50%;
position: absolute;
left: 50%;
top: -50px;
transform: translateX(-50%);
background-size: cover; 
background-position: top center;
background-repeat: no-repeat; 
}

.single-dagency-service-item .content {
background-color: #F4F5FA;
padding: 65px 30px 30px;
border-radius: 20px;
}

.single-dagency-service-item .content .title {
font-size: 20px;
font-weight: 700;
}


.single-dagency-service-item .content p {
margin-bottom: 0;
} 

.single-dagency-service-item .icon.style-2{
background-image: url('assets/img/Nepali-Classical-Instrumrntal-Folk-Fusion-music.jpg');
background-size: cover; 
background-position: top center;
background-repeat: no-repeat; 
}
.single-dagency-service-item .icon.style-3{
background-image: url('assets/img/Floral-decoration.jpg');
background-size: cover; 
background-position: top center;
background-repeat: no-repeat; 
}
.single-dagency-service-item .icon.style-4{
background-image: url('assets/img/lights.jpg');
background-size: cover; 
background-position: top center;
background-repeat: no-repeat; 
}
.single-dagency-service-item .icon.style-5{
background-image: url('assets/img/Floral-Decoration2.jpg');
background-size: cover; 
background-position: top center;
background-repeat: no-repeat; 
}
.single-dagency-service-item .icon.style-6{
background-image: url('assets/img/Nepali-Culture-Theme.jpg');
background-size: cover; 
background-position: top center;
background-repeat: no-repeat; 
}

.center-div{
display: flex;
justify-content: center;
}



.portfolio-wrap .card-body {
z-index: 10; 
background: rgba(249, 244, 244, 0.75);
padding: 15px 30px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
transition: 0.3s;
transition: ease-in-out 0.4s;
border-radius: 5px;
}

.margin-bottom-0{
margin-bottom: 0;
}

.padding-top-120 {
padding-top: 120px;
}
.padding-bottom-115 {
padding-bottom: 115px;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ae0e15;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* padding: 20px 0; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

#header .logo {
  /* font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px; 
  font-family: "Lato", sans-serif; */

  padding: 27px 32px 32px 70px;
  position: absolute;
  top: 0;   
  transform: skewX(-25deg);
  left: -30px;
  background: #fff;  
  border-bottom: 1px solid #ae0e15 ;
}
 

#header .logo img {
  max-height: 56px;
  /* height: 56px; */
  transform: skew(25deg)
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  background: #ae0e15; 
  
  /* height: 40px; */
  line-height: 40px;
  text-align: right;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  display: inline-block;
 
}

.navbar li {
  position: relative;
  display: inline-block;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 600; 
  color: #000;
  white-space: nowrap;
  transition: 0.3s; 
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

 .navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ae0e15;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
 

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 25, 33, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #ae0e15;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #49b5e7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}




     
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
} 

.industry-support-inner-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.industry-info-items {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-single-info-item {
  display: flex;
  padding: 8px;
}

.industry-single-info-item .icon {
  margin-right: 15px;
  font-size: 30px;
  line-height: 40px;
  color: #ae0e15;
}


.industry-single-info-item .title {
  font-size: 14px; 
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  opacity: .7;
}

.industry-single-info-item .details {
  font-size: 12px; 
  line-height: 12px;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(4, 12, 21, 0.8); */
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(4, 12, 21, 0.5); */
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 1;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ae0e15;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #ae0e15;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
  a.nav-link {
    padding: 10px 7px !important;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
 
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4fbfe;
}

.section-what-we-offer {
  background-color: #000;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/
.our-values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-values .card-body {
  z-index: 10;
  /* background: rgba(255, 255, 255, 0.9); */
  background: rgba(249, 244, 244, 0.75);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.our-values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.our-values .card-title a {
  color: #000;
}

/* .our-values .card-text {
  color: #5e5e5e;
} */


.our-values .card:hover .card-body { 
   background: #ae0e15;
   color: #fff;
}

/* .our-values .card:hover .read-more a, */
.our-values .card:hover .card-title,
.our-values .card:hover .card-title a,
.our-values .card:hover .card-body,
.our-values .card:hover .card-text p {
  color: #fff;
}


/* .our-values .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.our-values .read-more a:hover {
  text-decoration: underline;
} */

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ae0e15;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #ae0e15;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #ae0e15;
  border-color: #ae0e15;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #ae0e15;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/nhchs.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media (min-width: 1200px) {
  .about .video-box {
    margin-left: 15px;
    margin-right: -15px;
  }
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: #ae0e15;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #ae0e15;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ae0e15;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: url("../img/what-we-do.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}

.counts::before {
  opacity: .6;
  content: "";
  position: absolute;
  background: #000;
  
  /* background: rgba(170, 214, 234, 0.65); */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #fff;
  /* margin-bottom: 40px; */
}

.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts .counters span {
  font-size: 44px;
  font-weight: 700;
  display: block;
  color: #49b5e7;
  font-family: "Dosis", sans-serif;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #000;
}

@media (min-width: 1200px) {
  .counts {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.clients .client-logo {
  /* padding: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background: #fff;
  height: 120px;
}

.clients .client-logo img {
  height: 50%;
  /* filter: grayscale(100%); */
  transition: 0.3s;
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services h2{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #fff;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  /* background: #fefefe; */
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .icon-box:hover .title a {
  color: #49b5e7;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 10px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  /* color: #000; */
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ae0e15; 
  /* color: #000;  */
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #bdc6ca;
  border-left: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #bdc6ca;
  border-right: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #000;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ae0e15;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #49b5e7;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #49b5e7;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(15, 57, 76, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  /* padding: 80px 0;  */
  background: url("../img/testimonials.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
}

.testimonials .testimonial-wrap {
  /* padding-left: 50px; */
  
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  /* padding: 30px 30px 30px 60px; */
  /* margin: 30px 15px; */
  min-height: 405px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  /* background: #fff; */
  background-image: url(http://localhost/nhchs/assets/img/testimonials/nrb.jpg);
  /* background-size: cover; */
  background-position: top center;
  background-repeat: no-repeat;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ae0e15;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ae0e15;
}

.testimonials .section-title h2 {
  color: #fff;
  position: relative;
}


@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
} 

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .team-back{
  background-color: #ae0e15;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #000;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(73, 181, 231, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #ae0e15;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery{
  background-color: #ae0e15;
}

.gallery h2 {
  font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #fff;
}
.gallery .gallery-item {
  overflow: hidden;
  /* border-right: 3px solid #fff;
  border-bottom: 3px solid #fff; */
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 16px;
  width: 100%;
  /* background: #fff; */
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #ae0e15;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  /* color: #2079a1; */
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #000;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ae0e15;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #000;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f9fd;
  margin-top: 84px;
}

.breadcrumb-area {
  /* background-image: url(../img/bg/breadcrumb-bg.jpg); */
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #175977;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer { 
  padding: 0 0 30px 0;
  color: #000;
  font-size: 14px;   
  
} 

#footer .footer-top {
  /* opacity: 0; */
  padding: 60px 0 30px 0; 
  /* background: url("../img/footer-bg.jpg") center center no-repeat; */
  background-color: #000;
  background-size: cover; 
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  color: #fff;
}

#footer .footer-top h4, .footer-top h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ae0e15;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #49b5e7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ae0e15;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  float: left;
  color: #000;
}

#footer .credits {
  float: right;
  font-size: 13px;
  color: #000;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
  }
}


.no-padding-border.service-widget.widget {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.no-padding-border.widget {
  padding: 0;
  border: none;
}

.widget-area>.service-widget {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
}

.widget .recent_post_item li.single-recent-post-item { 
  display: flex; 
}

.widget .recent_post_item li:hover,
.widget .recent_post_item  a:hover
 { 
  background-color: #ae0e15;
  color: #fff; 
}

.widget ul li:first-child {
  margin-top: 0;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li { 
  margin: 5px 0 0  0; 
  word-break: break-word;
  padding: 8px;
  border-bottom: 1px solid #d7d7d7;
}
 

.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 80px;
  /* height: 80px; */
  margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .content {
  -webkit-box-flex: 1; 
  flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.widget .recent_post_item li.single-recent-post-item .content .time {
  font-size: 12px;
  font-weight: 500;
}

.service-widget { 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
}


.service-widget .service-title .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 0;
}

/* .service-category ul li:last-child .service-widget {
  border-bottom: 1px solid #d7d7d7;
} */
 

/* .service-widget.active, .service-widget:hover {
  background-color: #ae0e15;
  color: #fff;
} */



.attorney-contact-form-wrap {
  padding: 40px 40px 25px 40px;
  /* background-color: var(--main-color-two); */
}


.breadcrumb-area.navbar-variant-03 .breadcrumb-inner, 
.breadcrumb-area.navbar-variant-04 .breadcrumb-inner, 
.breadcrumb-area.navbar-variant-05 .breadcrumb-inner {
  padding-top: 140px;
  position: relative;
}

.breadcrumb-area .breadcrumb-inner {
  padding: 0 0 60px 0;
  text-align: center;
}

.breadcrumb-area .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;  
  opacity: .5;
  /* z-index: 1;  */
}
 

.breadcrumb-area .page-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}


.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}

.breadcrumb-area .page-list a {
  color: #fff;
}


.breadcrumb-area .page-list li:first-child {
  padding-left: 0; 
}

.page-list li:first-child::after {
  content: "" !important;
}

.breadcrumb-area .page-list li {
  color: rgba(255, 255, 255, .7);
}

.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, .7);
}


.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 10px ;
  top: 0;
  content: "/";
  font-family: fontawesome;
}


.widget-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



.appointment-details-item .top-part {
  display: flex;
}

.appointment-details-item .top-part .thumb {
  width: 40%;
  margin-right: 40px;
}

/*.thumb img { */
/*    border-radius: 50%;  */
/*}*/

.appointment-details-item .top-part .content {
  padding-left: 40px;
}

.appointment-details-item .top-part .content {
  flex: 1;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.appointment-details-item .top-part .content .designation {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color-one);
  line-height: 20px;
  margin-bottom: 15px;
}

.appointment-details-item .top-part .content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.appointment-details-item .top-part .content .short-description {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}

.appointment-details-item .bottom-part {
  margin-top: 80px;
}

.social-share-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-share-wrap ul li {
  display: inline-block;
}

.social-share-wrap ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  line-height: 35px;
  text-align: center;
  transition: all .3s;
}