<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------------

Project     :   Bizzer - One Page Parallax/Business/Corporate/Agency HTML Template
Author:     :   RootPointer
Author URI  :   https://themeforet.net/user/rootpointer

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

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

[Table of contents]

01.Default CSS
02.Preloader
03.Header
04.Image Banner
05.Slider
06.Particles Effect
07.Animated Headline
08.Ripple Effect
09.Parallax Background
10.Video Background
11.Section Heading
12.About
13.Services
14.Portfolio
15.Feature
16.Call To Action
17.Why Choose Us
18.Newsletter
19.Pricing
20.Counter
21.Team
22.Testimonial
23.Latest Blog
24.Contact
25.Partner
26.Footer
27.Blog Page
28.Blog Details Page
29.Not Found Page

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

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,500i,600,600i,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #373737;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

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

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400
}

h1 {
    font-size: 60px;
    line-height: 70px
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

blockquote {
    color: #777
}

.font-700 {
    font-weight: 700
}

.font-600 {
    font-weight: 600
}

.font-500 {
    font-weight: 500
}

.text-uppercase {
    text-transform: uppercase
}

.bg-gray {
    background-color: #f5f5f5
}

.color-white {
    color: #fff
}

.color-gray {
    color: #777
}

.color-base {
    color: #e52982
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.position-relative {
    position: relative
}

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

.form-control {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.fix {
    overflow: hidden
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.dp-table {
    display: table;
    width: 100%;
    height: 100%
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle
}

.full-height {
    height: 100vh
}

.default-padding {
    padding: 60px 0 80px;
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.large-btn {
    margin: 60px 0 0;
}

.large-btn a {
    border: 2px solid #fff;
    padding: 12px 50px;
    margin: 0 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 25px;
}

.large-btn a.color-bg,
.large-btn a:hover {
    border-color: #e52982;
    background-color: #e52982;
}

.large-btn a.color-bg:hover {
    border-color: #fff;
    background-color: #fff;
    color: #e52982
}

/*-------------------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------------------*/

.preloader {
    background-color: #e52982;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.20);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.header-top {
    border-bottom: 1px solid #505151;
    padding: 20px 0;
}

.header-contact-info ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
}

.header-contact-info ul li i {
    color: #e52982;
    margin-right: 4px;
}

.header-social ul li {
    display: inline-block;
}

.header-social li a {
    display: block;
    color: #e52982;
    padding: 0 4px;
}

.header-social li span {
    font-weight: 500;
    color: #fff;
}

.mainmenu {
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

nav.navbar.bootsnav.affix {
    background-color: #242328;
    width: 100%
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

.navbar-brand {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

nav.navbar.bootsnav ul.nav &gt; li &gt; a {
    text-transform: uppercase;
    font-weight: 600
}

/*-------------------------------------------------------------------------------------
    Image Banner
---------------------------------------------------------------------------------------*/

#image-banner {
    background-image: url(../images/banner-1.jpg);
    background-position: top;
}

.caption-content {
    padding: 8% 10% 0
}

/*-------------------------------------------------------------------------------------
    Slider
---------------------------------------------------------------------------------------*/

.slide-single {
    background-position: top
}

.owl-stage {
    margin-left: -2px
}

.slides.owl-carousel .owl-nav &gt; div {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slides.owl-carousel .owl-nav &gt; div:hover {
    background-color: #e52982;
}

.slides.owl-carousel .owl-nav .owl-next {
    padding: 5px 10px;
    right: 10px;
    left: auto;
}

.slides.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

.slides.owl-carousel .owl-dot {
    width: 30px;
    height: 6px;
    display: inline-block;
    margin: 0 4px;
    background-color: #fff
}

.slides.owl-carousel .owl-dot.active {
    background-color: #e52982
}

/*-------------------------------------------------------------------------------------
    Particles Effect
---------------------------------------------------------------------------------------*/

#particles {
    background-image: url('../images/banner-5.jpg');
}

#particles .caption-content {
    position: absolute;
}

#particles .caption-content .large-btn {
    z-index: 99
}

#particles canvas {
    position: relative;
}

/*-------------------------------------------------------------------------------------
    Animated Headline
---------------------------------------------------------------------------------------*/

#animated-headline {
    background-image: url('../images/banner-5.jpg');
}


/*-------------------------------------------------------------------------------------
    Ripple Effect
---------------------------------------------------------------------------------------*/

#ripple-bg {
    background-image: url('../images/banner-6.jpg');
    background-position: top
}

.ripple {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%
}

/*-------------------------------------------------------------------------------------
    Parallax Background
---------------------------------------------------------------------------------------*/

#parallax {
    background-image: url(../images/banner-3.jpg);
    background-attachment: fixed;
    background-position: top
}

/*-------------------------------------------------------------------------------------
    Video Background
---------------------------------------------------------------------------------------*/

#video-background {
    background-color: #e52982
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.heading {
    margin: 0 0 70px;
}

.heading h4 {
    margin-bottom: 5px;
}

.heading h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 10px
}

/*-------------------------------------------------------------------------------------
    About
---------------------------------------------------------------------------------------*/

#about {
    padding: 80px 0;
}

.about-img img {
    border-radius: 25px;
}

.about-content h2 {
    margin: 10px 0 15px
}

/*-------------------------------------------------------------------------------------
    Services
---------------------------------------------------------------------------------------*/

.service-single {
    background-color: #fff;
    padding: 50px 20px 28px;
    border-radius: 25px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.service-single:hover {
    -webkit-box-shadow: 0 0 20px 0 #e6f0fa;
    box-shadow: 0 0 20px 0 #e6f0fa;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.service-single:hover &gt; i {
    background-color: #e52982;
    color: #fff
}

.service-single &gt; i {
    color: #e52982;
    font-size: 50px;
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 100px;
    margin: 0 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

/*-------------------------------------------------------------------------------------
    Portfolio
---------------------------------------------------------------------------------------*/

.portfolio-menu {
    margin: 0 0 40px;
}

.portfolio-menu button {
    border-radius: 4px;
    padding: 6px 15px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #ddd;
}

.portfolio-menu button:hover,
.portfolio-menu button:active,
.portfolio-menu button:focus,
.portfolio-menu button.active {
    background-color: #e52982;
    border-color: #e52982;
    color: #fff;
}

.portfolio-grid {
    padding: 0 2px;
}

.portfolio-single {
    margin: 0 0 4px;
    border-radius: 4px;
}

.portfolio-single .overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: rgba(48, 148, 241, 0.8)
}

.portfolio-single:hover .overlay,
.portfolio-single:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.portfolio-single:hover .portfolio-content::before,
.portfolio-single:hover .portfolio-content::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%
}

.portfolio-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.portfolio-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    margin: 10px 0 0
}

.portfolio-content::before {
    content: '';
    width: 30%;
    height: 30%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.portfolio-content::after {
    content: '';
    width: 30%;
    height: 30%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.portfolio-content a {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
    font-size: 30px
}

/*-------------------------------------------------------------------------------------
    Feature
---------------------------------------------------------------------------------------*/

#features {
    padding: 60px 0 50px;
}

.feature-single {
    padding: 30px 40px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 25px 0;
    margin: 0 0 30px;
    background-color: #fff
}

.feature-single:hover {
    -webkit-box-shadow: 0 0 20px #e6f0fa;
    box-shadow: 0 0 20px #e6f0fa;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.feature-single i {
    font-size: 60px;
    color: #e52982;
    display: inline-block;
}


/*-------------------------------------------------------------------------------------
    Call To Action
---------------------------------------------------------------------------------------*/

#call-to-action {
    background-image: url(../images/bg-1.jpg);
    background-attachment: fixed;
    padding: 50px 0 80px
}

.call-to-action-content a {
    background-color: #e52982;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 25px
}

/*-------------------------------------------------------------------------------------
    Why Choose Us
---------------------------------------------------------------------------------------*/

#why-choose-us {
    padding: 80px 0 70px;
}

.why-choose-content h2 {
    margin: 10px 0 15px;
}

.why-choose-content p {
    margin: 15px 0 24px;
}

.why-choose-features ul li {
    font-weight: 500;
    display: block;
    line-height: 30px
}

.why-choose-features ul li i {
    color: #e52982;
    border: 2px solid #e52982;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    line-height: 18px;
    margin-right: 4px
}

.why-choose-features span {
    width: 88%
}

.why-choose-features .icon {
    width: 10%
}

.why-choose-img img {
    border-radius: 25px
}

/*-------------------------------------------------------------------------------------
    Newsletter
---------------------------------------------------------------------------------------*/

.newsletter-form input {
    border-radius: 25px 0 0 25px;
    height: 50px;
    padding-left: 20px;
}

.newsletter-btn button {
    width: 100%;
    height: 50px;
    border-radius: 0 25px 25px 0;
    border: 0;
    background-color: #e52982;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

/*-------------------------------------------------------------------------------------
    Pricing
---------------------------------------------------------------------------------------*/

.pricing-table-single {
    background-color: #fff;
    border-radius: 30px 0;
    padding: 20px 0 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing-table-single:hover {
    -webkit-box-shadow: 0 0 20px #e6f0fa;
    box-shadow: 0 0 20px #e6f0fa;
}

.price-amount {
    margin: 0 0 20px;
}

.price-amount h2 sub {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.table-details ul li {
    display: block;
    padding: 8px 0;
    font-weight: 500;
    color: #777;
}

.table-btn {
    margin: 20px 0 0;
}

.table-btn a {
    display: inline-block;
    border: 2px solid #e52982;
    padding: 8px 40px;
    border-radius: 25px;
    color: #e52982;
    font-weight: 600;
}

.pricing-table-single:hover .table-btn a {
    color: #fff;
    background-color: #e52982
}

.pricing-table-single.popular {
    background-color: #e52982;
}

.pricing-table-single.popular:hover {
    -webkit-box-shadow: 0 0 50px #e6f0fa;
    box-shadow: 0 0 50px #e6f0fa;
}

.pricing-table-single.popular .price-amount h2 sub {
    color: #ddd;
}

.pricing-table-single.popular .table-details ul li {
    color: #fff;
}

.pricing-table-single.popular .table-btn a {
    border: 2px solid #fff;
    color: #fff;
}

.pricing-table-single.popular:hover .table-btn a {
    color: #e52982;
    background-color: #fff
}

/*-------------------------------------------------------------------------------------
    Counter
---------------------------------------------------------------------------------------*/

#counter {
    padding: 80px 0 75px;
    background-image: url(../images/bg-1.jpg);
    background-position: top;
    background-attachment: fixed
}

.counter-single i {
    font-size: 35px;
    border-radius: 20px 0;
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 80px;
    background-color: #e52982;
    color: #fff
}

.counter-single .icofont.icofont-cop-badge,
.counter-single .icofont.icofont-files {
    font-size: 30px;
}

.counter-single h6 {
    margin: -5px 0 0;
}

/*-------------------------------------------------------------------------------------
    Team
---------------------------------------------------------------------------------------*/

.team-member-single {
    border: 1px solid #ddd;
    border-radius: 25px;
}

.team-member-single:hover .member-social {
    opacity: 1;
    visibility: visible;
    right: 0
}

.member-details {
    border-radius: 0 0 25px 0;
    padding: 30px 0 20px;
    background-color: #e52982
}

.member-social {
    position: absolute;
    top: 0;
    right: -20px;
    background-color: #2c3e50;
    padding: 60px 20px;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.member-social li a {
    display: block;
    font-size: 20px;
    padding: 10px 0;
    color: #fff
}

.member-social li a:hover {
    color: #e52982
}

/*-------------------------------------------------------------------------------------
    Testimonial
---------------------------------------------------------------------------------------*/

#testimonial {
    background-image: url(../images/banner-2.jpg);
    background-attachment: fixed;
}

.testimonial-carousel {
    border-radius: 25px 0;
    background-color: #e52982
}

.testimonial-single {
    padding: 50px 50px 90px
}

.client-comment p {
    font-style: italic;
    letter-spacing: 1px;
    font-size: 20px;
}

.client-comment p i {
    color: #f1c40f;
    padding: 0 2px;
}

.client-details {
    padding: 30px 0 0;
}

.client-img {
    width: 100px;
}

.client-img img {
    max-width: 80px;
    border-radius: 50%
}

.client-info h5 {
    margin: 10px 0 0
}

.testi-quote {
    padding: 50px 0 0 40px;
}

.testi-quote i {
    font-size: 30px;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

.testimonial-carousel .owl-dot {
    width: 25px;
    height: 5px;
    display: inline-block;
    margin: 0 4px;
    border: 2px solid #fff
}

.testimonial-carousel .owl-dot.active {
    background-color: #fff
}

/*-------------------------------------------------------------------------------------
    Latest Blog
---------------------------------------------------------------------------------------*/

.blog-post-single.latest {
    background-color: #fff;
    border-radius: 25px 0;
    overflow: hidden;
    margin: 0 0 30px
}

.blog-post-single.latest .post-details {
    padding: 8px 0 0;
}

.blog-btn a {
    display: inline-block;
    background-color: #e52982;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 25px;
    margin: 20px 0 0
}

/*-------------------------------------------------------------------------------------
    Contact
---------------------------------------------------------------------------------------*/

.contact-info-single i {
    color: #e52982;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #e52982;
    margin: 0 0 15px
}

.contact-info-single {
    margin: 0 0 35px;
    padding: 0 20px;
}

.contact-form input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
}

.contact-form textarea {
    border-radius: 25px;
    padding: 15px 0 0 20px;
}

.contact-btn button {
    border: 2px solid #e52982;
    background-color: transparent;
    padding: 10px 40px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px;
    color: #e52982;
}

.contact-btn button:hover {
    background-color: #e52982;
    color: #fff;
}

#map {
    width: 100%;
    height: 430px
}

/*-------------------------------------------------------------------------------------
    Partner
---------------------------------------------------------------------------------------*/

#partner {
    padding: 40px 0 30px;
}

.partner-carousel.owl-carousel img {
    max-width: 180px;
    margin: 0 auto;
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}

.partner-carousel.owl-carousel img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/

#footer {
    background-color: #1A1E21;
}

.footer-top {
    padding: 50px 0 50px
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    display: block;
    color: #e52982;
    font-size: 20px;
    border: 2px solid #e52982;
    padding: 4px 8px;
    margin: 0 4px;
    border-radius: 4px;
}

.footer-social ul li a:hover {
    background-color: #e52982;
    color: #fff;
}

.footer-links li a {
    padding: 8px 0;
    display: inline-block;
    color: #777;
    font-weight: 500;
}

.footer-links li a:hover {
    color: #e52982;
}

.footer-instagram ul li {
    display: inline-block;
}

.footer-instagram li a {
    display: block;
}

.footer-about {
    text-align: center;
}

.footer-latest-news h3,
.footer-about h3,
.footer-instagram h3 {
    margin: 20px 0;
}

.footer-bottom {
    background-color: #131618;
    padding: 20px 0;
}

.click-to-top {
    background-color: #e52982;
    position: fixed;
    bottom: 30px;
    right: 15px;
    overflow: hidden;
    border-radius: 4px
}

.click-to-top &gt; a {
    background-color: #e52982;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 10px 12px;
}

/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.blog-wrap {
    padding: 80px 0 60px;
}

.page-title {
    background-image: url(../images/banner-2.jpg);
    padding: 220px 0 60px
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 0 4px
}

.breadcrumb li a {
    display: block;
    font-weight: 600;
    color: #e52982;
}

.blog-post-single {
    margin: 0 0 50px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.post-details {
    padding: 0 20px 25px;
}

.post-date {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #e52982;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: 4px 0;
    padding: 4px;
}

.post-date .date-inner {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px 0
}

.post-title h2 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    margin: 16px 0 -10px;
}

.post-meta p a {
    display: inline-block;
    padding: 2px 6px 0 0;
    font-size: 13px
}

.post-meta p a:hover,
.post-title h2 a:hover {
    color: #e52982
}


/*
    Widget
-----------------------------
*/

.blog-sidebar {
    padding: 20px 20px 0;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.blog-sidebar .widget {
    margin: 0 0 30px;
}

.blog-sidebar .widget h3 {
    margin: 0 0 15px;
}

.widget.recent-post {
    margin: 0 0 20px
}

.widget.search input {
    height: 50px;
}

.widget.search span {
    position: absolute;
    right: 20px;
    top: 65px;
}

.recent-post-single {
    margin: 0 0 10px;
}

.recent-post-single .post-img {
    width: 30%;
}

.recent-post-single .post-img a {
    display: inline-block;
}

.recent-post-single .post-cont {
    width: 70%;
    padding-left: 5%;
}

.recent-post-single .post-cont h5 {
    font-weight: 500;
    margin: -10px 0 0
}

.recent-post-single .post-cont p span {
    font-size: 12px;
    font-weight: 500;
    margin: -4px 0 -6px;
    display: block;
}

.widget.category ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.widget.category ul li:first-child {
    border-top: 1px solid #ddd;
}

.widget.category ul li a:hover,
.recent-post-single .post-cont h5 a:hover {
    color: #e52982
}

.widget.tags span a {
    display: inline-block;
    padding: 10px;
    background-color: #e52982;
    color: #fff;
    font-weight: 500;
    margin: 0 4px 4px 0;
    border-radius: 4px;
}

.pager li a {
    font-weight: 500;
    margin: 0 5px;
    padding: 5px 20px;
}

.pager li a:hover {
    background-color: #e52982;
    border-color: #e52982;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Blog Details Page
---------------------------------------------------------------------------------------*/

.blog-details-wrap {
    padding: 80px 0
}

.blog-post-social {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px;
}

.blog-post-social ul li span {
    font-size: 18px;
    padding-right: 5px
}

.blog-post-social ul li {
    display: inline-block;
}

.blog-post-social ul li a {
    display: block;
    border: 2px solid #e52982;
    padding: 8px 12px;
    border-radius: 50%;
    font-size: 16px;
    color: #e52982;
}

.blog-post-social ul li a:hover {
    background-color: #e52982;
    border-color: #e52982;
    color: #fff;
}

.post-comments h3 {
    margin: 40px 0 30px;
}

.comment-single .media-body p a {
    font-weight: 500;
    padding-right: 5px;
}

.comment-single .media-body p a:hover {
    color: #e52982;
}

.comment-single img {
    border-radius: 50%;
    width: 60px;
}

.comment-single .media-body {
    padding: 0 0 10px;
}

.comment-single.inner {
    padding: 30px 0 0;
}

.comment-form input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
}

.comment-form textarea {
    border-radius: 25px;
    padding: 15px 0 0 20px
}

.comment-btn button {
    color: #e52982;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid #e52982;
    background-color: transparent;
}

.comment-btn button:hover {
    background-color: #e52982;
    border-color: #e52982;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Not Found Page
---------------------------------------------------------------------------------------*/

.notfound-content {
    padding: 80px 0 135px;
}

.notfound-content h1 {
    font-size: 120px;
    line-height: 130px;
}

.notfound-content h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 20px 0 0;
}

.notfound-content a {
    display: inline-block;
    background-color: #e52982;
    color: #fff;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 4px;
    margin: 30px 0 0;
}
</pre></body></html>