:root {
    --primary-color: #0ca750;
    --secondary-color: #f3f4f4;
    --ordinary-color: #e9f8ff;
    --link: #116daa;
    --dark: #002138;
    --ex-dark: #162020;
    --gray: #b0b6b7;
    --dark-gray: #787a87;
    --footer-bg: #141414;
    --menu-bg: #f3f4f4;

    --accent-color-1: #DEEBFE;
    --accent-color-2: rgba(190, 193, 253, 0.6);
    --accent-color-3: rgba(252, 191, 132, 0.6);
    --accent-color-4: rgba(220, 235, 255, 0.6);
    --accent-color-5: rgba(183, 228, 154, 0.6);
}

/* * {
    transition: .3s;
} */

body {
    font-family: 'Rubik', sans-serif;
}

/**
 *
 *  Typography
 *
 */
p {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    object-fit: cover;
}
.w-max {
    width: max-content;
}
.primary-text {
    color: var(--primary-color);
}
.header-bg {
/*     -webkit-backdrop-filter: saturate(250%) blur(100px) brightness(100%);
    -moz-backdrop-filter: saturate(250%) blur(100px) brightness(100%);
    -o-backdrop-filter: saturate(250%) blur(100px) brightness(100%);
    -ms-backdrop-filter: saturate(250%) blur(100px) brightness(100%);
    backdrop-filter: saturate(250%) blur(100px) brightness(100%); */
	
	transition: background .3s ease,box-shadow .3s ease;
    box-shadow: inset 0 -1px 0 0 var(--accents-2);
    transform: translateZ(0);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: hsla(0,0%,100%,.8);
}
.primary-bg {
    background-color: var(--primary-color);
}
.secondary-bg {
    background-color: var(--secondary-color);
}
.ordinary-bg {
    background-color: var(--ordinary-color);
}
.link-text {
    color: var(--link);
}
.text-dark {
    color: var(--dark) !important;
}
.text-gray {
    color: var(--gray);
}
.text-dark-gray {
    color: var(--dark-gray);
}
.text-ex-dark {
    color: var(--ex-dark) !important;
}
.dark-bg {
    background-color: var(--dark);
}
.dark-ex-bg {
    background-color: var(--ex-dark);
}
.header-menu-bg {
    background: var(--menu-bg);
}
.fs-11 {
    font-size: 11px;
    line-height: 22px;
}
.fs-13 {
    font-size: 13px;
    line-height: 21px;
}
.fs-14 {
    font-size: 14px;
    line-height: 21px;
}
.fs-16 {
    font-size: 16px;
    line-height: 24px;
}
.fs-21 {
    font-size: 21px;
    line-height: 29px;
}
.fs-21 {
    font-size: 23px;
    line-height: 32px;
}
.fs-32 {
    font-size: 32px;
    line-height: 40px;
}
.fs-43 {
    font-size: 43px;
    line-height: 50px;
}
.fs-48 {
    font-size: 48px;
    line-height: 56px;
}
.fw-900 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 700 !important;
}
.accent-1 {
    background-color: var(--accent-color-1);
}
.accent-2 {
    background-color: var(--accent-color-2);
}
.accent-3 {
    background-color: var(--accent-color-3);
}
.accent-4 {
    background-color: var(--accent-color-4);
}
.accent-5 {
    background-color: var(--accent-color-5);
}
.fb {
    color: #2374E1;
}
.twitter {
    color: #1da1f2;
}
.linkedin {
    color: #0a66c2;
}
.envelope,
.link {
    color: #000;
}
a {
    color: var(--link);
    text-decoration: none;
}
.text-paragraph p {
    font-size: 15px;
    line-height: 1.7;
}
.min-border {
	border: 1px solid #eee;
}

/**
 *
 *  Header Section
 *
 */
header {
    z-index: 999999;
    position: relative;
}
.header-mail-icon {
    margin-top: -3px;
}
.header-home-icon {
    margin-top: -5px;
}
.login-dropdown-form {
    min-width: 400px;
}
.primary-menu .nav-link {
    color: var(--ex-dark);
    padding: 5px 16px !important;
    position: relative;
}

.primary-menu .nav-item:hover .nav-link {
    color: var(--dark);
}
.brand-logo {
    max-width: 170px;
}
.blog-desc a {
    color: var(--link);
    font-weight: 800;
    text-decoration: underline;
}
.blog-desc a:hover {
    text-decoration: none;
}

.latest-posts .col:last-child {
    display: none;
}

#search-form {
    z-index: -1;
    /* display: none; */
    transform: translateY(-500px);
    transition: .3s all ease-in-out;
}

#search-form.open {
    transform: translateY(-5px);
}

/**
 *
 *  Email Subscription
 *
 */
.comment-form-email {
    margin: 10px 0;
}
.newsletter-disclaimer a {
    font-weight: bold;
    color: var(--dark);
}
.subscribe-btn {
    color: #fff;
}
.subscribe-btn:hover {
    color: var(--dark);
}
#fancy--form .field-wrapper {
    display: block;
    position: relative;
    outline: none;
    width: 100%;
}  
#fancy--form .field-wrapper.focused label {
    transition: all .2s linear;
    top: -20px;
    color: var(--primary-color);
    font-size: 12px;
}
#fancy--form input:focus,
#fancy--form textarea:focus {
    border-color: var(--primary-color) !important;
}
#fancy--form label {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
    position: absolute;
    top: 5px;
    display: inline-block;
    margin: 8px 5px;
    line-height: 1.8em;
    padding: 0 10px;
    transition: all .2s linear;
    text-transform: capitalize;
}

#fancy--form input[type="text"],
#fancy--form input[type="email"],
#fancy--form input[type="password"],
#fancy--form textarea {
    padding: 15px;
    width: 100%;
    border: 1px solid #b5b5b5;
}
  
#fancy--form input[type="submit"] {
    padding: 10px;
    border: 1px solid #b5b5b5;
}

/**
 *
 *  Footer Top CTA
 *
 */
#site-footer {
    background-color: var(--footer-bg);
}
.wiob-btn {
    color: #fff;
}
#hr-line {
    background-color: transparent;
    background-image: linear-gradient(90deg,rgba(206,211,246,0) 0,#CED3F6 38%,#CED3F6 64%,rgba(206,211,246,0) 99%);
    opacity: 1;
}
.footer-menu a {
    color: var(--dark-gray);
}
.footer-menu a:hover {
    color: var(--gray);
}
.footer-menu.b a {
    padding: 0 0 0 10px !important;
    border-left: 1px solid var(--dark-gray);
    line-height: 1;
}
.footer-menu.b li:first-child a {
    border-left: 0;
}

/**
 *
 *  Single Page
 *
 */
.single-page-avatar {
    width: 30px;
    height: 30px;
}
.sticky-top-m {
    top: 120px;
    z-index: 0;
}
.social-share i {
    width: 25px;
}
.author-box-avatar {
    width: 100%;
}

/**
 *
 *  Authentication Page
 *
 */
.sign-up-btn:hover {
    background-color: var(--dark);
    border-color: var(--dark);
}
.login-container {
    height: 100vh;
    background: url('../images/auth-bg.jpg') no-repeat center;
    background-size: cover;
}
.auth-btn {
    background-color: #233B55;
}
.auth-btn:hover {
    color: #233B55 !important;
    border-color: #233B55;
}
.social-login a {
    width: 30px;
    height: 30px;
    line-height: 33px;
    background: #233B55;

}
.auth-by-social-label {
    position: relative;
}
.auth-by-social-label::before {
    content: '';
    width: 38%;
    height: 1px;
    position: absolute;
    background: rgba(0, 0, 0, 0.175);
    left: 0;
    top: 50%;
}

.auth-by-social-label::after {
    content: '';
    width: 38%;
    height: 1px;
    position: absolute;
    background: rgba(0, 0, 0, 0.175);
    right: 0;
    top: 50%;
}

/* Pagination */
.pagination .page-numbers {
    display: inline-block;
    width: 20px;
	height: 25px;
	color: var(--link);
	line-height: 25px;
}
.pagination .page-numbers.current {
    display: inline-block;
    width: 20px;
	height: 25px;
	background-color: var(--link);
    color: #fff;
	line-height: 25px;
    border-radius: 3px;
}
.paginate-arrow-btn {
	width: 25px;
	height: 25px;
	border: 1px solid var(--link);
	font-size: 12px;
	line-height: 23px;
}

.paginate-arrow-btn:hover,
.pagination .page-numbers.current:hover {
	background-color: var(--link);
    color: #fff;
}
.post-img {
	height: 180px;
}
.h-p {
	height: 220px;
}

/*=====================================
 Comment Template CSS
========================================*/
    
.comments-area {
    margin-top: 40px;
}

.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment {
	list-style: none;
}
.comment-meta {
	margin-bottom: 5px;
}

.comment-meta a {
    color: #333;
}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-metadata {
    margin-left: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #278cc1;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}

.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.comment-metadata {
    font-size: 80%;
}

.comment-reply-link {
    margin-top: 10px;
}

.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.comment-list li ol.children ol.children {
    padding-left: 20px;
}

.comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 40px;
}

.comment-form label {
    display: block;
    margin-bottom: 10px;
}

.comment-form input,
.comment-form input, .comment-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d3d3d3;
    padding: 5px;
    border-radius: 2px;
}
p.comment-form-cookies-consent {
    margin-top: 10px;
}
p.comment-form-cookies-consent input {
    margin-right: 10px;
}
p.comment-form-cookies-consent input, p.comment-form-cookies-consent label {
    display: inline-flex;
    width: max-content;
}

.form-submit {
	margin-top: 20px;
}
#submit {
    cursor: pointer;
    background: #00ab6b;
    border: 1px solid #00ab6b;
    color: #fff;
    width: max-content;
    padding: 5px 25px;
    font-size: 13px;
	transition: .2s all ease-in-out;
}
#submit:hover {
	background: #008b58;
}

p.comment-policy {
    border: 1px solid #ffd499;
    background-color: #fff4e5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    font-size: small;
    font-style: italic;
}
#cancel-comment-reply-link {
	font-size: 16px;
	margin-left: 10px;
}
.stackexplains-comments .children {
    padding-left: 2.5rem;
}
.comment-body {
	margin-bottom: 20px;
}