/*
Theme Name: Punte
Theme URI: https://accesspressthemes.com/wordpress-themes/punte/
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: Punte is a perfect fit if you're looking for a theme with brand new and fresh design, flexible options, fast, lightweight and well optimized multipurpose usage. It comes  with 13 great starter sites (free sites) for different niche and we'll be adding more soon. Checkout all Punte starter sites here: https://thepunte.com/. Punte is a great choice for blog, WooCommerce, business, and any niche site including but not limited to: construction, restaurant, yoga, spa, charity, single product, hotel, wedding, kids, online store etc. It works well with Elementor and all major page builders, it is Gutenberg friendly. Give it a try!
Version: 1.1.2
Text Domain: punte
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready


Punte is a WordPress Theme, 
Copyright (C) 2019, Access Keys
Punte is distributed under the terms of the GNU GPL


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
http://www.gnu.org/licenses/gpl-3.0.txt


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Quicksand', sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    -webkit-font-smoothing:antialiased;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: normal !important;
    -webkit-font-smoothing:antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    transition:all linear .2s !important;
    -webkit-transition:all linear .2s !important;
}
a:hover
{
    text-decoration:none !important;
}
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 10px;
    text-align: left;
    border: 1px solid #EEE;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.2;
}

p {
    margin: 0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    padding: 34px 43px;
    background: #f5f5f5;
    border-radius: 0 10px 10px 0;
    width: 100%;
    overflow: hidden;
}
blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color:#f6716f;
}
blockquote cite {
    font-size: 14px;
    font-weight: 500;
}
.entry-content blockquote p {
    margin-bottom: 0;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

q:before,
q:after {
    content: "";
}

q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #25bcea;
    padding: 0 20px;
    line-height: 40px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #31c2f7;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #EEE;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
}

select {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    background-color: transparent;
    line-height: 100%;
    outline: none;
    background-image: url("assets/images/arrow.png") !important;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 6px 20px;
    height: 40px;
}

textarea {
    padding: 8px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #31c2f7;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #31c2f7;
}


a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    text-align: right;
    border-right: 1px solid #EEE;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: left;
}

.post-navigation{
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin-bottom: 50px;
}

.post-navigation .nav-links{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post-navigation a{
    color: inherit;
    text-decoration: none;
    padding: 20px;
    display: block;
}

.post-navigation a:hover,
.post-navigation a:focus{
    color: #333;
}

.post-navigation span{
    display: block;
}

.nav-previous span .fa{
    margin-right: 10px;
}

.nav-next span .fa{
    margin-left: 10px;
}

.pagination,
.woocommerce nav.woocommerce-pagination{
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}

.pagination .page-numbers{
    display: inline-block;
    background: #25bcea;
    color: #FFF;
    text-decoration: none;
    margin: 0 2px;
    padding: 2px 12px;
    border-radius: 50px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus{
    background: #333;
}

.posts-navigation{
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    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: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 25px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget_search .search-form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget_search .search-form > label{
    flex-grow: 1;
}

.widget_search .search-form > label input{
    width: 100%;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-content{
    margin-bottom: 40px;
}

.entry-content p{
    margin-bottom: 25px;
}

/* .single .entry-content{
    font-size: 1.1em;
} */
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 15px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    vertical-align: middle;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
    font-style: italic;
    font-size: 0.9em;
    opacity: 0.9;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
}

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

.gallery-item img{
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    opacity: 0.9;
    padding: 10px;
}

/*---General CSS---*/
.punte-container{
    max-width: 1300px;
    margin: 0 auto
}

.site-content > .punte-container{
    margin-top: 40px;
}

.page-template-vc-template .site-content > .punte-container:first-child{
    margin-top: 0 !important;
}

#primary{
    width: 70%;
    float: left;
}


/*---Header Styles---*/
.site-header{
    position: sticky;
    top: 0px;
    z-index: 99;   
}

/*----------Header Search------------*/

.menu-item-search i{
    cursor: pointer;
    font-size: 80%;
}

.header-search-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: translatey(-110%);
    -ms-transform: translatey(-110%);
    -webkit-transform: translatey(-110%);
}

.header-search-wrapper.on{
    transform: translatey(0);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
}

.header-search-wrapper .search-container{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.header-search-wrapper .search-field{
    width: 100%;
    border: 0;
    text-align: center;
    outline: 0;
    height: 70px;
    height: 5vh;
    font-size: 60px;
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: normal;
    background: none;
    color: #FFF;
}

.header-search-wrapper .search-submit{
    display: none;
}

.search-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 54px;
    color: #EEE;
    height: 60px;
    width: 60px;
    cursor: pointer;
    text-align: center;
    line-height: 54px;
    opacity: 0.8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.search-close:hover,
.search-close:focus{
    opacity: 1;
}
.search-close svg{
    fill: #fff;
}


/*Blog Design*/
.punte-blog-post{
    margin-bottom: 60px;
}

.punte-blog-post a{
    text-decoration: none;
    color: inherit;
}

.punte-blog-post .entry-header{
    margin-bottom: 15px;
}

.punte-blog-post .entry-title{
    margin-bottom: 0;
    line-height: 1.3;
}

.punte-blog-post .entry-content{
    margin-bottom: 25px;
}

.entry-category .fa{
    margin-right: 5px;
    font-size: 0.9em;
}

.blog-style1.punte-blog-post{
    padding-bottom: 50px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 50px;
}

.blog-style1.sticky{
    border-left: 3px solid #25bcea;
    padding-left: 25px;
}

.blog-style1 .entry-image{
    margin-bottom: 25px;
    text-align: center;
}

.blog-style1 .entry-category{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.80em;
    opacity: 0.9;
}

.blog-style1 .entry-footer{
    margin-bottom: 20px;
}

.blog-style1 .entry-date-author{
    float: left;
    font-size: 0.88em;
    opacity: 0.9;
}

.blog-style1 .entry-date-author .fa{
    margin-right: 5px;
}

.blog-style1 .entry-date-author span{
    margin-right: 10px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.blog-style1 .entry-share{
    float: right;
}

.blog-style1 .entry-share a{
    padding: 6px;
}

.blog-style1 .entry-share a:first-child {
    padding-left: 0;
}

.blog-style1 .entry-readmore{
    margin-top: 30px;
}

.blog-style1 .entry-readmore a{
    border: 1px solid #25bcea;
    padding: 5px 25px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    background-color: #25bcea;
    color: #fff;
}

.blog-style1 .entry-readmore a:hover,
.blog-style1 .entry-readmore a:focus{
    color: #25bcea;
    background-color: #fff;
}

/*Blog Style 2*/
.blog-style2 .entry-image{
    float: left;
    width: 40%;
}

.blog-style2 .entry-excerpt{
    float: right;
    width: 57%;
}

.blog-style2 .entry-excerpt.fullwidth{
    width: auto;
    float: none;
}

.blog-style2 .entry-footer{
    margin-top: 30px;
    font-size: 0.9em;
    color: #777;
}

.blog-style2 .entry-footer .fa{
    margin-right: 5px;
}

.blog-style2 .entry-footer span{
    margin-right: 15px;
}

.blog-style2 .entry-share{
    margin-top: 40px;
    text-align: right;
}

.blog-style2 .entry-share a{
    height: 30px;
    width: 30px;
    background: #F6F6F6;
    margin-left: 8px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

/*Blog Style 3*/
.blog-style3 .entry-image{
    margin-bottom: 40px;
}

.blog-style3 .entry-info{
    width: 140px;
    float: left;
    text-align: center;
}

.blog-style3 .entry-excerpt{
    margin-left: 180px;
}

.blog-style3 .entry-category{
    text-transform: uppercase;
    font-size: 0.80em;
    margin-bottom: 20px;
    opacity: 0.9;
}

.blog-style3 .entry-header{
    text-transform: uppercase;
}

.blog-style3 .entry-date-author{
    margin-bottom: 40px;
}

.blog-style3 .posted-on{
    display: block;
    margin-bottom: 10px;
}

.blog-style3 .posted-on span.entry-big-date{
    font-size: 80px;
    display: block;
    line-height: 110px;
}

.blog-style3 .entry-share a{
    padding: 6px;
}

.blog-style3 .entry-readmore a{
    border: 1px solid #333;
    padding: 10px 15px;
    display: inline-block;
}

.blog-style3 .entry-readmore a:hover,
.blog-style3 .entry-readmore a:focus{
    color: #FFF;
}

/*Blog Style 4*/
.blog-style4-wrap{
    margin-left: -3%;
}

.blog-style4{
    width: 30.33%;
    float: left;
    margin-left: 3%;
}

.blog-style4:nth-child(3n+1){
    clear: both;
}

.blog-style4 .entry-image{
    margin-bottom: 10px;
}

.blog-style4 .entry-header{
    margin-bottom: 10px;
}

.blog-style4 .entry-title{
    font-size: 1.4em;
}

.blog-style4 .entry-date-author{
    margin-bottom: 10px;
    font-size: 0.88em;
    color: #777;
    opacity: 0.9;
}

.blog-style4 .entry-date-author .fa{
    margin-right: 5px;
    font-size: 0.88em;
}

.blog-style4 .entry-date-author span{
    margin-right: 10px;
}

.blog-style4 .entry-category{
    font-size: 0.80em;
    color: #777;
    opacity: 0.9;
}

.blog-style4 .entry-category .fa{
    margin-right: 5px;
}

.blog-style4 .entry-share{
    margin-top: 20px;
}

.blog-style4 .entry-share a{
    padding: 6px;
}


/*Page Header style*/
.breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    margin: 10px 0 0;
    font-size: 0.9em;
}

.breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a{
    text-decoration: none;
    color: inherit;
}

.page-header{
    background-color: #ffffff !important;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.page-header .page-title{
    margin: 0;
    color: inherit;
    line-height: 1.3;
}

.page-header .page-sub-title{
    font-size: 1.2em;
    margin: 10px 0 0;
    color: inherit;
}

.header-style2 .punte-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header-style2 .page-title-wrap{
    float: left;
    width: 60%;
}


.header-style2 .breadcrumbs,
.header-style2 .woocommerce-breadcrumb{
    float: right;
    width: 40%;
    text-align: right;
    margin-top: 0;
}

.header-style3{
    text-align: center;
}

.header-style3 .page-title{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.header-style3 .page-title:after{
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    top: 100%;
    height: 3px;
    background: #333;
}

.flex-content-middle{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flex-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/**/
#pune-back-top{
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background: #25bcea;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    font-size: 25px;
    display: none;
    z-index: 999;
}

#pune-back-top svg{
    fill: #fff;
    vertical-align: baseline;
}
.page-header{
    position: relative;
}

.page-header-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.punte-container{
    position: relative;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 25px;
}
/* styling for both css and generated arrows */
 .sf-arrows .sf-with-ul:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    text-decoration: none;
    color: transparent;
    transform: rotate(222deg);
    right: 10px;
    top: 44%;
}
 

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-decoration: none;
    color: transparent;
    transform: rotate(137deg);
    right: 10px;
    top: 44%;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul li:focus > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.punte-toggle-menu{
    display: none;
    float: right;
    background: #000;
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    font-size: 13px;
}
@media screen and (max-width: 768px) {
    p.site-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .main-side-navigation li >.sub-toggle{
        background: #333;
        height: 22px;
        width: 22px;
        position: absolute;
        right: 20px;
        top: 7px;
        cursor: pointer;
        border-radius: 5px;
    }
    .main-side-navigation li >.sub-toggle::after{
        content: "";
        height: 8px;
        width: 8px;
        position: absolute;
        top: 6px;
        right: 7px;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.main-side-navigation{
    position: fixed;
    padding-top: 80px;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    left: -25%;
    -webkit-transition: all ease-in .3s;
       -moz-transition: all ease-in .3s;
        -ms-transition: all ease-in .3s;
         -o-transition: all ease-in .3s;
            transition: all ease-in .3s;
}
.main-side-navigation.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.main-side-navigation ul {
    padding: 20px;
    margin: 0;
}
.main-side-navigation li {
    list-style: none;
    padding: 5px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.main-side-navigation a {
    color: #000;
}

#punte-side-navigation{
    z-index: 999999;
}

.mm-listview > li > a, 
.mm-listview > li > span{
    padding: 15px 10px 15px 25px !important;
}

.mm-listview .mm-next::before{
    border-left: 0 !important;
}

.mm-listview > li.mm-selected > .mm-next{
    background: rgba(0,0,0,.1);
}

.error-404.not-found{
    min-height: 200px;
}

.morphext > .animated {
    display: inline-block;
}

.site-footer .footer-text a {
    text-transform: capitalize;
    color: #25bcea;
}
.footer-text .punte-container span {
    border: .5px solid #fff;
    margin: 0 4px;
}

/* Punte transparent header */

.home .punte-transparent-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.home .punte-transparent-header .site-branding a {
    color: #FFF;
}

.home .punte-transparent-header ul.punte-main-menu > li > a {
    color: #FFF;
}

ul.punte-main-menu ul.sub-menu{
    background: #000;
}

.tw_tab_comp .tw-field-wrap {
    padding: 0;
    border-bottom: unset;
}

/* additional css by developer */
.site-footer .footer-text .punte-container p {
display: inline-block;
}

/* punte breadcrumbs menu css here */

.page-header nav ul.trail-items{
    margin: 0;
}
.page-header nav ul.trail-items li {
    display: inline-block;
    list-style: none;
}

.page-header nav ul.trail-items li span{
    padding: 0 15px;
    position: relative;
}
.page-header nav ul.trail-items li span::after {
  content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 1px solid #31c2f7;
    border-left: 1px solid #31c2f7;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(135deg);
    right: -2px;
    top: 30%;
}

.page-header nav ul.trail-items .trail-item.trail-begin span {
    padding-left: 0;
}
.page-header nav ul.trail-items .trail-item.trail-end span::after {
    display: none;
}

.no-sidebar #primary,
.single-elementor_library #primary{
    width: auto;
    float: none;
}

.ap-navbar-wrapper .ap-navbar-container.ap-navbar ul.ap-navbar-nav li.menu-item-has-children > a {
    position: relative;
}
.ap-navbar-wrapper .ap-navbar-container.ap-navbar ul.ap-navbar-nav li a {
    font-size: 14px;
}

.home .punte-transparent-header ul.punte-main-menu svg{
   fill:#fff;
}

.inner-wrapp .desc-wrapp .svg-wrapp svg{
    height: 30px;
    width: 30px;
}
.inner-wrapp .desc-wrapp .svg-wrapp {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
}

/* additional css for menu */

nav.main-navigation ul.punte-main-menu > li.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 48%;
    -webkit-transform: translateY(-50%) rotate(225deg);
       -moz-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
         -o-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    width: 6px ;
    height: 6px ;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

nav.main-navigation ul.sub-menu > li.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(135deg); 
       -moz-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
         -o-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
}

nav.main-navigation li.menu-item-has-children:nth-last-child(1) ul.sub-menu li.menu-item-has-children > a::after ,
nav.main-navigation li.menu-item-has-children:nth-last-child(2) ul.sub-menu li.menu-item-has-children > a::after ,
nav.main-navigation li.menu-item-has-children:nth-last-child(3) ul.sub-menu li.menu-item-has-children > a::after {
    -webkit-transform: translateY(-50%) rotate(315deg);
       -moz-transform: translateY(-50%) rotate(315deg);
        -ms-transform: translateY(-50%) rotate(315deg);
         -o-transform: translateY(-50%) rotate(315deg);
            transform: translateY(-50%) rotate(315deg);
}
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(2) > ul, 
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(1) > ul, 
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(2):hover > ul, 
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(2):focus > ul, 
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(2).focus > ul, 
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(1):hover > ul, 
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(1):focus > ul, 
ul.punte-main-menu > li > ul.sub-menu > li:nth-last-child(1).focus > ul {
    left: 100%;
    right: unset;
}

ul.punte-main-menu > li:nth-last-child(2) > ul.sub-menu > li:nth-last-child(2) > ul, 
ul.punte-main-menu > li:nth-last-child(1) > ul.sub-menu > li:nth-last-child(1) > ul, 
ul.punte-main-menu > li:nth-last-child(2):hover > ul.sub-menu > li:nth-last-child(2):hover > ul, 
ul.punte-main-menu > li:nth-last-child(2):focus > ul.sub-menu > li:nth-last-child(2):focus > ul, 
ul.punte-main-menu > li:nth-last-child(2).focus > ul.sub-menu > li:nth-last-child(2).focus > ul, 
ul.punte-main-menu > li:nth-last-child(1):hover > ul.sub-menu > li:nth-last-child(1):hover > ul, 
ul.punte-main-menu > li:nth-last-child(1):focus > ul.sub-menu > li:nth-last-child(1):focus > ul, 
ul.punte-main-menu > li:nth-last-child(1).focus > ul.sub-menu > li:nth-last-child(1).focus > ul {
    left: unset;
    right: 100%;
}

ul.punte-main-menu > li:nth-last-child(2) > ul , 
ul.punte-main-menu > li:nth-last-child(1) > ul , 
ul.punte-main-menu > li:nth-last-child(2):hover > ul , 
ul.punte-main-menu > li:nth-last-child(2):focus > ul , 
ul.punte-main-menu > li:nth-last-child(2).focus > ul , 
ul.punte-main-menu > li:nth-last-child(1):hover > ul , 
ul.punte-main-menu > li:nth-last-child(1):focus > ul , 
ul.punte-main-menu > li:nth-last-child(1).focus > ul {
    right: 0%;
    left: unset;
}

ul.punte-main-menu > li:nth-last-child(2) > ul.sub-menu > li > ul , 
ul.punte-main-menu > li:nth-last-child(1) > ul.sub-menu > li > ul , 
ul.punte-main-menu > li:nth-last-child(2):hover > ul.sub-menu > li > ul , 
ul.punte-main-menu > li:nth-last-child(2):focus > ul.sub-menu > li > ul , 
ul.punte-main-menu > li:nth-last-child(2).focus > ul.sub-menu > li > ul , 
ul.punte-main-menu > li:nth-last-child(1):hover > ul.sub-menu > li > ul , 
ul.punte-main-menu > li:nth-last-child(1):focus > ul.sub-menu > li > ul , 
ul.punte-main-menu > li:nth-last-child(1).focus > ul.sub-menu > li > ul {
    right: 100% !important;
    left: unset !important;
}

/* punte main header menu css refinement here */
.nav.main-navigation ul.punte-main-menu>li.menu-item-has-children>a:after {
    right: 10px;
    top: 49%;
    height: 6px;
    width: 6px;
}
ul.punte-main-menu>li>a {
    padding: 0 15px;
    font-size: 14px;
}
ul.punte-main-menu>li>a svg {
    width: 14px;
}
ul.punte-main-menu>li:first-child>a{
    padding-left: 0;
}
ul.punte-main-menu>li:last-child>a{
    /*padding-right: 0;*/
}
ul.punte-main-menu ul.sub-menu {
    background: #fff;
    padding:0px;
}
ul.punte-main-menu ul li a {
    color: #000;
    padding: 8px 12px;
    border-bottom: none;
}
ul.punte-main-menu ul {
    width: 250px;
}
ul.punte-main-menu ul li a:hover{
    color: #25bcea;
}

.blog-style1.punte-blog-post .entry-title a{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33;
    color: #343434;
    display: inline-block;
}

.blog-style1 .entry-footer{
    color: #a3acb9;
}
.blog-style1 .entry-footer svg{
    fill: #a3acb9;
    display: inline-block;
    vertical-align: middle;
}

.blog-style1.punte-blog-post .entry-content {
    font-size: 16px;
    color: #4f606d;
    line-height: 30px;
    margin-bottom: 0;
}

.header-layout1 .site-branding {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}

.header-layout1 .site-branding p {
    width: 100%;
}

nav.main-navigation ul.punte-main-menu > li.menu-item-has-children > a:hover::after, 
.home .punte-transparent-header ul.punte-main-menu > li.menu-item-has-children > a:hover::after {
    border-top: 1px solid #25bcea;
    border-left: 1px solid #25bcea;
}

.wp-block-cover.has-background-dim p.wp-block-cover-text {
    color: #fff;
    font-size: 1.2em;
}
.wp-block-cover.has-background-dim {
    margin-bottom: 15px;
}
.blocks-gallery-grid, .wp-block-gallery {
    display: flex !important;
}

/* menu css here */

.mob-menu-close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.main-side-navigation + .punte-mobile-overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in 0.3s;
       -moz-transition: all ease-in 0.3s;
        -ms-transition: all ease-in 0.3s;
         -o-transition: all ease-in 0.3s;
            transition: all ease-in 0.3s;
}

.main-side-navigation + .punte-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}
.widget_recent_entries ul li a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}
.widget_recent_entries ul li span.post-date {
    color: #666;
    font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.content-area .post-img {
    margin-bottom: 30px;
}
button.btn-transparent {
    padding: 10px 20px 30px;
    background: transparent;
}
/*theme-css*/
/*-----------------Common-----------------------*/
.form-control:focus{box-shadow:none;}
#pune-back-top{border-radius:50px;}
ul.punte-main-menu>li.current-menu-item>a{color:#06076e;font-weight: 600;}
button.btn-transparent{padding:0px;}
button:focus,button,input{outline:none !important;}
b,strong{font-weight:600;}
label.error{color:#f00 !important;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-weight:600;}
.page-header{border-color:#cfdfe4;}
.breadcrumbs a:hover,.breadcrumbs a:hover span{color:#06076e !important;}
#primary {width: 100% !important;}
.page-header .page-title{color:#06076e !important;max-width: 750px;}
.wpas-label{border-radius:50px;padding:.2em 1em .3em !important;}
.wpas-btn{border-radius:50px;}
.wpas-btn, .wpas-form-control{padding: 6px 20px;}
select.wpas-form-control{height: 41px;}
.wpas-label{font-weight:400;}
.wpas-link-ticketnew,.btn-fill{background: #31c2f7;border-color: #31c2f7;color: #fff;}
.btn-border{border-color:#cfdfe4 !important;background:#c1edfd !important;color:#31c2f7 !important;}
.btn-border:hover,.btn-border:focus,.btn-border:active{background:#31c2f7 !important;color:#ffffff !important;border-color:#31c2f7 !important;}
.wpas-link-ticketnew:hover,.btn-fill:hover,.wpas-link-ticketnew:focus,.wpas-link-ticketnew:active{background:#ffffff !important;color:#31c2f7 !important;border-color:#31c2f7 !important;}
.wpas-uploader-dropzone{border:2px dashed #ddd;}
.wpas-form-control{box-shadow:none !important;}
.wpas-uploader-dropzone:hover{border-color:#25b4f5;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea,.wp-editor-container{border-color:#ccc;}
.wpas-btn-default{color: #fff;background: #31c2f7;border-color: #31c2f7;}
.wpas-btn-default.active, .wpas-btn-default.focus, .wpas-btn-default:active, .wpas-btn-default:focus, .wpas-btn-default:hover{border-color:#A2D893 !important;background:#e9f6e5 !important;color:#31c2f7 !important;}
.wpas-user-profile img{border-radius:100%;}
.breadcrumbs a,.woocommerce .woocommerce-breadcrumb a{color:#31c2f7;}
.blog-style1.punte-blog-post:last-child{border-bottom:0px;}
nav.main-navigation ul.punte-main-menu > li.menu-item-has-children > a:after{border-top-color:#ffffff;border-left-color:#ffffff;}
ul.punte-main-menu ul li a{padding: 10px 15px;}
ul.punte-main-menu ul.sub-menu li + li{border-top:1px solid rgba(0,0,0,0.1);}
.main-side-navigation{background:#31c2f7 !important;text-align:left !important;}
.main-side-navigation ul{padding: 5px 0;}
.main-side-navigation .sub-menu .sub-toggle{right: -5px;}
.main-side-navigation li >.sub-toggle{background-color:#ffffff;}
.main-side-navigation li >.sub-toggle::after{border-bottom-color:#06076e;border-right-color:#06076e;}
.main-side-navigation li{padding: 10px 0;}
.main-navigation .current_page_item > a{color:#000;}
.video-page .list-v-tutorials .elementor-widget .elementor-icon-list-item{padding: 15px 15px 15px 80px !important;border: 1px solid #A2D893;border-radius: 8px;}
.video-page .list-v-tutorials .elementor-widget .elementor-icon-list-icon{--e-icon-list-icon-size:26px;left:20px;height: 100%;align-items: center;position: absolute;border-right: 1px solid #A2D893;padding-right:10px;}
.video-page .list-v-tutorials .elementor-icon-list-item .elementor-icon-list-text{line-height:20px;}
.punte-nav-icon{background: #c1edfd;}
.punte-nav-icon span, .punte-nav-icon span::before, .punte-nav-icon span::after{background-color:#31c2f7 !important;}
/*-----------------header-----------------------*/
.main-header{padding:0 30px;}
.main-header .punte-container{width:100%;max-width:100%;}
.page-header .banner-search{margin-top:30px;}
.page-header .search-form{float: right;width: 430px;margin-top: -98px;}
/*-----------------Banner-----------------------*/
.banner-section .banner-search .form-control{height:50px;background: #fafafa;border: 1px solid #eee !important;border-right: 0;;border-radius:0px;border:0px;border-top-left-radius:50px;border-bottom-left-radius:50px;padding:0 30px;}
.banner-section .banner-search .search-box{width:calc(100% - 53px);}
.banner-section .search-submit{float:right;margin-top: -50px;padding: 5px 17px;padding: 5px 20px 5px 17px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;}
.pattern-search{height:300px;background:url(../punte/assets/images/bg-pattern.jpg) no-repeat 0 0 /100%;}
.search-suggestion{font-size: 14px;}
.search-suggestion ul{margin-left:10px;margin-bottom:0px;}
.search-suggestion ul li a{color:#ffffff;background:#25b4f5;display:inline-block;padding: 0 10px;border-radius:50px;font-size:12px;}
.search-suggestion .search-tag{margin-left: 20px;margin-top: 15px;display: inline-block;font-weight:500;}
/*-----------------Video-----------------*/
.videobox{border-radius:15px;overflow: hidden;}
/*-----------------Our Support-----------------*/
.our-support-section{background:#ffffff;margin-top:-200px;box-shadow:0px -25px 32px rgb(0,0,0,0.1);border-top-left-radius:20px;border-top-right-radius:20px;}
.related-videos{margin-top:-50px !important;}
/*-----------------FAQs-----------------*/
.faqs-section .elementor-accordion-item{border-radius: 8px;overflow: hidden;}
.faqs-section .elementor-accordion-item + .elementor-accordion-item{margin-top:15px;}
/*----------------Login----------------*/
.login-page{height:100vh;}
.login-page .bg-login{height: 100%;border-right:8px solid #25b4f5;position:relative;background-size:cover;background-repeat:no-repeat;}
.login-page .bg-login .round-bg{width:300px;height:300px;background:#25b4f5;border-radius:100%;padding: 30px;box-shadow: 0 0 25px rgba(0,0,0,0.5);border: 22px solid rgba(255,255,255,0.1);}
.login-page .bg-login .content-wrap{position: relative;z-index: 1;color:#ffffff;}
.login-page .bg-login .help-time{display: block;text-align: center;font-size: 37px;text-shadow: 0 3px 4px rgb(0,0,0,0.5);color:#ffffff;font-weight:600;}
.login-page .bg-login:before{content:"";position:absolute;left:0px;top:0px;right:0px;bottom:0px;background:rgba(0,0,0,0.3);}
.login-page .right-part{padding:0 150px;width:100%;}
.login-page .right-part h2{color:#06076e;font-weight:600;margin-bottom: 10px;}
.login-page .right-part .form-group label{color:#25b4f5;}
.login-page .right-part .form-group input{height:50px;border-radius:0px;padding: 0 15px;}
.login-page .right-part button{border-radius:50px;min-width:150px;height:50px;margin-top: 20px;}
/*--------------Tutorials------------*/
.tutorials-sections .list-tutorials .elementor-icon-list-items{display:table;margin:auto;}
.tutorials-sections .list-tutorials .elementor-icon-list-item{position:relative;padding-left:10px;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: start;text-align:left;}
.popular-articles .list-articles .elementor-icon-list-item{width:100%;padding: 10px 20px !important;border: 1px solid #cfdfe4;border-radius:8px;}
.popular-articles .list-articles .elementor-icon-list-item:hover{background:#e6f8fe;}
/*--------------inner serch------------*/
.inner-search form{max-width: 450px;float: right;width: 100%;margin-top: 120px;}
/*--------------home product------------*/
.home-p-section{margin-top:0px !important;box-shadow:none;}



/*--------------banner-----------*/
.banner-text
{
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
    text-align:center;
    margin: 70px 0 0;
}
.banner-text span
{
    display: block;
    font-weight: 700;
    font-size: 45px;
}
.banner-search
{
    background-color: #ffffff;
    border-radius: 50px;
    padding: 4px 8px 4px 30px;
    width: 650px;
}
.banner-search .icon-files
{
    width: 21px;
}
.banner-search .s-bar
{
    margin-left: 20px;
    width: calc(100% - 150px);
}
.banner-search .s-bar [type="text"]
{
    border: 0px;
    padding: 5px 10px 5px 0;
    height: 25px;
    width: 100%;
    text-overflow: ellipsis;
}
.banner-search .s-bar > label
{
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #06076e;
}
.banner-search .search button
{
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    display: flex;
    align-items: center;
}
.banner-search .search button i
{
    margin-right: 8px;
    vertical-align: middle;
    font-size: 16px;
}
.banner-search + .s-sug
{
    color: #ffffff;
    margin-top: 3px;
}
.banner-search + .s-sug span a
{
    color: #06076e;
    font-weight: 600;
    font-size: 13px;
    background: #ffffff;
    border-radius: 50px;
    padding: 3px 13px 5px;
}
.banner-search + .s-sug span a:hover
{
    color: #25b4f5;
}
.banner-search + .s-sug span + span
{
    margin-left: 5px;
    display: inline-block;
}
.banner-search + .s-sug span.etc
{
    font-weight: 600;
}
.window-pos .elementor-widget-wrap
{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.window-pos .elementor-widget-wrap
{
    max-width: 1000px;
    margin: 0 auto;
}
.window-pos .elementor-widget-wrap:before
{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
}
.window-pos 
{
    height: 578px;
    max-width: 1000px;
    margin: auto;
    padding: 15px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.page-header .search-form
{
    display: none;
}
#pune-back-top:hover
{
    background: #1facf3 !important;
}
.page-header
{
    border-bottom: 0px;
    background: #06076e !important;
    padding: 12px 0;
}
.page-header .page-title
{
    color: #ffffff !important;
    font-size: 32px;
}
.breadcrumbs
{
    background: #31c2f7;
    border-radius: 50px;
    display: table;
    padding: 0 5px 0 20px;
}
.page-header nav ul.trail-items li span
{
    font-size: 13px !important;
}
.page-header .page-title, .page-header .page-sub-title, .page-header nav ul.trail-items li span
{
    color: #ffffff !important;
    transition: all linear .2s !important;
    -webkit-transition: all linear .2s !important;
}
.page-header nav ul.trail-items li
{
    vertical-align: middle;
}
.page-header nav ul.trail-items li.current
{
    opacity: 0.8;
}
.page-header nav ul.trail-items li.current span
{
    font-size: 17px !important;
}
.page-header nav ul.trail-items li a:hover span
{
    color: #06076e  !important;
}
.page-header nav ul.trail-items li span:after
{
    border-color: #ffffff !important;
    width: 5px !important;
    height: 5px !important;
    top: 6px !important;
}
/*--------------header search--------------*/
.menu-item-search
{
    margin-right: -30px;
}
.menu-item-search.ico-close .svg-icon,.punte-mobile-search.ico-close .svg-icon
{
    opacity: 0;
    visibility: hidden;
}
.menu-item-search.ico-close:before,.punte-mobile-search.ico-close:before
{
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    font-size: 22px;
    color: #ffffff;
    left: 23px;
    top: 17px;
}
.menu-item-search > span
{
    background: #31c2f7;
    padding: 0 20px !important;
    line-height: 75px;
    display: block;
    cursor: pointer;
}
.menu-item-search svg
{
    width: 20px !important;
    height: 20px !important;
    fill: #ffffff !important;
}
.site-header .search-form
{
    position: absolute;
    right: 0px;
    left: 0px;
    display: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
}
.site-header .search-form .banner-search
{
    border-radius: 0px;
    padding: 0px;
    width: 100%;
}
.site-header .search-form .form-control
{
    border: 0px;
    height: 55px;
    font-size: 18px;
    padding: 0 60px 0 20px;
}
.site-header .search-form .search-submit
{
    background: none;
    position: absolute;
    right: 17px;
    top: 6px;
    color: #06076e;
    font-size: 20px;
    padding: 0;
}
.home .page-header
{
    display: none;
}
.searchwp-live-search-results
{
    margin-top: -5px;
    background: #fff !important;
    border-top: 1px solid #eee;
    box-shadow: 0 12px 10px rgba(0,0,0,0.03);
    padding: 15px 22px;
    transform: translateZ(0);
}
.searchwp-live-search-results.searchwp-live-search-results-showing
{
    display: flex;
    flex-wrap: wrap;
}
.searchwp-live-search-results
{
    display: none;
}
.searchwp-live-search-results .spinner
{
    transform: scale(0.6) !important;
    -webkit-transform: scale(0.6) !important;
}
.searchwp-live-search-no-min-chars:after
{
    text-align: center;
    height: 58px;
    padding: 40px 0 0 !important;
    font-size: 14px;
    width: 100%;
}
.searchwp-live-search-results .searchwp-live-search-result
{
    width: calc(25% - 15px);
    font-weight: 600;
    margin-left: 15px;
}
.searchwp-live-search-results .searchwp-live-search-result:nth-child(n+5)
{
    margin-top: 15px;
}
.searchwp-live-search-results .searchwp-live-search-result:nth-child(4n+1)
{
    margin-left: 0px;
}
.searchwp-live-search-results .searchwp-live-search-result a
{
    color: #06076e;
    display: block;
    padding: 8px 40px 8px 30px;
    background: #f6f7f8;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.searchwp-live-search-results .searchwp-live-search-result a:before
{
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 25px;
    transition:all linear .2s;
    -webkit-transition: all linear .2s;
}
.searchwp-live-search-results .searchwp-live-search-result a:after
{
    content: "";
    width: 5px;
    height: 5px;
    background: #31c2f7;
    position: absolute;
    left: 14px;
    top: 20px;
    border-radius: 50px;
}
.searchwp-live-search-results  .searchwp-live-search-result p
{
    margin: 0;
}
.searchwp-live-search-no-results
{
    padding: 0 !important;
    width: 100%;
    margin: 0;
    opacity: 0.5;
}
/*--------------search listing-----------*/
.article-list .row [class*='col-']:nth-child(n+5)
{
    margin-top: 30px;
}
.listing
{
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    color: #7db9b6;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
}

.listing .img-list
{
    background: #7db9b6;
    position: relative;
}
.listing .img-list img
{
    width: 40px;
    margin: 0;
    display: block;
}
.listing .img-list .list-title 
{
    position: absolute;
    top: 70px;
    left: 21px;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.listing .relative
{
    height: 200px;
    padding: 20px;
}
.listing .list-detail
{
    padding: 35px 20px 20px;
    background: #ffffff;
    position: relative;    
}
.listing .list-detail a
{
    color: #06076e;
}
.listing .list-detail .list-title,.listing .list-detail .list-title a
{
    font-size: 18px;
}
.listing .list-detail .list-s-icon
{
    position: absolute;
    right: 20px;
    top: -25px;
    font-size: 18px;
}
.listing .list-detail .list-s-icon a
{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.listing .list-detail .list-s-icon,.listing .list-detail .list-s-icon a
{
    color: inherit;
}
/*--------------FAQs-----------*/
.faqs p
{
    margin: 0px;
}
.faqs .elementor-accordion .elementor-tab-title
{
    padding: 0px;
}
.faqs .elementor-accordion .elementor-tab-content
{
    padding: 9px 20px !important;
    height: auto !important;
    background: #ffffff;
    border-radius: 10px;
    border:1px solid #eeeeee !important;
    margin-bottom: 15px;
    position: relative;
}
.faqs .elementor-accordion .elementor-tab-title:after
{
    content: "";
    position: absolute;
    background: #eeeeee;
    width: 1px;
    height: 0px;
    left: 24px;
    top: 57px;
    transition: all linear .2s !important;
    -webkit-transition:all linear .2s !important;
}
.faqs .elementor-accordion .elementor-tab-title.elementor-active:after
{
    height: 37px;
}
.faqs .elementor-accordion .elementor-tab-title
{
    padding: 25px 0 25px 80px;
    position: relative;
}
.faqs .elementor-accordion .elementor-tab-title:before
{
    content: "Q.";
    position: absolute;
    left: 0px;
    top: 11px;
    margin: auto;
    height: 45px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: rgba(230,248,254,1);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #06076E;
}
.faqs .elementor-accordion-item + .elementor-accordion-item
{
    border-top: 1px solid #eeeeee !important;
}
.faqs .elementor-active a
{
    text-decoration: underline !important;
}
.faqs .elementor-accordion-icon
{
    font-size: 22px;
}
.main-side-navigation .current-menu-item a
{
    font-weight: 600;
    color: #000000 !important;
}
/*404*/
.page-id-8609 .page-header
{
    display: none;
}
.txt-404 .elementor-heading-title span
{
    position: relative;
}
.txt-404 .elementor-heading-title span:before
{
    content: "";
    position: absolute;
    left: 30px;
    top: 65px;
    height: 65px;
    width: 32px;
    border-radius: 100%;
    background: #31C2F7;
}
/*-----------------Responsive-----------*/
/*search listing*/
@media (min-width:1199px)
{
    .listing:hover
    {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        box-shadow: rgba(0, 0, 0, 0.09) 0px 25px 20px -20px;;
    }
    .searchwp-live-search-results .searchwp-live-search-result a:hover:before
    {
        right: 15px;
        color: #31c2f7;
    }
}
@media (min-width:1400px) and (max-width:1700px)
{
    .banner-section .elementor-container
    {
        min-height:450px !important;
    }
}
@media (min-width:991px) and (max-width:1400px)
{
    .banner-section .elementor-container
    {
        min-height:400px !important;
    }
}
@media (max-width:1700px)
{
    .our-support-section{margin-top:-100px;}
}
@media (max-width:1400px)
{    
    ul.punte-main-menu>li>a{padding: 0 12px;}
}
@media (max-width:1240px)
{
    .menu-item-search
    {
        margin-right: -62px;
    }
}
@media (max-width:1210px)
{
    .menu-item-search
    {
        margin-right: 0px;
    }
}
@media (max-width:1199px)
{
    .our-support-section{margin-left:15px;margin-right:15px;}
    .banner-section .banner-search .search-box{width: calc(100% - 51px);}
    .our-support-section{margin-top:-140px;}
    .login-page .right-part{padding: 0 40px;}
    .login-page .bg-login .round-bg{width: 200px;height: 200px;border-width:10px;padding: 20px;}
    .h1, h1{font-size:2.2em;}
    .main-side-navigation li{padding:15px 25px;line-height: 24px;border-bottom: 1px solid rgba(255,255,255,0.2) !important;}
    .main-side-navigation li .sub-menu li{border-bottom:0px !important;padding:5px 15px;}    
    .header-layout1 ul.punte-main-menu > li > a, .header-layout1 ul.punte-main-menu > li.header-search i, .header-layout5 ul.punte-main-menu > li > a, .header-layout5 ul.punte-main-menu > li.header-search i, .header-layout6 ul.punte-main-menu > li > a, .header-layout6 ul.punte-main-menu > li.header-search i{line-height: 75px !important;}
    ul.punte-main-menu>li>a{padding:0 4px;font-size:10px;}
	.inner-search form{max-width:375px;margin-right: 15px;}
    .site-branding{max-width: 180px;}
    /*search listing*/
    .listing .list-detail .list-s-icon
    {
        top: -20px;
    }
    .listing .list-detail .list-s-icon a
    {
        width: 45px;
        height: 45px;
    }
    .listing .img-list .list-title
    {
        top: 65px;
        font-size: 18px;
    }
    .listing .img-list img
    {
        width: 35px;
    }
    .listing .list-detail
    {
        padding: 30px 15px 15px;
    }
    .listing .list-detail .list-title, .listing .list-detail .list-title a
    {
        font-size: 17px;
    }
    .banner-text
    {
        margin-top: 45px;
    }
    .banner-text
    {
        font-size: 22px;
    }
    .banner-text span
    {
        font-size: 35px;
    }
    .bg-search .elementor-widget-wrap
    {
        background-position: 100% 240px !important;
    }
    .window-pos,.window-pos .elementor-widget-wrap
    {
        max-width: 850px;
    }
    .window-pos
    {
        height: 497px;
    }
    .searchwp-live-search-results .searchwp-live-search-result
    {
        width: calc(33.33% - 15px);
    }
    .searchwp-live-search-results .searchwp-live-search-result:nth-child(n+4)
    {
        margin-top: 15px;
    }
    .searchwp-live-search-results .searchwp-live-search-result:nth-child(4n+1)
    {
        margin-left: 15px;
    }
    .searchwp-live-search-results .searchwp-live-search-result:nth-child(3n+1)
    {
        margin-left: 0px;
    }
    .searchwp-live-search-results .searchwp-live-search-result a:after
    {
        left: 15px;
        top: 15px;
    }
    .searchwp-live-search-results .searchwp-live-search-result a
    {
        padding: 5px 35px 5px 30px;
        font-size: 14px;
    }
    .searchwp-live-search-results .searchwp-live-search-result a:before
    {
        right: 15px;
    }
    .txt-404 .elementor-heading-title span:before
    {
        left: 21px;
        top: 47px;
        height: 50px;
        width: 25px;
    }
}
@media (max-width:1024px)
{
    .inner-search form
    {
        margin-top: 90px;
    }
}
@media (max-width:991px)
{
	.ticket-section .elementor-column.elementor-col-25{width:50%}
    /*search listing*/
    .article-list .row [class*='col-']:nth-child(n+4)
    {
        margin-top: 30px;
    }
    .banner-search
    {
        width: 490px;
    }
    .bg-search .elementor-widget-wrap
    {
        background-size: 450px auto !important;
        background-position: 100% 280px !important;
    }
    .window-pos
    {
        height: 394px;
    }
    .window-pos, .window-pos .elementor-widget-wrap 
    {
        max-width: 670px;
    }
    .punte-mobile-search
    {
        width: auto;
        height: auto;
        line-height: initial;
        right: 80px;
        top: 20px;
    }
    .punte-mobile-search.ico-close:before
    {
        left: 0px;
        top: 0px;
        color: initial;
    }
}
@media (max-width:767px)
{
    #pune-back-top{display:none !important;}
   .search-btn .elementor-button-link{float:right;}
   .our-support-section{margin-top:-100px;}
   .wpas-table td:nth-child(n+3), .wpas-table th:nth-child(n+3){display:table-cell;}
   .related-videos {margin-top: -80px !important;}
   .h1, h1{font-size:1.5em;}
   .breadcrumbs, .woocommerce .woocommerce-breadcrumb{display:none !important;}
	.page-header .search-form{float:none;width:100%;margin-top:0px;}
	.inner-search form{display:none;margin-bottom:0px;}
    .punte-mobile-logo{padding: 14.5px 0;}
    .punte-mobile-logo img{max-height: 30px;}
    /*search listing*/
    .article-list .row [class*='col-']:nth-child(n+3)
    {
        margin-top: 30px;
    }
    .listing .list-detail .list-s-icon a
    {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .banner-search
    {
        width: 100%;
        padding: 4px 8px 4px 20px;
    }
    .banner-search .s-bar
    {
        width: calc(100% - 142px);
        margin-left: 12px;
    }
    .banner-text
    {
        font-size: 18px;
        margin-top: 25px;
    }
    .banner-text span
    {
        font-size: 25px;
    }
    .banner-search + .s-sug b
    {
        display: block;
    }
    .bg-search .elementor-widget-wrap
    {
        background-size: 250px auto !important;
        background-position: center 120% !important;
    }
    .faqs .elementor-accordion .elementor-tab-title
    {
        padding: 15px 0 15px 70px;
    }
    .faqs .elementor-accordion-icon
    {
        font-size: 18px;
    }
    .faqs .elementor-accordion .elementor-tab-title:before
    {
        height: 35px;
        width: 50px;
        font-size: 18px;
        top: 10px;
    }
    .page-header .page-title
    {
        font-size: 23px;
    }
    .faqs .elementor-accordion .elementor-tab-title:after
    {
        top: 43px;
    }    
    .searchwp-live-search-results .searchwp-live-search-result
    {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
    .searchwp-live-search-results .searchwp-live-search-result:nth-child(n+3)
    {
        margin-top: 10px;
    }
    .searchwp-live-search-results .searchwp-live-search-result:nth-child(3n+1)
    {
        margin-left: 10px;
    }
    .searchwp-live-search-results .searchwp-live-search-result:nth-child(2n+1)
    {
        margin-left: 0px;
    }
}
@media (max-width:575px)
{
    /*search listing*/
    .article-list .row [class*='col-']:nth-child(n+2)
    {
        margin-top: 15px;
    }
    .window-pos, .window-pos .elementor-widget-wrap
    {
        max-width: 330px;
    }
    .window-pos 
    {
        height: 200px;
    }
    .searchwp-live-search-results .searchwp-live-search-result
    {
        width: 100%;
        margin: 0 !important;
    }
    .searchwp-live-search-results .searchwp-live-search-result:nth-child(n+2)
    {
        margin-top: 10px !important;
    }
}
@media (max-width:568px)
{
	.ticket-section .elementor-column.elementor-col-25{width:100%}
}