/*
* -----------------------
Author       : Bootscore
Author URI:http://spellbit.com/
Template: Spa and beauty bootstrap 4 temaplte
Version      : 1.0.0
* ------------------------
*/

/*  ==========================
            CSS INDEX
    ==========================
 */

/*
1.SETTING CSS
    1.0 Theme Default Css
    ----------------------------------------

--------------------------------------------
2.LAYOUT CSS
    2.0 Header Css
    ---------------------------------------
    2.1 Banner Css
    ---------------------------------------
    2.2 menu  Css
    ---------------------------------------
    2.3 Feature  Css
    ---------------------------------------
    2.4 Skills and how its work  Css
    ---------------------------------------
    2.5 Screen  Css
    ---------------------------------------
    2.6 Acrodain  Css
    ---------------------------------------
    2.7 price  Css
    ---------------------------------------
    2.8 Testimonials  Css
    ---------------------------------------
    2.9 contact  Css
    ---------------------------------------
    2.10 counter  Css
    ---------------------------------------
    2.11 team  Css
    ---------------------------------------
    2.12 blog  Css and footer css
    ---------------------------------------


/*  ==========================
            CSS INDEX
    ==========================
 */

/*----------------------MAIN CSS START FORM HERE-------------------------*/

/*1.0 STEP RESET CSS*/

html,
body {
    height: 100%;
}

body {
    background-color: #1B4332;
    line-height: 30px;
    font-size: 16px;
    color: #F5F1E3;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    body {
        font-size: 16px;
        line-height: 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0 0 0px;
    font-family: "Poppins", sans-serif;
    color: #B8860B;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

p {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 0 0px;
}

@media (max-width: 767.98px) {
    p {
        font-size: 16px;
        line-height: 30px;
    }
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.animation {
    opacity: 0;
}

.animation.animated {
    opacity: 1;
}

.btn-mr,
.single-blog-post a.blg-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 13px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 24px;
    white-space: nowrap;
}

.btn-mr.pill,
.single-blog-post a.pill.blg-link {
    border-radius: 999px;
}

.btn-iconprimary {
    background: #290f52;
    color: #fff;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.btn-iconprimary span.icon-element i,
.btn-iconprimary span.icon-element img {
    padding-right: 8px;
}

.btn-iconprimary span.icon-element img {
    height: 20px;
}

.btn-iconprimary:hover {
    color: #290f52;
    background: #fff;
}

.btn-iconsecondary {
    background: #fff;
    color: #333;
    border-radius: 3px;
}

.btn-iconsecondary span.icon-element i,
.btn-iconsecondary span.icon-element img {
    padding-right: 8px;
}

.btn-iconsecondary span.icon-element img {
    height: 20px;
}

.btn-iconsecondary:hover {
    color: #fff;
    background: #290f52;
}

.btn-iconprimary2 {
    background: #2B2B2B;
    color: #fff;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.btn-iconprimary2 span.icon-element i,
.btn-iconprimary2 span.icon-element img {
    padding-right: 8px;
}

.btn-iconprimary2 span.icon-element img {
    height: 20px;
}

.btn-iconprimary2:hover {
    color: #290f52;
    background: #fff;
}

.btn-iconsecondary2 {
    background: #e6e7e9;
    color: #333;
    border-radius: 3px;
}

.btn-iconsecondary2 span.icon-element i,
.btn-iconsecondary2 span.icon-element img {
    padding-right: 8px;
}

.btn-iconsecondary2 span.icon-element img {
    height: 20px;
}

.btn-iconsecondary2:hover {
    color: #fff;
    background: #2B2B2B;
}

.th-primary2 {
    background: white;
    color: #8b8b8b;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.th-primary2:hover {
    background: #B8860B;
    color: white;
    border: 1px solid #B8860B;
}

.th-primary2:focus {
    outline: none;
    color: #fff;
}

.th-primary-outline2 {
    background: #B8860B;
    color: white;
    border: 1px solid #B8860B;;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.th-primary-outline2:hover {
    background: white;
    border: 1px solid white;
    color: #8b8b8b;
}

.th-primary-outline2:focus {
    outline: none;
    color: #fff;
}

.section-title {
    font-size: 36px;
    margin: 0 0 25px;
    font-weight: 400;
}

.sec-title-wrapper {
    margin-bottom: 20px;
}

.sec-title-wrapper a.btn-mr,
.sec-title-wrapper .single-blog-post a.blg-link,
.single-blog-post .sec-title-wrapper a.blg-link {
    margin-top: 20px;
}

.sec-title-wrapper a.btn-iconsecondary2,
.sec-title-wrapper a.btn-iconprimary2 {
    margin-right: 5px;
}

/*2.0 Header Css*/

.site-header .navbar {
    padding: 30px 0;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.site-header.sticky .navbar {
    padding: 10px 0;
}

.site-header .navbar.homepage2 {
    padding: 15px 0;
}

.site-header.sticky .navbar.homepage2 {
    background: #1B4332;
    padding: 10px 0;
}

.container-fluid.custom-container {
    padding-left: 8%;
    padding-right: 8%;
}

/*2.1 Banner Css*/

.bannerarea {
    height: 100vh;
    width: 100%;
    .img-round-corners {
        border-radius: 40px;
    }
}

.bannerarea.video-play-box {
    height: 90vh;
}

.bannerarea.home-page-2 {
    background-image: none;
}

.bannerarea.home-page-2 {
    background-position: bottom;
}

.bn-height {
    height: 100vh;
}

.video-play-height.bn-height {
    height: 90vh;
}

.banner-content {
    color: #fff;
    position: relative;
    z-index: 888;
}

.banner-content h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #fff;
}

.banner-content p {
    font-size: 18px;
    margin: 0 0 30px;
    padding-right: 150px;
    color: #F5F1E3
}

.banner-content a {
    margin-right: 5px;
}

.bannerarea.home-page-2 .banner-content {
    color: #F5F1E3;
}

.bannerarea.home-page-2 .banner-content h2 {
    color: #B8860B;
    font-weight: 600;
}

.bannerarea.home-page-2 .banner-content h2 span {
    display: block;
    font-weight: 100;
}

.bannerarea.home-page-2 .banner-content p {
    color: #F5F1E3;
    font-size: 16px;
}

.mockupImg {
    height: 520px;
    width: 380px;
}

.video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-overlay.bg-1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(120deg, #7627f0 0%, #ff45c4 100%);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.video-overlay.bg-2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#00cff2), to(#2741e0));
    background-image: linear-gradient(90deg, #00cff2 0%, #2741e0 100%);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

/*2.2 menu  Css*/

.main-menu ul > li.nav-item > a.nav-link {
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.main-menu ul > li.nav-item > a.nav-link:after {
    position: absolute;
    left: 0;
    top: 75%;
    width: 50%;
    height: 1px;
    content: "";
    background: #F5F1E3;
    -webkit-transition: all 0.24s cubic-bezier(1, 0.02, 0, 0.35);
    transition: all 0.24s cubic-bezier(1, 0.02, 0, 0.35);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.main-menu ul > li.nav-item > a.nav-link:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    width: 108%;
}

.main-menu ul > li.nav-item > a.nav-link:focus {
    outline: none;
}

.main-menu ul > li.nav-item > a.nav-link.active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    width: 108%;
}

.main-menu a.btn-mr,
.main-menu .single-blog-post a.blg-link,
.single-blog-post .main-menu a.blg-link {
    margin-left: 150px;
    padding: 8px 30px;
    line-height: inherit;
}

.main-menu a.btn-mr.th-primary-outline2white,
.main-menu .single-blog-post a.th-primary-outline2white.blg-link,
.single-blog-post .main-menu a.th-primary-outline2white.blg-link {
    margin-left: 180px;
}

.site-header.sticky .main-menu a.btn-mr:hover,
.site-header.sticky .main-menu .single-blog-post a.blg-link:hover,
.single-blog-post .site-header.sticky .main-menu a.blg-link:hover {
    background: #fff;
    color: #6419d9;
}

.site-header.sticky .main-menu ul > li.nav-item > a.nav-link {
    margin-left: 10px;
    margin-right: 10px;
}

.logo-image {
    height: 60px;
    border-radius: 10px;
}


.logo-image-footer {
    height: 40px;
    border-radius: 10px;
}

.main-menu.homepage2 ul > li.nav-item > a.nav-link {
    color: #F5F1E3;
}

.main-menu.homepage2 ul > li.nav-item > a.nav-link:after {
    background: #F5F1E3;
}

.main-menu.homepage2.whitenav ul > li.nav-item > a.nav-link {
    color: #fff;
}

.main-menu.homepage2 ul > li.nav-item > a.nav-link.active {
    color: #F5F1E3;
}

.main-menu.homepage2 ul > li.nav-item > a.nav-link {
    -webkit-transition: all 0.24s cubic-bezier(1, 0.02, 0, 0.35);
    transition: all 0.24s cubic-bezier(1, 0.02, 0, 0.35);
}

.main-menu.homepage2 ul > li.nav-item > a.nav-link {
    color: #B8860B;
}

.main-menu.homepage2 ul > li.nav-item:hover > a.nav-link {
    color: #F5F1E3;
}

.main-menu .dropdown-menu {
    background: #fff;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    display: block;
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    border: none !important;
    outline: none;
    -webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
    box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
    padding: 0px;
    border-radius: 3px;
    min-width: 200px;
}

.main-menu .dropdown:hover .dropdown-menu,
.main-menu.dropdown.show .dropdown-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-menu .dropdown-toggle:after {
    border: none;
}

.dropdown-item {
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    font-size: 14px;
    text-transform: capitalize;
}

.site-header.sticky .main-menu.homepage2 a.btn-mr,
.site-header.sticky .main-menu.homepage2 .single-blog-post a.blg-link,
.single-blog-post .site-header.sticky .main-menu.homepage2 a.blg-link {
    color: #F5F1E3;
}

.site-header.sticky .main-menu.homepage2 a.btn-mr:hover,
.site-header.sticky .main-menu.homepage2 .single-blog-post a.blg-link:hover,
.single-blog-post .site-header.sticky .main-menu.homepage2 a.blg-link:hover {
    color: #fff;
    border: 1px solid #00cff2;
    background: #00cff2;
}

.navbar-toggler-icon {
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.navbar-toggler-icon:nth-child(2) {
    width: 20px;
}

.navbar-toggler:hover .navbar-toggler-icon:nth-child(2) {
    margin-left: 8px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px);
    transform: rotate(45deg) translateX(6px);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    margin-left: -20px;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(10px, -4px);
    transform: rotate(-45deg) translate(10px, -4px);
    width: 35px;
}

.site-header.sticky .main-menu.homepage2 > li.nav-item > a.nav-link {
    color: #B8860B;
}

.main-menu ul > li.dropdown:after {
    position: absolute;
    right: -3px;
    content: "\eb25";
    font-family: "icofont";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.main-menu.homepage2 ul > li.dropdown:after {
    color: #00cff2;
}

.site-header.sticky .main-menu ul > li.dropdown:after {
    right: -6px;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 15px;
        border-radius: 3px;
    }
    .main-menu .dropdown-menu {
        height: 0px;
    }
    .main-menu ul > li.dropdown:hover > .dropdown-menu {
        height: auto;
    }
    .main-menu ul > li.nav-item > a.nav-link.active:after {
        display: none;
    }
    .main-menu ul > li.dropdown:after {
        display: none;
    }
}

/*2.2 Feature  Css*/

.feature-area {
    padding: 100px 0 70px;
}

.feature-area.homepage2 {
    background-image: none;
    position: relative;
    z-index: 1;
    .img-features-round-corners {
        border-radius: 50px;
    }
}

.feature-area.homepage2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 347px;
    height: 520px;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: -1;
    opacity: 0.2;
}

.single-feature {
    margin-bottom: 30px;
}

.single-feature h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

.single-feature p {
    font-size: 14px;
    margin: 0 0 0;
    font-weight: 500;
    line-height: 28px;
}

.single-feature img {
    margin: 0 0 15px;
}

.single-feature.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-feature.flx .feature-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 15%;
    max-width: 30%;
    text-align: center;

    .icofont {
        color: #B8860B;
        font-size: 40px;
    }
}

.single-feature.flx .feature-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.single-feature:hover img {
    -webkit-animation: pulse 400ms ease-in-out;
    animation: pulse 400ms ease-in-out;
}

.howitsWork-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px;
}

.howitsbg {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    background-image: none;
    height: 650px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.howitsbg:after {
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 80px;
    content: "";
}

.hoitsworkbox {
    position: relative;
    background-color: #2B2B2B;
    z-index: 3;
    padding: 75px 174px 45px 174px;
}

.single-howitswork {
    margin-bottom: 30px;
}

.single-howitswork h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.single-howitswork i {
    color: #B8860B;
    font-size: 30px;
}

.single-howitswork p {
    font-size: 14px;
    margin: 0 0 0;
    line-height: 30px;
}

.get-the-app:before {
    position: absolute;
    background-image: none;
    background-size: contain;
    height: 351px;
    width: 365px;
    content: "";
    left: 0;
    bottom: -94px;
    z-index: -3;
}

.get-the-app:after {
    background-image: none;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.get-the-app {
    .qr-code {
        margin-top: 30px;
        img {
            border-radius: 10px;
            height: 200px;
        }
    }
    @media (min-width: 992px) {
        .qr-code {
            text-align:center;
        }
    }
    @media (max-width: 600px) {
        .qr-code {
            &.col-xs-6 {
                width: 50%;
            }
            img {
                height: 150px;
            };
        }
    }
}

.get-app-height {
    height: 600px;
}

.get-app-height .app-titile {
    z-index: 2;
    padding-left: 100px;
}

.get-the-app.hm2:before {
    display: none;
}

/*2.7 contact  Css*/
.get-in-box {
    margin-top: 100px;
    margin-bottom: 50px;
    background: #f5f8fd;
    border-radius: 10px;
    padding: 45px 30px;
    position: relative;
}

.get-in-box.homepage2 {
    background: #2B2B2B;
}

h3.get-title {
    color: #B8860B;
    font-size: 24px;
    margin-bottom: 30px;
}

.single-get-intouch h5 {
    font-size: 18px;
    color: #F5F1E3;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.single-get-intouch h5 i {
    padding-right: 10px;
    font-size: 20px;
    color: #B8860B;
}

.single-get-intouch address {
    font-size: 16px;
    line-height: 30px;
    color: #F5F1E3;
}

.single-get-intouch a {
    color: #F5F1E3;
}

.single-get-intouch.border-LR {
    border-left: 1px solid #F5F1E3;
    border-right: 1px solid #F5F1E3;
}

footer.site-footer {
    padding: 20px 0 20px;
}

footer.site-footer.homepage2 {
    position: relative;
    z-index: 1;
}
.site-footer-not-home {
    margin-top: 30px;
}

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

.single-footer ul li {
    display: block;
}

.single-footer ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
    transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
}

.single-footer ul li a:hover {
    padding-left: 5px;
}
.single-footer {
    margin-bottom: 50px;

    .footer-title {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
        color: #B8860B;
        font-weight: bold;
    }

    .footer-entry {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 14px;
    }

    @media (min-width: 768px) {
        .footer-entry-right {
            text-align: right;
        }
    }
}

h5.footer-title {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.get_intouch .form-row > .col,
.form-row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-logo {
    margin-bottom: 30px;
}

.get_intouch {
    padding-bottom: 100px;
}

#scrollUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 40px;
    width: 40px;
    background: #B8860B;
    text-align: center;
    color: #F5F1E3;
    font-size: 30px;
    line-height: 40px;
    border-radius: 3px;
}

.homepage2 .footer-link {
    color: #B8860B;
}

.homepage2 .footer-link:hover {
    color: #F5F1E3;
    text-decoration: underline;
}

/*3.0 blog  Css*/

.blog-area {
    margin-top: 100px;
    padding: 100px 0 70px;
}

.single-blog-post {
    position: relative;
    -webkit-transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    margin-bottom: 30px;
}

.single-blog-post .blog-excerpt-space {
    position: relative;
    z-index: 1;
    margin: 0 0 0;
}

.single-blog-post .blog-excerpt-space:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(120deg, #B8860B 0%, #B8860B 100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.single-blog-post .blog-text {
    background: #2B2B2B;
    padding: 10px 15px 30px 15px;
}

.single-blog-post .blog-date {
    background: #2B2B2B;
    padding: 15px 15px 0px 15px;
}

.single-blog-post .blog-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-blog-post .blog-text ul li a {
    color: #999999;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single-blog-post .blog-text ul li a:hover {
    color: #5FC36A;
}

.single-blog-post .blog-text ul li a i {
    padding-right: 5px;
}

.single-blog-post .blog-text h3 {
    font-size: 18px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    margin: 20px 0 15px;
    min-height: 70px;
}

.single-blog-post .blog-text h3 a {
    color: #F5F1E3;
}

.single-blog-post .blog-text p {
    color: #F5F1E3;
}
.single-blog-post .blog-text .excerpt-min-height {
    min-height: 120px;
}

.single-blog-post a.blg-link {
    border: 1px solid #F5F1E3;
    border-radius: 999px;
    color: #F5F1E3;
    text-transform: capitalize;
}

.single-blog-post:hover .blog-excerpt-space:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    visibility: visible;
    -webkit-animation: zoomIn 0.24s cubic-bezier(0.93, 0.72, 0, 0.46);
    animation: zoomIn 0.24s cubic-bezier(0.93, 0.72, 0, 0.46);
}

.brand-product-active {
    padding-top: 50px;
}

.brand-product-active .owl-item img {
    width: auto;
    opacity: 0.8;
}

.homepage2 .single-blog-post .blog-excerpt-space:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#F5F1E3), to(#B8860B));
    background-image: linear-gradient(90deg, #F5F1E3  0%, #B8860B 100%);
}

.homepage2 .single-blog-post .blog-text ul li a:hover {
    color: #00cff2;
}

.homepage2 .single-blog-post:hover h3 a {
    color: #B8860B;
}

.homepage2 .single-blog-post a.blg-link:hover {
    background: #B8860B;
    border: 1px solid #B8860B;
}
