/*********** variables ***********/
/*********** variables# ***********/
/*********** functions ***********/
/*********** functions# ***********/
/*** Common CSS Start ***/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}
.back-to-top a {
  color: #787884;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-weight: 700;
  font-family: "Fredoka", sans-serif;
}

.display-4, .display-5, .display-6 {
  font-weight: 600;
}

.wow, .animated {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

/*** Common CSS End ***/
/*********** global styles ***********/
.main-button-red a {
  font-size: 16px;
  color: #787884;
  background-color: #ddb6b7;
  padding: 10px 36px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.bl-rounded-1 {
  border-radius: 1rem;
}

/*** inner page banner ***/
.bl-contact-banner {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 182, 183, 0.5)), to(rgba(120, 120, 132, 0.5))), url("../image/banner/contact.jpg");
  background: linear-gradient(rgba(221, 182, 183, 0.5), rgba(120, 120, 132, 0.5)), url("../image/banner/contact.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-contact-banner .container {
  height: 60vh;
  line-height: 60vh;
}
.bl-contact-banner .container h1 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}

.bl-knowledge-banner {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 182, 183, 0.5)), to(rgba(120, 120, 132, 0.5))), url("../image/banner/knowledge.jpg");
  background: linear-gradient(rgba(221, 182, 183, 0.5), rgba(120, 120, 132, 0.5)), url("../image/banner/knowledge.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-knowledge-banner .container {
  height: 60vh;
  line-height: 60vh;
}
.bl-knowledge-banner .container h1 {
  display: inline-block;
  vertical-align: middle;
  color: #1e1e1e;
  font-weight: 600;
  font-size: 2rem;
}

.bl-postpartum-banner {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 120, 132, 0.6)), to(rgba(221, 182, 183, 0.5))), url("../image/banner/postpartum.jpg");
  background: linear-gradient(rgba(120, 120, 132, 0.6), rgba(221, 182, 183, 0.5)), url("../image/banner/postpartum.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-postpartum-banner .container {
  height: 85vh;
  line-height: 85vh;
}
.bl-postpartum-banner .container h1 {
  display: inline-block;
  vertical-align: middle;
  color: #787884;
  font-weight: 600;
  font-size: 2rem;
}

.bl-hospital-1-banner {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 120, 132, 0.6)), to(rgba(221, 182, 183, 0.5))), url("../image/banner/hrcfertility.jpg");
  background: linear-gradient(rgba(120, 120, 132, 0.6), rgba(221, 182, 183, 0.5)), url("../image/banner/hrcfertility.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-hospital-1-banner .container {
  height: 90vh;
  line-height: 90vh;
}
.bl-hospital-1-banner .container h1 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}

.bl-hospital-2-banner {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 120, 132, 0.6)), to(rgba(221, 182, 183, 0.5))), url("../image/banner/hkarc.jpg");
  background: linear-gradient(rgba(120, 120, 132, 0.6), rgba(221, 182, 183, 0.5)), url("../image/banner/hkarc.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-hospital-2-banner .container {
  height: 90vh;
  line-height: 90vh;
}
.bl-hospital-2-banner .container h1 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}

.bl-hospital-3-banner {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 120, 132, 0.6)), to(rgba(221, 182, 183, 0.5))), url("../image/banner/hospital-3.jpg");
  background: linear-gradient(rgba(120, 120, 132, 0.6), rgba(221, 182, 183, 0.5)), url("../image/banner/hospital-3.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-hospital-3-banner .container {
  height: 90vh;
  line-height: 90vh;
}
.bl-hospital-3-banner .container h1 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .display-3 {
    font-size: 1.5rem;
  }
}

/***********  Responsive# ***********/
/*********** caption ***********/
.caption-wrap {
  text-align: center;
  padding-top: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 72, 128, 0.3)), to(rgba(255, 72, 128, 0.1)));
  background: linear-gradient(rgba(255, 72, 128, 0.3), rgba(255, 72, 128, 0.1));
}
.caption-wrap .caption-1 {
  border-radius: 10% 30%;
  color: #787884;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ddb6b7;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.caption-wrap .summary-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

/*********** caption# ***********/
/*** team ***/
.team .team-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.team .team-item:hover .team-icon a.share-link {
  opacity: 1;
}
.team .team-item:hover .team-content {
  background: var(--bs-primary) !important;
  border-radius: 0 0 10px 10px;
}
.team .team-item:hover .team-content h4 {
  color: var(--bs-white) !important;
}
.team .team-item:hover .team-content p {
  color: var(--bs-dark) !important;
}
.team .team-item .team-icon {
  position: absolute;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.team .team-item .team-icon a.share-link {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .team-item .team-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .team-item .team-content h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team .team-item .team-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*** team# ***/
/*** consultant ***/
.consultant .consultant-carousel {
  position: relative;
}
.consultant .consultant-carousel .owl-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.consultant .consultant-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-primary);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.consultant .consultant-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-secondary);
}

/*** consultant# ***/
/*** immigration ***/
.immigration .immigration-item {
  width: 100%;
  height: 100%;
  border-radius: 30%;
  position: relative;
}
.immigration .immigration-item .immigration-inner .immigration-rate {
  position: absolute;
  width: 120px;
  top: -20px;
  left: 50%;
  margin-left: -60px;
  border-radius: 10%/50%;
}
.immigration .immigration-item .immigration-inner .immigration-img .event-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
}
.immigration .immigration-item .immigration-inner .immigration-img:hover .event-overlay {
  opacity: 1;
}
.immigration .immigration-item .immigration-inner .immigration-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  background: rgba(249, 208, 206, 0.7);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.immigration .immigration-item .immigration-inner .immigration-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.immigration .immigration-item:hover .immigration-img::after {
  height: 100%;
  opacity: 1;
}
.immigration .immigration-item:hover .immigration-text a.h4 {
  color: var(--bs-primary) !important;
}
.immigration .immigration-item:hover .immigration-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.immigration .immigration-item .immigration-text a.h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*** immigration# ***/
/*** baby ***/
/*** program Start ***/
.program {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 72, 128, 0.1)), to(rgba(255, 72, 128, 0.1)));
  background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}
.program .program-item .program-text {
  padding-top: 150px;
  margin-top: -125px;
}
.program .program-item .program-img img, .program .program-item:hover .program-text-inner a.h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.program .program-item:hover .program-img img,
.program .program-item:hover .program-text-inner a.h4 {
  color: var(--bs-primary) !important;
}

/*** Programs End ***/
/*** baby# ***/
/*** contact ***/
.contact .contact-add-item {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: var(--bs-light);
}
.contact .contact-add-item .contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #787884;
  -webkit-animation-name: icon-animat;
          animation-name: icon-animat;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*** contact# ***/
.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgb(255, 255, 255))), url(../image/base/background.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgb(255, 255, 255)), url(../image/base/background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-item a.text-body:hover {
  color: var(--bs-primary) !important;
}

/*** footer# ***/
/*********** header ***********/
.sub-header {
  position: relative;
  background-color: #ddb6b7;
  z-index: 1111;
}
.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}
.sub-header .left-content p em {
  font-style: normal;
  color: #ddb6b7;
}
.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}
.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}
.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-header .right-icons ul li a:hover {
  color: #ddb6b7;
}

.header-area {
  background-color: rgba(221, 182, 183, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
}
.header-area.header-sticky {
  min-height: 80px;
}
.header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
  color: #ddb6b7 !important;
}
@media (max-width: 767px) {
  .header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
    color: #ddb6b7 !important;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .header-area .container {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-area .menu-trigger {
    display: block !important;
  }
}
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}
@media (max-width: 1200px) {
  .header-area .main-nav:before {
    display: none;
  }
}
.header-area .main-nav .logo {
  line-height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
}
.header-area .main-nav .logo img {
  height: 65px;
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media (max-width: 767px) {
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li {
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
}
.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
.header-area .main-nav .nav li:hover a {
  color: #ddb6b7 !important;
}
.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}
.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 250px;
  overflow: hidden;
  top: 40px;
  left: -25px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  visibility: hidden;
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    display: none;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 0px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0s;
    transition: all 0s;
    height: auto;
  }
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover {
  background: #fff;
  color: #ddb6b7 !important;
  padding-left: 25px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #ddb6b7 !important;
  padding-left: 25px;
}
.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li.sub-menu:hover ul, .header-area .main-nav .nav li.sub-menu:focus ul {
    height: 0px;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li.sub-menu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li.sub-menu ul li a:hover:before {
    width: 0px;
  }
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ddb6b7 !important;
  }
}
.header-area .main-nav .nav li a.active {
  color: #ddb6b7 !important;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.header-area .main-nav .menu-trigger.active span {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  width: 100%;
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
          transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
  width: 100%;
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
          transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 16px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:before {
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: 33% 100%;
          transform-origin: 33% 100%;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 75%;
  height: 2px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: 33% 0;
          transform-origin: 33% 0;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  top: 10px;
  width: 75%;
}

.background-header {
  background-color: #787884 !important;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(221, 182, 183, 0.15) !important;
          box-shadow: 0px 0px 10px rgba(221, 182, 183, 0.15) !important;
}
.background-header .logo {
  color: #1e1e1e !important;
}
.background-header .main-nav .logo {
  line-height: 75px;
}
.background-header .main-nav .menu-trigger {
  top: 23px;
}
.background-header .main-nav .menu-trigger.active span:before, .background-header .main-nav .menu-trigger.active span:after {
  background-color: #ffffff;
}
.background-header .main-nav .menu-trigger span {
  background-color: #ffffff;
}
.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}
.background-header .nav {
  margin-top: 20px !important;
}

/*********** header# ***********/
/*** carousel ***/
.carousel-item {
  position: relative;
  min-height: 100vh;
}
.carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-item .carousel-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 120, 132, 0.8)), to(rgba(120, 120, 132, 0.5)));
  background: linear-gradient(rgba(120, 120, 132, 0.8), rgba(120, 120, 132, 0.5));
  background-size: cover;
}

.carousel-control-prev, .carousel-control-next {
  opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  background: transparent;
}

#carousel-container .carousel-indicators {
  padding-bottom: 30px;
}
#carousel-container .carousel-indicators li {
  border-top: 10px solid var(--bs-white);
  border-bottom: 10px solid var(--bs-white);
  border-right: 5px solid var(--bs-white);
  border-left: 5px solid var(--bs-white);
  margin-right: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#carousel-container .carousel-indicators li.active {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  border-right: 15px solid var(--bs-primary);
  border-left: 15px solid var(--bs-primary);
}

/*** carousel# ***/
/*********** main-banner ***********/
.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 18px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .main-banner .caption h6 {
    font-weight: 500;
  }
  .main-banner .caption h2 {
    font-size: 36px;
  }
}
/*********** main-banner* ***********/
/*** About Start ***/
.video {
  position: relative;
  height: 100%;
  min-height: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url(/static/image/base/company.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(/static/image/base/company.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .video {
    min-height: 400px;
  }
}
.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-secondary);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-white);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.video.border {
  border-radius: 10% 4%/2% 8%;
}

.about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgb(221, 182, 183))), url(/static/image/base/background-index.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgb(221, 182, 183)), url(/static/image/base/background-index.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** About End ***/
/*** service Start ***/
.service {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 72, 128, 0.05)), to(rgba(255, 72, 128, 0.2)));
  background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}

.service .service-item {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 10% 4%/2% 8%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.service-content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  background: transparent;
  border-radius: 10% 4%/2% 8%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-item:hover {
  border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
  background: var(--bs-secondary);
  width: 100%;
  opacity: 1;
  z-index: 1;
}

.service-item .service-content .service-content-inner {
  position: relative;
  z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
  color: var(--bs-white) !important;
}

.service-item:hover .service-content-inner a.h4 {
  color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
  background: var(--bs-white) !important;
  color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

/*** Service End ***/
/*** Events Start ***/
.events .events-item {
  width: 100%;
  height: 100%;
  border-radius: 30%;
  position: relative;
}

.events .events-item .events-inner .events-rate {
  position: absolute;
  width: 120px;
  top: -20px;
  left: 50%;
  margin-left: -60px;
  border-radius: 10%/50%;
}

.events .events-item .events-inner .events-img .event-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
  opacity: 1;
}

.events .events-item .events-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  background: rgba(249, 208, 206, 0.7);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.events .events-item:hover .events-img::after {
  height: 100%;
  opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
  color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/*** Events End ***/
/*** Blog Start ***/
.blog .blog-item .blog-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  background: rgba(249, 208, 206, 0.7);
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
  opacity: 1;
}

.blog .blog-item .blog-date-comments {
  padding-top: 150px !important;
  margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
  color: var(--bs-primary);
}

/*** Blog End ***/
/*** Team Start ***/
.team .team-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.team .team-item .team-icon {
  position: absolute;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
  opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team .team-item:hover .team-content {
  background: var(--bs-primary) !important;
  border-radius: 0 0 10px 10px;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
  color: var(--bs-dark) !important;
}

/*** Team end ***/
/*** testimonial Start ***/
.testimonial .testimonial-carousel {
  position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-primary);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-secondary);
}

/*** testimonial End ***/