/**
* Template Name: BizLand - v1.1.1
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Raleway", sans-serif;
  color: #444444;
  font-size:15px;
  font-weight:500;
}
.pt-custom-padd1{
  /*margin-top:188px;*/

}

a {
    color:#444444;
    font-weight:500;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #106eea;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #ffffff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgb(8 8 8 / 60%);
    /* padding-left: 15px; */
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
  /*color: rgb(255 255 255);*/
  color: rgb(21 19 19);;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* padding: 25px 0; */
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.men .right-borders {
  float: left;
    border-right: solid;
    border-width: 1px;
    border-color:#222222;
}

.dropdown-menu li a
{
padding:6px 12px;
font-size:15px;

}
#header.header-scrolled {
  top: 0;
 /* padding:0px;*/
 padding-top: 10px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Raleway", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  /* max-height: 40px; */
  width:700px;
}

@media (max-width: 992px) {
  #header {
    padding:15px 15px 0px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /* width: 1920px; */
  /* height: 741px; */
  /* background: url("../img/banner/bldea_pharmacy_banner1.png"); */
  /* background-size: cover; */
  /* position: relative; */
  position: relative;
  /* padding: 320px 0px 320px; */
}

#hero:before {
  /* content: ""; */
  /* background: rgba(255, 255, 255, 0.6); */
  /* position: absolute; */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Raleway", sans-serif;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

.cu-style-icon{
  font-size:24px
}
.cust-margin{
  margin-top: 73px;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }

 
}

@media (max-width: 768px) {
  /* #hero { */
    /* height: 100vh; */
  /* } */
  .custom-section {
    padding: 0px !important;
    /* overflow: hidden; */
}
.cust-img-logo{
  width: 100%;
}
.mob-hide{
  display:none !important;
}
.cust-margin{
  margin-top: 0px !important;
}
.pt-custom-padd{
  padding-top: 3rem !important;
}
.pt-custom-padd1 {
  /*margin-top:1.5rem !important;*/
}
.card-size{
  width: 100% !important;
}
.pt-5{
  padding-top: 0rem!important;
}
.men li{
  float: none !important;
}

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #106eea !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #106eea !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #106eea;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #106eea;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  /* padding: 0 0 30px 0; */
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #424141;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size:18px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight:600;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size:15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin-bottom:10px;
}

#footer .footer-top h3 {
  font-size: 16px;
  font-weight: bold;
  color: #ef7f1a;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}
.social-links{
  /*background-color: #0a99ac;*/
  padding: 0px 25px 0px 25px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.card-color{
  background-color: #ebedec;
}

@media (min-width: 992px){
.container {
    max-width: 1200px;
}
}

.img-thumbnail {
  padding: .15rem !important;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.legacy-text
{
  font-size: 26px;
}

.img1{
  width: 856px;
height: 514px;
}

.card-size{
  width: 23rem;
    height: 30.5rem;
}

.ul-color{
  color:yellow !important;
}

#program li{
     margin-left: -20px;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 992px){
.offcanvas-header {
    display: block;
}
}


.offcanvas-header{ display:none; }

@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    z-index: 1;
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: black;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}

/*#main_nav{
  height: 45px;
}*/

#main
{
  padding-top:0px;
}

.main-menu-bg
{
  background-color:#0a99ac;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .3rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
        font-size: 17px;
}


.navbar-dark .navbar-nav .show>.nav-link {
    color:rgba(255,255,255,.75);
}


.legacy-text-para
{
      font-size: 15px;
}

.legacy-text-para-box {
    padding-bottom: 2.66rem!important;
}


/*.title {
    border-bottom: 2px solid #808080;
    text-align: center;
}

.title h1 {
    overflow: hidden;
    position: relative;
    line-height: 24px;
    white-space: nowrap;
    text-transform: uppercase;
    bottom: -12px;
    display: inline-block;
    max-width: 80%;
    border:  solid #fff;
    border-width: 0 20px;
    font-size: 18px;
    background: #fff;

    
}*/

.title h1{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#ffed00;
}

.title h1:before,
.title h1:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    color: #fff;
}

.title h1:after {
    margin: 0 0 0 20px;
}

.courses-text
{
  color:#ffed00;
  font-weight:500;
  font-weight: 600;
    font-size: 16px;
}

.border-bottoms
{
      margin-top: 1rem !important;
    margin-bottom: .1rem !important;
    border: 0 !important;
    border-top: 1px solid rgb(255 255 255) !important;
    width: 50% !important;
    margin-left: 0 !important;
    right: 0 !important;
  }
.news-update-text
{
      font-size: 13px;
    font-weight: 600;
}

.news-text
{
  font-weight: 600;
    font-size: 14px;
}

.double-arrows {
    display: table;
        margin-left:-16px;
}

.double-arrows .icon-container, .double-arrows .text-container {
    display: table-cell;
    vertical-align: top;
}

.double-arrows .icon-container {
    text-align: center;
}

.text-container p {
    font-weight: 500;
    font-size:15px;
    margin-bottom: 8px;
    color: #444444;
}

.double-arrows i {
    color: #0a99ac;
    margin: 0;
    margin-right:5px;
    margin-left:18px;
}

.double-arrows .icon-container, .double-arrows .text-container {
    display: table-cell;
    vertical-align: top;
}

.news-noti-border-right {
    border-right: 1px solid #adadad!important;
}

.imgs-container {
  position: relative;
  width: 100%;
}

.text-block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:#0f53a975;
    color:#ffffff;
    padding: 15px 20px 0px;
    width:100%;
}

.text-block h4
{
  font-size:1.3rem;
  margin-bottom:5px;
}

.text-block p
{
  font-size: 13px;
    font-weight: 600;
}

.news-section .card
{
  height:450px;
}

.news-section .card-text
{
font-size: 14px;
    font-weight: 600;
}

.news-section .card i
{
  color: #cdcece;
}

.legacy-paddings
{

    padding-left: 3rem!important;
    padding-right: 3rem!important;
}

.about-heading
{
  padding-top: 1.5rem!important;
}

.padding-tops-small-devices
{
    padding-top: 1rem!important;
}


.line-clamp-cards {
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-img {
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



#about ol
{
  margin-left: -21px;
}

#about ul
{
  margin-left: -21px;
}

#about h3
{
  font-size: 19px;
  color: #0b99ac;
  font-weight: 400;
}

.p-text-margin{
  margin-left: 21px;
  margin-bottom: 18px;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
  font-size: 15px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .7rem .2rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.pharmacy-h1 h1
{
  margin-bottom: 32px;
  font-size: 25px;
  color: #468def;
}

.pharmacy-h1 h1:after {
    background-color: #c5c5c5;
    content: "";
    height: 3px;
    left: 15px;
    top: 40px;
    width:50px;
    position: absolute;
    z-index: 0;
}

.pharmacy1-h1 h1
{
  margin-bottom: 32px;
  font-size: 29px;
}

#about h2{
  font-size: 21px;
  color: #28bd8b;
  font-weight: 400;
}

#about ol li{
  line-height: 1.9;
  font-weight: 300;
}




.pharmacy1-h1 h1:after {
    background-color: #c5c5c5;
    content: "";
    height: 3px;
    left: 15px;
    top: 40px;
    width:50px;
    position: absolute;
    z-index: 0;
}

.margin-top-section {
  margin-top: 1.7rem!important;
}

#main
{
  /*margin-top:220px !important; */
}


@media only screen and (max-width: 640px)
{
  .news-noti-border-right {
    border-right:none !important;
}

#main
{
  margin-top:15px !important; 
}

#about .main-heading
{
  font-size:1.5rem !important;
  margin-bottom:15px;
}

.pharmacy-h1 h1:after
{
  display:none;
}

#about h3
{
  font-size: 1.5rem;
  margin-bottom:5px;
}

#about p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.padding-tops-small-devices
{
    padding-top:0rem!important;
}

.padding-bottom-small-devices {
    padding-bottom: .5rem!important;
}

.margin-bottom-small-devices {
    margin-bottom:.8rem!important;
}

.legacy-paddings
{

    padding-left:1rem!important;
    padding-right:1rem!important;
}

.legacy-text-para-box {
    padding-bottom: 1rem!important;
}

.news-section-small-dev .card {
    height: 430px;
}

.about-heading
{
  padding-top:0rem!important;
}
.double-arrows {
    display: table;
        margin-left:-18px;
}
}

/*@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
  .navbar .nav-item:hover .nav-link{ color: #fff;  }
  .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .navbar .dropdown-menu.fade-up{ top:180%; background-color: #f3f4f7; font-size: 15px; }
  .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

}*/

.dropdown-divider {
    height: 0;
    margin:  0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
@media all and (min-width: 992px) {
  .navbar{ padding-top: 0; padding-bottom: 0; }
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
  .navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem !important;
    padding-left: .9rem !important;
}
}

.fixed-main-menu {
    position: sticky !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.cust-margin-header-logo{
   margin-top: 40px;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    height: 45px;
}

.cust_margin_desktop{
  margin-bottom: 3rem!important;
}
}

@media screen and (device-aspect-ratio: 40/71) {
    .news-section .card {
    height: 380px;
}

.pt-custom-padd {
    padding-top: 1.3rem !important;
}
}

@media screen and (device-aspect-ratio: 2/3) {
  .pt-custom-padd {
    padding-top: 1.3rem !important;
}  
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .card-size {
    width: 19rem;
    height: 30.5rem;
}

.h5, h5 {
    font-size: 1rem;
}

.news-section .card-text {
    font-size: 11px;
    font-weight: 600;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
 .card-size {
    width: 12rem !important;
    height: 16rem !important;
}

.card-size2 {
    width: 12rem !important;
    height: 17.5rem !important;
}

.h5, h5 {
    font-size: 1rem;
}

.mt-3, .my-3 {
    margin-top: -1rem!important;
}

.news-section .card-text {
    font-size: 11px;
    font-weight: 600;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .card-size {
    width: 19rem;
    height: 23.5rem !important;
}

.mt-3, .my-3 {
    margin-top: -1rem!important;
}

.mar-arrow {
    margin-top: 1.9rem!important;
}

.card-size2 {
    width: 19rem !important;
    height: 23.5rem !important;
}
}

.dropdown-toggles::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggless::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.top-menu-cus{
    position: absolute;
    transform: translate3d(1056px, 19px, 0px);
    top: 7px !important;
    left: 0px;
    will-change: transform;
}

/*.accordion {
  padding: 10px;
  color: #51c192;
  font-weight: 500;
  font-size:17px;
}*/

/*.accordion:after {
  background-color: #0a99ac;
  color: #fff;
  content: '\002B';
  padding: 0px 10px 0px 10px;
  font-weight: bold;
  float: left;
  font-size: 21px;
}

.active:after {
  content: "\2212";
}*/

/*.panel {
  padding: 10px 0px 0px 40px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
}*/


/*.submaindrop .dropdown-submenus {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
} 

.submaindrop:hover > .dropdown-submenus {
    display: block;
}
.dropdown-submenus {
    position:absolute;
}
.dropdown-submenu>.dropdown-submenus {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

.dropdown-submenus > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}*/

@media (min-width: 992px){
  .dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .3em solid;
  }
  .dropdown-menu .dropdown-menu{
    margin-left:0; margin-right: 0;
  }
  .dropdown-menu li{
    position: relative;
  }
  .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; left:auto;
  }
  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
}

/*.dropdown .my-menu:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/

/*@media all and (min-width:991px) {  
  .dropdown:after{
      content: ''; 
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: opacity .15s ease-in-out;
      opacity: 0;
      visibility:hidden;
      background-color: rgba(0,0,0,.7);
      pointer-events: none;
  }
  .dropdown.show .nav-link{
  position:relative;
  z-index:12;
  }
  .dropdown.show:after{
  z-index:10; opacity:1; 
  visibility:visible;
  position: fixed;
  }
}*/


.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
        background-color: #f3f4f7;
    }

    .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .0rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f3f4f7;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    font-size: 13px;
}

p {
  margin-top: 0;
  margin-bottom: 0.2rem;
}

#ul-cust ul{
  margin-top: 0px !important;
  margin-bottom: 0.3rem !important;
}

.cust-top-mar{
  margin-top: 62px;
}

.fa-cust{
  font-size: 18px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0a99ac;
}

.a-cust-foter{
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 15px;
}

.a-color-cust:hover{
    color: #707070 !important;
}

.mt-cust-margin{
    margin-top: 1.9rem!important;
}

.bootstrap-select .dropdown-menu li a {
    margin-left: 20px;
}

/*.btn.dropdown-toggle:focus {
    outline: none !important;
}*/

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}

.news-page
{
    /*width: 100%;
    position: relative;*/
    background: url(../img/news-pages/news-inner-page.jpg);
    background-position: center;
    position: relative;
    background-size: cover;
    overflow: hidden
  }

  .kingster-blog-title-wrap .kingster-blog-title-container {
    position: relative;
}

.kingster-blog-title-wrap .kingster-blog-title-overlay {
    background-color: #000000;
}

.kingster-blog-title-wrap .kingster-blog-title-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
}

.news-page .kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width:100%;
}

.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 413px;
    opacity: 1;
    background: url(//demo.goodlayers.com/kingster/wp-content/themes/kingster/css/../images/blog-title-gradient.png) center bottom repeat-x;
}

  .kingster-single-article-date-wrapper {
    float: left;
    width: 58px;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 1;
    margin-top: 8px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
}

/*.kingster-single-article-date-wrapper {
    float: left;
    width: 58px;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 1;
    margin-top: 8px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
}*/

.kingster-blog-title-wrap .kingster-single-article-date-wrapper {
    border-color: #ffffff;
}

.kingster-blog-title-wrap .kingster-single-article-date-wrapper {
    margin-top:11px;
    margin-left:20px;
  }

/*.kingster-single-article-date-wrapper {
    float: left;
    width: 58px;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 1;
    margin-top: 8px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
}*/

.kingster-blog-title-wrap .kingster-single-article-head-right {
    overflow: hidden;
}

.kingster-body .kingster-blog-title-wrap .kingster-single-article-title {
    color: #ffffff !important;
}

.kingster-blog-title-wrap .kingster-single-article-title {
    font-size:27px;
    font-weight:600;
    margin-bottom: 11px;
    letter-spacing: .5px;
    color:#ffffff !important;
    padding-right:20px;
}

.kingster-blog-title-wrap .kingster-single-article-date-day {
    color: #ffffff;
}

.kingster-single-article-date-wrapper .kingster-single-article-date-day {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: -4px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.kingster-blog-title-wrap .kingster-single-article-date-month, .kingster-single-article-date-wrapper .kingster-single-article-date-year {
    color: #b1b1b1;
}

.kingster-single-article-date-wrapper .kingster-single-article-date-month {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kingster-blog-title-wrap .kingster-blog-info-wrapper, .kingster-blog-title-wrap .kingster-blog-info-wrapper a, .kingster-blog-title-wrap .kingster-blog-info-wrapper a:hover, .kingster-blog-title-wrap .kingster-blog-info-wrapper i {
    color: #ffffff;
}

.kingster-blog-info-wrapper .kingster-blog-info {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kingster-blog-info-wrapper .kingster-blog-info-first {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kingster-blog-info-wrapper .kingster-blog-info:before {
    content: "|";
    margin-right: 12px;
}

.kingster-blog-info-wrapper .kingster-head {
    margin-right: 7px;
    vertical-align: baseline;
}

.news-subtitle
{
    font-size: 31px;
    font-weight: 700;
    text-transform: none;
    margin-bottom:20px;
}

.subtitles p
{
  margin-bottom:20px;
}

.kingster-single-nav-left {
    float: left;
}

.kingster-single-nav-left i {
    margin-right: 15px;
    vertical-align: middle;
}

.kingster-single-nav i {
    font-size: 25px;
}

.kingster-single-nav .kingster-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.kingster-single-nav a, .kingster-single-nav a:hover {
    color: #a5a5a5;
}
.kingster-single-nav-area {
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    padding: 33px 0;
    margin-bottom: 55px;
    border-color:#e6e6e6;
        border-left: 0;
            border-right: 0;
}
.clearfix {
    zoom: 1;
}

.kingster-single-nav .kingster-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.kingster-single-author {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 41px;
    border-top-width: 1px;
    border-top-style: solid;
}

.kingster-single-nav-right {
    float: right;
}

.kingster-single-nav a, .kingster-single-nav a:hover {
    color: #a5a5a5;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.arrow_right:before {
    content: "\24";
}

.kingster-single-nav-right i {
    margin-left: 15px;
    vertical-align: middle;
}

.kingster-single-author .kingster-single-author-wrap {
    max-width: 80%;
    margin: -41px auto 0px;
}

.kingster-single-author .kingster-single-author-avartar {
    max-width:89px;
    margin: 0 auto 25px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.kingster-media-image {
    line-height: 0;
    position: relative;
}

.kingster-single-author .kingster-single-author-caption {
    color: #b1b1b1;
}

.kingster-single-author .kingster-single-author-title {
    font-size: 26px;
    margin-bottom: 22px;
        color: #161616;
        font-weight:600;
}

.kingster-single-author .kingster-single-author-title a, .kingster-single-author .kingster-single-author-title a:hover {
    color: #464646;
}

.kingster-single-author {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 41px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color:#e6e6e6;
}

.kingster-comments-area .kingster-comments-title, .kingster-comments-area .comment-author, .kingster-comments-area .comment-reply-title {
    color: #464646;
}

.kingster-comments-area .kingster-comments-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:1px;
    margin-bottom: 55px;
}

.kingster-comments-area ol.comment-list {
    list-style: none;
    margin-bottom: 55px;
    margin-left: 0;
}

.bypostauthor {
    max-width: 100%;
}

.kingster-comments-area .comment-article {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#e6e6e6;
}

.kingster-comments-area .comment-avatar {
    max-width:89px;
    margin-right: 35px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.kingster-comments-area .comment-body {
    overflow: hidden;
}
.kingster-comments-area .comment-meta {
    position: relative;
    margin-bottom: 20px;
}
.kingster-comments-area .kingster-comments-title, .kingster-comments-area .comment-author, .kingster-comments-area .comment-reply-title {
    color: #464646;
}
.kingster-comments-area .comment-author {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}
.kingster-comments-area .comment-time {
    font-size: 14px;
    font-style: italic;
}
.kingster-comments-area .comment-time a, .kingster-comments-area .comment-time a:hover {
    color: #b1b1b1;
}
.kingster-comments-area .comment-reply {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: absolute;
    right: 0;
    top: 4px;
}
.kingster-comments-area .comment-reply a, .kingster-comments-area .comment-reply a:hover {
    color: #bcbcbc;
}

.comments-form
{
  background: #f9f9f9;
    padding: 50px;
}

.comments-form h5
{
      font-size: 20px;
    font-weight: 600;
    color: #464646;
    letter-spacing: 1px;
}



.kingster-item-pdlr
{
padding-top:205px;
padding-bottom:40px;
}

.comments-form textarea.form-control {
    height: 150px;
}

.btBox > h4
{
    font-size: 1.3em;
    margin-bottom: .75em;
    color: #000;
}
.btBox ul, .btCustomMenu ul, .btTopBox ul {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
}
.btSidebar .btBox ul li:first-child, .btSidebar .btCustomMenu ul li:first-child, .btSidebar .btTopBox ul li:first-child {
    padding-top: 0;
}

.popularPosts ul li {
    padding: 0 0 10px;
    border: none !important;
}

.btBox ul li, .btCustomMenu ul li, .btTopBox ul li {
    display: block;
    width: auto;
    margin: 0;
    position: relative;
    padding: .2em 0;
    margin-left: 0;
}
.btBox .ppImage, .btCustomMenu .ppImage, .btTopBox .ppImage {
    display: table-cell;
    vertical-align: top;
    width: 36%;
}
.btClear:after, .mainHeader:after, .menuHolder .port:after, .topBarPort:after, .boldSiteFooter:before, .boldSiteFooter:after, .boldSiteFooter .port:after, .contentWrap:after, .contentHolder:after, .btBox:after, .boldSection .port:after, .header:after, .boldRow:after, .socialRow:before, .socialRow:after, .servicesItem .sIcon:after, .boldSection:before, .boldSection:after, .psCats:after, .psWrap:after, .btTabs:after, .tabsHeader:after, .articleListItem footer:after, .btPagination:after, .boldArticleBody blockquote:after, .tilesWall.classic .bgiTxt:after, .btQuoteItem:after, .boldArticleHeader .socialRow:before, .tagcloud:after, .btInstaGrid:after, .rowItemContent:after, .widget_shopping_cart .total:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btBox .ppImage a img, .btCustomMenu .ppImage a img, .btTopBox .ppImage a img {
    margin: 0;
    border: 1px solid rgba(0,0,0,.1);
    max-width: 100%;
    width: 100%;
    height: auto;
}
.btBox .ppTxt, .btCustomMenu .ppTxt, .btTopBox .ppTxt {
    display: table-cell;
    overflow: hidden;
    text-align: initial;
    padding-left: 8px;
}
.btBox .ppTxt .header, .btCustomMenu .ppTxt .header, .btTopBox .ppTxt .header {
    margin-bottom: 0;
}
.btBox .ppTxt .header .btSuperTitle, .btCustomMenu .ppTxt .header .btSuperTitle, .btTopBox .ppTxt .header .btSuperTitle {
    color: inherit;
    letter-spacing: 0;
    margin-bottom: 0;
}
.header.small .btSuperTitle {
    font-size: .8em;
    margin-bottom: .4em;
}
.header .btSuperTitle {
    font-family: "Montserrat";
    margin-bottom: .6em;
}
.header .headline, .header .dash {
    display: block;
}
.btBox header.small h4
{
     font-size:15px;
     font-weight:500;
     color:#000000;
}

.header.small h4, .header.small h5, .header.small h6, .header.small h7, .header.small h8 {
    font-size: 1.2em;
    padding-bottom: .15em;
}

.header .headline, .header .dash {
    display: block;
}
.btBox .ppTxt .header .headline a, .btCustomMenu .ppTxt .header .headline a, .btTopBox .ppTxt .header .headline a {
    color: inherit;
}
.btBox .ppTxt .header .headline a, .btCustomMenu .ppTxt .header .headline a, .btTopBox .ppTxt .header .headline a {
    color: inherit;
}

html a:hover, .btLightSkin a:hover, .btDarkSkin .btLightSkin a:hover, .btLightSkin .btDarkSkin .btLightSkin a:hover, .btDarkSkin a:hover, .btLightSkin .btDarkSkin a:hover, .btDarkSkin.btLightSkin .btDarkSkin a:hover {
    text-decoration: none;
    color:#106eea;
}
.btBox ul li a, .btCustomMenu ul li a, .btTopBox ul li a {
    display: block;
    line-height: 1.35;
}
.header.small h1, .header.small h2, .header.small h3, .header.small h4, .header.small h5, .header.small h6, .header.small h7, .header.small h8 {
    font-size: 1.2em;
    padding-bottom: .15em;
}
.btLightSkin h1, .btLightSkin h2, .btLightSkin h3, .btLightSkin h4, .btLightSkin h5, .btLightSkin h6, .btDarkSkin .btLightSkin h1, .btDarkSkin .btLightSkin h2, .btDarkSkin .btLightSkin h3, .btDarkSkin .btLightSkin h4, .btDarkSkin .btLightSkin h5, .btDarkSkin .btLightSkin h6, .btLightSkin .btDarkSkin .btLightSkin h1, .btLightSkin .btDarkSkin .btLightSkin h2, .btLightSkin .btDarkSkin .btLightSkin h3, .btLightSkin .btDarkSkin .btLightSkin h4, .btLightSkin .btDarkSkin .btLightSkin h5, .btLightSkin .btDarkSkin .btLightSkin h6 {
    color: #000;
}
.btClear {
    clear: both;
}
.header {
    display: inline-block;
}
body:not(.btNoDashInSidebar) .btBox > h4:after, body:not(.btNoDashInSidebar) .btCustomMenu > h4:after, body:not(.btNoDashInSidebar) .btTopBox > h4:after {
    content: ' ';
    clear: both;
    width: 3em;
    display: block;
    border-bottom: 3px solid #FBBD02;
    margin: .5em 0 .6em;
}

@media only screen and (max-width: 600px) {
  .testimonial_para 
  {
    line-height:25px;
    font-size:17px;
    color: #262626;
    width: 100%;
  }

  .kingster-blog-title-wrap .kingster-single-article-title {
    font-size:17px;
    font-weight:600;
    margin-bottom:11px;
    letter-spacing:.5px;
    color:#ffffff !important;
     padding-right:20px;
}

.kingster-item-pdlr {
    padding-top: 100px;
    padding-bottom: 40px;
}
#about h3 
{
    font-size:27px;
    color: #262626;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}

#inspiring p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}
#inspiring h3 {
    font-size:27px;
}

p
{
  font-size:15px;
}

#convocation-mobile {
    background-color: #000000;
    background-position: center;
    padding: 20px 0 12px;
    text-align: center;
}
.university-h1 h1 {
    margin-bottom:30px;
}

.university-h1 h1:after {
    display:none;
}
h1 {
    font-size:27px;
    /*color: #75141b;*/
    font-weight: 500;
    line-height: 1.3;
}

.sajjan-h1 h1 {
    margin-bottom:30px;
}
.sajjan-h1 h1:after {
display:none;
  }

  .sajjan-h1 h2:after
  {
display:none;
  }
  .sajjan-h1 h2 {
    margin-bottom: 10px;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
    font-size: 17px;
}
.sidebar-margin-top {
    margin-top: 0rem!important;
}

#alumni h3 {
    font-size: 27px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}
#alumni {
    
    padding: 50px 0 30px;
}
.btBox header.small h4 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}
.header.small .btSuperTitle {
    font-size: 15px;
    margin-bottom: .4em;
}

.my-para
{
  font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  
.btBox header.small h4 {
    font-size: 15px;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
  
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.accordion h2
{
    font-size:18px !important;
    color: #28bd8b;
    font-weight: 400;
}

#about h3 {
    font-size:17px;
    color: #0b99ac;
    font-weight: 400;
}

.accordion h6
{
    font-size:15px !important;
    color: #28bd8b !important;
    font-weight: 400 !important;
}


.accordion a
{
    font-size:16px !important;
    color: #0a99ac !important;
    font-weight:500 !important;
}

.inner-pages
{
  background-color:#f4f6f9;
}

.inner-pages h1
{ 
    font-size:1.8rem;
}

.inner-pages .sidebar
{
  background:#0b479a;
  padding:8px 15px;
  color:#ffffff !important;
  font-size:1.2rem;
  font-weight:300;
}


.inner-pages .sidebarpts a:before
{
    padding-bottom: 4px;
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    content: "\f105";
    margin-top: 0px;
    margin-left: 17px;
}


.inner-pages .sidebarpts a:before
{
    padding-bottom: 4px;
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    content: "\f105";
    margin-top: 0px;
    margin-left: 17px;
    font-weight:300;
}

.inner-pages .mylists p:before
{
    padding-bottom: 4px;
    font-family: FontAwesome;
    display: inline-block;
    padding-right:8px;
    vertical-align: middle;
    content: "\f105";
    list-style-type:none;
}
.inner-pages .sidebarh3 
{
    background:#922568;
    padding:8px 15px;
    color:#ffffff;
    font-size:1.2rem;
    font-weight:300; 
}

.inner-pages .sidebarh3 a
{
  color:#ffffff;
  font-size:1.2rem;
  font-weight:300; 
}
 

 .inner-pages form
 {
  background:#dcddde;
  padding:10px 25px 40px;
 }

.inner-pages form input[type=text] 
{
  border:1px solid #333333;
  border-radius:0px;
  background:transparent;
}

.inner-pages .card
{
  border:0;
  border-radius:0px;

}

@media only screen and (max-width: 640px)
{

  .inner-pages h1 {
    font-size: 1.3rem;
}

.accordion a {
    font-size: 15px !important;
    color: #0a99ac !important;
    font-weight: 500 !important;
    padding-right:40px;
    line-height: 1.5;
}

/*  .inner-pages .card p
  {
    text-align:center;
    margin-bottom:10px;
  }*/

  }

.inner-pages h3{
    font-size:1.3rem;
    color:#0499ad;
    font-weight:400 !important; 
}

.h3, h3 {
    font-size: 1.4rem;
}

.legacy-text {
    font-size: 22px;
}

.inner-pages h2 {
    font-size: 1.4rem;
    margin-bottom: .8rem!important;
}

.dropdown-menu {
    position: absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:0rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#212529;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:0rem;
}

.about-blds h2
{

    font-size: 1.4rem;
    margin-bottom: .8rem !important;
    color:#0499ad !important;

}