body {
    font-family: 'Poppins', sans-serif;
    background: #F7F7F7;
    color: #2c2f34;
    font-size: 14px;
    line-height: 21px;
}

:root {
    --color1: #222222;
    --color2: #434955;
    --color3: #00BF80;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    transition: all .3s ease;
    color: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color1);
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 800;
}

h1 {
    font-size: 32px;
    line-height: 35px;
}

h2 {
    font-size: 28px;
    line-height: 30px;
}

h3 {
    font-size: 26px;
    line-height: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}

.fly-alert {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 9999;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    width: auto;
}

.alert-danger {
    background-color: #F44336;
}

.alert-success {
    background-color: #2ec4b6;
}

.alert {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}


.area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button1 {
    text-align: right;
}

.button1 a {
    background-color: var(--color3);
    color: white;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding-top: 4px;
}

.button1 a:hover {
    background-color: var(--color2);
}

/* header */

.header .logo-ads-area {
    padding: 20px 0;
}

.header .ads {
    text-align: right;
}

.header .menu-area {
    background-color: var(--color2);
}

.main-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    transition: all 300ms ease;
    white-space: nowrap;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 400;
    opacity: 1;
    color: white;
    transition: all 300ms ease;
    font-size: 14px;
    padding: 20px 15px;
}

.main-menu .navigation>li>a.active {
    background-color: var(--color3);
}

.main-menu .navigation>li>a:hover {
    background-color: var(--color3);
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 99%;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    margin-top: 1px;
    background: white;
    border: 1px solid #ddd;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 100ms ease;
    list-style: none;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.main-menu .navigation>li>ul>li:hover {
    background: #ddd;
    transition: all 300ms ease;
}


.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--color1);
    font-weight: 400;
    text-align: left;
    display: inline-block;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    width: 15px;
    opacity: 1;
}



.main-menu .navigation>li.dropdown>a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    margin-left: 3px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    margin-left: 3px;
    right: 10px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-top: -45px;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    background: white;
    border: 1px solid #ddd;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 100ms ease;
    list-style: none;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
    background: #ddd;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--color1);
    font-weight: 400;
    text-align: left;
    display: inline-block;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    width: 15px;
    opacity: 1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    background-color: white;
    border: solid 1px #ddd;
}


.main-menu .navigation li>ul>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    top: 99%;
    background-color: white;
}

.header .search1 {
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 20px 15px;
}


/* form area */

.form-group {
    position: relative;
    width: 100%;
}

.form-control::placeholder {
    padding-left: 5px;
}

.form-group i {
    position: absolute;
    left: auto;
    top: 13px;
    color: var(--color3);
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-area .form-control {
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    margin-bottom: 15px;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
}

.form-area textarea.form-control {
    height: 200px;
}

.form-area .nobot {
	display: flex;
	justify-content: center;
    margin-bottom: 30px;
}

.form-area .cbutton {
    text-align: center;
}

.form-area button.contact-button {
    outline: none;
    cursor: pointer;
    margin: 0px auto 0px auto;
    background-color: var(--color3);
    padding: 5px 50px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 14px;
}

.form-area button.contact-button:hover {
    transition: all .3s ease;
    background-color: var(--color2);
}

.form-group.c-button {
    text-align: center;
}

.search1 .modal-dialog {
    max-width: 60%;
    top: 40%;
}

.search1 .modal-header {
    display: none;
}

.search1 .close {
    position: absolute;
    border: none;
    background: none;
    top: 3px;
    right: -2px;
    font-size: 25px;
    outline: none;
}

.search1 .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 5px 20px
}

.search1 button.searchbutton {
    background-color: var(--color2);
    color: white;
    border: none;
    padding: 8px 20px;
    font-weight: 500;
    margin-left: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    cursor: pointer;
}

.search1 button.searchbutton:hover {
    background-color: var(--color3);
    transition: all .3s ease;
}

/* blog list */

.post-box-area {
    background-color: white;
    border: solid 1px #ddd;
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 2px;
}

.post-box {
    padding: 30px;
    border-bottom: solid 1px #f7f7f7;
}

.post-box .post-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.post-box .post-title:hover {
    color: var(--color3);
}

.post-box .post-desc {
    color: #666;
    margin-bottom: 10px;
}

/* pagination */

.pagination-area {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 30px;
}

.pagination-area ul.pagination {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.pagination-area li.page-item {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.pagination-area li.page-item a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color1);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.pagination-area li.page-item a:hover {
    background-color: var(--color3);
    color: white;
}

.pagination-area .page-item.active a {
    background-color: var(--color2);
    color: white;
}

/* sidebar */

.sidebar-area {
    background-color: white;
    border: solid 1px #ddd;
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 2px;
    position: sticky;
    top: 0;
}

.sidebar-box {
    padding: 30px;
    border-bottom: solid 1px #f7f7f7;
}

.sidebar-title {
    position: relative;
    font-size: 16px;
    padding: 0 0 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-title:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color1);
}

.sidebar-title:after {
    content: "";
    background: var(--color1);
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.sidebar-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-box ul li {
    border-bottom: solid 1px #f7f7f7;
}

.sidebar-box ul li a {
    padding: 3px 0px;
    display: inline-block;
}

.sidebar-box ul li a:hover {
    color: var(--color3);
}

.sidebar-post .col-md-5 {
    padding-right: 0px;
}

.sidebar-post {
    margin-bottom: 30px;
}

.sidebar-post .post-title {
    font-weight: 600;
    margin-top: -4px;
}

.sidebar-post .post-title:hover {
    color: var(--color3);
}

/* blog detail */

.related-post {
    padding: 30px;
}

.comment .title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
}

.comment .comment-items {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #f7f7f7;
}

.comment .avatar {
    margin-right: 15px;
}

.comment .avatar img {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
}

.comment .name {
    font-weight: 800;
    font-size: 17px;
}

.comment .comment-text {
    color: #666;
}

.comment .button a {
    font-size: 12px;
    border: 1px solid var(--color2);
    border-radius: 5px;
    padding: 0px 20px;
    padding-top: 2px;
}

.comment .button a:hover {
    color: white;
    border: 1px solid var(--color3);
    background-color: var(--color3);
}

.comment .reply {
    margin-left: 10%;
}


/* footer */

.footer {
    background-color: var(--color2);
    padding: 25px 0;
    color: white;
}

.footer a:hover {
    color: var(--color3)
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.footer-menu ul li a {
    margin-left: 20px;
}

/* text area */

.text-area {
    font-size: 15px;
    color: #666;
}

.text-area img {
    max-width: 100%;
    margin-bottom: 15px;
}

.text-area a {
    font-weight: 800;
}

.text-area a:hover {
    color: var(--color3);
}

.text-area ul {
    padding: 0;
}

.text-area ul li {
    list-style: none;
    margin-bottom: 10px;
}

.text-area ul li:before {
    content: ">";
    color: var(--color2);
    font-weight: 700;
    margin-right: 7px;
}

.text-area p {
    line-height: 25px;
}

/* bread */

ul.bread {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    margin-bottom: 25px;
    color: #666;
    font-size: 13px;
}

ul.bread li a:after {
    content: '>';
    margin-left: 5px;
    margin-right: 5px;
}

ul.bread li a:hover {
    color: var(--color3);
}

/* categori list page */

.cat-list h1 {
    padding: 40px 30px 0 30px;
}

.cat-list ul.bread {
    margin-left: 30px;
}

/* 404 page */

.page-404 {
    text-align: center;
}

.page-404 img {
    padding: 40px 0;
}

.page-404 .button1 {
    text-align: center;
}

h1.base-title {
    margin-bottom: 0;
}

.base-title {
    font-size: 38px;
    color: var(--color2);
    line-height: normal;
    font-weight: 700;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}
.mobile-nav-logo .base-title{
	color: #fff;
}

.post-box img {
    width: 100%;
}

.post-box .post-title {
    text-align: center;
    margin-top: 15px;
}

.post-box {height: 100%;}

@media only screen and (min-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .header-mobile {
        display: none;
    }

}

@media only screen and (max-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;
    }

    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #1d1e1f;
        width: 75%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll;
    }

    .mobile-nav-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #ddd;
    }

    .mobile-nav-logo-content {
        position: relative;
    }

    .mobile-nav-menu ul li {
        padding: 10px 25px;
        list-style: none;
    }

    .sub-menu ul {
        background-color: #28292a;
    }

    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-menu ul li i {
        font-size: 14px;
        fill: white;
        color: white;
    }

    .mobile-nav-menu ul li a {
        color: white;
        font-weight: 600;
        font-size: 14px;
    }

    .mobile-nav-menu ul li ul {
        display: none;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        overflow-x: scroll;
    }

    .mobile-close-menu {
        position: fixed;
        top: 18px;
        right: 20px;
        display: none;
        z-index: 9999;
    }

    .mobile-close-menu i {
        color: #fff;
        font-size: 25px;
    }

    .mobile-nav-menu ul {
        padding: 0px;
    }

    h1 {
        font-size: 29px;
        line-height: 32px;
    }

    h2 {
        font-size: 25px;
        line-height: 27px;
    }

    h3 {
        font-size: 23px;
        line-height: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .header-mobile {
        display: block;
        border-bottom: solid 1px #ddd;
        margin-bottom: 30px;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 120px;
    }

    /* fly alert */

    .fly-alert {
        top: 30px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        text-align: center;
    }

    /* header */

    body {
        background: white;
    }

    .header {
        display: none;
    }

    /* blog list */

    .post-box-area {
        margin-top: 0px;
        border: none;
    }

    .post-box {
        padding: 5px;
        margin-bottom: 30px;
    }

    .post-box img {
        width: 100%;
        margin-bottom: 20px;
    }

    .post-box .button1 {
        margin-bottom: 30px;
    }

    .sidebar-area {
        margin-top: 0;
        border: none;
    }

    .sidebar-box {
        padding: 5px;
        margin-bottom: 30px;
    }

    .sidebar-post .col-7 {
        padding-left: 0;
    }

    .ads2 {
        text-align: center;
    }

    /* blog detail */

    .comment .comment-items {
        display: block;
    }

    .comment .avatar img {
        margin-bottom: 2px;
    }

    .comment .comment-text {
        margin-bottom: 5px;
    }

    /* related post */

    .related-post {
        padding: 0;
    }

    /* cat list */

    .cat-list h1 {
        padding: 0;
    }

    .cat-list ul.bread {
        margin-left: 0;
    }

    /* footer */

    .footer .area {
        display: block;
        text-align: center;
    }

    .footer .copyright {
        margin-bottom: 20px;
        border-bottom: solid 1px white;
        padding-bottom: 10px;
    }

    .footer-menu ul {
        display: block;
    }

    .footer-menu ul li {
        text-align: left;
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }



}

.g-recaptcha {
    position: relative;
}
.fake_error {
	white-space: nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
	background-color: #F44336;
	color: #fff;
	padding: 5px 15px;
	top: 50%;
	left: 0;
	transform: translate(50%, 15px);
	position: absolute;
	z-index: 99;
	font-weight: 500;
}
.fake_error:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #F44336;
	border-width: 10px;
	margin-left: -10px
}
