/**
* Template Name: Eterna - v4.7.0
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Jost", sans-serif;
  color: #444444;
}

a {
  color: #5a3630;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}
p {
  font-size: 20px;
}
.watch {
  color: white;
  font-weight: 600;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3a6ab2;
  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: #3a6ab2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* header  */
.header-number {
  padding: 5px 0 5px 78px;
  margin: 0;
  font-size: 19px;
}
.header-number a {
  color: #fff !important;
}
.appoinment-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.appoinment-header a {
  margin-left: 40px;
  color: #fff !important;
  background-color: #d96b99;
  border-radius: 15px;
  border: 1px solid #fff;
}
.appoinment-header a:hover {
  background-color: #d96b99;
  border: 2px solid #293085;
}

/* header  */

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #d96b99 !important;
    z-index: 1;
    position: relative;
}
#topbar .contact-info i {
  font-style: normal;
  color: #e96b56;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #e96b56;
}
#topbar .social-links a {
  color: #fffafa;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.3s;
  margin-left: 10px;
  border-radius: 12px;
  border: 1px solid;
  padding: 7px 22px;
}
#topbar .social-links a:hover {
  color: white;
}

.contact__list li a {
  color: #fff;
  font-size: 17px;
}
.contact-detail {
  color: #fff;
  font-size: 18px;
  padding-top: 8px;
}
.social-icon {
  padding-top: 4px;
}
.social-icon .youtube {
  width: 15%;
}

.social-icon .instagram {
  width: 10%;
}

.social-icon .facebook {
  width: 10%;
}

.youtube-footer {
  width: 15%;
}

.instagram-footer {
  width: 15%;
}

.facebook-footer {
  width: 15%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 93px;
  transition: all 0.5s;
  padding-left: 0%;
  z-index: 997;
  transition: all 0.5s;

  background-image: linear-gradient(45deg, white, #f2ecee);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  border-left: 8px solid #e96b56;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

.scrolled-offset {
  margin-top: 70px;
}

/* codepan css  */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  padding: 1.5rem 1rem !important;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 9px 40px;
  font-size: 19px;
  font-weight: 600;
  color: #293085;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 18px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ab0086;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #e96b56;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ec1c24;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  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: 18px;
  text-transform: none;
  color: #545454;
}
.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: #ec1c24;
}
.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;
}

.appointment h4 {
  /* background-color: #ffffff;
    border-radius: 26px;
    padding: 8px 39px 10px 43px; */
  /* color: #ffffff; */
  /* background: linear-gradient(to right, #020202, #2196F3, #0e020e, #ddc916);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #d96b99;
  padding: 3px;
  font-size: 20px;
  /* animation: blinker 2s linear infinite; */
}
.appointment h4:hover {
  color: #000;
}
/* @keyframes blinker {
  50% {
    opacity: 0;
  }
} */
.heading-title {
  color: #141414;
  border-bottom: 2px solid transparent;
  width: 41%;
  font-weight: bold;
  font-size: 40px;
  padding-top: 41px;
  border-image: linear-gradient(0.25turn, rgb(249 96 167), rgb(13 130 161), rgb(249 96 167));
  border-image-slice: 1;
}
.heading-title-one {
  color: #f960a7;
  border-bottom: 2px solid transparent;
  width: 10%;
  border-image: linear-gradient(0.25turn, rgb(249 96 167), rgb(13 130 161), rgb(249 96 167));
  border-image-slice: 1;
  margin-left: 45%;
}
.heading-title-two {
  color: #f960a7;
  border-bottom: 2px solid transparent;
  width: 21%;
  border-image: linear-gradient(0.25turn, rgb(249 96 167), rgb(13 130 161), rgb(249 96 167));
  border-image-slice: 1;
  margin-left: 41%;
}
.for-border-bottom {
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #545454;
  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 !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 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: 33px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #e96b56;
}
.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: #e96b56;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;

  height: 400px;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
#hero .carousel-item {
  width: 100%;

  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .carousel-item::before {
  content: "";
  /*background-color: rgba(255, 255, 255, 0.6);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero h2 span {
  color: #1e4481;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}
#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-prev,
#hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #e96b56;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}
#hero .carousel-indicators li.active {
  opacity: 1;
}
#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #0088ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #0088ce;
  /* background: #e96b56;
}
#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}
@media (max-height: 768px), (max-width: 1200px) {
  #hero {
    margin-bottom: 60px;
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

.fst-boldic{
    font-size: 18px;
    /* font-style: italic!important; */
  font-weight: 500;
}
.fst-para {
  text-indent: 0px;
  color: rgb(19, 18, 18);
}
.fst-para1 {
  text-indent: 40px;
  color: rgb(19, 18, 18);
}
strong.blue-text {
  color: #0088ce;
}
.fst-line:after {
  content: "";
  display: block;
  margin-top: 2px;
  width: 21%;
  height: 5px;
  background-color: #0088ce;
}
.fst-line1:after {
  content: "";
  display: block;
  margin-top: 2px;
  width: 9%;
  height: 5px;
  background-color: #0088ce;
}

.fst-line2:after {
  content: "";
  margin: auto;
  display: block;
  margin-top: 5px;
  width: 9%;
  height: 5px;
  background-color: #0088ce;
}
.fst-line2 {
  text-align: center;
}
.commitee-txt {
  text-align: center;
  margin: 1%;
  font-size: 29px;
  color: #3d54b9;
  font-weight: 500;
}
.commitee-txt1 {
  text-align: center;
  margin: 20px 0 14px 0;
  font-size: 19px;
  color: #26282e;
}
.commitee1 {
  margin: auto;
}

.crumbs-txt {
  margin-top: 0px;
}

.crumbs img {
  width: 70%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0 0px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Jost", sans-serif;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px;
  background: #0088ce54;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}
.breadcrumbs h2 {
  font-size: 33px;
  font-weight: 700;
  color: #000;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.home-box {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #0088ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #0088ce;
}
.home-box:hover {
  color: #0088ce;
}
#demo {
  margin: 0;
  padding: 0;
}
.featured {
  position: relative;
  z-index: 2;
  margin-top: 9%;
}
.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}
.featured .icon-box i {
  color: #1e4481;
  font-size: 100px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
  text-align: center;
}
.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}
.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.featured .icon-box:hover {
  background: none;
}
.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  /* color: #4b95eb; */
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 18px;
  padding-right: 4px;
  color: #025adf;
}
.about .content p:last-child {
  margin-bottom: 0;
} */

.about-page {
  /* background-image: linear-gradient(45deg, #f7f6f7, #f7f6f7);
   clip-path: polygon(0 0,100% 0,100% 86%,0 100%);
   height: 80vh; */
  /* background-image: url(../images/background-img.jpg);
   height: 80vh; */
  /* background-color: #e1ebf3; */

  /* padding-bottom: 3%; */
}
.about-img img {
  width: 80%;
  /* padding-top: -2px; */
  /* padding-bottom: 20px; */
  position: absolute;
  top: 5rem;
  /* height: auto; */
  /* height: auto; */
  width: 100%;
  left: 3rem;
  width: calc(100% - 3rem);
  /* height: calc(100% - 1rem); */
  /* object-fit: cover; */
  border-radius: 6px;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 49px;
  left: 93px;
  right: -3rem;
  bottom: 10rem;
  border: 5px solid var(--primary);
  border-radius: 6px;
}
.read_more_btn {
  background-color: #0d82a1;
  color: #fff;
  border-radius: 5px !important;
}
.read_more_btn:hover {
  background-color: #fff;
  color: #05103b;
}
.btn:hover {
  background-color: #fff;
  color: #05103b;
}

/* .heading h2{
color:#f960a7;
margin-left: 134px;
 } */
.text-color-head {
  font-size: 20px;
  color: #443838;

  /* font-family: sans-serif; */
  font-family: "Nunito Sans", sans-serif;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
/* .services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #545454;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #e96b56;
}
.services .icon-box:hover .icon::before {
  background: #ef9383;
}
.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
} */

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
/* .clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}
.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
} */

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
/* .counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #e96b56;
  float: left;
  line-height: 0;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #a1a1a1;
} */

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.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: white;
  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 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
/* .skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}
.skills .content ul li {
  padding-bottom: 10px;
}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}
.skills .content p:last-child {
  margin-bottom: 0;
}
.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #545454;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e0e0e0;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #e96b56;
} */

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* .portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #e96b56;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 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 #fff;
  border-left: 3px solid #fff;
  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 #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  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: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #e96b56;
}
.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 #e96b56;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #e96b56;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(84, 84, 84, 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;
} */

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/* .pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}
.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.pricing h4 {
  font-size: 46px;
  color: #e96b56;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #e96b56;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
}
.pricing .buy-btn:hover {
  background: #e96b56;
}
.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}
.pricing .featured .buy-btn {
  background: #e96b56;
}
.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
} */
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-confer .member-confer {
  text-align: Left;
  margin-bottom: 12px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
  padding: 7px 15px;
  background: #fff;
}
.team-confer .member-confer img {
  max-width: 100%;
  border-radius: 15%;
  margin: 17px;
  border: 2px solid black;
}
.team-confer .member-confer h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 17px;
  padding: 5px 10px;
  color: #293085;
  text-align: justify;
  /* background-color: #0282b1; */
  border-radius: 11px;
}
.team-confer .member-confer span {
  font-style: italic;
  display: block;
  font-size: 16px;
}
.team-confer .member-confer p {
  /* padding: 42px 0 4px 15px; */
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #141414;
}
.team-confer .member-confer a {
  color: #fff !important;
  background-color: #d96b99;
  border-radius: 15px;
  border: 1px solid #fff;
}

/* conferences members */

/* conferences members vid */
.resource-video {
}
.resource-video h1 {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 25px;
  padding: 8px 0px;
  color: #19247f;
  border-radius: 11px;
}
.resource-video h4 {
  margin-bottom: 2px;
  font-size: 19px;
  /* padding: 7px 17px; */
  color: #1a1919;
  border-radius: 11px;
}
.resource-video h2 {
  margin-bottom: 2px;
  margin-top: 20px;
  font-size: 25px;
  /* padding: 7px 17px; */
  color: #1a1919;
  border-radius: 11px;
}
.resource-video h5 {
  margin-bottom: 2px;
  font-size: 30px;
  /* padding: 7px 17px; */
  color: #363e93;
  border-radius: 11px;
}

.resource-video a {
  color: #fff !important;
  background-color: #d96b99;
  border-radius: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
}
.resource-video a:hover {
  background-color: #d96b99;
  border: 2px solid #293085;
}
/* conferences members vid */

.team .member-comf {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.team .member-comf img {
  margin: 0 0 15px 0;
  padding: 10px;
}
.team .member-comf h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 35px;
  color: #363e93;
}

.team .member1 {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.team .member1 img {
  max-width: 80%;
  margin: 0 0 30px 0;
}
.team .member1 h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 25px;
  color: #363e93;
}
.team .member1 span {
  font-style: italic;
  display: block;
  font-size: 16px;
}
.team .member1 p {
  padding-top: 10px;
  font-size: 16px;
  font-style: italic;
  color: #141414;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #1e4482;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.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;
  -webkit-animation: animate-loading 1s linear infinite;
  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;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e96b56;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #1e4482;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #ffffff;
  color: #1e4482;
  border: 1px solid #1e4482;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #5f68cf;
}
.footer .newsletter {
  padding: 40px 0;
  overflow: hidden;
  border-bottom: 1px solid #194f90;
  position: relative;
}
.footer .newsletter h5 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.footer .newsletter form {
  position: relative;
  overflow: hidden;
}
.footer .newsletter form input {
  width: 100%;
  text-transform: capitalize;
  position: relative;
  border: 2px solid #f9f9f9;
  padding: 12px;
  width: 100%;
  color: #1a3d7d;
  font-size: 13px;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.footer .newsletter form a {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #13ade5;
  color: #fff;
  font-size: 13px;
  height: 53px;
  line-height: 53px;
  padding: 0px 20px;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
}
.footer .newsletter form a:hover {
  background-color: #194f90;
}
.footer .newsletter form a:hover i {
  color: #fff;
}
.footer-content {
  padding-top: 43px;
  padding-left: 10%;
}
.footer .logo-footer,
.footer .links,
.footer .opening-hours {
  margin-bottom: 30px;
}
.footer .logo-footer p {
  margin: 11px 0 11px 0;
  color: #fff;
  font-size: 20px;
}
.footer-icon li a {
  /* background-color: #194f90; */
  color: #fff;
}
.footer-title h4 {
  color: #fff !important;
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
  /* margin-bottom: 25px; */
}
.footer .links li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}
.footer .links li:hover a {
  color: #13ade5;
}

.footer .links li a:hover:after {
  opacity: 1;
  margin-left: 15px;
  visibility: visible;
  color: #13ade5;
}

.copyright {
  font-size: 14px;
  margin-top: 0px;
  padding: 10px 0;
  background-color: #293085;
  overflow: hidden;
}
.copyright p {
  margin: 0;
  color: #f4f4f4;
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.copyright p a {
  color: #fff;
}
.copyright ul {
  float: right;
}
.copyright ul li {
  display: inline-block;
  margin-left: 10px;
}
.copyright ul li a {
  color: #fff !important;
  font-size: 16px;
}
.copyright ul li:hover a {
  color: #1a3d7d !important;
}
/* footer end  */

/* HEader */
/*=============================================
=            Header            =
=============================================*/

.header-area {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}

.header-area.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.header-area.header-sticky.is-sticky .header-top-bar {
  display: none;
}

.header-area.header-sticky.is-sticky .search-form {
  display: none;
}

.header-area.header-sticky.is-sticky .header-navigation {
  -webkit-flex-basis: calc(100% - 400px);
  -ms-flex-preferred-size: calc(100% - 400px);
  flex-basis: calc(100% - 400px);
}

.header-area.header-sticky.is-sticky .header-search {
  -webkit-flex-basis: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
}

.header-area.header-sticky.is-sticky .header-below {
  display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-top-area {
  display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation-area--transparent-bg {
  background-color: #2f333e;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__nav--transparent nav > ul > li > a {
  color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent
  .header-navigation__nav--transparent
  nav
  > ul
  > li
  > a:hover {
  color: #0c95ec;
}

.header-area.header-sticky.is-sticky.header-area--transparent
  .header-navigation__icon--transparent
  .header-navigation__icon__search
  a {
  color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent
  .header-navigation__icon--transparent
  .header-navigation__icon__search
  a:hover {
  color: #0c95ec;
}

.header-area.header-sticky.is-sticky.header-area--transparent
  .header-navigation__icon--transparent
  .header-navigation__icon__cart
  a {
  color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent
  .header-navigation__icon--transparent
  .header-navigation__icon__cart
  a:hover {
  color: #0c95ec;
}

.header-area.header-sticky.is-sticky .header-top-bar-area {
  /* display: none; */
}

.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation__nav nav > ul > li > a {
  padding: 35px 15px;
}

.header-area.header-sticky.is-sticky .header-bottom-bar {
  display: none;
}

.header-area.header-sticky--default.is-sticky .header-info-area {
  display: none;
}

.header-area__desktop--default .mobile-navigation-icon {
  display: none;
}

.header-area__desktop--default .mobile-navigation-icon i {
  background-color: #222;
}

.header-area__desktop--default .mobile-navigation-icon i:before {
  background-color: #222;
}

.header-area__desktop--default .mobile-navigation-icon i:after {
  background-color: #222;
}

.header-area__desktop .header-navigation-area--transparent-bg {
  background: rgba(79, 79, 79, 0.4);
}

.header-area__desktop .header-navigation-area--style2 {
  padding-left: 60px;
}

.header-area__desktop .header-navigation-area--style3 {
  background-color: #05103b;
}

.header-area__desktop--style3 {
  display: block !important;
}

.header-area__mobile {
  display: none;
}

.header-area__mobile .logo {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding-right: 0;
}

.header-area--absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-area--transparent {
  background-color: transparent;
}

.header-top-bar {
  background-color: #222;
  color: #ddd;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 0;
}

.header-top-bar--white {
  padding: 0;
  background-color: #ffffff;
  color: #888;
  border-bottom: 1px solid #eee;
}

.header-top-bar--style2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.topbar-menu li {
  display: inline-block;
  margin-right: 15px;
}

.topbar-menu li:last-child {
  margin-right: 0;
}

.topbar-menu li a {
  display: block;
}

.topbar-menu li a:hover {
  color: #0c95ec;
}

.topbar-menu--bold {
  padding: 0 15px;
}

.topbar-menu--bold li a {
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}

.top-bar-right-wrapper {
  text-align: right;
}

.top-bar-right-wrapper .text a {
  color: #05103b;
}

.top-bar-right-wrapper .text a:hover {
  color: #0c95ec;
}

.topbar-info {
  display: inline-block;
}

.topbar-info li {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
}

.topbar-info li:last-child {
  margin-right: 0;
}

.topbar-info li a {
  display: block;
  color: #cb0101;
}

.topbar-info li a:hover {
  color: #0c95ec;
}

.topbar-info li a i {
  margin-right: 5px;
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
}

.topbar-info--style2 li {
  padding: 10px 30px;
  font-size: 0.875rem;
  margin-right: 0;
  border-right: 1px solid #eee;
}

.topbar-info--style2 li i {
  color: #0c95ec;
}

.topbar-info--style3 li {
  padding: 10px 20px;
  font-size: 17px;
  margin-right: 0;
  color: #fff;
  font-weight: 700;
}

.topbar-info--style3 li:first-child {
  padding-left: 0;
}

.topbar-info--style3 li i {
  color: #0c95ec;
}

.topbar-info--style4 li {
  padding: 0 20px;
  font-size: 0.875rem;
  margin-right: 0;
}

.topbar-info--style4 li:first-child {
  padding-left: 0;
}

.topbar-info--style4 li i {
  color: #0c95ec;
}
/* Header */
.contact-info.d-flex.align-items-center {
  /* border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 10px; */
}
.members {
  margin-bottom: 25px;
}
.member-list h3 {
  font-size: 20px;
  color: #cb0101;
  margin-top: 10px;
}
.member-list li {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #000;
}
/* .member-list li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-family: Ionicons;
  content: "\f122";
  font-size: 14px;
  color: #cb0101;
} */
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/* ul.member-list.top {
  margin-top: 37px;
} */

/* service box  */
/* @keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
@-webkit-keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
.service-block-one a {text-decoration:none}

@keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
@-webkit-keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
} */
.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 85%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 40px;
  background: #f0f8ff;
  padding: 23px 15px 36px;
  transition: all 0.1s ease-in-out;
  /* z-index: 9999; */
}
.service-block-one .inner-box:hover {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 3px solid #293085;
  /* background-color: #f9c2d3; */
  /* -webkit-filter:  grayscale(100%) brightness(51%); */
  /* opacity: 0.5; */

  transform: scale(1.1);
}
.service-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* transition:all 500ms ease */
}
.service-block-one .inner-box:hover:before {
  height: 100%;
  top: 0;
}
.service-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 8px;
  z-index: 1;
  /* transition:all 500ms ease */
}
.service-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  /* background:#303030; */
  width: 72px;
  height: 72px;
  border-radius: 50%;
  left: -9px;
  top: -13px;
  z-index: -1;
  /* transition:all 500ms ease */
}
.service-block-one .inner-box:hover .icon-box:before {
  background: transparent;
}
.service-block-one .inner-box:hover .icon-box {
  transform: rotateY(360deg);
  color: #fff;
}
.service-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 9px;
}
.service-block-one .inner-box h3 a {
  display: inline-block;
  color: #f960a7;
}
.service-block-one .inner-box p {
  position: relative;
  color: #1c2483;
  margin-bottom: 33px;
}
.service-block-one .inner-box .theme-btn {
  padding: 12px 25px;
}
.service-block-one .inner-box:hover .theme-btn {
  background: #000;
}
.service-section .sec-title {
  margin-bottom: 70px;
}

.service-section .sec-title span {
  margin-bottom: 21px;
}
.service-block-one .inner-box .icon-box {
  color: #ed3c0d;
}
/* .service-block-one .inner-box:before{
  background:#73b9cd;
} */
/* .theme-btn{
  position:relative;
  display:inline-block;
  font-size:15px;
  background:#da292a;
  line-height:26px;
  font-weight:700;
  font-family:'Rubik',sans-serif;
  color:#fff!important;
  text-align:center;
  cursor:pointer;
  border-radius:5px;
  z-index:1;
  transition:all 500ms ease;
} */
.theme-btn:before {
  position: absolute;
  content: "";
  background: #1c1d1f;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.theme-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .service-block-one .inner-box {
    padding: 30px;
  }
  .service-block-one {
    margin-bottom: 15px;
  }
  .theme-btn {
    padding: 10px 20px;
  }
}
.service-color {
  background-color: #ffff;
}
.read_more_btn:hover {
  /* background-color: #fff; */
  border-color: #0045ab;
  /* color: #000; */
  position: relative;
  display: inline-block;
  font-size: 15px;
  background: #ffff;
  line-height: 26px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #0045ab !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.service-para {
  text-align: justify;
  padding-left: 10px;
  font-family: sans-serif;
  font-size: 19px;
}

/* service box end */

/* testimonial  */

.demo {
  background: #f7f6f7;

  padding: 22px;
}

.testimonial {
  color: #000;
  padding: 10px 60px;
  margin: 0 15px 10px 15px;
  text-align: justify;
  position: relative;
  font-size: 20px;
}
.testiminial:before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: #d96b99; */
  position: absolute;
  top: 4%;
  left: 2%;
  opacity: 0.5;
  z-index: -1;
}

.testimonial .title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
}
.testimonial .description {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}
.testimonial .testimonial-content {
  position: relative;
}
/* .testimonial .testimonial-content:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
} */
.testimonial .pic {
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .content {
  display: inline-block;
  margin: 10px 0;
}
.testimonial .name {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.testimonial .post {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.testimonial .rating {
  padding: 0;
  margin: 0;
  list-style: none;
}
.testimonial .rating li {
  display: inline-block;
  color: #ffc207;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
  background: #0d8a63;
}
@media only screen and (max-width: 479px) {
  .testimonial .testimonial-content:after {
    content: "";
  }
}

.element p {
  font-family: sans-serif;
  font-size: 14px;
  justify-content: right;
  color: #000;
  text-align: justify;
}
.btn-readmore {
  cursor: pointer;
  margin-top: 10px;
}
/* testimonial end */

/* for appointment */

.scroll {
  height: 1000px;
}
p {
  color: #fff;
  font-size: 1.5rem;
}
.btn.book-now {
  background: #0d83a1;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  height: 50px;
  top: 119px;
  line-height: 50px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 291px;
  z-index: 9999;
  /* Hover styles, 
  media queries */
}
/* for appointment end */

/* services page  start */
.page-title {
  background-color: pink;
  padding: 10px 0 7px 0;
}
.pagetitle__heading {
  margin-right: 23%;
  color: #19247f;
  padding: 0;
  margin: 0;
}
nav ol.bread-menu {
  background-color: transparent;
}
.breadcrumb-item a {
  color: #19247f;
  font-weight: 600;
}

.th-head-top {
  border-bottom: 3px solid pink;
  margin-left: 32%;
  width: 35%;
  color: #0045ab;
}
.about-defi {
  color: #000;
  font-family: sans-serif;
  font-size: 20px;
}

@media (max-width: 768px) {
  .pagetitle__heading {
    margin-right: 30%;
  }
}
@media (max-width: 360px) {
  .pagetitle__heading {
    margin-right: 25%;
  }
}
/* services page end  */






/* footer services  */


 .footer-services {
  font-size: 14px;
  margin-top: 0px;
  padding: 10px 0;
  background-color: #6e77d8 !important;
  overflow: hidden;
}
.footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 16px;
  font-size: 14px;
  padding-bottom: 0;
  color: #fff;
}
.footer-services li a{
  color:#fff;
  font-size: 16px;
} 
/* footer services end */








/* faq start  */






footer h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'inherit' ;
  color: white;
  margin-top: 13px;
  margin-bottom: 38px;
}



p {
  margin: 10px 0 10px;
}



.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 10px;
  background: #fff;
  border: 2px solid #d43076;
}

.resume .resume-item::before:hover{
  background:#d43076;
}

.resume .resume-item {
  padding: 0 0 3px 20px;
  margin-top: -2px;
  border-left: 2px solid #d43076;
  position: relative;
  margin-left: 15px;
}

.resume h3 {
  margin-bottom: 20px;
  margin-top: 14px;
  margin-left: 15px;
}

.resume h3 {
  font-size: 21px;
  /* margin-top: -10px; */
  /* background: #6c757d21; */
  padding: 8px;
}

h3 {
  margin-top: 13px;
}


.accordion {
  border: none;
}

.accordion .accordion__item {
  box-shadow: 0 0 1.25rem rgba(5, 93, 235, 0.1);
  background: transparent;
  margin-bottom: 10px;
  position: relative;
  border: none;
}


.resume {
  margin-top: -211px;
}

@media screen and (max-width:993px) {
  .resume {
      margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .doctor-details-left {
      position: relative;
      height: 100%;
      min-height: 329px !important;
  }

  .resume {
      margin-top: 0px;
  }
}

ul {
  margin-left: 16px;
}


.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 10px;
  background: #fff;
  border: 2px solid #133b79;
}

.resume .resume-item {
  padding: 0 0 3px 20px;
  margin-top: -2px;
  border-left: 2px solid #133b79;
  position: relative;
  margin-left: 15px;
}



.resume h3 {
  margin-bottom: 20px;
  margin-top: 14px;
  margin-left: 15px;
}

.resume h3 {
  font-size: 21px;
  /* margin-top: -10px; */
  /* background: #6c757d21; */
  padding: 8px;
}

h3 {
  margin-top: 13px;
}



.accordion {
  border: none;
}

.accordion .accordion__item {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
  background: transparent;
  margin-bottom: 10px;
  position: relative;
  border: none;
}


@media only screen and (max-width: 600px) {
  .doctor-details-left {
      position: relative;
      height: 100%;
      min-height: 329px !important;
  }
}



.resume h3 {
  font-size: 21px;
  /* margin-top: -10px; */
  /* background: #384d75; */
  padding: 8px;
  color: rgb(185, 26, 26);
}

.resume .resume-item {
  padding: 0 0 3px 20px;
  margin-top: -18px;
  border-left: 2px solid #133b79;
  position: relative;
  margin-left: 15px;
}

.resume h3 {
  margin-bottom: 37px;
  margin-top: 14px;
  margin-left: 15px;
}

.resume h3 {
  font-size: 21px;
  /* margin-top: -10px; */
  /* background: #384d75; */
  padding: 8px;
  color: white;
  margin-bottom: 10px;
}





.resume h3 {
  font-size: 21px;
  /* background: #384d75; */
  padding: 8px;
  color: white;
  font-weight: bold;
  margin-left: -11px !important;
  margin-bottom: 10px;
  color: #103974 !important;
}



/* .resume {
  margin-top: -314px !important;
} */
.doctor-details-item h1,
h2,
h3,
h4,
h5,
h6 {
  color: #103a77 !important;
}

h3 {
  margin-top: 8px !important;
}

@media only screen and (max-width: 600px) {
  .resume {
      margin-top: 0px !important;
  }

}
.faq-text-color{
  color: #1c2483;
  font-size: 19px;

}



/* 
.heading-title-faq {
color: #f960a7;
    border-bottom: 2px solid transparent;
    width: 43%;
    border-image: linear-gradient(0.25turn, rgb(249 96 167), rgb(13 130 161), rgb(249 96 167));
    border-image-slice: 1;
   
  } */
/* faq end  */



.ck-editor__editable {min-height: 100px;}

.article p{
  color:#595555;
  font-family: sans-serif;
  text-align: justify;
  font-size: 18px;
}
.article h1{
  font-size: 22px;
}
.article h2{
  font-size: 22px;
}
.article h3{
  font-size: 22px;
}

.article h4{
  font-size: 20px;
}

.article ul li{
    list-style-type: disc;
    font-size: 18px;
    color: #595555;
    font-family: sans-serif;
}

