* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'lora';
    src: url(../font/Lora-Regular.ttf)  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'lora', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
	overflow-x:hidden;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        max-width: 1040px
    }
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}

h1 {
	font-size: 25px;
	font-weight: 500;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

a {
	font-family: 'lora', sans-serif;
	color: #6636cc;
    text-decoration: none;
    transition: 0.3s;
}

a:hover,
a:focus{
    outline: none;
	color: #85cc36;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

img{
    display: block;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wrapper-box .row{
    justify-content: space-between;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.header-bottom-area .row{
    justify-content: space-between;
    align-items: center;
}

.header-bottom-area .row .col-xl-3,.header-bottom-area .row .col-xl-9{
    width: auto !important;
}

.logo{
    font-size: 24px;
}

.logo a{
    color: #fff;
    transition: all 0.3s;
    font-weight: bold;
}

.align-items-center{
    justify-content: space-between;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.main-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0;
    line-height: 1;
    transition: all 0.3s;
}

.main-menu ul li:hover > a {
    opacity: 0.8;
}

.header-bottom-area{
    background: #6636cc;
    transition: all 0.3s;
}
header{
    transition: all 0.3s;
}

@media (min-width:768px) {
    header.sticky{
        position: fixed;
        top: 0;
        z-index: 99;
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    
    header.sticky .header-bottom-area{
        background: #fff;
    }
    
    header.sticky .logo a{
        color: #333333;
    }
    
    header.sticky .main-menu ul li a{
        color: #333333;
    }
}

.p-0 {
    padding: 0 !important;
}

.pt-40 {
    padding-top: 40px;
}

.pb-120 {
    padding-bottom: 120px;
}

.gray-bg {
    background: #fff;
}

@media (min-width: 992px) {
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 61.666667%;
        flex: 0 0 61.666667%;
        max-width: 61.666667%;
    }
}

.blog-wrapper {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
}

.mb-40 {
    margin-bottom: 40px;
}

.blog-thumb {
    margin-bottom: 20px;
}

.blog-thumb img {
    width: 100%;
}

.meta-info{
    margin-bottom: 40px;
}

.meta-info ul li {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    position: relative;
}

.meta-info ul li:first-child {
    padding-left: 0;
}

.blog-title {
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 0.5em;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
}

.blog-title a {
    font-weight: bold;
    font-size: 2rem;
}

.blog-content p{
    font-size: 18px;
    margin-top: 15px;
}

.link-box a {
    font-weight: 600;
}

.link-box a span{
    vertical-align: middle;
}

.pagination {
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 3px;
    padding-left: 0;
    list-style: none;
}

.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul > li {
    display: inline-block;
    margin-right: 2px;
}

.pagination ul > li > a {
    background: #FFF;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 700;
    display: inline-block;
    padding: 9px 18px;
    border: 1px solid #ddd;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    color: #fff;
    background: #6636cc;
    border-color: #6636cc;
}

.main h1{
    color: #800080;
    font-weight: bold;
}

.main ul{
    margin: 15px 0 15px 1.6em;
    list-style: disc;
}

.main ul li strong{
    color: #800080;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.widget {
    background: rgba(0, 0, 0, 0.02);
    overflow: hidden;
    padding: 25px;
}

.sidebar-blog .widget {
    margin-bottom: 35px;
}

.widget-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    white-space: nowrap;
}

.sidebar-form form {
    position: relative;
}

.sidebar-form form input {
    background: #fff;
    border: 1px solid #dddddd;
    color: #999999;
    padding: 10px 0;
    text-indent: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    border-radius: 4px;
}

.sidebar-form form button {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    text-align: center;
    border: 2px solid;
    border-color: #6636cc;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    transition: 0.3s;
    margin-top: 0.8em;
}

button {
    cursor: pointer;
}

.sidebar-form form button:hover,.sidebar-form form button:focus {
    border-color: #85cc36;
    box-shadow: none;
    color: #85cc36;
}

.widget div > ul > li:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.widget div > ul li {
    list-style: none;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    margin: 0.8em 0 0;
    padding: 0.8em 0 0;
    font-weight: bold;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: .8em;
}


.pb-25 {
    padding-bottom: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.copyright-area .row div{
    width: auto !important;
}

@media (max-width:992px) and (min-width: 768px) {
    .copyright-area .row{
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .copyright-area .row{
        justify-content: center;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}

.copyright-text > p {
    margin: 0;
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.share-hol{
    justify-content: space-between;
}

.share-hol .col-xl-6{
    width: auto !important;
}

.blog-post-tag > a {
    border: 1px solid #ededed;
    color: #444;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
}

.blog-share-icon {
    margin-top: 8px;
}

.blog-share-icon> a {
    display: inline-block;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #EBEBEB;
    border-radius: 50%;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.blog-share-icon> a:hover{
    opacity: 0.8;
}

.blog-share-icon a.facebook {
	background-color:#3b5998;
}

.blog-share-icon a.twitter {
	background-color:#55acee;
}

.blog-share-icon a.pinqu {
	background-color:#dd4b39;
}

.pt-40 {
    padding-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.details-title h2 {
    font-weight: 700;
    font-size: 20px;
}

@media (min-width: 1200px) {
    form .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.post-comments-form{
    background: rgba(0, 0, 0, 0.02);
    padding: 2.4em;
}

.post-comments-form input {
    border: 1px solid #e6e6e6;
    height: 45px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

.post-comments-form textarea {
    border: 1px solid #e6e6e6;
    height: 130px;
    margin-bottom: 25px;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

.post-comments-form input:focus,
.post-comments-form textarea:focus{
    border-color: #6636cc;
}

.btn {
    border: 2px solid;
    border-color: #6636cc;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    color: #6636cc;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0.8em 1.6em 0.8em;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.brand-btn:hover {
    border-color: #85cc36;
	box-shadow: none;
	color: #85cc36;
}

.menu-toggle{
    display: none;
}

@media (max-width: 767px) {
    header{
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .header-bottom-area {
        padding: 20px 10px;
    }
    .logo{
        text-align: center;
        font-size: 30px;
    }

    .menu-toggle{
        display: none;
        margin: 0.8em auto;
        border: 2px solid;
        border-color: #fff;
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        color: #fff;
        font-weight: bold;
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 1;
        padding: 0.8em 1.6em 0.8em;
        text-shadow: none;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
    }

    a.meanmenu-reveal{
        display: inline-block;
        margin-right: 5px;
    }

    a.meanmenu-reveal span {
        background: #FFF none repeat scroll 0 0;
        display: block;
        width: 15px;
        height: 2px;
        margin-top: 3px;
    }
    
    .main-menu {
        background: #0c1923 none repeat scroll 0 0;
        width: 100%;
    }
    
    .main-menu ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

    .header-bottom-area .row{
        flex-direction: column;
        align-items: unset !important;
    }

    .header-bottom-area .row .col-xl-9{
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 100% !important;
    }

    .main-menu ul li {
        display: block;
        margin-left: 0;
        width: 100%;
    }

    .main-menu ul li a {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        display: block;
        margin: 0;
        padding: 15px 5%;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        width:100%;
        font-size: 14px;
    }
    .main-menu ul li:nth-of-type(1) a{
        border-top: none;
    }

    .blog-post-items {
        margin-bottom: 50px;
    }

    .copyright-area .row div {
        width: 100% !important;
        text-align: center;
    }

    .blog-share-icon {
        margin-top: 20px;
    }


    .post-comments-form{
        padding: 1.6em;
    }
}








.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: 50px;
    width: 100%
}

.t_de {
    height: 0.2rem;
    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;
}