/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Open+Sans&display=swap');

/* Main Styles */
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

a, a:link, a:focus, a:active, a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

/* Section Heading Styles */
.section-heading {
    margin-bottom: 80px;
}

.section-heading h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #111;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-heading h2:before {
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    margin-left: -15px;
    right: 0;
    width: 30px;
    height: 8px;
    background: #fd2d2d;
}

.section-heading p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

/* Header Styles */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.main-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.5;
    display: block;
    padding: 25px 0;
    transition: all .4s ease;
}

.main-menu ul li a:hover {
    color: #fd2d2d;
}

/* Mobile menu styles */
.mobile-menu-btn {
    padding: 25px 0;
    display: none;
}

.mobile-menu-btn a {
    font-size: 30px;
    color: #fff;
}

.mobile-menu {
    position: fixed;
    background: #0d0227;
    width: 250px;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 150px;
    z-index: 999;
    transform: translateX(100%);
    transition: all .4s ease;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu ul li {
    margin-bottom: 30px;
}

.mobile-menu ul li a {
    font-size: 16px;
    font-weight: 500px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 5px 30px;
    transition: all .4s ease;
}

.mobile-menu ul li a:hover {
    color: #fd2d2d;
}

.mobile-menu-close-btn {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 30px;
    transition: all .4s ease;
}

.mobile-menu-close-btn:hover {
    color: #fff;
}

/* Hero Area Styles */
.hero-area {
    background: url(../images/hero/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.single-hero-content h2 {
    font-size: 50px;
    line-height: 1.5;
    color: #fff;    
}

.single-hero-content p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.single-hero-content a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #fd2d2d;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    padding: 15px 30px;
    margin-top: 30px;
    transition: all .4s ease;
}

.single-hero-content a:hover {
    background: #fff;
    color: #111;
}

.hero-area .owl-dots {
    display: none !important; 
}

/* Service Area Styles */
.service-area {
    padding: 140px 0 110px;
}

.single-service {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 80px 30px;
    margin-bottom: 30px;
    transition: all .4s ease;
}

.single-service:hover {
    box-shadow: rgba(100, 100, 111, 0.5) 0px 17px 69px 0px;
}

.single-service i {
    font-size: 35px;
    color: #fd2d2d;
    display: inline-block;
    margin-bottom: 15px;
}

.single-service h3 {
    font-size: 24px;
    color: #111;
    line-height: 1.5;
    margin-bottom: 15px;
}

.single-service p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

/* About Area Styles */
.about-area {
    padding: 140px 0;
    background: #f5f5f5;
}

.about-left {
    padding-right: 50px;
}

.about-left h2 {
    font-size: 50px;
    color: #111;
    line-height: 1.3;
    margin-bottom: 15px;
}

.about-left p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
}

.about-left a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.5;
    background: #fd2d2d;
    color: #fff;
    padding: 15px 30px;
    margin-top: 15px;
    transition: all .4s ease;
}

.about-left a:hover {
    background: #fff;
    color: #111;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-img {
    position: relative;
}

.about-img img {
    width: 100%;
}

.about-overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-overlay-btn a {
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #111;
    display: inline-block;
    font-size: 24px;
}

/* Portfolio Area Styles */
.portfolio-area {
    padding: 140px 0 110px;
}

.single-portfolio {
    margin-bottom: 30px;
}

.portfolio-img {
    position: relative;
}

.single-portfolio img {
    width: 100%;
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(253, 45, 45, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.single-portfolio:hover .portfolio-overlay {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.portfolio-overlay a {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #111;
    line-height: 60px;
    text-align: center;
}

.portfolio-filter-list {
    margin-bottom: 50px;
}

.portfolio-filter-list li {
    display: inline-block;
    background: #cccccc;
    color: #111;
    padding: 8px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    transition: all .4s ease;
    cursor: pointer;
}

.portfolio-filter-list li.active,
.portfolio-filter-list li:hover {
    background: #fd2d2d;
    color: #fff;
}


/* Counter Styles */
.counter-area {
    padding: 140px 0 110px;
    background: #f5f5f5;
}

.single-counter {
    margin-bottom: 30px;
}

.single-counter i {
    display: inline-block;
    font-size: 36px;
    color: #fd2d2d;
    margin-bottom: 15px;
}

.single-counter h3 {
    font-size: 36px;
    color: #111;
    line-height: 1.5;
    margin-bottom: 15px;
}

.single-counter .counter {
    font-size: 60px;
    color: #fd2d2d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

/* Team Area Styles */
.team-area {
    padding: 140px 0 110px;
}

.single-team {
    overflow: hidden;
    margin-bottom: 30px;
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
}

.team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 45, 45, .5);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 30px;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    transform: translateX(-100%);
}

.single-team:hover .team-overlay {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.team-overlay h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}

.team-overlay h5 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1px;
}

.team-overlay ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-overlay ul li:last-child {
    margin-right: 0;
}

.team-overlay ul li a {
    font-size: 20px;
    color: #fff;
}


/* Call To Action Area Styles */
.call-to-action-area {
    padding: 100px 0;
    background: #0d0227;
}

.call-to-action-text h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
}

.call-to-action-btn {
    text-align: end;
}

.call-to-action-btn a {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 15px 35px;
    background: #fd2d2d;
    transition: all .4s ease;
}

.call-to-action-btn a:hover {
    background: #fff;
    color: #111;
}

/* Testimonial Area Start */
.testimonial-area {
    padding: 140px 0;
    background: #f5f5f5;
}

.single-testimonial {
    text-align: center;
}

.testimonial-img {
    display: inline-block;
}

.testimonial-img img {
    width: 100px !important; /* I use important here to overwrite owl-carousel styles */
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.testimonial-text p {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
}

.testimonial-rating {
    margin-bottom: 15px;
}

.testimonial-rating li {
    display: inline-block;
    font-size: 30px;
    color: rgb(185, 185, 37);
    margin: 0 5px;
}

.testimonial-text h3 {
    font-size: 24px;
    color: #111;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

.testimonial-text h5 {
    font-size: 15px;
    color: #111;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 100px !important;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    background: #111;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
    background: #fd2d2d;
}

/* Pricing Area Styles */
.pricing-area {
    padding: 140px 0 110px;
}

.single-pricing {
    text-align: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 80px 30px;
    margin-bottom: 30px;
}

.single-pricing p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    color: #111;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.single-pricing h2 {
    font-size: 60px;
    color: #111;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single-pricing .pricing-monthly {
    font-size: 15px;
    color: #111;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 20px;
}

.single-pricing ul li {
    font-size: 16px;
    color: #7a7979;
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-pricing .pricing-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 20px;
    transition: all .4s ease;
}

.single-pricing .pricing-btn.active,
.single-pricing .pricing-btn:hover {
    background: #fd2d2d;
    color: #fff;
}

/* Contact Us Area Styles */
.contact-us-area {
    padding: 140px 0;
    background: #f5f5f5;
}

.contact-form form p {
    margin-bottom: 30px;
}

.contact-form form label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.contact-form form input,
.contact-form form textarea {
    font-size: 16px;
    padding: 20px;
    border: none;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
}

.contact-form form textarea {
    height: 300px;
    resize: none;
}

.contact-form form button {
    background: #fff;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.5;
    display: inline-block;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px 30px;
    transition: all .4s ease;
}

.contact-form form button:hover {
    background: #fd2d2d;
    color: #fff;
}

.contact-address {
    padding-left: 50px;
}

.single-contact-address {
    padding: 30px;
    margin-bottom: 50px;
}

.contact-address-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
}

.contact-address-content {
    font-size: 16px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

/* Footer Area Styles */
.footer-area {
    padding: 100px 0;
    background-color: #0d0227;
}

.copyright p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

.footer-social {
    text-align: end;
}

.footer-social li {
    display: inline-block;
    margin-left: 20px;
}

.footer-social li:first-child {
    margin-left: 0;
}

.footer-social li a {
    color: #0d6efd;
    font-size: 20px;
    transition: all .4s ease;
}

.footer-social li a:hover {
    color: #0c57c9;
}

/* ScrollUp Styles */
#scrollUp {
    width: 60px;
    height: 60px;
    background: #f00;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
}

/* Preloader Styles */
.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0227;
    z-index: 9999;
}

.sk-chase {
    width: 40px;
    height: 40px;
    margin: 25% auto;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }