@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Bustro - Newspaper HTML5 Template
    Template URI: https://bustro.vercel.app/
    Author: Sowat
    Author URI:  https://www.templatemonster.com/authors/sowat/
    Version: 1.0

    Note: This is Main Style CSS File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Default CSS
    02. Common Class
    03. Main News Style
    04. Main News Style Two
    05. Main Slider
    06. Page Banner
    07. Editors Choice News
    08. Don’t Miss News
    09. Latest News Slider
    10. Trends & Recent News
    11. Main Video News
    12. Highlights News
    13. Sidebar Widgets
    14. Shop Page
    15. Shop Details
    16. Cart Page
    17. Checkout Page
    18. Subscribe Form
    19. Instagram
    20. Top Author
    21. Author Profile
    22. Search Page
    23. Recent Posts Tab
    24. Social Followers
    25. Category List
    26. About Section
    27. Gallery Section
    28. Contact Page
    29. Our Success
    30. 404 Error
    31. Footer Section
    32. Custom Animations
-----------------------------------------------------------------------------------*/

/****************************************************** */
/******************** 01. Default CSS ***************** */
/****************************************************** */
/* * {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
} */

:root {
    scroll-behavior: auto;
    --heading-color: #000000;
    /* --primary-color: #fb2614; */
    --primary-color: #00A388;
}

body {
    color: #636465;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* font-family: 'Work Sans', sans-serif; */
}

a {
    outline: none;
    color: #636465;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
    -webkit-transition: 0.5s;
}

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

a:hover {
    color: var(--primary-color, #fb2614);
    text-decoration: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-color, #000000);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
} */

/* h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
} */

/* ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
} */

img {
    max-width: 100%;
    display: inline-block;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/*======= Input Styles =======*/
/* input,
textarea,
select,
.form-control {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    font-family: 'Montserrat', sans-serif;
} */

textarea,
textarea.form-control {
    height: 170px;
    display: inherit;
    padding-top: 20px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

.nice-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #eaeaea;
}

::placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
    opacity: 1;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

.form-group,
.form_group {
    margin-bottom: 30px;
}

/*home page two*/
body.home-two {
    color: #74787c;
    font-size: 14px;
    line-height: 24px;
}

.home-two h1,
.home-two h2,
.home-two h3,
.home-two h4,
.home-two h5,
.home-two h6,
.home-two h1 a,
.home-two h2 a,
.home-two h3 a,
.home-two h4 a,
.home-two h5 a,
.home-two h6 a {
    color: var(--heading-color, #1f2327);
}

.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
    color: white;
}

.home-two h1,
.home-two h2,
.home-two h3,
.home-two h4,
.home-two h5,
.home-two h6 {
    font-weight: 600;
}

.home-two a:hover {
    color: var(--primary-color, #fb2614);
}

/****************************************************** */
/******************* 02. Common Class ***************** */
/****************************************************** */
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

/** Section Title style */
.section-title.with-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.section-title-with-filter .read-more,
.section-title.with-btn .read-more {
    color: var(--primary-color, #fb2614);
}

/** Button style one */
.theme-btn,
a.theme-btn,
.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
    color: #FFFFFF;
    font-size: 13px;
    cursor: pointer;
    transition: 0.5s;
    min-width: 160px;
    font-weight: 700;
    text-align: center;
    padding: 11px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: var(--primary-color, #fb2614);
    border: 1px solid var(--primary-color, #fb2614);
}

.theme-btn i,
a.theme-btn i {
    transition: 0.5s;
    margin-left: 5px;
}

.theme-btn:hover,
a.theme-btn:hover,
.theme-btn.style-two,
a.theme-btn.style-two {
    background: #FFFFFF;
    border-color: #cfd0d1;
    color: var(--heading-color, #fb2614);
}

/** read more btn **/
.read-more {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/** Social Link Style One */
.social-style-one a {
    transition: 0.5s;
    margin-right: 15px;
    display: inline-block;
}

.social-style-one a:hover {
    color: var(--primary-color, #fb2614);
}

.social-style-one a:last-child,
.social-style-two a:last-child {
    margin-right: 0;
}

/** Social Link Style Two */
.social-style-two {
    display: flex;
}

.social-style-two a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    margin-right: 10px;
}
.social-style-two a:hover {
    color: white;
    background: var(--primary-color, #fb2614);
}

/*List style One*/
.list-style-one li {
    display: flex;
    margin-bottom: 10px;
}

.list-style-one li:before {
    content: "\f054";
    font-weight: 900;
    margin-right: 15px;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li:last-child,
.list-style-two li:last-child {
    margin-bottom: 0;
}

.list-style-two li {
    margin-bottom: 8px;
}

/*pazination style*/
.pazination li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

.pazination li a {
    width: 50px;
    height: 50px;
    color: #222222;
    display: block;
    font-size: 18px;
    transition: 0.5s;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
}

.pazination a:hover,
.pazination li.active a {
    color: #b900ef;
}

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    background: var(--primary-color, #fb2614);
    border: 1px solid #ffffff33;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: #000000;
}

.overlay * {
    z-index: 2;
    position: relative;
}

.rel {
    position: relative;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.bg-black {
    background: #151616;
}

.bg-red {
    background: var(--primary-color, #fb2614);
}

.bg-green {
    background: #84c409;
}

.bg-blue {
    background: #367de7;
}

.bg-purple {
    background: #8536e7;
}

.bg-yellow {
    background: #ed9a17;
}

.bg-pink {
    background: #eb24df;
}

.bg-sky {
    background: #0ebdbf;
}

.bg-light-gray,
.big-news .main-news-content-two.bg-light-gray {
    background: #f6f6f6;
}

.borderd-around {
    border: 1px solid #f1f1f1;
}

.borderd-top {
    border-top: 1px solid #f1f1f1;
}

.borderd-bottom {
    border-bottom: 1px solid #f1f1f1;
}

.borderd-left {
    border-left: 1px solid #f1f1f1;
}

.borderd-right {
    border-right: 1px solid #f1f1f1;
}

.pagination .page-link {
    height: 60px;
    width: 60px;
    margin: 7px;
    padding: 0;
    color: black;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border-color: #f0f0f0;
    font-family: 'Montserrat', sans-serif;
}

.page-item .page-link:focus,
.page-item .page-link:hover,
.page-item.active .page-link {
    color: white;
    box-shadow: none;
    background-color: var(--primary-color, #fb2614);
    border-color: var(--primary-color, #fb2614);
}

/****************************************************** */
/***************** 03. Main News Style  *************** */
/****************************************************** */
.main-news .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.main-news .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.main-news-item {
    position: relative;
}

.main-news-item > img {
    width: 100%;
}

.main-news-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px;
}

.main-news-item:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 75%;
    transition: 0.5s;
    background: linear-gradient(360deg, black, transparent);
}

.main-news-content a {
    display: inline-block;
}

.main-news-content h3,
.main-news-content h4 {
    margin-bottom: 20px;
}

.main-news-content h1 a,
.main-news-content h3 a,
.main-news-content h4 a {
    color: white;
}

.main-news-category {
    font-size: 13px;
    color: white;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 22px;
    display: inline-block;
    padding: 10px 20px 8px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-news-content h1,
.main-news-content h4 {
    margin-bottom: 20px;
}

.main-news-category:hover,
.main-news-content h6 a,
.main-news-content h5 a,
.main-news-content h1 a,
.main-news-content h4 a {
    color: white;
}

.main-news-author {
    display: flex;
    align-items: center;
}

.main-news-author img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

.news-name-date span a {
    color: white;
    display: block;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.news-name-date .name {
    font-weight: 500;
}

.news-name-date .date {
    font-size: 14px;
}

.category-comment .comment,
.category-comment .comment a {
    color: white;
}

.category-comment .comment i {
    margin: 0 5px 0 16px;
}

.main-news-item.news-small .main-news-content > img {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-right: 20px;
}

.main-news-item.news-small:after {
    opacity: 90%;
}

.main-news-item.news-small .title-author h6 {
    margin-bottom: 5px;
}

.main-news-item.news-small .title-author .name a {
    font-size: 14px;
    color: white;
}

/*home two*/
.international-news-slider h4 {
    margin-bottom: 0;
}

.international-news-slider .main-news-item:after {
    opacity: 50%;
}

.international-news-slider .slick-arrow {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 30px;
    z-index: 2;
    right: 30px;
    cursor: pointer;
    font-size: 13px;
    line-height: 25px;
    background: white;
}

.international-news-slider .prev.slick-arrow {
    transform: translate(-30px);
}

/****************************************************** */
/*************** 04. Main News Style Two ************** */
/****************************************************** */
.main-news-section {
    background: #F5F5F5;
}

.big-news .main-news-content-two {
    padding: 36px 40px 20px;
    background: white;
}

.main-news-content-two h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.big-news.main-news-item-two img {
    width: 100%;
}

.big-news .date-category-two {
    font-size: 14px;
}

.date-video-icon,
.date-category-two {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.big-news .date-category-two {
    margin-bottom: 10px;
}

.date-category-two .category a {
    color: var(--primary-color, #fb2614);
}

.text-white .category a {
    color: white;
}

.related-news {
    display: flex;
    position: relative;
}

.main-news-item-two.with-top-border {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f1f1f1;
}

.related-news .main-news-item-two {
    padding: 40px;
}

.related-news .main-news-item-two:after {
    position: absolute;
    content: '';
    height: 50%;
    left: 50%;
    top: 25%;
    width: 1px;
    background: #ff5142;
}

.main-news-item-two img {
    width: 100%;
}

.main-news-item-two h6 {
    margin: 0;
}

.main-news-item-two .image {
    flex: none;
    position: relative;
}

.main-news-item-two.image-left,
.main-news-item-two.image-right {
    display: flex;
}

.main-news-item-two.image-left .image {
    margin-right: 18px;
}

.main-news-item-two.image-right .image {
    margin-left: 18px;
}

.related-news .main-news-content-two a,
.related-news .main-news-content-two .category a {
    color: white;
}

/* Fluid News */
.fluid-news {
    background: #f2f2f2;
}

.fluid-news .main-news-item-two {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 50px;
}

.fluid-news .date-category-two {
    font-size: 14px;
}

.fluid-news .main-news-item-two.image-left .image {
    margin-right: 35px;
    width: 45%;
}

/*mini tab news*/
.mini-tab-news,
.discussion-part,
.exclusive-videos-news {
    padding: 20px;
    background: white;
}

.mini-tab-news .news-tab a {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 11px;
}

.mini-tab-news .news-tab a:last-child {
    margin-right: 0;
}

.mini-tab-news .news-tab a:before {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    margin-right: 8px;
    transform: scale(0);
    background: var(--primary-color, #fb2614);
}

.mini-tab-news .news-tab a.active:before {
    transform: scale(1);
}

.mini-tab-news .main-news-item-two h6,
.exclusive-videos-news .main-news-item-two h6 {
    font-size: 14px;
    line-height: 22px;
}

.mini-tab-news .main-news-item-two .image,
.exclusive-videos-news .main-news-item-two .image {
    width: 65px;
}

.exclusive-videos-news h6 {
    font-size: 18px;
}

.small-video-play {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    background: var(--primary-color, #fb2614);
}

a.small-video-play:hover {
    color: white;
}

.discussion-part .read-more {
    font-size: 12px;
}

.discussion-part .main-news-item-two h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.discussion-part .main-news-item-two .image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

/* home threee */
.home-three .date-category-two {
    font-size: 14px;
}

/* classic news style */
.news-meta-title .date-category-two,
.news-classic-item .date-category-two {
    font-size: 16px;
}

.news-classic-item h2 a {
    display: inline-block;
}

.news-blockquote {
    padding: 60px;
    position: relative;
    margin-bottom: 40px;
}

.news-blockquote .admin {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}

.news-blockquote h2 a:before {
    content: '“';
}

.news-blockquote h2 a:after {
    content: '”';
}

.news-blockquote:after {
    position: absolute;
    content: "\f10e";
    font-weight: 900;
    right: 45px;
    bottom: 35px;
    opacity: 0.3;
    line-height: 1;
    font-size: 80px;
    font-family: 'Font Awesome 5 Free';
}

/* news details */
.news-details-images img {
    margin-bottom: 30px;
    width: 100%;
}

.before-after-none:after,
.before-after-none:before {
    display: none;
}

.quote-icon {
    flex: none;
    height: 115px;
    width: 115px;
    font-size: 35px;
    text-align: center;
    line-height: 115px;
    background: white;
    margin-right: 35px;
    border-radius: 50%;
    border: 3px solid #fb2614b3;
}

.quote-icon i {
    color: #636465;
}

blockquote h5 {
    margin: 20px 0 0;
    font-weight: 500;
}

blockquote .author {
    font-size: 14px;
    display: inherit;
}

.news-details-content p {
    margin-bottom: 30px;
}

.tag-share {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.tag-share .share {
    display: flex;
    align-items: center;
}

.prev-next-post {
    display: flex;
    position: relative;
}

.prev-next-post:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    background: #f1f1f1;
}

.prev-next-post .main-news-item-two {
    max-width: 350px;
    margin: 10px 0;
    align-items: center;
}

.prev-next-post .main-news-item-two img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.main-news-item-two.image-right {
    text-align: right;
    margin-left: auto;
}

.prev-next-post .main-news-content-two h5 {
    font-size: 20px;
}

.prev-next-post .story {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

/****************************************************** */
/******************* 05. Main Slider  ***************** */
/****************************************************** */
.main-slider {
    background-size: cover;
    background-position: center;
}

.main-slider.overlay:before {
    opacity: 0.23;
}

.main-slider-wrap {
    height: 606px;
    display: flex;
    align-items: center;
}

.main-slider-content {
    max-width: 900px;
    padding: 120px 0 50px;
}

.main-slider-content .sub-title {
    color: white;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-slider-content .sub-title:before {
    content: '';
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin: 5px 12px 0 0;
    background: var(--primary-color, #fb2614);
}

.main-slider-content h2 {
    color: white;
    font-size: 72px;
    line-height: 1.2;
    margin: 20px 0 30px;
}

.main-slider-content .slider-btns li {
    margin-right: 45px;
    display: inline-flex;
}

.main-slider-content .slider-btns li:last-child {
    margin-right: 0;
}

.main-slider-content .slider-btns li a {
    color: white;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.main-slider-content .slider-btns li a i {
    height: 30px;
    width: 35px;
    font-size: 12px;
    transition: 0.5s;
    line-height: 30px;
    background: white;
    text-align: center;
    margin-right: 11px;
    border-radius: 20px;
    color: var(--primary-color, #fb2614);
}

.main-slider-content .slider-btns li a:hover i {
    background: var(--primary-color, #fb2614);
    color: white;
}

.slider-subscribe-author {
    display: flex;
    max-width: 1090px;
}

.slider-subscribe-author .subscribe-form {
    width: 50%;
    z-index: 1;
    padding: 60px;
    position: relative;
    margin: 0 60px -55px 0;
    background: var(--primary-color, #fb2614);
}

.slider-subscribe-author .subscribe-form input::placeholder {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.slider-subscribe-author .subscribe-form button {
    position: absolute;
    top: 70px;
    right: 70px;
    min-width: auto;
    font-weight: 500;
    padding: 6px 25px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.post-authors {
    flex: none;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.post-authors .images {
    display: flex;
}

.post-authors .images img {
    height: 40px;
    width: 40px;
    flex: none;
    border-radius: 50%;
    margin-right: -10px;
}

.post-authors .images img:last-child {
    margin-right: 20px;
}

.post-authors .date-name span {
    display: block;
    color: white;
    font-size: 14px;
    line-height: 1.5;
}

.post-authors .date-name .date a {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.post-authors .date-name .name a {
    color: white;
}

.post-authors .date-name .name a:after {
    content: ',';
}

.post-authors .date-name .name a:last-child:after {
    display: none;
}

.slider-carousel-arrow {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 55%;
}

.slider-carousel-arrow .container {
    position: relative;
}

.slider-carousel-arrow .slick-arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    right: 50px;
    cursor: pointer;
    background: white;
    border-radius: 50%;
}

.slider-prev.slick-arrow {
    transform: translate(-75px);
}

/* Slider Animation */
.main-slider-item * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-slider-item.slick-active span,
.main-slider-item.slick-active h2,
.main-slider-item.slick-active li {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.main-slider-item.slick-active h2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.main-slider-item.slick-active li:first-child {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.main-slider-item.slick-active li:nth-child(2) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.main-slider-item.slick-active li:nth-child(3) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

/* marquee news */
.marquee-news h1 {
    z-index: 1;
    line-height: 1;
    font-size: 100px;
    position: relative;
}

.marquee-news h1 .shadow-text {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: -1;
    width: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #f1f1f1;
}

/****************************************************** */
/******************* 06. Page Banner  ***************** */
/****************************************************** */
.page-banner {
    border-bottom: 1px solid #ececec;
}

.baner-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 15px;
}

.breadcrumb {
    padding: 0;
    background: transparent;
}

.page-title {
    display: flex;
    font-size: 18px;
    align-items: center;
    margin-bottom: 15px;
}

.page-title:after {
    content: '';
    height: 7px;
    width: 7px;
    margin: 0 8px;
    border-radius: 50%;
    background: #ced1d3;
}

.breadcrumb-item, .breadcrumb-item a {
    color: #636465;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "||";
}

/****************************************************** */
/*************** 07. Editors Choice News  ************* */
/****************************************************** */
.main-news-item.hover-image {
    background: #ffffff;
}

.main-news-item.hover-image .image {
    background-image: url(../images/news/hover-image-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.main-news-item.hover-image:hover .image {
    opacity: 1;
}

.main-news-item.hover-image .main-news-content {
    position: relative;
    padding: 35px 40px;
}

.main-news-item.hover-image .news-name-date .name a,
.main-news-item.hover-image .main-news-content h4 a {
    color: var(--heading-color, #000);
}

.main-news-item.hover-image .news-name-date .date a {
    color: #636465;
}

.main-news-item.hover-image:hover .news-name-date .date a,
.main-news-item.hover-image:hover .news-name-date .name a,
.main-news-item.hover-image:hover .main-news-content h4 a {
    color: #FFFFFF;
}

.main-news-item.hover-image:after {
    opacity: 0;
    background: #367de7;
}

.main-news-item.hover-image:hover:after {
    opacity: 85%;
}

.main-news-item.hover-image:hover .main-news-category {
    color: #367de7;
    background: white;
}


/* enroll banner */
.enroll-banner-inner {
    padding: 75px 80px 65px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/advertisement/enroll-banner.jpg);
}

/****************************************************** */
/***************** 08. Don’t Miss News  *************** */
/****************************************************** */
.dont-miss-news {
    padding: 30px;
    border: 1px solid #FFFFFF;
}

.dont-miss-news-item {
    background: white;
    padding: 35px 40px 0;
}

.dont-miss-news-item .main-news-category {
    margin-bottom: 12px;
}

.dont-miss-news-item h5 {
    font-size: 18px;
}

.dont-miss-news-item .name-date {
    font-size: 14px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f0f0f0;
}

.dont-miss-new-slider .slick-arrow {
    height: 35px;
    width: 50px;
    background: white;
    line-height: 35px;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
}

.dont-miss-new-slider .next.slick-arrow {
    transform: translate(50px);
}

.dont-miss-new-slider .next.slick-arrow:before {
    content: '';
    height: 18px;
    width: 1px;
    top: 8px;
    left: 0;
    position: absolute;
    background: #f0f0f0;
}

/****************************************************** */
/**************** 09. Latest News Slider ************** */
/****************************************************** */
.latest-posts-slider .slick-dots {
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
    align-items: center;
}

.latest-posts-slider .slick-dots li {
    background: white;
    height: 8px;
    width: 8px;
    opacity: 0.5;
    margin: 3px;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.latest-posts-slider .slick-dots li button {
    text-indent: 100px;
    cursor: pointer;
}

.latest-posts-slider .slick-dots li.slick-active {
    opacity: 1;
    width: 12px;
    height: 12px;
}

/** Featured News **/
.featured-news .main-news-content {
    padding: 40px 35px;
}


/****************************************************** */
/*************** 10. Trends & Recent News ************* */
/****************************************************** */
/* Timeline Vidoe News */
.timeline-video-news {
    display: flex;
    padding: 30px;
    border: 1px solid #ececec;
}

.timeline-video-news .video-part {
    width: 40%;
    margin-right: 30px;
    background: url(../images/news/timeline-video.jpg) no-repeat center/cover;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: #FFFFFF;
    display: inline-block;
    color: var(--primary-color, #fb2614);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    border-radius: 50%;
    background: #FFFFFF;
    transform: scale(1.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play i {
    margin-left: 5px;
    position: relative;
    z-index: 5;
}

/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

.timeline-video-news .main-news-category {
    margin-bottom: 15px;
}

.timeline-video-news .name-date {
    margin-bottom: 15px;
    font-size: 14px;
}

.timeline-video-news .content-part p {
    margin: 0;
}

/* small timeline news */
.small-timeline-news {
    display: flex;
    margin-top: 30px;
}

.small-timeline-news .main-news-category {
    margin-bottom: 14px;
}

.small-timeline-news .content-part h6 {
    font-size: 18px;
    margin-bottom: 8px;
}

.small-timeline-news .image-part {
    width: 35%;
    flex: none;
    margin-right: 30px;
}

.small-timeline-news .author-name {
    font-size: 14px;
}

/*recent post*/
.recent-post-only-title {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}

.recent-post-only-title:before {
    content: '';
    height: 10px;
    width: 10px;
    flex: none;
    margin-right: 20px;
}

.recent-post-only-title:nth-of-type(1n):before {
    background: #0ebdbf;
}

.recent-post-only-title:nth-of-type(2n):before {
    background: #ff550a;
}

.recent-post-only-title:nth-of-type(3n):before {
    background: #8536e7;
}

.recent-post-only-title:nth-of-type(4n):before {
    background: #84c409;
}

.recent-post-only-title h6 {
    margin: 0;
    font-size: 18px;
}


/****************************************************** */
/****************** 11. Main Video News *************** */
/****************************************************** */
.section-title-with-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-title-with-filter h2 {
    margin-bottom: 10px;
}

.news-tab {
    align-items: center;
    margin-bottom: 10px;
}

.news-tab a {
    margin: 0 30px 5px 0;
    font-family: 'Montserrat', sans-serif;
}

.news-tab a:last-child {
    margin-right: 0;
}

.news-tab a.active {
    color: var(--primary-color, #fb2614);
}

.main-news-item.video-news .video-part {
    position: absolute;
    height: 70%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-news-item.video-news .main-news-content h3 {
    margin-bottom: 15px;
}

.main-news-item.video-news .name-date,
.main-news-item.video-news .name-date a {
    color: white;
}

.small-filter-news {
    margin-bottom: 30px;
}

.small-filter-news .image-part {
    margin-bottom: 20px;
}

.small-filter-news .image-part img {
    width: 100%;
}

.small-filter-news .content-part h5 {
    margin-bottom: 5px;
}

.small-filter-news .main-news-category {
    margin-bottom: 15px;
}

.small-filter-news .content-part .author-name {
    font-size: 14px;
}

/* home three video news */
.main-news-item.video-news-three:after {
    background: rgba(0, 0, 0, 0.6);
}

.main-news-item.video-news-three .main-news-content {
    padding: 30px 30px 22px;
}

.main-news-item.video-news-three .main-news-content h5 {
    font-size: 18px;
}

.main-news-item.video-news-three .date-category-two a {
    color: white;
    font-size: 14px;
}

.main-news-item.video-news-three .video-part {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.main-news-item.video-news-three .video-play {
    animation: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    opacity: 0.8;
}

.main-news-item.video-news-three .video-play:hover {
    opacity: 1;
}

.main-news-item.video-news-three.big-news:after,
.main-news-item.video-news-three .video-play:after {
    display: none;
}

.main-news-item.video-news-three.big-news .main-news-content {
    background: #f5f5f5;
    width: 80%;
    left: 10%;
    text-align: center;
    padding: 35px 40px 15px;
    border-radius: 25px 25px 0 0;
}

.main-news-item.video-news-three.big-news .date-category-two .date a {
    color: #74787c;
}

.main-news-item.video-news-three.big-news .main-news-content h4 a:hover,
.main-news-item.video-news-three.big-news .date-category-two .category a {
    color: var(--primary-color, #fb2614);
}

.main-news-item.video-news-three.big-news .main-news-content h4 a {
    color: var(--heading-color, #000000);
}

.main-news-item.video-news-three.big-news .video-part {
    top: 75px;
    right: calc(10% + 20px);
}

.main-news-item.video-news-three.big-news .video-part .video-play {
    height: 70px;
    width: 70px;
    line-height: 70px;
    opacity: 1;
}

.main-news-item.video-news-three.big-news .video-play:after {
    display: block;
    background: transparent;
    border: 1.5px solid white;
    transform: scale(1.5);
    animation: none;
}

/****************************************************** */
/****************** 12. Highlights News *************** */
/****************************************************** */
.highlight-news-box {
    padding: 35px 38px;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.highlight-title {
    text-align: center;
    margin-bottom: 25px;
}

.highlight-news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.highlight-news-item.big img {
    width: 100%;
    margin-bottom: 20px;
}

.highlight-news-item.small {
    display: flex;
    align-items: self-start;
}

.highlight-news-item.small img {
    margin-right: 20px;
    width: 30%;
    flex: none;
}

.highlight-news-item h5,
.highlight-news-item h6 {
    margin-bottom: 0;
}

.highlight-news-item .category-date .main-news-category {
    margin: 0 15px 10px 0;
}

.highlight-news-item .category-date {
    margin-bottom: 6px;
}

.highlight-news-item .category-date .date {
    font-size: 16px;
}

/*home two*/
.home-two .highlight-news-item h6 {
    font-size: 18px;
}

/****************************************************** */
/****************** 13. Sidebar Widgets *************** */
/****************************************************** */
.widget {
    padding: 40px;
    margin-bottom: 30px;
}

.shop-sidebar .widget {
    padding: 0 0 30px;
    border-bottom: 1px solid #f1f1f1;
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-title {
    margin-bottom: 15px;
}

.text-white * {
    color: white;
}

/* Search Widget */
.search-widget form {
    position: relative;
}

.search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    cursor: pointer;
    padding-right: 10px;
    background: transparent;
}

/* subscribe widget */
.subscribe-widget .subscribe-form .theme-btn {
    margin-top: 15px;
    padding: 15px 30px;
}

.subscribe-widget .subscribe-form .theme-btn:hover i {
    color: black;
}

/* author widget */
.widget-authors {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
}

.widget-author-item {
    display: flex;
    background: white;
    padding-top: 10px;
    margin: 0 20px 20px 0;
    align-items: flex-end;
    justify-content: center;
    width: calc(50% - 20px);
}

/* recent post */
.recent-post-widget-inner {
    margin-bottom: -20px;
}

.recent-post-widget-inner .main-news-item-two {
    align-items: center;
}

.recent-post-widget-inner .main-news-content-two .date {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.recent-post-widget-inner .main-news-content-two .date i {
    margin-right: 3px;
}

/*post gallery*/
.widget-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -16px 0;
}

.widget-gallery-item {
    width: calc(33.33% - 16px);
    margin: 0 16px 16px 0;
}

.widget-gallery-item img {
    width: 100%;
}

/* categories widget */
.categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}

.categories a {
    color: white;
    padding: 20px;
    line-height: 1;
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
    font-family: 'Montserrat', sans-serif;
}

.categories a i {
    margin-right: 8px;
}

/* advertisement */
.sidebar-theme-add * {
    color: white;
}

.sidebar-theme-add {
    padding: 70px 50px;
    background: url('../images/advertisement/sidebar-theme.jpg') no-repeat center/cover;
}

/*audio podcast*/
.sidebar-podcast {
    padding: 45px;
    text-align: center;
    border: 1px solid #ececec;
}

.sidebar-podcast .name-date {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.sidebar-podcast .name-date .name:after {
    content: '';
    margin-right: 13px;
    padding-right: 18px;
    border-right: 1px solid #ececec;
}

.sidebar-podcast .name-date .name a {
    color: var(--primary-color, #fb2614);
}


.audio-player .audioplayer-volume {
    display: none;
}

.audio-player .audioplayer {
    padding: 0;
    height: auto;
    border: none;
    margin: 20px 0 0 0;
}

.audio-player .audioplayer-time {
    color: #74787c;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.audioplayer-playing .audioplayer-playpause,
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    border: none;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 12px solid #1f2327;
}

.audio-player .audioplayer-playpause {
    height: 15px;
    width: 15px;
}

.audioplayer .audioplayer-bar-played {
    background: var(--primary-color, #fb2614);
    height: 10px;
    top: 1px;
}

.audio-player .audioplayer-bar-loaded {
    height: 10px;
    top: 1px;
    background: #f6f6f6;
}

.audio-player .audioplayer-bar-played::after {
    display: none;
}

.audio-player .audioplayer-time-current {
    margin-left: 13px;
}

/* Product widget */
.widget-product-item {
    display: flex;
    margin-top: 20px;
}

.widget-product-item .image {
    max-width: 90px;
    margin-right: 20px;
}

.widget-product-content h5 {
    font-size: 18px;
    margin: 5px 0 0;
    font-weight: 600;
}

.widget-product-content .price {
    display: block;
    margin-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
}

.ratings {
    display: flex;
    align-items: center;
}

.ratings i {
    color: #fe823e;
    font-size: 12px;
    margin-right: 4px;
}

/* Price Filter widget */
.price-filter-widget .price {
   display: flex;
   margin: 20px 0 15px;
   font-family: 'Montserrat', sans-serif;
}

.price-filter-widget .price input {
    padding: 0;
    height: auto;
    border: none;
    margin-left: 10px;
}

.price-filter-widget .theme-btn {
    min-width: auto;
    padding: 5px 15px;
}

.ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    top: -6px;
    cursor: pointer;
    border-radius: 50%;
    background: #FFFFFF;
    border: 5px solid var(--primary-color, #fb2614);
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-widget-header {
    background: #000;
}

/* tag widget */
.tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
}

.tags a {
    font-size: 14px;
    padding: 2px 15px;
    background: #f6f6f6;
    margin: 0 10px 10px 0;
}

/****************************************************** */
/********************* 14. Shop Page ****************** */
/****************************************************** */
.shop-shorter {
    display: flex;
    align-items: center;
}

.sort-text {
    margin-right: 20px;
}

.products-dropdown {
    margin: 5px 20px 5px auto;
}

.products-dropdown .nice-select {
    height: 50px;
    border-radius: 0;
    line-height: 48px;
    padding: 0 65px 0 20px;
}

.products-dropdown .nice-select:after {
    right: 20px;
    height: 7px;
    width: 7px;
}

.products-dropdown .nice-select .list {
    width: 100%;
}

.grid-list {
    display: flex;
}

.grid-list a {
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ececec;
}

.grid-list a.active {
    color: white;
    background: black;
    border-color: black;
}

.products-item {
    margin-bottom: 30px;
}

.product-img {
    position: relative;
}

.product-img img {
    width: 100%;
}

.product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.product-icons {
    flex: none;
    opacity: 0;
    width: 100%;
    display: flex;
    align-self: end;
    font-size: 14px;
    transition: 0.5s;
    background: black;
    padding: 13px 20px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    transform: translateY(-100%) scale(0);
}

.products-item:hover .product-icons {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.product-icons a {
    color: white;
    margin: 0 3px;
    padding: 0 3px;
}

.product-icons .cart {
    margin-right: auto;
}

.trand-type {
    margin-bottom: auto;
    color: white;
    font-size: 14px;
    padding: 2px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

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

.product-info h5 {
    font-size: 18px;
    margin: 22px 0 0;
}

/****************************************************** */
/******************* 15. Shop Details ***************** */
/****************************************************** */
.product-preview-wrap {
    display: flex;
    align-items: center;
    padding: 60px 20px 60px 60px;
}

.product-preview-wrap .nav {
    width: 100px;
}

.product-preview-wrap .nav li {
    margin-bottom: 20px;
}

.product-preview-wrap .nav li:last-child {
    margin-bottom: 0;
}

.tab-content {
    margin: auto;
}

.product-preview-wrap .nav li a {
    border: 1px solid transparent;
    display: block;
}

.product-preview-wrap .nav li a.active {
    border-color: #1f2327;
}

.rating-review-number .ratings {
    border-right: 1px solid #707070;
    padding-right: 10px;
    margin-right: 10px;
}

.product-main-price {
    color: var(--primary-color, #fb2614);
}

.product-main-price:before {
    content: '$';
}

.quantity-wrap {
    display: flex;
    align-items: center;
}

.quantity-wrap h6 {
    font-weight: 500;
    margin: 0 15px 0 0;
}

.quantity-input {
    display: flex;
    align-items: center;
}

.quantity-input * {
    height: 50px;
    width: 50px;
    flex: none;
    padding: 0;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
    border: 1px solid #eaeaea;
}

.quantity-input button {
    font-size: 25px;
    background: #FFFFFF;
}

.model-cagegory-location li {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.model-cagegory-location li b {
    font-weight: 500;
    color: black;
}

.model-cagegory-location li a {
    margin-right: 3px;
}

.model-cagegory-location li:last-child {
    margin-bottom: 0;
}

.model-cagegory-location li a:after {
    content: ',';
}

.model-cagegory-location li a:last-child:after {
    display: none;
}

.product-information-tab li a {
    font-size: 24px;
    margin-right: 35px;
    padding-bottom: 15px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid transparent;
}

.product-information-tab li a.active {
    color: black;
    border-color: black;
}

.single-review {
    display: flex;
    margin-bottom: 40px;
}

.reviewer-rating {
    margin-left: auto;
    padding: 28px 0 0 25px;
}

.reviewer-img {
    flex: none;
    max-width: 100px;
    margin-right: 25px;
}

.reviewer-review p {
    margin-bottom: 10px;
}

.reviewer-review .reply {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.your-rating .ratings i.hovered,
.your-rating .ratings i.selected {
    color: #fe823e;
}

.your-rating .ratings i {
    color: #d1d2d4;
}

/****************************************************** */
/********************* 16. Cart Page ****************** */
/****************************************************** */
.cart-total-product {
    border: 1px solid #eaeaea;
}

.cart-item-wrap {
    padding: 40px 60px;
    border-top: 1px solid #eaeaea;
}

.cart-title {
    color: black;
    display: flex;
    padding: 20px 60px;
    font-family: 'Montserrat', sans-serif;
}

.cart-single-item {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.cart-single-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.cart-single-item .product-name {
    margin: 0 0 0 30px;
    font-size: 22px;
}

.cart-single-item .quantity-input {
    margin: auto;
}

.product-price,
.total-item .price,
.product-total-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.product-price,
.product-total-price {
    margin: auto;
}

.product-price:before,
.total-item .price:before,
.product-total-price:before {
    content: '$';
}

.product-price:after,
.total-item .price:after,
.product-total-price:after {
    content: '.00';
}

.cart-title {
    justify-content: space-between;
}

.total-title {
    margin-right: 9%;
}

.product-title {
    margin-right: 6%;
}

.flex-none {
    flex: none;
}

.total-item {
    display: flex;
    justify-content: space-between;
}

.shipping .price,
.sub-total .price {
    font-size: 16px;
}

.total-item .price {
    color: black;
}

.total-item.total .title {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.total-shipping-wrap .total-item {
    padding: 30px;
}

.total-shipping-wrap .total-item .price,
.total-shipping-wrap .total-item .shipping-details {
    width: 265px;
}

.total-shipping-wrap .shipping-details input {
    margin-right: 10px;
}

.total-shipping-wrap .shipping-details label,
.total-shipping-wrap .shipping-details .calculate {
    font-weight: 600;
    color: black;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.total-shipping .price {
    color: var(--primary-color, #fb2614);
}

/****************************************************** */
/****************** 17. Checkout Page **************** */
/****************************************************** */
.billing-details-area .alert {
    font-family: 'Montserrat', sans-serif;
}

.billing-details-area .alert i {
    margin-right: 10px;
}

.billing-details-area .alert a {
    color: black;
    font-weight: 500;
}

.billing-form .row {
    margin-right: -10px;
    margin-left: -10px;
}

.billing-form .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.login-form label,
.billing-form label {
    cursor: pointer;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
    color: black;
}


.login-form .form-group {
    position: relative;
}

.login-form .form-group .label-icon {
    position: absolute;
    right: 0;
    bottom: -12px;
    margin: 0;
    width: 35px;
    height: 60px;
    color: #848484;
    line-height: 60px;
}

.billing-form .form-group {
    margin-bottom: 15px;
}

.contact-form .nice-select,
.billing-form .nice-select {
    height: 60px;
    padding: 0 25px;
    line-height: 58px;
    margin-bottom: 15px;
}

.contact-form .nice-select:after,
.billing-form .nice-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 8px;
    width: 8px;
    right: 25px;
}

.contact-form .nice-select .list, 
.billing-form .nice-select .list {
    width: 100%;
}

.payment-method .custom-control {
    padding-left: 0;
}

.payment-method .custom-control p {
    margin-top: 15px;
}

.payment-method label {
    width: 100%;
    font-size: 25px;
    padding: 35px 55px;
    border: 1px solid #000000;
}

.payment-method label.collapsed {
    border: 1px solid #eaeaea;
}

.payment-method label i {
    margin-right: 20px;
    color: var(--primary-color, #fb2614);
}

.order-summary-ptoducts .cart-single-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.order-summary-ptoducts .cart-single-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.order-summary-ptoducts .cart-img {
    max-width: 70px;
}

.order-summary-ptoducts .product-name {
    margin: 0 20px;
    font-size: 16px;
    font-weight: 500;
}

.order-summary-ptoducts .product-name span {
    font-size: 14px;
    font-weight: 400;
}

.order-summary-ptoducts .product-total-price {
    font-size: 16px;
    margin: 0 0 0 auto;
}

/****************************************************** */
/****************** 18. Subscribe Form *************** */
/****************************************************** */
.subscriber-inner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 100px 90px 125px;
}

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

.subscriber-inner:after {
    content: 'Subscribe Now';
    position: absolute;
    height: 100%;
    width: 40px;
    left: 0;
    top: 0;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    transform: rotate(180deg);
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    background: var(--primary-color, #fb2614);
}

.subscribe-form {
    display: flex;
}

/* popup newsletter */
.lewsletter-alert {
    max-width: 700px;
    padding: 50px;
    margin: 50px auto;
    position: relative;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
}

.lewsletter-alert .close {
    position: absolute;
    height: 45px;
    width: 45px;
    opacity: 1;
    top: 25px;
    right: 25px;
    background: white;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

/****************************************************** */
/********************* 19. Instagram ****************** */
/****************************************************** */
.instagram-inner {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 60px 100px 60px 70px;
    background-color: var(--primary-color, #fb2614);
}

.instagram-inner.overlay:before {
    background: var(--primary-color, #fb2614);
}

.instagram-profile span {
    color: #fff;
    font-size: 40px;
}

.instagram-profile span a {
    color: #fff;
}

.instagram-right-content {
    text-align: right;
}

.instagram-right-content h2 {
    color: #fff;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 1.14;
}

.instagram-right-content h3 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/****************************************************** */
/******************** 20. Top Author ****************** */
/****************************************************** */
.author-carousel .slick-track,
.slick-initialized .top-author-item {
    display: flex;
}

.top-author-item {
    height: auto;
    margin: 15px;
    flex-wrap: wrap;
    padding-top: 55px;
    text-align: center;
    position: relative;
    background: #f5f5f5;
    justify-content: center;
}

.top-author-item:after,
.author-profile-image:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 80%;
    top: 90%;
    left: 10%;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    background: var(--primary-color, #fb2614);
}

.top-author-item:hover:after {
    transform: scale(1);
    top: 100%;
}

.top-author-description {
    width: 100%;
}

.top-author-item img {
    flex: none;
    margin-top: auto;
}

.author-in,
.author-category {
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.author-in {
    font-size: 14px;
}

.author-category {
    color: var(--primary-color, #fb2614);
}

.section-title-with-arrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.section-title-with-arrow h2 {
    margin-right: 25px;
}

.author-carousel-arrow {
    background: white;
    position: relative;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 2px 0 24px rgb(128 128 128 / 20%);
}

.author-carousel-arrow:after {
    position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    left: 50%;
    top: 11px;
    background: #e7e7e7;
}

.author-carousel-arrow .slick-arrow {
    width: 50px;
    height: 40px;
    cursor: pointer;
    background: transparent;
}

/* about page */
.our-top-authors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our-top-authors .top-author-item {
    width: calc(20% - 30px);
    display: flex;
}

/*authro page*/
.author-item {
    display: flex;
    margin: 0 0 30px;
    height: calc(100% - 30px);
}

.author-item .top-author-description {
    margin-bottom: 10px;
}

/****************************************************** */
/****************** 21. Author Profile **************** */
/****************************************************** */
.author-details-content h3 {
    margin-bottom: 25px;
}

.author-details-content h3 .name {
    font-size: 40px;
    color: var(--primary-color, #fb2614);
}

.author-details-content .author-category {
    font-weight: 500;
    margin-bottom: 18px;
}

.author-location {
    max-width: 200px;
}

.author-location span {
    display: block;
}

.author-profile-image {
    position: relative;
    text-align: center;
    background: #f5f5f5;
    padding: 55px 35px 0;
}

.author-profile-image:after {
    top: 100%;
    height: 20px;
    transform: scale(1);
}

/****************************************************** */
/******************* 22. Search Page ****************** */
/****************************************************** */
.search-form {
    display: flex;
}

.search-form .theme-btn {
    flex: none;
    padding: 10px 40px;
}


/****************************************************** */
/***************** 23. Recent Posts Tab *************** */
/****************************************************** */
.news-tab.recent-tab a {
    margin: 0 20px 5px 0;
    font-family: 'Montserrat', sans-serif;
}

.news-tab.recent-tab a:last-child {
    margin-right: 0;
}

.recent-post-tab-news {
    display: flex;
    margin-bottom: 30px;
}

.recent-post-tab-news .image-part {
    flex: none;
    width: 40%;
    margin-right: 20px;
}

.recent-posts-tab-three .recent-post-tab-news .image-part {
    width: 36%;
}

.recent-post-tab-news .image-part img {
    width: 100%;
}

.recent-post-tab-news .content-part {
    border: 1px solid #ececec;
    padding: 35px 35px 30px;
}

.recent-post-tab-news .main-news-category {
    margin-bottom: 15px;
}

/*home two*/
.h2-recent-post-tab:after {
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 0;
    background: #e7e7e7;
    height: calc(100% - 30px);
}

.recommended-news-wrap {
    padding: 40px;
    border: 1px solid #ececec;
}

.recommended-news-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}

.recommended-news-item .image-part {
    width: 40%;
    flex: none;
    margin-right: 35px;
}

.recommended-news-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recommended-news-item .content-part p,
.recommended-news-item .content-part h4 {
    margin-bottom: 0;
}

.recommended-news-item .date-category-two {
    font-size: 14px;
}

.recommended-news-item .content-part p {
    margin-top: 10px;
}

/****************************************************** */
/******** 24. Social Followers and Latest Posts ******* */
/****************************************************** */
.social-media-followers {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    border: 1px solid #ececec;
}

.social-media-follow {
    width: calc(50% - 20px);
    padding: 15px;
    margin: 10px;
    color: white;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
}

.social-media-follow:hover,
.home-two .social-media-follow:hover {
    color: white;
}

.social-media-follow i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.follower-count b {
    display: block;
    text-transform: uppercase;
}

.social-media-follow.bg-blue i {
    color: #367DE7;
}

.social-media-follow.bg-sky i {
    color: #0EBDBF;
}

.social-media-follow.bg-red i {
    color: #FB2614;
}

.social-media-follow.bg-pink i {
    color: #EB24DF;
}

.social-media-follow.bg-purple i {
    color: #8536E7;
}

.sidebar-latest-posts {
    padding: 30px 0;
    border: 1px solid #f0f0f0;
}

/*sidebar latest posts*/
.sidebar-latest-posts .highlight-news-item.small {
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar-latest-posts .highlight-news-item.small:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/****************************************************** */
/****************** 25. Category List ***************** */
/****************************************************** */
.list-news-category.overlay:before {
    height: 50%;
    opacity: 1;
    background: #f5f5f5;
}

.list-news-category-wrap {
    display: flex;
    background: white;
    padding: 40px 25px 10px;
    box-shadow: 5px 5px 40px rgb(128 128 128 / 10%);
}

.list-news-category-item {
    margin: 0 15px 30px;
    position: relative;
}

.list-news-category-item img {
    width: 100%;
}

.list-news-category-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.65);
}

.list-news-category-content .top h5 {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
}

.list-news-category-content .top span {
    font-size: 12px;
    color: white;
}

.list-news-category-content .theme-btn.style-two {
    align-self: end;
    border: none;
    color: white;
    width: 100%;
    min-width: auto;
    padding: 11px 20px;
    background: rgba(255, 255, 255, 0.2);
}

.list-news-category-content .theme-btn.style-two:hover {
    border: none;
}

/* list of category two */
.list-of-category-two {
    text-align: center;
    max-width: 190px;
    margin: 0 auto 20px;
}

.list-of-category-two .image {
    position: relative;
    margin-bottom: 35px;
}

.list-of-category-two .image img {
    border-radius: 50%;
}

.list-of-category-two .post-number {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 10px;
    right: 5px;
    color: white;
    font-weight: 700;
    line-height: 40px;
    border-radius: 50%;
    border: 8px solid white;
    box-sizing: content-box;
    font-family: 'Montserrat', sans-serif;
    background: var(--primary-color, #fb2614);
}

/****************************************************** */
/******************* 26. About Section ***************** */
/****************************************************** */
.about-video .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    color: white;
    height: 100px;
    line-height: 100px;
    transform: translate(-50%, -50%);
    background: var(--primary-color, #fb2614);
}

.about-video .video-play:after {
    opacity: 0;
}

.about-page-content p {
    margin-bottom: 25px;
}

.about-page-content h2 {
    margin-bottom: 15px;
}

blockquote {
    color: black;
    display: flex;
    font-size: 24px;
    line-height: 1.5;
    padding-right: 75px;
    font-family: 'Montserrat', sans-serif;
}

blockquote:before {
    content: "\f10d";
    font-weight: 900;
    margin-right: 30px;
    font-family: 'Font Awesome 5 Free';
}

blockquote:after {
    content: "\f10e";
    font-weight: 900;
    align-self: end;
    font-family: 'Font Awesome 5 Free';
}

/****************************************************** */
/***************** 27. Gallery Section **************** */
/****************************************************** */
.gallery-item {
    margin-bottom: 30px;
}

.gallery-item img {
    width: 100%;
}

.gallery-item.overlay:before {
    z-index: 3;
    opacity: 0;
    transition: 0.5s;
}

.gallery-item.overlay:hover:before {
    opacity: 0.65;
}

.gallery-item a {
    position: absolute;
    height: 90px;
    width: 90px;
    z-index: 5;
    left: 50%;
    top: 50%;
    opacity: 0;
    font-size: 40px;
    transition: 0.5s;
    line-height: 90px;
    background: white;
    text-align: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color, #fb2614);
}

.gallery-item:hover a {
    opacity: 1;
}

/****************************************************** */
/****************** 28. Contact Page ****************** */
/****************************************************** */
.contact-info-item {
    padding: 30px;
    display: flex;
    transition: 0.5s;
    margin-top: 20px;
    background: #f6f6f6;
    border: 1px solid transparent;
}

.contact-info-item:hover {
    border-color: black;
    background: white;
}

.contact-info-item i {
    height: 50px;
    width: 50px;
    flex: none;
    line-height: 50px;
    background: black;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    color: #fff;
}

.info-content h5 {
    margin: 0;
}

.info-content a {
    word-break: break-all;
}

.contact-form .nice-select {
    margin-bottom: 30px;
}

.contact-form .theme-btn {
    padding: 15px 30px;
}

/****************************************************** */
/******************* 29. Our Success ****************** */
/****************************************************** */
.success-item {
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.count-text {
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    color: var(--primary-color, #fb2614);
}

.count-text.k:after {
    content: 'k';
}

.count-text.m:after {
    content: 'M';
}

/****************************************************** */
/******************** 30. 404 Error ******************* */
/****************************************************** */
.error-inner h1 {
    font-size: 300px;
    color: #dddddd;
    line-height: 1;
}

.error-inner p {
    color: black;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}

/****************************************************** */
/***************** 31. Footer Section **************** */
/****************************************************** */
.footer-section,
.footer-section a,
.footer-section h6 a {
    color: #949aa0;
}

.footer-section a:hover {
    color: white;
}

.instagram-post-item {
    position: relative;
    margin-bottom: 30px;
}

.instagram-post-item img {
    width: 100%;
}

.instagram-post-item a {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    opacity: 0;
    color: white;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background: var(--primary-color, #fb2614);
}

.instagram-post-item:hover a {
    opacity: 1;
}

.copyright-area a {
    color: var(--primary-color, #fb2614);
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-title {
    color: white;
    margin-bottom: 18px;
}

.link-widget .list-style-one li {
    font-size: 14px;
}

.copyright-area {
    text-align: center;
    padding: 30px 0 20px;
    border-top: 1px solid #2f3337;
}

/* Footer Style  Two */
.footer-area-two {
    background: #1f2327;
}

.footer-area-two .footer-title {
    margin-bottom: 28px;
    color: white;
}

.footer-area-two .about-widget {
    max-width: 320px;
}

.about-widget .list-style-two li,
.about-widget .list-style-two li a {
    color: white;
}

.about-widget .list-style-two li a:hover {
    color: var(--primary-color, #fb2614);
}

.about-widget .list-style-two li i {
    margin-right: 5px;
}

.copyright-area-inner {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
}

.footer-bottom-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom-menu li a {
    color: #949aa0;
    margin: 0 30px 5px 0;
}

.footer-bottom-menu li:last-child a {
    margin-right: 0;
}

/****************************************************** */
/**************** 32. Custom Animations *************** */
/****************************************************** */
.delay-0-1s {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-3s {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-7s {
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-0-9s {
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1-0s {
    -webkit-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-1-1s {
    -webkit-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-1-2s {
    -webkit-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-1-3s {
    -webkit-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-1-4s {
    -webkit-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1-6s {
    -webkit-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-1-7s {
    -webkit-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-1-9s {
    -webkit-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay-2-0s {
    -webkit-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

img[alt="Free Web Hosting"] {
    display: none !important;
}