@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff') format('woff');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
}


.icon-tags:before {
    content: "\e7e5";
}

.icon-right1:before {
    content: "\e670";
}

.icon-left-arrow:before {
    content: "\e83d";
}

.icon-tag:before {
    content: "\e66c";
}

.icon-left1:before {
    content: "\e661";
}

.icon-left:before {
    content: "\e628";
}

.icon-right:before {
    content: "\e642";
}

.icon-time:before {
    content: "\e627";
}

.icon-audio:before {
    content: "\e613";
}

.icon-config:before {
    content: "\e626";
}

.icon-leftquote:before {
    content: "\e778";
}

.icon-service:before {
    content: "\e617";
}

.icon-info:before {
    content: "\e60e";
}

.icon-plus:before {
    content: "\e60d";
}

.icon-check:before {
    content: "\e614";
}

.icon-star:before {
    content: "\e629";
}

.icon-mobile:before {
    content: "\e62a";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-leftquote1:before {
    content: "\e7c8";
}

.icon-calender:before {
    content: "\e600";
}

.icon-linkedin:before {
    content: "\e6ce";
}

.icon-navbar:before {
    content: "\e6fb";
}

.icon-home:before {
    content: "\e7c6";
}

.icon-behance:before {
    content: "\e87a";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-edit:before {
    content: "\e603";
}

.icon-comment:before {
    content: "\e8e8";
}

.icon-facebook:before {
    content: "\e630";
}

.icon-phone:before {
    content: "\e6a0";
}

.icon-address:before {
    content: "\e636";
}

.icon-quote:before {
    content: "\e635";
}

.icon-navbar1:before {
    content: "\e611";
}

.icon-user:before {
    content: "\e645";
}

.icon-email:before {
    content: "\e66f";
}

.icon-rightquote:before {
    content: "\e663";
}

.icon-close:before {
    content: "\e606";
    font-weight: bold;
}

.icon-search:before {
    content: "\e6c8";
}

:root {
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: Lora;
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    overflow-x: hidden;
}

h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h4 {
    font-size: calc(1.275rem+.3vw)
}

@media(min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

button,
input,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(max-width:992px) {
    .mb-40 {
        margin-bottom: 20px !important;
    }

    .side-menu {
        margin-top: 3px;
    }

    .copy-right-area p {
        margin-bottom: 0;
    }

    .news-detalis-content,
    .pt-55 {
        padding-top: 20px !important;
    }

    .footer__bottom-content {
        padding: 15px 0 !important;
    }

    .post-comment-form {
        margin-bottom: 20px;
    }

    .widget {
        padding: 20px !important;
    }

    .mt-60 {
        margin-top: 20px !important;
    }

    .mt-55 {
        margin-top: 15px !important;
    }

    .smblog-content {
        padding: 20px 15px !important;
    }

    .mb-75 {
        margin-bottom: 25px !important;
    }

    .mb-50 {
        margin-bottom: 15px !important;
    }

    .mt-120 {
        margin-top: 55px !important;
    }

    .show-mobile {
        display: block !important;
        position: fixed;
        right: 20px;
        top: 10px;
        z-index: 999;
        color: #fff;
        font-size: 20px;

    }

    .header__bottom {
        padding: 8px 0 !important;
    }

}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1440px
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

@media(min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .d-sm-flex {
        display: flex !important
    }
}

@media(min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }
}

@media(min-width:1200px) {
    .d-xl-block {
        display: block !important
    }
}

a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #070337;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #070337;
    margin-top: 44px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #e0e3ed;
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    box-sizing: content-box;
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-120 {
    margin-top: 120px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-75 {
    margin-bottom: 75px
}

.mr-20 {
    margin-right: 20px
}

.pt-15 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-55 {
    padding-top: 55px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-45 {
    padding-bottom: 45px
}

.pl-10 {
    padding-left: 10px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 26px
}

a {
    text-decoration: none
}

h4,
h5,
h6 {
    color: #1F2024;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;

    transition: all .3s ease-out 0s
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.8
}

.cat__menu-wrapper a {
    font-size: 20px;
    font-weight: 550;
    color: #fff;
}

a,
button,
span,
p,
i,
input,
textarea,
li,
img,
*::after,
*::before,
h4,
h5,
h6 {

    transition: all .3s ease-out 0s
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: 0;
    border: 0;
    background: transparent
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0;
    border: 0
}

input {
    outline: 0
}

*::-moz-selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1
}

.w-img img {
    width: 100%
}

.fix {
    overflow: hidden
}

.p-relative {
    position: relative
}

.d-blue-bg {
    background-color: #263C97
}

.d-dark-bg {
    background-color: #222
}

.d-ldark-bg {
    background-color: #2F3037
}

.header {
    border-bottom: 1px solid #e5e5e5;
    border-color: rgba(255, 255, 255, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .header__bottom {
        padding: 15px 0
    }
}

.side-menu-btn {
    color: #fff;
    font-size: 25px
}

.header__bottom-left {
    margin-left: -30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .header__bottom-left {
        margin-left: -10px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .header__bottom-left {
        margin-left: 0
    }
}

.side-border {
    position: relative
}

.side-border::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 18px;
    opacity: .2;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .side-border::before {
        right: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .side-border::before {
        right: 15px
    }
}

.main-menu ul li {
    display: inline-block;
    margin-right: 36px;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li {
        margin-right: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-menu ul li {
        margin-right: 30px
    }
}

.main-menu ul li:hover>a {
    color: #fcbe00
}

.main-menu ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 0
}

.offcanvas__area {
    position: fixed;
    right: -495px;
    top: 0;
    width: 465px;
    height: 100%;
    background: #fff none repeat scroll 0 0;
    overflow-y: scroll;
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 999
}

@media(max-width:575px) {
    .offcanvas__area {
        width: 290px
    }
}

.offcanvas__area.opened {
    right: 0
}

.offcanvas__wrapper {
    position: relative;
    padding: 45px
}

@media(max-width:575px) {
    .offcanvas__wrapper {
        padding: 20px
    }
}

.offcanvas__close {
    position: absolute;
    top: 37px;
    right: 45px
}

.smblog-thum {
    position: relative;
}

@media(max-width:575px) {
    .offcanvas__close {
        top: 10px;
        right: 20px
    }
}

.offcanvas__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #fcbe00;
    color: #fff;
    border-radius: 50%
}

.offcanvas__close-btn:hover {
    background: #222
}

.offcanvas__logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.cta-item {
    margin-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .cta-item {
        margin-right: 0
    }
}

.cta-item .cta-title {
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 1.2;
    color: #fff
}

.cta-item p {
    color: #999
}

.cta-item-d {
    margin-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .cta-item-d {
        margin-right: 0
    }
}

.subscribe__form {
    position: relative;
    width: 100%
}

.subscribe__form input {
    width: 100%;
    height: 45px;
    line-height: 41px;
    padding-left: 20px;
    padding-right: 130px;
    border: 0;
    color: #222;
    background: #fff;
    border-radius: 3px;
    border: 1px solid transparent
}

.subscribe__form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
    background: #fcbe00;
    color: #222;
    text-transform: uppercase;
    padding: 0 25px;
    border: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500
}

.social-icon a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #666;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 10px
}

.social-icon a:last-child {
    margin-right: 0
}

.social-icon a:hover {
    background-color: #fcbe00;
    color: #222
}

.social-icon .facebook {
    background-color: #3b5998
}

.social-icon .twitter {
    background-color: #1da1f2
}

.social-icon .youtube {
    background-color: #cd201f
}

.social-icon .linkedin {
    background-color: #0077b5
}

.social-icon .rss {
    background-color: #f26522
}

.social-icon .dribbble {
    background-color: #ea4c89
}

.basic-pagination ul li {
    display: inline-block
}

.basic-pagination ul li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px
}

.basic-pagination ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 600;
    background: #f5f5f5;
    border: 1px solid #e5e5e5
}

.basic-pagination ul li a:hover,
.basic-pagination ul li a.active {
    background: #fcbe00;
    color: #fff;
    border-color: #fcbe00
}

.sm-item-loc {
    display: flex
}

.sm-item-loc .sml-icon i {
    font-size: 25px;
    color: #fcbe00
}

.sm-item-loc .sm-content {
    position: relative;
    top: -6px
}

.sm-item-loc .sm-content span {
    display: inline-block;
    color: #999;
    font-size: 14px
}

.sm-item-loc .sm-content p {
    color: #222;
    line-height: 14px
}

.sm-item-border {
    border-bottom: 1px solid #e5e5e5
}

.single-smblog {
    position: relative
}

.single-smblog .blog-image {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.single-smblog .blog-image img {
    transition: all .5s ease
}

.single-smblog:hover .blog-image img {
    transform: scale(1.1)
}

.smblog-content {
    padding: 20px 20px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.smblog-content h6 {
    font-size: 15px;
    line-height: 1.34;
    margin-bottom: 0
}

.smblog-content h6:hover {
    color: #16bcdc
}

.smblog-content span {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    display: inline-block
}

.smblog-content span a {
    color: #16bcdc
}

.smblog-content .smblog-foot {
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between
}

.smblog-content .smblog-foot .post-readmore a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #222
}

.smblog-content .smblog-foot .post-readmore a:hover {
    color: #16bcdc
}

.smblog-content .smblog-foot .post-date a {
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block
}

.smblog-content .smblog-foot .post-date a:hover {
    color: #16bcdc
}

.smblog-content-3 {
    border: 1px solid #e5e5e5
}

.smblog-content-3 h6,
.cate {
    font-size: 20px;
    line-height: 1.4
}

.smblog-content-3 h6:hover {
    color: #fcbe00
}

.smblog-content-3 span a {
    color: #fcbe00
}

.smblog-content-3 .smblog-foot .post-date a:hover {
    color: #fcbe00
}

.smblog-content-3 .smblog-foot .post-readmore a:hover {
    color: #fcbe00
}

.blog-tag a {
    padding: 4px 12px;
    display: inline-block;
    background: #16bcdc;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px
}

.blog-tag-2 a {
    background: #fcbe00;
    color: #222
}

.widget {
    padding: 35px 38px;
    border: 2px solid #f3f3f3;
    margin-bottom: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .widget {
        padding: 35px 25px
    }
}

.sidebar-title {
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 16px;
    line-height: 1
}

.n-sidebar-search {
    position: relative
}

.n-sidebar-search input {
    padding-left: 30px;
    padding-right: 80px;
    background: #f5f5f5;
    height: 60px;
    width: 100%;
    border: 0;
    outline: 0
}

.n-sidebar-search a {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #fcbe00;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0
}

.feed-content h6 {
    font-size: 16px;
    line-height: 22px
}

.feed-content h6:hover {
    color: #fcbe00
}

.feed-date {
    font-size: 14px;
    color: #222
}

.feed-date i {
    margin-right: 5px
}

.n-sidebar-feed ul li {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .n-sidebar-feed ul li {
        align-items: flex-start
    }
}

@media(max-width:575px) {
    .n-sidebar-feed ul li {
        display: block
    }
}

.n-sidebar-feed ul li:first-child {
    padding-top: 0
}

.n-sidebar-feed ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.single-category {
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding: 0 80px 0 30px;
    line-height: 50px;
    background: #f8f8f8;
    display: inline-block;
    transition: all .5s ease-out 0s;
    color: #222
}

.category-number {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 14px;
    background: #efefef;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    text-align: center;
    color: #222;
    transition: .3s;
    font-weight: 600
}

.n-sidebar-categories li:hover .category-number {
    background: #fcbe00;
    color: #fff
}

.single-tag {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f4f4f4;
    padding: 0 25px
}

.dktags a {
    background: #f4f4f4;
    color: #222;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 21px;
    padding-bottom: 10px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: capitalize;
    border: 0;
    transition: .3s
}

.dktags a:hover {
    background: #fcbe00;
    color: #fff
}

.news-detalis-content {
    padding: 50px;
    padding-top: 40px;
    border: 2px solid #f3f3f3
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .news-detalis-content {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media(max-width:575px) {
    .news-detalis-content {
        padding-left: 12px;
        padding-right: 12px
    }
}

.news-thumb img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.blog-meta {
    list-style: none;
    padding: 0
}

.blog-meta li {
    display: inline-block;
    margin-right: 55px;
    position: relative
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog-meta li {
        margin-right: 35px
    }
}

.blog-meta li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #666;
    right: -28px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog-meta li::before {
        right: -23px
    }
}

.blog-meta li:last-child::before {
    display: none
}

.blog-meta li a {
    font-size: 14px;
    color: #222
}

.blog-meta li a i {
    margin-right: 10px
}

.blog-meta li a:hover {
    color: #fcbe00
}

.news-title {
    font-size: 35px;
    line-height: 35px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px) {
    .news-title {
        font-size: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .news-title {
        font-size: 27px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .news-title {
        font-size: 23px
    }
}

@media(max-width:575px) {
    .news-title {
        font-size: 20px;
        line-height: 30px
    }
}

.news-title-2 {
    border-top: 1px solid #f3f3f3
}

.blog-inner {
    display: flex;
    align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-inner {
        align-items: flex-start
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .blog-inner {
        display: block;
        text-align: left
    }
}

.blog-inner img {
    margin-right: 30px;
    width: 190px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .blog-inner img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%
    }
}

.blog-inner p {
    line-height: 26px;
    margin-bottom: 0
}

.news-quote-title {
    font-size: 22px;
    line-height: 38px
}

.news-quote-area {
    border: 2px solid #f3f3f3;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    padding: 50px
}

@media(max-width:575px) {
    .news-quote-area {
        padding: 10px
    }
}

.news-quote-area i {
    height: 60px;
    width: 60px;
    background: #fcbe00;
    border-radius: 50%;
    font-size: 25px;
    line-height: 56px;
    color: #fff;
    padding: 16px;
}

.founder-name {
    font-size: 20px;
    line-height: 24px
}

.founder-title {
    font-size: 14px;
    line-height: 15px;
    color: #222;
    display: block
}

.tag-title {
    font-size: 20px;
    line-height: 26px
}

.news-tag a {
    font-size: 12px;
    line-height: 20px;
    color: #222;
    margin-right: 10px;
    padding: 5px 30px;
    border-radius: 30px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    transition: .3s;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block
}

.news-tag a:hover {
    background: #fcbe00;
    color: #fff;
    border-color: #fcbe00
}

.news-share {
    text-align: right
}

@media(max-width:575px) {
    .news-share {
        text-align: left;
        margin-top: 20px
    }
}

.news-share a {
    color: #b9b9b9;
    font-size: 20px;
    margin-right: 30px;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .news-share a {
        margin-right: 10px
    }
}

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

.news-share a:hover .fa-facebook-f {
    color: #166FE5
}

.news-share a:hover .fa-twitter {
    color: #55ADEE
}

.news-share a:hover .fa-typo3 {
    color: #FF8700
}

.news-share a:hover .fa-tumblr {
    color: #000
}

.news-share a:hover .fa-share-alt {
    color: #247FFF
}

.post-comment-form-title {
    font-size: 22px;
    line-height: 26px
}

.post-comment-form form {
    border: 2px solid #f3f3f3;
    padding: 50px
}

@media(max-width:575px) {
    .post-comment-form form {
        border: 0;
        padding: 0
    }
}

.post-comment-form form textarea {
    height: 150px;
    padding: 20px 30px;
    background: #fff;
    font-size: 14px;
    width: 100%;
    border: 1px solid #f3f3f3;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    resize: none;
    outline: 0;
    transition: .3s
}

.post-comment-form form textarea:focus {
    border: 1px solid #fcbe00
}

.post-comment-form form .input-field {
    position: relative;
    margin-bottom: 20px
}

.post-comment-form form .input-field i {
    font-size: 14px;
    color: #fcbe00;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background: #fff
}

.post-comment-form form input {
    height: 60px;
    width: 100%;
    background: #fff;
    padding: 0 30px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    outline: 0;
    transition: .3s
}

.post-comment-form form input:focus {
    border: 1px solid #fcbe00
}

.post-comment {
    width: 200px;
    height: 60px;
    background: #222;
    text-align: center;
    line-height: 60px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    border: 0;
    margin-top: 10px;
    font-weight: 700;
    transition: .3s
}

.post-comment i {
    margin-right: 10px
}

.post-comment:hover {
    background: #fcbe00;
    color: #fff;
    border-color: #fcbe00
}

.mean-container a.meanmenu-reveal {
    display: none
}

.mean-container .mean-nav {
    background: 0;
    margin-top: 0
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: 0
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.mean-container a.meanmenu-reveal {
    display: none !important
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #222;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500
}

.mean-container .mean-nav ul li a:hover {
    color: #fcbe00
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

.footer__links p {
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .footer__links p br {
        display: none
    }
}

.footer__links p a {
    color: #999;
    font-size: 14px;
    padding: 0 10px;
    position: relative
}

.footer__links p a::before {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
    transform: translateX(50%);
    color: #999;
    top: -3px
}

.footer__links p a:hover {
    color: #fcbe00
}

.footer__links p a:last-child::before {
    display: none
}

.footer__bottom-content {
    border-top: 1px solid #333
}

.show-mobile {
    display: none;
}

.copy-right-area p {
    color: #999
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center
}

.ad-div {
	margin-bottom: 20px;
	width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
    height: .2rem;
    max-width: 100%;
    line-height: .3rem;
    font-size: .6rem;
    padding: .5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center
}

.grecaptcha-badge {
    visibility: hidden
}