@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-right1:before {
    content: "\e670";
}

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

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

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

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

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

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

.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-address:before {
    content: "\e636";
}

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

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

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

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

footer .icon-right {
    transform: rotate(-90deg);
    height: 70px;
}

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

html {
    font-family: Lora;
    line-height: 1.15;
}

footer,
header,
section {
    display: block
}

body {
    margin: 0;
    font-family: Lora;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

blockquote {
    margin: 0 0 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

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

button,
input {
    overflow: visible
}

textarea {
    overflow: auto;
    resize: vertical
}

h2,
h3,
h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-10,
.col-12,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-10,
.col-md-6,
.col-md-8,
.col-sm-5,
.col-sm-6,
.col-sm-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

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

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-5 {
    order: 5
}

@media(min-width:576px) {
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
}

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

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

@media(min-width:992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-4 {
        order: 4
    }
}


.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.d-flex {
    display: flex !important
}

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

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

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

.justify-content-center {
    justify-content: center !important
}

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

@media(min-width:768px) {
    .justify-content-md-between {
        justify-content: space-between !important
    }

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


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

body {
    font-family: Lora;
    font-weight: 400;
    font-style: normal;
    color: #616161;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1.8
}

@media(max-width:575px) {
    body {
        font-size: 16px
    }
}

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

img {
    max-width: 100%;
    transition: all .4s ease-out 0s
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

input,
textarea,
button {
    border: 0
}

input,
textarea {
    width: 100%;
    background-color: #fff;
    padding: 0 25px;
    height: 70px;
    font-weight: 700;
    font-size: 15px;
    color: #616161
}

textarea {
    height: 140px;
    padding-top: 20px;
    resize: none
}

.site-logo .logo{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.input-group {
    position: relative
}

.input-group input,
.input-group textarea {
    padding-right: 50px
}

.input-group .icon {
    position: absolute;
    right: 25px;
    font-size: 14px;
    color: #4517ff;
    top: 50%;
    transform: translateY(-50%)
}

.input-group.textarea .icon {
    top: 20px;
    transform: translateY(0)
}

a:focus,
a:hover {
    text-decoration: none
}

i,
span,
a {
    display: inline-block
}

h2,
h3,
h4 {
    font-weight: 700;
    margin: 0
}

h2,
h3,
h3 a,
h4 {
    color: #14212b
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

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

p {
    margin: 0
}

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

a,
a:hover {
    color: #4517ff
}

.main-btn {
    line-height: 70px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 35px;
    border: 0;
    cursor: pointer;
    padding: 0 50px;
    background-color: #4517ff;
    color: #fff;
    transition: all .3s ease-out 0s;
    position: relative;
    z-index: 2
}

@media(max-width:1199px) {
    .main-btn {
        padding: 0 40px;
        font-size: 16px;
        line-height: 60px
    }
}

@media(max-width:575px) {
    .main-btn {
        padding: 0 35px;
        font-size: 14px;
        line-height: 60px
    }
}

.main-btn::after {
    position: absolute;
    right: 15px;
    top: 4px;
    bottom: 4px;
    background-color: #14212b;
    transition: all .3s ease-out 0s;
    content: '';
    z-index: -1;
    width: 85px;
    border-radius: 30px
}

.main-btn:hover {
    color: #fff
}

.main-btn:hover::after {
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0
}

.main-btn.main-btn-3 {
    background-color: #14212b;
    color: #fff
}

.main-btn.main-btn-3::after {
    background-color: #4517ff
}

.section-title .title-tag {
    font-size: 20px;
    font-weight: 700;
    color: #4517ff;
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

@media(max-width:575px) {
    .section-title .title-tag {
        font-size: 18px
    }
}

.section-title .title-tag::before,
.section-title .title-tag::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #4517ff;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    display: none
}

.section-title .title-tag::after {
    left: auto;
    right: 0
}

.section-title.left-border .title-tag {
    padding-left: 45px
}

.section-title.left-border .title-tag::before {
    display: block
}

.section-title .title {
    font-size: 30px;
    line-height: 1.1
}

@media(max-width:1199px) {
    .section-title .title {
        font-size: 42px
    }
}

@media(max-width:767px) {
    .section-title .title {
        font-size: 34px
    }
}

@media(max-width:575px) {
    .section-title .title {
        font-size: 28px
    }
}

@media(max-width:399px) {
    .section-title .title {
        font-size: 20px
    }
}

.section-gap-top {
    padding-top: 130px
}

@media(max-width:991px) {
    header .header-nav::before{
        background-color: #fff !important;
    }
    .site-logo .logo{
        color: #000;
        font-size: 18px;
    }
    .section-gap-top {
        padding-top: 60px
    }
}

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

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

@media(max-width:399px) {
    .row .col-tiny-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

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

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

header .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media(max-width:575px) {
    header .header-nav {
        top: 0
    }
}

header .header-nav .nav-container {
    position: relative;
    display: flex;
   
    align-items: center;
    
    justify-content: space-between
}

header .header-nav .nav-container .navbar-toggler {
    background-color: transparent;
    cursor: pointer;
    display: none;
    padding: 0px;
    margin-left: 30px;
}

header .header-nav .nav-container .navbar-toggler span {
    position: relative;
    background-color: #4517ff;
    border-radius: 0;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block
}

header .header-nav .nav-container .navbar-toggler span:first-child {
    margin-top: 0
}

header .header-nav .nav-container .navbar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 12;
    display: none
}

header .header-nav .nav-container .navbar-close .cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative
}

header .header-nav .nav-container .navbar-close .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff
}

header .header-nav .nav-container .navbar-close .cross-wrap span:first-child {
    top: 12px;
    left: 0;
    transform: rotate(45deg)
}

header .header-nav .nav-container .navbar-close .cross-wrap span:last-child {
    bottom: 12px;
    left: 0;
    transform: rotate(-45deg)
}

header .header-nav .nav-container .menu-items {
    position: relative
}

header .header-nav .nav-container .menu-items ul li {
    display: inline-block
}

header .header-nav .nav-container .menu-items ul li a {
    color: #14212b;
    padding: 0 15px;
    margin: 0 15px;
    line-height: 80px;
    position: relative;
    font-weight: 700;
}

@media(max-width:1599px) {
    header .header-nav .nav-container .menu-items ul li a {
        padding: 0 10px;
        margin: 0 5px
    }
}

@media(max-width:1199px) {
    header .header-nav .nav-container .menu-items ul li a {
        margin: 0 5px;
        padding: 0 6px;
        font-size: 16px
    }
}

header .header-nav .nav-container .menu-items ul li a:hover {
    color: #4517ff
}

header .header-nav::before {
    content: '';
    left: 0;
    top: 0;
    background-color: #4517ff;
    width: 445px;
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 345px 100%, 0% 100%)
}

@media(max-width:1599px) {
    header .header-nav::before {
        width: 265px;
        clip-path: polygon(0 0, 100% 0, 185px 100%, 0% 100%)
    }
}

@media(max-width:1199px) {
    header .header-nav::before {
        width: 245px;
        clip-path: polygon(0 0, 100% 0, 165px 100%, 0% 100%)
    }
}

@media(max-width:991px) {
    footer .icon-right{height: 50px;}
    footer {
        padding-top: 30px !important;
    }
    header .header-nav::before {
        width: 220px
    }
}

.blog-loop.grid-blog .single-post-box {
    margin-bottom: 30px
}

.blog-loop.grid-blog .single-post-box .post-thumb {
    overflow: hidden
}

@media(max-width:767px) {
    .blog-loop.grid-blog .single-post-box .post-thumb img {
        width: 100%
    }
}

.blog-loop.grid-blog .single-post-box .post-content {
    background-color: #f5f5f5;
    padding: 40px 35px;
    border-bottom: 4px solid transparent;
    
    transition: all .3s ease-out 0s
}

@media(max-width:1199px) {
    .blog-loop.grid-blog .single-post-box .post-content {
        padding: 10px 20px
    }
    .blog-loop.grid-blog .single-post-box .post-content .title{
        margin-bottom: 10px !important;
    }

    .blog-loop.grid-blog .single-post-box .post-content .post-link{
        margin-top: 10px !important;
    }
}

.blog-loop.grid-blog .single-post-box .post-content .post-date {
    color: #4517ff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media(max-width:1199px) {
    .blog-loop.grid-blog .single-post-box .post-content .post-date {
        font-size: 16px
    }
}

.blog-loop.grid-blog .single-post-box .post-content .post-date i {
    margin-right: 10px
}

.blog-loop.grid-blog .single-post-box .post-content .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 25px
}

@media(max-width:1199px) {
    .blog-loop.grid-blog .single-post-box .post-content .title {
        font-size: 20px;
        line-height: 24px;
    }
}

.blog-loop.grid-blog .single-post-box .post-content .post-link {
    font-weight: 700;
    color: #14212b;
    margin-top: 25px
}

.blog-loop.grid-blog .single-post-box .post-content .post-link i {
    margin-left: 10px;
    position: relative;
    top: 2px
}

.blog-loop.grid-blog .single-post-box .post-content .post-link:hover {
    color: #4517ff
}

.blog-loop.grid-blog .single-post-box:hover .post-thumb img {
    transform: scale(1.1)
}

.blog-loop.grid-blog .single-post-box:hover .post-content {
    border-color: #4517ff
}

.pagination-wrap {
    margin-top: 10px
}

.pagination-wrap li {
    display: inline-block;
    margin-right: 5px
}

.pagination-wrap li a {
    height: 60px;
    width: 60px;
    display: block;
    line-height: 60px;
    border: 2px solid #eaeaea;
    text-align: center;
    border-radius: 50%;
    color: #616161;
    font-weight: 600;
    font-size: 16px
}

@media(max-width:575px) {
    .pagination-wrap li a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 15px
    }
}

.pagination-wrap li.active a,
.pagination-wrap li:hover a {
    background-color: #4517ff;
    color: #fff;
    border-color: #4517ff
}

@media(max-width:991px) {
    .sidebar {
        margin-top: 30px
    }

    .blog-section {
        padding-bottom: 20px !important;
    }

    .post-details-wrap .post-thumb {
        margin-bottom: 10px !important;
    }
}

.sidebar .widget {
    border: 2px solid #eaeaea;
    padding: 40px;
    margin-bottom: 30px
}

@media(max-width:1199px) {
    .sidebar .widget {
        padding: 40px 30px
    }
}

.sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #eaeaea
}

.sidebar .widget.search-widget {
    padding: 0;
    border: 0
}

.sidebar .widget.search-widget form {
    position: relative
}

.sidebar .widget.search-widget form input {
    border: 2px solid #eaeaea;
    width: 100%;
    padding-left: 40px;
    padding-right: 100px;
    height: 80px;
    color: #616161
}

.sidebar .widget.search-widget form button {
    position: absolute;
    right: 0;
    height: 80px;
    width: 80px;
    background-color: #4517ff;
    color: #fff;
    font-size: 20px;
    transition: .3s
}

.sidebar .widget.search-widget form button:hover {
    background-color: #14212b
}

.sidebar .widget.cat-widget ul li {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.sidebar .widget.cat-widget ul li a {
    color: #616161;
    font-weight: 700;
    display: block
}

.sidebar .widget.cat-widget ul li a span {
    float: right
}

.sidebar .widget.cat-widget ul li a:hover {
    color: #4517ff
}

.sidebar .widget.cat-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.sidebar .widget.recent-post-widget .single-post {
    margin-bottom: 20px;
    display: flex;
}
.blog-section{
    padding-bottom: 50px;
}

.sidebar .widget.recent-post-widget .single-post a {
    font-size: 18px;
    font-weight: 600;
    color: #14212b;
    line-height: 1.2
}

.sidebar .widget.recent-post-widget .single-post .date {
    font-size: 15px;
    font-weight: 600;
    line-height: 1
}

.sidebar .widget.recent-post-widget .single-post .date i {
    color: #4517ff;
    margin-right: 10px
}

.sidebar .widget.recent-post-widget .single-post:last-child {
    margin-bottom: 0
}

.sidebar .widget.popular-tag-widget .tags-loop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px
}

.sidebar .widget.popular-tag-widget .tags-loop a {
    background-color: #f5f5f5;
    font-size: 15px;
    color: #616161;
    display: block;
    padding: 5px;
    text-align: center
}

.sidebar .widget.popular-tag-widget .tags-loop a:hover {
    background-color: #4517ff;
    color: #fff
}

.sidebar .widget.author-widget {
    text-align: center
}

.sidebar .widget.author-widget img.author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 25px
}

.sidebar .widget.author-widget .name {
    font-size: 20px
}

.sidebar .widget.author-widget .role {
    margin-bottom: 20px;
    line-height: 1
}

.sidebar .widget.author-widget .social-icons {
    margin-top: 20px
}

.sidebar .widget.author-widget .social-icons li {
    display: inline-block
}

.sidebar .widget.author-widget .social-icons li a {
    color: #616161;
    font-size: 15px;
    padding: 5px
}

.sidebar .widget.author-widget .social-icons li a:hover {
    color: #4517ff
}

.contact-section.contact-page .contact-info .contact-info-content {
    margin-bottom: 50px
}

.contact-section.contact-page .contact-info .contact-info-content ul {
    margin-top: 30px
}

.contact-section.contact-page .contact-info .contact-info-content ul li {
    font-size: 20px;
    margin-bottom: 15px
}

.contact-section.contact-page .contact-info .contact-info-content ul li,
.contact-section.contact-page .contact-info .contact-info-content ul li a {
    color: #616161
}

.contact-section.contact-page .contact-info .contact-info-content ul li i,
.contact-section.contact-page .contact-info .contact-info-content ul li a i {
    font-size: 18px;
    color: #4517ff;
    margin-right: 10px
}

.contact-section.contact-page .contact-info .contact-info-content ul li.phone,
.contact-section.contact-page .contact-info .contact-info-content ul li.phone a {
    color: #14212b;
    font-weight: 700;
    font-size: 30px
}

.contact-section.contact-page .contact-info .contact-info-content ul li.phone i {
    font-size: 30px
}

.contact-section.contact-page .contact-form {
    padding: 70px 0;
    margin-bottom: 50px;
    position: relative
}

.post-details-wrap .post-thumb {
    margin-bottom: 40px
}

.post-details-wrap .post-meta {
    margin-bottom: 15px
}

.post-details-wrap .post-meta ul li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 600
}

@media(max-width:767px) {
    .post-details-wrap .post-meta ul li {
        margin-right: 15px
    }
}

.post-details-wrap .post-meta ul li,
.post-details-wrap .post-meta ul li a {
    color: #616161
}

.post-details-wrap .post-meta ul li:hover,
.post-details-wrap .post-meta ul li a:hover {
    color: #4517ff
}

.post-details-wrap .post-meta ul li i {
    color: #4517ff;
    margin-right: 10px
}

.post-details-wrap .post-content {
    font-size: 15px
}

.post-details-wrap .post-content .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px
}

@media(max-width:1199px) {
    .post-details-wrap .post-content .title {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .post-details-wrap .post-content .title {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .post-details-wrap .post-content .title {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
}

.post-details-wrap .post-content blockquote {
    padding: 50px 40px;
    background-color: #14212b;
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin: 20px 0
}

@media(max-width:1199px) {
    .post-details-wrap .post-content blockquote {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .post-details-wrap .post-content blockquote {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .post-details-wrap .post-content blockquote {
        padding: 40px 30px;
        font-size: 20px
    }
}

.cate{margin-bottom: 10px;}

.post-details-wrap .post-content blockquote::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-image: url(../image/quote-line.png);
    opacity: .06;
    background-size: auto;
    background-position: 38% 50%;
    background-repeat: no-repeat
}

.post-details-wrap .post-content blockquote .author {
    font-size: 18px;
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: 25px;
    line-height: 1
}

@media(max-width:575px) {
    .post-details-wrap .post-content blockquote .author {
        padding-left: 50px
    }
}

.post-details-wrap .post-content blockquote .author::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background-color: #fff;
    content: ""
}

@media(max-width:575px) {
    .post-details-wrap .post-content blockquote .author::before {
        width: 30px
    }
}

.post-details-wrap .post-content h4.with-check {
    margin-bottom: 20px;
    font-size: 20px
}

@media(max-width:1199px) {
    .post-details-wrap .post-content h4.with-check {
        font-size: 22px
    }
}

@media(max-width:575px) {
    .post-details-wrap .post-content h4.with-check {
        font-size: 20px
    }
}

.post-details-wrap .post-content h4.with-check i {
    margin-right: 15px
}

@media(max-width:1199px) {
    .post-details-wrap .post-content h4.with-check i {
        margin-right: 10px
    }
}

.post-details-wrap .post-footer {
    margin-top: 40px
}

.post-details-wrap .post-footer ul li {
    display: inline-block
}

.post-details-wrap .post-footer ul li a {
    color: #616161
}

.post-details-wrap .post-footer ul li a:hover {
    color: #4517ff
}

.post-details-wrap .post-footer ul li.title {
    font-weight: 700;
    color: #14212b;
}

.post-details-wrap .post-footer .post-share a {
    padding: 5px;
    margin-left: 5px
}

.post-details-wrap .post-footer .post-share a i {
    font-size: 15px
}

.comment-template .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px
}

@media(max-width:1199px) {
    .comment-template .title {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .comment-template .title {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .comment-template .title {
        font-size: 20px
    }
}

.comment-template .comment-form {
    margin-top: 80px;
    padding: 50px;
    background-color: #f5f5f5
}

@media(max-width:1199px) {
    .comment-template .comment-form {
        padding: 35px;
        margin-top: 30px;
    }
}

footer {
    background-color: #14212b;
    position: relative;
    padding-top: 80px;
    z-index: 1
}

footer .widget {
    margin-bottom: 80px
}

@media(max-width:991px) {
    .cate{font-size: 20px !important;}
    footer .widget {
        margin-bottom: 60px
    }
    .contact-section.contact-page .contact-info .contact-info-content ul li.phone,
.contact-section.contact-page .contact-info .contact-info-content ul li.phone a {
    font-size: 20px
}

.contact-section.contact-page .contact-info .contact-info-content ul li.phone i {
    font-size: 20px
}
}

@media(max-width:767px) {
    footer .widget {
        font-size: 16px
    }
}

@media(max-width:575px) {
    footer .widget {
        margin-bottom: 45px
    }
}

footer .widget,
footer .widget a {
    color: #7d91a0
}

footer .widget a:hover {
    color: #fff
}

footer .widget .widget-title,
footer .widget .footer-logo {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px
}

@media(max-width:767px) {

    footer .widget .widget-title,
    footer .widget .footer-logo {
        font-size: 20px
    }
}

footer .widget .social-links {
    margin-top: 25px
}

footer .widget .social-links li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px
}

footer .widget .social-links li a:hover {
    color: #4517ff
}

footer .widget.newsletter-widget {
    padding: 50px;
    border: 2px solid #1d2d3a
}

@media(max-width:991px) {
    footer .widget.newsletter-widget {
        padding: 30px
    }

    .contact-section.contact-page .contact-form {
        padding: 35px 0;
    }

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

footer .widget.newsletter-widget .widget-title {
    margin-bottom: 15px
}

footer .widget.newsletter-widget .newsletter-form {
    position: relative;
    padding-right: 280px
}

@media(max-width:991px) {
    footer .widget.newsletter-widget .newsletter-form {
        padding-right: 0
    }
}

footer .widget.newsletter-widget .newsletter-form input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #33495b;
    line-height: 70px;
    padding: 0;
    height: 70px
}

footer .widget.newsletter-widget .newsletter-form input {
    color: #7d91a0
}

footer .widget.newsletter-widget .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:991px) {
    footer .widget.newsletter-widget .newsletter-form button {
        position: relative;
        margin-top: 20px
    }
}

footer .widget.nav-widget ul li {
    line-height: 42px
}

footer .widget.nav-widget ul li a:hover {
    padding-left: 5px
}

footer .widget.contact-widget .contact-infos {
    margin-top: 20px
}

footer .widget.contact-widget .contact-infos li {
    margin-bottom: 10px
}

@media(max-width:1199px) {
    footer .widget.contact-widget .contact-infos li {
        font-size: 16px
    }
}

footer .widget.contact-widget .contact-infos i {
    margin-right: 10px;
    color: #4517ff
}

@media(max-width:1199px) {
    footer .widget.contact-widget .contact-infos i {
        margin-right: 5px
    }
}

footer .footer-copyright {
    border-top: 2px solid #1d2d3a;
    padding: 30px 0;
    position: relative
}

footer .footer-copyright .copyright-text {
    color: #7d91a0;
}

@media(max-width:767px) {
    footer .footer-copyright .copyright-text span {
        width: 100%;
        text-align: center
    }

    footer .footer-copyright .copyright-text span:first-child {
        order: 2;
    }
}

header .header-nav .nav-container.breakpoint-on {
    padding: 8px 0
}

header .header-nav .nav-container.breakpoint-on .nav-menu {
    background-color: #14212b;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    transition-duration: 500ms;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li {
    display: block
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li::after {
    display: none
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff!important;
    line-height: 45px!important;
    font-size: 15px;
    margin: 0;
    padding: 0 15px
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
    box-shadow: none
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
    color: #fff;
    padding: 0 20px 0 40px;
    line-height: 45px!important
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
    background-color: transparent
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li .submenu li a {
    padding: 0 20px 0 50px
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 0;
    height: 45px;
    width: 45px;
    top: 0;
    border-left: 1px solid rgba(255,255,255,0.5);
    z-index: 2;
    background: transparent;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #fff;
    font-size: 20px
}

header .header-nav .nav-container.breakpoint-on .nav-menu.menu-on {
    left: 0
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item,header .header-nav .nav-container.breakpoint-on .navbar-close,header .header-nav .nav-container.breakpoint-on .navbar-toggler {
    display: block
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item {
    text-align: center;
    margin-top: 40px
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn {
    background-color: #fff;
    color: #14212b
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn::after {
    background-color: #4517ff
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn:hover {
    color: #fff
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .menu-social-link a {
    color: #fff;
    padding: 10px
}



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

.positionFixed {
    bottom: 0px;
    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: 0.2rem;
	width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}