/*
Theme Name: superksa
Author: http://memo-host.com/
Version: 1
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

body {
    background: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
}

a {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

figure,
header,
footer {
    display: block;
}

.site {
    position: relative;
    word-wrap: break-word;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 10px;
}

.wrapper:before,
.gallery:before,
.gallery:after,
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.gallery:after,
.clear:after {
    clear: both;
}

.wrapper:after {
    clear: both;
    content: "";
    display: block;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

h1,
h2,
h3,
.h3,
h4,
h5,
h6 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 .75em;
    padding: .5em 0 0;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 22px;
}

.h3,
h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

.txtjustify {
    text-align: justify;
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}

.relative {
    position: relative;
}

.mb-60 {
    margin-bottom: 60px;
}


/*--------------------------------------------------------------
4.0 header
--------------------------------------------------------------*/

.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.33);
}

.topbar {
    display: none;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffff;
    padding: 7px 30px 0 30px;
}

.nav-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #001d67;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .06);
    z-index: 9999;
}

.page-header {
    padding: 65px 0 13px 0;
    position: relative;
    color: #fff;
}

.page-header:before {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(3, 26, 85, 0.55);
}

.relative {
    position: relative;
}

.svg-ico,
.post-author-avatar {
    margin-left: 10px;
}

.post-author-avatar a {
    color: #fff;
}

.post-author-avatar img {
    border-radius: 50%;
}

.comments-box,
.comment-respond,
.widgets-area,
.breadcrumbs {
    background: #f8f8f8;
}

.breadcrumbs {
    padding: 8px 0;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 18px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    margin-left: 6px;
    display: inline-block;
    color: #000;
    font-weight: 900;
}

.breadcrumbs .separator {
    color: #ff681d;
    font-size: 15px;
    font-weight: 600;
}

.separator {
    color: #ecad00;
}

.main-content {
    position: relative;
}

.entry-title,
.entry-meta,
.entry-content {
    padding: 10px;
}

.footer-tags {
    padding: 20px 0;
}

.footer-tags a {
    font-weight: 900;
    display: inline-block;
    border: 1px solid #e0e0e0;
    text-transform: capitalize;
    padding: 0px 10px;
    margin: 10px 0 10px 10px;
    color: #031a55;
    font-size: 14px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

.entry-title {
    margin: 0 0 .2em;
    padding: 16px 10px 0 10px;
}

.svg-sm {
    margin-left: 5px;
    width: 15px;
    height: 15px;
    fill: #ccc;
}

.entry-meta span a {
    font-weight: 900;
}

.article-edit,
.comment-list .reply a {
    font-weight: 800;
    padding: 0 10px;
    background-color: #2e6b91;
    border-color: #2e6b91;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}


/*
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.post-content img {
    border-radius: 10px;
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}
*/

.table-of-contents,
.wp-block-image,
.wp-caption,
.post-thumbnail,
.post-content ol,
.post-content ul,
.post-content p {
    margin-bottom: 25px;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 0 0 0.5em;
}

.widget-card:hover p a,
.comment-list a:hover,
.logged-in-as a:hover,
.breadcrumbs a:hover,
.not-found .page-title,
.entry-meta span a,
.entry-content a,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #1460AA;
}

p.toc-title {
    margin: 0 0 0.5em;
    font-weight: 700;
}

p.toc-title span {
    font-weight: 400;
    font-size: 90%;
}

.toc-list.toggled-off {
    display: none;
}

.entry-meta span a:hover,
.footer-tags a:hover,
.entry-content a {
    text-decoration: underline;
}

.article-edit {
    position: absolute;
    top: -15px;
    left: 25px;
}

.entry-content a:hover {
    text-decoration: none;
}

.post-content ul {
    list-style: square;
}

.social-share a {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.social-share a svg {
    display: inline-block;
    vertical-align: middle;
}

.wp-video {
    width: 100% !important;
    height: 100% !important;
}

.wp-video {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.post-content ol,
.post-content ul {
    padding-right: 15px;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 7px;
}

.btn {
    font-weight: 900;
    padding: 2px 24px;
    font-size: 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    background: #fff;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

.wp-caption {
    background: #fff;
    border: 1px solid #c8d7e1;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.entry-content table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
}

.table-of-contents {
    display: table;
    margin-right: -10px;
    padding: 10px;
    width: auto;
    font-size: 15px;
    line-height: 30px;
    border-right: 0;
    background: #fbfbfb;
    border: 1px solid #c8d7e1;
}

.table-of-contents ol li a {
    text-decoration: none;
}

.table-of-contents ol ol {
    padding-right: 0;
    margin-right: 15px;
}

.table-of-contents>ol>li>a {
    font-weight: 900
}

table {
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.entry-content hr {
    border: 0;
    box-sizing: content-box;
    height: 0;
    margin: 27px 0;
    border-top: 2px solid #f0f0f0;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th {
    border-bottom-width: 2px;
}

blockquote {
    background: #eee;
    border-right: 10px solid #131536;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.p-16,
.comments-box,
.comment-respond,
.widget-related {
    padding: 16px;
}

.mb-b-30 {
    margin-bottom: 30px;
}

.logged-in-as a,
.comment-list a {
    color: #353535
}

.comment-list .comment {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-list .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-list .comment-body {
    line-height: 1.8;
    margin-top: 10px;
}

.comment-list .comment-author img {
    border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #ffffff;
    margin-left: 20px;
    float: right;
}

.comment-list .comment-author .fn {
    font-size: 18px;
    margin-bottom: 15px;
}

.logged-in-as a,
.comment-metadata a {
    font-size: 15px
}

.comment-list .comment-content {
    overflow: hidden;
    padding-top: 10px;
}

.comment-list .comment-body p {
    margin-bottom: 7px;
}

.comment-list ol.children {
    margin-right: 75px;
    margin-top: 20px;
}

.says {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.flex-container {
    display: table;
    width: 100%;
}

.form-submit {
    margin: 15px 0
}

.required {
    color: #f44336
}

.card {
    text-align: right;
    display: inline-block;
    transition: 0.15s;
    background: transparent;
}

.card-archive {
    margin-bottom: 30px;
}

.card-archive .card-views {
    border-top: 1px solid rgb(0 0 0 / 11%);
    margin-top: 10px;
    text-align: center;
}

.card-archive .card-img img {
    border-radius: 8px;
}

.card-archive .card-views,
.card-excerpt {
    color: #6f6f6f;
}

.card-excerpt {
    font-size: 14px;
    line-height: 1.7;
    padding: 3px 0;
}

.card-archive .card-title a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 900;
    color: #031a55;
    font-size: 19px;
}

.card-archive .card-title p {
    margin: 0;
}

.card-archive .card-content {
    padding: 10px;
    margin: auto;
    width: 94%;
    background: #fff;
    border-radius: 9px;
    margin-top: -19px;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.card-archive .card-meta {
    margin-top: 10px;
}

.card-archive .card-meta li {
    color: #677286;
    margin-right: 15px;
    font-size: 14px;
}

.card-archive .card-meta li span {
    margin-left: 5px;
}

.letter {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 24px;
}

.card:hover {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}

.widget-card {
    display: flex;
    align-items: center;
    transition: 0.15s;
    padding: 15px 0;
}

.widget-card img {
    border-radius: 3px;
    min-width: 80px;
}

.post-pagination p,
.widget-card p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

.img-link {
    float: right;
    clear: left;
    margin-left: 1.33333em;
}

.widget-card-tit {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    line-height: 21px;
}

.widget-card-tit a {
    color: #031a55;
}

.widget-card-date {
    color: #88858f;
    font-size: 12px;
    display: block;
}

.get-services {
    padding: 45px 16px;
    background-color: #ff681d;
    margin: 25px;
    color: #fff;
}

.get-services-title {
    margin-bottom: 25px;
}

.post-pagination {
    margin: 40px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 0;
}

.post-pagination .previous {
    border-left: 1px solid #e0e0e0;
    float: right;
    width: 50%;
}

.post-pagination img {
    max-height: 65px;
    display: none;
}

.post-pagination a {
    display: flex;
    align-items: center;
}

.post-pagination .next a {
    text-align: left;
    justify-content: flex-end;
}

.post-pagination span {
    color: #ff681d;
    display: block;
}

.post-pagination .nav-box {
    padding: 10px;
}

.post-pagination .next {
    width: 50%;
    float: left;
}

.post-pagination .next img {
    margin-right: 10px;
}

.post-pagination .previous img {
    margin-left: 10px;
}

.post-pagination p {
    margin: 0 10px;
    vertical-align: middle;
}

.pagination {
    display: table;
    float: none;
    margin: 20px auto;
    text-align: center;
    clear: both;
    border: 1px solid #c8d7e1;
}

.pagination span,
.pagination a {
    display: block;
    position: relative;
    float: left;
    margin-right: 0;
    padding: 15px 0;
    width: 50px;
    text-align: center;
    font-size: .9em;
    line-height: 20px;
    text-decoration: none;
}

.pagination span:first-child,
.pagination a:first-child {
    border-left: 0
}

.pagination span,
.pagination a {
    float: right;
    margin-left: 0
}

.pagination span:first-child,
.pagination a:first-child {
    border-right: 0
}

.pagination a:hover {
    background-color: #ff681d;
    color: #fff;
}

.pagination .current {
    background: #eee;
    color: #8e8e8e;
}

.collection-page .page-title,
.collection-page .breadcrumbs {
    margin: 0;
}

.collection-page .page-title {
    margin-bottom: 10px;
}

.hcontact {
    float: right;
}

.social-follow {
    line-height: 34px;
    float: left;
}

.site-branding {
    float: left;
    text-align: center;
}

.logo-link img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.widget-card .img-link {
    display: inline-block;
    height: 100%;
}

.nav-bar {
    background-color: transparent;
    box-shadow: 0 0 9px 1px rgba(100, 100, 100, .3);
}

.mobile-btn {
    float: right;
}

.main-navigation {
    width: 100%;
    display: block;
    float: right;
    background: #ffffff;
}

.menu-items,
.search-wrap,
.sub-menu,
.scrollUp {
    display: none;
}

.menu-toggle,
.search-toggle {
    background: transparent;
    padding: 18px 12px;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
}

.menu-items.toggled-on,
.menu-items .sub-menu.toggled-on,
.search-wrap.toggled-on {
    display: block;
}

.search-toggle {
    text-align: center;
    line-height: 19px
}

.menu-items {
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    padding-right: 10px;
}

.menu-items li {
    position: relative;
}

.menu-items>li {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    margin-top: 5px;
}

.menu-items>li:last-child {
    border-bottom: 0;
}

.menu-items a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}

.menu-items li:hover>a {
    color: #205D86
}

.icon-angle-down {
    border: solid #5f6f81;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle {
    background: 0 0;
    display: block;
    left: 0;
    padding: 9px;
    position: absolute;
    top: 0;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.menu-items .sub-menu {
    padding-right: 20px;
}

.search-wrap {
    padding: 15px;
    border-top: 1px solid #c8d7e1;
}

.search-form {
    display: flex;
    justify-content: center;
}

.search-input {
    border: 1px solid #c8d7e1;
    width: 80%;
    padding: 11px;
    -webkit-appearance: textfield;
}

.search-submit {
    background: #ff681d;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}


/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #001d67;
    overflow: hidden;
    color: #d8d8d8
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .block {
    margin: 15px 0;
}

.site-footer .block a {
    color: #d6d6d6;
}

.site-footer .subtitle {
    color: #fff;
}

.subtitle {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 900;
    color: #031a55;
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    padding-top: 7px;
    padding-right: 18px;
}

.f-social-follow li {
    background: #243d7c;
    width: 35px;
    height: 35px;
    line-height: 43px;
    text-align: center;
}

.subtitle:before {
    content: none;
    content: "";
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
    position: absolute;
    border-right: 3px solid #ff681d;
    border-top: 3px solid #ff681d;
}

.site-footer .subtitle:before {
    content: none;
}

.site-footer .subtitle {
    padding-right: 0;
}

.social-follow {
    display: inline;
}

.social-follow li {
    margin: 0 6px;
}

.hcontact li {
    padding: 0 12px;
    border-left: 2px solid rgba(255, 255, 255, 0.25);
}

.hcontact li:last-child {
    border-left: 0;
}

.social-share .facebook {
    background-color: #2f55a4;
}

.social-share .twitter {
    background-color: #1E90FF;
}

.social-share .pinterest {
    background-color: #cb2027;
}

.social-share .linkedin {
    background-color: #007bb5;
}

.site-copyright {
    padding: 15px;
    background: #00237A;
    font-weight: 800;
}

.site-copyright p {
    margin-bottom: 10px;
}

.ms-whats-button,
.ms-call-button,
.scrollUp {
    position: fixed;
    bottom: 6px;
    z-index: 9999;
    text-align: center;
    z-index: 9999;
}

.ms-call-button {
    bottom: 60px
}

.scrollUp {
    background-color: #ff681d;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
    left: 8px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    bottom: 56px;
}

.scrollUp.toggled-on {
    display: block;
}

.ms-whats-button,
.ms-call-button {
    display: flex;
    right: 6px;
    outline: 0;
    cursor: pointer;
}

.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.ms-call-button .ms-call-icon {
    animation: callrotate 2s infinite ease-in-out;
}

.ms-whats-txt,
.ms-call-txt {
    padding: 0 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    color: #000;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 31px;
    margin-top: 6px;
}

.ms-whats-txt {
    padding: 0 21px
}

.ModalTrigger,
.scrollUp,
.ms-whats-txt,
.ms-call-button .ms-call-txt {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.date {
    margin-left: 15px;
}

.footer-top {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    padding: 25px 0;
}

.f-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.f-contact li svg {
    margin-left: 10px;
}

.footer-menu-items li {
    margin-bottom: 10px;
}

label {
    font-weight: 800;
    line-height: 2.4;
    margin-right: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
    font-size: 20px;
    background: #ffffff;
    border: 1px solid #c8d7e1;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}

input[type="submit"] {
    background-color: #ff681d;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
}

textarea {
    max-height: 150px;
}

@keyframes callrotate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media only screen and (min-width: 480px) {
    .card-archive {
        width: 45%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto;
    }
    .card-archive:nth-child(2n+1) {
        clear: right;
    }
}

@media only screen and (min-width: 768px) {
    .wrapper {
        max-width: 1200px;
    }
    .site-header .wrapper {
        max-width: 1300px;
    }
    .modal-content {
        width: 47%;
    }
    .card-archive {
        width: 30%;
    }
    .card-archive:nth-child(2n+1) {
        clear: none;
    }
    .card-archive:nth-child(3n+1) {
        clear: right;
    }
    .comment-form-email,
    .comment-form-url {
        width: 48%;
        float: right;
    }
    .comment-form-email {
        margin-left: 4%;
    }
    .not-found .page-title {
        font-size: 90px;
    }
    .content-info {
        width: 50%;
        display: table-cell;
    }
    .post-pagination img {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .site-header {
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    }
    .topbar {
        display: block;
    }
    .site-branding {
        text-align: right;
    }
    .site-header.fixed .logo-link {
        position: static;
        text-align: center;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .site-header.fixed .logo-link img {
        max-width: 100%;
    }
    .page-header {
        padding: 140px 0 60px 0;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
    }
    .side-left,
    .search-toggle {
        float: left;
    }
    .mobile-btn {
        float: none;
    }
    .search-toggle {
        margin-left: 0;
    }
    .site-branding {
        width: 16%;
    }
    .site-branding {
        vertical-align: middle;
    }
    .footer-top {
        text-align: right;
        display: flex;
        align-items: center;
    }
    .footer-top .subtitle {
        width: 80%;
    }
    .nav-bar {
        width: 100%;
        box-shadow: none;
        position: relative;
    }
    .search-toggle {
        background: #ff681d;
    }
    .site-branding,
    .nav-bar,
    .site-footer .block {
        float: right;
    }
    .site-footer .block {
        margin: 15px;
    }
    .site-footer .about {
        width: 35%;
    }
    .site-branding .wrapper {
        text-align: right;
        padding: 0
    }
    .search-wrap {
        padding: 25px;
        position: absolute;
        left: 0;
        background: #fff;
        top: 64px;
        line-height: 30px;
        z-index: 9999;
        border: 1px solid #c8d7e1;
    }
    .menu-items {
        text-align: right;
        display: block;
        border: 0
    }
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .main-navigation {
        float: none;
        display: inline-block;
        width: auto;
        background: transparent;
    }
    .menu-items a {
        color: #fff;
    }
    .menu-items>li {
        display: inline-block;
        border: 0;
        padding: 9px 0;
    }
    .menu-items>li>a {
        padding: 0 20px;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-right: 5px;
        position: absolute;
        top: 12px;
        left: 0px;
    }
    .menu-items .sub-menu {
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding-right: 0;
        border-radius: 2px;
        box-shadow: 0 5px 30px 0 rgb(0 0 0 / 58%);
        z-index: 9999;
    }
    .menu-items .sub-menu ul.sub-menu {
        position: absolute;
        top: 0;
        right: 100%;
        min-width: 180px;
        padding-right: 0;
        border-radius: 2px;
        box-shadow: none;
        z-index: 9999;
    }
    .menu-items .sub-menu li.has-child>a:after {
        border-color: #031a55;
        top: 15px;
        left: 13px;
        transform: rotate(134deg);
        -webkit-transform: rotate(134deg);
    }
    .menu-items li.has-child:hover>.sub-menu {
        display: block;
    }
    .menu-items .sub-menu a {
        color: #000;
        padding: 4px 10px;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
    }
    .site-contact,
    .site-info {
        width: 26%;
    }
    .footer-pages {
        width: 19%;
    }
    .second-menu {
        width: 21%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .terms {
        width: 50%;
        text-align: justify;
    }
    .site-footer .wrapper {
        padding: 30px 0;
    }
}