/* hepatolog.az - main site stylesheet.
   Pulls in bootstrap, Font Awesome and animate.css via the @import lines below. */


/* Bottom to Top key frame */
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

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

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

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

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
/* Move frame */
/* Heartbeat frame */
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Button Style */
.theme_btn {
  background-image: linear-gradient(to right, #771c2e 0%, #ca2e31 51%, #771c2e 100%);
  border-radius: 30px;
  padding: 0 15px;
  line-height: 60px;
  display: block;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 180px;
  transition: 0.5s;
  background-size: 200% auto;
}
.theme_btn:hover {
  background-position: right center;
}

.play_btn {
  position: relative;
  color: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #7b1e31;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 1;
}
.play_btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #7b1e31;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

/* Prefix Styles */
body {
  font-family: "Poppins", sans-serif;
  /* Section Fix */
  /* Ancore */
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
body p {
  color: #000;
  margin: 0;
  font: 400 16px/30px "Rubik", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 4px !important;
}
body a,
body button {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before,
body a:after,
body button:before,
body button:after {
  transition: all 300ms linear 0s;
}
body a:focus,
body a:hover,
body button:focus,
body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

.top_header {
  background: #7b1e31;
}
.top_header .top_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.top_header .top_header_content .content li {
  display: inline-block;
}
.top_header .top_header_content .content li a {
  color: #F1F1F1;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding-right: 40px;
  font-family: "Rubik", sans-serif;
  transition: .4s;
}
.top_header .top_header_content .content li a i {
  padding-right: 10px;
}
.top_header .top_header_content .content li a i.phone {
  transform: rotate(90deg);
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.top_header .top_header_content .content li a:hover {
  color: #ca2e31;
}
.top_header .top_header_content .social_icon li {
  display: inline-block;
}
.top_header .top_header_content .social_icon li a {
  color: #F2F7FA;
  padding-left: 25px;
  transition: .4s;
}
.top_header .top_header_content .social_icon li a:hover {
  color: #ca2e31;
}

.main_header {
  background: #ffffff;
  padding: 15px 0;
  z-index: 999;
}
.main_header .navbar {
  padding: 0;
}
.main_header .navbar-collapse {
  justify-content: flex-end;
}
.main_header ul {
  align-items: center;
}
.main_header ul li a {
  color: #7b1e31;
  margin-left: 36px;
  letter-spacing: 0.8px;
}
.main_header ul li a:hover {
  color: #771c2e;
}
.main_header ul li .theme_btn {
  width: 150px;
  height: 60px;
  margin-left: 50px;
  background-image: linear-gradient(to right, #771c2e 0%,  #ca2e31 51%, #771c2e 100%);
}
.main_header ul li.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  /* Sub dropdown */
}
@media (min-width: 991px) {
  .main_header ul li.dropdown .dropdown-menu {
    top: 84px;
    left: 35px;
    display: block;
    width: 250px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.main_header ul li.dropdown .dropdown-menu li a {
  line-height: 40px;
  display: block;
  margin: 0;
  padding: 5px 30px;
  border: 1px solid rgba(153, 153, 153, 0.15);
}
.main_header ul li.dropdown .dropdown-menu li a:hover, .main_header ul li.dropdown .dropdown-menu li a:focus {
  color: #ffffff;
  background: #771c2e;
}
.main_header ul li.dropdown .dropdown-menu > .dropdown {
  position: relative;
}
.main_header ul li.dropdown .dropdown-menu > .dropdown i {
  float: right;
  line-height: 40px;
}
.main_header ul li.dropdown .dropdown-menu > .dropdown a:after {
  border: 0;
}
@media (min-width: 991px) {
  .main_header ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    transform: translateZ(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0px;
    display: block;
  }
}
@media (min-width: 991px) {
  .main_header ul li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header ul li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
    transform: scale(1, 1);
  }
}
@media (min-width: 991px) {
  .main_header ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 64px;
  }
}
.main_header.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 5px 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(70px);
  transition: transform 500ms ease, background 200ms ease;
}
.main_header.navbar_fixed ul li.dropdown:hover .dropdown-menu {
  top: 50px;
}
.main_header.navbar_fixed ul li.dropdown:hover .dropdown-menu > .dropdown .dropdown-menu {
  top: 0;
}

.banner_section {
  padding-top: 180px;
  padding-bottom: 220px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
.banner_section .banner_content {
  max-width: 710px;
}
.banner_section .banner_content h1 {
  font-weight: 800;
  font-size: 50px;
  color: #ffffff;
}
.banner_section .banner_content p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 550px;
}
.banner_section .banner_content .theme_btn {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  width: 200px;
  height: 60px;
}
.banner_section .banner_content .play_btn {
  margin-left: 35px;
}

.pages_banner {
  /* background is drawn with CSS (see refresh.css) — no image is downloaded */
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.pages_banner:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90.48deg, rgb(123 30 49 / 80%) -1.21%, rgba(22, 47, 98, 0.33) 75.47%);
}
.pages_banner .pages_banner_content h1,
.pages_banner .pages_banner_content h2 {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  padding-bottom: 10px;
}
.pages_banner .pages_banner_content ul li {
  display: inline-block;
}
.pages_banner .pages_banner_content ul li a {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}
.pages_banner .pages_banner_content ul li a.active {
  color: #ca2e31;
}

.features_section {
  padding: 120px 0;
  overflow: hidden;
}
.features_section .features_item {
  background: #F2F7FA;
  border-radius: 10px;
  text-align: center;
  padding: 30px 30px;
}
.features_section .features_item .icon {
  background: linear-gradient(180deg, #ca2e31 0%, #771c2e 100%);
  box-shadow: 0px 20px 20px rgba(121, 126, 246, 0.2);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 70px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.features_section .features_item .icon.icon1 {
  background: linear-gradient(180deg, #ff9f14 0%, #fc7575 100%);
  box-shadow: 0px 20px 20px rgba(255, 159, 20, 0.2);
}
.features_section .features_item .icon.icon2 {
  background: linear-gradient(180deg, #7b1e31 0%, #eb58b9 100%);
  box-shadow: 0px 20px 20px rgba(252, 117, 117, 0.2);
}
.features_section .features_item .icon.icon3 {
  background: linear-gradient(180deg, #26ad8e 0%, #5bc199 100%);
  box-shadow: 0px 20px 20px rgba(38, 173, 142, 0.2);
}
.features_section .features_item a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #7b1e31;
  padding-top: 25px;
  display: block;
}
.features_section .features_item a:hover {
  color: #771c2e;
}
.features_section .features_item p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.about_section {
  background: #F2F7FA;
  padding: 120px 0;
  overflow: hidden;
}
.about_section .about_images img {
  border-radius: 10px;
}
.about_section .about_content {
  margin-left: -36px;
}
.about_section .about_content .expert_doctor {
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.about_section .about_content h6 {

  font-weight: 500;
  font-size: 16px;
  color: #771c2e;
}
.about_section .about_content h1 {
  font-weight: bold;
  font-size: 40px;
  color: #7b1e31;
  line-height: 55px;
}
.about_section .about_content p {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 5px;
}
.about_section .about_content ul {
  padding: 0;
  padding-bottom: 25px;
}
.about_section .about_content ul li {
  font-weight: 500;
  font-size: 16px;
  color: #7b1e31;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin: 10px 0;
}
.about_section .about_content ul li .icon {
    color: #ffffff;
    width: 28px;
    height: 28px;
    background: linear-gradient(180deg, #f14972 0%, #7b1e31 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    margin-right: 10px;
    font-size: 13px;
    display: inline-block;
}
.about_section .about_content ul li .icon.one {
  background: linear-gradient(180deg, #5bc199 0%, #26ad8e 100%);
}
.about_section .about_content .media {
  align-items: center;
  margin-left: 10px;
}
.about_section .about_content .media img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.about_section .about_content .media h5 {
  font-weight: bold;
  font-size: 20px;
  color: #7b1e31;
}
.about_section .about_content .media small {
  font-weight: normal;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #999999;
}

.about_section_pages_three {
  padding: 120px 0;
  overflow: hidden;
  background: #ffffff;
}
.about_section_pages_three .about_content {
  margin: 0;
  position: relative;
  width: 100%;
}
.about_section_pages_three .about_content h1 span {
  color: #FC7575;
}
.about_section_pages_three .about_content .expert_doctor {
  border: unset;
  padding-top: 20px;
}
.about_section_pages_three .about_images {
  max-width: 470px;
  padding: 0;
}
.about_section_pages_three .about_images img {
  max-width: 100%;
}
.about_section_pages_three .about_images:after {
  display: none;
}

.services_section {
  overflow: hidden;
}
.services_section .service_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services_section .service_title .services_content {
  max-width: 100%;
}
.services_section .service_title .services_content h6 {
  font-weight: 500;
  font-size: 16px;
  color: #771c2e;
  margin-bottom: 40px;
}
.services_section .service_title .services_content h1 {
  font-size: 40px;
  line-height: 48px;
  color: #7b1e31;
  font-weight: bold;
  margin-bottom: 8px;
}
.services_section .features_item .icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f14972 0%, #eb58b9 100%);
  box-shadow: 0px 20px 20px rgba(235, 88, 185, 0.15);
  margin-top: 10px;
}
.services_section .features_item .icon.icon1 {
  background: linear-gradient(180deg, #ca2e31 0%, #771c2e 100%);
  box-shadow: 0px 20px 20px rgba(121, 126, 246, 0.15);
}
.services_section .features_item .icon.icon2 {
  background: linear-gradient(180deg, #ff9f14 0%, #fc7575 100%);
  box-shadow: 0px 20px 20px rgba(121, 126, 246, 0.15);
}
.services_section .features_item a {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
.services_section .features_item a:hover, .services_section .features_item a:focus {
  color: #ff9f14;
}
.services_section .features_item a svg {
  margin-right: 10px;
}
.services_section .features_item p {
  padding: 15px 0;
  font-size: 15px;
}
.services_section .services_caros {
  position: relative;
}
.services_section .services_caros .owl-nav {
  top: -135px;
  position: absolute;
  right: 0px;
}
.services_section .services_caros .owl-nav .owl-prev,
.services_section .services_caros .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  margin-left: 5px;
  color: #771c2e;
}
.services_section .services_caros .owl-nav .owl-prev:hover,
.services_section .services_caros .owl-nav .owl-prev:focus,
.services_section .services_caros .owl-nav .owl-prev.owl-next,
.services_section .services_caros .owl-nav .owl-next:hover,
.services_section .services_caros .owl-nav .owl-next:focus,
.services_section .services_caros .owl-nav .owl-next.owl-next {
  background: linear-gradient(180deg, #ca2e31 0%, #771c2e 100%);
  color: #ffffff;
}

.services_details_section {
  padding: 70px 0;
  overflow: hidden;
}
.services_details_section .widget {
  background: #F2F7FA;
  border-radius: 10px;
  padding: 25px 30px;
  margin: 50px 0;
  margin-right: 20px;
}
.services_details_section .category h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #7b1e31;
  position: relative;
  margin-bottom: 20px;
}
.services_details_section .category h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 4px;
  background: #771c2e;
  border-radius: 2px;
  left: 0;
  bottom: 0;
}
.services_details_section .category .media {
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 5px;
  align-items: center;
}
.services_details_section .category .media.last {
  border: none;
}
.services_details_section .category .media .icon {
  width: 40px;
  height: 40px;
  background: #771c2e;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.services_details_section .category .media .icon.icon_one {
  background: #ca2e31;
}
.services_details_section .category .media .icon.icon_two {
  background: #FF9F14;
}
.services_details_section .category .media .icon.icon_three {
  background: #FC7575;
}
.services_details_section .category .media .media-body {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #7b1e31;
  margin-left: 20px;
}
.services_details_section .category .media .media-body:hover, .services_details_section .category .media .media-body:focus {
  color: #ff9f14;
}
.services_details_section .category .media .media-body span {
  float: right;
  color: #ff9f14;
  font-size: 15px;
}

.technology_section {
  overflow: hidden;
  padding: 120px 0;
}
.technology_section .technology_content {
  padding-top: 40px;
}
.technology_section .technology_content .people_choose {
  max-width: 470px;
}
.technology_section .technology_content .people_choose h6 {
  font-weight: 500;
  font-size: 16px;

  font-family: "Rubik", sans-serif;
  color: #771c2e;
  padding-bottom: 15px;
}
.technology_section .technology_content .people_choose h2 {
  font-weight: bold;
  font-size: 40px;
  color: #7b1e31;
  padding-bottom: 15px;
}
.technology_section .technology_content .people_choose h2 span {
  color: #FC7575;
}
.technology_section .technology_content .people_choose p {
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  padding-bottom: 20px;
}
.technology_section .technology_content .contact h3 {
  font-weight: 600;
  font-size: 18px;
  color: #7b1e31;
  padding: 30px 0;
}
.technology_section .technology_content .contact .media i {
  height: 50px;
  width: 50px;
  background: #771c2e;
  border-radius: 10px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  line-height: 50px;
  margin-right: 15px;
}
.technology_section .technology_content .contact .media i.mail_icon {
  background: #FC7575;
}
.technology_section .technology_content .contact .media .media-body h5 {
  font-weight: 500;
  font-size: 16px;
  color: #771c2e;
  font-family: "Rubik", sans-serif;
}
.technology_section .technology_content .contact .media .media-body p {
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #7b1e31;
}
.technology_section .technology_content .contact .media.mail {
  margin-left: -55px;
}
.technology_section .images {
  background: url(../images/bg2.png) no-repeat;
  display: block;
  position: relative;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-position: bottom right;
  background-size: contain;
}
.technology_section .images img {
  max-width: 100%;
}
.technology_section .images .play_btn {
  background: #F2F7FA;
  color: #7b1e31;
  position: absolute;
    top: 45%;
    right: 45%;
}
.technology_section .images .play_btn:before {
  background: #F2F7FA;
}

.testimonial_section {
  padding-top: 100px;
  padding-bottom: 120px;
}
.testimonial_section .testimonial_heading h6 {

  font-weight: 500;
  font-size: 18px;
  color: #771c2e;
}
.testimonial_section .testimonial_heading h2 {
  font-weight: bold;
  font-size: 40px;
  color: #7b1e31;
  padding-top: 10px;
}
.testimonial_section .testimonial_item {
  margin-top: 90px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px -10px rgba(22, 47, 98, 0.2);
  border-radius: 10px;
}
.testimonial_section .testimonial_item P {
  line-height: 30px;
}
.testimonial_section .testimonial_item .media {
  padding-top: 15px;
}
.testimonial_section .testimonial_item .media img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial_section .testimonial_item .media .media-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial_section .testimonial_item .media .media-body h5 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.testimonial_section .testimonial_item .media .media-body p {
  font-size: 14px;
  line-height: 30px;
  color: #771c2e;
}
.testimonial_section .testimonial_item .media .media-body i {
  font-size: 47px;
  color: #fc7575;
}

.latest-news_section {
  background: #F2F7FA;
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}
.latest-news_section .latest_news .item {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.latest-news_section .latest_news .item .images {
  overflow: hidden;
  display: block;
}
.latest-news_section .latest_news .item .images img {
  max-width: 100%;
  transition: all 500ms ease-in-out;
}
.latest-news_section .latest_news .item ul {
  margin-left: 35px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.latest-news_section .latest_news .item ul li {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  color: #999999;
  display: inline-block;
  margin-right: 15px;
}
.latest-news_section .latest_news .item ul li i {
  color: #fc7575;
  margin-right: 10px;
}
.latest-news_section .latest_news .item ul li a {
  color: #999999;
}
.latest-news_section .latest_news .item ul li a:hover, .latest-news_section .latest_news .item ul li a:focus {
  color: #fc7575;
}
.latest-news_section .latest_news .item .content {
  padding: 0 35px;
}
.latest-news_section .latest_news .item .content .heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #7b1e31;
  padding-top: 10px;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
}
.latest-news_section .latest_news .item .content .heading:hover {
  color: #771c2e;
}
.latest-news_section .latest_news .item .content p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.latest-news_section .latest_news .item .content .link {
  font-weight: 500;
  font-size: 15px;
  color: #7b1e31;
  text-decoration: underline;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 40px;
}
.latest-news_section .latest_news .item .content .link i {
  color: #fc7575;
  margin-right: 10px;
}
.latest-news_section .latest_news .item .content .link:hover, .latest-news_section .latest_news .item .content .link:focus {
  color: #fc7575;
}
.latest-news_section .latest_news .item:hover .images img {
  transform: scale3D(1.2, 1.2, 1);
}

.letest_news_area {
  background: #ffffff;
}
.letest_news_area .service_title {
  text-align: center;
}
.letest_news_area .service_title .services_content {
  margin: 0 auto;
}
.letest_news_area .item {
  margin: 0 auto 30px;
}
.letest_news_area .theme_btn {
  margin: 40px auto 0;
  border-radius: 5px;
}

.blog_pages_v1 {
  padding: 120px 0;
}
.blog_pages_v1 .blog_item {
  border: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog_pages_v1 .blog_item .images {
  margin-bottom: 20px;
}
.blog_pages_v1 .blog_item .images img {
  max-width: 100%;
}
.blog_pages_v1 .blog_item .blog_content {
  padding: 0 51px;
}
.blog_pages_v1 .blog_item .blog_content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #7b1e31;
  padding: 15px 0;
}
.blog_pages_v1 .blog_item .blog_content .theme_btn {
  border-radius: 5px;
  margin: 40px 0;
}
.blog_pages_v1 .widget {
  margin: 0;
  margin-bottom: 50px;
  margin-left: 20px;
}
.blog_pages_v1 .widget.recent_posts .custom_media .images {
  border-radius: 5px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.blog_pages_v1 .widget.recent_posts .custom_media .images img {
  max-width: 100%;
}
.blog_pages_v1 .widget.recent_posts .custom_media .custom_media_body a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #7b1e31;
}
.blog_pages_v1 .widget.recent_posts .custom_media .custom_media_body a:hover, .blog_pages_v1 .widget.recent_posts .custom_media .custom_media_body a:focus {
  color: #FC7575;
}
.blog_pages_v1 .widget.recent_posts .custom_media .custom_media_body p {
  font-weight: normal;
  font-size: 14px;
  font-weight: normal;
  font-size: 14px;
}
.blog_pages_v1 .widget.recent_posts .custom_media .custom_media_body p i {
  color: #FC7575;
  margin-right: 10px;
}
.blog_pages_v1 .widget.recent_posts .custom_media:last-child {
  border: none;
}
.blog_pages_v1 .widget.tag_area ul li {
  display: inline-block;
}
.blog_pages_v1 .widget.tag_area ul li a {
  background: #FFFFFF;
  color: #7b1e31;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.blog_pages_v1 .widget.tag_area ul li a:focus, .blog_pages_v1 .widget.tag_area ul li a:hover, .blog_pages_v1 .widget.tag_area ul li a.active {
  background: linear-gradient(90deg, #771c2e 0%, #ca2e31 100%);
  color: #ffffff;
}

.blog_details_page .blog_details .details {
  padding: 0;
  padding-bottom: 30px;
  margin: 0 51px;
}
.blog_details_page .blog_details .details .blog_content {
  margin: 0;
  padding: 0 0 40px;
}
.blog_details_page .blog_tag {
  padding-bottom: 40px;
  border-bottom: 1px solid #C4C4C4;
  margin: 0;
}
.blog_details_page .blog_tag .tag_line {
  display: flex;
  align-items: center;
}
.blog_details_page .blog_tag .tag_line h4 {
  margin-right: 20px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}
.blog_details_page .blog_tag .tag_line ul li {
  display: inline-block;
}
.blog_details_page .blog_tag .tag_line ul li a {
  background: #F2F7FA;
  color: #7b1e31;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  display: block;
  margin-right: 5px;
}
.blog_details_page .blog_tag .tag_line ul li a:focus, .blog_details_page .blog_tag .tag_line ul li a:hover, .blog_details_page .blog_tag .tag_line ul li a.active {
  background: linear-gradient(90deg, #771c2e 0%, #ca2e31 100%);
  color: #ffffff;
}
.blog_details_page .blog_tag .social_icon {
  text-align: right;
}
.blog_details_page .blog_tag .social_icon ul li {
  display: inline-block;
}
.blog_details_page .blog_tag .social_icon ul li a {
  font-size: 15px;
  color: #7b1e31;
  background: #F2F7FA;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-left: 5px;
}
.blog_details_page .blog_tag .social_icon ul li a:hover, .blog_details_page .blog_tag .social_icon ul li a:focus, .blog_details_page .blog_tag .social_icon ul li a.active {
  background: linear-gradient(180deg, #771c2e 0%, #ca2e31 100%);
  color: #ffffff;
}

.contact_us_page {
  padding: 120px 0 0;
  position: relative;
  z-index: 9;
  margin-bottom: -260px;
}
.contact_us_page .items {
  text-align: center;
  background: #F2F7FA;
  border-radius: 10px;
  padding: 40px 20px;
}
.contact_us_page .items .icon {
  width: 120px;
  line-height: 120px;
  background: linear-gradient(180deg, #771c2e 0%, #ca2e31 100%);
  box-shadow: 0px 20px 20px rgba(125, 214, 246, 0.3);
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.contact_us_page .items .icon.icon_two {
  background: linear-gradient(180deg, #ff9f14 0%, #fc7575 100%);
}
.contact_us_page .items .icon.icon_three {
  background: linear-gradient(180deg, #fc7575 0%, #eb58b9 100%);
}
.contact_us_page .items h4 {
  font-weight: bold;
  font-size: 20px;
  color: #7b1e31;
  padding-top: 40px;
  margin-bottom: 15px;
}
.contact_us_page .items a {
  font-weight: normal;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  display: block;
  color: #7b1e31;
  padding: 5px 0;
}
.contact_us_page .items a:hover, .contact_us_page .items a:focus {
  color: #FF9F14;
}
.contact_us_page .items p {
  font-weight: normal;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  display: block;
  color: #7b1e31;
  padding: 5px 40px;
  line-height: 30px;
}

.map_area {
  overflow: hidden;
}
.map_area iframe {
  width: 100%;
  height: 700px;
  margin-bottom: -10px;
}

.footer_section {
  background-color: #7b1e31;
  overflow: hidden;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer_section .about_us h2 {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  padding-bottom: 20px;
  position: relative;
}
.footer_section .about_us h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.footer_section .about_us p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 20px 0;
}
.footer_section .about_us h3,
.footer_section .about_us h4 {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 20px;
}
.footer_section .about_us ul li {
  display: inline-block;
}
.footer_section .about_us ul li a {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: block;
  margin-right: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
}
.footer_section .about_us ul li a:hover {
  background: #ffffff;
  color: #7b1e31;
}
.footer_section .contact_info h2 {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  padding-bottom: 20px;
  position: relative;
}
.footer_section .contact_info h2:after {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.footer_section .contact_info ul {
  padding-top: 25px;
}
.footer_section .contact_info ul li {
  font-size: 16px;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
}
.footer_section .contact_info ul li i {
  margin-right: 10px;
  color: #ffffff;
}
.footer_section .contact_info ul li a {
  display: block;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  line-height: 40px;
}
.footer_section .contact_info ul li a:hover, .footer_section .contact_info ul li a:focus {
  color: #771c2e;
}
.footer_section .contact_info ul li.location {
  display: flex;
}
.footer_section .contact_info ul li.location i {
  margin-top: 5px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: linear-gradient(270deg, #ca2e31 -4.12%, #771c2e 102.94%);
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
  display: none;
}
.scroll-top:hover, .scroll-top:focus {
  background: #ca2e31;
}
@media (max-width: 1199px) {
  .top_header .top_header_content .content li a {
    padding-right: 10px;
  }

  .main_header ul li a {
    margin-left: 14px;
  }
  .main_header ul li.dropdown .dropdown-menu {
    left: 10px;
  }
  .main_header ul li .theme_btn {
    width: 190px;
  }

  .about_section .about_content {
    margin: 0;
  }

  .technology_section .technology_content .people_choose h2 {
    font-size: 30px;
  }

  .technology_section .technology_content .contact .media.mail {
    margin-left: -25px;
  }

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

  .blog_pages_v1 .blog_item {
    max-width: 770px;
    margin: 0 auto 50px;
  }

  .blog_pages_v1 .widget {
    margin-left: 0;
  }
}
/* Tab Screen */
@media (max-width: 991px) {
  .top_header .top_header_content {
    padding: 0;
  }
  .top_header .top_header_content .content li a {
    font-size: 10px;
  }
  .top_header .top_header_content .social_icon i {
    font-size: 10px;
  }

  .main_header {
    padding: 0;
  }
  .main_header ul.navbar-nav {
    display: block;
    margin: 0 15px;
  }
  .main_header ul.navbar-nav li a {
    line-height: 40px;
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(153, 153, 153, 0.15);
    padding: 5px 0;
  }
  .main_header ul.navbar-nav li a.theme_btn {
    line-height: 50px;
    margin-bottom: 30px;
  }
  .main_header ul.navbar-nav li .dropdown-menu {
    border: none;
  }
  .main_header ul.navbar-nav li .dropdown-menu li a {
    border: none;
    border-bottom: 1px solid rgba(153, 153, 153, 0.15);
  }
  .main_header.navbar_fixed .navbar-nav {
    height: 90vh;
    overflow-y: auto;
  }

  .about_section .about_images {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .about_section .about_content {
    margin: 0 auto;
  }

  .technology_section .technology_content {
    padding-top: 0;
  }
  .technology_section .technology_content .contact .media.mail {
    margin-left: 0;
  }

  .footer_section {
    padding-top: 80px;
  }
  .footer_section .about_us {
    margin-bottom: 30px;
  }

  .about_section_pages_three .about_content {
    width: 100%;
  }

  .blog_details_page .blog_tag .social_icon {
    text-align: left;
    margin-top: 30px;
  }

  .contact_us_page {
    padding: 80px 0;
  }
  .contact_us_page .items {
    margin-bottom: 30px;
  }

  .blog_pages_v1 {
    padding-bottom: 60px;
  }

  .testimonial_section .testimonial_item {
    margin: 0;
  }

  .services_details_section {
    padding: 80px 0;
  }
  .services_details_section .widget {
    margin: 0;
    margin-top: 30px;
    padding: 15px;
  }

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

  .about_section .about_content h6 {
    padding-bottom: 15px;
  }

  .appointment_pages .about_images {
    margin: 0;
  }

  .letest_news_area {
    padding: 80px 0 !important;
  }

  .about_section_pages_three .about_images {
    margin-bottom: 0;
  }
}
/* Tab Screen */
@media (max-width: 767px) {
  .top_header {
    display: none;
  }

  .navbar-toggler-icon {
    height: auto;
    width: auto;
  }
  .about_section .about_content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .about_section .about_content ul {
    padding: 0;
  }

  .services_section .service_title .services_content h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .services_section .service_title .services_content h6 {
    margin: 0;
  }

  .banner_section {
    padding: 80px 0;
  }
  .banner_section .banner_content h1 {
    font-size: 30px;
  }

  .features_section {
    padding: 80px 0 0;
  }
  .features_section hr {
    display: none;
  }

  .about_section {
    padding: 80px 0;
  }

  .technology_section {
    padding: 80px 0;
  }

  .testimonial_section {
    padding: 80px 0;
    padding-bottom: 30px;
  }

  .blog_details_page .blog_details .details {
    margin: 0 10px;
  }

  .blog_pages_v1 .widget {
    margin-left: 0;
  }
}
/* Mobil Screen */
@media (max-width: 575px) {

  .media {
    margin-bottom: 30px;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  .main_header.navbar_fixed {
    padding: 0;
  }

  .testimonial_section .testimonial_heading h2 {
    font-size: 20px;
  }
  .testimonial_section .testimonial_item .media .media-body h5 {
    font-size: 16px;
  }
  .testimonial_section .testimonial_item .media .media-body i {
    font-size: 30px;
  }

  .services_section {
    padding: 80px 0 140px;
  }
  .services_section .row {
    margin: 0;
  }
  .services_section .services_caros .owl-nav {
    bottom: -60px;
    top: auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .services_section.latest-news_section {
    padding: 80px 0 170px;
  }
  .services_section.latest-news_section .services_caros .owl-nav {
    bottom: -90px;
  }

  .about_section .about_content .media {
    margin: 0;
  }
  .about_section .about_content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .pages_banner .pages_banner_content h1,
  .pages_banner .pages_banner_content h2 {
    font-size: 30px;
  }
  .pages_banner .pages_banner_content ul li a {
    font-size: 16px;
  }

  .blog_details_page .blog_tag .tag_line {
    display: block;
  }
  .blog_details_page .blog_tag .tag_line h4 {
    margin-bottom: 10px;
  }
  .blog_details_page .blog_tag .tag_line a {
    margin-top: 10px;
  }

  .services_details_section .category .custom_media {
    text-align: center;
  }
  .services_details_section .category .media {
    display: flex;
  }
  .services_details_section .category .media .images {
    display: block;
    margin: 0 auto;
  }

  .contact_us_page {
    margin: 0;
  }

  .map_area iframe {
    height: 400px;
  }

  .technology_section .technology_content .people_choose h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .technology_section .technology_content .people_choose h6 {
    padding-bottom: 5px;
  }

  .blog_pages_v1 .blog_item .blog_content {
    padding: 0 15px;
  }
  .blog_pages_v1 .blog_item .blog_content h2 {
    font-size: 20px;
  }

  .services_details_section .recent_posts .custom_media {
    display: block;
  }
  .services_details_section .recent_posts .custom_media .media-body {
    margin: 0;
  }
}
/* Mobil Screen */
@media (max-width: 360px) {
  .banner_section .banner_content p {
    line-height: 25px;
  }
  .banner_section .banner_content .theme_btn {
    height: 50px;
    width: 160px;
    line-height: 50px;
  }

  .services_section .service_title .services_content h1 {
    line-height: 30px;
    margin-bottom: 30px;
  }

  .latest-news_section .latest_news .item .content .heading {
    font-size: 20px;
  }

  .features_section .features_item {
    display: block;
    text-align: center;
  }
  .features_section .features_item .icon {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .features_section .features_item .content {
    margin: 0;
  }
  .features_section hr {
    margin: 40px 0 0;
  }
}
.fr-dib {
  width: 100%;
}

/* Page header breadcrumb (was duplicated in an inline <style> on every page) */
.speedbar1 {
  font-size: 23px;
  color: #fff;
}
.speedbar1 li a:hover {
  color: #fff;
}
.over span {
  color: #fff;
}
