/*home-slideshow*/
@media (min-width: 992px) {
  #home-slideshow {
    margin-top: -90px !important;
  }
}
#home-slideshow .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
  border-radius: 0px 0px 200px 0px;
  position: relative;
  height: 75vh !important;
}
@media (max-width: 991px) {
  #home-slideshow .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
    background-position: 40% 50% !important;
  }
  #home-slideshow .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
    border-radius: 0px 0px 200px 0px;
    position: relative;
    height: 57vh !important;
  }
}
#home-slideshow .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .details {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px #000;
  margin-left: 40px;
}
#home-slideshow h1.sppb-fullwidth-title {
  margin-bottom: 20px !important;
  color: #fff !important;
  text-shadow: 0px 0px 10px #0000007d;
}
#home-slideshow
  .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg
  .sppb-fw-slider-button-wrapper
  a {
  border-radius: 100px !important;
  background: #152773;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-left: 40px;
  text-transform: uppercase;
  transition: 0.3s;
  line-height: 1;
  padding: 10px 25px;
}
#home-slideshow
  .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg
  .sppb-fw-slider-button-wrapper
  a:hover {
  background: #ff3600;
}
#home-slideshow .sppb-slideshow-fullwidth-item-text {
  position: relative;
  margin-top: 30px;
}
#home-slideshow .sppb-slideshow-fullwidth-item-text:before {
  position: absolute;
  content: "";
  background: #152773;
  width: 5px;
  height: 50%;
  bottom: 0;
  left: 5px;
}
@media (max-width: 991px) {
  #home-slideshow .sppb-slideshow-fullwidth-item-text:before {
    position: absolute;
    content: "";
    background: #152773;
    width: 5px;
    height: 70%;
    bottom: 0;
    left: 5px;
  }
}
#home-slideshow .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, #ffffffa8, transparent);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .customNavigation > a.sppbSlidePrev {
    left: 65px;
    right: unset !important;
    bottom: 0px !important;
  }
  .customNavigation > a.sppbSlideNext {
    left: 115px;
    right: initial;
    bottom: 0px !important;
  }
}

/************************
       slide
************************/

span.subtitle {
  font-weight: 900 !important;
  font-size: 30px;
  line-height: 20px;
}
span.title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  color: #464646;
  text-shadow: 1px 1px 0px #fff;
}
p.content {
  font-size: 15px;
  color: #555555;
  font-weight: 400;
  margin: 20px 0px;
  line-height: 1.5;
}

.videoslide-pro-text {
  padding: 10%;
}
.sppb-carousel-caption.videoslide-caption .content-div {
  width: 100%;
}
.sppb-carousel-pro-text {
  display: block;
}

@media screen and (max-width: 768px) {
  span.subtitle {
    font-weight: 900 !important;
    font-size: 20px;
    line-height: 27px;
  }
  span.title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
  }
  p.content {
    font-size: 12px;
    color: #555555;
    margin-top: 0;
    text-shadow: 0px 0px 5px #fff;
  }
}

.sppb-carousel-pro-text {
  top: 0;
  width: 53%;
}

@media (max-width: 991px) {
  .sppb-carousel-pro-text {
    top: 5%;
    width: 53%;
  }
}
.sppb-carousel-pro-text h2 {
  color: #000;
  font-size: 46px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .sppb-carousel-pro-text h2 {
    color: #000;
    font-size: 12px !important;
    font-weight: 900;
    line-height: 1;
  }
  .sppb-carousel-pro-text.videoslide-pro-text {
    font-size: 9px;
    line-height: 1;
    width: 100% !important;
  }
  .videoslide-item-inner-wrapper {
    padding: 0px 15px;
    height: 236% !important;
  }
  .videoslide-item-inner-wrapper > div {
    width: 100%;
  }
}

.sppb-panel-collapse .sppb-addon-content {
  font-size: 14px;
}
.sppb-addon.sppb-addon-feature.sppb-text-left i {
  color: #000 !important;
}

@media screen and (max-width: 546px) {
  .title {
    font-size: 14px;
  }
}

/*slideshow-override*/
.slick-dots li button:before {
  transition: 0.3s;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 5px;
  background: #000;
  border-radius: 100px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next {
  right: 22px;
}
.slick-prev {
  left: 0px;
  z-index: 999;
}
.slick-next:before {
  content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢";
  padding: 0px 10px;
  color: #000;
  font-size: 14px!importan;
  font-weight: 900 !important;
  font-size: 30px;
  opacity: 0.6;
  transition: 0.3s;
}
.slick-prev:before {
  content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â";
  font-family: "Font Awesome 5 Free";
  padding: 0px 10px;
  color: #000;
  font-weight: 900 !important;
  font-size: 30px;
  opacity: 0.3;
  transition: 0.3s;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-dots {
  bottom: 98px;
}
@media (max-width: 991px) {
  .slick-next:before {
    font-weight: 400;
    font-size: 30px;
    padding: 0px 5px;
  }
  .slick-prev:before {
    font-weight: 600;
    font-size: 30px;
    padding: 0px 5px;
  }
  .slick-next {
    right: 10px;
  }
  .videoslide-pro-text {
    padding-left: 50px;
  }
  .slick-dots {
    bottom: 0px;
  }
}

.videoslide-btn.sppb-btn.sppb-btn-default.sppb-btn-rounded.sppb-btn-flat {
  background: linear-gradient(45deg, #22a0c8, #094e96, #22a0c8);
  background-size: 200%;
  background-position: left;
  font-size: 15px;
  font-weight: 600 !important;
  transition: 0.3s;
  padding: 15px 25px !important;
}

@media (max-width: 991px) {
  .videoslide-btn.sppb-btn.sppb-btn-default.sppb-btn-rounded.sppb-btn-flat {
    background: linear-gradient(45deg, #22a0c8, #094e96, #22a0c8);
    background-size: 200%;
    background-position: left;
    font-size: 12px;
    font-weight: 600 !important;
    transition: 0.3s;
    padding: 12px 20px !important;
  }
}
.videoslide-btn.sppb-btn.sppb-btn-default.sppb-btn-rounded.sppb-btn-flat:hover {
  background-size: 200%;
  background-position: right;
  font-size: 15px;
  box-shadow: 0px 0px 10px #00000050;
}

/*home-icon*/
.home-icon-001 img {
  width: 80px;
  height: auto !important;
  transition: 0.3s;
}
.home-icon-001:hover img {
  transform: translateY(-5px);
}
.home-icon-001 img {
  margin-bottom: 10px;
}
.red {
  position: relative;
}
.red:before {
  position: absolute;
  content: "";
  background: #e4595736;
  border-radius: 100px;
  height: 85px;
  width: 85px;
  left: 0;
  right: 0;
  top: 0;
  bottom: -25px;
  margin: auto;
  z-index: -1;
}
.orange {
  position: relative;
}
.orange:before {
  position: absolute;
  content: "";
  background: #fdedcc;
  border-radius: 100px;
  height: 85px;
  width: 85px;
  left: 0;
  right: 0;
  top: 0;
  bottom: -25px;
  margin: auto;
  z-index: -1;
}
.blue {
  position: relative;
}
.blue:before {
  position: absolute;
  content: "";
  background: #15277326;
  border-radius: 100px;
  height: 85px;
  width: 85px;
  left: 0;
  right: 0;
  top: 0;
  bottom: -25px;
  margin: auto;
  z-index: -1;
}

/*left-spacing*/

.left-spacing {
  padding-left: 50px !important;
  border-left: 5px solid #e65857;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .left-spacing {
    padding-left: 20px !important;
  }
}
.left-spacing:hover {
  border-left: 5px solid #152773;
}

/*title-style-001*/
.title-style-001 h1 strong {
  color: #25a3ca;
}

/*feature-box*/
@media only screen and (max-width: 480px) {
  .sppb-section:not(.spectrum-faq-list)
    .sppb-addon-feature
    .sppb-addon-text
    br {
    display: unset !important;
  }
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  border-color: unset !important;
}
.major-bgcolor,
.spectrum-title-border .sppb-addon-title:after,
.btn.btn-link:hover:after,
.sppb-btn.btn-link:hover:after,
.btn.sppb-btn-link:hover:after,
.sppb-btn.sppb-btn-link:hover:after,
.btn.btn-link:focus:after,
.sppb-btn.btn-link:focus:after,
.btn.sppb-btn-link:focus:after,
.sppb-btn.sppb-btn-link:focus:after,
.sp-page-title h2:after,
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover,
.sppb-progress .sppb-progress-bar-primary,
.sppb-addon-ajax-contact form .sppb-btn-wrap button,
.tags a:hover,
.tags a:focus,
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus,
#sp-right .sp-module .tagspopular ul li a:hover,
#sp-right .sp-module .tagspopular ul li a:focus,
.customNavigation > a:hover,
.customNavigation > a:focus,
.owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.spectrum-contact-info .sppb-icon .sppb-icon-inner,
.error-page .btn,
.sp-simpleportfolio .sp-simpleportfolio-filter ul li a:after,
.search .page-title:after,
#sp-bottom .sppb-addon-gallery ul > li a:hover {
  background: unset !important;
  color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
  padding: unset !important;
  border: none !important;
}
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-text,
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-addon-title.sppb-feature-box-title,
.sppb-section:not(.spectrum-faq-list)
  .sppb-addon-feature:hover
  .sppb-icon
  span
  i {
  color: unset !important;
}
@media only screen and (max-width: 480px) {
  .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title {
    margin-bottom: unset !important;
  }
}
@media only screen and (max-width: 480px) {
  .sppb-addon.sppb-addon-feature
    .sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    font-size: inherit !important;
  }
}
@media only screen and (max-width: 480px) {
  .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
    font-size: inherit !important;
  }
}
@media only screen and (max-width: 480px) {
  .sppb-section:not(.spectrum-faq-list)
    .sppb-addon-feature
    .sppb-icon
    .sppb-icon-container
    > i {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }
}

/*image-style-001*/
.image-style-001 img {
  border-radius: 150px 150px 0px 150px;
  position: relative;
}
.image-style-001:before {
  position: absolute;
  content: "";
  background: #e65857;
  border-radius: 150px 150px 0px 150px;
  width: 100%;
  height: 100%;
  right: -30px;
  bottom: -30px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .image-style-001 img {
    border-radius: 100px 100px 0px 100px;
  }
  .image-style-001:before {
    border-radius: 100px 100px 0px 100px;
  }
}
.image-style-001:hover:before {
  right: 15px;
  bottom: 15px;
  background: #152773;
}

/*home-service-img*/
.home-service-img-001 img {
  border-radius: 120px 0px 120px 120px;
  transition: 0.5s;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .home-service-img-001 img {
    margin-bottom: 5px;
  }
}
.home-service-img-001:hover img {
  border-radius: 120px 120px 120px 0px;
}
.home-service-img-002 img {
  border-radius: 0px 120px 120px 120px;
  transition: 0.5s;
  margin-bottom: 15px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .home-service-img-002 img {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.home-service-img-002:hover img {
  border-radius: 120px 120px 0px 120px;
}
.home-service-img-003 img {
  border-radius: 120px 120px 120px 0px;
  transition: 0.5s;
  margin-bottom: 15px;
  margin-top: 160px;
}
@media (max-width: 991px) {
  .home-service-img-003 img {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.home-service-img-003:hover img {
  border-radius: 120px 0px 120px 120px;
}

/*home-service-before*/
.home-service-img-001 {
  position: relative;
}
.home-service-img-001:before {
  position: absolute;
  content: "";
  width: 650px;
  height: 500px;
  right: -680px;
  top: -450px;
  background: #ececec;
  z-index: -999;
  border-radius: 150px 150px 150px 0px;
}

/*z-index*/
.z-index-negative {
  z-index: 0 !important;
}

/*home-service-before*/
.bg-style-001 {
  z-index: 0 !important;
  position: relative;
}
@media (min-width: 992px) {
  .bg-style-001 {
    margin-top: -200px;
  }
}
@media (max-width: 991px) {
  .bg-style-001 {
    margin-top: 50px;
  }
}
.bg-style-001:before {
  position: absolute;
  content: "";
  width: 820px;
  height: 130%;
  left: -200px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: #ececec;
  z-index: -999;
  border-radius: 150px 0px 150px 150px;
}
@media (max-width: 991px) {
  .bg-style-001:before {
    position: absolute;
    content: "";
    width: 820px;
    height: 180%;
    left: -200px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background: #ececec;
    z-index: -999;
    border-radius: 150px 0px 150px 150px;
  }
}

/*search*/
@media (min-width: 992px) {
  .home-search-background {
    border-radius: 50px !important;
    background: #ecf5fa !important;
    padding: 30px !important;
    margin-top: -100px !important;
    box-shadow: 0px 0px 20px #00000030 !important;
  }
}
.home-search-background {
  border-radius: 50px !important;
  background: #ecf5fa !important;
  padding: 30px !important;
  margin-top: -70px !important;
  box-shadow: 0px 0px 20px #00000030 !important;
}

/*img*/
.image-border img {
  border: 6px solid #fff;
  border-radius: 30px;
}

/*services-image-overlay*/
.sppb-addon-overlay-image-content.title-subtitle-bottom-left {
  border-radius: 20px !important;
}

/*image-blue-bg*/
.image-blue-bg:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 85%;
  top: -50px;
  left: -100px;
  background: #ecf5fa;
  border-radius: 30px;
  z-index: -1 !important;
}

.image-blue-bg {
  position: relative;
  margin-left: 100px;
}

@media (max-width: 991px) {
  .image-blue-bg {
    margin-left: 0px;
  }

  .image-blue-bg:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 85%;
    top: -20px;
    left: -100px;
    background: #ecf5fa;
    border-radius: 30px;
    z-index: -1 !important;
  }
}

/*home-article*/

.home-article .sppb-article-img-wrap img {
  border-radius: 30px;
}

.home-article a.sppb-readmore {
  text-decoration: underline;
}

/*homw speacilise services*/
@media (max-width: 991px) {
  .home-specialised
    .sppb-addon-overlay-image-content.title-subtitle-bottom-left {
    padding: 10px !important;
  }

  .home-specialised
    .sppb-addon-overlay-image-content.title-subtitle-bottom-left
    h4 {
    font-size: 14px !important;
  }
}
/*home-icon-001*/
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature.home-icon-001 {
  background: #ecf5fa;
  padding: 30px !important;
  box-shadow: 0px 0px 10px #00000030;
  border-radius: 50px;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature.home-icon-001:hover {
  background: #ecf5fa !important;
  box-shadow: 0px 0px 10px #00000060 !important;
}

/*filter*/
@media (min-width: 992px) {
  .home-filter .input-append,
  .home-filter .input-prepend {
    width: 50% !important;
  }

  .home-filter input#filter_search {
    width: 88% !important;
    font-size: 14px !important;
  }

  .home-filter select#filter_specialty {
    width: 100% !important;
    color: #a3a3a3 !important;
  }

  .home-filter .control-group {
    width: 50% !important;
    margin-right: 10px;
  }

  .home-filter select#filter_organ {
    width: 100% !important;
    color: #a3a3a3 !important;
  }
}

@media (max-width: 991px) {
  .home-filter .js-stools-container-bar {
    display: block !important;
  }

  .home-filter input#filter_search {
    width: 86% !important;
    font-size: 12px !important;
  }

  .home-filter select#filter_specialty {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .home-filter select#filter_organ {
    width: 100% !important;
  }
}

/*image-overlay*/
.overlay-image-title a {
  color: #fff;
}

.sppb-carousel-extended-nav-control .nav-control {
  border: none;
}

/*about icon*/
@media (min-width: 992px) {
  .home-icon-001 h5.sppb-addon-title.sppb-feature-box-title {
    min-height: 60px;
  }
}


