/*
 * Photogenic by FreeHTML5.co
 * URL: https://freehtml5.co
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Gotham-Narrow-Book";
  src: url(../fonts/gotham-narrow-book.otf);
}
@font-face {
  font-family: "Gotham-Narrow-Black";
  src: url(../fonts/gotham-narrow-black.otf);
}
@font-face {
  font-family: "Gotham-Narrow-Light";
  src: url(../fonts/gotham-narrow-light.otf);
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/Larsseit.ttf);
}
@font-face {
  font-family: "Larsseit-Bold";
  src: url(../fonts/Larsseit-Bold.ttf);
}
@font-face {
  font-family: "Larsseit-Light";
  src: url(../fonts/Larsseit-Light.ttf);
}
@font-face {
  font-family: "Larsseit-Medium";
  src: url(../fonts/Larsseit-Medium.ttf);
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url(../fonts/Gilroy-ExtraBold.otf);
}
@font-face {
  font-family: "Gilroy-Light";
  src: url(../fonts/Gilroy-Light.otf);
}
@font-face {
  font-family: "segoeui";
  src: url(../fonts/segoeui.ttf);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
body {
  font-family: "Gotham-Narrow-Book";
  color: #aeafb9;
}

.container-fluid {
  padding: 100px 0;
}

@media only screen and (max-width: 1400px) AND (min-height: 800px) {
    .header .carousel-caption {
        top: 300px !important;
    }
}

@media only screen and (max-width: 1200px) AND (min-height: 800px) {
    .header .carousel-caption {
        top: 250px !important;
    }
}

@media only screen and (max-width: 1200px) AND (min-height: 800px) {
    .header .carousel-caption {
        top: 200px !important;
    }
}

@media only screen and (max-height: 800px) {
    .header .carousel-caption {
        top: 250px !important;
    }
}

@media only screen and (max-height: 700px) {
    .header .carousel-caption {
        top: 200px !important;
    }
}

@media only screen and (max-height: 600px) {
    .header .carousel-caption {
        top: 150px !important;
    }
}

@media only screen and (max-height: 500px) {
    .header .carousel-caption {
        top: 100px !important;
    }
}

@media only screen and (max-height: 400px) {
    .header .carousel-caption {
        top: 50px !important;
    }
}

h2::before, h2::after, .fh5co-about-us .owl-carousel1 .owl-dots .active span, .read-more, .fh5co-news .owl-carousel2 .owl-dots .active span, .form-box h4::after, .form-box button {
  background-image: -moz-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
  background-image: -ms-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
}

.custom-footer h2::before, .custom-footer h2::after {
    background-image: -moz-linear-gradient(0deg, #ffffff 0%, #ffffff 100%) !important;
    background-image: -webkit-linear-gradient(0deg, #ffffff 0%, #ffffff 100%) !important;
    background-image: -ms-linear-gradient(0deg, #ffffff 0%, #ffffff 100%) !important;
}

h4, .h4 {
    font-size: 35px !important;
}

nav.fixed-top {
  padding-top: 0;
}

.header .fixed-top {
  position: absolute;
}
.header .container p.follow {
  color: #ffffff;
  font-family: "segoeui";
  margin-bottom: 10px;
}
.header .home-bg {
  min-height: 430px;
  max-height: 100vh;
}
.header .carousel-caption {
  bottom: 0;
  top: 383px;
}
.header .frst-hrd {
  font-family: "Gotham-Narrow-Light";
  background-color: rgba(255, 255, 255, 0.29);
  border-radius: 20px;
  max-width: 274px;
  margin: 0 auto;
  padding: 5px;
  font-size: 16px;
  color: #ffffff;
}
.header h5 {
  font-size: 90px;
  font-family: "Gotham-Narrow-Black";
  margin: 10px auto;
  text-align: center;
}
.header h5 + p {
  font-family: "Gotham-Narrow-Book";
  font-size: 20px;
  color: #ffffff;
}
.header ul.carousel-indicators {
  bottom: 280px;
  position: absolute;
  z-index: 55;
}
.header ul.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.349);
  display: inline-block;
  list-style-type: none;
  width: 12px;
  height: 7px;
  border-radius: 10px;
  margin: 0 3px;
  cursor: pointer;
}
.header ul.carousel-indicators li.active {
  width: 35px;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .header ul.carousel-indicators {
    bottom: 200px;
  }
}
@media (max-width: 738px) {
  .header ul.carousel-indicators {
    bottom: 110px;
  }
}
@media (max-width: 1199px) {
  .header .carousel-caption {
    top: 200px;
  }
}
@media (max-width: 991px) {
  .header h5 {
    font-size: 50px;
  }
  .header .carousel-caption {
    top: 150px !important;
  }
}
@media (max-width: 767px) {
  .header h5 {
    font-size: 36px;
    max-width: 300px;
  }
  .header h5 + p {
    font-size: 16px;
  }
  .header .carousel-caption {
    top: 100px;
  }
  .header .carousel-caption ul {
    margin-top: 20px;
  }
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}

.change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}

.scroll-button {
  text-align: center;
}
.scroll-button p {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -50px;
  color: #fff;
  font-size: 16px;
  font-family: "Gotham-Narrow-Book";
}
.scroll-button a {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  width: 82px;
  height: 82px;
  box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
  margin-top: -45px;
  z-index: 55;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.social-links {
  width: 430px;
}
.social-links li {
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0 3px;
}
.social-links li a {
  color: #ffffff;
  padding: 5px;
}
@media (max-width: 1199px) {
  .social-links {
    float: left !important;
    display: block;
  }
  .social-links li {
    float: left;
  }
}

.menu-links li {
    margin: 0px;
}
.menu-links li a {
    color: #ffffff;
    font-family: "Gotham-Narrow-Book";
    padding: 40px 15px !important;
}
.menu-links li a.active {
    color: #00bec9;
}
@media (max-width: 1199px) {
    .menu-links {
        width: 100%;
    }
    .menu-links li a {
        padding: 10px 15px !important;
        text-align: center;
        background-color: white;
        color: black;
    }
    .menu-links li a.active {
        background-color: #00bec9;
        color: white;
    }
}

.navbar-collapse.show {
    background: rgba(0, 0, 0, 0.6);
    transition: .2s;
}

.custom-dropdown-menu {
    top: 65% !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.dropdown-item:hover {
    color: #00bec9;
    text-decoration:none;
    background-color:transparent;
}

.dropdown-item.active {
    color: #00bec9 !important;
    text-decoration:none !important;
    background-color:transparent !important;
}
@media (max-width: 1199px) {
    .dropdown-item {
        color: black;
        background-color: white !important;
    }
    .dropdown-item:hover {
        color: black;
        background-color: white !important;
    }
    .dropdown-item.active {
        color: white !important;
        background-color: #00bec9 !important;
    }
}

.mobile-logo {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-logo {
    display: block;
    margin: 20px 0;
  }
}

@media (max-width: 1199px) {
  .logo-desktop {
    display: none;
  }
}

h2 {
  font-family: "Gotham-Narrow-Black";
  font-size: 35px;
  color: #1e1f29;
}
h2::before {
  position: absolute;
  content: "";
  width: 118px;
  height: 2px;
  margin-top: 18px;
  margin-left: -140px;
}
h2::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

p {
  font-family: "Gotham-Narrow-Book";
  color: #aeafb9;
  font-size: 14.583px;
}

.fh5co-about-us {
  padding: 150px 0;
}
.fh5co-about-us h2 {
  margin-left: 20px;
}
.fh5co-about-us p {
  margin: 35px 0;
}
.fh5co-about-us .owl-carousel1 {
  margin-left: 40px;
  margin-top: -80px;
  width: 480px;
}
.fh5co-about-us .owl-carousel1 img {
  border-radius: 10px;
}
.fh5co-about-us .owl-carousel1 .owl-nav {
  display: none;
}
.fh5co-about-us .owl-carousel1 .owl-dots {
  text-align: left;
  margin-left: 30px;
  margin-top: -60px;
}
.fh5co-about-us .owl-carousel1 .owl-dots span {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  margin: 0 5px;
}
.fh5co-about-us .owl-carousel1 .owl-dots .active {
  box-shadow: none;
}
.fh5co-about-us .owl-carousel1 .owl-dots .active span {
  box-shadow: none;
  margin-bottom: -1px;
}
@media (max-width: 1199px) {
  .fh5co-about-us .owl-carousel1 {
    width: 350px;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .fh5co-about-us .col-lg-4 {
    margin-bottom: 100px;
  }
  .fh5co-about-us .owl-carousel1 {
    margin-top: -70px;
  }
}
@media (max-width: 450px) {
  .fh5co-about-us .owl-carousel1 {
    width: 100%;
    margin: 0;
    padding: 30px;
    margin-top: -100px;
  }
}

.about-us-content {
  box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  position: absolute;
  padding-left: 100px;
  margin-left: -28px;
  z-index: 5;
  padding: 50px 100px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .about-us-content {
    margin-left: -18px;
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .about-us-content {
    position: relative;
    margin-left: 0;
    padding: 20px 30px;
  }
}

a {
  text-decoration: none !important;
}

.read-more {
  color: #fff !important;
  font-family: "Gotham-Narrow-Book";
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 20px;
  display: inline-block;
}
.read-more:hover {
  box-shadow: 0px 2px 5px #cccccc;
  transition: all 0.3s;
}

.back-bg {
  position: absolute;
  min-height: 600px;
}
@media (max-width: 1199px) {
  .back-bg {
    height: 100%;
    min-height: 400px;
    margin-bottom: 100px;
  }
}
@media (max-width: 450px) {
  .back-bg {
    width: 100%;
    min-height: 320px;
    margin-left: -30px;
  }
}

.fh5co-portfolio {
  padding-bottom: 0;
}
.fh5co-portfolio h3 {
  font-family: "Gotham-Narrow-Book";
  color: #1e1f29;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 20px 0;
}
.fh5co-portfolio p {
  max-width: 512px;
  margin-top: 20px;
}

.portfolio-tab {
  background-color: #ffffff;
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.04);
}
.portfolio-tab ul {
  margin-bottom: 30px;
}
.portfolio-tab ul li {
  list-style-type: none;
  display: inline-block;
}
.portfolio-tab ul li a {
  color: #aeafb9;
  padding: 15px 5px;
  font-size: 13px;
  display: block;
}
.portfolio-tab ul li a.active {
  background-image: linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -moz-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -webkit-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -ms-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  border-top: 5px solid #1270e4;
  color: #1270e4;
}

.portfolioFilter {
  padding: 15px 0 5px 0;
  width: 100%;
}

.portfolioContainer {
  border-radius: 3px;
  width: 100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.gallary {
  width: 25%;
  padding: 7px;
}
.gallary img {
  width: 100%;
  height: 600px;
}
.gallary img.half-height {
  height: 293px;
}
.gallary .card-img-overlay {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: none;
}
.gallary:hover .card-img-overlay {
  display: block;
}
@media (max-width: 991px) {
  .gallary {
    width: 50%;
  }
  .gallary img {
    height: auto;
  }
  .gallary img.half-height {
    height: auto;
  }
}
@media (max-width: 450px) {
  .gallary {
    width: 100%;
  }
}

.center-img {
  width: 50%;
}
@media (max-width: 450px) {
  .center-img {
    width: 100%;
  }
}

.top-buttons .img-icon {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.top-buttons .img-icon img {
  height: auto;
  max-width: 20px;
  margin-top: 12px;
}
.top-buttons .txt {
  top: 8px;
  position: relative;
}
.top-buttons a {
  color: #fff;
  float: left;
}
.top-buttons a:nth-child(2) {
  float: right;
}

.bottom-buttons {
  position: absolute;
  bottom: 20px;
  display: block !important;
  left: 20px;
  right: 20px;
}
.bottom-buttons a {
  font-size: 14.583px;
  font-family: "Gotham-Narrow-Book";
  background: #ffffff;
  display: block;
  padding: 8px 20px 20px 20px;
  border-radius: 30px;
  height: 50px;
}
.bottom-buttons a .txt {
  background: -webkit-linear-gradient(left, #1270e4, #58c0ff);
  background: -ms-linear-gradient(left, #1270e4, #58c0ff);
  background: -moz-linear-gradient(left, #1270e4, #58c0ff);
  background: -o-linear-gradient(left, #1270e4, #58c0ff);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
.bottom-buttons .img-icon {
  box-shadow: none;
  background: transparent;
  height: auto;
  width: auto;
}

.indicators {
  margin: 50px auto;
}
.indicators li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4px;
}
.indicators li a {
  border-radius: 50%;
  background-color: #ebebeb;
  width: 16px;
  height: 16px;
  display: block;
}
.indicators li a.active {
  border-width: 0.8px;
  border: 1px solid #1270e4;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.indicators li a.active::after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(-11deg, #1270e4 0%, #58c0ff 100%);
  background-image: -webkit-linear-gradient(-11deg, #1270e4 0%, #58c0ff 100%);
  background-image: -ms-linear-gradient(-11deg, #1270e4 0%, #58c0ff 100%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
}

.card {
  border: none;
}

.fh5co-news {
  background: #fdfdfd;
  padding-top: 50px;
  padding-bottom: 0;
}
.fh5co-news .row {
  padding: 0 80px;
}
@media (max-width: 767px) {
  .fh5co-news .row {
    padding: 0;
  }
}
.fh5co-news h2 {
  text-align: center;
  margin-bottom: 50px;
}
.fh5co-news h5 {
  font-family: "Gotham-Narrow-Book";
  color: #1e1f29;
  font-size: 21px;
}
.fh5co-news p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.fh5co-news .card {
  /* box-shadow: 0px 8px 29px 0px rgba(23, 23, 23, 0.03); */
}
.fh5co-news .card-body {
  padding: 30px 40px !important;
}
.fh5co-news .owl-nav {
  display: none;
}
.fh5co-news .owl-carousel2 .owl-dots {
  text-align: center;
  margin: 20px auto;
  display: block;
}
.fh5co-news .owl-carousel2 .owl-dots button {
  outline: none !important;
}
.fh5co-news .owl-carousel2 .owl-dots span {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background: #ebebeb;
  margin: 0 5px;
}
.fh5co-news .owl-carousel2 .owl-dots .active {
  box-shadow: none;
}
.fh5co-news .owl-carousel2 .owl-dots .active span {
  box-shadow: none;
  margin-bottom: -1px;
}
.fh5co-news .owl-carousel2 .owl-item {
  margin-bottom: 20px;
}
.fh5co-news .owl-carousel2 .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
.fh5co-news .owl-carousel2 .owl-prev,
.fh5co-news .owl-carousel2 .owl-next {
  font-size: 50px !important;
  color: #666666;
  position: absolute;
  outline: none;
  background: #f4f5f6 !important;
  border-radius: 50%;
  height: 68px;
  width: 68px;
}
.fh5co-news .owl-carousel2 .owl-prev span,
.fh5co-news .owl-carousel2 .owl-next span {
  position: relative;
  top: -7px;
}
.fh5co-news .owl-carousel2 .owl-prev:hover,
.fh5co-news .owl-carousel2 .owl-next:hover {
  color: #1270e4;
  background: #ffffff !important;
  box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .fh5co-news .owl-carousel2 .owl-prev,
  .fh5co-news .owl-carousel2 .owl-next {
    display: none !important;
  }
}
.fh5co-news .owl-carousel2 .owl-prev {
  left: -100px;
}
.fh5co-news .owl-carousel2 .owl-next {
  right: -100px;
}

footer.fh5co-footer h2 {
  margin-top: 80px;
}
footer.fh5co-footer .light {
  font-family: "Gotham-Narrow-Light";
  font-size: 18px;
}
footer.fh5co-footer p {
  margin: 20px 0;
}
footer.fh5co-footer p span {
  margin-right: 10px;
}
footer.fh5co-footer p span.phone {
  top: -2px;
  position: relative;
}
footer.fh5co-footer p b {
  color: white;
  font-family: "Gilroy-Light";
  font-weight: 700;
  font-size: 16px;
}
footer.fh5co-footer h3 {
  font-family: "Gotham-Narrow-Black";
  font-size: 33px;
  color: white;
  text-transform: uppercase;
}
footer.fh5co-footer .social-links {
  display: inline-block !important;
  margin-top: 20px;
}
footer.fh5co-footer .social-links li {
  border-color: white;
  float: left;
}
footer.fh5co-footer .social-links li a {
  color: white;
}
@media (max-width: 991px) {
  footer.fh5co-footer .col-lg-6 {
    text-align: center !important;
  }
  footer.fh5co-footer .social-links {
    display: inline-block !important;
    margin-top: 20px;
    float: none !important;
    width: auto;
  }
}

footer.fh5co-footer h2, footer.fh5co-footer p, footer.fh5co-footer a {
    color: white !important;
}

footer.fh5co-footer a:hover, footer.fh5co-footer a p:hover {
    color: black !important;
}

.form-box {
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 29px 57px 0px rgba(22, 20, 24, 0.06);
  padding: 50px;
}
.form-box h4 {
  font-family: "Gotham-Narrow-Black";
  font-size: 33px;
  color: #1e1f29;
  text-transform: uppercase;
}
.form-box h4::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 20px;
  margin-left: 10px;
}
.form-box p {
  font-size: 18px;
}
.form-box hr {
  border: none;
  border-top: 1px solid #f7f7f7;
}
.form-box input[type="text"],
.form-box input[type="email"],
.form-box textarea {
  border: 1px solid #ebebeb;
  background-color: rgba(235, 235, 235, 0.09);
  padding: 30px;
  border-radius: 40px;
}
.form-box textarea {
  resize: none;
  min-height: 140px;
  border-radius: 20px;
}
.form-box button {
  color: #fff;
  font-size: 14px;
  font-family: "Gotham-Narrow-Book";
  padding: 13px 35px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .form-box {
    padding: 20px;
  }
}

.copy {
  text-align: center;
  background: #f7f7f7;
  padding: 40px 0;
  display: block;
  font-family: "Gilroy-Light";
}

.parallax-window {
  min-height: 1027px;
  position: relative;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  min-height: 1027px;
}

/**
Custom Styles
 */

 /*******************************************
             Loading, Contact Map, Fonts, Read More Btn and Sliders
*******************************************/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
.contact-map { height: 400px; }
.contact-map .container-fluid { padding: 0px; }
.contact-map .container-fluid iframe { border: 0px; width: 100%; height: 400px; }
.menu-links li a { font-family: "Poppins-Bold"; }
.header h5 {
  font-family: "Poppins-Bold";
  font-size:90px;
  display: flex;
  justify-content: center;
}
.header h5 + p {
  font-family: "Poppins-Medium";
  font-size:25px;
}
@media only screen and (max-width: 991px){
  .header h5 {
    font-size:50px;
  }
  .header h5 + p {
    font-size:20px;
  }
}

@media only screen and (max-width: 767px){
  .header h5 {
    font-size:36px;
  }
  .header h5 + p {
    font-size:16px;
  }
}

.read-more {
  color: #fff !important;
  font-family: "Poppins-SemiBold";
  font-size: 15px; /* 14px */
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
  background:#54a3d0;
}
.read-more:hover {
  box-shadow: 0px 2px 5px #cccccc;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px){
  .read-more {
    font-size:13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px)  {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    margin-right: 20px;
  }
}

.shadow-image{
  width:500px;
  height:500px;
  overflow:hidden;
}

.shadow-image-2{
  width:350px;
  height:350px;
  overflow:hidden;
}

.shadow-image-3{
  width:100%;
  height:287px;
  overflow:hidden;
}

.shadow-image-4{
  width:100%;
  height:100%;
  max-width: 400px;
  max-height: 570px;
  overflow:hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
  .shadow-image{
    width:400px;
    height:400px;
  }
  .shadow-image-2{
    width:350px;
    height:350px;
  }
  .shadow-image-3{
    width:100%;
    height:200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
  .shadow-image{
    width:500px;
    height:500px; /* 660px */
  }
  .shadow-image-2{
    width:350px;
    height:350px;
  }
  .blog-item .blog-item-content {
    margin-top:50px;
  }
  .blog-item-2 .blog-item-content {
    margin-top:50px;
  }
}

@media only screen and (max-width: 767px){
  .shadow-image{
    width:400px; /* 480px - 450px */
    height:400px; /* 480px - 450px*/
  }
  .shadow-image-2{
    width:350px;
    height:350px;
  }
  .blog-item .blog-item-content {
    margin-top:50px;
  }
  .blog-item-2 .blog-item-content {
    margin-top:50px;
  }
}

@media only screen and (max-width: 479px) {
  .shadow-image{
    width:300px; /* 315px */
    height:300px; /* 315px */
  }
  .shadow-image-2{
    width:300px; /* 350px */
    height:300px; /* 350px */
  }
  .shadow-image-4{
    width:300px!important;
    height:300px!important;
  }
}

@media only screen and (max-width: 375px) {
  .shadow-image{
    width:250px;
    height:250px;
  }
  .shadow-image-2{
    width:250px;
    height:250px;
  }
  .shadow-image-4{
    width:250px!important;
    height:250px!important;
  }
}

@media only screen and (max-width: 991px){
  .publications-content{
    margin-top:50px;
  }
  .publications-content-2{
    margin-top:50px;
  }
  .press-content-2 {
    margin-top:50px;
  }
  .shadow-image-4{
    width:400px;
    height:400px;
  }
  .about-us-card .card-shadow {
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* Abous Us */
.section-about{
  /* padding-top:50px; */
  padding: 0 0 50px 0;
}

.section-about h2{
  color:#c12b34;
  font-weight:bold;
}

.about-us-card .card-shadow{
    /* box-shadow: -34px 30px 0px -6px #80C6D0; */
    -webkit-box-shadow: -34px 30px 0px -6px rgba(128,198,208,1);
    -moz-box-shadow: -34px 30px 0px -6px rgba(128,198,208,1);
    box-shadow: -34px 30px 0px -6px rgba(128,198,208,1);
    margin-left:25px;
    border-radius: 20px;
}
.about-us-card .card-img-top{
    border-radius: 10px;
}

/* Articles */
.section-articles{
    background: #beeefa;
}

.section-articles h2{
  color:#313243;
  font-weight:bold;
  text-align:left;
  margin-left:100px;
}

.section-articles .slider-card {
  padding:10px;
}

.section-articles .slider-card .card{
    background-color: #C4EEF6 !important;
}
.section-articles .slider-card .card-shadow{
    -webkit-box-shadow: -34px 30px 0px -6px rgba(85,189,254,1);
    -moz-box-shadow: -34px 30px 0px -6px rgba(85,189,254,1);
    box-shadow: -34px 30px 0px -6px rgba(85,189,254,1);
    margin-left:25px;
    border-radius: 35px; /* 20px */
}
@media only screen and (max-width: 767px){
  .section-articles .slider-card .card-shadow{
    -webkit-box-shadow: -20px 30px 0px -6px rgba(85,189,254,1);
    -moz-box-shadow: -20px 30px 0px -6px rgba(85,189,254,1);
    box-shadow: -20px 30px 0px -6px rgba(85,189,254,1);
    margin-left:25px;
    border-radius: 35px; /* 20px */
  }
}

.section-articles .slider-card .card-shadow-2{
  -webkit-box-shadow: 34px 30px 0px -6px rgba(85,189,254,1);
  -moz-box-shadow: 34px 30px 0px -6px rgba(85,189,254,1);
  box-shadow: 34px 30px 0px -6px rgba(85,189,254,1);
  margin-right:25px;
  border-radius: 35px; /* 20px */
}
@media only screen and (max-width: 767px){
  .section-articles .slider-card .card-shadow-2{
    -webkit-box-shadow: 20px 30px 0px -6px rgba(85,189,254,1);
    -moz-box-shadow: 20px 30px 0px -6px rgba(85,189,254,1);
    box-shadow: 20px 30px 0px -6px rgba(85,189,254,1);
    margin-right:25px;
    border-radius: 35px; /* 20px */
  }
}

.section-articles .slider-card .card-img-top{
    border-radius: 10px;
}
.section-articles .slider-card .card .card-title{
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-articles .slider-card h5{
    text-align:center;
}
.section-articles .slider-card .card-text{
    text-align:center;
}

/* Publications */
.section-publications{
    padding-top:50px;
}
.section-publications h2{
    /* text-align:center; */
    margin-bottom:50px;
    color:#313243;
    font-weight:bold;
    text-align:left;
    margin-left:100px;
}
.section-publications h4{
    text-align:right;
    font-weight: bold;
    color:#313243;
}
.section-publications p{
    text-align:right;
    color:black;
}
.section-publications .read-more{
    margin-top:10px;
    float: right;
}
.publications-card .card-shadow{
    -webkit-box-shadow: 120px 130px 0px -80px rgba(84, 163, 208, 0.7);
    -moz-box-shadow: 120px 130px 0px -80px rgba(84, 163, 208, 0.7);
    box-shadow: 120px 130px 0px -80px rgba(84, 163, 208, 0.7);
    /* margin-left:30px; */
    margin-left:auto;
    margin-right:auto;
    border-radius: 100px;
}
@media only screen and (max-width: 767px){
  .publications-card .card-shadow{
    -webkit-box-shadow: 110px 130px 0px -80px rgba(84, 163, 208, 1); /* 90px */
    -moz-box-shadow: 110px 130px 0px -80px rgba(84, 163, 208, 1); /* 90px */
    box-shadow: 110px 130px 0px -80px rgba(84, 163, 208, 1); /* 90px */
    /* margin-left:30px; */
    margin-left:auto;
    margin-right:auto;
    border-radius: 100px;
  }
}

.publications-card .card-img-top{
    border-radius: 10px;
}
.publications-content {
    /* box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04); */
    /* background: transparent; */
    background-size: contain;
    background-position: center center;
    position: absolute;
    padding-left: 100px;
    /* margin-left: -28px; */
    margin-left: 28px;
    z-index: 5;
    padding: 50px 100px;
    padding-right: 120px;
}
@media (max-width: 1199px) {
    .publications-content {
        /* margin-left: -18px; */
        margin-left: 18px;
        padding: 20px 30px;
    }
}
@media (max-width: 991px) {
    .publications-content {
        position: relative;
        margin-left: 0;
        padding: 20px 30px;
    }
}

/* Publications 2 */
.section-publications-2{
    background: #006ead;
    padding-top:50px;
}
.publications-content-2 {
    /* box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04); */
    background: transparent;
    position: absolute;
    padding-left: 100px;
    margin-left: -28px;
    z-index: 5;
    padding: 50px 100px;
    padding-right: 120px;
    color:white;
}
@media (max-width: 1199px) {
    .publications-content-2 {
        margin-left: -18px;
        padding: 20px 30px;
    }
}
@media (max-width: 991px) {
    .publications-content-2 {
        position: relative;
        margin-left: 0;
        padding: 20px 30px;
    }
}
.section-publications-2 h4{
    text-align:left;
    font-weight: bold;
}
.section-publications-2 p{
    text-align:left;
    color:white;
}
.publications-card-2{
    background-color:transparent;
}
.publications-card-2 .card-shadow{
    -webkit-box-shadow: -120px 130px 0px -80px rgba(84, 163, 208, 1);
    -moz-box-shadow: -120px 130px 0px -80px rgba(84, 163, 208, 1);
    box-shadow: -120px 130px 0px -80px rgba(84, 163, 208, 1);
    /* margin-left:30px; */
    margin-left:auto;
    margin-right:auto;
    border-radius: 100px;
}
@media only screen and (max-width: 767px){
  .publications-card-2 .card-shadow{
    -webkit-box-shadow: -110px 130px 0px -80px rgba(84, 163, 208, 1); /* -90px */
    -moz-box-shadow: -110px 130px 0px -80px rgba(84, 163, 208, 1); /* -90px */
    box-shadow: -110px 130px 0px -80px rgba(84, 163, 208, 1); /* -90px */
    /* margin-left:30px; */
    margin-left:auto;
    margin-right:auto;
    border-radius: 100px;
  }
}

.publications-card-2 .card-img-top{
    border-radius: 10px;
}

/* Press */
.section-press{
  padding-top:50px;
}
.section-press h2{
  /* text-align:center; */
  /* margin-bottom:50px; */
  margin-bottom:70px;
  color:#313243;
  font-weight:bold;
  text-align:left;
  margin-left:100px;
}
.section-press .press-content h4{
  text-align:left;
  font-weight: bold;
  color:black;
}
.section-press .press-content p{
  text-align:left;
}
.section-press .press-content .read-more{
  margin-top:10px;
  float: left;
}

.section-press .press-content-2 h4{
  text-align:right;
  font-weight: bold;
  color:black;
}
.section-press .press-content-2 p{
  text-align:right;
}
.section-press .press-content-2 .read-more{
  margin-top:10px;
  float: right;
}

.section-press .press-card .card-shadow{
  -webkit-box-shadow: -120px -130px 0px -80px rgba(190, 238, 250, 1);
  -moz-box-shadow: -120px -130px 0px -80px rgba(190, 238, 250, 1);
  box-shadow: -120px -130px 0px -80px rgba(190, 238, 250, 1);
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 100px;
}
@media only screen and (max-width: 767px){
  .section-press .press-card .card-shadow{
    -webkit-box-shadow: -110px -130px 0px -80px rgba(190, 238, 250, 1); /* -90px */
    -moz-box-shadow: -110px -130px 0px -80px rgba(190, 238, 250, 1); /* -90px */
    box-shadow: -110px -130px 0px -80px rgba(190, 238, 250, 1); /* -90px */
    /* margin-left:30px; */
    margin-left:auto;
    margin-right:auto;
    border-radius: 100px;
  }
}

.section-press .press-card .card-img-top{
  border-radius: 10px;
  border: 5px solid rgba(84, 163, 208, 1);
}

.section-press .press-card-2 .card-shadow{
  -webkit-box-shadow: 120px 130px 0px -80px rgba(190, 238, 250, 1);
  -moz-box-shadow: 120px 130px 0px -80px rgba(190, 238, 250, 1);
  box-shadow: 120px 130px 0px -80px rgba(190, 238, 250, 1);
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 100px;
}
@media only screen and (max-width: 767px){
  .section-press .press-card-2 .card-shadow{
    -webkit-box-shadow: 110px 130px 0px -80px rgba(190, 238, 250, 1); /* 90px */
    -moz-box-shadow: 110px 130px 0px -80px rgba(190, 238, 250, 1); /* 90px */
    box-shadow: 110px 130px 0px -80px rgba(190, 238, 250, 1); /* 90px */
    /* margin-left:30px; */
    margin-left:auto;
    margin-right:auto;
    border-radius: 100px;
  }
}

.section-press .press-card-2 .card-img-top{
  border-radius: 10px;
  border: 5px solid rgba(84, 163, 208, 1);
}

.section-press .press-content {
  /* box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04); */
  /* background: transparent; */
  background-size: contain;
  background-position: center center;
  position: absolute;
  padding-left: 100px;
  margin-left: -28px;
  z-index: 5;
  padding: 50px 100px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .section-press .press-content {
      margin-left: -18px;
      padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .section-press .press-content {
      position: relative;
      margin-left: 0;
      padding: 20px 30px;
  }
}

.section-press .press-content-2 {
  /* box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04); */
  /* background: transparent; */
  background-size: contain;
  background-position: center center;
  position: absolute;
  padding-left: 100px;
  margin-right: -28px;
  z-index: 5;
  padding: 50px 100px;
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .section-press .press-content-2 {
      margin-left: -18px;
      padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .section-press .press-content-2 {
      position: relative;
      margin-left: 0;
      padding: 20px 30px;
      margin-right: 0px;
  }
}

/* Cancer */
.section-cancer{
  background: #efe8e8;
}

.section-cancer h2{
  color:#313243;
  font-weight:bold;
  text-align:left;
  margin-left:100px;
}

.section-cancer .slider-card {
  padding: 50px 10px 10px 10px;
}

.section-cancer .slider-card .card{
  background-color: #efe8e8 !important;
}

.section-cancer .slider-card .card .card-title{
  background-color: #ffffff !important;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cancer .slider-card .card-shadow{
  -webkit-box-shadow: -34px -40px 0px -6px rgba(84, 161, 204, 1);
  -moz-box-shadow: -34px -40px 0px -6px rgba(84, 161, 204, 1);
  box-shadow: -34px -40px 0px -6px rgba(84, 161, 204, 1);
  margin-left:25px;
  border-radius: 35px; /* 20px */
}
@media only screen and (max-width: 767px){
  .section-cancer .slider-card .card-shadow{
    -webkit-box-shadow: -20px -40px 0px -6px rgba(84, 161, 204, 1);
    -moz-box-shadow: -20px -40px 0px -6px rgba(84, 161, 204, 1);
    box-shadow: -20px -40px 0px -6px rgba(84, 161, 204, 1);
    margin-left:25px;
    border-radius: 35px; /* 20px */
  }
}

.section-cancer .slider-card .card-shadow-2{
  -webkit-box-shadow: 34px -40px 0px -6px rgba(84, 161, 204, 1);
  -moz-box-shadow: 34px -40px 0px -6px rgba(84, 161, 204, 1);
  box-shadow: 34px -40px 0px -6px rgba(84, 161, 204, 1);
  margin-right:25px;
  border-radius: 35px; /* 20px */
}
@media only screen and (max-width: 767px){
  .section-cancer .slider-card .card-shadow-2{
    -webkit-box-shadow: 20px -40px 0px -6px rgba(84, 161, 204, 1);
    -moz-box-shadow: 20px -40px 0px -6px rgba(84, 161, 204, 1);
    box-shadow: 20px -40px 0px -6px rgba(84, 161, 204, 1);
    margin-right:25px;
    border-radius: 35px; /* 20px */
  }
}

.section-cancer .slider-card .card-content{
  border-radius: 5px;
  /*
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
  */
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.section-cancer .slider-card .card-text{
  text-align:center;
}

/* Blog Item-1 */
.blog-item{
  /* padding-top:50px; */
  padding: 50px 0 100px 0;
}

@media only screen and (max-width: 991px){
  .blog-item{
    padding: 50px 0 25px 0;
  }
}

.blog-item h2{
  text-align:center;
  margin-bottom:50px;
}
.blog-item h4{
  text-align:right;
  font-weight: bold;
  color:black;
}
.blog-item p{
  text-align:right;
  color:black;
}
.blog-item .read-more{
  margin-top:10px;
  float: right;
}

.blog-item .blog-item-card{
  background-color:transparent;
}

.blog-item .blog-item-card .card-shadow{
  -webkit-box-shadow: 120px 130px 0px -80px rgba(202,229,251,1);
  -moz-box-shadow: 120px 130px 0px -80px rgba(202,229,251,1);
  box-shadow: 120px 130px 0px -80px rgba(202,229,251,1);
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 100px;
}
@media only screen and (max-width: 767px){
  .blog-item .blog-item-card .card-shadow{
  -webkit-box-shadow: 110px 130px 0px -80px rgba(202,229,251,1); /* 90px */
  -moz-box-shadow: 110px 130px 0px -80px rgba(202,229,251,1); /* 90px */
  box-shadow: 110px 130px 0px -80px rgba(202,229,251,1); /* 90px */
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 100px;
  }
}

.blog-item .blog-item-card .card-img-top{
  border-radius: 10px;
}
.blog-item .blog-item-content {
  /* box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04); */
  background: transparent;
  position: absolute;
  padding-left: 100px;
  margin-left: -28px;
  z-index: 5;
  padding: 50px 100px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .blog-item .blog-item-content {
      margin-left: -18px;
      padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .blog-item .blog-item-content {
      position: relative;
      margin-left: 0;
      padding: 20px 30px;
  }
}

/* Blog Item-2 */
.blog-item-2{
  /* background: rgba(85,189,254,1); */
  /* padding-top:50px; */
  padding: 50px 0 100px 0;
}

@media only screen and (max-width: 991px){
  .blog-item-2{
    padding: 50px 0 25px 0;
  }
}

.blog-item-2 .blog-item-content {
  /* box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04); */
  background: transparent;
  position: absolute;
  padding-left: 100px;
  margin-left: -28px;
  z-index: 5;
  padding: 50px 100px;
  padding-right: 120px;
  color:white;
}
@media (max-width: 1199px) {
  .blog-item-2 .blog-item-content{
      margin-left: -18px;
      padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .blog-item-2 .blog-item-content {
      position: relative;
      margin-left: 0;
      padding: 20px 30px;
  }
}
.blog-item-2 h4{
  text-align:left;
  font-weight: bold;
  color:black;
}
.blog-item-2 p{
  text-align:left;
  color:black;
}
.blog-item-2 .blog-item-card{
  background-color:transparent;
}
.blog-item-2 .blog-item-card .card-shadow{
  -webkit-box-shadow: -120px 130px 0px -80px rgba(202,229,251,1);
  -moz-box-shadow: -120px 130px 0px -80px rgba(202,229,251,1);
  box-shadow: -120px 130px 0px -80px rgba(202,229,251,1);
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 100px;
}
@media only screen and (max-width: 767px){
  .blog-item-2 .blog-item-card .card-shadow{
  -webkit-box-shadow: -110px 130px 0px -80px rgba(202,229,251,1); /* -90px */
  -moz-box-shadow: -110px 130px 0px -80px rgba(202,229,251,1); /* -90px */
  box-shadow: -110px 130px 0px -80px rgba(202,229,251,1); /* -90px */
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 100px;
  }
}

.blog-item-2 .blog-item-card .card-img-top{
  border-radius: 10px;
}

/* Blog Detail */
.blog-detail{
  /* padding-top:50px; */
  padding: 50px 0 100px 0;
}

@media only screen and (max-width: 991px){
  .blog-detail{
    padding: 50px 0 25px 0;
  }
}

.blog-detail h2{
  text-align:center;
  margin-bottom:50px;
}
.blog-detail h4{
  text-align:left;
  font-weight: bold;
  color:black;
}
.blog-detail p{
  text-align:left;
  color:black;
}

.blog-detail .blog-detail-card{
  background-color:transparent;
  margin-right: 30px;
}

.blog-detail .blog-detail-card .card-shadow{
  -webkit-box-shadow: 120px 130px 0px -80px rgba(148,204,241,1);
  -moz-box-shadow: 120px 130px 0px -80px rgba(148,204,241,1);
  box-shadow: 120px 130px 0px -80px rgba(148,204,241,1);
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 110px;
}
@media only screen and (max-width: 479px){ /* max-width: 767px */
  .blog-detail .blog-detail-card .card-shadow{
  -webkit-box-shadow: 110px 130px 0px -80px rgba(148,204,241,1); /* 90px */
  -moz-box-shadow: 110px 130px 0px -80px rgba(148,204,241,1); /* 90px */
  box-shadow: 110px 130px 0px -80px rgba(148,204,241,1); /* 90px */
  /* margin-left:30px; */
  margin-left:auto;
  margin-right:auto;
  border-radius: 110px;
  }
}

.blog-detail .blog-detail-card .card-img-top{
  border-radius: 25px;
}
.blog-detail .blog-detail-content {
  /* box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04); */
  background: transparent;
  position: relative;
  padding-left: 100px;
  margin-left: -28px;
  z-index: 5;
  padding: 50px 100px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .blog-detail .blog-detail-content {
      margin-left: -18px;
      padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .blog-detail .blog-detail-content {
      position: relative;
      margin-left: 0;
      padding: 20px 30px;
  }
}

.blog-detail .social-links {
  display: inline-block !important;
  margin-top: 20px;
  width: auto;
}
.blog-detail .share-text {
  margin-top:5px;
  margin-right: 5px;
  float:left;
  color: #0098EA !important;
  font-weight: bold;
  text-shadow: 0 0 black;
}
.blog-detail .social-links li {
  border-color: #0098EA;
  float: left;
  background: #0098EA;
}
.blog-detail .social-links li a {
  color: white;
}
@media (max-width: 991px) {
  .blog-detail .col-lg-6 {
    text-align: center !important;
  }
  .blog-detail .social-links {
    display: inline-block !important;
    margin-top: 20px;
    float: none !important;
    width: auto;
  }
}

.blog-detail-image{
  margin-top: -100px;
  margin-bottom:50px;
}

.blog-detail-image .blog-detail-card-2{
  background-color:transparent;
}

.blog-detail-image .blog-detail-card-2 .card-img-top{
  border-radius: 50px;
  border: 15px solid rgba(85,150,254,1);
}
