/* ----------------------------------

Template Name: Concrete - Factory, Industrial & Construction Template
Author: validtheme
Description:
Version: 1.1

Main Font    : Poppins
Main Color   : #3b40a3

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
    06. Services
        - Carousel
        - Grid
        - Static
    07. Portfolio
        - Grid Colum
        - Masonary Colum
    08. Team
        - Carousel
        - Grid
        - Static
    09. Pricing Area
    10. Fun Factor
    11. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    12. Clients Area
    13. Faq
    14. Concat Area
    15. Subscribe Form
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 px;
  text-transform: none;
  font-weight: 400;
}

.site-footer__bottom p {
  margin: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

b, strong {
  font-weight: 700;
}

.inc-border {
  border-top: 1px solid #e7e7e7;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #3b40a3;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #3b40a3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #3b40a3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}

.default-padding-bottom {
  padding-bottom: 80px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #3b40a3;
  color: #ffffff !important;
  border: 2px solid #3b40a3;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.btn i {
  margin-left: 5px;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.bg-dark-hard {
  background: #00081d none repeat scroll 0 0;
}

.btn-theme {
  background-color: #3b40a3;
  color: #ffffff !important;
  border: 2px solid #3b40a3;
}

.btn-theme.border {
  background-color: transparent;
  color: #3b40a3 !important;
  border: 2px solid #3b40a3;
}

.btn-theme.border:hover {
  background-color: #3b40a3;
  color: #ffffff !important;
  border: 2px solid #3b40a3;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #3b40a3 none repeat scroll 0 0;
  border: 2px solid #3b40a3;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4 {
  color: #3b40a3;
  font-weight: 600;
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #3b40a3;
}

.site-heading h2 span {
  color: #3b40a3;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p:last-child {
  margin: 0;
}

.site-heading h2::before {
  background: #3b40a3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: #3b40a3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #3b40a3;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}



/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 12px 15px;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li.active {
  text-decoration: underline;
}

.breadcrumb-area .breadcrumb li::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: -1px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* Glass morphism effect */
.content {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Optional: Improve text readability */
.content h1, .content p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.shadow.fixed::after {
  border-radius: inherit;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left.shadow.fixed {
  left: 0;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right.shadow.fixed {
  right: -5px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Content */
.banner-area .transparent-nav .content {
  padding-top: 0px;
}

.banner-area span {
  color: #3b40a3;
}

.banner-area.text-large h1 {
  font-size: 70px;
}

.banner-area.heading-uppercase h1 {
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-area.inc-top-heading h3 {
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.banner-area.inc-top-heading h2 {
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.banner-area h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}

.banner-area.shadow-less .content p {
  color: #232323;
}

.banner-area.inc-top-heading a {
  margin-right: 5px;
  margin-top: 5px;
}

.banner-area .text-center a {
  margin: 5px 3px 0;
}

.banner-area.inc-paragraph h1 {
  margin-bottom: 20px;
}

.banner-area.inc-paragraph p {
  font-size: 16px;
  line-height: 30px;
}

.banner-area.inc-paragraph a {
  margin-top: 15px;
}


/* ============================================================== 
     # About 
=================================================================== */
.about-area .info-content {
  padding-right: 35px;
}

.about-area.reverse .info-content {
  float: right;
  padding-left: 50px;
  padding-right: 0;
}

.about-area h4 {
  color: #666666;
  text-transform: uppercase;
}

.about-area h1,
.about-area h2 {
  line-height: 1.3;
  margin-bottom: 25px;
}

.about-area.bg-dark h1,
.about-area.bg-dark h2 {
  color: #ffffff;
}

.about-area .info-content .video-play-button::before {
  background: #3b40a3 none repeat scroll 0 0;
}

.about-area .info-content .video-play-button::after {
  background: #3b40a3 none repeat scroll 0 0;
}

.about-area .info-content .video-play-button i {
  color: #ffffff;
}

.about-area .info-content .video-play-button {
  display: inline-block;
  left: inherit;
  margin-bottom: 35px;
  margin-top: 40px;
  position: inherit;
  left: 30px;
  transform: inherit;
}

.about-area .right-content.services i {
  color: #3b40a3;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.about-area .right-content.services .equal-height:hover i {
  color: #3b40a3 !important;
}

.about-area .right-content.services .equal-height:nth-child(1) i, 
.about-area .right-content.services .equal-height:nth-child(4) i,
.about-area .right-content.services .equal-height:nth-child(5) i {
  color: #232323;
}

.about-area .right-content.services h4 {
  color: #232323;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}

.about-area .right-content.services p {
  margin: 0;
}

.about-area .about-content a {
  margin-top: 15px;
}

.about-area .right-content .content-box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px 15px;
}

.about-area .right-content .content-box .center {
  overflow: hidden;
}

.about-area .right-content .content-box .center .equal-height {
  position: relative;
  z-index: 1;
}

.about-area .right-content .content-box .center .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.about-area .right-content .content-box .center .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.about-area .right-content .content-box .equal-height .item {
  padding: 30px 15px;
}

.about-area .author .thumb, .about-area .author .info {
  display: table-cell;
  vertical-align: middle;
}

.about-area .author .info {
  padding-left: 20px;
}

.about-area.author-less .author .info {
  padding-left: 0;
}

.about-area .author .thumb img {
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about-area .author img {
  height: 60px;
  width: auto;
}

.about-area .author {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding-top: 25px;
}

.about-area .author h4 {
  color: #232323;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.about-area.inc-more .achivement-items {
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
  padding-top: 20px;
}

.about-area .info-content > a {
  margin-top: 10px;
}

.about-area .about-content .thumb {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.about-area .about-content .thumb::after {
  background: #3b40a3 none repeat scroll 0 0;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100px;
  z-index: -1;
}

.about-area .achivement-items .item {
  float: left;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.about-area .achivement-items .item .timer {
  font-family: "Poppins",sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: #3b40a3;
}

.about-area.bg-gray .achivement-items .item .timer {
  color: #232323;
}

.about-area .achivement-items .item:last-child::after {
  display: none;
}

.about-area .achivement-items .item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.about-area .achivement-items .item .medium {
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: capitalize;
  color: #232323;
}

.about-area .achivement-items {
  margin-bottom: -13px;
  margin-top: 20px;
  overflow: hidden;
}

.about-area .achivement-items i {
  display: inline-block;
  float: left;
  font-size: 48px;
  margin-right: 15px;
  margin-top: 10px;
  color: #3b40a3;
}

.about-area .info-content ul li {
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
  padding-left: 29px;
  position: relative;
  z-index: 1;
}

.about-area .info-content ul li:last-child {
  border: medium none;
  margin: 0;
  padding-bottom: 0;
}

.about-area ul {
  margin-top: 20px;
}

.about-area .info-content ul li h5 {
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  text-transform: capitalize;
}

.about-area .info-content ul li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}





/* ============================================================== 
     # Why Chose Us 
=================================================================== */

.choseus-area .thumb {
  overflow: hidden;
  z-index: 9;
}

.choseus-area .content-box {
  display: flex;
}

.container-full .info {
  max-width: 600px;
  padding: 80px 15px 80px 50px;
}

.choseus-area h4 {
  color: #3b40a3;
  font-weight: 600;
}

.about-area.bg-dark .achivement-items .fun-fact .timer {
  color: #ffffff;
}

.about-area.bg-dark .achivement-items .fun-fact .medium {
  color: #ffffff;
  font-weight: 400;
  margin-top: 10px;
  text-transform: capitalize;
}

.choseus-area .info > ul > li {
  font-family: "Poppins",sans-serif;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-weight: 500;
}

.choseus-area.bg-gray .info > ul > li {
  color: #232323;
}

.choseus-area.bg-dark .info > ul > li {
  color: #ffffff;
}

.choseus-area .info > ul > li:last-child {
  margin-bottom: 0;
}

.choseus-area .info > ul {
  display: block;
  overflow: hidden;
}

.choseus-area.bg-dark p {
  color: #cccccc;
}

.choseus-area .info > ul > li::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #232323;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 600;
  height: 25px;
  left: 0;
  line-height: 25px;
  padding-left: 2px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 25px;
}

.choseus-area.bg-gray .info > ul > li::after {
  background: #3b40a3 none repeat scroll 0 0;
  color: #ffffff;
}

.choseus-area .achivement-items {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  overflow: inherit;
  padding-top: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.choseus-area.bg-gray .achivement-items {
  border-top: 1px solid #e1e1e1;
}

.choseus-area .achivement-items::before {
  content: "";
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  width: 150%;
  z-index: -1;
}

.choseus-area .achivement-items .fun-fact .timer {
  padding-right: 5px;
  position: relative;
  z-index: 1;
}

.choseus-area .achivement-items .fun-fact .timer::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  position: absolute;
  top: 20px;
}




/* ============================================================== 
     # Portfolio 
=================================================================== */

.portfolio-area.bottom-less {
  padding-bottom: 65px;
}

.portfolio-area .mix-item-menu button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.portfolio-area .mix-item-menu {
  border: 1px solid #e7e7e7;
  display: inline-block;
  float: none;
  margin-bottom: 30px;
  padding: 10px;
}

.portfolio-area .mix-item-menu button.active::after {
  background: #3b40a3 none repeat scroll 0 0;
  display: none;
}

.portfolio-area .mix-item-menu button:last-child::after {
  display: none;
}

.portfolio-area .mix-item-menu button.active {
  background: #3b40a3 none repeat scroll 0 0;
  color: #ffffff;
}

.portfolio-area.inc-colum {
  padding-bottom: 65px;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.portfolio-area.bg-dark .site-heading h2 {
  margin: 0;
}

.half-bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.half-bg::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.half-bg.theme::after {
  background: #3b40a3 none repeat scroll 0 0;
}

.portfolio-area .portfolio-items.portfolio-carousel .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -120px;
}

.portfolio-area .portfolio-items.portfolio-carousel .owl-nav .owl-next, 
.portfolio-area .portfolio-items.portfolio-carousel .owl-nav .owl-prev {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  width: 60px;
}

.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav .owl-next, 
.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav .owl-prev {
  background: transparent none repeat scroll 0 0;
  color: #666666;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.portfolio-area.bg-light {
  padding-bottom: 30px;
}

.portfolio-area.info-less {
  padding-bottom: 0px !important;
}
/* Portfolio Effect */

.portfolio-area .pf-item .effect-up {
  overflow: hidden;
}

.portfolio-area .pf-item img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.portfolio-area .pf-item:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.effect-up .overlay {
  bottom: 0;
  padding: 30px;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.effect-up {
  background: #000000;
  position: relative;
  z-index: 1;
}

.effect-up .link::after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.effect-up a:last-child {
  border: medium none;
  margin-right: 0;
  padding-right: 0;
}

.effect-up::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 130%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}

.effect-up img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.effect-up h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  margin: 0;
  line-height: 1.4;
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

.effect-up .link {
  bottom: 30px;
  display: inline-block;
  left: 30px;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.effect-up a {
  background: #3b40a3 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  width: 45px;
}

.effect-up .overlay::before,
.effect-up .link {
  opacity: 0;
  -webkit-transition: opacity 0.35s, 
  -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.portfolio-area .pf-item:hover h4 {
  -webkit-transform: translate3d(0,-60px,0);
  transform: translate3d(0,-60px,0);
}

.portfolio-area .pf-item:hover .overlay::before,
.portfolio-area .pf-item:hover .link {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-area .pf-item:hover img {
  opacity: 0.4;
}

.portfolio-area .pf-item .info {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 30px;
}

.portfolio-area .portfolio-items .pf-item .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.portfolio-items.portfolio-carousel.owl-carousel .pf-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.portfolio-area .pf-item .info li {
  color: #232323;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 5px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
}

.portfolio-area .pf-item .info li::after {
  bottom: 0;
  content: ",";
  font-size: 15px;
  position: absolute;
  right: 0;
}

.portfolio-area .pf-item .info li:last-child::after {
  display: none;
}

.portfolio-area .pf-item .info p {
  color: #666666;
  margin: 0;
}

.portfolio-area .pf-item .info ul {
  margin-bottom: 10px;
}

.portfolio-area.circle-icon .info h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.portfolio-area.circle-icon .info li {
  color: #3b40a3;
  font-weight: 500;
}

.portfolio-area.circle-icon .pf-item .effect-up::after {
  display: none;
}

.portfolio-area.circle-icon .effect-up a {
  background: #3b40a3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  width: 45px;
}

.portfolio-area.circle-icon .effect-up .overlay {
  bottom: auto;
  left: 50%;
  margin-left: -85px;
  margin-top: -10px;
  right: 0;
  top: 50%;
}

.portfolio-area.text-left.circle-icon .effect-up .overlay {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px;
  right: auto;
  top: auto;
}

.portfolio-area.circle-icon .pf-item .info ul {
  margin: 0;
}

.portfolio-area.circle-icon .pf-item .info p {
  margin-top: 15px;
}

/* Portfolio Single */

.gallery-single .info .info-box {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.gallery-single .info .info-box > ul > li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-family: "Poppins",sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.gallery-single .info .info-box > ul > li span {
  float: right;
}

.gallery-single .info .info-box > ul > li a {
  color: #3b40a3;
}

.gallery-single .share h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-single .share {
  margin-top: 20px;
}

.gallery-single .share li {
  display: inline-block;
}

.gallery-single .share li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  width: 40px;
}

.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav .owl-prev, 
.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #3b40a3;
  font-size: 30px;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 10px;
}

.gallery-single .gallery-details {
  margin-top: 30px;
}

.gallery-single .gallery-details h2 {
  font-weight: 600;
}

.gallery-single .gallery-details h4 {
  color: #3b40a3;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.gallery-single .gallery-details h4::before {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.gallery-single .gallery-details a {
  margin-top: 15px;
}


/* ============================================================== 
     # Contact 
=================================================================== */
.contact-area .heading h2 {
  font-weight: 600;
  text-transform: capitalize;
}

.contact-area .heading {
  margin-bottom: 30px;
}

.contact-area .heading p {
  margin-bottom: 20px;
}

.contact-area .contact-items {
  padding-right: 35px;
}

.contact-area .contact-items input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.contact-area .contact-items textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 150px;
  padding: 15px 10px;
}

.contact-area .contact-items button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #232323;
  color: #666666;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 10px 35px;
  text-transform: uppercase;
}

.contact-area .contact-items button i {
  margin-left: 2px;
}

.contact-area .contact-items img.loader {
  margin-left: 5px;
}

.contact-area .contact-form {
  overflow: hidden;
}

.contact-area ul li {
  border-right: 1px solid #e7e7e7;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
}

.contact-area ul li .icon, .contact-area ul li .info {
  display: table-cell;
  vertical-align: middle;
}

.contact-area ul li span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.contact-area ul li i {
  display: inline-block;
  font-size: 50px;
  padding-right: 20px;
}

.contact-area ul {
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  overflow: hidden;
  padding: 15px;
}

.contact-area ul li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.contact-area.item-flex .container > .row {
  display: flex;
}

.contact-area.item-flex .contact-items {
  padding-left: 50px;
  padding-right: 0;
}


/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}





/* ============================================================== 
     # Error 404 
=================================================================== */
.error-page-area .error-box h1 {
  color: #666666;
  font-size: 150px;
  font-weight: 800;
  line-height: 120px;
}

.error-page-area .error-box h1 span {
  color: #3b40a3;
}

.error-page-area .error-box h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.error-page-area .error-box a {
  margin-top: 15px;
}

.error-page-area .error-box form {
  margin-top: 10px;
  min-width: 320px;
  position: relative;
}

.error-page-area .error-box form input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.error-page-area .error-box form button {
  background: #3b40a3 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  line-height: 40px;
  padding: 0 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
}


/* ============================================================== 
     # Footer 
=================================================================== */

footer .f-item > img {
  margin-bottom: 25px;
}

.f-items {
  float: left;
  padding-bottom: 75px;
  width: 100%;
}

footer.border-right .f-items {
  float: left;
  padding-bottom: 0;
  overflow: hidden;
}

footer.border-right h4 {
  margin-bottom: 30px;
  padding-bottom: 0;
}

footer.border-right.bg-dark h4::before {
  background: transparent none repeat scroll 0 0;
}

footer.border-right .equal-height .f-item {
  padding: 80px 30px 80px 0;
  position: relative;
  z-index: 1;
}

footer.border-right .equal-height:last-child .f-item {
  border: medium none;
}

footer.border-right .equal-height .f-item::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  height: 150%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

footer.border-right .equal-height:last-child .f-item::after {
  display: none;
}

footer.border-right .equal-height:last-child .f-item {
  padding-right: 0;
}

footer h4 {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

footer h4::before {
  background: #3b40a3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

footer.bg-dark h4::before {
  background: #ffffff none repeat scroll 0 0;
  height: 2px;
}

footer .f-item.link ul li {
  display: block;
  margin-bottom: 15px;
}

footer .f-item.link ul li a {
  color: #666666;
  display: inline-block;
}

footer .f-item.link ul li a:hover {
  color: #3b40a3;
}

footer .f-item.link ul li a i {
  color: #999999;
  margin-right: 5px;
}

footer .f-item.link ul li:last-child {
  margin-bottom: 0;
}

footer .f-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}

footer .f-item.recent-post .meta-title, 
footer .f-item.recent-post .meta-title a {
  color: #232323;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  text-transform: uppercase !important;
}

footer.bg-dark .f-item.recent-post .meta-title, 
footer.bg-dark .f-item.recent-post .meta-title a {
  color: #ffffff;
}

footer.bg-dark .f-item.recent-post .meta-title a {
  color: #3b40a3;
}

footer .f-item.recent-post .meta-title {
  margin-top: 8px;
  text-transform: uppercase;
}

footer .recent-post a {
  color: #666666;
}

footer .f-item.recent-post li a span {
  display: inline-block;
  color: #cdd0d3;
}

footer .f-item.recent-post li a:hover {
  color: #3b40a3;
}

footer .f-item.recent-post li span {
  display: inline-block;
}

footer .f-item.recent-post li span i {
  margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
  text-transform: capitalize;
}

footer .f-item.recent-post li {
  color: #cdd0d3;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

footer.bg-dark .f-item.recent-post li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.recent-post li .thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  width: 100%;
  margin-top: 5px;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}

footer .f-item .twitter-item a {
  color: #ffffff;
  margin-left: 5px;
}

footer .f-item .twitter-item .twitter-context {
  color: #666666;
}

footer .f-item .twitter-item .twitter-context i {
  color: #3b40a3;
  margin-right: 5px;
}

footer .f-item .twitter-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer.bg-dark .f-item .twitter-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .twitter-item:last-child {
  border: medium none;
  margin-bottom: 0;
  padding: 0;
}

footer .f-item.about ul {
  margin-bottom: 25px;
}

footer .f-item.about i, 
footer .f-item.about p {
  display: table-cell;
  vertical-align: middle;
}

footer .f-item.about i {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  text-align: center;
  width: 40px;
}

footer.bg-light .f-item.about i {
  border: 1px solid #e7e7e7;
  color: #ffb606;
}

footer.bg-fixed .f-item.about i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

footer .f-item.about p {
  font-weight: 500;
  margin: 0;
  padding-left: 10px;
  text-transform: uppercase;
}

footer .f-item.about p span {
  display: block;
  text-transform: lowercase;
}

footer .f-item.about li {
  margin-bottom: 15px;
}

footer .f-item.about li:last-child {
  margin: 0;
}

footer .f-item.about li a {
  color: #cccccc;
  font-family: "Open Sans",sans-serif;
}

footer.bg-fixed .f-item.about li a {
  color: #ffffff;
}

footer.bg-light .f-item.about li a {
  color: #666666;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
}

footer .bottom {
  border-top: 1px solid #e7e7e7;
  display: inline-block;
  padding-top: 20px;
}

footer .bottom h4 {
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0;
}

footer .bottom span {
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  font-weight: 600;
}

footer .bottom h4::before {
  display: none;
}

footer .bottom li {
  display: inline-block;
  margin-right: 10px;
}

footer .bottom li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

footer.bg-dark .bottom li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.address .bottom {
  display: block;
  margin-top: 20px;
}

footer .f-item.address li {
  margin-bottom: 10px;
}

footer.bg-dark .f-item.address li {
  color: #cccccc;
}

footer .f-item.address li:last-child {
  margin-bottom: 0;
}

footer .bottom form {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  position: relative;
  width: 100%;
}

footer .bottom form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  box-shadow: inherit;
  padding: 0 20px;
}

footer.bg-dark .bottom form input {
  color: #ffffff;
}

footer.bg-light .bottom form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  width: 100%;
}

footer.bg-fixed .bottom form input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

footer .bottom form {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}

footer .bottom form button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffb606;
  font-size: 20px;
  min-height: 40px;
  padding: 0 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
}

footer .bottom form .input-group {
  width: 100%;
}

footer .bottom form button {
  background: #3b40a3 none repeat scroll 0 0;
  color: #ffffff;
}

footer.bg-dark p {
  color: #cccccc;
}

footer.bg-dark .f-item.link ul li a {
  color: #cccccc;
}

footer.bg-dark .f-item.link ul li a:hover {
  color: #ffffff;
}

footer.bg-dark .recent-post a {
  color: #cccccc;
}

footer.bg-dark .f-item.recent-post li a:hover {
  color: #ffffff;
}

footer.bg-dark .bottom span {
  color: #cccccc;
}

footer.bg-dark .bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Footer Bottom */
footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .link li {
  display: inline-block;
}

.footer-bottom .link li a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-weight: 600;
  margin-left: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  text-transform: capitalize;
}

.footer-bottom .link li a:hover {
  color: #3b40a3;
}

.footer-bottom p {
  margin: 0;
  padding: 15px 0;
}

.footer-bottom .link li:first-child a {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}

.footer-bottom {
}

.footer-bottom p a {
  color: #3b40a3;
  text-decoration: underline;
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: white;
  overflow: hidden;
  z-index: 1;
}

.site-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 112px 0 58px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-widget__title {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  font-weight: 600;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: -30px;
  margin-top: 8px;
}

.footer-widget__logo {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.footer-widget__about-text {
  font-weight: 400;
  color: #000;
}

.site-footer__social-box {
  position: relative;
  display: block;
}

.site-footer__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.site-footer__social-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  margin-top: 18px;
  margin-bottom: 23px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--zefxa-white);
  background-color: #3b40a3;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: #fff;
  background-color: transparent;
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--zefxa-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.footer-widget__link {
  position: relative;
  display: block;
  margin-left: 60px;
}

.footer-widget__link-list {
  position: relative;
  display: block;
}

.footer-widget__link-list li+li {
  margin-top: 10px;
}

.footer-widget__link-list li a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__link-list li a:hover {
  color: var(--zefxa-base);
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: -20px;
  margin-right: 40px;
}

.footer-widget__newsletter-text {
  font-weight: 400;
  color: #000;
  margin-bottom: 18px;
}

.footer-widget__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
  height: 44px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--zefxa-white-rgb), 0.10);
  outline: none;
  font-size: 14px;
  color: var(--zefxa-gray);
  font-weight: 400;
  padding-right: 70px;
  padding-left: 30px;
  border-radius: 5px;
}



.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #3b40a3;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 15px 0 17px;
  border-top: 2px solid rgba(var(--zefxa-white-rgb), .10);
}

.site-footer__bottom-text {
  color: #FFF;
  font-weight: 400;
}

.site-footer__bottom-text a {
  color: #878c8f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--zefxa-white);
}



.pdf-showcase {
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

#pdf-container {
    height: 600px;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
}

.pdf-page {
    scroll-snap-align: start;
    margin: 20px auto;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 8px;
}
