/* BODY */
body {
  border-top: 0px;
  font-family: 'Poppins', Arial, sans-serif;
  color: var(--dark);
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width:1600px) {
  .container {
    width: 100% !important;
    max-width: 1400px !important;
  }
}

@media (min-width:992px) {
  .container {
    width: 100% !important;
    max-width: 1600px !important;
  }
}

@media (min-width:768px) {
  .container {
    width: 100% !important;
    max-width: 1600px !important;
  }
}

h1 {
  color: var(--h1);
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--h2);
  font-weight: 700;
  margin-top: 0;
}

.top-bar {
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  padding: 9px 0;
  line-height: 30px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.top-bar .fa {
  color: #fff;
  margin-right: 7px;
}

.top-bar .social {
  text-align: right;
}

.top-bar .social a {
  margin-right: 0;
  display: inline-block;
  /*width: 30px;*/
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*border-radius: 50%;
  background: var(--pink);*/
  margin-left: 15px;
}

.top-bar .social a.icon {
  margin-right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--pink);
  padding-left: 5px;
}

.top-bar #header_basket {
  /*margin-left: 15px;*/
  display: inline-block;
  font-size: 18px;
}

@media (max-width:991px) {
  .top-bar .social {
    text-align: center;
  }
}

.header-wrapper {
  border-bottom: 1px solid var(--blue);
  margin-bottom: 20px;
}

.navbar-default {
  background: var(--header-bg-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  /*margin-top: 65px;*/
}

@media (max-width:991px) {
  .navbar-default {
    margin-top: 0;
  }
}

#main-menu {
  background: #fff !important;
}

.navbar {
  min-height: 190px;
}

.navbar-brand {
  height: 170px;
  padding: 0;
  margin-top: 10px;
}

.navbar-brand img {
  height: 170px;
  width: auto;
  max-width: none;
}

.navbar-nav {
  margin-top: 55px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color: var(--top-menu-bar-bg-color);
  border-color: var(--top-menu-bar-bg-color);
  transition: 0.5s;
  /*margin-top: 65px;*/
}

.navbar-default .navbar-toggle:hover {
  background-color: var(--main-text-color);
  border-color: var(--main-text-color);
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active,
.sm-blue a.highlighted {
  padding: 5px 0px;
  background: var(--header-bg-color);
  color: var(--menu-color);
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-shadow: none;
  transition: 0.5s;
  border-bottom: 3px solid transparent;
  margin-left: 24px;
}

.sm-blue a:hover,
.sm-blue a.active {
  color: var(--pink);
}

.sm-blue>li {
  border-left: 0;
}

.sm-blue ul {
  border: 0;
  padding: 7px 0;
  background: var(--dropdown-menu-bg-color);
  /*background: #F3F2ED;*/
  border-radius: 0;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  top: 5px;
}

.sm-blue ul a,
.sm-blue ul a:focus,
.sm-blue ul a:active,
.sm-blue ul a.highlighted {
  border: 0 !important;
  padding: 9px 23px;
  background: var(--dropdown-menu-bg-color);
  color: var(--dropdown-menu-font-color);
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  transition: 0.5s;
}

.sm-blue ul a:hover {
  color: var(--top-menu-bar-bg-color);
  background: var(--header-bg-color);
}

@media (min-width:991px) {
  .sm-blue a {
    margin-top: 70px;
  }

  .sm-blue a:hover,
  .sm-blue a.active {
    color: var(--pink);
    border-color: var(--pink);
  }

  .sm-blue a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: var(--main-text-color) transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

@media (min-width: 992px) and (max-width:1250px) {
  .sm-blue a {
    margin-left: 10px;
    font-size: 14px;
  }
}

@media (max-width:991px) {
  .navbar {
    min-height: 150px;
  }

  .navbar-brand {
    height: 120px;
  }

  .navbar-brand img {
    height: 120px;
  }

  .navbar-toggle {
    display: block;
    margin-top: 50px;
  }

  #main-menu::before {
    background: none !important;
  }

  #navbar2 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.carousel-wrapper {
  background: #fff;
}

.carousel-inner .item .hero {
  position: relative;
  min-height: 560px;
  /*background: linear-gradient(rgba(6, 71, 168, .25), rgba(6, 71, 168, .35)), url('hero-image.png') center center / cover no-repeat;*/
  /*background: url('hero-image.png') center center / cover no-repeat;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
}

.carousel-inner .item .hero-content {
  display: table-cell;
  vertical-align: middle;
  padding: 80px 0;
}

.carousel-inner .item .hero-box {
  max-width: 700px;
  background: rgba(255, 255, 255, .92);
  border-left: 8px solid var(--pink);
  padding: 42px 46px;
  border-radius: 0 28px 28px 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.carousel-inner .item .hero h1 {
  color: var(--blue);
  font-size: 52px;
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 18px;
}

.carousel-inner .item .hero p {
  color: #444;
  font-size: 19px;
  margin-bottom: 28px;
}

.hero-mobile-content {
  display: none;
}

@media (max-width: 1199px) {
  .carousel-inner .item .hero-box {
    max-width: 520px;
    padding: 32px 36px;
  }

  .carousel-inner .item .hero h1 {
    font-size: 42px;
  }

  .carousel-inner .item .hero p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .carousel-inner .item .hero {
    min-height: 250px;
    display: block;
    background-position: center center;
  }

  .carousel-inner .item .hero-content {
    display: none;
  }

  .hero-mobile-content {
    display: block;
    background: #fff;
    padding: 36px 0 42px;
  }

  .hero-mobile-box {
    border-left: 8px solid var(--pink);
    padding-left: 24px;
  }

  .hero-mobile-box h1 {
    color: var(--blue);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 16px;
  }

  .hero-mobile-box p {
    color: #444;
    font-size: 17px;
    margin-bottom: 24px;
  }
}

.btn-pink,
.btn-blue,
.btn-primary,
.btn-info,
.btn-warning,
.btn-success {
  border: 0;
  border-radius: 30px;
  padding: 12px 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: all .25s ease;
  white-space: normal;
}

.btn-pink,
.btn-primary,
.btn-info,
.btn-warning,
.btn-success {
  background: var(--pink);
  color: #fff;
}

.btn-blue {
  background: var(--blue);
  color: #fff;
}

.btn-pink:hover,
.btn-blue:hover,
.btn-primary:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-success:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

label {
  color: var(--main-text-color) !important;
}

.section-light {
  background: var(--light);
}

.pink-line {
  width: 78px;
  height: 5px;
  background: var(--pink);
  border-radius: 8px;
  margin-bottom: 28px;
}

.pink-line-middle {
  width: 78px;
  height: 5px;
  background: var(--pink);
  border-radius: 8px;
  margin: auto;
  margin-bottom: 28px;
}

.image-placeholder {
  min-height: 200px;
  background: #fff;
  border: 3px dashed rgba(6, 71, 168, .25);
  border-radius: 24px;
  display: table;
  width: 100%;
  text-align: center;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 40px;
}

.image-placeholder span {
  display: table-cell;
  vertical-align: middle;
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

.custom-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  padding-bottom: 20px;
}

.custom-content ul li {
  position: relative;
  padding-left: 30px;
  /*margin-bottom: 10px;*/
}

.custom-content ul li:before {
  content: "\f1b0";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pink);
}

.home-page-section1 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-page-section1 h2 {
  color: var(--blue);
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 18px;
}

.home-page-section2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-page-section2 h2 {
  color: var(--blue);
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 18px;
}

.home-page-section3 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.home-page-section3 h2 {
  color: var(--blue);
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 18px;
}

.home-page-section3 .service-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(6, 71, 168, .11);
  margin-bottom: 30px;
  min-height: 520px;
  transition: all .25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.home-page-section3 .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(6, 71, 168, .16);
}

.home-page-section3 .service-body {
  padding: 30px;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.home-page-section3 .service-body .btn {
  margin-top: auto;
  align-self: flex-start;
}

.home-page-section3 .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(6, 71, 168, .16);
}

.home-page-section3 .service-img {
  height: 220px;
  background: linear-gradient(135deg, rgba(6, 71, 168, .12), rgba(243, 48, 148, .14));
  display: table;
  width: 100%;
  text-align: center;
  color: var(--blue);
  font-weight: 600;
  border: 3px dashed rgba(6, 71, 168, .25);
}

.home-page-section3 .service-img span {
  display: table-cell;
  vertical-align: middle;
}

.home-page-section3 .service-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.home-page-section3 .service-body {
  padding: 30px;
}

.home-page-section3 .service-body h3 {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}

.home-page-section4 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.home-page-section4 h2 {
  color: var(--blue);
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 18px;
}

.home-page-section4 .testimonial {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-section4 .testimonial h4 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}

.home-page-section4 .owl-theme .owl-nav[class*="owl-"] {
  display: block;
}

.home-page-section4 .owl-prev {
  width: 35px;
  height: 100px;
  position: absolute;
  top: 0%;
  left: -90px;
  display: block !important;
  border: 0px solid #222;
}

.home-page-section4 .owl-next {
  width: 35px;
  height: 100px;
  position: absolute;
  top: 0%;
  right: -80px;
  display: block !important;
  border: 0px solid #222;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: none !important;
}

.home-page-section5 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.home-page-section5 img {
  height: 75px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

#footer_wrapper_home {
  margin-top: 0;
  background: var(--blue);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

#footer_wrapper {
  margin-top: 25px;
  background: var(--blue);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

.footer-logo-section {
  text-align: left;
}

.footer_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#footer p {
  font-size: 16px;
  max-width: 450px;
}

#footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px !important;
  display: block;
  margin-bottom: 10px;
}

#footer a:hover {
  color: #ffd8eb;
}

#footer .footer_logo {
  max-width: 230px;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 16px;
}

@media (max-width:991px) {

  #footer,
  .footer_title {
    text-align: center;
  }

  .footer-logo-section {
    text-align: center;
  }

  .footer-logo-section p {
    margin: 0 auto 20px auto;
  }
}

#final_wrapper {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  border-top: 0;
}

#copyright,
#upshot {
  text-align: center;
}

#copyright {
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin-top: 30px;
  padding-top: 18px;
}

/* ONLINE PORTAL */
.portal-category-header {
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--menu-color);
  color: #fff;
  text-align: center;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
}

.portal-details {
  font-size: 14px;
  text-align: center;
}

.portal-details a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.portal-file {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.portal-file .file-title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

.portal-file .file-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.portal-file img {
  max-height: 220px;
}

/* page sections */
.page-section {
  margin-top: 20px;
  margin-bottom: 0px;
}

.page-section-price {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.page-section-button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.page-section-product-wrapper {
  margin-top: 15px;
  padding: 20px 40px;
  border: 1px solid var(--top-menu-bar-bg-color);
  border-radius: 15px;
}

.page-section-product-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

#sort_menu_wrapper_blog {
  background: var(--blue);
  border-radius: 15px;
}

#sort_menu_wrapper_blog label {
  color: #fff !important;
}