/*
Theme Name: Vertical Theme
Theme URI: http://mdverticaltakshahid.com/
Author: Md. verticaltak Shahid
Author URI: http://mdverticaltakshahid.com/
Description: Our vertical Theme default theme is clean, blog-focused, and designed for clarity. vertical Theme is simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach. Your visitors arrive by smartphone, tablet, laptop, or desktop computer can view site easily.
License: GNU General Public License v2 or later
Version: 1.0.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, one-column, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: vertical
*/
:root {
    /* --vertical-blog-padding: 40px; */
    --font-color-description: rgba(29, 29, 29, 0.9);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    color: var(--font-color-description, rgba(29, 29, 29, 0.9));
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.52941;
}

.h1,
h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: -1.6px;
}

.h2,
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.21429;
}

h3,
.h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.04783;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.27778;
}

h5,
.h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.38462;
}

h6,
.h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.30;
}

img {
    max-width: 100%;
    height: auto;
}

.hidden-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

a {
    text-decoration: none;
}

a,
.smooth {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    color: var(--secondary-color);
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
.breadcrumb .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(29, 29, 29, 0.90);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.52941;
}
.breadcrumb .breadcrumb-item.active{
    color: rgba(29, 29, 29, 0.90);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
}
p{
    margin: 0;
    padding:0;
}

svg {
    max-width: 100%;
}

/*menu*/
header .desktop-header .wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
}
header .desktop-header .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    overflow: hidden;
    min-width: 310px;    
}
header .desktop-header .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item +  .wp-block-navigation-item {
    margin-top: 10px;
}
header .desktop-header .wp-block-navigation:not(.has-text-color) a{
    color: #1D1D1D;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.73333;
    text-transform: uppercase;
}
header .desktop-header .wp-block-navigation > ul.wp-block-navigation > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
header .desktop-header .wp-block-navigation > ul.wp-block-navigation > li.current-menu-item > a,
header .desktop-header .wp-block-navigation > ul.wp-block-navigation > li:hover > a{
    color: var(--vertical-primary-color);
}
header .desktop-header .wp-block-navigation > ul.wp-block-navigation > li:hover svg,
header .desktop-header .wp-block-navigation > ul.wp-block-navigation > li.current-menu-item svg {
    stroke: #20b4e8;
}
header .desktop-header .wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container a {
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: inherit;
}
header .mobile-header .wp-block-navigation .wp-block-navigation__submenu-icon {
    display: block!important;
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    width: 47px;
    background-color: #ffffff;
    color: var(--vertical-primary-color);
}
.wp-block-navigation .has-child  [aria-expanded="false"] ~ ul.wp-block-navigation__submenu-container {
  display: none;
}
/*menu*/
.pb-list-inline {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pb-list-inline li {
    display: inline-block;
}

.section-heading {
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
}

pre {
    background: #eceff3;
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1.6em;
}

.wp-block-button__link {
    background-color: var(--vertical-primary-color);
    color: #ffffff;
    border-radius: var(--bs-border-radius-pill)!important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wp-block-button__link::after {
    content: '';
    background-image: url('images/button-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
}

.wp-block-button__link:hover {
    background-color: var(--vertical-secondary-color);
    color: #ffffff;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
    color: var(--vertical-primary-color);
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
    color: var(--vertical-secondary-color);
}

header .scroll-header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 999;
}

header.tiny .scroll-header {
    top: 0;
}

.menu-light.hc-nav-trigger span,
.menu-light.hc-nav-trigger span::before,
.menu-light.hc-nav-trigger span::after {
    background-color: #ffffff;
}
/*.is-menu-open.is-menu-open*/
header .wp-block-navigation__responsive-container {
    background-color: var(--vertical-primary-color)!important;
    padding: 30px!important;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0;
}

header .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #ffffff;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    width: 100%;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}
header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    width: 100%;
    padding-right: 0;
}
::-webkit-input-placeholder {
    color: #4c4d54;
}

:-ms-input-placeholder {
    color: #4c4d54;
}

::placeholder {
    color: #4c4d54;
}

.se-pre-con {
    z-index: 99999;
}

.scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 9;
    display: none;
}

.scrollup.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

.delay-0ms {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.delay-250ms {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.delay-500ms {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-750ms {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.alignwide,
.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.wide-layout .nk-awb .nk-awb-wrap {
    margin: 0 !important;
}

.wide-layout .row-wrapper {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.vertical-pricing-block-wrapper {
    padding: 10px 10px 33px 10px;
    border-radius: 25px;
    border: 1px dashed #D8D2D0;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.vertical-pricing-block-wrapper.active {
    border: 1px dashed var(--vertical-primary-color);
    background: var(--vertical-primary-color);
}
.vertical-pricing-block-wrapper .table-head {
    position: relative;
    border-radius: 25px;
    background: #EEFAFD;
    padding: 30px;
    margin-bottom: 34px;
}
.vertical-pricing-block-wrapper.active .table-head  {
    background: #ffffff;    
}
.vertical-pricing-block-wrapper .table-head .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 35px;
    
}
.vertical-pricing-block-wrapper .table-head .price {
    color: var(--vertical-primary-color);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.04783;
}
.vertical-pricing-block-wrapper .table-head .btn-wrapper {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}
.vertical-pricing-block-wrapper .table-head .btn-wrapper a {
    display: inline-flex;
    padding: 14px 29.402px 14px 29.768px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50rem;
    background-color: #1D1D1D;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.73333;
    text-transform: uppercase;
}
.vertical-pricing-block-wrapper .features li {
    color: #1D1D1D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.52941;
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.vertical-pricing-block-wrapper .features li::after {
    color: var(--vertical-primary-color);
    font-family: FontAwesome;
    content: "\f14a";
}
.vertical-pricing-block-wrapper.active  .features li,
.vertical-pricing-block-wrapper.active .features li::after{
    color: #ffffff;
}
.blog-wrapper,
.blog-single-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-wrapper .filter-area {
    margin-bottom: 70px;
}

/*
.blog-wrapper article {
    border: 1px solid #eaeaea;
    padding-bottom: 15px;
}


.blog-wrapper article .content-part .entry-meta,
.blog-wrapper article .content-part .blog-info,
.blog-wrapper article .link-part {
    padding-left: 15px;
    padding-right: 15px;
}
*/

.blog-wrapper article .content-part .entry-meta {
    padding-top: 15px;
}

.blog-wrapper article .content-part .blog-title {
    overflow-wrap: break-word;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.blog-wrapper article .content-part .blog-title a {
    color: #1D1D1D;
}

.blog-wrapper article .content-part .blog-image {
    overflow: hidden;
    border-radius: 6px;
}

/*.blog-wrapper article .content-part .blog-image img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog-wrapper article:hover .content-part .blog-image img {
    transform: rotate(15deg) scale(1.2);
    -webkit-transform: rotate(5deg) scale(1.2);
}*/

.blog-wrapper .pagination {
    justify-content: center;
}

.blog-wrapper .pagination .page-numbers {
    display: inline-block;
    border: 1px solid var(--vertical-primary-color);
    color: var(--vertical-primary-color);
    min-width: 34px;
    text-align: center;
    line-height: 28px;
    padding: 2px;
}

.blog-wrapper .pagination .page-numbers.current {
    background-color: var(--vertical-primary-color);
    color: #ffffff;
}

.blog-wrapper .pagination .page-numbers.dots {
    border-style: none;
}

.single .entry-header .blog-title {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 24px;
}
.single .entry-header .entry-meta {
    margin-bottom: 20px;
}
.single .entry-header .entry-meta .entry-meta-unit {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}

.single .entry-header .entry-meta .entry-meta-unit,
.single .entry-header .entry-meta .entry-meta-unit a {
    color: #8E8E8E;
}

.single .entry-header .entry-meta .entry-meta-unit.posted-by {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.single .entry-header .entry-meta .entry-meta-unit.posted-by a {
    color: #1D1D1D;
}

.single .entry-header .entry-meta .entry-meta-unit.cat-links {

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.single .entry-header .entry-meta .entry-meta-unit.cat-links a {
    color: rgba(29, 29, 29, 0.90);
}

.single article.single-blog .blog-info {
    padding: 30px 0;
}

.single .form-submit {
    margin-top: 1.5em;
}

.single .form-control,
.single .form-submit .btn {
    border-radius: 0;
}

.single .comment-form-cookies-consent {
    margin-top: 1rem;
}

/*
.single .entry-meta span:not(:last-child):after {
    content: "/";
}
*/
.single .post-navigation::after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.single .post-navigation a,
.single blog-page-nav a {
    color: #1D1D1D;
}
.single .author-intro {
    gap: 30px;
    margin-bottom: 9.6875vw;
}
.single .author-intro .left-part {
    flex: 0 0 150px;
}
.single .author-intro .right-part {
    flex: 1;
}
.single .author-intro .right-part .authoredBy {
    color: #1D1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.single .author-intro .right-part .authorDesignation {
    color: #8E8E8E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.single .author-intro .right-part .authorDesc {
    color: rgba(29, 29, 29, 0.90);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.single .comment-part .comment-reply-title {
    color: #1D1D1D;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}
.single .comment-part .form-group {
    margin-bottom: 20px;
}
.single .comment-part .form-group .form-control {

}
.single .comment-part .comment-form-cookies-consent {
    margin-top: 0;
    margin-bottom: 20px;
}
.single .comment-part .btn-post-comment {
    border-radius: 4px;
    background-color: var(--vertical-primary-color);
    padding: 17px 32px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 171.429% */
    text-transform: uppercase;
}
.single .comment-part .btn-post-comment:hover {
    background-color: var(--vertical-secondary-color);
}
.single .all-comments {
    margin-top: 4.16vw;
}
.single .all-comments .comments-count-title {
    color: #1D1D1D;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}

.single .all-comments .comments-list ul {
    list-style: none;
}
.single .all-comments .comments-list ul.media-list {
    padding: 30px;
    padding-bottom: 10px;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #D8D8D8;
}
.single .all-comments .comments-list .comment-body.media {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.single .all-comments .comments-list .comment-body.media figure {
    flex: 0 0 60px;
    margin: 0;
}
.single .all-comments .comments-list .comment-content.media-body {
    flex: 1;
}
.single .all-comments .comments-list .comment-metadata {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.single .all-comments .comments-list .comment-metadata .comment-author a {
    color: #1D1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.single .all-comments .comments-list .comment-metadata .comment-time {
    color: rgba(29, 29, 29, 0.90);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.single .all-comments .comment-edit-link a,
.single .all-comments .comment-reply-link a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.single .blog-intro .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
.single .blog-intro .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.single .blog-intro .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.single .blog-intro .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.single .blog-intro .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.single .blog-intro .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
    color: #ffffff;
}
.vertical-post-block-wrapper .unit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.vertical-post-block-wrapper:not(.post-style-3) .unit {
    margin-bottom: 20px;
}
.vertical-post-block-wrapper .unit .part-text .post-title {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.2;
}
.blog-wrapper article .content-part .post-metas,
.vertical-post-block-wrapper .unit .part-text .post-metas {
    font-size: 15px;
    line-height: 1.2;
}
.vertical-post-block-wrapper .unit .part-text .post-title a,
.blog-wrapper article .content-part .post-metas .post-cat a,
.vertical-post-block-wrapper .unit .part-text .post-metas .post-cat a {
    color: #1D1D1D;
}
.vertical-post-block-wrapper.post-style-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.blog-wrapper article .content-part .post-metas,
.vertical-post-block-wrapper .unit .part-text .post-metas {
    color: #8E8E8E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
}
.blog-wrapper article .content-part .post-metas .post-time::before,
.blog-wrapper article .content-part .post-metas .post-comments::before,
.vertical-post-block-wrapper .unit .part-text .post-metas .post-time::before,
.vertical-post-block-wrapper .unit .part-text .post-metas .post-comments::before {
    content: '';    
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.blog-wrapper article .content-part .post-metas .post-time::before, 
.vertical-post-block-wrapper .unit .part-text .post-metas .post-time::before {
    background-image: url(images/calendar.svg);
}
.blog-wrapper article .content-part .post-metas .post-comments::before,
.vertical-post-block-wrapper .unit .part-text .post-metas .post-comments::before {
    background-image: url(images/comments.svg);    
}
.vertical-post-block-wrapper.post-style-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.vertical-post-block-wrapper.post-style-3 .unit {}
.vertical-post-block-wrapper.post-style-3 .unit .part-text .post-title {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
}
.vertical-post-block-wrapper.post-style-3 .unit .part-text .post-metas .post-comments {
    display: none;
}
.wp-block-pullquote blockquote::before {
    content: "\201D";
    font-family: "Helvetica", sans-serif;
    display: flex;
    transform: rotate(180deg);
    font-size: 6rem;
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.wp-block-embed-youtube .wp-block-embed__wrapper::before,
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper::before {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed-wordpress-tv.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.ast-blog-featured-section .gallery {
    margin-bottom: 0;
}

.single .entry-content .gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-caption {
    color: #000;
    padding: 10px;
    border-radius: 0 0 2px 2px;
    border: 1px solid #e2e8f0;
    border-top: none;
    font-size: 0.9em;
}

.gallery-icon {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.gallery-item {
    margin: 0;
    padding: 10px;
    border-radius: 2px;
}

.gallery-item:last-child {
    margin-bottom: 2em;
}

.elementor-image-gallery .gallery-icon {
    border: none;
}

.page-links {
    margin-top: 20px;
}

.page-links .page-link {
    padding: 0;
    margin: 0 0 0.3em 0.3em;
    border: 2px solid #e2e8f0;
    color: #000;
    background: 0 0;
    font-size: 0.8em;
    width: 2.5em;
    height: 2.5em;
    line-height: calc(2.5em - 4px);
    display: inline-block;
    text-align: center;
    transition: all 0.2s linear;
}

.page-links .page-link {
    color: var(--vertical-primary-color);
}

.post-page-numbers.current .page-link {
    color: #ffffff;
    border-color: var(--vertical-primary-color);
    background-color: var(--vertical-primary-color);
    border-radius: 2px;
}

.group-container > .wp-block-group__inner-container,
.group-container-fluid > .wp-block-group__inner-container,
.group-container-xxl > .wp-block-group__inner-container,
.group-container-xl > .wp-block-group__inner-container,
.group-container-lg > .wp-block-group__inner-container,
.group-container-md > .wp-block-group__inner-container,
.group-container-sm > .wp-block-group__inner-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.main-grid {display:grid; grid-template-columns:repeat(12, 1fr); margin:0 auto; width:100%} 
.main-grid.gap-30 {grid-gap:30px}
.grid-one, .grid-two, .grid-three, .grid-four, .grid-five, .grid-six, .grid-seven, .grid-eight, .grid-nine, .grid-ten, .grid-eleven, .grid-twelve {grid-column-end:span 12; }
.nested {display:grid; grid-gap:10px; grid-template-columns:repeat(12, 1fr); }
.merge-two-rows { grid-row-end:span 2 }
.merge-three-rows { grid-row-end:span 3 }
.merge-four-rows { grid-row-end:span 4 }
.merge-five-rows { grid-row-end:span 5 }
.merge-six-rows { grid-row-end:span 6 }
@media (min-width: 576px) {

    .group-container-sm > .wp-block-group__inner-container,
    .group-container > .wp-block-group__inner-container {
        max-width: 540px;
    }

    .delay-sm-0ms {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s;
    }

    .delay-sm-250ms {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

    .delay-sm-500ms {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .delay-sm-750ms {
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
        animation-delay: 0.75s;
    }

    .delay-sm-1s {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 15px;
    }

    .h1,
    h1 {
        font-size: 56px;
    }

    .h2,
    h2 {
        font-size: 46px;
    }

    h3,
    .h3 {
        font-size: 36px;
    }

    h4,
    .h4 {
        font-size: 26px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 17px;
    }
    .vertical-post-block-wrapper.post-style-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-container-md > .wp-block-group__inner-container,
    .group-container-sm > .wp-block-group__inner-container,
    .group-container > .wp-block-group__inner-container {
        max-width: 720px;
    }

    .delay-md-0ms {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s;
    }

    .delay-md-250ms {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

    .delay-md-500ms {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .delay-md-750ms {
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
        animation-delay: 0.75s;
    }

    .delay-md-1s {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 17px;
    }

    .h1,
    h1 {
        font-size: 80px;
    }

    .h2,
    h2 {
        font-size: 56px;
    }

    h3,
    .h3 {
        font-size: 46px;
    }

    h4,
    .h4 {
        font-size: 36px;
    }

    h5,
    .h5 {
        font-size: 26px;
    }

    h6,
    .h6 {
        font-size: 20px;
    }
    .breadcrumb {
        justify-content: flex-end;
    } 
    .single .author-intro {
        margin-bottom: 186px;
    }
    .vertical-post-block-wrapper.post-style-1 .unit {
        flex-direction: row-reverse;
        align-items: center;
    }
    .vertical-post-block-wrapper.post-style-1 .unit:nth-child(even) {
        flex-direction: row;
    }
    .vertical-post-block-wrapper.post-style-1 .unit > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .vertical-post-block-wrapper.post-style-1 .unit .part-text {
        padding-right: 76px;
    }
    .vertical-post-block-wrapper.post-style-1 .unit:nth-child(even) .part-text {
        padding-left: 76px;
    }
    .vertical-post-block-wrapper.post-style-1 .unit .part-text .post-title {    
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 46px;
    }
    .vertical-post-block-wrapper.post-style-1 .unit .part-text .post-metas .post-cat a {
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 26px; /* 173.333% */
        text-transform: uppercase;
    }
    .vertical-post-block-wrapper.post-style-2 {
        display:grid; 
        grid-template-columns:repeat(12, 1fr); 
        margin:0 auto; 
        width:100%;
        grid-gap:30px;
    }
    .vertical-post-block-wrapper.post-style-2 .unit {
        grid-column-end:span 6;
        grid-row-end:span 4;    
        margin-bottom: 0;
    }
    .vertical-post-block-wrapper.post-style-2 .unit .part-image img {
        border-radius: 6px;
    }
    .vertical-post-block-wrapper.post-style-2 .unit .part-text .post-metas {
        color: #8E8E8E;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 146.667% */
    }
    .vertical-post-block-wrapper.post-style-2 .unit .part-text .post-metas .post-cat a {
        color: rgba(29, 29, 29, 0.90);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 152.941% */
    }
    .vertical-post-block-wrapper.post-style-2 .unit:not(:first-child) {
        flex-direction: row;
        gap: 20px;
    }
    .vertical-post-block-wrapper.post-style-2 .unit:not(:first-child) .part-image {
        flex: 0 0 155px;
    }
    .vertical-post-block-wrapper.post-style-2 .unit:not(:first-child) .part-image a {
        display: block;
        height: 100%;
    }
    .vertical-post-block-wrapper.post-style-2 .unit:not(:first-child) .part-image a img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .vertical-post-block-wrapper.post-style-2 .unit:not(:first-child) .part-text {
        flex: 1;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    .vertical-post-block-wrapper.post-style-2 .unit:not(:first-child) .part-text .post-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }
    .vertical-post-block-wrapper.post-style-2 .unit:first-child {
        grid-column-end:span 6;
        grid-row-end:span 12;        
    }
    .vertical-post-block-wrapper.post-style-2 .unit:first-child .part-text .post-title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;      
    }
    .vertical-post-block-wrapper.post-style-2 .unit:first-child .part-text .post-metas .post-cat a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 130% */    
    }
    .vertical-post-block-wrapper.post-style-3 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .grid-one { grid-column-end:span 1 }
    .grid-two { grid-column-end:span 2 }
    .grid-three { grid-column-end:span 3 }
    .grid-four { grid-column-end:span 4 }
    .grid-five { grid-column-end:span 5 }
    .grid-six { grid-column-end:span 6 }
    .grid-seven { grid-column-end:span 7 }
    .grid-eight { grid-column-end:span 8 }
    .grid-nine { grid-column-end:span 9 }
    .grid-ten { grid-column-end:span 10 }
    .grid-eleven { grid-column-end:span 11 }

    .group-container-lg > .wp-block-group__inner-container,
    .group-container-md > .wp-block-group__inner-container,
    .group-container-sm > .wp-block-group__inner-container,
    .group-container > .wp-block-group__inner-container {
        max-width: 960px;
    }

    .delay-lg-0ms {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s;
    }

    .delay-lg-250ms {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

    .delay-lg-500ms {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .delay-lg-750ms {
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
        animation-delay: 0.75s;
    }

    .delay-lg-1s {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

    .single article.single-blog .blog-info {
        padding: 30px 87px;
    }
    .single article.single-blog .blog-info + hr {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {

    .group-container-xl > .wp-block-group__inner-container,
    .group-container-lg > .wp-block-group__inner-container,
    .group-container-md > .wp-block-group__inner-container,
    .group-container-sm > .wp-block-group__inner-container,
    .group-container > .wp-block-group__inner-container {
        max-width: 1140px;
    }

    .delay-xl-0ms {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s;
    }

    .delay-xl-250ms {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

    .delay-xl-500ms {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .delay-xl-750ms {
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
        animation-delay: 0.75s;
    }

    .delay-xl-1s {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }
}

@media (min-width: 1400px) {

    .group-container-xxl > .wp-block-group__inner-container,
    .group-container-xl > .wp-block-group__inner-container,
    .group-container-lg > .wp-block-group__inner-container,
    .group-container-md > .wp-block-group__inner-container,
    .group-container-sm > .wp-block-group__inner-container,
    .group-container > .wp-block-group__inner-container {
        max-width: 1320px;
    }

    .delay-xxl-0ms {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s;
    }

    .delay-xxl-250ms {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

    .delay-xxl-500ms {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .delay-xxl-750ms {
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
        animation-delay: 0.75s;
    }

    .delay-xxl-1s {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}

@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {
}

/*
Top Header
*/
.top-herder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    margin-bottom: 20px;
}
.left-wrap {
    display: flex;
    gap: 30px;
    align-items: center;
}
.flexitem-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
/*
Banner part
*/
.banner-wrapper {

    position: relative;
    text-align: center;
}
.banner-container {
    display: flex;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 100px 0;
    align-items: center;
    justify-content: space-around  ;
}

.overlayer {
    position: absolute;
    width: 100%;
    height: auto;
    top: -82px;
    z-index: 1;
}
section.banner {
    position: relative;
}
.section-gm5ad0838{
    margin-bottom: 40px;
}
.section-gm7f200d5{
    position: relative;
    z-index: 9999;
}
.wrwpper-logo{
    top: 0px;
    background: #fff;
    position: relative;
    z-index: 9999;
    border: 2px dashed #20b4e8;
    padding: 6px 0;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom: none;
    height: 80px;
    width: 310px;
}
.wrwpper-logo .logo-wrapper {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 24px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}


.main-header {
    position: relative;
    z-index: 9999;
}

.brand-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}
.banner-content {
    text-align: left;
}
.subheading{
    color: var(--Font-Color-Tittle-Font, #1D1D1D);
    font-family: Urbanist;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 121.429% */
}
.sbhed2{
    color: var(--Font-Color-Description, rgba(29, 29, 29, 0.90));
    font-family: Outfit;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
}
a.bannerbtn {
    border-radius: 8000px;
    background: var(--Brand-Primary, #20B4E8);
    box-shadow: 0px 4px 12px 0px rgba(32, 180, 232, 0.16);
    padding: 14px 30px;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
}
a.bannerbtn:hover, .button-wrwpper a:hover{
    background: #106685;
    color: #FFF;
}
/*headermenu    */
nav#header-nav > ul {
    display: flex;
    list-style: none;
    gap: 50px;
    margin: 0;
    padding: 0;
}
nav#header-nav ul li{
    position: relative;
}
nav#header-nav ul li a{
    color: var(--Font-Color-Tittle-Font, #1D1D1D);
    text-align: center;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px; /* 173.333% */
    text-transform: uppercase;

}
nav#header-nav ul li:hover a {
    color: #20b4e8;
}
nav#header-nav ul ul li:hover a {
    color: #fff !important;
}
.menu-item-has-children::after{
    content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M7.28548 0.142822L4 0.143078L0.714516 0.142822C0.320641 0.142822 0 0.394194 0 0.703398C0 0.78787 0.0247344 0.869798 0.07325 0.946904C0.605797 1.79866 1.49903 3.00656 2.28713 4.0724C2.69891 4.62942 3.08791 5.15549 3.36916 5.55526C3.5023 5.74423 3.73797 5.85711 4.00034 5.85711C4.26239 5.85711 4.49806 5.74423 4.6312 5.55526C4.91213 5.15575 5.3008 4.62993 5.71227 4.07343C6.50067 3.00732 7.39391 1.79892 7.92678 0.947415C7.97527 0.870053 8 0.78787 8 0.703398C8 0.394194 7.67936 0.142822 7.28548 0.142822Z" fill="%231D1D1D"/></svg>');
    position: relative;
    top:-2px;
    left: 5px;
}
nav#header-nav ul li:hover ul.sub-menu{
    display: block;
}

ul.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    width: 300px;
    z-index: 9
}

ul.sub-menu li {
    padding: 10px 20px;
    background: #f1f1f1;
    border-radius: 3px;
}
ul.sub-menu li:hover {
    background: #20b4e8;
}
.button-wrwpper a {
    border-radius: 35px;
    background: #20B4E8;
    box-shadow: 0px 6px 20px 0px rgba(32, 180, 232, 0.08);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 171.429% */
    text-transform: uppercase;
    padding: 13px 30px;
}
.banner-wrapper {
    max-width: 100%;
    position: relative;
    text-align: center;
    padding: 0 50px;
    border-radius: 50px;
    border: dashed 2px #20b4e8;
    margin: 0 50px;
    border-radius: 50px;
    border-top-left-radius: 0;
}
.menu-wrwpper{
    flex-grow: 12;
    padding: 0 30px;
}


ul.pageorder {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}

ul.pageorder a{
    color: #222;

}

.rounded-pill span {
    color: var(--vertical-primary-color);
    font-weight: 600;
}
@media  all and (min-width:769px){
.portfulio-tab img{margin-bottom: 30px}
}
@media  all and (max-width:768px){
    .portfulio-tab img{margin-bottom: 10px}
    .logo-wrapper.special-header-logo{border: none !important;}
    a.wp-block-button__link.wp-element-button { margin-bottom: 20px;}
    .vertical-pricing-block-wrapper{margin-bottom: 30px}
    .vertical-pricing-block-wrapper .table-head .title{margin-bottom: 70px !important}
}