@charset "UTF-8";
/*================================
	CSS INDEXING
	==============================
	1.BASE CSS
	==============================

	2.HEDAER AREA CSS
	==============================

	3.FOOTER AREA CSS
	==============================

	4.HEDAER AREA CSS
	==============================

	5.COMMON CSS
	==============================

	5.RESPONSIVE CSS
	==============================
*/

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

/*-----------------------------------
    GLOBAL CSS
-------------------------------------*/
body,
html {
    height: 100%;
}

a {
    color: #17222B;
    -webkit-text-decoration: noen;
    text-decoration: noen;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

a:hover {
    color: #2095f3;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #17222B;
}

h4:last-of-type {
    margin-bottom: 0;
}
.archives h4,
.entry-content h4 {
    margin-bottom: 15px;
}
p:last-of-type {
    margin-bottom: 0;
    clear: both;
    overflow: hidden;
}

body {
    font-size: 17px;
    line-height: 1.6em;
    color: #17222B;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    word-break: break-word;
    overflow-x: hidden;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px white inset !important;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.tuc {
    text-transform: uppercase;
}

.tct {
    text-transform: capitalize;
}

.font_light {
    font-weight: 300;
}

.font_bold {
    font-weight: 700;
}

.font_regular {
    font-weight: 400;
}

.font_thin {
    font-weight: 100;
}

.b {
    font-weight: 700;
}

/*----------------------
    ALIGN
-----------------------*/
.center,
.left,
.right {
    position: relative;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.dinline,
.dinline > div,
.dinline a,
.dinline li {
    display: inline-block;
}

/*-----------------------
    FONTS
------------------------*/
.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.font12 {
    font-size: 14px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font48 {
    font-size: 48px;
}

.font42 {
    font-size: 42px;
}

.font48 {
    font-size: 48px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}

.font60 {
    font-size: 60px;
}

.font80 {
    font-size: 80px;
}

.font120 {
    font-size: 120px;
}

.font140 {
    font-size: 140px;
}

/*------------------------------
    RESPONSIVE
-------------------------------*/
@media only screen and (min-width: 1200px) {
    .lg-center {
        text-align: center;
    }

    .lg-left {
        text-align: left;
    }

    .lg-right {
        text-align: right;
    }

    .lg-font12 {
        font-size: 14px;
    }

    .lg-font14 {
        font-size: 14px;
    }

    .lg-font16 {
        font-size: 16px;
    }

    .lg-font18 {
        font-size: 18px;
    }

    .lg-font20 {
        font-size: 20px;
    }

    .lg-font22 {
        font-size: 22px;
    }

    .lg-font24 {
        font-size: 24px;
    }

    .lg-font26 {
        font-size: 26px;
    }

    .lg-font28 {
        font-size: 28px;
    }

    .lg-font32 {
        font-size: 32px;
    }

    .lg-font30 {
        font-size: 30px;
    }

    .lg-font36 {
        font-size: 36px;
    }

    .lg-font38 {
        font-size: 38px;
    }

    .lg-font48 {
        font-size: 48px;
    }

    .lg-font42 {
        font-size: 42px;
    }

    .lg-font48 {
        font-size: 48px;
    }

    .lg-font50 {
        font-size: 50px;
    }

    .lg-font52 {
        font-size: 52px;
    }

    .lg-font60 {
        font-size: 60px;
    }

    .lg-font80 {
        font-size: 80px;
    }

    .lg-font120 {
        font-size: 120px;
    }

    .lg-font140 {
        font-size: 140px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .md-center {
        text-align: center;
    }

    .md-left {
        text-align: left;
    }

    .md-right {
        text-align: right;
    }

    .md-font12 {
        font-size: 14px;
    }

    .md-font14 {
        font-size: 14px;
    }

    .md-font16 {
        font-size: 16px;
    }

    .md-font18 {
        font-size: 18px;
    }

    .md-font20 {
        font-size: 20px;
    }

    .md-font22 {
        font-size: 22px;
    }

    .md-font24 {
        font-size: 24px;
    }

    .md-font26 {
        font-size: 26px;
    }

    .md-font28 {
        font-size: 28px;
    }

    .md-font32 {
        font-size: 32px;
    }

    .md-font30 {
        font-size: 30px;
    }

    .md-font36 {
        font-size: 36px;
    }

    .md-font38 {
        font-size: 38px;
    }

    .md-font48 {
        font-size: 48px;
    }

    .md-font42 {
        font-size: 42px;
    }

    .md-font48 {
        font-size: 48px;
    }

    .md-font50 {
        font-size: 50px;
    }

    .md-font52 {
        font-size: 52px;
    }

    .md-font60 {
        font-size: 60px;
    }

    .md-font80 {
        font-size: 80px;
    }

    .md-font120 {
        font-size: 120px;
    }

    .md-font140 {
        font-size: 140px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-center {
        text-align: center;
    }

    .sm-left {
        text-align: left;
    }

    .sm-right {
        text-align: right;
    }

    .sm-font12 {
        font-size: 14px;
    }

    .sm-font14 {
        font-size: 14px;
    }

    .sm-font16 {
        font-size: 16px;
    }

    .sm-font18 {
        font-size: 18px;
    }

    .sm-font20 {
        font-size: 20px;
    }

    .sm-font22 {
        font-size: 22px;
    }

    .sm-font24 {
        font-size: 24px;
    }

    .sm-font26 {
        font-size: 26px;
    }

    .sm-font28 {
        font-size: 28px;
    }

    .sm-font32 {
        font-size: 32px;
    }

    .sm-font30 {
        font-size: 30px;
    }

    .sm-font36 {
        font-size: 36px;
    }

    .sm-font38 {
        font-size: 38px;
    }

    .sm-font48 {
        font-size: 48px;
    }

    .sm-font42 {
        font-size: 42px;
    }

    .sm-font48 {
        font-size: 48px;
    }

    .sm-font50 {
        font-size: 50px;
    }

    .sm-font52 {
        font-size: 52px;
    }

    .sm-font60 {
        font-size: 60px;
    }

    .sm-font80 {
        font-size: 80px;
    }

    .sm-font120 {
        font-size: 120px;
    }

    .sm-font140 {
        font-size: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .xs-center {
        text-align: center;
    }

    .xs-left {
        text-align: left;
    }

    .xs-right {
        text-align: right;
    }

    .xs-font12 {
        font-size: 14px;
    }

    .xs-font14 {
        font-size: 14px;
    }

    .xs-font16 {
        font-size: 16px;
    }

    .xs-font18 {
        font-size: 18px;
    }

    .xs-font20 {
        font-size: 20px;
    }

    .xs-font22 {
        font-size: 22px;
    }

    .xs-font24 {
        font-size: 24px;
    }

    .xs-font26 {
        font-size: 26px;
    }

    .xs-font28 {
        font-size: 28px;
    }

    .xs-font32 {
        font-size: 32px;
    }

    .xs-font30 {
        font-size: 30px;
    }

    .xs-font36 {
        font-size: 36px;
    }

    .xs-font38 {
        font-size: 38px;
    }

    .xs-font48 {
        font-size: 48px;
    }

    .xs-font42 {
        font-size: 42px;
    }

    .xs-font48 {
        font-size: 48px;
    }

    .xs-font50 {
        font-size: 50px;
    }

    .xs-font52 {
        font-size: 52px;
    }

    .xs-font60 {
        font-size: 60px;
    }

    .xs-font80 {
        font-size: 80px;
    }

    .xs-font120 {
        font-size: 120px;
    }

    .xs-font140 {
        font-size: 140px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .xsl-center {
        text-align: center;
    }

    .xsl-left {
        text-align: left;
    }

    .xsl-right {
        text-align: right;
    }

    .xsl-font12 {
        font-size: 14px;
    }

    .xsl-font14 {
        font-size: 14px;
    }

    .xsl-font16 {
        font-size: 16px;
    }

    .xsl-font18 {
        font-size: 18px;
    }

    .xsl-font20 {
        font-size: 20px;
    }

    .xsl-font22 {
        font-size: 22px;
    }

    .xsl-font24 {
        font-size: 24px;
    }

    .xsl-font26 {
        font-size: 26px;
    }

    .xsl-font28 {
        font-size: 28px;
    }

    .xsl-font32 {
        font-size: 32px;
    }

    .xsl-font30 {
        font-size: 30px;
    }

    .xsl-font36 {
        font-size: 36px;
    }

    .xsl-font38 {
        font-size: 38px;
    }

    .xsl-font48 {
        font-size: 48px;
    }

    .xsl-font42 {
        font-size: 42px;
    }

    .xsl-font48 {
        font-size: 48px;
    }

    .xsl-font50 {
        font-size: 50px;
    }

    .xsl-font52 {
        font-size: 52px;
    }

    .xsl-font60 {
        font-size: 60px;
    }

    .xsl-font80 {
        font-size: 80px;
    }

    .xsl-font120 {
        font-size: 120px;
    }

    .xsl-font140 {
        font-size: 140px;
    }
}
/*--------------------
    WIDTH
---------------------*/
.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width50p {
    width: 50%;
}

.width70p {
    width: 70%;
}

.width80p {
    width: 80%;
}

.width90p {
    width: 90%;
}

.width100p,
.width100p img {
    width: 100%;
}

/*-----------------------
    DISPLAY
------------------------*/
.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.vertical-align-middle {
    vertical-align: middle;
}

.last-p-mb0 p:last-of-type {
    margin-bottom: 0;
}

.first-h4-mb0 h4:first-of-type {
    margin-bottom: 0;
}

.font300 {
    font-weight: 300;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.font800 {
    font-weight: 800;
}

/*--------------------
    CONTENT POSITION
---------------------*/
.fix {
    overflow: hidden;
}

.relative {
    position: relative;
    overflow: hidden;
}

.absulute {
    position: absolute;
}

.v-center {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
}

.h-center {
    left: 50%;
    transform: translateX(-50%);
}

.h-center-reverse {
    right: 50%;
    transform: translateX(50%);
}

.content-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-v-center {
    display: flex;
    align-items: center;
}

.display-block {
    display: block;
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

.inline li {
    display: inline;
}

.inline-block li {
    display: inline-block;
}

.inline-block {
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sm-width100p {
        width: 100%;
    }

    .flex-v-center {
        display: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .xs-width100p {
        width: 100%;
    }

    .flex-v-center {
        align-items: inherit;
        display: inherit;
    }
}
/*--------------------------
    MARGIN CSS
----------------------------*/
.mt100 {
    margin-top: 100px;
}

.mt90 {
    margin-top: 90px;
}

.mt80 {
    margin-top: 80px;
}

.mt70 {
    margin-top: 70px;
}

.mt60 {
    margin-top: 60px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.no-margin {
    margin: 0;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    /*----------------------------------
      MEDIUM LAYOUT: 1280px
  -----------------------------------*/
    .lg-mb0 {
        margin-bottom: 0;
    }

    .lg-mb10 {
        margin-bottom: 10px;
    }

    .lg-mb20 {
        margin-bottom: 20px;
    }

    .lg-mb30 {
        margin-bottom: 30px;
    }

    .lg-mb40 {
        margin-bottom: 40px;
    }

    .lg-mb50 {
        margin-bottom: 50px;
    }

    .lg-mb60 {
        margin-bottom: 60px;
    }

    .lg-mb70 {
        margin-bottom: 70px;
    }

    .lg-mb80 {
        margin-bottom: 80px;
    }

    .lg-mb100 {
        margin-bottom: 100px;
    }

    .lg-mt0 {
        margin-top: 0;
    }

    .lg-mt10 {
        margin-top: 10px;
    }

    .lg-mt20 {
        margin-top: 20px;
    }

    .lg-mt30 {
        margin-top: 30px;
    }

    .lg-mt40 {
        margin-top: 40px;
    }

    .lg-mt50 {
        margin-top: 50px;
    }

    .lg-mt60 {
        margin-top: 60px;
    }

    .lg-mt70 {
        margin-top: 70px;
    }

    .lg-mt80 {
        margin-top: 80px;
    }

    .lg-mt100 {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*----------------------------------
      MEDIUM LAYOUT: 1280px
  -----------------------------------*/
    .md-mb0 {
        margin-bottom: 0;
    }

    .md-mb10 {
        margin-bottom: 10px;
    }

    .md-mb20 {
        margin-bottom: 20px;
    }

    .md-mb30 {
        margin-bottom: 30px;
    }

    .md-mb40 {
        margin-bottom: 40px;
    }

    .md-mb50 {
        margin-bottom: 50px;
    }

    .md-mb60 {
        margin-bottom: 60px;
    }

    .md-mb70 {
        margin-bottom: 70px;
    }

    .md-mb80 {
        margin-bottom: 80px;
    }

    .md-mb100 {
        margin-bottom: 100px;
    }

    .md-mt0 {
        margin-top: 0;
    }

    .md-mt10 {
        margin-top: 10px;
    }

    .md-mt20 {
        margin-top: 20px;
    }

    .md-mt30 {
        margin-top: 30px;
    }

    .md-mt40 {
        margin-top: 40px;
    }

    .md-mt50 {
        margin-top: 50px;
    }

    .md-mt60 {
        margin-top: 60px;
    }

    .md-mt70 {
        margin-top: 70px;
    }

    .md-mt80 {
        margin-top: 80px;
    }

    .md-mt100 {
        margin-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*----------------------------------
      TABLET LAYOUT: 768px
  -----------------------------------*/
    .sm-mb0 {
        margin-bottom: 0;
    }

    .sm-mb10 {
        margin-bottom: 10px;
    }

    .sm-mb20 {
        margin-bottom: 20px;
    }

    .sm-mb30 {
        margin-bottom: 30px;
    }

    .sm-mb40 {
        margin-bottom: 40px;
    }

    .sm-mb50 {
        margin-bottom: 50px;
    }

    .sm-mb60 {
        margin-bottom: 60px;
    }

    .sm-mb70 {
        margin-bottom: 70px;
    }

    .sm-mb80 {
        margin-bottom: 80px;
    }

    .sm-mb100 {
        margin-bottom: 100px;
    }

    .sm-mt0 {
        margin-top: 0;
    }

    .sm-mt10 {
        margin-top: 10px;
    }

    .sm-mt20 {
        margin-top: 20px;
    }

    .sm-mt30 {
        margin-top: 30px;
    }

    .sm-mt40 {
        margin-top: 40px;
    }

    .sm-mt50 {
        margin-top: 50px;
    }

    .sm-mt60 {
        margin-top: 60px;
    }

    .sm-mt70 {
        margin-top: 70px;
    }

    .sm-mt80 {
        margin-top: 80px;
    }

    .sm-mt100 {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    /*----------------------------------
      MOBILE LAYOUT: 320px
  -----------------------------------*/
    .xs-mb0 {
        margin-bottom: 0;
    }

    .xs-mb10 {
        margin-bottom: 10px;
    }

    .xs-mb20 {
        margin-bottom: 20px;
    }

    .xs-mb30 {
        margin-bottom: 30px;
    }

    .xs-mb40 {
        margin-bottom: 40px;
    }

    .xs-mb50 {
        margin-bottom: 50px;
    }

    .xs-mb60 {
        margin-bottom: 60px;
    }

    .xs-mb70 {
        margin-bottom: 70px;
    }

    .xs-mb80 {
        margin-bottom: 80px;
    }

    .xs-mb90 {
        margin-bottom: 90px;
    }

    .xs-mb100 {
        margin-bottom: 100px;
    }

    .xs-mt0 {
        margin-top: 0;
    }

    .xs-mt10 {
        margin-top: 10px;
    }

    .xs-mt20 {
        margin-top: 20px;
    }

    .xs-mt30 {
        margin-top: 30px;
    }

    .xs-mt40 {
        margin-top: 40px;
    }

    .xs-mt50 {
        margin-top: 50px;
    }

    .xs-mt60 {
        margin-top: 60px;
    }

    .xs-mt70 {
        margin-top: 70px;
    }

    .xs-mt80 {
        margin-top: 80px;
    }

    .xs-mt100 {
        margin-top: 100px;
    }
}
/* ----------------------------
    PADDING CSS
------------------------------ */
.section-padding {
    padding: 100px 0 70px;
}

.section-padding2 {
    padding: 100px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding5050 {
    padding: 50px 0;
}

.padding2021 {
    padding: 20px 0;
}

.padding6030 {
    padding: 60px 0 30px;
}

.padding15 {
    padding: 15px;
}

/*-----------------*/
.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

/*--------------------
    PADDING
---------------------*/
.padding100 {
    padding: 100px;
}

.padding90 {
    padding: 90px;
}

.padding80 {
    padding: 80px;
}

.padding70 {
    padding: 70px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.no-padding {
    padding: 0;
}

/*--------------------------------------
        RESPONSIVE
----------------------------------------*/
@media only screen and (min-width: 1200px) {
    .lg-padding-top-10 {
        padding-top: 10px;
    }

    .lg-padding-top-20 {
        padding-top: 20px;
    }

    .lg-padding-top-30 {
        padding-top: 30px;
    }

    .lg-padding-top-40 {
        padding-top: 40px;
    }

    .lg-padding-top-50 {
        padding-top: 50px;
    }

    .lg-padding-top-60 {
        padding-top: 60px;
    }

    .lg-padding-top-70 {
        padding-top: 70px;
    }

    .lg-padding-top-80 {
        padding-top: 80px;
    }

    .lg-padding-top-90 {
        padding-top: 90px;
    }

    .lg-padding-top-100 {
        padding-top: 100px;
    }

    .lg-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .lg-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .lg-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .lg-padding-bottom-40 {
        padding-bottom: 40px;
    }

    .lg-padding-bottom-50 {
        padding-bottom: 50px;
    }

    .lg-padding-bottom-60 {
        padding-bottom: 60px;
    }

    .lg-padding-bottom-70 {
        padding-bottom: 70px;
    }

    .lg-padding-bottom-80 {
        padding-bottom: 80px;
    }

    .lg-padding-bottom-90 {
        padding-bottom: 90px;
    }

    .lg-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .lg-padding100 {
        padding: 100px;
    }

    .lg-padding90 {
        padding: 90px;
    }

    .lg-padding80 {
        padding: 80px;
    }

    .lg-padding70 {
        padding: 70px;
    }

    .lg-padding60 {
        padding: 60px;
    }

    .lg-padding50 {
        padding: 50px;
    }

    .lg-padding40 {
        padding: 40px;
    }

    .lg-padding30 {
        padding: 30px;
    }

    .lg-padding20 {
        padding: 20px;
    }

    .lg-padding10 {
        padding: 10px;
    }

    .lg-padding0 {
        padding: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .md-padding-top-10 {
        padding-top: 10px;
    }

    .md-padding-top-20 {
        padding-top: 20px;
    }

    .md-padding-top-30 {
        padding-top: 30px;
    }

    .md-padding-top-40 {
        padding-top: 40px;
    }

    .md-padding-top-50 {
        padding-top: 50px;
    }

    .md-padding-top-60 {
        padding-top: 60px;
    }

    .md-padding-top-70 {
        padding-top: 70px;
    }

    .md-padding-top-80 {
        padding-top: 80px;
    }

    .md-padding-top-90 {
        padding-top: 90px;
    }

    .md-padding-top-100 {
        padding-top: 100px;
    }

    .md-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .md-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .md-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .md-padding-bottom-40 {
        padding-bottom: 40px;
    }

    .md-padding-bottom-50 {
        padding-bottom: 50px;
    }

    .md-padding-bottom-60 {
        padding-bottom: 60px;
    }

    .md-padding-bottom-70 {
        padding-bottom: 70px;
    }

    .md-padding-bottom-80 {
        padding-bottom: 80px;
    }

    .md-padding-bottom-90 {
        padding-bottom: 90px;
    }

    .md-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .md-padding100 {
        padding: 100px;
    }

    .md-padding90 {
        padding: 90px;
    }

    .md-padding80 {
        padding: 80px;
    }

    .md-padding70 {
        padding: 70px;
    }

    .md-padding60 {
        padding: 60px;
    }

    .md-padding50 {
        padding: 50px;
    }

    .md-padding40 {
        padding: 40px;
    }

    .md-padding30 {
        padding: 30px;
    }

    .md-padding20 {
        padding: 20px;
    }

    .md-padding10 {
        padding: 10px;
    }

    .md-padding0 {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-padding-top-10 {
        padding-top: 10px;
    }

    .sm-padding-top-20 {
        padding-top: 20px;
    }

    .sm-padding-top-30 {
        padding-top: 30px;
    }

    .sm-padding-top-40 {
        padding-top: 40px;
    }

    .sm-padding-top-50 {
        padding-top: 50px;
    }

    .sm-padding-top-60 {
        padding-top: 60px;
    }

    .sm-padding-top-70 {
        padding-top: 70px;
    }

    .sm-padding-top-80 {
        padding-top: 80px;
    }

    .sm-padding-top-90 {
        padding-top: 90px;
    }

    .sm-padding-top-100 {
        padding-top: 100px;
    }

    .sm-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .sm-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .sm-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .sm-padding-bottom-40 {
        padding-bottom: 40px;
    }

    .sm-padding-bottom-50 {
        padding-bottom: 50px;
    }

    .sm-padding-bottom-60 {
        padding-bottom: 60px;
    }

    .sm-padding-bottom-70 {
        padding-bottom: 70px;
    }

    .sm-padding-bottom-80 {
        padding-bottom: 80px;
    }

    .sm-padding-bottom-90 {
        padding-bottom: 90px;
    }

    .sm-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .sm-padding100 {
        padding: 100px;
    }

    .sm-padding90 {
        padding: 90px;
    }

    .sm-padding80 {
        padding: 80px;
    }

    .sm-padding70 {
        padding: 70px;
    }

    .sm-padding60 {
        padding: 60px;
    }

    .sm-padding50 {
        padding: 50px;
    }

    .sm-padding40 {
        padding: 40px;
    }

    .sm-padding30 {
        padding: 30px;
    }

    .sm-padding20 {
        padding: 20px;
    }

    .sm-padding10 {
        padding: 10px;
    }

    .sm-padding0 {
        padding: 0;
    }

    /*-----------------*/
    .section-padding {
        padding: 80px 0;
    }

    .padding-top {
        padding-top: 80px;
    }

    .padding-bottom {
        padding-bottom: 80px;
    }

    .padding-100-50 {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .padding-100-70 {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .padding-100-30 {
        padding-top: 80px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .xs-padding-top-10 {
        padding-top: 10px;
    }

    .xs-padding-top-20 {
        padding-top: 20px;
    }

    .xs-padding-top-30 {
        padding-top: 30px;
    }

    .xs-padding-top-40 {
        padding-top: 40px;
    }

    .xs-padding-top-50 {
        padding-top: 50px;
    }

    .xs-padding-top-60 {
        padding-top: 60px;
    }

    .xs-padding-top-70 {
        padding-top: 70px;
    }

    .xs-padding-top-80 {
        padding-top: 80px;
    }

    .xs-padding-top-90 {
        padding-top: 90px;
    }

    .xs-padding-top-100 {
        padding-top: 100px;
    }

    .xs-padding-bottom-10 {
        padding-bottom: 10px;
    }

    .xs-padding-bottom-20 {
        padding-bottom: 20px;
    }

    .xs-padding-bottom-30 {
        padding-bottom: 30px;
    }

    .xs-padding-bottom-40 {
        padding-bottom: 40px;
    }

    .xs-padding-bottom-50 {
        padding-bottom: 50px;
    }

    .xs-padding-bottom-60 {
        padding-bottom: 60px;
    }

    .xs-padding-bottom-70 {
        padding-bottom: 70px;
    }

    .xs-padding-bottom-80 {
        padding-bottom: 80px;
    }

    .xs-padding-bottom-90 {
        padding-bottom: 90px;
    }

    .xs-padding-bottom-100 {
        padding-bottom: 100px;
    }

    /*------------------*/
    .xs-padding100 {
        padding: 100px;
    }

    .xs-padding90 {
        padding: 90px;
    }

    .xs-padding80 {
        padding: 80px;
    }

    .xs-padding70 {
        padding: 70px;
    }

    .xs-padding60 {
        padding: 60px;
    }

    .xs-padding50 {
        padding: 50px;
    }

    .xs-padding40 {
        padding: 40px;
    }

    .xs-padding30 {
        padding: 30px;
    }

    .xs-padding20 {
        padding: 20px;
    }

    .xs-padding10 {
        padding: 10px;
    }

    .xs-padding0 {
        padding: 0;
    }

    /*----------------*/
    .section-padding {
        padding: 50px 0;
    }

    .padding-top {
        padding-top: 50px;
    }

    .padding-bottom {
        padding-bottom: 50px;
    }

    .padding-100-50 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .padding-100-70 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .padding-100-30 {
        padding-top: 50px;
        padding-bottom: 0;
    }
}
/* ----------------------------
    BACKGROUND CSS
------------------------------- */
.theme__bg1 {
    position: relative;
    z-index: 2;
}

.theme__bg1:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #233645;
    z-index: -1;
}

.theme__bg2 {
    position: relative;
    z-index: 2;
}

.theme__bg2:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #EBF5F6;
    z-index: -1;
}

.white__bg {
    background: #fff;
}

.bgf {
    background-attachment: fixed;
}

/* ----------------------------
    BORDER CSS
------------------------------ */
.border {
    border: 1px solid #dfdfde;
}

.border-left {
    border-left: 1px solid #dddddd;
}

.border-right {
    border-right: 1px solid #dddddd;
}

.border-bottom {
    border-bottom: 1px solid #dddddd;
}

.border-top {
    border-top: 1px solid #dddddd;
}

.border-righ-bottom {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.border_black_1px {
    border: 1px solid #222;
}

.border_black_2px {
    border: 2px solid #222;
}

.border_black_3px {
    border: 3px solid #222;
}

@media only screen and (max-width: 767px) {
    .border-xs {
        border: 1px solid #dddddd;
    }
}
.border-radious3 {
    border-radius: 3px;
    overflow: hidden;
}

.border-radious4 {
    border-radius: 4px;
    overflow: hidden;
}

.border-radious5 {
    border-radius: 5px;
    overflow: hidden;
}

.border-radious55 {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.border-radious7 {
    border-radius: 7px;
    overflow: hidden;
}

.border-radious10 {
    border-radius: 10px;
}

.border-radious20 {
    border-radius: 20px;
}

.border-radious50 {
    border-radius: 50px;
}

.border-_5px_white {
    border: 0.5px solid #fff;
}

/*-----------------------
    SHADOW CSS
------------------------*/
.shadow {
    box-shadow: 0 0 3px #dddddd;
}

.shadow10 {
    box-shadow: 0 0 3px #dddddd;
    transition: 0.3s;
}

.shadow10:hover,
.shadow:hover {
    transform: translateY(-5px);
}

.no-shadow {
    box-shadow: 0 0 0 0 transparent;
}

/* ----------------------------
    FORM & INPUT CSS
------------------------------ */
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    outline: 0;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    outline: 0;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    outline: 0;
    width: 100%;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    outline: 0;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

embed,
iframe,
object {
    width: 100%;
}

/*==============
COMMON CSS
=================*/
.bg {
    background-position: center;
    background-size: cover;
}

/*==============
SPACE CSS
=================*/
.space-100 {
    height: 100px;
}

.space-50 {
    height: 50px;
}

.space-80 {
    height: 80px;
}

.space-40 {
    height: 40px;
}

.space-60 {
    height: 60px;
}

.space-70 {
    height: 70px;
}

.space-30 {
    height: 30px;
}

.space-20 {
    height: 20px;
}

.space-15 {
    height: 15px;
}

.space-10 {
    height: 10px;
}

.space-5 {
    height: 5px;
}

.pl-0 {
    padding-left: 0;
}


/*-----------------------
	FONT WEIGHT
-------------------------*/
.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-1 .site-nav-inner {
    position: relative;
}
.theme-1 .main-nav {
    background: white;
    min-height: 50px;
    box-shadow: 0 3px 7px 0 #f8f8fb;
}
.theme-1 .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.theme-1 .navbar-toggler {
    color: #fff;
    padding: 8px 15px;
    background: #1091ff;
    position: absolute;
    top: -55px;
    z-index: 9;
}
.theme-1 .navbar-toggler-icon {
    width: 25px;
}
.theme-1 .navbar-toggle .i-bar {
    background: #fff;
}
.theme-1 .navbar-collapse {
    padding-left: 0;
}
.theme-1 ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.theme-1 ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.theme-1 ul.navbar-nav > li > a i {
    font-weight: 500;
}
.theme-1 ul.navbar-nav > li > a:focus,
.theme-1 ul.navbar-nav > li > a:hover {
    background: none;
}
.theme-1 ul.navbar-nav > li.active a::before,
.theme-1 ul.navbar-nav > li:hover a::before {
    border-color: #1091ff;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.theme-1 .nav .open > a,
.theme-1 .nav .open > a:focus,
.theme-1 .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.theme-1 .dropdown-submenu {
    position: relative;
}
.theme-1 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.theme-1 .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.theme-1 .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.theme-1 .dropdown-submenu.pull-left {
    float: none;
}
.theme-1 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.theme-1 .dropdown-toggle::after {
    display: none;
}
.theme-1 .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.theme-1 .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.theme-1 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.theme-1 .dropdown-menu-large {
    min-width: 400px;
}
.theme-1 .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.theme-1 .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.theme-1 .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.theme-1 .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.theme-1 .dropdown-menu li a {
    display: block;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    background: #f4f4f4;
    text-transform: capitalize;
}
.theme-1 .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.theme-1 .dropdown-menu > .active > .dropdown-menu > .active > a,
.theme-1 .dropdown-menu > .active > a,
.theme-1 .dropdown-menu > .active > a:focus,
.theme-1 .dropdown-menu > .active > a:hover {
    background: none;
    color: #1091ff;
}
.theme-1 .dropdown-menu > li > a:focus,
.theme-1 .dropdown-menu > li > a:hover {
    background: #1091ff;
    color: #fff;
}
@media (min-width: 767px) {
    .theme-1 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .theme-1 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.theme-1 .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.theme-1 .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.theme-1 .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.theme-1 .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.theme-1 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-1 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #1091ff;
}
.theme-1 .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.theme-1 .main-nav {
    position: relative;
    padding: 0 15px;
}
.theme-1 .main-nav > .container,
.theme-1 .search-area {
    position: relative;
}
.theme-1 .search-area {
    min-height: 70px;
    padding-right: 0;
}
.theme-1 .nav-search {
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: 0;
    right: 0;
}
.theme-1 .nav-search a {
    color: #fff;
    display: block;
}
.theme-1 .modal-searchPanel .ts-search-group {
    position: relative;
}
.theme-1 .modal-searchPanel .ts-search-group input:not([type=submit]) {
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 30px;
}
.theme-1 .modal-searchPanel .ts-search-group .search-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 70px;
    border-radius: 0 50px 50px 0;
}
.theme-1 .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.theme-1 .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.theme-1 .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.theme-1 .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.theme-1 .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.theme-1 .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.theme-1 .header.header-menu {
    padding: 0;
}
.theme-1 .header.header-menu .logo {
    padding: 12px 0;
}
.theme-1 .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.theme-1 .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.theme-1 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-1 .site-nav-inner {
    position: static;
    width: 100%;
}
.theme-1 .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.theme-1 .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.theme-1 .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .theme-1 .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .theme-1 ul.navbar-nav > li > a {
        color: #17222b;
        padding: 0 22px;
    }
    .theme-1 .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .theme-1 .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.theme-1 ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #1091ff;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.theme-1 ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .theme-1 .header {
        min-height: 70px;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
        line-height: 70px;
        display: inline-block;
    }
    .theme-1 .main-nav ul.navbar-nav > li {
        position: relative;
        z-index: 2;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #f3f3f4;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:hover:after {
        width: 100%;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li:hover > a {
        color: #1091ff;
        transition: all 0.3s;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a::before {
        position: absolute;
        left: 0;
        content: "";
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a::after {
        position: absolute;
        content: "";
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        transition: all 0.4s ease;
        opacity: 0;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .theme-1 blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {

    .theme-1 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-1 .navbar-collapse {
        padding-right: 0;
    }
    .theme-1 .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .theme-1 .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .theme-1 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
    }
    .theme-1 .sidebar {
        margin-left: 40px;
    }
    .theme-1 .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .theme-1 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-1 ul.navbar-nav > li {
        padding: 0 6px;
    }
    .theme-1 ul.navbar-nav > li a {
        font-size: inherit;
    }
    .theme-1 .dropdown-menu li a {
        font-size: inherit;
    }
    .theme-1 .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .theme-1 .newsletter-form input {
        min-width: 340px;
    }
    .theme-1 .action-box-text {
        font-size: 13px;
    }
    .theme-1 #back-to-top.affix {
        bottom: 35px;
    }
    .theme-1 .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .theme-1 .main-nav {
        padding: 0;
    }
    .theme-1 .nav-social-wrap {
        padding: 0 15px;
    }
    .theme-1 .navbar-toggler {
        left: 15px;
    }
    .theme-1 .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .theme-1 ul.top-info li {
        padding-right: 12px;
    }
    .theme-1 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-1 .logo {
        padding: 13px 0;
    }
    .theme-1 .logo img {
        width: 100%;
    }
    .theme-1 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-1 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-1 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-1 .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .theme-1 ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .theme-1 .collapse.in {
        display: block !important;
    }
    .theme-1 .navbar-collapse.in {
        overflow-y: auto;
    }
    .theme-1 ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .theme-1 .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .theme-1 .navbar-collapse {
        background: none;
        width: 100%;
    }
    .theme-1 ul.navbar-nav > li.active > a:after,
    .theme-1 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-1 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-1 .nav-style-boxed ul.navbar-nav > li,
    .theme-1 ul.navbar-nav > li {
        display: block;
    }
    .theme-1 .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .theme-1 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .theme-1 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .theme-1 ul.navbar-nav {
        padding: 0 0 10px;
    }
    .theme-1 ul.navbar-nav li {
        float: none;
    }
    .theme-1 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .theme-1 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .theme-1 ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .theme-1 ul.navbar-nav > li.header-get-a-quote,
    .theme-1 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-1 .dropdown-submenu > a:after,
    .theme-1 ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .theme-1 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-1 .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .theme-1 .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .theme-1 .sidebar-right {
        margin-top: 50px;
    }
    .theme-1 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-1 .block.color-aqua,
    .theme-1 .block.color-violet {
        margin-top: 40px;
    }
    .theme-1 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-1 .newsletter-form input {
        width: 90%;
    }
    .theme-1 .footer-info-content {
        padding: 50px 100px 0;
    }
    .theme-1 #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {

    .theme-1 .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .theme-1 .trending-bar {
        padding: 20px 0;
    }
    .theme-1 .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .theme-1 .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .theme-1 .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .theme-1 .top-nav {
        display: block;
        margin: 10px 0;
    }
    .theme-1 .top-bar {
        text-align: center;
    }
    .theme-1 .top-social ul li a {
        padding: 0 10px;
    }
    .theme-1 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-1 .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .theme-1 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-1 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-1 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-1 .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .theme-1 .navbar-collapse,
    .theme-1 .site-nav-inner {
        background: none;
        width: 100%;
    }
    .theme-1 ul.navbar-nav > li.active > a:after,
    .theme-1 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-1 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-1 .navbar-nav .open .dropdown-menu .dropdown-header,
    .theme-1 .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .theme-1 ul.navbar-nav > li {
        display: block;
    }
    .theme-1 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .theme-1 ul.navbar-nav > li.header-get-a-quote,
    .theme-1 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-1 ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .theme-1 ul.navbar-nav > li {
        float: none;
    }
    .theme-1 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .theme-1 ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .theme-1 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-1 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .theme-1 ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .theme-1 .dropdown-submenu > a:after,
    .theme-1 ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .theme-1 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-1 .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .theme-1 .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .theme-1 .main-nav.dark-bg ul.navbar-nav > li.active,
    .theme-1 .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .theme-1 .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222b;
    }
    .theme-1 .header-top-social {
        margin-bottom: 20px;
    }
    .theme-1 .search-block {
        width: 220px;
    }
    .theme-1 .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .theme-1 .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .theme-1 .featured-post-area .pad-r,
    .theme-1 .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .theme-1 .featured-post-area .pad-l,
    .theme-1 .pad-l-small {
        padding-left: 15px;
    }
    .theme-1 .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .theme-1 .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .theme-1 .sidebar-right {
        margin-top: 50px;
    }
    .theme-1 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-1 .block.color-aqua,
    .theme-1 .block.color-violet {
        margin-top: 40px;
    }
    .theme-1 .social-icon li a i {
        margin-bottom: 10px;
    }
    .theme-1 .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .theme-1 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-1 .newsletter-form input {
        width: 90%;
    }
    .theme-1 .footer-info-content {
        padding: 50px 20px 0;
    }
    .theme-1 .footer-social li a i {
        margin-bottom: 10px;
    }
    .theme-1 #back-to-top.affix {
        bottom: 78px;
    }
    .theme-1 .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .theme-1 .footer-menu .nav {
        display: inline-block;
    }
    .theme-1 #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .theme-1 .block-title > span {
        padding: 9px 10px;
    }
    .theme-1 .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .theme-1 .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .theme-1 .ts-author-comments::after {
        display: none;
    }
    .theme-1 .single-post .post-navigation {
        padding: 30px 0;
    }
    .theme-1 .single-post .post-navigation .post-next,
    .theme-1 .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .theme-1 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-1 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-1 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-1 h2.post-title.title-small,
.theme-1 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222b;
    margin-top: 10px;
    font-weight: 500;
}
.theme-1 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-1 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222b;
    background: #fff;
    border-radius: 50%;
}
.theme-1 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-1 .users_area {
    position: relative;
    z-index: 2;
}
.theme-1 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-1 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-1 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
    .theme-1 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-1 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-1 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-1 h2.post-title.title-small,
.theme-1 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222b;
    margin-top: 10px;
    font-weight: 500;
}
.theme-1 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-1 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222b;
    background: #fff;
    border-radius: 50%;
}
.theme-1 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-1 .users_area {
    position: relative;
    z-index: 2;
}
.theme-1 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-1 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-1 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-1 .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
    margin-left: 15px;
}
.theme-1 .temp_wap .weather-area {
    font-size: 14px;
    opacity: 0.6;
    line-height: 17px;
}
.theme-1 .temp_wap:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
    color: #b9bcbf;
}
.theme-1 .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.theme-1 h3.temp_count {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0;
}
.theme-1 h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s.png");
    background-repeat: no-repeat;
    right: -35px;
}
.theme-1 .lang {
    padding-left: 15px;
}
.theme-1 .lang li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-1 .lang li a {
    display: inline-block;
    padding: 7px;
}
.theme-1 .lang li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: all 0.3s;
}
.theme-1 .lang li ul {
    position: absolute;
    left: 0;
    top: auto;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    top: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    width: 120px;
    opacity: 0;
}
.theme-1 .lang li ul li a {
    padding: 5px 15px;
}
.theme-1 .lang li a {
    opacity: 0.75;
    color: #17222b;
}
.theme-1 .lang li a i {
    opacity: 1;
}
.theme-1 .users_area li {
    font-weight: 500;
    padding: 0 4px;
    font-size: 18px;
    color: #8a8f94;
    cursor: pointer;
}
.theme-1 .menu_right > div {
    position: relative;
    z-index: 2;
}
.theme-1 .menu_right > div:last-child {
    padding-right: 0;
}
.theme-1 .menu_right > div:last-child:after {
    display: none;
}
.theme-1 li.new-item {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-1 li.new-item:after {
    position: absolute;
    content: "New";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 11px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    color: #ff5555;
    transition: all 0.3s;
}
.theme-1 li.new-item:hover:after {
    color: #fff;
    transition: all 0.3s;
}

/*----------------------
	FONTFACES
------------------------*/

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
.inner_bg {
    background: url("../img/bg/inner_bg.jpg");
}

.wlc_overlay {
    position: relative;
    z-index: 2;
}
.wlc_overlay:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #000, transparent);
    z-index: -1;
    opacity: 0.6;
}


/*-----------------------
	FONT WEIGHT
-------------------------*/
.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
a.readmore,
button.readmore,
input.readmore {
    font-size: 14px;
    font-weight: 400;
    color: #17222B;
    padding: 10px 18px;
    border: 1px solid #50585F;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
}
a.readmore:hover,
button.readmore:hover,
input.readmore:hover {
    background: #1091FF;
    color: #FFFFFF;
    border-color: transparent;
}

.download_btn .widget-title {
    margin-bottom: 10px;
}
.download_btn .download_btn_group a.app_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
    padding-left: 39px;
    border: 1px solid #4E575E;
    padding: 13px 20px 13px 40px;
    background: #F2F6F8;
    border-radius: 3px;
    color: #4E575E;
    line-height: 12px;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn span {
    display: block;
    line-height: 10px;
    color: #17222B;
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20px;
    text-align: center;
    height: 30px;
    width: 30px;
    color: #1091FF;
    line-height: 30px;
    margin-top: -15px;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn:last-child {
    margin-left: 15px;
}
.download_btn .download_btn_group a.app_btn:hover {
    background: #1091FF;
    border-color: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn:hover i {
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn .download_btn_group a.app_btn:hover span {
    color: #FFFFFF;
    transition: all 0.3s;
}

.download_btn.v4 .apps_desc {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.download_btn.v4 .apps_desc .apps_title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}
.download_btn.v4 .apps_desc:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    top: 0;
    left: 0;
}
.download_btn.v4 .download_btn_group a.app_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
    padding-left: 39px;
    border: 1px solid transparent;
    padding: 13px 20px 13px 40px;
    background: linear-gradient(90deg, #FEEDEE, #F7EEFD);
    border-radius: 3px;
    color: #4E575E;
    line-height: 12px;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn span {
    display: block;
    line-height: 10px;
    color: #17222B;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20px;
    text-align: center;
    height: 30px;
    width: 30px;
    color: #1091FF;
    line-height: 30px;
    margin-top: -15px;
    transition: all 0.3s;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.download_btn.v4 .download_btn_group a.app_btn:last-child {
    margin-left: 15px;
}
.download_btn.v4 .download_btn_group a.app_btn:hover {
    background: #1091FF;
    border-color: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn:hover i {
    color: #FFFFFF;
    transition: all 0.3s;
}
.download_btn.v4 .download_btn_group a.app_btn:hover span {
    color: #FFFFFF;
    transition: all 0.3s;
}

.gbtn4 {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

a.showmore,
button.showmore,
input.showmore {
    font-size: 14px;
    color: #1091FF;
    background: #F2F9FF;
    border: 1px solid #BADFFF;
    border-radius: 5px;
    width: 100%;
    padding: 13px;
    text-align: center;
}

a.readmore3,
button.readmore3,
input.readmore3 {
    font-size: 14px;
    color: #747A80;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}
a.readmore3 img,
button.readmore3 img,
input.readmore3 img {
    opacity: 0.35;
}

a.readmore4,
button.readmore4,
input.readmore4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FF5555;
    position: relative;
    z-index: 2;
}
a.readmore4:after,
button.readmore4:after,
input.readmore4:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

/*----------------------
	FONTFACES
------------------------*/

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
.inner {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.inner .inner_scroll {
    position: absolute;
    bottom: 50px;
    -webkit-animation: updown alternate linear 1s infinite;
            animation: updown alternate linear 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.title_inner h6 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.title_inner h1 {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
}

.box {
    background: #ffffff;
    padding: 40px;
}

.single_contact_box {
    margin-bottom: 30px;
    padding-left: 50px;
}
.single_contact_box .contact_title {
    position: relative;
    z-index: 2;
}
.single_contact_box .contact_title:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #1091FF;
    left: -20px;
    top: 50%;
    margin-top: -4px;
}
.single_contact_box .contact_title h3 {
    font-size: 20px;
    color: #17222B;
    font-weight: 500;
}
.single_contact_box .contact_details {
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.single_contact_box .contact_details p {
    font-size: 14px;
    font-weight: 500;
    color: #8B9095;
    margin-bottom: 5px;
}
.single_contact_box .contact_details h6 {
    font-size: 16px;
    line-height: 26px;
}
.single_contact_box .contact_details .contact_details_icon {
    position: absolute;
    left: -20px;
    font-size: 14px;
    height: 10px;
    width: 10px;
    color: #A7A7A7;
}
.single_contact_box .contact_details .contact_details_icon img {
    max-height: 100%;
    max-width: 100%;
}

.contacts.v4 .contact_title:before {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

.cotact_form h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.cotact_form .row .row div {
    padding: 0 5px;
}

/*PAGINATION CSS*/
.cpagination li {
    margin-right: 10px;
}
.cpagination li:last-child {
    margin-right: 0;
}
.cpagination li a {
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    line-height: 2.5;
    border: 1px solid #50585F;
    color: #17222B;
    border-radius: 0;
    background: transparent;
}
.cpagination li a:hover {
    color: #ffffff;
    background: #1091FF;
    border-color: #1091FF;
}

/*PAGINATION CSS*/
.cpagination.v3 li a {
    background: #FFFFFF;
}
.cpagination.v3 li a:hover {
    color: #fff;
    background: #1091FF;
}

/*PAGINATION CSS*/
.cpagination.v4 li a {
    background: #E4E5E6;
}
.cpagination.v4 li a:hover {
    color: #fff;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

/*INNER TABLE AREA CSS*/
.inner_table .table_content ul li {
    margin-bottom: 7px;
}
.inner_table .table_content ul li a {
    color: #17222B;
}
.inner_table .table_content ul li .active {
    color: #1091FF;
    font-weight: 500;
}
.inner_table .table_content ul li:last-child {
    margin-bottom: 0;
}
.inner_table .table_content .yearList ul li a {
    color: #39424A;
}

/*ABOUT AUTHOR*/

.author_about {
    position: relative;
    padding-left: 150px;
    min-height: 120px;
    align-items: center;
    display: flex;
}
.author_about .author_img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 115px;
    width: 115px;
    text-align: center;
    line-height: 112px;
    border: 2px solid #E4E5E6;
}
.author_about ul li {
    color: #73797F;
    font-size: 15px;
    margin-right: 7px;
}
.author_about ul li:last-child {
    margin-right: 0;
}

/*POINTS*/
.points li {
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    padding-left: 15px;
}
.points li:last-child {
    margin-bottom: 0;
}
.points li:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #17222B;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.points li:hover {
    text-decoration: underline;
}

/*SINGLE POST STYLE*/
.page_comments li {
    color: #888E92;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
}
.page_comments li i {
    padding: 5px;
}
.page_comments li:last-child {
    margin-right: 0;
}

.single_post_heading h1 {
    font-size: 36px;
}

span.img_desc {
    color: #888E92;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}

.qhote p {
    padding: 20px 0;
}

.page_category h4,
li.page_category {
    font-size: 16px;
    color: #1091FF;
}

/*TAGS*/
.tags {
    clear: both;
}
.tags li.tag_list {
    font-size: 15px;
    text-align: center;
    padding: 9px 15px;
    border: 1px solid #E4E5E6;
    background: #E4E5E6;
}
.tags li {
    margin-right: 5px;
}
.tags li a {
    font-size: 15px;
    text-align: center;
    padding: 9px 15px;
    border: 1px solid #E4E5E6;
    color: #17222B;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}
.tags li a:hover {
    background: #E4E5E6;
}
.tags li:last-child {
    margin-right: 0;
}

/*NEXT PREV POST CSS*/
.next_prv_single {
    padding-left: 20px;
}
.next_prv_single p {
    color: #8A8F94;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.next_prv_single a {
    font-size: 18px;
    font-weight: 500;
    color: #17222B;
}

.comment_form input {
    background: #FFFFFF;
    margin-bottom: 15px;
}
.comment_form textarea {
    background: #FFFFFF;
}
.comment_form input.cbtn {
    margin-bottom: 0;
    border: none;
}

.comment_form2 input {
    margin-bottom: 15px;
}
.comment_form2 input.cbtn {
    margin-bottom: 0;
    border: none;
}

.next_prv_single3:hover {
    background: #1091FF !important;
}

.comment_list h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.single_comment {
    padding-left: 60px;
    position: relative;
    z-index: 2;
}
.single_comment a {
    font-size: 18px;
    color: #17222B;
    font-weight: 500;
}
.single_comment p {
    font-size: 17px;
    font-weight: 300;
}
.single_comment .comment_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
}
.single_comment .replay a {
    text-transform: capitalize;
    color: #1091FF;
    font-size: 16px;
}

.comment_list2 .single_comment {
    padding: 20px 20px 20px 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.comment_list2 .single_comment a {
    font-size: 18px;
    color: #17222B;
    font-weight: 500;
}
.comment_list2 .single_comment p {
    font-size: 17px;
    font-weight: 300;
}
.comment_list2 .single_comment .comment_img {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 45px;
    width: 45px;
}
.comment_list2 .single_comment .replay a {
    text-transform: capitalize;
    color: #1091FF;
    font-size: 16px;
}

.inner_cm {
    margin-left: 30px;
}

.back4040 h3 {
    font-size: 30px;
}

.bridcrumb {
    padding: 20px 0;
}

.author_content {
    margin-bottom: 20px;
}
.author_content a {
    font-size: 30px;
    font-weight: 500;
    color: #17222B;
}

.quote_type2 {
    padding: 30px;
}

/*VIDEO IMG CSS*/
.video_img {
    position: relative;
    z-index: 2;
}

.video_img_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FF5555;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
    border-radius: 50%;
    color: #FFFFFF;
    margin-left: -40px;
    margin-top: -40px;
    transition: all 0.3s;
}
.video_img_icon:hover {
    transform: scale(1.1);
    transition: all 0.3s;
    color: #FFFFFF;
}

p.video_img_text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #FFFFFF;
    font-size: 20px;
}

.next_prv_single3 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    background: #FFFFFF;
}
.next_prv_single3:hover {
    background: #1091FF;
    transition: all 0.3s;
}
.next_prv_single3:hover p {
    color: #FFFFFF;
}
.next_prv_single3:hover a {
    color: #FFFFFF;
}

.iv a.single_social {
    display: inline-block;
    padding: 13px 13px 13px 40px;
    width: calc(50% - 10px);
}


.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.dark-theme .site-nav-inner {
    position: relative;
}
.dark-theme .main-nav {
    background: #233340;
}
.dark-theme .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.dark-theme ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.dark-theme ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.dark-theme ul.navbar-nav > li > a i {
    font-weight: 500;
}
.dark-theme ul.navbar-nav > li > a:focus,
.dark-theme ul.navbar-nav > li > a:hover {
    background: none;
}
.dark-theme ul.navbar-nav > li.active a::before,
.dark-theme ul.navbar-nav > li:hover a::before {
    border-color: #1091ff;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.dark-theme .nav .open > a,
.dark-theme .nav .open > a:focus,
.dark-theme .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.dark-theme .lang {
    padding-left: 15px;
}
.dark-theme .lang li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.dark-theme .lang li a {
    display: inline-block;
    padding: 7px;
}
.dark-theme .lang li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: all 0.3s;
}
.dark-theme .lang li ul {
    position: absolute;
    left: 0;
    top: auto;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    top: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    width: 120px;
    opacity: 0;
}
.dark-theme .lang li ul li a {
    padding: 5px 15px;
}
.dark-theme .lang li a {
    opacity: 0.75;
    color: #17222b;
}
.dark-theme .lang li a i {
    opacity: 1;
}
.dark-theme ul.navbar-nav > li.mega-dropdown {
    position: static;
}
.dark-theme .dropdown-submenu {
    position: relative;
}
.dark-theme .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.dark-theme .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.dark-theme .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dark-theme .dropdown-submenu.pull-left {
    float: none;
}
.dark-theme .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.dark-theme .dropdown-toggle::after {
    display: none;
}
.dark-theme .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.dark-theme .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.dark-theme .dropdown-menu-large {
    min-width: 400px;
}
.dark-theme .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dark-theme .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.dark-theme .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.dark-theme .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.dark-theme .dropdown-menu li a {
    display: block;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    border-bottom: 1px solid #17222b;
    color: #FFFFFF;
    background: #29333c;
    text-transform: capitalize;
}
.dark-theme .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.dark-theme .dropdown-menu > .active > .dropdown-menu > .active > a,
.dark-theme .dropdown-menu > .active > a,
.dark-theme .dropdown-menu > .active > a:focus,
.dark-theme .dropdown-menu > .active > a:hover {
    background: #17222b;
    color: #1091ff;
}
.dark-theme .dropdown-menu > li > a:focus,
.dark-theme .dropdown-menu > li > a:hover {
    background: #17222b;
    color: #fff;
}
@media (min-width: 767px) {
    .dark-theme ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .dark-theme ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.dark-theme .mega-menu-content {
    width: 1110px;
    padding: 0;
}
.dark-theme .mega-menu-content-inner {
    padding: 20px 10px;
}
.dark-theme .mega-menu-content .row {
    margin: 0;
}
.dark-theme .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.dark-theme .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.dark-theme .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.dark-theme .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.dark-theme .main-nav.dark-bg ul.navbar-nav > li.active,
.dark-theme .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #fc4a00;
}
.dark-theme .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.dark-theme .main-nav {
    position: relative;
    padding: 0 15px;
}
.dark-theme .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.dark-theme .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.dark-theme .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.dark-theme .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.dark-theme .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.dark-theme .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.dark-theme .header.header-menu {
    padding: 0;
}
.dark-theme .header.header-menu .logo {
    padding: 12px 0;
}
.dark-theme .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.dark-theme .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.dark-theme .header.header-menu ul.navbar-nav > li.mega-dropdown,
.dark-theme .site-nav-inner {
    position: static;
    width: 100%;
}
.dark-theme .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.dark-theme .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.dark-theme .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .dark-theme .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .dark-theme ul.navbar-nav > li > a {
        color: #FFFFFF;
        padding: 0 22px;
    }
    .dark-theme .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .dark-theme .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.dark-theme ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #1091ff;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.dark-theme ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .dark-theme .header {
        min-height: 70px;
    }
    .dark-theme .main-nav ul.navbar-nav > li:hover > a {
        color: #FFFFFF;
    }
    .dark-theme .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #2e3d4a;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .dark-theme .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .dark-theme .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .dark-theme blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {

    .dark-theme .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .dark-theme .navbar-collapse {
        padding-right: 0;
    }
    .dark-theme .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .dark-theme .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .dark-theme .main-nav ul.navbar-nav > li > a {
        padding: 0 15px 10px;
    }
    .dark-theme .sidebar {
        margin-left: 40px;
    }
    .dark-theme .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .dark-theme .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .dark-theme ul.navbar-nav > li {
        padding: 0 6px;
    }
    .dark-theme ul.navbar-nav > li a {
        font-size: 14px;
    }
    .dark-theme .dropdown-menu li a {
        font-size: 14px;
    }
    .dark-theme .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .dark-theme .newsletter-form input {
        min-width: 340px;
    }
    .dark-theme .action-box-text {
        font-size: 13px;
    }
    .dark-theme #back-to-top.affix {
        bottom: 35px;
    }
    .dark-theme .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .dark-theme .main-nav {
        padding: 0;
    }
    .dark-theme .nav-social-wrap {
        padding: 0 15px;
    }
    .dark-theme .navbar-toggler {
        left: 15px;
    }
    .dark-theme .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .dark-theme ul.top-info li {
        padding-right: 12px;
    }
    .dark-theme .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .dark-theme .logo {
        padding: 13px 0;
    }
    .dark-theme .logo img {
        width: 100%;
    }
    .dark-theme .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .dark-theme .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .dark-theme .navbar-collapse.collapse.show {
        display: block;
    }
    .dark-theme .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .dark-theme ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .dark-theme .collapse.in {
        display: block !important;
    }
    .dark-theme .navbar-collapse.in {
        overflow-y: auto;
    }
    .dark-theme ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    .dark-theme ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .dark-theme .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .dark-theme .navbar-collapse {
        background: none;
        width: 100%;
    }
    .dark-theme ul.navbar-nav > li.active > a:after,
    .dark-theme ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .dark-theme ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .dark-theme .nav-style-boxed ul.navbar-nav > li,
    .dark-theme ul.navbar-nav > li {
        display: block;
    }
    .dark-theme .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .dark-theme .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .dark-theme .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .dark-theme ul.navbar-nav {
        padding: 0 0 10px;
    }
    .dark-theme ul.navbar-nav li {
        float: none;
    }
    .dark-theme ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .dark-theme ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .dark-theme ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .dark-theme ul.navbar-nav > li.header-get-a-quote,
    .dark-theme ul.navbar-nav > li.nav-search {
        display: none;
    }
    .dark-theme .dropdown-submenu > a:after,
    .dark-theme ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .dark-theme .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .dark-theme .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .dark-theme .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .dark-theme .sidebar-right {
        margin-top: 50px;
    }
    .dark-theme .sidebar-right .widget {
        margin-left: 0;
    }
    .dark-theme .block.color-aqua,
    .dark-theme .block.color-violet {
        margin-top: 40px;
    }
    .dark-theme .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .dark-theme .newsletter-form input {
        width: 90%;
    }
    .dark-theme .footer-info-content {
        padding: 50px 100px 0;
    }
    .dark-theme #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {
    .dark-theme .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .dark-theme .trending-bar {
        padding: 20px 0;
    }
    .dark-theme .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .dark-theme .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .dark-theme .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .dark-theme .top-nav {
        display: block;
        margin: 10px 0;
    }
    .dark-theme .top-bar {
        text-align: center;
    }
    .dark-theme .top-social ul li a {
        padding: 0 10px;
    }
    .dark-theme .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .dark-theme .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .dark-theme .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .dark-theme .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .dark-theme .navbar-collapse.collapse.show {
        display: block;
    }
    .dark-theme .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .dark-theme .navbar-collapse,
    .dark-theme .site-nav-inner {
        background: none;
        width: 100%;
    }
    .dark-theme ul.navbar-nav > li.active > a:after,
    .dark-theme ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .dark-theme ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .dark-theme .navbar-nav .open .dropdown-menu .dropdown-header,
    .dark-theme .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .dark-theme ul.navbar-nav > li {
        display: block;
    }
    .dark-theme .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .dark-theme ul.navbar-nav > li.header-get-a-quote,
    .dark-theme ul.navbar-nav > li.nav-search {
        display: none;
    }
    .dark-theme ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .dark-theme ul.navbar-nav > li {
        float: none;
    }
    .dark-theme ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .dark-theme ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .dark-theme ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .dark-theme ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .dark-theme ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .dark-theme .dropdown-submenu > a:after,
    .dark-theme ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .dark-theme .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .dark-theme .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .dark-theme .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .dark-theme .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .dark-theme .main-nav.dark-bg ul.navbar-nav > li.active,
    .dark-theme .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .dark-theme .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222b;
    }
    .dark-theme .header-top-social {
        margin-bottom: 20px;
    }
    .dark-theme .search-block {
        width: 220px;
    }
    .dark-theme .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .dark-theme .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .dark-theme .featured-post-area .pad-r,
    .dark-theme .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .dark-theme .featured-post-area .pad-l,
    .dark-theme .pad-l-small {
        padding-left: 15px;
    }
    .dark-theme .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .dark-theme .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .dark-theme .sidebar-right {
        margin-top: 50px;
    }
    .dark-theme .sidebar-right .widget {
        margin-left: 0;
    }
    .dark-theme .block.color-aqua,
    .dark-theme .block.color-violet {
        margin-top: 40px;
    }
    .dark-theme .social-icon li a i {
        margin-bottom: 10px;
    }
    .dark-theme .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .dark-theme .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .dark-theme .newsletter-form input {
        width: 90%;
    }
    .dark-theme .footer-info-content {
        padding: 50px 20px 0;
    }
    .dark-theme .footer-social li a i {
        margin-bottom: 10px;
    }
    .dark-theme #back-to-top.affix {
        bottom: 78px;
    }
    .dark-theme .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .dark-theme .footer-menu .nav {
        display: inline-block;
    }
    .dark-theme #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .dark-theme .block-title > span {
        padding: 9px 10px;
    }
    .dark-theme .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .dark-theme .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .dark-theme .ts-author-comments::after {
        display: none;
    }
    .dark-theme .single-post .post-navigation {
        padding: 30px 0;
    }
    .dark-theme .single-post .post-navigation .post-next,
    .dark-theme .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .dark-theme .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .dark-theme .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .dark-theme .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.dark-theme h2.post-title.title-small,
.dark-theme h2.post-title.title-small a {
    font-size: 16px;
    color: #17222b;
    margin-top: 10px;
    font-weight: 500;
}
.dark-theme .post-thumb {
    position: relative;
    z-index: 2;
}
.dark-theme a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222b;
    background: #fff;
    border-radius: 50%;
}
.dark-theme .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dark-theme .users_area {
    position: relative;
    z-index: 2;
}
.dark-theme .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.dark-theme .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.dark-theme .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.dark-theme .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
    margin-left: 15px;
}
.dark-theme .temp_wap .weather-area {
    color: #9199a0;
    font-size: 14px;
    line-height: 17px;
}
.dark-theme .temp_wap:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
    color: #9199a0;
}
.dark-theme .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.dark-theme h3.temp_count {
    position: relative;
    z-index: 2;
    color: #c7cbcf;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
}
.dark-theme h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s_white.png");
    background-repeat: no-repeat;
    right: -35px;
}
.dark-theme .lang {
    padding-left: 15px;
}
.dark-theme .lang li a {
    font-weight: 500;
    color: #9199a0;
}
.dark-theme .users_area li {
    font-weight: 500;
    padding: 0 6px;
    font-size: 16px;
    cursor: pointer;
    color: #9199a0;
}
.dark-theme .menu_right > div {
    position: relative;
    z-index: 2;
}
.dark-theme .menu_right > div:last-child {
    padding-right: 0;
}
.dark-theme .menu_right > div:last-child:after {
    display: none;
}


.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
body.dark-theme {
    color: #FFFFFF;
}

.dark-theme {
    background: #17222B;
   
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
    color: #FFFFFF;
}
.dark-theme .widget-title {
    color: #FFFFFF;
}
.dark-theme .single_post {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.dark-theme .topbar ul {
    margin: 0;
    padding: 0;
}
.dark-theme .topbar ul li {
    font-size: 14px;
    opacity: 0.85;
}
.dark-theme .topbar ul .tranding_bar li {
    list-style: none;
    font-weight: 400;
}
.dark-theme .topbar .top_date_social > div {
    display: inline-block;
}
.dark-theme .topbar .top_date_social > div:first-child {
    padding-right: 25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.dark-theme .topbar .top_date_social > div:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #485057;
    opacity: 0.3;
    right: 5px;
    top: 50%;
    margin-top: -7.5px;
    align-self: start;
}
.dark-theme .topbar .paper_date p {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.85;
}
.dark-theme .topbar .social1 ul {
    margin: 0;
    padding: 0;
}
.dark-theme .topbar .social1 ul li {
    list-style: none;
}
.dark-theme .topbar .social1 ul li a {
    opacity: 0.75;
    font-size: 14px;
}
.dark-theme .post_type3 .single_post_text .post-p {
    color: #FFFFFF;
}
.dark-theme .single_post_text .meta {
    color: #1091FF;
    text-transform: uppercase;
}
.dark-theme .single_post_text .meta span {
    color: #C4C7C9;
    text-transform: capitalize;
}
.dark-theme .single_post_text a {
    color: #FFFFFF;
    font-weight: 500;
}
.dark-theme .single_post_text p {
    color: #FFFFFF;
}
.dark-theme .post_img {
    position: relative;
    z-index: 2;
}
.dark-theme .readmore {
    font-size: 14px;
}
.dark-theme .nav_style1 .owl-nav {
    position: absolute;
    right: 0;
    top: -48px;
}
.dark-theme .nav_style1 .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #343e46;
    color: #343e46;
    transition: all 0.3s;
}
.dark-theme .nav_style1 .owl-nav div:last-child {
    margin-left: 14px;
}
.dark-theme .nav_style1 .owl-nav div:hover {
    background: #1091FF;
    border-color: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}
.dark-theme .see_all {
    font-weight: 500;
    font-size: 15px;
    color: #8A8F94;
    text-transform: uppercase;
}
.dark-theme .dark-2 {
    background: #233340;
}
.dark-theme .nav1_dark_style .owl-nav div {
    border: 1px solid #515A60;
    color: #515A60;
}
.dark-theme .nav_style2 .owl-nav div {
    background: #233340;
    color: #FFFFFF;
}
.dark-theme .post_img.number {
    background: #29333C;
}
.dark-theme .post_img.number h2 {
    color: #6A7177;
}
.dark-theme .widgets_type4 .post_img.number {
    background: #29333c;
}
.dark-theme .widgets_type4 .post_img.number h2 {
    color: #697076;
}
.dark-theme .signup_form p {
    color: #6A7177;
    margin-top: 10px;
}
.dark-theme .news_letter {
    background: #29333C;
}
.dark-theme .news_letter p {
    color: #FFFFFF;
}
.dark-theme .about_post_list ul {
    border-bottom: none;
}
.dark-theme .about_post_list li {
    margin-right: 10px;
}
.dark-theme .about_post_list li:last-child {
    margin-right: 0;
}
.dark-theme .about_post_list li a {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #A0A5A8;
}
.dark-theme .about_post_list li a.active {
    color: #FFFFFF;
}
.dark-theme .bridcrumb {
    color: #C4C7C9;
}
.dark-theme .single_post_text .meta2 {
    margin-bottom: 0;
}
.dark-theme .single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 400;
}
.dark-theme .single_post_text .meta2 a:first-child {
    color: #1091FF;
}
.dark-theme .single_post_text .meta2 a:last-child {
    margin-left: 20px;
    color: #FFFFFF;
    opacity: 0.75;
}
.dark-theme .single_post_text .meta2 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
}
.dark-theme .single_post_text .meta5 {
    margin-bottom: 0;
}
.dark-theme .single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.dark-theme .single_post_text .meta5 a:last-child {
    margin-left: 20px;
    font-weight: 400;
}
.dark-theme .single_post_text .meta5 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.dark-theme .single_post_text .meta3 {
    margin-bottom: 10px;
}
.dark-theme .single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.dark-theme .single_post_text .meta3 a:first-child {
    color: #1091FF;
}
.dark-theme .single_post_text .meta3 a:last-child {
    margin-left: 20px;
    color: #FFFFFF;
    opacity: 0.75;
}
.dark-theme .single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
}
.dark-theme .single_post_text .meta4 {
    margin-top: 0;
}
.dark-theme .single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 400;
    color: #FFFFFF;
}
.dark-theme .socail_share {
    margin: 0;
    padding: 0;
}
.dark-theme .socail_share li {
    position: relative;
    z-index: 2;
    list-style: none;
}
.dark-theme .socail_share li a {
    color: #FFFFFF;
    opacity: 0.4;
    font-size: 14px;
}
.dark-theme .socail_share li a i {
    margin-right: 3px;
}
.dark-theme .socail_share li:last-child {
    margin-left: 10px;
    padding-left: 10px;
}
.dark-theme .socail_share li:last-child:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #FFFFFF;
    left: -5px;
    top: 50%;
    opacity: 0.4;
    margin-top: -5px;
    border-radius: 50%;
}
.dark-theme .author a {
    color: #FFFFFF;
}
.dark-theme .author ul li {
    display: inline-block;
    color: #C4C7C9;
    font-size: 15px;
}
.dark-theme .author ul li a {
    color: #C4C7C9;
}
.dark-theme .tags li.tag_list {
    border: 1px solid #1091FF;
    background: #1091FF;
    color: #FFFFFF;
}
.dark-theme .tags li a {
    border: 1px solid #1091FF;
    color: #FFFFFF;
    font-weight: 500;
}
.dark-theme .tags li a:hover {
    background: #1091FF;
}
.dark-theme .next_prv_single {
    padding-left: 20px;
}
.dark-theme .next_prv_single p {
    color: #8A8F94;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.dark-theme .next_prv_single a {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}
.dark-theme .next_prv_single a:hover {
    color: #1091FF;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover {
    background: #233340;
}
.dark-theme .points li:before {
    background: #FFFFFF;
}
.dark-theme .next_prv_single3:hover a:hover {
    color: #FFFFFF;
}
.dark-theme .comment_list2 .single_comment a {
    color: #FFFFFF;
}
.dark-theme .comment_form input,
.dark-theme .comment_form2 input {
    border: none;
    background: #29333C;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.dark-theme .comment_form textarea,
.dark-theme .comment_form2 textarea {
    border: none;
    background: #29333C;
    color: #FFFFFF;
}
.dark-theme .comment_form input.cbtn2,
.dark-theme .comment_form2 input.cbtn2 {
    margin-bottom: 0;
    background: #1091FF;
}
.dark-theme .comment_form input.cbtn2:hover,
.dark-theme .comment_form2 input.cbtn2:hover {
    background: #29333C !important;
}
.dark-theme .widget_tab ul li a {
    background: #233340;
    color: #FFFFFF;
}
.dark-theme .widget_tab ul li a.active {
    color: #FFFFFF;
    background: #1091FF;
}
.dark-theme .bold {
    background: #17222B;
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-3 .site-nav-inner {
    position: relative;
}
.theme-3 .main-nav {
    background: #17222B;
}
.theme-3 .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.theme-3 ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.theme-3 ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.theme-3 ul.navbar-nav > li > a i {
    font-weight: 500;
}
.theme-3 ul.navbar-nav > li > a:focus,
.theme-3 ul.navbar-nav > li > a:hover {
    background: none;
}
.theme-3 ul.navbar-nav > li.active a::before,
.theme-3 ul.navbar-nav > li:hover a::before {
    border-color: #1091FF;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.theme-3 .nav .open > a,
.theme-3 .nav .open > a:focus,
.theme-3 .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.theme-3 ul.navbar-nav > li.mega-dropdown {
    position: static;
}
.theme-3 .dropdown-submenu {
    position: relative;
}
.theme-3 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.theme-3 .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.theme-3 .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.theme-3 .dropdown-submenu.pull-left {
    float: none;
}
.theme-3 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.theme-3 .dropdown-toggle::after {
    display: none;
}
.theme-3 .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.theme-3 .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.theme-3 .dropdown-menu-large {
    min-width: 400px;
}
.theme-3 .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.theme-3 .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.theme-3 .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.theme-3 .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.theme-3 .dropdown-menu li a {
    display: block;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    color: #FFFFFF;
    background: #29333C;
    text-transform: capitalize;
}
.theme-3 .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.theme-3 .dropdown-menu > .active > .dropdown-menu > .active > a,
.theme-3 .dropdown-menu > .active > a,
.theme-3 .dropdown-menu > .active > a:focus,
.theme-3 .dropdown-menu > .active > a:hover {
    background: #17222B;
    color: #1091FF;
}
.theme-3 .dropdown-menu > li > a:focus,
.theme-3 .dropdown-menu > li > a:hover {
    background: #17222B;
    color: #fff;
}
@media (min-width: 767px) {
    .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .theme-3 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.theme-3 .mega-menu-content {
    width: 1110px;
    padding: 0;
}
.theme-3 .mega-menu-content-inner {
    padding: 20px 10px;
}
.theme-3 .mega-menu-content .row {
    margin: 0;
}
.theme-3 .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.theme-3 .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #fc4a00;
}
.theme-3 .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.theme-3 .main-nav {
    position: relative;
    padding: 0 15px;
}
.theme-3 .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.theme-3 .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.theme-3 .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.theme-3 .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.theme-3 .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.theme-3 .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.theme-3 .header.header-menu {
    padding: 0;
}
.theme-3 .header.header-menu .logo {
    padding: 12px 0;
}
.theme-3 .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.theme-3 .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-3 .site-nav-inner {
    position: static;
    width: 100%;
}
.theme-3 .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.theme-3 .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.theme-3 .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .theme-3 .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .theme-3 ul.navbar-nav > li > a {
        color: #FFFFFF;
        padding: 0 22px;
    }
    .theme-3 .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .theme-3 .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.theme-3 ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #1091FF;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.theme-3 ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .theme-3 .header {
        min-height: 70px;
    }
    .theme-3 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
        line-height: 70px;
        display: inline-block;
    }
    .theme-3 .main-nav ul.navbar-nav > li {
        position: relative;
        z-index: 2;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #1091FF;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:after {
        position: absolute;
        content: "";
        height: 2px;
        width: 0;
        background: #FFFFFF;
        z-index: -1;
        left: 0;
        bottom: 0;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li:hover:after {
        width: 100%;
        transition: all 0.3s;
    }
    .theme-3 .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .theme-3 blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {

    .theme-3 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-3 .navbar-collapse {
        padding-right: 0;
    }
    .theme-3 .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .theme-3 .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .theme-3 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
    }
    .theme-3 .sidebar {
        margin-left: 40px;
    }
    .theme-3 .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .theme-3 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-3 ul.navbar-nav > li {
        padding: 0 6px;
    }
    .theme-3 ul.navbar-nav > li a {
        font-size: 14px;
    }
    .theme-3 .dropdown-menu li a {
        font-size: 14px;
    }
    .theme-3 .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .theme-3 .newsletter-form input {
        min-width: 340px;
    }
    .theme-3 .action-box-text {
        font-size: 13px;
    }
    .theme-3 #back-to-top.affix {
        bottom: 35px;
    }
    .theme-3 .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .theme-3 .main-nav {
        padding: 0;
    }
    .theme-3 .nav-social-wrap {
        padding: 0 15px;
    }
    .theme-3 .navbar-toggler {
        left: 15px;
    }
    .theme-3 .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .theme-3 ul.top-info li {
        padding-right: 12px;
    }
    .theme-3 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-3 .logo {
        padding: 13px 0;
    }
    .theme-3 .logo img {
        width: 100%;
    }
    .theme-3 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-3 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-3 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-3 .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .theme-3 ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .theme-3 .collapse.in {
        display: block !important;
    }
    .theme-3 .navbar-collapse.in {
        overflow-y: auto;
    }
    .theme-3 ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    .theme-3 ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .theme-3 .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .theme-3 .navbar-collapse {
        background: none;
        width: 100%;
    }
    .theme-3 ul.navbar-nav > li.active > a:after,
    .theme-3 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-3 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-3 .nav-style-boxed ul.navbar-nav > li,
    .theme-3 ul.navbar-nav > li {
        display: block;
    }
    .theme-3 .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .theme-3 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .theme-3 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .theme-3 ul.navbar-nav {
        padding: 0 0 10px;
    }
    .theme-3 ul.navbar-nav li {
        float: none;
    }
    .theme-3 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .theme-3 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .theme-3 ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .theme-3 ul.navbar-nav > li.header-get-a-quote,
    .theme-3 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-3 .dropdown-submenu > a:after,
    .theme-3 ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .theme-3 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-3 .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .theme-3 .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .theme-3 .sidebar-right {
        margin-top: 50px;
    }
    .theme-3 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-3 .block.color-aqua,
    .theme-3 .block.color-violet {
        margin-top: 40px;
    }
    .theme-3 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-3 .newsletter-form input {
        width: 90%;
    }
    .theme-3 .footer-info-content {
        padding: 50px 100px 0;
    }
    .theme-3 #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {

    .theme-3 .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .theme-3 .trending-bar {
        padding: 20px 0;
    }
    .theme-3 .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .theme-3 .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .theme-3 .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .theme-3 .top-nav {
        display: block;
        margin: 10px 0;
    }
    .theme-3 .top-bar {
        text-align: center;
    }
    .theme-3 .top-social ul li a {
        padding: 0 10px;
    }
    .theme-3 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-3 .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .theme-3 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-3 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-3 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-3 .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .theme-3 .navbar-collapse,
    .theme-3 .site-nav-inner {
        background: none;
        width: 100%;
    }
    .theme-3 ul.navbar-nav > li.active > a:after,
    .theme-3 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-3 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-3 .navbar-nav .open .dropdown-menu .dropdown-header,
    .theme-3 .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .theme-3 ul.navbar-nav > li {
        display: block;
    }
    .theme-3 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .theme-3 ul.navbar-nav > li.header-get-a-quote,
    .theme-3 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-3 ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .theme-3 ul.navbar-nav > li {
        float: none;
    }
    .theme-3 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .theme-3 ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .theme-3 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-3 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .theme-3 ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .theme-3 .dropdown-submenu > a:after,
    .theme-3 ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .theme-3 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-3 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-3 .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .theme-3 .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .theme-3 .main-nav.dark-bg ul.navbar-nav > li.active,
    .theme-3 .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .theme-3 .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222B;
    }
    .theme-3 .header-top-social {
        margin-bottom: 20px;
    }
    .theme-3 .search-block {
        width: 220px;
    }
    .theme-3 .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .theme-3 .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .theme-3 .featured-post-area .pad-r,
    .theme-3 .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .theme-3 .featured-post-area .pad-l,
    .theme-3 .pad-l-small {
        padding-left: 15px;
    }
    .theme-3 .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .theme-3 .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .theme-3 .sidebar-right {
        margin-top: 50px;
    }
    .theme-3 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-3 .block.color-aqua,
    .theme-3 .block.color-violet {
        margin-top: 40px;
    }
    .theme-3 .social-icon li a i {
        margin-bottom: 10px;
    }
    .theme-3 .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .theme-3 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-3 .newsletter-form input {
        width: 90%;
    }
    .theme-3 .footer-info-content {
        padding: 50px 20px 0;
    }
    .theme-3 .footer-social li a i {
        margin-bottom: 10px;
    }
    .theme-3 #back-to-top.affix {
        bottom: 78px;
    }
    .theme-3 .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .theme-3 .footer-menu .nav {
        display: inline-block;
    }
    .theme-3 #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .theme-3 .block-title > span {
        padding: 9px 10px;
    }
    .theme-3 .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .theme-3 .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .theme-3 .ts-author-comments::after {
        display: none;
    }
    .theme-3 .single-post .post-navigation {
        padding: 30px 0;
    }
    .theme-3 .single-post .post-navigation .post-next,
    .theme-3 .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .theme-3 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-3 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-3 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-3 h2.post-title.title-small,
.theme-3 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222B;
    margin-top: 10px;
    font-weight: 500;
}
.theme-3 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-3 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222B;
    background: #fff;
    border-radius: 50%;
}
.theme-3 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-3 .users_area {
    position: relative;
    z-index: 2;
}
.theme-3 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-3 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-3 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-3 .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
}
.theme-3 .temp_wap .weather-area {
    font-size: 14px;
    line-height: 17px;
    color: #9199A0;
}
.theme-3 .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.theme-3 h3.temp_count {
    position: relative;
    z-index: 2;
    color: #17222B;
    display: inline-block;
    margin-bottom: 0;
}
.theme-3 h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s.png");
    background-repeat: no-repeat;
    right: -35px;
}
.theme-3 .lang {
    padding-left: 15px;
}
.theme-3 .lang li a {
    font-weight: 500;
    color: #9199A0;
}
.theme-3 .users_area li {
    font-weight: 500;
    padding: 0 4px;
    font-size: 16px;
    cursor: pointer;
    color: #9199A0;
}
.theme-3 .menu_right > div {
    position: relative;
    z-index: 2;
    padding-right: 15px;
}
.theme-3 .menu_right > div:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #65717A;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
}
.theme-3 .menu_right > div:last-child {
    padding-right: 0;
}
.theme-3 .menu_right > div:last-child:after {
    display: none;
}
.theme-3 .date3 {
    background: #29333C;
    padding: 21px;
    color: #fff;
    text-align: center;
}
.theme-3 .main-menu .row {
    padding: 0;
    margin: 0;
}
.theme-3 .main-menu .col-lg-3 {
    padding: 0;
    margin: 0;
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-3 .container {
    max-width: 1230px;
}
.theme-3 .signup_form form {
    background: #ECEDEE;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}
.theme-3 .signup_form form input.signup {
    padding: 15px;
    width: 65%;
    margin: 0;
    background: #ECEDEE;
}
.theme-3 .signup_form form input.cbtn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
}
.theme-3 .user3 {
    position: relative;
    z-index: 2;
    padding-right: 25px;
}
.theme-3 .user3:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #B9BCBF;
    right: 10.5px;
    top: 50%;
    margin-top: -7.5px;
}
.theme-3 .topbar .tranding_bar li {
    font-size: 14px;
    font-weight: 400;
    color: #39424A;
}
.theme-3 .topbar li.tranding {
    background: #FFE5E5;
    padding: 12px 20px;
    font-weight: 600;
    color: #FF5555;
    margin-right: 10px;
}
.theme-3 .topbar .top_date_social > div {
    display: inline-block;
}
.theme-3 .topbar .top_date_social > div:first-child {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.theme-3 .topbar .top_date_social > div:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    right: -3.5px;
    top: 50%;
    margin-top: -7.5px;
}
.theme-3 .topbar .paper_date p {
    font-size: 14px;
    font-weight: 400;
    color: #39424A;
}
.theme-3 .topbar .social1 {
    margin: 0;
    padding: 0;
}
.theme-3 .topbar .social1 li {
    list-style: none;
}
.theme-3 .topbar .social1 li a {
    color: #39424A;
    font-size: 14px;
}
.theme-3 .type19 .single_post_text p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #17222B;
}
.theme-3 .post_type6 .meta {
    position: relative;
    z-index: 2;
}
.theme-3 .post_type6 .meta:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #1091FF;
    z-index: 9;
    left: -40px;
    top: 50%;
    margin-top: -10px;
}
.theme-3 .footer {
    padding: 80px 0 0;
}
.theme-3 .footer .single_contact3 {
    display: inline-block;
    width: 32.33%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.theme-3 .footer .single_contact3 h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.theme-3 .footer .single_contact3 h6:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #1091FF;
    left: -15px;
    top: 50%;
    margin-top: -3px;
}
.theme-3 .footer .single_contact3 p {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-3 .footer .single_contact3 a {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-3 .footer .more_newss {
    padding-left: 20px;
    border-left: 1px solid #E7E8E9;
}
.theme-3 .footer .single_footer_nav ul li a {
    color: #17222B;
}
.theme-3 .footer .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-3 .footer .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-3 .footer .single_fcontact a {
    color: #17222B;
}
.theme-3 .footer .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-3 .footer .widget-title2 {
    font-size: 20px;
    color: #17222B;
    font-weight: 400;
    margin-bottom: 30px;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed h6 {
    color: #17222B;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed h6 span {
    color: #1091FF;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed p {
    font-size: 14px;
    color: #17222B;
    margin-top: 3px;
}
.theme-3 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
    height: 20px;
    width: 20px;
    color: #1091FF;
    position: absolute;
    left: 0;
    top: 0;
}
.theme-3 .footer .single_more_news {
    position: relative;
    z-index: 2;
}
.theme-3 .footer .single_more_news:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    left: -27.5px;
    top: 0;
}
.theme-3 .footer .single_more_news:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #1091FF;
    border-radius: 50%;
    left: -22.5px;
    top: 5.5px;
}
.theme-3 .footer .extra_newss .single_extra_news {
    margin-bottom: 15px;
    padding-bottom: 30px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}
.theme-3 .footer .extra_newss .single_extra_news:nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-3 .footer .extra_newss .single_extra_news p {
    color: #1091FF;
    font-size: 14px;
}
.theme-3 .footer .extra_newss .single_extra_news p span {
    color: #747A80;
}
.theme-3 .footer .extra_newss .single_extra_news a {
    color: #17222B;
}
.theme-3 .footer .extra_newss .single_extra_news span.news_counter {
    color: #747A80;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}
.theme-3 .footer .extra_newss .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-3 .footer .extra_newss .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-3 .footer .extra_newss .single_fcontact a {
    color: #17222B;
}
.theme-3 .footer .extra_newss .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-3 .footer .single_more_news a {
    color: #17222B;
    font-size: 18px;
    font-weight: 500;
}
.theme-3 .footer .single_more_news p.meta {
    color: #1091FF;
    font-weight: 500;
    font-size: 14px;
}
.theme-3 .footer .single_more_news p {
    font-size: 15px;
    font-weight: 300;
    color: body_color;
    line-height: 23px;
    margin-top: 10px;
}
.theme-3 .footer .copyright {
    background: #ECEDEE;
    margin-top: 30px;
    padding: 15px 0;
}
.theme-3 .footer .copyright p {
    color: #747A80;
}
.theme-3 .footer .copyright ul li a {
    color: #17222B;
    padding: 0 10px;
}
.theme-3 .footer .copyright ul li a:hover {
    color: #17222B;
}
.theme-3 .lang-3 a {
    color: #39424A;
}
.theme-3 .single_post_text .meta2 {
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
}
.theme-3 .single_post_text .meta2 a:first-child {
    color: #1091FF;
}
.theme-3 .single_post_text .meta2 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-3 .single_post_text .meta2 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-3 .single_post_text .meta5 {
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.theme-3 .single_post_text .meta5 a:last-child {
    margin-left: 20px;
    font-weight: 400;
}
.theme-3 .single_post_text .meta5 a:last-child:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    background: #000;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.theme-3 .single_post_text .meta3 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.theme-3 .single_post_text .meta3:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1.5px;
    background: #1091FF;
    left: -20px;
    top: 50%;
    margin-top: -7.5px;
}
.theme-3 .single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta3 a:first-child {
    color: #1091FF;
}
.theme-3 .single_post_text .meta3 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-3 .single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-3 .single_post_text .meta {
    margin-bottom: 0;
}
.theme-3 .single_post_text .meta a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}
.theme-3 .single_post_text .meta a:last-child {
    margin-left: 20px;
}
.theme-3 .single_post_text .meta a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
}
.theme-3 .single_post_text .meta4 {
    margin-top: 0;
}
.theme-3 .single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    color: #17222B;
    opacity: 0.6;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav {
    position: absolute;
    right: -20%;
    top: 50%;
    margin-top: -11.5px;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav div {
    border-radius: 3px;
    height: 23px;
    width: 23px;
    line-height: 23px;
}
.theme-3 .trancarousel_area .nav_style1 .owl-nav div:last-child {
    margin-left: 7px;
}
.theme-3 .trancarousel_area .trand {
    float: left;
    margin-right: 10px;
    padding: 12px 20px;
    background: #FFE5E5;
    font-size: 14px;
    font-weight: 500;
    color: #FF5555;
    line-height: 17px;
}
.theme-3 .trancarousel_area .trancarousel_item {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.85;
}
.theme-3 .trancarousel_area .trancarousel_item a {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-3 .trancarousel_area .trancarousel_item p {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-3 .nav_style1 .owl-nav {
    position: absolute;
    right: 0;
    top: -48px;
}
.theme-3 .nav_style1 .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #C1C4C6;
    color: #C1C4C6;
    transition: all 0.3s;
}
.theme-3 .nav_style1 .owl-nav div:last-child {
    margin-left: 14px;
}
.theme-3 .nav_style1 .owl-nav div:hover {
    background: #1091FF;
    border-color: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}
.theme-3 ul.like_cm li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}
.theme-3 ul.like_cm li:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background: #B9BCBF;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}
.theme-3 ul.like_cm li:last-child:after {
    display: none;
}
.theme-3 ul.like_cm li a {
    font-weight: 500;
    font-size: 17px;
    color: #747A80;
}
.theme-3 ul.like_cm li a i {
    color: #70BDFF;
}
.theme-3 ul.like_cm li:last-child {
    margin-right: 0;
}
.theme-3 .type14 {
    padding-left: 85px;
    min-height: 60px;
}
.theme-3 .type14 .post_img {
    border-radius: 5px;
    overflow: hidden;
    max-height: 52px;
    max-width: 75px;
}
.theme-3 .type14 .single_post_text .meta {
    color: #737A7F;
}
.theme-3 .type16 {
    padding-left: 120px;
    min-height: 60px;
    margin-bottom: 0;
}
.theme-3 .type16 .post_img {
    border-radius: 5px;
    overflow: hidden;
    max-height: 69px;
    max-width: 100px;
}
.theme-3 .post_type15 .single_post_text {
    padding-right: 20%;
}
.theme-3 .post_type15 .single_post_text a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.theme-3 .meta.before:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #1091FF;
    left: -20px;
}
.theme-3 .border_tranding {
    border: 1px solid #FFFFFF;
}
.theme-3 .tranding3 .post_type15 .single_post_text {
    padding-bottom: 0;
}
.theme-3 .type17 {
    padding-right: 20px;
}
.theme-3 .type17 .post_img {
    height: 52px;
    width: 75px;
    border-radius: 5px;
}
.theme-3 .type17 .post_img .img_wrap {
    border-radius: 5px;
}
.theme-3 .type17 .post_img img {
    border-radius: 5px;
}
.theme-3 .type18 .single_post_text {
    padding-top: 20px;
}
.theme-3 .type18 .single_post_text a {
    font-size: 18px;
}
.theme-3 .type18 .post_img img {
    border-radius: 5px;
}
.theme-3 span.batch3.date {
    position: absolute;
    left: 0;
    top: 20px;
    height: 36px;
    background: #1091FF;
    display: flex;
    align-items: center;
    padding: 18px 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
}
.theme-3 .feature3 .nav_style1 .owl-nav {
    position: absolute;
    right: 20px;
    top: -70px;
}
.theme-3 .type20 .post_img {
    width: 42%;
}
.theme-3 .type20 .post_img .tranding {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    left: 10px;
    top: 10px;
}
.theme-3 .type20 .single_post_text {
    width: 57%;
}
.theme-3 .type20 .single_post_text a {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 29px;
}
.theme-3 .type20 .single_post_text li a {
    margin-bottom: 0;
}
.theme-3 .type20 .single_post_text .post-p {
    font-size: 15px;
    color: #39424A;
}
.theme-3 .type20 .single_post_text .meta_col {
    margin-bottom: 15px;
}
.theme-3 .type20 .single_post_text .meta_col p {
    color: #17222B;
    opacity: 0.4;
    font-weight: 500;
}
.theme-3 ul.meta_share li {
    margin-right: 7px;
}
.theme-3 ul.meta_share li:last-child {
    margin-right: 0;
}
.theme-3 ul.meta_share li a {
    font-size: 14px;
    color: #CACCCE;
}
.theme-3 .post_type21 .post_img:after {
    position: absolute;
    content: "";
    height: 40%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    bottom: 0;
}
.theme-3 .post_type21 .post_img .social_share {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.theme-3 .post_type21 .post_img .social_share li a {
    color: #FFFFFF;
}
.theme-3 .post_type21 .post_img .sport_meta_ab {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    right: -8px;
    top: 50%;
    margin-top: -6px;
    background: #FFFFFF;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child {
    margin-right: 0;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li:last-child:after {
    display: none;
}
.theme-3 .post_type21 .post_img .sport_meta_ab li a {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.theme-3 .post_type21 .single_post_text {
    padding-bottom: 0;
}
.theme-3 .post_type21 .single_post_text a {
    font-size: 24px;
    line-height: 32px;
}
.theme-3 .post_type21 .single_post_text ul.like_cm li a {
    font-size: 14px;
}
.theme-3 .type22 {
    padding-left: 120px;
    min-height: 60px;
}
.theme-3 .type22 .post_img {
    border-radius: 5px;
    overflow: hidden;
    max-height: 56.25px;
    max-width: 100px;
}
.theme-3 .type22 .single_post_text .meta {
    color: #1091FF;
}
.theme-3 .tab3 .widgets_small {
    padding-right: 0;
    min-height: 64px;
    padding-left: 80px;
}
.theme-3 .tab3 ul {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.theme-3 .tab3 ul li {
    margin-right: 0;
    width: 33%;
}
.theme-3 .tab3 ul li a {
    padding: 16px 25px;
}
.theme-3 .opinion .single_post_text {
    padding-bottom: 0;
}
.theme-3 .international_news .single_international a {
    font-size: 20px;
    font-weight: 500;
    color: #17222B;
}
.theme-3 .international_news .single_international .view_author a {
    font-size: 14px;
    color: #515960;
}
.theme-3 .international_news .single_international p {
    font-size: 15px;
}
.theme-3 .international_news .single_international .like_cm li a {
    font-size: 14px;
}
.theme-3 .international_news .single_international img {
    border-radius: 5px;
}
.theme-3 .international_news .meta {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #1091FF;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.theme-3 .view_author_details .view_author i {
    color: #1091FF;
}
.theme-3 .view_author_details .view_author a {
    font-size: 14px;
    color: #515960;
}
.theme-3 .view_author_details p {
    color: #515960;
    font-size: 14px;
}
.theme-3 a.single_social {
    display: inline-block;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    background: #3B5998;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 104px;
    line-height: 12px;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
}
.theme-3 a.single_social span.follow_icon {
    position: absolute;
    left: 0;
    font-size: 14px;
    height: 100%;
    width: 30px;
    text-align: center;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334D82;
}
.theme-3 a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}
.theme-3 a.social_twitter {
    background: #1DA1F2;
}
.theme-3 a.social_twitter span.follow_icon {
    background: #1B87CA;
}
.theme-3 a.social_youtube {
    background: #FF5050;
}
.theme-3 a.social_youtube span.follow_icon {
    background: #D04648;
}
.theme-3 a.social_instagram {
    background: #9B45D5;
}
.theme-3 a.social_instagram span.follow_icon {
    background: #803DB3;
}
.theme-3 a.social_vimeo {
    background: #1AB7EA;
}
.theme-3 a.social_vimeo span.follow_icon {
    background: #1999C3;
}
.theme-3 a.social_medium {
    background: #00AB6C;
}
.theme-3 a.social_medium span.follow_icon {
    background: #048F5E;
}
.theme-3 .news_letter {
    background: #E9EAEB;
}
.theme-3 .news_letter p {
    color: #39424A;
    font-size: 17px;
    font-weight: 300;
}
.theme-3 .news3bg {
    background: #F2F6F8;
}
.theme-3 .sociai_style3 a.single_social {
    width: 142px;
    padding-left: 45px;
}
.theme-3 .sociai_style3.inner_socail4 a.single_social {
    width: 46%;
    padding-left: 45px;
}
@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .theme-3 .trancarousel_area .nav_style1 .owl-nav {
        position: absolute;
        right: -15%;
        top: 50%;
        margin-top: -11.5px;
    }
    .theme-3 .temp_wap p {
        font-style: 10px;
    }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
    .theme-3 .post_type15 .post_img img {
        width: 354px;
    }
    .theme-3 a.single_social {
        display: inline-block;
        padding: 13px;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        z-index: 2;
        padding-left: 35px;
        margin: 4px 3px;
        color: #FFFFFF;
        overflow: hidden;
        width: 96px;
        line-height: 12px;
        border-radius: 4px;
    }
    .theme-3 .post_type6 .post_img img {
        width: 800px;
    }
    .theme-3 .trancarousel_area .nav_style1 .owl-nav {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .theme-3 .logo4 {
        margin: 0 auto 20px;
    }
    .theme-3 .topbar .tranding_bar li {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .theme-3 .topbar {
        text-align: center;
        margin-top: 20px;
    }
    .theme-3 .v3datentemp {
        text-align: center;
    }
    .theme-3 .social4.text-right {
        text-align: center;
        margin-bottom: 20px;
    }
    .theme-3 .top_date_social.text-right {
        text-align: center;
    }
    .theme-3 .v3datentemp > div {
        width: 100%;
        float: unset;
        margin-bottom: 10px;
        text-align: center;
    }
    .theme-3 .welcome_txt h1 {
        font-size: 26px;
    }
    .theme-3 .signup_form {
        margin-top: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .theme-3 .date3 {
        background: transparent;
    }
}
@media screen and (max-width: 767px) {
    .theme-3 .type20 .post_img {
        width: 100%;
    }
    .theme-3 .type20 .single_post_text {
        width: 100%;
    }
    .theme-3 .type20 .single_post_text a {
        font-size: 20px;
        line-height: 24px;
    }
    .theme-3 .type20 .single_post_text p {
        font-size: 14px;
    }
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

.theme-4 .search4 {
    color: white;
    cursor: pointer;
}
.theme-4 .searching_area {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #17222B;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.theme-4 .searching_area.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}
.theme-4 .searching_area_wrap {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 .search4_close {
    position: fixed;
    right: 30px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s;
}
.theme-4 .site-nav-inner {
    position: relative;
}
.theme-4 .main-nav {
    background: #17222B;
}
.theme-4 .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.theme-4 ul.navbar-nav > li {
    float: left;
    padding: 0;
    position: relative;
}
.theme-4 ul.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: 350ms;
    padding: 10px 22px;
}
.theme-4 ul.navbar-nav > li > a i {
    font-weight: 500;
}
.theme-4 ul.navbar-nav > li > a:focus,
.theme-4 ul.navbar-nav > li > a:hover {
    background: none;
}
.theme-4 ul.navbar-nav > li.active a::before,
.theme-4 ul.navbar-nav > li:hover a::before {
    border-color: #1091FF;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
.theme-4 .nav .open > a,
.theme-4 .nav .open > a:focus,
.theme-4 .nav .open > a:hover {
    background: transparent;
    border: 0;
}
.theme-4 ul.navbar-nav > li.mega-dropdown {
    position: static;
}
.theme-4 .dropdown-submenu {
    position: relative;
}
.theme-4 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}
.theme-4 .dropdown-submenu > a:after {
    display: block;
    content: "";
    font-family: "Font Awesome 5 pro";
    float: right;
    margin-top: 3px;
    margin-right: -5px;
}
.theme-4 .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.theme-4 .dropdown-submenu.pull-left {
    float: none;
}
.theme-4 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.theme-4 .dropdown-toggle::after {
    display: none;
}
.theme-4 .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}
.theme-4 .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede;
}
.theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0;
}
.theme-4 .dropdown-menu-large {
    min-width: 400px;
}
.theme-4 .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.theme-4 .dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.theme-4 .dropdown-menu-large > li > ul > li.active > a {
    color: #fc4a00;
}
.theme-4 .navbar-nav > li > .dropdown-menu > a {
    background: none;
}
.theme-4 .dropdown-menu li a {
    display: block;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    color: #FFFFFF;
    background: #29333C;
}
.theme-4 .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.theme-4 .dropdown-menu > .active > .dropdown-menu > .active > a,
.theme-4 .dropdown-menu > .active > a,
.theme-4 .dropdown-menu > .active > a:focus,
.theme-4 .dropdown-menu > .active > a:hover {
    color: #FF5555;
}
.theme-4 .dropdown-menu > li > a:focus,
.theme-4 .dropdown-menu > li > a:hover {
    color: #FF5555;
}
@media (min-width: 767px) {
    .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    .theme-4 ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}
.theme-4 .mega-menu-content {
    width: 1110px;
    padding: 0;
}
.theme-4 .mega-menu-content-inner {
    padding: 20px 10px;
}
.theme-4 .mega-menu-content .row {
    margin: 0;
}
.theme-4 .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0;
}
.theme-4 .dark-bg .navbar-toggler {
    margin-left: 6px;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0;
}
.theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,
.theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #fc4a00;
}
.theme-4 .main-nav.dark-bg .nav-search i {
    color: #fff;
}
.theme-4 .main-nav {
    position: relative;
    padding: 0 15px;
}
.theme-4 .mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation 0.8s ease-out forwards;
            animation: menu-animation 0.8s ease-out forwards;
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
.theme-4 .menu-tab .nav.nav-tabs {
    border-right: 1px solid #dedede;
    padding: 20px 0;
    min-height: 250px;
    margin-top: 0;
}
.theme-4 .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 14px 16px 14px 30px;
    background: #fff;
    text-transform: initial;
    font-size: 14px;
}
.theme-4 .menu-tab .nav.nav-tabs > li > a.active {
    background: #dedede;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #fc4a00;
    cursor: pointer;
}
.theme-4 .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px;
}
.theme-4 .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.theme-4 .header.header-menu {
    padding: 0;
}
.theme-4 .header.header-menu .logo {
    padding: 12px 0;
}
.theme-4 .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
}
.theme-4 .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px;
}
.theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,
.theme-4 .site-nav-inner {
    position: static;
    width: 100%;
}
.theme-4 .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%;
}
.theme-4 .nav-social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.theme-4 .navbar {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    padding: 0;
}
@media (min-width: 992px) {
    .theme-4 .navbar {
        position: static;
        top: 70px;
        width: 100%;
        background: transparent;
    }
    .theme-4 ul.navbar-nav > li > a {
        color: #FFFFFF;
        padding: 0 22px;
    }
    .theme-4 ul.navbar-nav > li:hover > a {
        color: #FF5555;
    }
    .theme-4 .header.header-menu ul.navbar-nav > li.mega-dropdown,
    .theme-4 .site-nav-inner {
        position: static;
        width: 100%;
    }
}
.theme-4 ul.navbar-nav > li:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #1091FF;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 ul.navbar-nav > li:hover:after {
    height: 2px;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .theme-4 .header {
        min-height: 70px;
    }
    .theme-4 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
        line-height: 66px;
        display: inline-block;
    }
    .theme-4 .main-nav ul.navbar-nav > li {
        position: relative;
        z-index: 2;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:before {
        position: absolute;
        content: "";
        height: 0;
        width: 100%;
        background: #FFFFFF;
        z-index: -1;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 0;
        background: linear-gradient(90deg, #FF5555, #AB50EF);
        z-index: -1;
        left: 0;
        bottom: 0;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:hover:before {
        height: 100%;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li:hover:after {
        width: 100%;
        transition: all 0.3s;
    }
    .theme-4 .main-nav ul.navbar-nav > li > a:hover::after {
        opacity: 1;
    }
    .theme-4 blockquote {
        padding: 45px 120px 30px;
    }
}
@media (min-width: 1200px) {
    .theme-4 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-4 .navbar-collapse {
        padding-right: 0;
    }
    .theme-4 .nav-style-boxed .navbar-collapse {
        padding-left: 15px;
    }
    .theme-4 .header.header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -27px;
    }
    .theme-4 .main-nav ul.navbar-nav > li > a {
        padding: 0 15px;
    }
    .theme-4 .sidebar {
        margin-left: 40px;
    }
    .theme-4 .sidebar.sidebar-left {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    .theme-4 .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
    .theme-4 ul.navbar-nav > li {
        padding: 0 6px;
    }
    .theme-4 ul.navbar-nav > li a {
        font-size: 14px;
    }
    .theme-4 .dropdown-menu li a {
        font-size: 14px;
    }
    .theme-4 .header .header-menu .mega-menu-content {
        min-width: 1095px;
        margin-left: -11px;
    }
    .theme-4 .newsletter-form input {
        min-width: 340px;
    }
    .theme-4 .action-box-text {
        font-size: 13px;
    }
    .theme-4 #back-to-top.affix {
        bottom: 35px;
    }
    .theme-4 .mega-menu-content {
        max-width: 940px;
    }
}
@media (min-width: 575px) {
    .theme-4 .main-nav {
        padding: 0;
    }
    .theme-4 .nav-social-wrap {
        padding: 0 15px;
    }
    .theme-4 .navbar-toggler {
        left: 15px;
    }
    .theme-4 .navbar {
        width: 98%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .theme-4 ul.top-info li {
        padding-right: 12px;
    }
    .theme-4 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-4 .logo {
        padding: 13px 0;
    }
    .theme-4 .logo img {
        width: 100%;
    }
    .theme-4 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-4 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-4 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-4 .navbar-collapse ul.navbar-nav {
        float: none !important;
        margin-top: 0;
        width: 100%;
    }
    .theme-4 ul.navbar-nav > li {
        float: none;
        display: block;
    }
    .theme-4 .collapse.in {
        display: block !important;
    }
    .theme-4 .navbar-collapse.in {
        overflow-y: auto;
    }
    .theme-4 ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;
    }
    .theme-4 ul.nav li.dropdown.open ul.dropdown-menu {
        display: block;
    }
    .theme-4 .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .theme-4 .navbar-collapse {
        background: none;
        width: 100%;
    }
    .theme-4 ul.navbar-nav > li.active > a:after,
    .theme-4 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-4 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-4 .nav-style-boxed ul.navbar-nav > li,
    .theme-4 ul.navbar-nav > li {
        display: block;
    }
    .theme-4 .navbar-nav .open .dropdown-menu > li {
        padding-left: 0;
    }
    .theme-4 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        padding: 5px 15px 10px 10px;
    }
    .theme-4 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 10px 10px;
    }
    .theme-4 ul.navbar-nav {
        padding: 0 0 10px;
    }
    .theme-4 ul.navbar-nav li {
        float: none;
    }
    .theme-4 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 10px 20px;
        display: block;
        min-width: 350px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu a {
        padding-left: 50px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 35px !important;
    }
    .theme-4 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-top: 0;
        background: none;
    }
    .theme-4 ul.navbar-nav .dropdown-menu li a {
        padding-left: 20px !important;
    }
    .theme-4 ul.navbar-nav > li.header-get-a-quote,
    .theme-4 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-4 .dropdown-submenu > a:after,
    .theme-4 ul.navbar-nav li a i {
        float: right;
        width: 36px;
        height: 28px;
        line-height: 28px;
        margin-top: -5px;
        text-align: center;
        color: #000;
    }
    .theme-4 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-4 .featured-post-area .pad-r {
        padding-right: 15px;
    }
    .theme-4 .featured-post-area .pad-l {
        padding-left: 15px;
    }
    .theme-4 .sidebar-right {
        margin-top: 50px;
    }
    .theme-4 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-4 .block.color-aqua,
    .theme-4 .block.color-violet {
        margin-top: 40px;
    }
    .theme-4 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-4 .newsletter-form input {
        width: 90%;
    }
    .theme-4 .footer-info-content {
        padding: 50px 100px 0;
    }
    .theme-4 #back-to-top.affix {
        bottom: 78px;
    }
}
@media (max-width: 767px) {

    .theme-4 .boxed-layout .body-inner {
        margin: 0 auto;
    }
    .theme-4 .trending-bar {
        padding: 20px 0;
    }
    .theme-4 .trending-bar .trending-title {
        float: none;
        border: none;
    }
    .theme-4 .trending-bar .post-title.title-small {
        padding: 10px 0;
    }
    .theme-4 .ts-date {
        padding: 0;
        border-right: 0;
        display: block;
    }
    .theme-4 .top-nav {
        display: block;
        margin: 10px 0;
    }
    .theme-4 .top-bar {
        text-align: center;
    }
    .theme-4 .top-social ul li a {
        padding: 0 10px;
    }
    .theme-4 .navbar-fixed {
        position: relative;
        -webkit-animation: none;
                animation: none;
        box-shadow: none;
    }
    .theme-4 .logo {
        padding: 13px 0 25px;
        text-align: center;
    }
    .theme-4 .navbar-toggle {
        display: block;
        z-index: 1;
    }
    .theme-4 .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .theme-4 .navbar-collapse.collapse.show {
        display: block;
    }
    .theme-4 .navbar-collapse.collapse:after {
        display: block;
        content: "";
        clear: both;
    }
    .theme-4 .navbar-collapse,
    .theme-4 .site-nav-inner {
        background: none;
        width: 100%;
    }
    .theme-4 ul.navbar-nav > li.active > a:after,
    .theme-4 ul.navbar-nav > li:hover > a:after {
        content: "";
    }
    .theme-4 ul.navbar-nav > li > a:before {
        border-bottom: 0;
    }
    .theme-4 .navbar-nav .open .dropdown-menu .dropdown-header,
    .theme-4 .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 10px;
    }
    .theme-4 ul.navbar-nav > li {
        display: block;
    }
    .theme-4 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }
    .theme-4 ul.navbar-nav > li.header-get-a-quote,
    .theme-4 ul.navbar-nav > li.nav-search {
        display: none;
    }
    .theme-4 ul.navbar-nav {
        width: 100%;
        padding: 0 0 10px;
    }
    .theme-4 ul.navbar-nav > li {
        float: none;
    }
    .theme-4 ul.navbar-nav li a {
        line-height: normal !important;
        color: #333;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0;
        padding: 7px 20px;
        display: block;
        background: transparent;
    }
    .theme-4 ul.navbar-nav .dropdown-menu > li > a {
        padding-left: 15px;
    }
    .theme-4 ul.navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0;
        position: relative;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a i {
        margin-top: -22px;
    }
    .theme-4 ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li a {
        padding-left: 20px;
    }
    .theme-4 ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        padding-left: 15px;
    }
    .theme-4 .dropdown-submenu > a:after,
    .theme-4 ul.navbar-nav li a i {
        color: #333;
        float: right;
        line-height: 28px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }
    .theme-4 .dropdown-submenu > a:after {
        margin-right: 0;
    }
    .theme-4 .navbar-nav > li > .dropdown-menu.mega-menu-content {
        display: none !important;
    }
    .theme-4 .main-nav.dark-bg {
        margin-bottom: 20px;
    }
    .theme-4 .main-nav.dark-bg > .container > .row {
        padding: 0 20px;
    }
    .theme-4 .main-nav.dark-bg ul.navbar-nav > li.active,
    .theme-4 .main-nav.dark-bg ul.navbar-nav > li:hover {
        background: none;
    }
    .theme-4 .main-nav.dark-bg ul.navbar-nav li a {
        color: #17222B;
    }
    .theme-4 .header-top-social {
        margin-bottom: 20px;
    }
    .theme-4 .search-block {
        width: 220px;
    }
    .theme-4 .header.header-menu {
        position: relative;
        margin-bottom: 20px;
    }
    .theme-4 .search-area {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .theme-4 .featured-post-area .pad-r,
    .theme-4 .pad-r-small {
        padding-right: 15px;
        padding-right: 15px;
    }
    .theme-4 .featured-post-area .pad-l,
    .theme-4 .pad-l-small {
        padding-left: 15px;
    }
    .theme-4 .post-title {
        font-size: 18px;
        line-height: 26px;
    }
    .theme-4 .block.color-orange .post-overaly-style.last {
        margin-top: 40px;
    }
    .theme-4 .sidebar-right {
        margin-top: 50px;
    }
    .theme-4 .sidebar-right .widget {
        margin-left: 0;
    }
    .theme-4 .block.color-aqua,
    .theme-4 .block.color-violet {
        margin-top: 40px;
    }
    .theme-4 .social-icon li a i {
        margin-bottom: 10px;
    }
    .theme-4 .post-block-style.post-float-half .post-thumb img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }
    .theme-4 .footer-widget {
        display: inline-block;
        margin-bottom: 30px;
    }
    .theme-4 .newsletter-form input {
        width: 90%;
    }
    .theme-4 .footer-info-content {
        padding: 50px 20px 0;
    }
    .theme-4 .footer-social li a i {
        margin-bottom: 10px;
    }
    .theme-4 #back-to-top.affix {
        bottom: 78px;
    }
    .theme-4 .featured-tab .nav-tabs {
        margin: 20px 0;
        position: static;
    }
    .theme-4 .footer-menu .nav {
        display: inline-block;
    }
    .theme-4 #back-to-top {
        bottom: 0;
        right: 20px;
    }
    .theme-4 .block-title > span {
        padding: 9px 10px;
    }
    .theme-4 .featured-tab .nav-tabs > li > a {
        font-size: 14px;
    }
    .theme-4 .category-style2 .post-thumb {
        margin-bottom: 20px;
    }
    .theme-4 .ts-author-comments::after {
        display: none;
    }
    .theme-4 .single-post .post-navigation {
        padding: 30px 0;
    }
    .theme-4 .single-post .post-navigation .post-next,
    .theme-4 .single-post .post-navigation .post-previous {
        width: 100%;
        border: none;
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    .theme-4 .featured-slider .item .featured-post .post-content {
        padding: 20px;
    }
    .theme-4 .post-video .post-video-content {
        padding: 0 20px 10px;
    }
    .theme-4 .post-video .post-video-content h3 {
        font-size: 18px;
    }
}
.theme-4 h2.post-title.title-small,
.theme-4 h2.post-title.title-small a {
    font-size: 16px;
    color: #17222B;
    margin-top: 10px;
    font-weight: 500;
}
.theme-4 .post-thumb {
    position: relative;
    z-index: 2;
}
.theme-4 a.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    margin-top: -35px;
    line-height: 70px;
    font-size: 20px;
    color: #17222B;
    background: #fff;
    border-radius: 50%;
}
.theme-4 .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme-4 .users_area {
    position: relative;
    z-index: 2;
}
.theme-4 .search_form {
    position: absolute;
    height: 100%;
    width: 200px;
    left: -130px;
    top: -95px;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.theme-4 .search_form.active {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.4s;
}
.theme-4 .search_form input {
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-4 .date4 {
    position: relative;
    z-index: 2;
}
.theme-4 .date4:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1.5px;
    background: #17222B;
    right: 0;
    top: 0;
    opacity: 0.1;
}
.theme-4 .temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
    float: right;
}
.theme-4 .temp_wap p {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
    line-height: 12px;
}
.theme-4 .temp_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}
.theme-4 h3.temp_count {
    position: relative;
    z-index: 2;
    color: #17222B;
    margin-left: 12px;
    display: inline-block;
    margin-bottom: 0;
}
.theme-4 h3.temp_count:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url("../img/icon/s.png");
    background-repeat: no-repeat;
    right: -35px;
}
.theme-4 .lang {
    padding-left: 15px;
}
.theme-4 .lang li a {
    font-weight: 500;
    color: #9199A0;
}
.theme-4 .users_area li {
    font-weight: 500;
    padding: 0 4px;
    font-size: 16px;
    cursor: pointer;
    color: #9199A0;
}
.theme-4 .menu_right > div {
    position: relative;
    z-index: 2;
    padding-right: 15px;
}
.theme-4 .menu_right > div:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #65717A;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
}
.theme-4 .menu_right > div:last-child {
    padding-right: 0;
}
.theme-4 .menu_right > div:last-child:after {
    display: none;
}
.theme-4 .date3 {
    background: #29333C;
    padding: 27px;
    color: #fff;
    text-align: center;
}
.theme-4 .main-menu .row {
    padding: 0;
    margin: 0;
}
.theme-4 .main-menu .col-lg-3 {
    padding: 0;
    margin: 0;
}
.theme-4 .main-menu .col-lg-2 {
    padding: 0;
    margin: 0;
}

.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
body.bg4 {
    background: #FAFAFA;
}

.theme-4 {
    background: #fff;
 
}
.theme-4 .container {
    max-width: 1250px;
}
.theme-4 .footer_area3 .logo a {
    margin-bottom: 15px;
}
.theme-4 a:hover {
    color: #FF5555;
}
.theme-4 .page_category h4,
.theme-4 li.page_category {
    color: #FF5555;
}
.theme-4 .logo4 {
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 20px;
    width: 250px;
    height: 150px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-align: center;
}
.theme-4 .v3datentemp > div {
    width: 45%;
    float: left;
}
.theme-4 .search4 {
    color: white;
    cursor: pointer;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    display: inline-block;
    padding: 21px;
}
.theme-4 .widget-title {
    padding-left: 40px;
}
.theme-4 .col-lg-4.align-self-center.fix_width_social {
    max-width: 26%;
}
.theme-4 .welcome_list .slick-slide   {
    padding: 0 1px;
}
.theme-4 .welcome_list .single_news_list{
    padding: 20px;
}
.theme-4 .widget-title:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 30px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    z-index: -1;
}
.theme-4 .social4 li {
    display: inline-block;
}
.theme-4 .social4 li a {
    width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ECEDEE;
    font-size: 15px;
    color: #17222B;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s;
    display: block;
}
.theme-4 .social4 li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    transition: all 0.3s;
}
.theme-4 .social4 li a:hover {
    color: #FFFFFF;
}
.theme-4 .social4 li a:hover:before {
    left: 0;
    transition: all 0.3s;
}
.theme-4 .slider_arrow4 {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 160px;
    width: 30px;
    line-height: 160px;
    text-align: center;
    color: #000;
    font-size: 21px;
    z-index: 99;
    transition: all 0.3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.theme-4 .slider_arrow4.arrow_right {
    left: auto;
    right: 0;
}
.theme-4 .slider_arrow4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #fff;
    transition: all 0.3s;
}
.theme-4 a.showmore,
.theme-4 button.showmore,
.theme-4 input.showmore {
    background: #F8EDF9;
    color: #FF5555;
    border: none;
}
.theme-4 .date4 {
    text-align: center;
}
.theme-4 .date4 h5 {
    font-size: 18px;
}
.theme-4 .date4 h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    opacity: 0.6;
}
.theme-4 .logo_area {
    padding: 0;
}
.theme-4 .welcome_txt .title_meta {
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    padding-left: 15px;
}
.theme-4 .welcome_txt .title_meta:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 5px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.theme-4 .welcome_txt h1 {
    color: #FFFFFF;
    font-size: 44px;
    text-decoration: underline;
}
.theme-4 .welcome4_area_wrap {
    position: relative;
    z-index: 1;
}
.theme-4 .welcome4_area {
    padding: 250px 0 350px;
    position: relative;
    z-index: 2;
}
.theme-4 .welcome_news_list .row > div {
    padding: 1px;
}
.theme-4 .welcome_news_list .single_news_list {
    background: #17222B;
    padding: 25px;
    height: 160px;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
.theme-4 .welcome_news_list .single_news_list:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 0;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    bottom: 0;
    transition: all 0.3s;
    left: 0;
}
.theme-4 .welcome_news_list .single_news_list:hover:after {
    width: 100%;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list a {
    color: #fff;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
}
.theme-4 .welcome_news_list .single_news_list h4 {
    font-weight: 400;
}
.theme-4 .welcome_news_list .single_news_list p {
    color: #fff;
    transition: all 0.3s;
    font-weight: 500;
}
.theme-4 .welcome_news_list .single_news_list p span {
    color: #fff;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover {
    background: #FFFFFF;
}
.theme-4 .welcome_news_list .single_news_list:hover a {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover p {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .welcome_news_list .single_news_list:hover p span {
    color: #FF5555;
    transition: all 0.3s;
}
.theme-4 .single_post_text .meta {
    color: #FF5555;
    text-transform: uppercase;
    line-height: 17px;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.theme-4 .single_post_text .meta span {
    color: #50585F;
    text-transform: capitalize;
}
.theme-4 .single_post_text a {
    color: #17222B;
    font-weight: 500;
}
.theme-4 .wrapper_welcome {
    position: relative;
}
.theme-4 .menu4.home4menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}
.theme-4 .welcome_list {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.theme-4 .single_news_list {
    height: 160px;
    background: #17222B;
    padding: 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    cursor: pointer;
}
.theme-4 .single_news_list h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 8px;
}
.theme-4 .single_news_list p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.theme-4 .single_news_list:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 0;
    background: linear-gradient( 90deg,#1091FF,#1091FF );
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.theme-4 .single_news_list:hover,
.theme-4 .slick-current .single_news_list {
    background: #ffffff;
    transition: all 0.3s;
}
.theme-4 .single_news_list:hover h4,
.theme-4 .single_news_list:hover p,
.theme-4 .slick-current .single_news_list h4,
.theme-4 .slick-current .single_news_list p {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .single_news_list:hover span,
.theme-4 .slick-current .single_news_list span {
    color: #FF5555;
    transition: all 0.3s;
}
.theme-4 .single_news_list:hover:before,
.theme-4 .slick-current .single_news_list:before {
    width: 100%;
    transition: all 0.3s;
}
.theme-4 .slick-current .single_news_list .cat{
    color: #3e55c1 !important;
}
.theme-4 .single_post:hover .single_post_text a {
    color: #FF5555;
    transition: all 0.3s;
}
.theme-4 .user3 i {
    color: #17222B;
    opacity: 0.6;
}
.theme-4 .v3datentemp {
    display: flex;
    align-items: center;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav {
    position: absolute;
    right: -20%;
    top: 50%;
    margin-top: -15px;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav div {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #ECEDEE;
    color: #718594;
    border: none;
}
.theme-4 .trancarousel_area .nav_style1 .owl-nav div:last-child {
    margin-left: 3px;
}
.theme-4 .trancarousel_area p.trand {
    float: left;
    margin-right: 10px;
    padding: 12px 20px;
    background: #17222B;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
}
.theme-4 .trancarousel_area .trancarousel_item {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.85;
}
.theme-4 .trancarousel_area .trancarousel_item a {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-4 .trancarousel_area .trancarousel_item p {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.theme-4 .lang-3 li {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 .lang-3 li a {
    display: inline-block;
    padding: 7px;
}
.theme-4 .lang-3 li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: all 0.3s;
}
.theme-4 .lang-3 li ul {
    position: absolute;
    left: 0;
    top: auto;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    top: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    width: 120px;
    z-index: 999;
    opacity: 0;
}
.theme-4 .lang-3 li ul li a {
    padding: 5px 15px;
}
.theme-4 .lang-3 li a {
    opacity: 0.75;
    color: #17222B;
}
.theme-4 .lang-3 li a i {
    opacity: 1;
}
.theme-4 .topbar {
    margin-top: -10px;
    margin-bottom: 3px;
}
.theme-4 .social4 {
    position: relative;
    z-index: 1;
}
.theme-4 .single_post_text .meta2 {
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
}
.theme-4 .single_post_text .meta2 a:first-child {
    color: #FF5555;
}
.theme-4 .single_post_text .meta2 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-4 .single_post_text .meta2 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-4 .single_post_text .meta5 {
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.theme-4 .single_post_text .meta5 a:last-child {
    margin-left: 20px;
    font-weight: 400;
}
.theme-4 .single_post_text .meta5 a:last-child:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    background: #000;
    margin-top: -10px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.theme-4 .single_post_text .meta3 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.theme-4 .single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta3 a:first-child {
    color: #FF5555;
}
.theme-4 .single_post_text .meta3 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
}
.theme-4 .single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.theme-4 .single_post_text .meta {
    margin-bottom: 0;
}
.theme-4 .single_post_text .meta a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}
.theme-4 .single_post_text .meta a:last-child {
    margin-left: 20px;
}
.theme-4 .single_post_text .meta a:last-child:before {
    position: absolute;
    content: "|";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
}
.theme-4 .single_post_text .meta4 {
    margin-top: 0;
}
.theme-4 .single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    color: #17222B;
    opacity: 0.6;
}
.theme-4 .type16 {
    padding-left: 110px;
    margin-right: 0;
    min-height: 65px;
    margin-bottom: 0;
}
.theme-4 .type16 .post_img {
    border-radius: 3px;
    overflow: hidden;
    max-height: 65px;
    max-width: 90px;
}
.theme-4 .scroll_bar::-webkit-scrollbar {
    width: 2px;
}
.theme-4 .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #A9ACB0;
    outline: 1px solid #A9ACB0;
}
.theme-4 .business_carousel {
    border-radius: 5px;
}
.theme-4 .share_meta4 li a {
    font-size: 15px;
    font-weight: 400;
    color: #17222B;
    opacity: 0.4;
}
.theme-4 .share_meta4 li:nth-child(2) {
    margin-left: 7px;
}
.theme-4 .nav_style4 .owl-nav > div {
    position: absolute;
    top: 50%;
    left: -21px;
    height: 42px;
    width: 42px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-top: -21px;
    border: 1px solid #DCDEDF;
}
.theme-4 .nav_style4 .owl-nav > div:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
}
.theme-4 .nav_style4 .owl-nav > div.owl-next {
    position: absolute;
    top: 50%;
    left: auto;
    right: -21px;
    height: 42px;
    width: 42px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    border: 1px solid #DCDEDF;
}
.theme-4 .nav_style4 .owl-nav > div.owl-next:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
}
.theme-4 .meta.before {
    position: relative;
    z-index: 2;
    padding-left: 25px;
    font-weight: 500;
}
.theme-4 .meta.before:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 20px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.theme-4 .single_international a {
    font-size: 20px;
    color: #17222B;
    font-weight: 500;
    padding: 15px 0;
}
.theme-4 .single_international img {
    border-radius: 3px;
}
.theme-4 .shadow7 {
    box-shadow: 0 3px 6px #f1f1f1;
}
.theme-4 .bg4 {
    background: #FAFAFA;
}
.theme-4 .finance .single_post_text {
    padding: 20px;
}
.theme-4 span.tranding {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 span.batch3.date {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    position: absolute;
    left: 0;
    top: 20px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 18px 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
}
.theme-4 .share_meta4 ul {
    margin: 0;
    padding: 0;
}
.theme-4 .popular_items.scroll_bar {
    max-height: 430px;
    overflow-y: scroll;
}
.theme-4 .type22 {
    padding-left: 85px;
    margin-right: 0;
    min-height: 50px;
    margin-bottom: 0;
}
.theme-4 .type22 .post_img {
    height: 50px;
    width: 75px;
    min-height: 50px;
}
.theme-4 .type22 .post_img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.theme-4 .post_type12 .post_img {
    width: 42%;
}
.theme-4 .post_type12 .single_post_text {
    width: 58%;
}
.theme-4 .post_type12 .single_post_text a {
    font-size: 24px;
    line-height: 29px;
}
.theme-4 .post_type12 .single_post_text p {
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}
.theme-4 .image_carousel .post_img img {
    border-radius: 7px;
    height: 452px;
    width: 100%;
}
.theme-4 .footer {
    padding: 80px 0 0;
}
.theme-4 .footer .single_contact3 {
    display: inline-block;
    width: 32.33%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.theme-4 .footer .single_contact3 h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.theme-4 .footer .single_contact3 h6:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #FF5555;
    left: -15px;
    top: 50%;
    margin-top: -3px;
}
.theme-4 .footer .single_contact3 p {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-4 .footer .single_contact3 a {
    color: #17222B;
    font-size: 15px;
    font-weight: 500;
}
.theme-4 .footer .more_newss {
    padding-left: 20px;
    border-left: 1px solid #E7E8E9;
}
.theme-4 .footer .single_footer_nav ul li a {
    color: #17222B;
}
.theme-4 .footer .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-4 .footer .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-4 .footer .single_fcontact a {
    color: #17222B;
}
.theme-4 .footer .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-4 .footer .widget-title2 {
    font-size: 20px;
    color: #17222B;
    font-weight: 400;
    margin-bottom: 30px;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed h6 {
    color: #17222B;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed h6 span {
    color: #1091FF;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed p {
    font-size: 14px;
    color: #17222B;
    margin-top: 3px;
}
.theme-4 .footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
    height: 20px;
    width: 20px;
    color: #1091FF;
    position: absolute;
    left: 0;
    top: 0;
}
.theme-4 .footer .single_more_news {
    position: relative;
    z-index: 2;
}
.theme-4 .footer .single_more_news:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #ffffff;
    border-radius: 50%;
    left: -27.5px;
    top: 0;
}
.theme-4 .footer .single_more_news:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #FF9999;
    border-radius: 50%;
    left: -22.5px;
    top: 5.5px;
}
.theme-4 .footer .extra_newss .single_extra_news {
    margin-bottom: 15px;
    padding-bottom: 30px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}
.theme-4 .footer .extra_newss .single_extra_news:nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-4 .footer .extra_newss .single_extra_news p {
    color: #1091FF;
    font-size: 14px;
}
.theme-4 .footer .extra_newss .single_extra_news p span {
    color: #747A80;
}
.theme-4 .footer .extra_newss .single_extra_news a {
    color: #17222B;
}
.theme-4 .footer .extra_newss .single_extra_news span.news_counter {
    color: #747A80;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}
.theme-4 .footer .extra_newss .single_fcontact {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    margin-bottom: 15px;
}
.theme-4 .footer .extra_newss .single_fcontact:last-child {
    margin-bottom: 0;
}
.theme-4 .footer .extra_newss .single_fcontact a {
    color: #17222B;
}
.theme-4 .footer .extra_newss .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.theme-4 .footer .single_more_news a {
    color: #17222B;
    font-size: 18px;
    font-weight: 500;
}
.theme-4 .footer .single_more_news p.meta {
    color: #FF5555;
    font-weight: 500;
    font-size: 14px;
}
.theme-4 .footer .single_more_news p {
    font-style: 15px;
    font-weight: 300;
    color: #3A434B;
    margin-top: 10px;
}
.theme-4 .footer .copyright {
    background: #ECEDEE;
    margin-top: 30px;
    padding: 15px 0;
}
.theme-4 .footer .copyright p {
    color: #747A80;
}
.theme-4 .footer .copyright ul li a {
    color: #17222B;
    padding: 0 10px;
}
.theme-4 .footer .copyright ul li a:hover {
    color: #17222B;
}
.theme-4 a.single_social {
    display: inline-block;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    background: #3B5998;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 104px;
    line-height: 12px;
    border-radius: 4px;
}
.theme-4 a.single_social span.follow_icon {
    position: absolute;
    left: 0;
    font-size: 14px;
    height: 100%;
    width: 30px;
    text-align: center;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334D82;
}
.theme-4 a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}
.theme-4 a.social_twitter {
    background: #1DA1F2;
}
.theme-4 a.social_twitter span.follow_icon {
    background: #1B87CA;
}
.theme-4 a.social_youtube {
    background: #FF5050;
}
.theme-4 a.social_youtube span.follow_icon {
    background: #D04648;
}
.theme-4 a.social_instagram {
    background: #9B45D5;
}
.theme-4 a.social_instagram span.follow_icon {
    background: #803DB3;
}
.theme-4 a.social_vimeo {
    background: #1AB7EA;
}
.theme-4 a.social_vimeo span.follow_icon {
    background: #1999C3;
}
.theme-4 a.social_medium {
    background: #00AB6C;
}
.theme-4 a.social_medium span.follow_icon {
    background: #048F5E;
}
.theme-4 .post_type6 .single_post_text {
    padding: 25px;
}
.theme-4 .post_type6 .single_post_text a {
    font-size: 24px;
    line-height: 30px;
}
.theme-4 ul.like_cm li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}
.theme-4 ul.like_cm li:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background: #B9BCBF;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}
.theme-4 ul.like_cm li:last-child:after {
    display: none;
}
.theme-4 ul.like_cm li i {
    color: #FF9999;
    margin-right: 4px;
}
.theme-4 ul.like_cm li a {
    font-weight: 500;
    font-size: 14px;
    color: #747A80;
    margin: 0;
    padding: 0;
}
.theme-4 ul.like_cm li a i {
    color: #FF9999;
    margin-right: 4px;
}
.theme-4 ul.like_cm li:last-child {
    margin-right: 0;
}
.theme-4 .post_img img {
    border-radius: 3px;
}
.theme-4 .type18 .post_img img {
    border-radius: 5px;
}
.theme-4 .type18 .single_post_text a {
    font-size: 18px;
    line-height: 22px;
}
.theme-4 .type18 .single_post_text p {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.85;
    line-height: 23px;
}
.theme-4 .single_post_text.py0 {
    padding: 20px 0 0;
}
.theme-4 .topbar li.tranding {
    background: #17222B;
    color: #FFFFFF;
}
.theme-4 .category4 ul li {
    margin-bottom: 10px;
}
.theme-4 .category4 ul li:last-child {
    margin-bottom: 0;
}
.theme-4 .category4 ul li a {
    background: #E8E8EA;
    display: block;
    border-radius: 3px;
    padding: 15px 15px 15px 20px;
    font-size: 20px;
    font-weight: 400;
    color: #17222B;
    position: relative;
    z-index: 2;
}
.theme-4 .category4 ul li a i {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}
.theme-4 .category4 ul li a:hover {
    color: #FFFFFF;
    font-weight: 500;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .category4 ul li a:hover i {
    color: #FFFFFF;
}
.theme-4 .tatal_video4 {
    padding: 30px;
    height: 635px;
    position: relative;
    z-index: 3;
}
.theme-4 .tatal_video4 .video4_content {
    bottom: 30px;
    left: 30px;
    position: absolute;
    z-index: 9;
}
.theme-4 .tatal_video4 .video4_content a {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #FFFFFF;
}
.theme-4 .tatal_video4 .video4_video {
    display: inline-block;
    padding-left: 70px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.theme-4 .tatal_video4 .video4_video h6 {
    color: #FFFFFF;
}
.theme-4 .tatal_video4 .video4_video h6 span {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}
.theme-4 .tatal_video4 .video4_video .video4_icon {
    position: absolute;
    left: 0;
    top: 50%;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-top: -28px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    border-radius: 50%;
    color: #FFFFFF;
}
.theme-4 .video4_list {
    background: #FFFFFF;
    position: relative;
    max-height: 635px;
    overflow-y: scroll;
}
.theme-4 .video4_list a {
    font-size: 20px;
    color: #17222B;
    font-weight: 400;
}
.theme-4 .video4_list h4 {
    font-size: 20px;
    font-weight: 400;
}
.theme-4 .video4_list:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 13px solid red;
    border-bottom: 7px solid transparent;
    position: absolute;
    content: "";
    left: -12px;
    top: 60px;
}
.theme-4 .video4_list:last-child {
    margin-bottom: 0;
}
.theme-4 .video4_list .video_list_author {
    position: relative;
    z-index: 2;
    padding-left: 35px;
    margin-bottom: 10px;
}
.theme-4 .video4_list .video_list_author i {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #FE9898;
    font-size: 20px;
}
.theme-4 .video4_list .video_list_author h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #FF5555;
}
.theme-4 .video4_list .video_list_author h6 span {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
    color: #8A8F94;
    font-weight: 400;
}
.theme-4 .tatal_videos4 .row > div {
    padding: 0;
}
.theme-4 .tatal_videos4 > .row {
    border-radius: 5px;
    overflow: hidden;
}
.theme-4 .science_news {
    background: #FFFFFF;
}
.theme-4 .book_mark {
    position: relative;
    z-index: 2;
    padding-left: 45px;
    margin-top: 15px;
    display: inline-block;
}
.theme-4 .book_mark .bookmark_icon {
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    left: 0;
    color: #FF5555;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
    border: 1px solid #FF5555;
}
.theme-4 .book_mark h6 {
    font-size: 14px;
}
.theme-4 .book_mark h6 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}
.theme-4 .science_carousel_items p.post-p {
    font-size: 15px;
    font-weight: 300;
}
.theme-4 .science_carousel_items .single_post_text a {
    font-size: 20px;
}
.theme-4 p.meta.meta_style4 {
    position: relative;
    z-index: 2;
    padding-left: 12px;
}
.theme-4 p.meta.meta_style4:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 3px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.theme-4 .dots_style1 .owl-dots {
    position: absolute;
    top: 10px;
    right: 10px;
}
.theme-4 .dots_style1 .owl-dots > div {
    height: 10px;
    width: 10px;
    background: #827A6F;
    display: inline-flex;
    margin: 2px;
    border-radius: 50%;
}
.theme-4 .dots_style1 .owl-dots div.active {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .news_letter.news_letter4 {
    background: #4F585E;
}
.theme-4 .news_letter.news_letter4 p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
}
.theme-4 .signup_form form {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}
.theme-4 .signup_form form input.signup {
    padding: 15px;
    width: 65%;
    margin: 0;
    background: #FFFFFF;
}
.theme-4 .signup_form form input.cbtn {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
}
.theme-4 .tranding_bar > div {
    display: inline-block;
}
.theme-4 .tranding_top {
    float: left;
    background: red;
    padding: 5px 20px;
    margin-right: 15px;
}
.theme-4 .top_carousel {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.theme-4 .tranding_bar > div {
    display: flex;
    align-items: center;
}
.theme-4 .top_carousel {
    padding: 5px 20px 5px 0;
}
.theme-4 .single_comment .replay a {
    color: #FF5555;
}
.theme-4 .next_prv_single3:hover {
    background: #FF5555;
}
.theme-4 .author_social li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #ECEDEE;
    font-size: 15px;
    color: #17222B;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s;
}
.theme-4 .author_social li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    transition: all 0.3s;
}
.theme-4 .author_social li a:hover {
    color: #FFFFFF;
    background: transparent;
}
.theme-4 .author_social li a:hover:before {
    left: 0;
    transition: all 0.3s;
}
.theme-4 .widget_tab ul li a.active {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}
.theme-4 .widget_tab.v4inner ul li a {
    line-height: 12px;
    padding: 12px 21px;
}
.theme-4 .post_img.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 3px solid #E7E8E9;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    top: 15%;
    margin-top: 0;
}
.theme-4 .post_img.number h2 {
    font-size: 36px;
    line-height: 53px;
    color: #D1D3D5;
}
.theme-4 .tab4 ul.nav.nav-tabs li a {
    font-size: 24px;
    font-weight: 500;
    color: #A2A7AA;
    padding: 12px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a:hover {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a.active {
    color: #17222B;
    transition: all 0.3s;
}
.theme-4 .tab4 ul.nav.nav-tabs li a.active:after {
    width: 100%;
    transition: all 0.3s;
}
.theme-4 .tab4 .single_post_text a {
    font-size: 20px;
    line-height: 28px;
}
.theme-4 .tab4 .single_post_text .meta_col p {
    font-size: 14px;
    color: #A2A7AA;
}
.theme-4 .type16 ul.like_cm li a {
    font-size: 14px;
}
.theme-4 .inernational4 .meta {
    font-size: 14px;
    color: #FF5555;
}
.theme-4 .inernational4 .meta span {
    color: #747A80;
}
@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .theme-4 .col-lg-4.align-self-center.fix_width_social {
        max-width: 33%;
    }
    .theme-4 body {
        overflow-x: hidden;
    }
    .theme-4 .tab4 ul.nav.nav-tabs li a {
        font-size: 18px;
    }
    .theme-4 .tab4 .single_post_text a {
        font-size: 14px;
        line-height: 21px;
    }
    .theme-4 .widgets_small .single_post_text a {
        line-height: 19px;
        font-size: 13px;
    }
    .theme-4 .single_post_text .meta3 a {
        font-size: 10px;
    }
    .theme-4 .temp_wap .weather-area {
        font-size: 10px;
    }
    .theme-4 .v3datentemp > div {
        width: 50%;
        float: left;
    }
    .theme-4 .logo_area {
        overflow-x: hidden;
    }
    .theme-4 .download_btn.v4 .download_btn_group a.app_btn {
        padding: 12px 10px 12px 30px;
    }
    .theme-4 .download_btn.v4 .download_btn_group a.app_btn i {
        left: 7px;
        font-size: 20px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin-top: -10px;
    }
}
@media screen and (max-width: 990px) {
    .theme-4 .logo4 {
        margin: 0 auto 20px;
    }
    .theme-4 .topbar .tranding_bar li {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .theme-4 .topbar {
        text-align: center;
        margin-top: 20px;
    }
    .theme-4 .v3datentemp {
        text-align: center;
    }
    .theme-4 .social4.text-right {
        text-align: center;
        margin-bottom: 20px;
    }
    .theme-4 .top_date_social.text-right {
        text-align: center;
    }
    .theme-4 .v3datentemp > div {
        width: 100%;
        float: unset;
        margin-bottom: 10px;
        text-align: center;
    }
    .theme-4 .welcome_txt h1 {
        font-size: 26px;
    }
    .theme-4 .tatal_video4 .video4_content a {
        font-size: 24px;
        line-height: 28px;
    }
    .theme-4 .col-lg-4.align-self-center.fix_width_social {
        max-width: 100%;
        margin-top: 30px;
    }
    .theme-4 .welcome4_area {
        padding: 200px 0 300px;
    }
}
@media screen and (max-width: 425px) {
    .theme-4 .single_post_text .meta3 {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }
    .theme-4 .single_post_text .meta3 a {
        font-size: 14px;
        position: relative;
        z-index: 2;
        line-height: 14px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .theme-4 .single_post_text .meta3 a:first-child {
        color: #FF5555;
    }
    .theme-4 .single_post_text .meta3 a:first-child:before {
        display: none;
    }
    .theme-4 .single_post_text .meta3 a:last-child {
        margin-left: 0;
        color: #17222B;
        opacity: 0.75;
    }
    .theme-4 .single_post_text .meta3 a:last-child:before {
        position: absolute;
        content: "|";
        height: 20px;
        width: 10px;
        left: -18px;
        top: 50%;
        margin-top: -10px;
        line-height: 20px;
        color: #17222B;
        opacity: 0.3;
        text-align: center;
        display: none;
    }
    .theme-4 .post_type12 .post_img {
        width: 100%;
    }
    .theme-4 .post_type12 .single_post_text {
        width: 100%;
    }
    .theme-4 .business3.padding30.white_bg.border-radious5.mb30 {
        padding: 20px 0;
    }
    .theme-4 .single_post.mb30.type18 {
        text-align: center;
    }
    .theme-4 .science_mid img {
        margin: 20px 0;
    }
    .theme-4 .book_mark {
        text-align: left;
    }
    .theme-4 .tab4 ul.nav.nav-tabs li a {
        font-size: 16px;
    }
    .theme-4 .widgets_type4 {
        padding-left: 0;
    }
    .theme-4 .widgets_type4 .post_img.number {
        display: none;
    }
}

/* Widget title border */
.widget-border {
    padding-left: 40px;
}
.widget-border:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 30px;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    z-index: -1;
}


.theme-input input {
    font-size: 16px;
    font-weight: 400;
    color: #1091FF;
}

.signup_form form input.cbtn,
.theme-3 .signup_form form input.cbtn,
a.cbtn1,
button.cbtn1,
input.cbtn1 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #1091FF;
    border: none;
}

.dark-theme .topbar .social1 ul li a,
.theme-3 .topbar .social1 li a,
.topbar .social1 ul li a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-style: 14px;
    color: #17222B;
}

.footer .cta .social2 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #C7CACC;
    background: #212C34;
}

.banner {
    position: relative;
    z-index: 2;
}

.banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #17222B;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner_overlay {
    position: relative;
    z-index: 2;
}

.inner_overlay:after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(to left, transparent, #17222B);
    left: 0;
    top: 0;
}

.newsprk-category ul li a {
    position: relative;
    z-index: 2;
}

.newsprk-category ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.half_bg1 {
    position: relative;
    z-index: 2;
}

.half_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #17222B;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg1 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg1:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    background: #233340;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.dark-theme .half_dark_bg60 {
    position: relative;
    z-index: 2;
}

.dark-theme .half_dark_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #233340;
    left: 0;
    top: 0;
    z-index: -1;
}

.half_bg60 {
    position: relative;
    z-index: 2;
}

.half_bg60:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: #17222B;
    left: 0;
    top: 0;
    z-index: -1;
}

.border_left3 {
    border-left: 3px solid #BDC0C2;
}

.comment_form input,
.comment_form textarea {
    border: 1px solid #C4C7C9;
}

.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #1091FF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
    background: #17222B;
    color: #FFFFFF;
    transition: all 0.3s;
}

.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
    padding: 15px 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
    color: #FFFFFF;
    transition: all 0.3s;
}

a.cbtn3,
button.cbtn3,
input.cbt3 {
    padding: 15px 40px;
    font-size: 16px;
    color: #17222B;
    border: 1px solid #1091FF;
    background: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover,
input.cbt3:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.shadow5 {
    box-shadow: 0 72px 20px 0 #fbfbff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1091FF;
    z-index: 999;
}

.preloader.dark-p {
    background: #17222B;
}

.preloader.v4 {
    background: linear-gradient(90deg, #FF5555, #AB50EF);
}

.preloader > div {
    width: 300px;
    height: 300px;
    flex: 0 0 25%;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* NO BORDER SPINNER */
.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

/* BORDER TOP SPINNER */
.bt-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #FFFFFF;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

/* DOUBLE BORDER SPINNER */
.db-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #009688;
    border-bottom-color: #009688;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

/* DOUBLE SPINNER */
.double-spinner {
    position: relative;
}

.dbl-spinner {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid transparent;
    border-top: 4px solid #222;
    border-left: 4px solid #222;
    -webkit-animation: 2s spin linear infinite;
            animation: 2s spin linear infinite;
}

.dbl-spinner--2 {
    border: 4px solid transparent;
    border-right: 4px solid #009688;
    border-bottom: 4px solid #009688;
    -webkit-animation: 1s spin linear infinite;
            animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*----------------------------
	FOOTER WIDGET
-----------------------------*/
.single_fcontact span {
    color: #fff;
}

.footer .extra_newss .single_extra_news p a {
    color: #1091FF;
    font-size: 14px;
}

.border_white_top {
    border-top: 1px solid #3A434B;
}

/*----------------------------
	Search
-----------------------------*/
.searching.active {
    top: 0;
    z-index: 500;
}

/*----------------------------
	elementor WIDGET
-----------------------------*/
.newsprk-post-list2 {
    background: #fff;
}

/*----------------------------
	menu 
-----------------------------*/
.theme-1 .lang ul {
    margin: 0;
    padding: 0;
}
.theme-1 .lang ul li {
    list-style: none;
}

.theme-1 .lang li:hover ul {
    top: 60px;
}

.logo_area.dark-2 .banner1 img {
    border: 1px solid #344656;
    border-radius: 5px;
}

/*----------------------------
   Block list widget Social share 
-----------------------------*/
.post-social-share {
    background: #3A434B;
    position: absolute;
    z-index: 2;
    padding: 10px;
    opacity: 0;
}
.post-social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-social-share ul li a {
    padding-right: 3px;
    padding-left: 3px;
}
.post-social-share ul li a i {
    font-size: 15px;
    color: #fff;
}

.post_type15 .post-social-share {
    top: 10px;
}
.post_type15 .post-social-share ul li {
    display: inline-block;
}
.post_type15 .post-social-share ul li i {
    color: #fff;
}

.widgets_type4 .post-social-share {
    top: 10px;
}
.widgets_type4 .post-social-share ul li {
    display: inline-block;
}
.widgets_type4 .post-social-share ul li i {
    color: #fff;
}

/*----------------------------
 Footer Twitter widget 
-----------------------------*/
.theme-4 .twitter_feeds .single_twitter_feed {
    border: none;
}

/* testimonial widget */
.testimonial-author {
    position: relative;
    z-index: 2;
    padding-left: 60px;
    display: inline-block;
    text-align: left;
}
.testimonial-author .author_img {
    left: 0;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E5E6;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-author ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimonial-author a {
    color: #17222B;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .searching .v1search_form button {
        min-width: 80%;
    }
}

/*-----------------------
    OPEN TRIGGER
-------------------------*/
.offcanvas__menu__open__trigger {
    position: absolute;
    top: -60px;
    background: #17222B;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #394249;
    display: none;
}

.offcanvas__menu__open__trigger img {
    width: 25px;
}

.offcanvas__menu__open__trigger.header__style__1 {
    background: transparent;
    border-color: #dddddd;
}

/*-----------------------
    CLOSE TRIGGER
-------------------------*/
.offcanvas__menu__close__trigger {
    position: absolute;
    left: 0;
    top: 0;
    background: #343538;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.offcanvas__menu__close__trigger img {
    width: 25px;
}

.offcanvas__menu__close__trigger:focus,
.offcanvas__menu__close__trigger:hover {
    color: #ffffff;
}

.offcanvas__menu__close__trigger img {
    transition: 0.3s;
    transform: rotate(0);
}

.offcanvas__menu__close__trigger:hover img {
    transform: rotate(-90deg);
}

@media only screen and (max-width: 479px) {
    .offcanvas__menu__close__trigger {
        width: 50px;
        height: 50px;
        line-height: 55px;
        left: 10px;
        font-size: 25px;
    }
}
/*-----------------------
    WRAPPER
-------------------------*/
.offcanvas__mobile__menu__main__wrapper {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    z-index: 9999;
    transform: translateX(100%);
    padding-left: 60px;
    transition: 0.6s;
}

.offcanvas__mobile__menu__main__wrapper.active {
    transform: translateX(0);
}

.offcanvas__mobile__menu__main__wrapper.inactive {
    transform: translateX(calc(100% + 60px));
}

.offcanvas__menu__wrapper {
    overflow: auto;
    height: 100%;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

.offcanvas__menu__inner__content {
    padding: 15px 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.offcanvas__navigation {
    margin-bottom: 27px;
}

.offcanvas__navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas__navigation > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 0;
    color: #292929;
    display: block;
}

.offcanvas__navigation > ul > li > a:hover {
    color: #ee3333;
}

@media only screen and (max-width: 479px) {
    .offcanvas__navigation > ul > li > a {
        font-size: 14px;
        line-height: 20px;
    }
}
.offcanvas__navigation ul.sub-menu {
    margin-left: 20px;
}

.offcanvas__navigation ul.sub-menu > li > a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0;
}

.offcanvas__navigation ul.sub-menu > li > a:hover {
    color: #ee3333;
}

@media only screen and (max-width: 479px) {
    .offcanvas__navigation ul.sub-menu > li > a {
        font-size: 13px;
        line-height: 18px;
    }
}
.offcanvas__navigation ul li.menu-item-has-children {
    position: relative;
    display: block;
}

.offcanvas__navigation ul li.menu-item-has-children a {
    display: block;
}

.offcanvas__navigation ul li.menu-item-has-children.active > .menu-expand i:before {
    transform: rotate(0);
}

.offcanvas__navigation ul li.menu-item-has-children .menu-expand {
    position: absolute;
    right: auto;
    left: 95%;
    top: -5px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}

.offcanvas__navigation ul li.menu-item-has-children .menu-expand i {
    display: block;
    margin-top: 25px;
    border-bottom: 1px solid;
    position: relative;
    width: 10px;
    transition: all 250ms ease-out;
}

.offcanvas__navigation ul li.menu-item-has-children .menu-expand i:before {
    width: 100%;
    content: "";
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}

@media only screen and (max-width: 991px) {
    .offcanvas__menu__open__trigger {
        display: block;
        left: 13px;
    }

    .dark-theme .offcanvas__menu__open__trigger {
        left: 6px;
    }

    .dark-theme .offcanvas__navigation ul li.menu-item-has-children .menu-expand i {
        color: black;
    }
}
/* Contact Info */
.offcanvas__mobile__menu__about {
    border-top: 1px dotted #e2e2e4;
    padding-top: 27px;
}
.offcanvas__mobile__menu__about p {
    margin-top: 20px;
    color: #384149;
}
.offcanvas__mobile__menu__about .contact-info {
    margin-top: 20px;
}
.offcanvas__mobile__menu__about .contact-info .single_contact {
    margin-bottom: 6px;
}
.offcanvas__mobile__menu__about .contact-info .single_contact a {
    font-size: 16px;
    color: #384149;
}
.offcanvas__mobile__menu__about .contact-info .single_contact a i {
    padding-right: 10px;
    color: #2095f3;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/*================================
	HEADER AREA CSS CSS
*/
.topbar ul {
    margin: 0;
    padding: 0;
}
.topbar ul li {
    font-size: 14px;
    opacity: 0.85;
}
.topbar ul .tranding_bar li {
    list-style: none;
    font-weight: 400;
}
.topbar .top_date_social > div {
    display: inline-block;
}
.topbar .top_date_social > div:first-child {
    padding-right: 25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.topbar .top_date_social > div:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #17222B;
    opacity: 0.3;
    right: 5px;
    top: 50%;
    margin-top: -7.5px;
}
.topbar .paper_date p {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.85;
}
.topbar .social1 ul {
    margin: 0;
    padding: 0;
}
.topbar .social1 ul li {
    list-style: none;
}
.topbar .social1 ul li a {
    opacity: 0.75;
    font-size: 14px;
}

.trancarousel_area .nav_style1 .owl-nav {
    position: absolute;
    right: -9%;
    top: 50%;
    margin-top: -15px;
}
.trancarousel_area .nav_style1 .owl-nav div {
    height: 23px;
    width: 23px;
    line-height: 23px;
}
.trancarousel_area .nav_style1 .owl-nav div:last-child {
    margin-left: 7px;
}
.trancarousel_area .trand {
    float: left;
    margin-right: 10px;
    padding: 12px 20px;
    background: #FF5555;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
}
.trancarousel_area .trancarousel_item {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.85;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trancarousel_area .trancarousel_item a {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}
.trancarousel_area .trancarousel_item p {
    color: #17222B;
    opacity: 0.85;
    word-break: break-word;
}

a.up_btn {
    height: 70px;
    width: 50px;
    text-align: center;
    line-height: 70px;
    background: #FF5555;
    color: #fff;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 10%;
    right: 2%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.sticky a.up_btn {
    visibility: visible;
    opacity: 1;
    bottom: 7%;
    transition: all 0.3s;
}

.logo_area {
    padding: 10px 0;
}

.logo {
    max-width: 250px;
}

.banner {
    padding: 20px 30px;
    background: url("../img/bg/banner.jpg");
}
.banner a.cbtn1,
.banner button {
    padding: 10px;
    font-weight: 500;
}
.banner .add {
    position: relative;
    z-index: 2;
}
.banner .add:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #fff;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.banner .add h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
}
.banner .add h3 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.banner .add_details p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.searching {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #17222B;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.searching .v1search_form input {
    min-width: 80%;
    float: left;
    margin: 0;
}
.searching .v1search_form button {
    min-width: 20%;
    float: left;
}
.searching .close_btn {
    position: absolute;
    top: 20px;
    right: 32px;
    height: 40px;
    width: 40px;
    background: #1091FF;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.searching.active {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    transition: all 0.3s;
}

.searching .v1search_form input {
    background: inherit;
    border-bottom: 2px solid #354756;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.searching .v1search_form input::-webkit-input-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input::-moz-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input:-ms-input-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input::-ms-input-placeholder {
  color: #8296a7;
  opacity: 1;
}
.searching .v1search_form input::placeholder {
  color: #8296a7;
  opacity: 1;
}

.searching .v1search_form input:-ms-input-placeholder {
  color: #8296a7;
}

.searching .v1search_form input::-ms-input-placeholder {
  color: #8296a7;
}

/*================================
	WIDGETS AREA CSS

*/
.slider_arrow {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 66px;
    width: 30px;
    line-height: 66px;
    text-align: center;
    color: #000;
    font-size: 21px;
    z-index: 99;
    transition: all 0.3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.slider_arrow.arrow_right {
    left: auto;
    right: 0;
}

.slider_arrow:hover {
    background: #1091FF;
    color: #fff;
    transition: all 0.3s;
}
.footer .widget-title2,
.widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.footer .widget-title2,
.widget-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}
.footer .widget-title2:after,
.widget-title:after {
    width: 80px;
    height: 3px;
    content: "";
    background: #1091ff;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}


.about_post_list ul {
    margin: 0;
    padding: 0;
}
.about_post_list ul li {
    list-style: none;
    margin-right: 10px;
}
.about_post_list ul li:last-child {
    margin-right: 0;
}
.about_post_list ul li a {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #A0A5A8;
}
.about_post_list ul li a.active {
    color: #17222B;
}

a.single_social {
    display: inline-block;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    background: #3B5998;
    margin: 4px 3px;
    color: #FFFFFF;
    width: 104px;
    line-height: 12px;
}
a.single_social span.follow_icon {
    position: absolute;
    left: 8px;
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
}
a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}

.inner_socail4 a.single_social {
    display: inline-block;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 45px;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 46%;
    line-height: 12px;
    border-radius: 4px;
}
.inner_socail4 a.single_social span.follow_icon {
    position: absolute;
    left: 0;
    font-size: 14px;
    height: 100%;
    width: 30px;
    text-align: center;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_socail4 a.single_social span.icon_text {
    display: block;
    line-height: 10px;
    font-size: 11px;
    margin-top: 5px;
}

a.social_twitter {
    background: #1DA1F2;
}

a.social_youtube {
    background: #FF5050;
}

a.social_instagram {
    background: #9B45D5;
}

a.social_vimeo {
    background: #1AB7EA;
}

a.social_medium {
    background: #00AB6C;
}

.news_letter {
    background: #E9EAEB;
}
.news_letter p {
    color: #39424A;
    font-size: 17px;
    font-weight: 300;
}

.news_letter2 {
    background: #FFFFFF;
}
.news_letter2 input.signup {
    background: #E9EAEB !important;
}

/*DEFAULT POST TYPE*/
.single_post {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.gradient1 {
    position: relative;
    z-index: 2;
}
.gradient1:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    bottom: 0;
}

.single_post_text .meta {
    color: #1091FF;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.single_post_text .meta span {
    color: #888E92;
    text-transform: capitalize;
}

.single_post_text h4 {
    font-size: 16px;
    color: #17222B;
    line-height: 21px;
}

.post_img {
    position: relative;
    z-index: 2;
}

.post_img img {
    -o-object-fit: cover;
       object-fit: cover;
}

.readmore {
    font-size: 14px !important;
}

.nav_style1 .owl-nav {
    position: absolute;
    right: 0;
    top: -48px;
}
.nav_style1 .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #C1C4C6;
    color: #C1C4C6;
    transition: all 0.3s;
}
.nav_style1 .owl-nav div:last-child {
    margin-left: 14px;
}
.nav_style1 .owl-nav div:hover {
    background: #1091FF;
    border-color: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}

.see_all {
    font-weight: 500;
    font-size: 15px;
    color: #8A8F94;
    text-transform: uppercase;
}

.post_size1 {
    min-height: 77px;
}
.post_size1 .post_img {
    height: 77px;
    width: 100px;
}

.post_size3 {
    min-height: 64px;
}
.post_size3 .post_img {
    height: 64px;
    width: 80px;
}

.post_size4 {
    min-height: 56.25px;
}
.post_size4 .post_img {
    height: 56.25px;
    width: 100px;
}

.tranding_border {
    border: 1px solid #FFFFFF;
}

span.tranding.tranding_border {
    line-height: 20px;
}

/*POST TYPE-1*/
.widgets_small {
    padding-left: 120px;
    min-height: 77px;
}
.widgets_small .post_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 77px;
    width: 100px;
}
.widgets_small .post_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
}
.widgets_small:hover .post_img img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.widgets_small .tranding img {
    height: 12px;
    width: 6px;
    padding-top: 2px;
}
.widgets_small .single_post_text a {
    line-height: 21px;
}
.widgets_small .single_post_text .meta {
    font-size: 14px;
    line-height: 20px;
}

.img_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.widget_tab ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    border: none;
}
.widget_tab ul li {
    list-style: none;
    margin-right: 10px;
}
.widget_tab ul li:last-child {
    margin-right: 0;
}
.widget_tab ul li a {
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    line-height: 12px;
    padding: 12px 25px;
}
.widget_tab ul li a.active {
    color: #FFFFFF;
    background: #1091FF;
}

.tab-pane.fade.active.show {
    transform: translateX(0px);
    transition: all 0.3s;
}

.tab-pane.fade {
    transform: translateX(30px);
    transition: all 0.3s;
}

/*POST TYPE-2*/
span.tranding {
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    border-radius: 50%;
    background: #FF5555;
    color: #FFFFFF;
    position: absolute;
    left: 5px;
    top: -10px;
    z-index: 1;
    cursor: pointer;
}

.single_post2_carousel {
    margin-top: 10px;
}

/*POST TYPE-3*/
.post_type3 .post_img span.tranding {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    left: 10px;
    top: 10px;
}
.post_type3 .single_post_text {
    padding: 20px 0;
}
.post_type3 .single_post_text .meta {
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: unset;
    font-size: 14px;
}
.post_type3 .single_post_text .post-p {
    opacity: 0.85;
    font-size: 15px;
    line-height: 22px;
}

/*POST TYPE-4*/
.post_img.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9EAEB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -30px;
    left: 13px;
}
.post_img.number h2 {
    color: #A9ADB1;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.widgets_type4 {
    padding-left: 80px;
}

.about_post_list .nav-tabs {
    border-bottom: none;
}

.socail_share {
    margin: 0;
    padding: 0;
}
.socail_share li {
    position: relative;
    z-index: 2;
    list-style: none;
}
.socail_share li a {
    color: #17222B;
    opacity: 0.3;
    font-size: 14px;
}
.socail_share li a i {
    margin-right: 3px;
}
.socail_share li:last-child {
    margin-left: 10px;
    padding-left: 10px;
}
.socail_share li:last-child:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #A9ADB1;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

.users_area ul {
    margin: 0;
    padding: 0;
}
.users_area ul li {
    list-style: none;
    font-weight: 500;
    padding: 0 6px;
    font-size: 18px;
    color: #8A8F94;
    cursor: pointer;
}

/*POST TYPE-5*/
.post_type5 {
    margin-right: 20px;
    padding-left: 95px;
}
.post_type5 .single_post_text p {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.85;
    line-height: 21px;
    margin-top: 5px;
}
.post_type5 .post_img {
    width: 80px;
    height: 70px;
}
.post_type5 .post_img img {
    width: 80px;
    height: 70px;
}

.nav_style2 .owl-nav div {
    position: absolute;
    height: 100%;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 9;
    color: #17222B;
    transition: all 0.3s;
}
.nav_style2 .owl-nav div:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.nav_style2 .owl-nav div.owl-prev {
    right: auto;
    left: 0;
}

/*POST TYPE-6*/
.post_type6 span.tranding {
    height: 100px;
    width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    background: rgb(255 85 85 / 80%);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    top: 25%;
    font-size: 25px;
}
.post_type6 .single_post_text {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 40px;
}
.post_type6 .single_post_text p.post-p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}
.post_type6 .single_post_text .meta {
    font-weight: 500;
    font-size: 14px;
}
.post_type6 .single_post_text .meta span {
    color: #FFFFFF;
}
.post_type6 .single_post_text p {
    color: #FFFFFF;
}
.post_type6 .single_post_text a {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.post_type6 .single_post_text .meta {
    margin-bottom: 0;
}
.post_type6 .single_post_text .meta a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

/*POST TYPE-7*/
.post_type7 .single_post_text {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 40px 20px 20px;
}
.post_type7 .single_post_text .meta {
    font-weight: 500;
    font-size: 14px;
}
.post_type7 .single_post_text .meta span {
    color: #FFFFFF;
}
.post_type7 .single_post_text a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

/*POST TYPE-7*/
.type8 {
    padding-right: 40px;
    min-height: 64px;
    padding-left: 100px;
}
.type8 .post_img {
    height: 64px;
    width: 80px;
}

.type8_count {
    height: 50px;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    z-index: -1;
}

.type8_count h2 {
    line-height: 50px;
    color: #CED0D2;
    font-size: 36px;
    font-weight: 500;
}

/*POST TYPE-9*/
.post_type9 .tranding.left {
    right: auto;
    left: 15px;
}
.post_type9 .tranding.left img {
    width: 8px;
    height: 15px;
}

.nav_style3 .owl-nav div {
    position: absolute;
    background: #ffffff;
    width: 30px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
    color: #000;
    top: 50%;
    right: 0;
    margin-top: -35px;
    transition: all 0.3s;
}
.nav_style3 .owl-nav div:hover {
    background: #1091FF;
    color: #FFFFFF;
    transition: all 0.3s;
}
.nav_style3 .owl-nav div.owl-prev {
    right: auto;
    left: 0;
}

.mix_carousel {
    background: #FCFCFC;
    padding: 30px;
}

/*POST TYPE-10*/
.type10 .widgets_small {
    min-height: 56.25px;
}
.type10 .post_img {
    height: 56.25px;
}
.type10 .meta.meta2 {
    color: #71787D;
}
.type10 span.tranding.tranding_border {
    border: 1px solid #FFFFFF;
    top: -12px;
    font-weight: 600;
}

/*POST TYPE-11*/
.margintop-60- {
    margin-top: -60px;
}

.post_type11 a.youtube_middle {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 70px;
    text-align: center;
    line-height: 60px;
    font-size: 60px;
    margin-top: -30px;
    margin-left: -35px;
    color: #FF5555;
}
.post_type11 .padding30 {
    padding: 30px;
}

/*POST TYPE-12*/
.post_type12 {
    display: inline-block;
}
.post_type12 .post_img {
    width: 48%;
    float: left;
}
.post_type12 .single_post_text {
    width: 49%;
    float: left;
    padding: 0 0 0 30px;
}

/*POST TYPE-13*/
.post_type13 {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 100px;
}
.post_type13 .circle_match_time {
    position: absolute;
    right: 0;
}
.post_type13 .playing_teams {
    font-size: 18px;
}
.post_type13 .playing_teams span {
    color: #8A8F94;
}
.post_type13 .post_img {
    height: 60px;
    width: 80px;
    margin-top: 7px;
}
.post_type13 .meta.macth_meta {
    color: #8A8F94;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.post_type13 .meta.macth_meta span {
    color: #1091FF;
}

/*CATEGORY*/
.newsprk-category ul {
    margin: 0;
    padding: 0;
}
.newsprk-category ul li {
    list-style: none;
    margin-bottom: 15px;
}
.newsprk-category ul li:last-child {
    margin-bottom: 0;
}
.newsprk-category ul li a {
    display: block;
    padding: 21px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transform: scale(1);
    background-size: cover;
}
.newsprk-category ul li a span {
    width: 80%;
    display: inline-block;
}
.newsprk-category ul li a:hover {
    transform: scale(1.03);
}

.single_post_text .meta2 {
    margin-bottom: 0;
}
.single_post_text .meta2 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 400;
}
.single_post_text .meta2 a:first-child {
    color: #1091FF;
}
.single_post_text .meta2 a:last-child {
    color: #17222B;
    opacity: 0.75;
}

.single_post_text .meta3 {
    margin-bottom: 10px;
}
.single_post_text .meta3 a {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.single_post_text .meta3 a:first-child {
    color: #1091FF;
}

.single_post_text .meta4 {
    margin-top: 0;
}
.single_post_text .meta4 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    color: #17222B;
    opacity: 0.6;
}

.single_post_text .meta5 {
    margin-bottom: 0;
}
.single_post_text .meta5 a {
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.single_post_text .meta5 a:last-child {
    font-weight: 400;
}
.single_post_text .meta5 a:last-child:before {
    color: #FFFFFF;
}

/*================================
	VIDEO AREA CSS
=================================*/
.viceo_posts_wrap {
    background: #FCFCFC;
    padding: 30px;
}

.popular_items {
    margin-top: 12px;
}

.video_posts .container {
    max-width: 1200px;
}

/*================================
	SPORTS AREA CSS
=================================*/
.sports_carousel_item {
    margin-top: 10px;
}

/*================================
	MIX AREA CSS

*/
.mix_area .container {
    max-width: 1200px;
}

/*================================
	FOOTER AREA CSS

*/
.footer .cta {
    padding: 0 0 40px;
}
.footer .cta .social2 {
    margin-top: 35px;
}
.footer .cta .social2 ul {
    margin: 0;
    padding: 0;
}
.footer .cta .social2 ul li {
    list-style: none;
}
.footer .cta .social2 ul li a:hover {
    background: #1091FF;
    color: #FFFFFF;
}
.footer .single_footer_nav ul {
    margin: 0;
    padding: 0;
}
.footer .single_footer_nav ul li {
    list-style: none;
    margin-bottom: 7px;
}
.footer .single_footer_nav ul li a {
    color: #FFFFFF;
    font-weight: 300;
}
.footer .single_footer_nav ul li a:hover {
    color: #1091FF;
}
.footer .single_footer_nav ul li:last-child {
    margin-bottom: 0;
}
.footer .widget-title2 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: 1px solid #3a4957;
}
.footer .twitter_feeds .single_twitter_feed {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .twitter_feeds .single_twitter_feed:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.footer .twitter_feeds .single_twitter_feed h6 {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    font-size: 16px;
}
.footer .twitter_feeds .single_twitter_feed h6 span {
    color: #1091FF;
}
.footer .twitter_feeds .single_twitter_feed p {
    font-size: 14px;
    color: #747A80;
    margin-top: 3px;
}
.footer .twitter_feeds .single_twitter_feed .twitter_feed_icon {
    height: 20px;
    width: 20px;
    color: #1091FF;
    position: absolute;
    left: 0;
    top: 15px;
}
.footer .extra_newss .single_extra_news {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}
.footer .extra_newss .single_extra_news p {
    color: #1091FF;
    font-size: 14px;
}
.footer .extra_newss .single_extra_news p span {
    color: #747A80;
}
.footer .extra_newss .single_extra_news a {
    color: #FFFFFF;
}
.footer .extra_newss .single_extra_news span.news_counter {
    color: #747A80;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}
.footer .extra_newss .single_fcontact {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.footer .extra_newss .single_fcontact:last-child {
    margin-bottom: 0;
}
.footer .extra_newss .single_fcontact a {
    color: #FFFFFF;
}
.footer .extra_newss .single_fcontact .fcicon {
    height: 30px;
    width: 30px;
}
.footer .copyright {
    background: #232D36;
    padding: 15px 0;
}
.footer .copyright p {
    color: #747A80;
    margin-bottom: 0;
}
.footer .copyright ul {
    margin: 0;
    padding: 0;
}
.footer .copyright ul li {
    list-style: none;
}
.footer .copyright ul li a {
    color: #747A80;
    padding: 0 10px;
}
.footer .copyright ul li a:hover {
    color: #FFFFFF;
}

.signup_form form {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}
.signup_form form input.signup {
    padding: 15px;
    width: 65%;
    margin: 0;
    background: #FFFFFF;
}
.signup_form form input.cbtn {
    position: absolute;
    right: 0;
    top: -2px;
    padding: 17px 15px;
}

/*================================
	COMMON CSS
*/
input,
textarea {
    padding: 15px;
}

input,
textarea {
    padding: 15px;
    border: none;
    margin-bottom: 10px;
    background: #E9EAEB;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #80868B;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #80868B;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #80868B;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #80868B;
}
input::placeholder,
textarea::placeholder {
    color: #80868B;
}

.border_black {
    border-bottom: 1px solid #DCDEDF;
}

.inline li {
    display: inline-block;
}

.primay_bg {
    background: #17222B;
}

.border_white {
    border-bottom: 1px solid #3A434B;
}

.border_white_left {
    border-left: 1px solid #3A434B;
}

.border_white_right {
    border-right: 1px solid #3A434B;
}

.border_white_bottom {
    border-bottom: 1px solid #3A434B;
}

.border_black_left {
    border-left: 1px solid #DCDEDF;
}

.margin0 {
    margin: 0;
}

.white h2 {
    color: #FFFFFF;
}

.fourth_bg {
    background: #F0F0F1;
}

.secondary_bg {
    background: #1091FF;
}

.fifth_bg {
    background: #FCFCFC;
}

.theme3_bg {
    background: #ECEDEE;
}

.shadow3 {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.white_bg {
    background: #FFFFFF !important;
}

.white {
    color: #FFFFFF !important;
}
.white a {
    color: #FFFFFF !important;
}
.white p {
    color: #FFFFFF !important;
}
.white h1 {
    color: #FFFFFF !important;
}
.white h2 {
    color: #FFFFFF !important;
}
.white h3 {
    color: #FFFFFF !important;
}
.white h4 {
    color: #FFFFFF !important;
}
.white h5 {
    color: #FFFFFF !important;
}
.white h6 {
    color: #FFFFFF !important;
}
.white li {
    color: #FFFFFF !important;
}
.white li a {
    color: #FFFFFF !important;
}

/* author social css*/
.single__post__author__meta {
    display: flex;
}
.single__post__author__meta a {
    font-weight: 600;
    color: #17222B;
    text-transform: capitalize;
}
.single__post__author__meta span {
    display: block;
}

.author_social ul {
    margin: 0;
    padding: 0;
}
.author_social ul li {
    list-style: none;
}
.author_social ul li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #E4E5E6;
    color: #17222B;
    display: inline-block;
}
.author_social ul li a:hover {
    background: #1091FF;
    color: #FFFFFF;
}
.author_social p {
    font-size: 15px;
}

/*-----------------------------
	author css
------------------------------*/
.shadow6 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bold {
    font-weight: 700;
    background: #DADCDD;
}

.button_group a {
    margin-right: 10px;
}
.button_group a:last-child {
    margin-right: 0;
}

.border4 {
    border-bottom: 1px solid #ECEDEE;
}

.layout3 .container {
    max-width: 1110px;
}

.theme-1 {
    background: #fff;
}

/*================================
	EXTRA LARGE DEVICE

*/
@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .download_btn .download_btn_group a.app_btn {
        padding: 12px 10px 12px 30px;
    }

    .download_btn .download_btn_group a.app_btn i {
        left: 7px;
        font-size: 20px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin-top: -10px;
    }

    .widget_tab ul li a {
        padding: 12px 19px;
    }

    .widgets_small .single_post_text a {
        line-height: 21px;
        font-size: 13px;
    }

    .single_post_text .meta2 a {
        font-size: 10px;
    }

    .type8 {
        padding-right: 30px;
    }

    .ldnane {
        display: none;
    }

    .post_type13 .meta.macth_meta {
        font-size: 14px;
    }

    .main-nav ul.navbar-nav > li > a {
        font-size: 14px;
    }
}

/*================================
	MEDIUM DEVICE

*/
@media screen and (min-width: 767px) and (max-width: 990px) {
    .md-mt-30 {
        margin-top: 30px;
    }

    .topbar .top_date_social > div:first-child {
        padding-right: 0;
        margin-right: 0;
    }

    .topbar .top_date_social > div:first-child:after {
        display: none;
    }

    .trancarousel_area .nav_style1 .owl-nav {
        right: -13%;
    }
}
/*================================
	LARGE MOBILE DEVICE

*/
@media screen and (max-width: 990px) {
    .author_social.text-right {
        text-align: right;
    }

    .single_post_heading h1 {
        font-size: 24px;
        line-height: 32px;
    }


    .tags li {
        margin: 5px;
    }

    .menu_right {
        float: right;
        margin-top: 25px;
    }

    .footer .single_contact3 {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .date3 {
        width: 60%;
        float: right;
    }
}
/*================================
	MOBILE LANDSCAPE DEVICE

*/
@media screen and (max-width: 767px) {
    .copyright_menus.text-right {
        text-align: left !important;
        margin-top: 10px;
    }

    .signup_form {
        margin-top: 40px;
    }

    .top_date_social.text-right {
        text-align: left !important;
        padding: 10px 0;
    }

    .right_btn.text-right {
        text-align: left !important;
        margin-top: 12px;
    }

    .post_type6 {
        background: #17222B;
    }
    .post_type6 .single_post_text {
        padding: 20px;
        position: relative;
    }
    .post_type6 .single_post_text a {
        margin-top: 10px;
        color: #fff;
        font-size: 22px;
        line-height: 24px;
        font-weight: 700;
    }

    .post_type12 .single_post_text {
        width: 100%;
        float: unset;
        padding: 20px;
    }
    .post_type12 .post_img {
        width: 100%;
        float: unset;
    }

    .single_post_heading h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .author_about {
        padding-left: 0;
    }
    .author_about .author_img {
        position: relative;
        margin-bottom: 30px;
    }

    .date3 {
        width: 80%;
        float: right;
    }
    .date3 p {
        font-size: 14px;
    }

    .signup_form {
        margin-bottom: 20px;
    }

    .download_btn .download_btn_group a.app_btn:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    .download_btn_group {
        margin-top: 30px;
    }

    .topbar {
        text-align: center;
        margin-top: 20px;
    }

    .v3datentemp {
        text-align: center !important;
    }

    .social4.text-right {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .top_date_social.text-right {
        text-align: center !important;
    }

    .v3datentemp > div {
        width: 100%;
        float: unset;
        margin-bottom: 10px;
        text-align: center !important;
    }

    .topbar {
        display: none;
    }

    .single_post_text .meta5 {
        margin-bottom: 0;
    }
    .single_post_text .meta5 a {
        font-size: 14px;
        text-transform: capitalize;
        position: relative;
        z-index: 2;
        line-height: 17px;
        margin-bottom: 5px;
        color: #FFFFFF;
    }
    .single_post_text .meta5 a:last-child {
        margin-left: 20px;
        font-weight: 400;
    }
    .single_post_text .meta5 a:last-child:before {
        position: absolute;
        content: "/";
        height: 20px;
        width: 10px;
        left: -18px;
        top: 50%;
        margin-top: -10px;
        line-height: 20px;
        color: #FFFFFF;
        text-align: center;
    }

    .type8 {
        padding-right: 0;
    }
    .type8 .type8_count {
        display: none;
    }

    .viceo_posts_wrap {
        padding: 10px;
    }
}
/*================================
 MOBILE PORTRAIT DEVICE

*/
@media screen and (max-width: 425px) {
    .author_social.text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    .widget_tab ul li {
        margin-right: 0;
    }

    .post_type13 {
        height: auto;
    }

    p.video_img_text {
        display: none;
    }

    .next_prv_single a {
        font-size: 16px;
        line-height: 26px;
    }

    .next_prv_single p {
        font-size: 13px;
    }

    .replay.text-right {
        text-align: left !important;
    }

    .tranding_bar li:last-child {
        margin-top: 20px;
    }

    .post_type13 {
        padding-left: 60px;
    }
    .post_type13 .post_img {
        height: 45px;
        width: 55px;
        margin-top: 12px;
    }

    .post_type3 .single_post_text a {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
    }

    .post_type11 .padding30 {
        padding: 10px;
    }

    .widget-title {
        font-size: 20px;
    }

    .button_group a {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .button_group a:last-child {
        margin-bottom: 0;
    }

    .widget_tab ul li a {
        padding: 12px 20px;
    }

    .single_post_text .meta2 a {
        margin-left: 0 !important;
    }

    .owl-carousel .owl-item .post_img img {
        width: 375px;
        height: 250px;
    }

    .pagination li.pagination-dots {
        width: 35px;
        height: 35px;
        line-height: 1;
    }

    .cpagination li a {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
    }

    .cpagination.v3.padding5050 {
        padding: 0 0 30px;
    }
}
/*===================================
    RELATED POST AREA
====================================*/
.related__post__area .author-thumb {
    margin-left: 0;
}
.related__post__area .meta span:first-child {
    margin-left: 0;
}
.related__post__area .meta i {
    margin-right: 5px;
}
.related__post__area a.related__title {
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
.related__post__area .single_post_text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.related__post__area .single_post_text h4 a {
    color: #17222b;
}
.related__post__area .single_post_text .meta3 a:first-child {
    text-transform: uppercase;
}

/************************************
    POST SLIDER STYLES
*************************************/
/*-----------------------
    STYLE 1
------------------------*/
a.showmore {
    display: inline-block;
}

.post__slider__style__1 .widgets_small {
    min-height: 50px;
}

.post__slider__style__1 h4 {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}

.post__slider__style__1 p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*----------------------
    STYLE 2
-----------------------*/
.post__slider__style__2 .meta a {
    margin-right: 0;
    margin-bottom: 10px;
}

.post__slider__style__2 .meta a:after {
    display: none;
}

/*----------------------
    STYLE 3
-----------------------*/
.post__slider__style__3 h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.post__slider__style__3 h4 a {
    color: #17222B;
}

/*----------------------
    STYLE 4
-----------------------*/
.post__slider__style__4 .post_img {
    flex: 80px 0 0;
}

.post__slider__style__4 .post_img img {
    height: 100%;
}

/*----------------------
    Main Slider
------------------------*/
.post__slider__main__area .tranding {
    z-index: 1;
    cursor: pointer;
}

.post__slider__main__area .meta a:after {
    opacity: 1;
    color: #ffffff;
}

/*--------------------------
    POST VERTICAL SLIDER
----------------------------*/
.post__vertical__slider .meta a:after {
    color: #fff;
    opacity: 1;
}

.post__vertical__slider .meta span {
    margin-left: 0;
}

/*-----------------------
    TAB POST STYLE 1
------------------------*/
.widget_tab.widget__post__tab__style__1 .single_post {
    align-items: center;
}

.widget_tab.widget__post__tab__style__1 .single_post .post_img {
    position: inherit;
    margin-right: 15px;
    flex: 100px 0 0;
}

.widget_tab.widget__post__tab__style__1 .single_post h4 {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_tab.widget__post__tab__style__1 .single_post_text .meta span {
    margin-left: 0;
}

.widget_tab.widget__post__tab__style__1 ul.nav.nav-tabs {
    display: flex;
}

.widget_tab.widget__post__tab__style__1 ul.nav.nav-tabs li {
    flex: 1;
    width: 100%;
}

.widget_tab.widget__post__tab__style__1 ul li a {
    padding: 12px 0;
    display: block;
    text-align: center;
}

/*-----------------------
    TAB POST STYLE 2
------------------------*/
.widget_tab.widget__post__tab__style__2 {
    border-radius: 5px;
}

.widget__post__tab__style__2 .widget.tab_widgets {
    margin-top: 0;
}

.widget_tab.widget__post__tab__style__2 .single_post .post_img {
    position: inherit;
    margin-right: 15px;
    flex: 80px 0 0;
}

.widget_tab.widget__post__tab__style__2 .single_post img {
    border-radius: 5px;
}

.widget_tab.widget__post__tab__style__2 .single_post h4 {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_tab.widget__post__tab__style__2 .single_post_text .meta span {
    margin-left: 0;
}

.widget_tab.widget__post__tab__style__2 ul.nav.nav-tabs {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.widget_tab.widget__post__tab__style__2 ul.nav.nav-tabs li {
    flex: 1;
    width: 100%;
}

.widget_tab.widget__post__tab__style__2 ul li a {
    padding: 12px 0;
    display: block;
    text-align: center;
}

/*-----------------------
    TAB POST STYLE 3
-------------------------*/
.widget__post__tab__style__3 ul.nav.nav-tabs {
    display: flex;
}

.widget__post__tab__style__3 ul.nav.nav-tabs li {
    flex: 1;
}

.widget__post__tab__style__3 ul.nav.nav-tabs li a {
    width: 100%;
    font-size: 14px;
}

.widget__post__tab__style__3 h4 a {
    font-size: 20px !important;
}

/*--------------------------
    POST LIST STYLE 2
----------------------------*/
.post__listing__style__2 .post_img {
    height: auto;
}

.post__listing__style__2 .img_wrap {
    border-radius: 5px;
}

/*---------------------------
    VIDEO POST STYLE
----------------------------*/
.video__post__slider__style__2 .single_post .post_img {
    z-index: -1;
}

.video__post__slider__style__2 .single_post .post_img .tranding {
    z-index: 1;
    cursor: pointer;
}

.video__post__slider__style__2 .meta a:after {
    color: #fff;
    opacity: 1;
}

/*---------------------------
    POST GRID STYLE 1
----------------------------*/
.post__grid__style__1 h4,
.post__grid__style__2 h4,
.post__grid__style__3 h4,
.post__grid__style__4 h4 {
    font-size: 20px;
    line-height: 1.3;
}

.post__grid__style__1 h4 a,
.post__grid__style__2 h4 a,
.post__grid__style__3 h4 a,
.post__grid__style__4 h4 a {
    color: #17222B;
}

.post__grid__style__1 h4 a:hover,
.post__grid__style__2 h4 a:hover,
.post__grid__style__3 h4 a:hover,
.post__grid__style__4 h4 a:hover {
    color: #1091FF;
}

.post__grid__style__4 .single_post {
    margin-bottom: 20px;
}

.post__grid__style__4 .single_post:last-child {
    margin-bottom: 0;
}

.post__grid__style__4 .single_post h4 {
    margin-bottom: 15px;
}

.post__grid__style__4 .single_post .row {
    margin-bottom: 10px;
}

.post__grid__style__4 .single_post a.readmore3 {
    margin-bottom: 20px;
    margin-top: 10px;
}

/*---------------------------
    VIDEO POPUP POST STYLE 1
----------------------------*/
.gray-theme .post__popup__style__2 .meta a:after {
    opacity: 1;
    color: #fff;
    transform: rotateX(0);
    content: "|";
}

.gray-theme .single_post_text .meta3 a:before {
    display: inline-block;
    margin-right: 10px;
    content: "|";
    height: 20px;
    width: 3px;
    top: 0;
}

.gray-theme .single_post_text .meta3 a:first-child:before {
    margin-right: 20px;
    margin-left: -20px;
}

.gray-theme .single_post_text .meta3 a:after {
    display: none !important;
}

.post__slider__v2__style__1 .meta a:after,
.post__slider__v2__style__1 .meta2 a:after,
.post__slider__v2__style__1 .meta3 a:after,
.post__slider__v2__style__1 .meta4 a:after,
.post__slider__v2__style__1 .meta5 a:after,
.post__slider__v2__style__2 .meta a:after,
.post__slider__v2__style__2 .meta2 a:after,
.post__slider__v2__style__2 .meta3 a:after,
.post__slider__v2__style__2 .meta4 a:after,
.post__slider__v2__style__2 .meta5 a:after {
    content: "|";
    transform: rotate(0);
}

/*--------------------------
    DARK VERSION
----------------------------*/
.dark-theme .meta a:after,
.dark-theme .meta2 a:after,
.dark-theme .meta3 a:after,
.dark-theme .meta4 a:after,
.dark-theme .meta5 a:after {
    color: #ffffff;
}

.dark-theme .meta a,
.dark-theme .meta2 a,
.dark-theme .meta3 a,
.dark-theme .meta4 a,
.dark-theme .meta5 a {
    margin-left: 0 !important;
}

.dark-theme .meta a:before,
.dark-theme .meta2 a:before,
.dark-theme .meta3 a:before,
.dark-theme .meta4 a:before,
.dark-theme .meta5 a:before {
    display: none;
}

/*--------------------------
    IN VERSION 3
----------------------------*/
.theme-3 .meta3 a:after,
.video__post__alt__style__1 .meta2 a:after {
    display: none !important;
}

.theme-4 .meta a,
.theme-4 .meta2 a,
.theme-4 .meta3 a,
.theme-4 .meta4 a,
.theme-4 .meta5 a,
.theme-4 .post__meta a {
    margin-right: 0;
}

.theme-4 .meta a:after,
.theme-4 .meta2 a:after,
.theme-4 .meta3 a:after,
.theme-4 .meta4 a:after,
.theme-4 .meta5 a:after,
.theme-4 .post__meta a:after {
    display: none;
}

/*------------------------------
    SEARCH FORM
-------------------------------*/
.searching form {
    position: relative;
}

.searching form button {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .theme-4 {
        margin-bottom: 60px;
    }

    .main-nav {
        min-height: 70px !important;
    }

    .main-container {
        padding: 0;
    }

    .row.justify-content-end {
        display: inherit !important;
    }

    .col-md-6.col-lg-4.align-self-center.fix_width_social {
        max-width: inherit !important;
    }

    .social4 ul {
        padding: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .flex__end__content {
        justify-content: flex-end;
    }
}
.layout-2 .border_left3,
.layout-3 .border_left3 {
    background: #f0f0f1;
    padding: 20PX;
    border-left: none;
}

.single__post__author__meta .author__data span {
    font-size: 14px;
    line-height: 1.5;
    color: #888E92;
}

article.post.layout-3 {
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.1);
    background: #ffffff;
    margin: 0 0 30px;
    padding: 30px;
}

.post-single.layout-3 .quomodo-content-container {
    box-shadow: none;
}

.blog-single .post-single .page_comments .cat .post-cat {
    padding-right: 8px;
    text-transform: capitalize;
    color: #007bff;
    font-weight: 500;
}

.blog-single .post-single .page_category a {
    font-weight: 500;
}

.widget-inner.tab_widgets {
    margin-top: 25px;
}

.sidebar .widget_tab ul li a {
    padding: 12px 16px;
}

/* Social Widget*/
.social_counter_content {
    white-space: nowrap;
}

.sociai_style3.inner_socail4 .social_shares {
    display: flex;
    flex-wrap: wrap;
}

.inner_socail4 a.single_social {
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-left: 45px;
    margin: 4px 3px;
    color: #FFFFFF;
    overflow: hidden;
    width: 46%;
    line-height: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    flex: 31.33% 0 0;
}

@media screen and (max-width: 1024px) and (max-width: 1300px) {
    .inner_socail4 a.single_social {
        flex: 47.33% 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .inner_socail4 a.single_social {
        flex: 47.33% 0 0;
    }
}
.qs_newsp_post-style-5-item .post-thumb {
    position: relative;
}

.qs_newsp_post-style-5-item .post-thumb img {
    width: 100%;
}

.qs_newsp_post-style-5-item .post-thumb span {
    position: absolute;
    top: 15px;
    left: 0;
    background: #1091ff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 0 30px 30px 0;
}

.qs_newsp_post-style-5-item .post-contact {
    padding: 21px 12px;
    border-radius: 0;
    background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item .post-contact {
        padding: 20px 0;
    }
}
.qs_newsp_post-style-5-item .post-contact .title {
    font-size: 20px;
    line-height: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .qs_newsp_post-style-5-item .post-contact .title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item .post-contact .title {
        font-size: 17px;
        line-height: 23px;
    }
}
.qs_newsp_post-style-5-item .post-contact .meta-date span {
    font-size: 13px;
    font-weight: 500;
    color: #17222b;
    padding-left: 12px;
    position: relative;
}

.qs_newsp_post-style-5-item .post-contact .meta-date span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 12px;
    background: #1091ff;
}

.qs_newsp_post-style-5-item.post-style-big .post-contact .title {
    font-size: 34px;
    line-height: 44px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-style-5-item.post-style-big .post-contact .title {
        font-size: 24px;
        line-height: 34px;
        padding-right: 0;
    }
}
.qs_newsp_post-style-5-item.post-scrolling-item {
    border-bottom: 1px solid #e7e8e9;
}

.qs_newsp_post-style-5-item.post-scrolling-item .post-contact {
    padding: 21px 0 43px;
}

.qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 17px;
        line-height: 27px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-style-5-item.post-scrolling-item .post-contact .title {
        font-size: 18px;
        line-height: 28px;
    }
}
.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a {
    font-size: 14px;
    font-weight: 500;
}

.qs_newsp_post-style-5-item.post-scrolling-item .post-contact > a i {
    padding-left: 6px;
}

.qs_newsp_post-item-5 {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.qs_newsp_post-item-5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
    opacity: 0.5;
}

.qs_newsp_post-item-5 .post-meta {
    position: absolute;
    left: 0;
    top: 15px;
}

.qs_newsp_post-item-5 .post-meta span {
    background: #1091ff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 0 30px 30px 0;
}

.qs_newsp_post-item-5 .post-item-thumb img {
    width: 100%;
}

.qs_newsp_post-item-5 .post-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-top: 0;
    padding: 26px;
    border-radius: 0 0 10px 10px;
    z-index: 10;
}

.qs_newsp_post-item-5 .post-item-content::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #fff;
    transition: all linear 0.3s;
}

.qs_newsp_post-item-5 .post-item-content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: -72px;
    transition: all linear 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-item-5 .post-item-content .title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-item-5 .post-item-content .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: -60px;
    }
}
.qs_newsp_post-item-5 .post-item-content .title a {
    color: #fff;
}

.qs_newsp_post-item-5 .post-item-content p {
    opacity: 0;
    transition: all linear 0.5s;
}

.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a:hover {
    color: #1091ff;
}

.qs_newsp_post-item-5 .post-item-content .post-link .more-btn a i {
    padding-left: 6px;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul li {
    display: inline-block;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #b5b5b5;
    text-align: center;
    margin-left: 6px;
}

.qs_newsp_post-item-5 .post-item-content .post-link .social ul li a:hover {
    background: #1091ff;
    border-color: #1091ff;
    color: #fff;
}

.qs_newsp_post-item-5:hover .post-item-content::before {
    height: 100%;
}

.qs_newsp_post-item-5:hover .post-item-content .title {
    margin-bottom: 0;
}

.qs_newsp_post-item-5:hover .post-item-content .title a {
    color: #17222b;
}

.qs_newsp_post-item-5:hover .post-item-content p {
    opacity: 1;
}

.qs_newsp_post-item-5:hover .post-item-content .post-link .more-btn a {
    color: #17222b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .qs_newsp_post-item-5.item-3 {
        display: none;
    }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item {
    border-bottom: 1px solid #e7e8e9;
    padding-bottom: 8px;
    margin-bottom: 23px;
}

.qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
    font-size: 20px;
    line-height: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .qs_newsp_post-list-5 .qs_newsp_post-list-item .title {
        font-size: 16px;
        line-height: 22px;
    }
}
.qs_newsp_post-list-5 .qs_newsp_post-list-item .text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.qs_newsp_post-list-5 .qs_newsp_post-list-item .text img {
    min-width: 100px;
    max-height: 90px;
    margin-right: 20px;
}

.qs_newsp_post-list-5 .qs_newsp_post-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.header-topbar {
    border-bottom: 1px solid #dcdedf;
    background: #fff;
}

@media (max-width: 767px) {
    .header-topbar {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-topbar {
        display: block;
    }
}
.header-topbar .topbar-social {
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-topbar .topbar-social .social {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .header-topbar .topbar-social .social {
        padding-right: 30px;
    }
}
.header-topbar .topbar-social .social ul {
    margin: 0;
    padding: 0 0 0 14px;
    list-style-type: none;
    position: relative;
}

.header-topbar .topbar-social .social ul::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(23, 34, 43, 0.3);
    width: 1px;
    height: 14px;
}

.header-topbar .topbar-social .social ul li {
    display: inline-block;
}

.header-topbar .topbar-social .social ul li a {
    color: rgba(23, 34, 43, 0.75);
    margin-left: 10px;
    transition: all 0.3s ease-out 0s;
}

.header-topbar .topbar-social .social ul li a:hover {
    color: #1091ff;
}

.header-topbar .topbar-social p {
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-topbar .topbar-social p {
        font-size: 14px;
    }
}
.topbar-trending > span {
    float: left;
    background: #f55;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 18px;
}

.topbar-trending .trending-slider .trending-item p {
    margin-bottom: 0;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .topbar-trending .trending-slider .trending-item p {
        font-size: 13px;
    }
}
.topbar-trending .trending-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 1px solid rgba(23, 34, 43, 0.25);
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
    background: #fff;
}

.topbar-trending .trending-slider .slick-arrow.prev {
    right: 25px;
}

.topbar-trending .trending-slider .slick-arrow.next {
    right: 0;
}

.header-centerbar {
    padding: 10px 0;
    background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-centerbar-ad {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .header-centerbar-ad {
        margin-top: 20px;
    }
}
.header-menubar {
    background: #fff;
}

.header-menu-rightbar {
    margin-left: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-menu-search ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-menu-search ul li {
    display: inline-block;
}

.header-menu-search ul li a {
    font-size: 18px;
    color: rgba(23, 34, 43, 0.5);
    margin: 7px;
}

.nice-select-item {
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nice-select-item {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .nice-select-item {
        margin-left: 0;
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nice-select-item {
        display: block;
    }
}
.nice-select-item .nice-select {
    border: 0;
    border-left: 1.5px solid rgba(23, 34, 43, 0.3);
    border-right: 1.5px solid rgba(23, 34, 43, 0.3);
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item .nice-select {
        padding-right: 25px;
    }
}
.nice-select-item .nice-select::after {
    height: 10px;
    width: 10px;
    top: 36%;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item .nice-select::after {
        right: 8px;
    }
}
.header-temperature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header-temperature {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-temperature {
        display: block;
    }
}
.header-temperature .icon {
    padding-left: 13px;
    padding-right: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-temperature .icon {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.header-temperature .temperature-content .title {
    margin-bottom: 0;
}

.header-temperature .temperature-content .title sup {
    font-size: 16px;
}

.header-temperature .temperature-content .title sup sub {
    font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-temperature .temperature-content p {
        font-size: 13px;
    }
}
.newsprk-menu-js .icon-close {
    display: none;
}

.header-area {
    box-shadow: 0 10px 40px rgba(23, 34, 43, 0.05);
    position: relative;
    z-index: 9;
}

.header-area.header-dark .header-topbar {
    background: #17222b;
    border-bottom-color: #44515d;
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .trending-item p a {
    color: rgba(255, 255, 255, 0.85);
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .trending-item p {
    color: rgba(255, 255, 255, 0.85);
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow {
    background-color: transparent;
    border: 1px solid #515a60;
    transition: all 0.3s ease-out 0s;
}

.header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow:hover {
    background: #1091ff;
    border-color: #1091ff;
    color: #fff;
}

.header-area.header-dark .header-topbar .topbar-social p {
    color: rgba(255, 255, 255, 0.85);
}

.header-area.header-dark .header-topbar .topbar-social .social ul li a {
    color: rgba(255, 255, 255, 0.75);
}

.header-area.header-dark .header-topbar .topbar-social .social ul li a:hover {
    color: #1091ff;
}

.header-area.header-dark .header-centerbar {
    background: #233340;
}

.header-area.header-dark .header-menubar {
    background: #233340;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light {
    background-color: transparent;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light li a {
    color: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light ul ul {
    background: #233340;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light .menu-toggle span.bars span {
    background: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light a {
    color: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::after,
.header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::before {
    border-color: #fff;
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.desktop li.has-sub ul li a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a.active,
.header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.header-area.header-dark .header-menubar .header-menu .stellarnav.mobile.light ul {
    background: #233340;
}

.header-area.header-dark .header-menubar .header-menu-rightbar .header-menu-search ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.header-area.header-dark .header-menubar .header-menu-rightbar .nice-select-item .nice-select {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    border-left-color: #65717a;
    border-right-color: #65717a;
}

.header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content .title {
    color: #fff;
}

.header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content p {
    color: rgba(255, 255, 255, 0.6);
}

.header-area.header-5-area .container-fluid {
    padding: 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .header-menu .newsprk-navbar-nav li a:hover {
        color: #1091ff !important;
    }
}
@media only screen and (max-width: 991px) {
    .header-area.header-5-area .container-fluid {
        padding: 0 15px;
    }
}
.header-area.header-5-area .header-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area.header-5-area .header-topbar .topbar-trending > span {
    background: rgba(255, 255, 255, 0.08);
}

.header-area.header-5-area .header-topbar .topbar-trending .trending-slider .slick-arrow {
    visibility: hidden;
    opacity: 0;
}

.header-area.header-5-area .header-topbar .topbar-rightbar-item .nice-select-item .nice-select {
    background-color: transparent;
}

.header-area.header-5-area .header-topbar .topbar-rightbar-item .nice-select-item .nice-select > span {
    color: rgba(255, 255, 255, 0.75);
}

.header-area.header-5-area .header-menubar {
    background: #17222b;
}

.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul {
        text-align: left;
    }
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
    padding: 27px 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
        padding: 27px 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a {
        padding: 15px 20px;
    }
}
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a.active,
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a:hover {
    background-color: transparent;
}

.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a.active::before,
.header-area.header-5-area .header-menubar .header-menu .stellarnav > ul > li > a:hover::before {
    display: none;
}

.stellarnav.desktop ul ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 230px;
}
.stellarnav.desktop ul ul li a {
    font-size: 15px;
    text-transform: capitalize;
}

a.cat {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post_type3 .single_post_text .post-p{
	opacity:1;
}
.qs_newsp_post-item-5:hover .more-btn {
    margin-top: 15px;
}

.more-btn {
    transition: 0.3s;
}

@media (max-width: 1024px) {
    .header-menu-rightbar.d-none.d-lg-block {
        display: none !important;
    }
}
.author_about .author_content {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .table_content.border_black_left.pl-md-5.no-padding {
        padding-left: 0 !important;
        border: 0;
    }
    .table_content.border_black_left.pl-md-5 {
        border: 0;
        padding-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .row.post__author__content {align-items: center;justify-content: center;}
    .author_about {
        display: block;
        flex-direction: column;
        text-align: center;
    }
    .author_about .author_img {
        display: inline-block;
        margin-bottom: 20px;
    }
    .table_content.border_black_left.pl-md-5 {
        border: 0;
    }
}


    /* ----------------------
    HEADER SEARCH
    ------------------------*/
    .header-menu-search {
        position: relative;
    }
    .header__search {
        position: absolute;
        width: 350px;
        right: 0;
        top: 50px;
        background: #17222b;
        height: 70px;
        padding: 12px;
        display: none;
    }
    
    .header__search form {
        position: relative;
        height: 100%;
    }
    
    .header__search form input {
        position: absolute;
        background: transparent;
        width: 100%;
        height: 100%;
        border: 1px solid #3a4957;
        padding: 5px 10px;
        margin: 0;
        color: #ffffff;
    }
    
    .header__search form button {
        width: 50px;
        border: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: #1091ff;
        color: #fff;
    }

    .stellarnav.mobile.right > ul {
        right: 0;
        left: auto;
    }




aside.blog-sidebar.sidebar .widget_tab .post_img {
    border-radius: 5px;
    overflow: hidden;
}


aside.blog-sidebar.sidebar .widget_tab .single_post_text h4 {
    margin-bottom: 5px;
}

aside.blog-sidebar.sidebar .widget_tab .single_post_text .meta a {
    color: #1091FF;
}

aside.blog-sidebar.sidebar .widget_tab .border_black {
    display: none;
}

aside.blog-sidebar.sidebar .owl-controls {
    display: none;
}

aside.blog-sidebar.sidebar .widget4_carousel h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
}

aside.blog-sidebar.sidebar .widget4_carousel ul.inline.socail_share {
    display: none;
}

aside.blog-sidebar.sidebar .widget4_carousel p.meta a {
    color: #1091FF;
}

aside.blog-sidebar.sidebar .widget4_carousel .border_black {
    border-bottom: 1px solid #dee2e6;
}

aside.blog-sidebar.sidebar .carousel_post_type3_wrap h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

aside.blog-sidebar.sidebar .carousel_post_type3_wrap p.meta a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1091FF;
}

aside.blog-sidebar.sidebar .tab_widgets h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
}

aside.blog-sidebar.sidebar .tab_widgets .meta2 a:first-child {
    text-transform: uppercase;
}

aside.blog-sidebar.sidebar .tab_widgets .border_black {
    display: none;
}



aside.blog-sidebar.sidebar .tab_widgets .img_wrap {
    border-radius: 5px;
}

aside.blog-sidebar.sidebar .carousel_post_type3_wrap .post_img {
    border-radius: 5px;
    overflow: hidden;
}

.footer .tab_widgets .single_post.widgets_small {padding-left: 100px;}

.footer .tab_widgets .meta2 a:first-child {
    text-transform: uppercase;
}

.footer .tab_widgets .border_black {
    display: none;
}

.footer .widget.footer_contact.extra_newss.pl-4.border_none {
    padding-left: 0 !important;
}
.widget.footer_contact.extra_newss.pl-4 {
    border: 0;
    padding-left: 0 !important;
}

.single_post.post__grid__layout__style__3.post_type7 .single_post_text h4 a {
    font-size: 20px;
}

.single_post.post__grid__layout__style__3.post_type7 .single_post_text h4 {
    margin-top: 10px;
}

.single_post.post__grid__layout__style__3.post_type7 .single_post_text .meta5 a {font-weight: 600;}

.single_post.post__grid__layout__style__2 .single_post_text .meta3 a:last-child {
    opacity: 1;
}

.single_post.post__grid__layout__style__2 .single_post_text .meta3 a,
.single_post.post__grid__layout__style__5 .single_post_text .meta3 a {
    color: #888E92;
}

.single_post.post__grid__layout__style__2 .single_post_text .meta3 a:hover,
.single_post.post__grid__layout__style__5 .single_post_text .meta3 a:hover,
.single_post.post__grid__layout__style__2 .single_post_text .meta3 a:first-child,
.single_post.post__grid__layout__style__5 .single_post_text .meta3 a:first-child {
    color: #1091FF;
}

.post__grid__layout__style__3 .post_img img {
    height: 350px;
}

.container.widget-section .border_white {
    display: none;
}

.theme-4 .welcome_list {
    max-width: 1225px;
    left: 0;
    right: 0;
    margin: auto;
}
.archive.author .main-container {
    background: #ffffff !important;
    margin: 0 !important;
    position: relative;
}

body.archive.author {
    background: #ffffff !important;
}

.archive.author .main-container .shadow5 {
    box-shadow: 0 0 0;
}

.quomodo-author-desc {
    padding-top: 15px;
}

.header-area.header-5-area.header-white .header-menubar {
    background: #ffffff;
}

.header-area.header-5-area.header-white .header-topbar {
    border-bottom: 1px solid #dee2e6;
}

.header-area.header-5-area.header-white .header-topbar .topbar-trending > span {
    background: #17222b;
}
header.header-area.header-white.header-5-area .header-menu-search ul li a {
    color: #515960;
}

article.post.layout-3 {
    box-shadow: none;
    background: no-repeat;
    margin: 0 0 30px;
    padding: 0;
}

.next_prv_single.padding20.shadow6.next_prv_single3 {
    box-shadow: none;
    padding: 0;
    background: none;
    padding-left: 20px;
}

.next_prv_single.padding20.shadow6.next_prv_single3:hover a {
    background: none;
}

.next_prv_single.padding20.shadow6.next_prv_single3:hover {
    background: transparent !important;
}

.next_prv_single.padding20.shadow6.next_prv_single3:hover a,
.next_prv_single.padding20.shadow6.next_prv_single3:hover p {
    color: #007bff;
}

@media (max-width: 992px) {
    .header-menubar {
        padding: 10px 0;
    }
}
.trending-slider.news-trending-top-slider {
    margin-bottom: -8px !important;
}

.page_comments li i {
    color: #007bff;
}
.logo {
    max-width: inherit;
}

.next_prev .row .col-lg-6:last-child .next_prv_single {
    text-align: right;
}

.next_prev .row .col-lg-6:first-child .next_prv_single {
    padding: 0;
    border: 0;
}
.next_prev .row .col-lg-6 {
    width: 50%;
}

.wp-block-group__inner-container {
    padding: 20px;
}

.footer .dropdown-toggle::after {
    display: none;
  }

  .wlc_slide_demo1 .slider_arrow4 {
    display: none !important;
}
  @media (max-width: 992px) {
      .footer .copyright {
          padding: 25px 0;
        }
        .footer .copyright,.copyright_menus.text-right {
        text-align: center !important;
    }
    
    .copyright_menus.text-right .copyright_menu {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .header-area {
        z-index: 99999;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        max-width: 320px;
    }
    .header-menu .newsprk-navbar-nav li a {
        border: 0;
    }
    
    .header-menu .newsprk-navbar-nav li li a.news-dropdown-item {
        border: 0 !important;
        padding-left: 20px;
        line-height: 1.4;
        position: relative;
        padding: 8px 0 8px 15px;
    }
    
    .header-menu .newsprk-navbar-nav ul {
     
        margin-left: 10px;
        border-left: 1px solid rgba(221, 221, 221, 1);
       
        padding-left: 5px;
        margin-bottom: 8px;
        margin-left: 20px;
    }
    .stellarnav.mobile.light li a {
        border-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, .15);
    }
    .stellarnav > ul > li:first-child > a {border-top: 0 !important;}
    .header-menu .newsprk-navbar-nav li li a:before {
        content: "";
        width: 10px;
        height: 1px;
        background: rgba(221, 221, 221, 1);
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        top: 18px;
        left: 0;
        display: none;
    }

    .header-menu .newsprk-navbar-nav > li.has-sub > a.nav-link.has-sub {
        position: relative;
    }

    .stellarnav.light a.dd-toggle .icon-plus:after {
        display: none;
    }
    .stellarnav.light a.dd-toggle .icon-plus:before {
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
    }

    .header-menu .newsprk-navbar-nav li li a.dd-toggle {
        height: 40px;
        width: 40px;
        top: 8px;
    }
    
}

