*, *::before, *::after {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
b, strong {
    font-weight: bolder;
}
a {
    color: #0d1422;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
.single-single-sidebar-left img {
    height: unset;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.site-inner.site-bread {
    margin-bottom: 25px;
}
h1 {
    font-size: 50px;
	line-height: 58px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family:poppins;
}
h2 {
    font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 1rem;
	font-family:poppins;
}
h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family:poppins;
}
h4, h5, h6 {
    font-size: 22px;
    line-height: 30px;
	font-weight: 600;
	margin-bottom: .5rem;
	font-family:poppins;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.blog-media blockquote {
    padding: 0;
    background: transparent;
}

@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;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

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

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

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

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

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

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

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

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.post-itemc blockquote {
    padding: 30px;
    background: #eeeeee;
    margin: 0 0 1rem;
}
.post-itemc blockquote p {
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 0px;
}
.post-itemc table {
    width: 100%;
    text-align: center;
    overflow-x: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border-collapse: collapse;
}
.post-itemc table td, .post-itemc table th {
    padding: 10px;
    border: 1px solid #ddd;
    width: auto;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.post-itemc table tr:nth-of-type(even) {
    background: #e6e6e6cf;
}
.list-group>.active {
    color: #fff !important;
    background: #17179b !important;
    border: #17179b 0px solid !important;
}
.modal-open .modal {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}
.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}
.position-relative {
    position: relative !important;
}
.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}
.text-center {
    text-align: center !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}
.text-white {
    color: #fff !important;
}
@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa, .far, .fas {
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    font-style: normal;
}
.fa-user-cog:before {
    content: "\f007";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-thumbtack:before {
    content: "\f08d";
}

.single_featured_image {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 10px 0 20px;
    /*background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;*/
}

/*@media(max-width: 991px) {
    .single_featured_image {
        height: 287.5px !important;
    }
}

@media(max-width: 767px) {
    .single_featured_image {
        margin-top: 20px !important;
    }

    .single_featured_image {
        height: 212.5px !important;
    }
}

@media(max-width: 425px) {
    .single_featured_image {
        height: 137.5px !important;
    }
}*/
b, strong {
    font-weight: 600;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ol, ul, li {
    padding: 0px;
    margin: 0px;
}

li {
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    color: #5d5d5d;
    margin-bottom: 15px;
    list-style: none;
}

input:focus, textarea:focus, select:focus, a:focus, input, textarea, select, a {
    outline: none !important;
}
img {
    border: none;
    max-width: 100%;
    border: 0;
}
.post-itemc .single-single-sidebar-left li {
    list-style: square inside;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 32px;
    color: #101010;
    font-family: 'Poppins';
}
.post-itemc .single-single-sidebar-left li h3, 
.post-itemc .single-single-sidebar-left li h4, 
.post-itemc .single-single-sidebar-left li h5, 
.post-itemc .single-single-sidebar-left li h6 {
    font-size: 20px;
    font-weight: 700;
}
.post-itemc p.entry-meta {
    margin-top: 12px;
    color: #707070;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family:poppins;
}

.post-itemc p.entry-meta time.entry-time {
    font-weight: bold;
    margin-right: 5px;
}

.post-itemc p.entry-meta a {
    color: #2c2cb2;
    text-decoration: underline;
}

.post-itemc p.entry-meta span {
    margin-left: 3px;
}

.post-itemc p.entry-meta a:hover, .post-itemc p.entry-meta a:focus, .post-itemc p.entry-meta a:active {
    text-decoration: none;
}

.fastest-hd-btn {
    display: table;
    margin: 20px auto 30px auto;
    clear: both;
    width: 100%;
    text-align: center;
    float: left;
}

.fastest-hd-btn a.hd-conter-btn, .post-itemc .cs-post-center a.btn, .post-itemc .cs-post-center a.btn {
    background: #ffbb00;
    padding: 16px 40px;
    display: table;
    border-radius: 3px;
    font-weight: 700;
    color: #000095;
    text-decoration: none;
    font-size: 22px;
    margin: 0 auto;
}

.fastest-hd-btn a.hd-conter-btn:hover, .fastest-hd-btn a.hd-conter-btn:focus, .fastest-hd-btn a.hd-conter-btn:active, 
.post-itemc .cs-post-center a.btn:hover, .post-itemc .cs-post-center a.btn:focus {
    background: #000095;
    color: #ffbb00;
}

.fastest-hd-cta {
    display: table;
    margin: 20px auto;
    clear: both;
    width: 100%;
    float: left;
    border-top: 2px dashed #e8e8e8;
    padding-top: 30px;
    border-bottom: 2px dashed #e8e8e8;
    padding-bottom: 30px;
}

.fastest-hd-cta a.hd-conter-btn {
    background: #ffbb00;
    padding: 14px 20px;
    border-radius: 3px;
    font-weight: 700;
    color: #000095;
    text-decoration: none;
    font-size: 17px;
    margin-top: 10px;
    float: right;
}

.fastest-hd-cta a.hd-conter-btn:hover, .fastest-hd-btn a.hd-conter-btn:focus, .fastest-hd-btn a.hd-conter-btn:active {
    background: #000095;
    color: #ffbb00;
}
body .fastest-hd-cta h3 {
    float: left;
    width: auto;
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    margin: 0;
}

body .fastest-hd-cta h3 span {
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.post-itemc p.entry-meta span.comments-span {
    width: 8px;
    height: 2px;
    background: #505050;
    display: inline-block;
    position: relative;
    top: -4px;
}
.post-itemc {
    max-width: 800px;
    margin: 50px auto 0;
}
.cs-post-center {
    margin: 0 auto;
    max-width: 100%;
}
.post-itemc p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 35px;
    color: #101010;
    text-align: left !important;
    font-family:poppins;
}
.post-itemc li {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
    color: #000000;
}
.single-container {
    padding-bottom: 50px;
}
.youmay-post {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.youmay-post span.youp-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 15px;
    display: block;
}

.youp-item a {
    text-decoration: none;
}

.breadcrumb li:after {
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 8px;
    padding-right: 8px;
}

.breadcrumb li:nth-last-child(1):after {
    display: none;
}

.post-itemc .single-single-sidebar-left .breadcrumb li {
    margin-bottom: 0;
    list-style: none;
    display: inline;
    min-height: 32px;
    font-size:14px;
}
.post-itemc .single-single-sidebar-left li h3, .post-itemc .single-single-sidebar-left li h4 {
    display: inline-block;
}
input#s::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}
.mob-menu li.cat-link>a {
    text-transform: uppercase;
    font-weight: bold;
    background: #2c2cb2;
}

ul#menu-mobile-menu {
    margin: 0;
}

.mob-menu form#searchform {
    padding: 10px;
}

.mob-menu input#searchsubmit {
    top: 13px;
    right: 20px;
}
.post-itemc .cs-post-center a {
    text-decoration: underline;
    line-height: 20px;
    min-height: 20px;
}

.hd-conter-btn {
    text-decoration: none !important;
}
.single-single-sidebar-left ol, .single-single-sidebar-left ul {
    margin-bottom: 20px !important;
    font-style: normal;
    font-size: 18px;
}
.app-download-box img {
    padding: 10px 0px;
}
.pt-3 {
    padding-top: 40px;
}
.list-group {
    clear: both;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.post-itemc .single-single-sidebar-left li.list-group-item a {
    text-decoration: none;
}
.blog-baba {
    background: #eee9;
    padding: 40px;
    float: left;
    width: 100%;
    border: 3px dashed #2c2cb2;
    box-shadow: 0 0 40px #b5b5b5;
    margin: 40px 0;
}
.blog-media-left {
    float: left;
    max-width: 150px;
    width: 30%;
}
.blog-media-body {
    float: right;
    width: 75%;
    max-width: 580px;
}
.post-itemc .blog-media-body p {
    line-height: normal;
    font-size: 16px;
    line-height: 25px;
    color: #3c3c3c;
}
.blog-baba a.btn.btn-default.blog-media-btn:hover, .blog-baba a.btn.btn-default.blog-media-btn:focus, .blog-baba a.btn.btn-default.blog-media-btn:active {
    background: #000095;
    color: #ffbb00;
}
.blog-baba a.btn.btn-default.blog-media-btn {
    background: #ffbb00;
    padding: 15px 70px 15px 30px;
    display: table;
    border-radius: 3px;
    font-weight: 700;
    color: #000095;
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    box-shadow: none;
    border: none;
    position: relative;
}
.blog-baba a.btn.btn-default.blog-media-btn i.fa {
    font-size: 30px;
    position: absolute;
    transform: rotate(-25deg);
    right: 30px;
    top: 10px;
}
@media only screen and (max-width: 1023px) {
    .blog-media-left {
        display: none;
    }
    .blog-media-body {
        width: 100%;
    }
    .blog-baba a.btn.btn-default.blog-media-btn {
        padding: 15px 50px 15px 20px;
        font-size: 16px;
    }
}


/* Footer */
footer {
    width: 100%;
    background: #051428;
}
.social-icn a {
    background: #828a94;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.social-icn a:hover {
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    background-image: linear-gradient(10deg,#fff,#fff);
    color: #051428;
}
.rounded-50 {
    border-radius: 50px;
}

.text-navy-blue {
    color: #051428!important;
}

.social-icn a:before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #fff;
    -webkit-transition: -webkit-transform 5s,opacity 5s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 5s,opacity 5s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s,opacity .2s;
    transform: scale(.8);
    opacity: 0;
    background: 0 0;
}

.social-icn a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

footer h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
}
.new-tag {
    background-color: #bd0000;
    padding: 0px 5px 3px;
    border-radius: 3px;
    margin-left: 1.2rem;
}

.tag-content {
    animation: blinker 4s linear infinite;
    font-size: 1.1rem;
}

.app-download-box .border-top {
    border-top: 1px solid rgba(217, 224, 233, 0.11) !important;
    padding-top: 25px;
}

.app-download-box {
    margin-top: 20px;
}

footer ul li {
    margin-bottom: 6px;
}
@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-moz-keyframes blinker {
    50% {
        opacity: 0;
    }
}
footer ul li a {
    font-size: 15px;
    font-weight: 600;
    padding-left: 22px;
    color: #fff;
}
footer {
    background: no-repeat;
    background-color: #051428;
    padding-top: 50px;
    padding-bottom: 30px;
}
footer ul li {
    margin-bottom: 10px;
}
footer h3 {
    color: #f9bb32;
    font-size: 20px;
    padding-bottom: 30px;
}
footer img {
    position: relative;
    left: 10px;
}
#backtoTop {
    padding: 9px 16px;
    background: #17179b;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
    font-size: 20px;
    width: 48px;
}
.font-1two-rem {
    font-size: 1.2rem!important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

footer ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #3f6291;
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 5px;
}

footer ul li a {
    color: #b8bdc5;
    font-weight: 400;
}

.font-point9rem {
    font-size: .9rem!important;
}

.text-decoration-none {
    text-decoration: none!important;
}

footer .list-unstyled {
    margin-bottom: 16px;
}

footer .list-unstyled li {
    line-height: 14.4px;
    font-size: 16px;
}

footer h3 {
    padding-bottom: 0px;
    line-height: 1.2;
}

footer ul li a:hover, footer ul li a:focus, .foot-btm ul li a:hover, .foot-btm ul li a:focus, .foot-btm .text-light-grey:hover, .foot-btm .text-light-grey:focus {
    color: #fff!important;
}

footer ul li {
    line-height: 14.4px;
}

.tag-content {
    animation: blinker 4s linear infinite;
    font-size: 12.8px;
}

.new-tag {
    background-color: #bd0000;
    padding: 1px 5px 2px;
    border-radius: 3px;
    display: inline-block;
}

.foot-btm {
    border-top: 1px solid rgba(217,224,233,.11);
    display: inline-block;
    width: 100%;
    margin-bottom: -8px;
}

.bg-navy-blue {
    background-color: #051428;
}

.foot-btm p {
    color: #b8bdc5;
    line-height: .9rem!important;
}

.text-light-grey {
    color: #b8bdc5;
}

.foot-btm ul li {
    margin-bottom: 0;
    padding: 0;
    line-height: .9rem!important;
    font-weight: 300;
    font-size: .9rem!important;
}

.lineheight9rem {
    line-height: .8rem;
}

.app-download-box .border-top {
    border-top: 1px solid rgba(217,224,233,.11);
}

footer .app-download-box img {
    padding: 0px;
    left: 0px;
}
@media only screen and (max-width: 767px) {
    .foot-btm {
        text-align: center;
    }
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-fire:before {
    content: "\f06d";
}
.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    padding: 25px;
}
.noptin-form-description {
    margin-top: 4px !important;
}
.noptin-form-header.right {
    padding: 0 !important;
    justify-content: space-between !important;
}
.noptin-form-header.right .noptin-form-header-image {
    max-width: 10% !important;
}
.noptin-form-footer {
    padding: 20px 0 0 0 !important;
}
.noptin-form-heading, .noptin-form-description {
    /*font-family: 'IBM Plex Sans' !important;*/
    font-family:poppins !important;
}
input.noptin-form-field {
    background: #fff !important;
    font-family: 'IBM Plex Sans' !important;
    color: #000;
}
input.noptin-form-submit {
    font-weight: 600 !important;
    font-family: 'IBM Plex Sans' !important;
}
.modal-content {
    padding: 30px 0;
}
.modal {
    background: #000000d1 !important;
}
.fa-bullhorn:before {
    content: "\f0a1 ";
}
.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    display: inline-block !important;
}
.single-single-sidebar-left h2, .single-single-sidebar-left h3 {
    margin-top: 2rem;
}
@media only screen and ( max-width: 991px) {
    .noptin-form-header.right .noptin-form-header-image {
        display: none !important;
    }
    .noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
        padding: 12px !important;
    }
    .noptin-form-heading {
        font-size: 25px !important;
        line-height: 1.3 !important;
    }
    input.noptin-form-submit {
        width: 100%;
    }
    .noptin-form-header.right .noptin-form-header-text {
        padding-right: 0 !important;
        text-align: center;
    }
    body .fastest-hd-cta h3 {
        text-align: center;
    }
    .youp-item img {
        width: 100%;
        height: auto;
    }
    .youp-item {
        margin-bottom: 20px;
    }
    .blog-baba a.btn.btn-default.blog-media-btn {
        width: 100%;
        padding: 15px 18px;
    }
    .blog-baba a.btn.btn-default.blog-media-btn i.fa {
        right: 15px;
    }
}
@media only screen and ( max-width: 1023px) {
    .head {
        padding: 14px 0;
        background: #fff;
        z-index: 2;
        min-height: 69px;
    }
    .post-itemc table {
        display: inline-block;
    }
    body .fastest-hd-cta h3 {
        line-height: auto;
    }
    body .fastest-hd-cta h3 span {
        line-height: 25px;
        margin-top: 7px;
    }
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    
    body .fastest-hd-cta h3 {
        margin-top: 0px;
    }
    h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .head .container {
        padding: 0 15px !important;
    }
    .post-itemc {
        margin-top: 30px;
    }
    .youmay-post h3.you-head {
        text-align: center;
        margin-bottom: 30px;
    }

    body .fastest-hd-cta a.hd-conter-btn {
        display: table;
        float: none;
        margin: 0 auto;
    }

    body .fastest-hd-cta h3 {
        margin-bottom: 0.8em;
    }
    .single-single-sidebar-left h1 {
        font-size: 34px;
        padding-top: 0px;
        line-height: 38px;
        margin: 0;
    }
    .mob-menu input#s {
        background: #fff;
        width: 100%;
        color: #000;
    }

    .mob-menu input#searchsubmit {
        filter: brightness(0);
    }

    form#searchform {
        float: left;
        width: 100%;
        margin-top: 0;
    }
    body .headnav {
        display: block;
        margin-top: 5px;
    }

    header .container .col-md-3 {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .container.fullmenu, .head .col-md-9.topmenu {
        display: none !important;
    }

    body .single-single-sidebar-left {
        width: 100%;
    }
    .fastest-hd-btn a.hd-conter-btn {
        padding: 16px 25px;
    }
    .post-itemc blockquote {
        padding: 15px;
    }
    .blog-baba {
        padding: 20px;
    }

}
.blog-media blockquote {
    padding: 0 !important;
    background: transparent !important;
}
.blog-baba .blog-media-body h3 {
    margin-top: 0px;
}
.blog_faq .faq_title {
     font-size: 16px;
     background: #f9f9f9;
     padding: 12px 22px;
     margin: 0;
     cursor: pointer;
     font-weight: 500;
}
.fa-angle-down:before {
    content: "\f107";
}
 .blog_faq .faq {
     border: 1px solid #f9f9f9;
     margin-bottom: 15px;
}
 .blog_faq .faq_description {
     padding: 20px;
     font-size: 16px;
     line-height: 28px;
     display: none;
     margin: 0;
}
.blog_faq .faq_title i {
    float: right;
    font-size: 28px;
}
.open_faq {
    display: block !important;
}
.single-sticky-sidebar-item {
    /*position: sticky;*/
    /*top: 110px;*/
    /*margin-top: 70px;*/
    position: sticky;
    top: 90px;
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
}

.single-sticky-sidebar-item img {
    width: 100%;
    display: block;
    margin: 0;
}
.single-sticky-sidebar-item .stk-content {
    /* position: absolute; */
    /* top: 2%; */
    /* left: 0; */
    /* right: 0; */
    padding: 40px 0;
    background: url(https://fastestvpn.com/blog/wp-content/uploads/2024/05/siderbrImg.jpg) center / cover no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    border: 1px solid;
}

.single-sticky-sidebar-item .stk-content h3 {
    color: #000;
    font-size: 27px;
    line-height: 35px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 12px;
    margin-top: 0;
}
.single-sticky-sidebar-item .stk-content h3 span {
    background: #2952C3;
    color: #fff;
    padding: 0px 7px;
    border-radius: 8px;
    font-size: 27px;
}

.single-sticky-sidebar-item .stk-content ul {
    padding-left: 23px;
    margin: 40px 0;
}

.single-sticky-sidebar-item .stk-content ul li {
    display: block;
    font-size: 15px;
    position: relative;
    color: #000;
    font-weight: 500;
    padding-left: 26px;
    margin-bottom: 7px;
    font-style: normal;
}

.single-sticky-sidebar-item .stk-content a {
    background: #2D57CB;
    color: #fff;
    padding: 7px 36px;
    /*display: inline-block;*/
    border-radius: 50px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    display: table;
    margin: 0 auto;
    text-align:center;
}

.single-sticky-sidebar-item .stk-content ul li::before {
    content: url(https://fastestvpn.com/blog/wp-content/uploads/2024/05/tick.png);
    /* font-family: 'Font Awesome 5 Free'; */
    position: absolute;
    left: 0;
    top: 6px;
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    background: #3559c9;
    padding: 3px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
}
.topPosition{
    top: 25px;
}
.post-itemc.postWidth {
    width: 100%;
    float: left;
    max-width: 70% !important;
    padding-right: 30px;
}
.sidebarPost{
    width: 30%;
    float: right;
    padding-left: 0;
}
.Margin-0{
    margin:0 !important;
}
 @media(max-width:992px){
     .blog_faq .faq_title {
         font-size: 14px;
         padding: 10px 30px 10px 10px;
         position: relative;
    }
     .blog_faq .faq_description {
         padding: 10px;
         font-size: 14px;
    }
     .blog_faq .faq_title i {
         float: none;
         position: absolute;
         top: 12px;
         right: 15px;
    }
.single-sticky-sidebar-item{
    display:none;
}    
.post-itemc.postWidth {
    max-width: 100% !important;
}
}