body, html {
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 24px;
    margin-top: 0
}

.comment-metadata, .nav-subtitle {
    letter-spacing: .1818em;
    text-transform: uppercase
}

#comments input[type=submit], .page-box .readmore-btn a {
    padding: 11px 36px;
    background-color: var(--color-primary2)
}

.box-text, .content-area table tr td.has-text-align-center, .content-area table tr th.has-text-align-center, .error404 .content-area, .external-div, ul.list_nav {
    text-align: center
}

#return-to-top, .content-area a:hover, .nav-links a, .page-box a, .screen-reader-text:focus, a, a:hover {
    text-decoration: none
}

:root {
    --color-primary1: #344CB7;
    --color-primary2: #33a2f6
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("assets/webfonts/Roboto-Medium.woff")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("assets/webfonts/Roboto-Black.woff")
}

@font-face {
    font-family: Nippo;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("assets/webfonts/Nippo-Medium.woff")
}

* {
    outline: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

html.menu-open {
    overflow-y: hidden
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-align: left;
    line-height: 1.5;
    background-color: #00051e;
    margin: 0;
    padding: 0
}

body.admin-bar {
    min-height: calc(100vh - 32px)
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: #12192c
}

body::-webkit-scrollbar-thumb {
    border: 1px solid #12192c;
    border-radius: 10px;
    height: 20%;
    background: #33a2f6
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: Nippo, sans-serif;
    line-height: 1.2
}

h1 {
    font-size: 46px
}

h2 {
    font-size: 38px
}

h3 {
    font-size: 22px
}

h4, h5, h6 {
    font-size: 18px
}

a {
    transition: .3s;
    color: var(--color-primary2)
}

ol, ul {
    margin-bottom: 24px
}

input[type=search] {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-size: 15px
}

.btn, button, button[type=submit] {
    display: inline-block;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
    padding: 10px 40px;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background: -webkit-gradient(linear, right top, left top, from(#28a90b), to(#27a808));
    background: -o-linear-gradient(right, #28a90b 0, #27a808 100%);
    background: linear-gradient(270deg, #28a90b 0, #27a808 100%);
    -webkit-box-shadow: 0 3px 0 #af0a31;
    box-shadow: 0 3px 0 #af0a31;
    color: #fff
}

#return-to-top, .btn:focus, .btn:hover, button:focus, button:hover, button[type=submit]:focus, button[type=submit]:hover {
    box-shadow: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

#main-content p a, .comment-body a, .entry-content a, .entry-summary a {
    text-decoration: underline;
    color: var(--color-primary2)
}

.main-navigation ul ul a, .main-navigation ul ul li:hover > a, a.page-numbers, p.site-title a {
    color: #fff
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    top: 5px;
    width: auto;
    z-index: 100000
}

.logo {
    position: relative;
    height: 60px;
    margin-right: 30px;
}
.logo img {
    height: 100%;
    width: auto;
}
p.site-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding-right: 20px
}

.blog-description, .main-navigation a {
    font-size: 15px;
    color: #fff
}

#comments p a, .box-content p a, .content-area .right-sidebar p a, .content-area a:not(.btn):not(.wp-block-button__link), .content-area dd a, .content-area figure a, .content-area li a, .content-area table a, .wp-block-heading a, p.site-title a:hover {
    text-decoration: underline
}

header {
    position: relative
}

.main-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px
}

ul.list_nav {
    margin: 0 auto;
    display: block
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation li {
    position: relative;
    display: inline-block
}

.main-navigation li:last-child a {
    border-right: none
}

.main-navigation a {
    position: relative;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 17px;
    z-index: 99
}

.main-navigation li.menu-item-has-children::after {
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #fff;
    font-size: 12px
}

.main-navigation ul ul.sub-menu li.menu-item-has-children::after {
    content: none
}

.content-area .box-info a:hover, .main-navigation a:hover, .main-navigation li.current-menu-item a, .page-box h4 a:hover {
    color: var(--color-primary2)
}

.main-navigation ul ul {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--color-primary2);
    min-width: 215px;
    z-index: 9999;
    color: #fff
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0
}

.main-navigation ul ul li {
    float: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none !important
}

.main-navigation ul ul li:last-child {
    border-bottom: 0
}

.main-navigation li.menu-item-has-children.focus > ul, .main-navigation li.menu-item-has-children:focus > ul, .main-navigation li.menu-item-has-children:hover > ul, .main-navigation ul li:hover > ul {
    opacity: 1
}

.main-navigation .menu > ul > li.highlight {
    background-color: var(--color-primary1)
}

.main-navigation .menu > ul > li.highlight:hover {
    background: 0 0
}

.menu > ul > li.exoplanet-search:after {
    background: 0 0 !important
}

.main-navigation ul.sub-menu li.menu-item-has-children a:after, .main-navigation ul.sub-menu li.page_item_has_children a:after {
    color: #fff;
    right: 10px;
    font-size: 12px
}

.comment-author .says, .comment-list li:before, .toggle-nav, a.closebtn {
    display: none
}

.main-navigation .sub-menu {
    list-style: none;
    padding-left: 0;
    opacity: 0;
    left: -9999px;
    z-index: 99999;
    width: 200px !important
}

.main-navigation .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu, .main-navigation .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu, .main-navigation .menu-item-has-children:not(.off-canvas):focus > .sub-menu, .main-navigation .menu-item-has-children:not(.off-canvas):hover > .sub-menu, .main-navigation .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum {
    display: block;
    left: 0;
    margin-top: 0;
    opacity: 1;
    width: auto;
    min-width: 100%
}

ul.sub-menu ul.sub-menu {
    left: 202px !important
}

.page-box {
    margin: 0 0 4em;
    padding: 45px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px #aaa;
    border-bottom: 3px solid var(--color-primary2)
}

.box-image-page, .external-div {
    position: relative;
    background: #000
}

.page-box:hover {
    box-shadow: 0 0 20px #cfcfcf
}

#category-post .entry-audio, #category-post .entry-video {
    padding-bottom: 7px
}

.box-image-page {
    z-index: 99
}

.box-content img, .box-image-page img {
    width: 100%;
    height: auto
}

.external-div {
    margin-top: 0;
    height: 350px;
    margin-bottom: 0
}

.page-numbers, span.meta-nav {
    background: var(--color-primary2)
}

.external-div .box-image-page img {
    object-fit: cover;
    position: absolute;
    height: 350px;
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover
}

.featured-image, .single-page-img {
    opacity: .5
}

.box-text {
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 30%;
    left: 30%;
    z-index: 99;
    transform: translateY(-50%)
}

.box-text h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700
}

.box-info i {
    margin-right: 5px;
    color: var(--color-primary2);
    font-size: 14px
}

.box-info {
    padding: 5px 0
}

.content-area .box-info a {
    margin-right: 10px;
    color: #001837;
    font-size: 15px
}

.page-box p {
    color: #8f8787;
    font-size: 15px;
    margin: 15px 0
}

.page-box h4 a {
    font-size: 25px;
    font-weight: 700;
    color: #000
}

.page-box h4 {
    padding-bottom: 10px;
    margin-bottom: 10px
}

.page-box .readmore-btn a {
    display: inline-block;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize
}

#comments input[type=submit]:hover, .next.page-numbers:focus, .next.page-numbers:hover, .page-box .readmore-btn a:hover, .prev.page-numbers:focus, .prev.page-numbers:hover {
    background-color: var(--color-primary1);
    color: #fff
}

.page-numbers {
    color: #fff;
    padding: 7px;
    font-weight: 700
}

.next.page-numbers, .prev.page-numbers {
    font-size: 15px;
    background: var(--color-primary2)
}

.page-links {
    font-size: 14px;
    font-weight: 800;
    padding: 2em 0 3em
}

.page-links .page-number {
    color: #1c1c1c;
    display: inline-block;
    padding: .5em 1em
}

.page-links a {
    display: inline-block
}

.page-links a .page-number {
    color: #151515
}

.related-post-block .page-box {
    padding: 10px
}

.post-navigation {
    font-weight: 500;
    margin: 3em 0
}

.nav-subtitle {
    background: 0 0;
    color: #1c1c1c;
    display: block;
    font-size: 11px;
    margin-bottom: 1em
}

.nav-title {
    color: #000;
    font-size: 15px
}

span.meta-nav {
    color: #fff;
    padding: 10px
}

span.post-title {
    color: #000;
    font-size: 16px
}

.nav-previous {
    float: right
}

#comments #respond, .related-post-block {
    border: 1px solid #ebebeb;
    padding: 20px
}

#comments {
    clear: both;
    padding: 2em 0 .5em
}

.comments-title {
    font-size: 20px;
    margin-bottom: 1.5em
}

.comment-list, .comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-author {
    font-size: 16px;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}

.comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}

.comment-meta {
    margin-bottom: 1.5em
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-weight: 800
}

.comment-metadata a {
    color: #767676
}

.comment-metadata a.comment-edit-link {
    color: #151515;
    margin-left: 1em
}

.comment-body {
    margin-left: 65px;
    color: #000;
    font-size: 14px;
    margin-bottom: 4em
}

.comment-reply-link {
    font-weight: 800;
    position: relative
}

.comment-reply-link .icon {
    color: #151515;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em
}

.children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #000;
    padding: 2px
}

.comment-awaiting-moderation, .no-comments {
    color: #767676;
    font-size: 14px;
    font-style: italic
}

.comments-pagination {
    margin: 2em 0 3em
}

.comment-form #wp-comment-cookies-consent {
    margin: 0 10px 0 0
}

.comment-form .comment-form-cookies-consent label {
    display: inline
}

#comments input[type=submit] {
    display: inline-block;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border: none
}

input#url, input[type=email], input[type=password], input[type=phno], input[type=text], textarea {
    border: 1px solid #c8c8c8;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin: 0 0 23px;
    height: auto
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px
}

.banner .banner-image {
    height: 100%;
    width: auto
}

main {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 40px
}

.content-area ol li, .content-area ul li {
    margin-bottom: 12px
}

.content-area table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border: 1px solid var(--color-primary2);
    overflow: hidden
}

.content-area table tr td, .content-area table tr th {
    border-style: solid;
    border-color: var(--color-primary2);
    border-width: 0 1px 1px 0
}

.content-area table tr th {
    border-bottom-width: 3px
}

.content-area table tr td:last-child, .content-area table tr th:last-child {
    border-right-width: 0
}

.content-area table tr td:first-child {
    border-right-width: 1px
}

.content-area table tr:last-child td {
    border-bottom-width: 0
}

.entry-audio, .entry-audio audio, .entry-video, iframe {
    width: 100%
}

.error404 main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.error404 .content-area h1 {
    font-size: 60px;
    margin-bottom: 40px
}

.error404 .content-area p {
    margin-bottom: 10px
}

.error404 .content-area .btn {
    margin-top: 30px
}

#footer {
    background: #151515;
    letter-spacing: 1px
}

#footer .site-info {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-primary2);
    text-align: center;
    background: #0e0e0e;
    padding: 15px 0;
    margin: 0
}

#return-to-top {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    background: #28a90b;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 99
}

#return-to-top svg {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 16px;
    fill: #fff;
    transition: .3s
}

#return-to-top.show {
    opacity: 1;
    visibility: visible
}

#return-to-top:hover {
    opacity: .8
}

.alignwide {
    margin-left: -80px;
    margin-right: -10px
}

.alignfull {
    margin-left: -48px;
    width: calc(100% + 64px) !important;
    max-width: 100vw
}

.alignfull img {
    width: 100vw
}

.alignnone, a img.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright, a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft, a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 991px) {
    #footer, .banner-title, .nav-next, .nav-previous {
        text-align: center
    }

    .sidenav, header {
        background-color: #0e0e0e
    }

    .main-navigation li, .toggle-nav button {
        padding: 0;
        display: block
    }

    #overlay, .sidenav {
        opacity: 0;
        visibility: hidden
    }

    header {
        z-index: 99999
    }

    .main-header {
        justify-content: space-between
    }

    p.site-title {
        font-size: 18px
    }

    .nav-previous {
        padding: 5px;
        float: none
    }

    .nav ul li a {
        font-size: 15px;
        padding: 10px;
        display: block;
        color: #fff
    }

    .box-text {
        top: 50%;
        left: 5%;
        right: 5%
    }

    .sidenav, .toggle-nav button span {
        right: 0;
        position: absolute;
        width: 100%
    }

    .nav-links {
        padding-bottom: 21px
    }

    .main-navigation ul ul {
        background-color: transparent;
        position: static;
        width: 100%;
        box-shadow: none
    }

    .main-navigation ul ul li {
        border-bottom: none;
        display: block
    }

    .main-navigation .sub-menu {
        width: 100% !important;
        opacity: 1
    }

    .main-navigation .sub-menu li {
        opacity: 1 !important;
        display: block !important
    }

    .toggle-nav {
        display: block;
        cursor: pointer;
        z-index: 999999
    }

    .toggle-nav button {
        position: relative;
        width: 36px;
        height: 30px;
        font-size: 26px;
        background: 0 0;
        border: none;
        box-shadow: none
    }

    .toggle-nav svg {
        fill: #fff
    }

    .toggle-nav button span {
        top: 0;
        height: 4px;
        background-color: #fff;
        border-radius: 2px;
        transform-origin: left;
        transition: .3s
    }

    .toggle-nav button span:nth-child(2) {
        top: 13px
    }

    .toggle-nav button span:nth-child(3) {
        top: auto;
        bottom: 0
    }

    .toggle-nav button.open span:first-child {
        transform: rotate(45deg)
    }

    .toggle-nav button.open span:nth-child(2) {
        transform: translate(100%);
        opacity: 0
    }

    .toggle-nav button.open span:nth-child(3) {
        transform: rotate(-45deg)
    }

    .sidenav {
        height: auto;
        top: 100%;
        border-radius: 0 0 10px 10px;
        padding: 10px;
        transition: .3s ease-in-out;
        overflow-y: auto;
        z-index: 9999999
    }

    .menu-open #overlay, .sidenav.open {
        opacity: 1;
        visibility: visible
    }

    .sidenav a {
        text-decoration: none;
        color: #818181;
        display: block
    }

    .sidenav a:hover {
        color: #f1f1f1
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        display: block;
        color: #fff
    }

    .sidenav #site-navigation {
        width: 100%
    }

    .main-navigation .menu > ul > li.highlight {
        background: 0 0 !important
    }

    .main-navigation li.menu-item-has-children:after, .main-navigation li.page_item_has_children:after, .menu > ul > li.current-menu-item:before, .menu > ul > li.current_page_item:before, .menu > ul > li:hover:before {
        display: none
    }

    .sf-arrows .sf-with-ul:after {
        border-top-color: #000
    }

    .toggle i.fa.fa-bars, .toggle i.fa.fa-times {
        float: right;
        color: #000
    }

    .menubar .nav ul {
        width: 100%;
        margin-top: 0
    }

    .menubar .nav ul li {
        border-top: 1px solid #303030;
        display: block;
        text-align: left;
        float: none;
        width: 100%
    }

    .nav ul li a:hover {
        color: #fff !important
    }

    .nav ul li ul, .nav ul li ul ul {
        opacity: 1
    }

    .nav ul li ul li a:before {
        content: "\00BB \00a0"
    }

    .nav ul li ul li a {
        padding-left: 20px !important
    }

    .nav ul li ul li ul li a {
        padding-left: 30px !important
    }

    #category-post img {
        padding-bottom: 10px
    }

    .banner {
        flex-direction: column;
        justify-content: center;
        height: auto
    }

    .banner-image {
        max-height: 400px
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        z-index: 999
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 28px
    }

    .logo {
        height: 40px;
    }
}