/*  /////////// custom css added by LP ///////////  */
/* from line 136 stlye.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* from line 155 */
button.mfp-close,
button.mfp-arrow {
  /*background: rgba(0, 0, 0, 0.2);*/
  background: none;
}

/* from line 187 */
.mfp-arrow-left::before {
  border-right-color: rgba(255, 255, 255, .6);
}

/* from line 193  */
.mfp-arrow-right::before {
  border-left-color: rgba(255, 255, 255, .6);
}

/* from line 394 */
#scrollUp {
  background-color: rgba(0, 0, 0, 0.2);
}

/* from line 554 */
.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:focus {
  color: #ccc;
}

/* from line 584 */
.classynav ul li.active a::before {
  background-color: #ccc;
}

/* from line 602 */
.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
  color: #ccc;
}

/* from line 620 */
.main-header-area {
  background-color: rgba(0, 0, 0, 0.3);
}

/* from line 662 */
.welcome-slides .owl-prev:hover,
.welcome-slides .owl-prev:focus,
.welcome-slides .owl-next:hover,
.welcome-slides .owl-next:focus {
  background-color: rgba(255, 255, 255, .3);
}

/* from line 706 */
.single-welcome-slide .welcome-text h2 {
  color: #fff;
  text-shadow: 2px 3px #000;
  background: none;
  -webkit-text-fill-color: #fff;
}

.single-welcome-slide .welcome-text p {
  text-shadow: 1px 1.5px #000;
}

/* from line 1593 */
.alime-projects-menu .portfolio-menu .btn::after {
  background-color: rgba(0, 0, 0, 0.2);
}

/* from line 1635 */
.single-portfolio-content .hover-content a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
  line-height: 44px;
}

/* from line _header.scss 209 */
.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 240px;
}

.gallery-title {
  text-align: center;
  margin: 3em 0;
}

/* from line 136 */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* from line 155 */
button.mfp-close,
button.mfp-arrow {
  /*background: rgba(0, 0, 0, 0.2);*/
  background: none;
}

/* from line 187 */
.mfp-arrow-left::before {
  border-right-color: rgba(255, 255, 255, .6);
}

/* from line 193  */
.mfp-arrow-right::before {
  border-left-color: rgba(255, 255, 255, .6);
}

/* from line 394 */
#scrollUp {
  background-color: rgba(0, 0, 0, 0.2);
}

/* from line 554 */
.classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:focus {
  color: #ccc;
}

/* from line 584 */
.classynav ul li.active a::before {
  background-color: #ccc;
}

/* from line 602 */
.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
  color: #ccc;
}

/* from line 620 */
.main-header-area {
  background-color: rgba(0, 0, 0, 0.3);
}

/* from line 662 */
.welcome-slides .owl-prev:hover,
.welcome-slides .owl-prev:focus,
.welcome-slides .owl-next:hover,
.welcome-slides .owl-next:focus {
  background-color: rgba(255, 255, 255, .3);
}

/* from line 706 */
.single-welcome-slide .welcome-text h2 {
  color: #fff;
  text-shadow: 2px 3px #000;
  background: none;
  -webkit-text-fill-color: #fff;
}

.single-welcome-slide .welcome-text p {
  text-shadow: 1px 1.5px #000;
}

/* from line 1593 */
.alime-projects-menu .portfolio-menu .btn::after {
  background-color: rgba(0, 0, 0, 0.2);
}

/* from line 1635 */
.single-portfolio-content .hover-content a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
  line-height: 44px;
}

/* from line _header.scss 209 */
.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 240px;
}

.gallery-title {
  text-align: center;
  margin: 3em 0;
}

/* ////////////// Responsive css styles by LP ////////////// */
@media only screen and (min-width: 1200px) {
  .single-welcome-slide .welcome-text p {
    font-size: 30px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 50px;
  }

  .single-welcome-slide .welcome-text p {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 30px;
    white-space: normal;
  }

  .single-welcome-slide .welcome-text p {
    font-size: 16px;
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .single-welcome-slide .welcome-text h2 {
    font-size: 30px;
  }

  .single-welcome-slide .welcome-text p {
    font-size: 16px;
    white-space: normal;
  }
}

/* from style.css line 1761 */
.main-header-area {
  background-color: rgba(0, 0, 0, 0.1);
}

.main-header-area.sticky {
  /* from _hero.scss line 10 */
  background-color: rgba(0, 0, 0, 0.5);
}

.lp-name-logo {
  font-family: 'Poller One', cursive;
  color: white;
  font-size: .9em;
  margin-bottom: 0;
}

.banner-caption {
  position: absolute;
  right: 0;
  padding-right: .8em;
  font-style: italic;
  opacity: .4;
}

.banner-caption p {
  font-size: .8em;
}

.gallery-title h2 {
  font-family: Poppins, sans-serif;
}

.portfolio-link a {
  color: #C53750;
  text-decoration: underline;
  font-weight: 500;
}

.portfolio-link a:hover {
  color: #DC7430;
  text-decoration: underline;
}

a.popover-style {
  text-decoration: none;
}

a.popover-style:hover {
  text-decoration: none;
}

a,
a:active,
a:focus,
a:hover {
  cursor: pointer;
}

/* link attributes in descriptions */
.gallery-description-intro {
  color: #505050;
  font-weight: bold;
}

.gallery-description-link {
  color: #cc0000;
  font-weight: 600;
}

.gallery-description-link:hover {
  color: #cc0000;
  font-weight: 600;
}

.gallery-description-link:visited {
  color: #cc0000;
  font-weight: 600;
}

.gallery-description-intro {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.044em;
}

.gallery-description li {
  color: #d8d7d5;
  letter-spacing: .043em;
}

.gallery-description p {
  color: #d8d7d5;
  letter-spacing: .043em;
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 1.2em;
}

.gallery-description p:last {
  margin-bottom: 0;
}

p.ol-title {
  margin-bottom: 1em;
}

.gallery-description-list {
  list-style-type: decimal;
  padding-left: 40px;
  margin-bottom: 1.2em;
}

.gallery-description-list li {
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 1em;
}

ol.gallery-description-list li {
  list-style: decimal;
}

.gallery-description-list li::marker {
  list-style-type: decimal;
}

.gallery-description-list li:last-child {
  margin-bottom: 0;
}

.gallery-description {
  color: #fff;
}

.description-flex-container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.gallery-description-list {
  padding-left: 0;
}

.gallery-description-list {
  display: block;
  height: auto;
  overflow: auto;
  margin-bottom: 1.2em;
}

.description-list-item {
  display: block;
  height: auto;
  overflow: auto;
  margin-right: 10px;
  margin-bottom: 0;
}

.description-list-item .ul-1 li:nth-child(1) {
  list-style-type: none;
}

.description-list-item ul {
  display: inline-block;
}

.description-list-item li {
  line-height: 1.5em;
}

.description-list-item .dli-col-2 {
  display: inline;
  float: left;
}

.description-list-item .ul-1 li {
  font-weight: 500;
}

.description-list-item .ul-1 li,
.description-list-item .ul-2 li {
  margin-bottom: 0;
}

.description-list-item .ul-2 {
  float: left;
  padding-left: 15px;
  list-style: none;
}

.description-list-item .ul-2 li:before {
  content: "• \a0";
  font-size: 14px;
}

.description-list-item .ul-1 {
  margin-bottom: .5em;
}

.summary-button {
  font-weight: 300;
  line-height: 1;
  border-radius: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.footer-area {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #282828;
}

.footer-area * {
  color: #808080;
}

.footer-area p {
  font-weight: 200;
}

.footer-content {
  padding: 10px 0;
}

.footer-area .footer-content .social-info a {
  color: #808080;
}

.copywrite-text-and-name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  padding-right: 0;
}

.company-name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
}

.social-info {
  text-align: center;
}

.footer-content .social-info a {
  margin-right: 20px;
  font-size: 16px;
}

.registered-R {
  /* font-size: .7em; */
  /* vertical-align: super; */
  font-size: 1.5em;
}

/* OWL Slider height - custom style */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-welcome-slide {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-welcome-slide {
    height: 600px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-welcome-slide {
    height: 400px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-welcome-slide {
    height: 300px;
  }
}

/* end OWL Slider height - custom style */

@media(min-width: 1500px) {
  .breadcrumb-area {
    height: 600px;
  }
}

@media(min-width: 1200px) {
  .copywrite-text-and-name p {
    margin: 18px 0;
  }
}

@media(max-width: 1499.98px) {
  .breadcrumb-area {
    height: 500px;
  }
}

@media(max-width: 1399.98px) {
  .breadcrumb-area {
    height: 400px;
  }
}

@media(max-width: 1199.98px) {
  .breadcrumb-area {
    height: 350px;
  }

  .footer-area p {
    margin-bottom: 5px;
  }

  .footer-content .social-info {
    text-align: center;
  }
}

@media(max-width: 991.98px) {
  .main-header-area {
    height: 40px;
  }

  .classy-nav-container .classy-navbar {
    height: 40px;
  }

  .breadcrumb-area {
    height: 300px;
  }
}

@media(max-width: 767.98px) {
  .classy-nav-container .classy-navbar .nav-brand {
    /* max-width: 90px; */
    max-width: 100%;
  }

  .breadcrumb-area {
    height: 230px;
  }

  .banner-caption p {
    font-size: .7em;
  }

  .copywrite-text-and-name,
  .company-name,
  .social-info {
    text-align: center;
  }

  .copywrite-text-and-name p,
  .company-name p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 200;
  }

  .company-name {
    margin-bottom: 10px;
  }

  .footer-content .social-info a {
    margin-right: 20px;
    font-size: 16px;
  }
}

@media(max-width: 575.98px) {
  .breadcrumb-area {
    height: 170px;
  }

  .banner-caption p {
    font-size: .6em;
  }
}

@media(max-width: 475.98px) {
  .lp-name-logo {
    font-size: .7em;
  }

  .breadcrumb-area {
    height: 130px;
  }

  .halloween-banner-title {
    width: 80%;
    padding-top: 40px;
  }
}