/*
Theme Name: Avril
Theme URI: https://www.nayrathemes.com/avril-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Avril is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Avril comes with everything you could ever need to build an amazing website, and It's perfect for any type of business. View the demo of Avril Pro https://www.nayrathemes.com/demo/pro/?theme=avril
Version: 1000000.4
Tested up to: 6.6
Requires PHP: 5.6
Requires at least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avril
Template : avril
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout, style-variations

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* gallery cross button style */
button.featherlight-close-icon.featherlight-close {
    background-color: var(--sp-primary);
    border: 1px solid var(--sp-white);
    top: 40px;
    right: 40px;
    border-radius: 0;
}

/* circle hover */
.is-style-circle figure.tiled-gallery__item:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
    visibility: visible;
    opacity: 0.5;
}

/* circle spacing */
.wp-block-jetpack-tiled-gallery .tiled-gallery__row{
	margin-right: calc(-.4 * var(--bs-gutter-x));
    margin-left: calc(-.4 * var(--bs-gutter-x));
    --bs-gutter-x: 1.5rem;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x) * .4);
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
    margin-top: 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
    margin-left: 0px;
}

/* circle box shadow */
.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
    border-radius: 50%;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
    width: 100%!important;
    height: 100%!important;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
	justify-content: center;
}

.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
	width: 100%!important;
	margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
	margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
    margin-top: 0px;
}
.wp-block-table figcaption {
     text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
	margin-bottom: 0;
}
ul.wp-block-rss {
 	list-style: disc;
}
.has-text-color a:hover, .has-text-color a:focus {
	color: inherit;
}
.entry-content ul:last-child {
 margin-bottom: 0;
}
.wp-block-code.has-text-color code {
 	      color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
 	padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	padding-top: 0.5rem;
 	padding-bottom: 0.5rem;
 	font-size: 0.875rem;
} 

/*wp-Block-RSS*/
ul.wp-block-rss {
     list-style: none;
     margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
    margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
 	font-weight: 600;
}

.wp-block-quote.is-style-large {
	padding-top: 1.10rem;
	padding-bottom: 1.10rem;
}

.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
	padding: 1.563rem 1.000rem 1.563rem;
}

.widget .wp-block-group .is-vertical a {
    color: inherit;
}

.entry-content ol.wp-block-latest-comments {
	padding-left: 2rem;
}

.wp-block-table figcaption {
  text-align: center;
}

.post .entry-content ul.wp-block-archives {
	margin-left: 1.125rem;
	list-style: disc
}

.wp-block-code.has-background code {
	background: inherit;
}

.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
	 padding: 1.563rem 1.000rem 1.563rem;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
     width: auto;
}

.widget .wp-block-group .wp-block-columns {
	margin-bottom: 0;
}

.widget .wp-block-group .wp-block-rss li:last-child {
    padding-bottom: 0;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.sidebar .wp-block-group .is-nowrap {
    margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
     font-weight: 600;
     line-height: 1.5;
}

​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2em;
    width: 2em;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
	border-left: 0 none;
}

.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
	text-decoration: none;
}

.wp-block-details summary {
    font-weight: 600; 
}

.wp-block-verse {
  padding: 10px;
 }


 .wp-block-calendar .wp-calendar-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
 }

 .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
      font-size: 24px;
      line-height: 34px;
      text-transform: capitalize;
      margin-bottom: 15px;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
	padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-embed {
    margin: 0;
}

.sidebar .widget .wp-block-group ol li {
    padding-bottom: 0.625rem;
}

.wp-block-details summary {
    font-weight: 600;
    padding: 10px;
}

a.wc-block-grid__product-link {
    text-decoration: none;
}
   
.wp-block-latest-posts__post-author {
    font-size: 1.7rem;
    font-weight: 600;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
    color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
  margin-bottom: 0rem;
}

.wp-block-quote .wp-block-search {
	padding-bottom: 5px;
}


.wc-block-mini-cart__icon,
 	.wc-block-mini-cart__badge {
 	       color: inherit;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.sidebar .widget .wp-block-group .is-nowrap {
	margin: 1.563rem 1.000rem 1.563rem;
}

.wp-block-post-title a {
    text-decoration: none;
}

.wp-block-details summary {
    font-weight: 600;
}
   
.wp-block-group.has-black-border-color {
    border-color: #333 !important;
}   

.widget .wp-block-group .wp-block-preformatted a {
    color: inherit;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
    text-decoration: none;
}

.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
    letter-spacing: 0.2px;
    border: none;
}

.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
    color:inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
	padding: 0;
}

.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
    margin-left: 0;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
	font-weight: 600;
	line-height: 1.5;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
	color: inherit;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
}

.widget .wp-block-heading:before {
	left: 0;
	top: 0;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
	font-weight: 700;
	font-size: 24px;
}

.wc-block-components-checkout-place-order-button{
	background: inherit;
}

.widget .wp-block-social-links {
	margin-bottom: 0;
}

.wp-block-latest-comments article{
	margin-bottom: 0px;
}

.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link {
	color: #fff;
}

button.wp-block-search__button.wp-element-button:hover,
button.wp-block-search__button.wp-element-button:focus{
    border: 2px solid;
}

.wc-block-components-totals-coupon__content button.components-button {
    border-radius: 4px;
}

.wp-block-code code img {
	padding: 10px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
	text-decoration: none;
}

.wc-block-cart-items td {
	color: inherit;
}

.wc-block-components-totals-coupon__content button.components-button {
    border-radius: 0;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.wc-block-featured-category__link .wp-block-button__link:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
	color: inherit;
}


.home .header {
    position: fixed;
    background: none;
}

.home .header .navbar-area {
    box-shadow: none;
}

.home .header .navbar-area a.nav-link {
    color: #fff;
}
.home .header .navbar-area.sticky-menu li a {
    color: #444;
}
.home .header .navbar-area.sticky-menu li a.requets-btn {
    background: #000000;
    color: #fff;
}
.home .requets-btn {background: #00000052;}
.requets-btn {
    display: inline-block;
    padding: 6px 20px 3px 10px;
    background: #db0004;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 2.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    border: 2px solid #ffffff45;
}

.icn {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.icn:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 30px;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 9;
}
.requets-btn i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #dd0202;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    margin-right: 8px;
    text-align: center;
    position: relative;
    border: 2px solid #ffffffab;
    z-index: 9999;
}
.requets-btn:hover {
    background: #db0004;
    color: #fff;
}
@-webkit-keyframes pulse-border{
  0%{
      -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
       transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity:1}to{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
      transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
        opacity:0
    }
  }
              
@keyframes pulse-border{0%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}to{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);transform:translateX(-50%)
translateY(-50%) translateZ(0) scale(1.4);opacity:0}}



.banner .elementor-icon {
    padding: 10px;
    border-radius: 50%;
/*     background-image: linear-gradient(#6EC1E4, #6EC1E4); */
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .elementor-icon svg {
    width: 35px;
    height: 35px;
}
.row {
    display: flex;
    flex-flow: wrap;
}

.col-md-6 {
    width: 50%;
    padding: 0 10px;
}

.banner_form {
    background: #00000094;
    padding: 15px 5px 10px;
	position: relative;
    border-radius: 10px;
	margin-bottom: -5px !important;
}

.banner_form .wpcf7-form-control {
    outline: none !important;
    border: none !important;
    background-image: none !important;
    height: 40px;
    border-radius: 4px;
    
}

.banner_form .wpcf7-form-control-wrap {
    margin-bottom: 20px !important;
    display: block;
}

.banner_form  h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 25px;
}

.col-md-12 {
    width: 100%;
    padding: 0 10px;
}

.banner_form  .wpcf7-submit {
    margin: 0px auto 0 !important;
    display: block;
    font-size: 16px;
    height: auto;
    font-weight: 500;
}
.banner_form .wpcf7-spinner {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.wpcf7-form-control::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control::-ms-input-placeholder { /* Edge 12 -18 */
   color: #888;
}
 .s_img {
    border-radius: 10px !important;
}

.box_design .elementor-icon:before {
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: -3px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, transparent 80%);
    opacity: 0;
    -webkit-transition: 200ms all linear 0ms;
    -khtml-transition: 200ms all linear 0ms;
    -moz-transition: 200ms all linear 0ms;
    -ms-transition: 200ms all linear 0ms;
    -o-transition: 200ms all linear 0ms;
    transition: 200ms all linear 0ms;
}

.box_design .elementor-icon {
    position: relative;
	    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
	    transition: all .3s;
}

.box_design:hover .elementor-icon{
	   transform: translateY(-8px);
}

.box_design:hover .elementor-icon:before {
    opacity: 1;
}
.how_box .elementor-icon-box-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    line-height: 125px;
    margin-bottom: 30px !important;
}
.how_box:before {
    content: '';
    width: 250px;
    height: 50px;
    background-image: url(https://packers.kumaravelgroups.com/wp-content/uploads/2024/09/arrow.png);
    position: absolute;
    top: 25px;
    background-repeat: no-repeat;
    right: -150px;
    z-index: 0;
    background-position: center;
    background-size: 155px;
}

.how_box.no_img:before {
    display: none;
}

.sticky_whatsapp {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 1000;
}
.cal-btn span.icn {
    background: #0c63b5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 8px;
    margin-right: 0px;
}

.cal-btn span.icn:before {
    display: none;
}
.wh-btn, .cal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
   
}

.wh-btn .icn, .cal-btn .icn {
    position: relative;
    width: 55px;
    height: 55px;
    margin-right: 15px;
}
.wh-btn .icn:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #f4801d repeat scroll 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 9;
}
.wh-btn i {
    font-size: 33px;
    width: 55px;
    height: 55px;
    line-height: 49px;
    background: #128d00;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    margin-right: 8px;
    text-align: center;
    position: relative;
    border: 2px solid #ffffffab;
    z-index: 9999;
}
 
@-webkit-keyframes pulse-border{
  0%{
      -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
       transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity:1}to{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
      transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
        opacity:0
    }
  }
              
@keyframes pulse-border{0%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}to{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);transform:translateX(-50%)
translateY(-50%) translateZ(0) scale(1.4);opacity:0}}

.theme-mobile-menu {
    padding: 5px 0px;
}
.inner_banner_form .col-md-6 {
    width: 100%;
}

.banner_form.inner_banner_form {
    max-width: 410px !IMPORTANT;!I;!;
    width: 100%;
    margin: 0 auto;
}
.equal_height .elementor-widget-image-box {
    height: 100%;
}
.inner_banner .banner_form .wpcf7-submit {
    font-weight: 600;
    background: #fff;
    color: #db0003;
}
.inner_banner .banner_form .wpcf7-submit:hover {
    color: #fff;
    background: #db0003;
}
#ban_title h2 span {
    color: #db0003;
}
.box_icon .elementor-icon-box-icon {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
 .cal_mail  span.elementor-icon-list-icon {
    width: 40px !important;
    height: 40px !important;
    background: #ffffff;
    display: flex !important;
    border-radius: 5px;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    top: 0 !important;
}

 
.cal_mail span.elementor-icon-list-icon svg {
    margin: 0 !important;
}
.map_icon .elementor-icon {
    font-size: 40px;
}

.map_icon .elementor-icon svg {
    fill: #D61523AD !important;!i;!;
    display: none;
}

.map_icon {
    display: none;
}
.ct_tabs .e-n-tabs-heading {
    display: flex !important;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
    margin-bottom: 0 !important;;
}
.sb_location .elementor-heading-title {
    background: #e66c6e42;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px !important;!i;!;
}
.logo .trans_logo{
	display:none;
}

.home .trans_logo{
	display:block;
}
.home .custom-logo-link{
	display:none;
}
.home .sticky-menu .trans_logo {
    display: none;
}

.home .sticky-menu .custom-logo-link {
    display: block;
}
.footer_menu{
	display:none;
}




















@media (max-width: 992px) {
	.home .mobile-logo .custom-logo-link {
    display: block;
}
	.logo img {
    max-width: 75px;
}
}



@media (max-width: 767px) {
	.sticky_whatsapp{
		display:none;
	}
	     .footer_menu {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 111;
        color: #fff;
        align-items: center;
        gap: 0;
        width: 100%;
        font-weight: 600;
    }
	.footer_menu a {font-size: 13px;width: 50%;}

.footer_menu a.cal-btn {
    background: #0b63b4;
    align-items: center;
}

.footer_menu  span.icn {
    margin-bottom: 0px;
    margin-right: 3px;
    width: 45px;
    text-align: center;
}

.footer_menu a.wh-btn {
    background: #138d00;
    align-items: center;
    flex-flow: row-reverse;
}

.footer_menu i.fa.fa-whatsapp {
    border: none;
    width: 40px;
    margin: 0 auto;
}

.footer_menu span.icn:before {
    display: none;
}
	.how_box:before{
		display:none;
	}
	.how_box .elementor-icon-box-wrapper {
    max-width: 350px;
    margin: 0 auto 30px;
}
	.stat_inner .elementor-counter {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    border-radius: 8px;
    background: #00000042;
}


	.banner .elementor-icon-box-description {
    line-height: 1.5 !important;
}
	.bann_statis {
    display: flex !important;
    flex-wrap: nowrap !important;;
}

.bann_statis .elementor-icon-box-wrapper {
    align-items: center;
}

.bann_statis  p.elementor-icon-box-description {
    line-height: 1.2 !important;
    font-size: 16px !important;
}

 .banner .col-md-6 {
    width: 100%;
}

.banner .elementor-icon {
    width: 50px;
    height: 50px;
}
	.s_img {
    height: 210px !important;
}
}


