/*!
Theme Name: EU child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Demo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Demo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
    overflow-x: hidden;
    /* scroll-behavior: smooth; */
}

body {
    overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Montserrat';
}

.entry-title {
    display: none !important;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: auto;
    margin-left: auto;
    position: relative;
    /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
    background-size: cover;
    padding: 50px 0;
}

.not_found_inner {
    max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
    display: block;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
    display: none;
}

.error-404.not-found h1 {
    font-family: 'Montserrat';
    font-size: 200px;
    line-height: 1;
    color: #252525;
    margin: 30px 0;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #42A6F6;
}

.page-header h3 {
    font-family: 'Montserrat';
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-family: 'Poppins';
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #2A2C70;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #2A2C70;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}

.search-results .nav-links {
    display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.asl_nores_header {
    margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: right;
}

#primary-menu>li {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
}

#primary-menu>li>a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 10px 0;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
    color: #000;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #114A42;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}

#primary-menu .sub-menu li a:hover {
    color: #000;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    font-family: 'Montserrat';
    color: #fff;
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li.current-menu-item a {
    color: #114A42;
}

#primary-menu .sub-menu li a:hover::before,
#primary-menu .sub-menu li.current-menu-item a::before {
    width: 100%;
    background-color: #FAF1E2;
    border-color: #FAF1E2;
}

#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li {
    width: 100%;
    border: none;
    border-top: 1px solid #659817;
}

#mm #primary-menu ul.sub-menu li a {
    font-size: 16px;
    line-height: 19px;
    border: none;
    padding: 10px 0;
}

#mm ul li ul li ul {
    padding-bottom: 0 !important;
    padding-left: 20px;
}

/* #mm #primary-menu li ul.sub-menu ul.sub-menu li a {
  font-size: 16px;
} */
#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    overflow: visible;
    position: relative;
    margin: 0;
    width: 100%;
    left: 0px;
    background: #FAF1E2;
    box-shadow: none;
    /* padding-bottom: 10px; */
}

i.fas.fa-angle-down.active:before {
    transform: rotate(0deg);
}

#mml {
    padding: 0 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: fixed;
    min-height: 49px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
    width: 100%;
    background: #FAF1E2;
}

#mmb {
    position: absolute;
    width: 30px;
    height: 50px;
    margin-right: 15px;
    top: 20px;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #114A42;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 3px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 36px;
    left: 8px;
}

div#mm {
    padding-left: 0;
    margin-bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FAF1E2;
    position: absolute;
}

body .header_icons ul.cnss-social-icon {
    display: none;
}

#mm ul li {
    display: block;
    position: relative;
    padding: 0;
}

#mm ul li::before {
    display: none;
}

#mm #primary-menu a {
    display: block;
    padding: 10px 0px;
    color: #114A42;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    word-wrap: break-word;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
}

#mm #primary-menu li {
    border-bottom: 1px solid #659817;
    width: 92%;
    margin: auto;
}

#mm #primary-menu a:hover {
    color: #2A2C70;
}

#mm #primary-menu>li:last-child a {
    border: none;
    background-color: #114A42;
    color: #fff;
    padding: 10px 15px;
    margin: 10px 0;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

    border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    letter-spacing: ;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, .9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







h3#order_review_heading {
    margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}


ul.woocommerce-error {
    margin-bottom: 50px !important;
}

.tinv-header {
    display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-top: 30px;
}





.post-type-archive .products li {
    text-align: center;
}

.tax-product_cat .products li {
    text-align: center;
}

.tax-product_cat li .added_to_cart {
    background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity {
    position: relative;
    width: fit-content;
}

.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
    position: relative;
}


.page-id-316 .wc-backward {
    margin-left: 20px !important;
    color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
    color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
    position: relative;
    top: 10px !important;
    text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
    position: relative;
    top: -10px !important;
    text-align: center;
}

/* Woo Commerce End Here */


/* Header Start */

.home header#masthead {
    /* position: absolute; */
}

header#masthead {
    position: absolute;
    background: transparent;
    width: 100%;
    /* height: 88px; */
    padding: 13px 0;
    z-index: 999;
    top: 0;
}

header#masthead .container,
header#masthead .row {
    height: 100%;
}

header#masthead .row {
    background: #FAF1E2;
    border-radius: 60px;
    border: 1px solid #114A42;
    padding: 8px 0;
}

header#masthead .row .left-col {
    align-self: center;
}

header#masthead .site-branding {
    padding-left: 10px;
}

.site-branding img {
    /* width: 100%; */
    height: 80px;
    object-fit: contain;
}

.site-branding .site-title {
    display: none;
}

header#masthead .row .right-col {
    align-self: center;
}

#site-navigation #primary-menu {
    margin-bottom: 0;
}

#primary-menu li {
    position: relative;
}

#primary-menu>li.current-menu-item>a,
#primary-menu>li>a:hover {
    color: #659817;
}

#primary-menu li:last-child {
    margin-right: 0;
}

#primary-menu li.head-btn {
    margin-left: 10px;
}

#primary-menu li.head-btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    background: #114A42;
    border: none;
    border-radius: 10px;
    padding: 14px 35px;
    cursor: pointer;
}

/* Header End */

/* Footer Start */

footer#colophon {
    background: #052C30;
}

.footer {
    position: relative;
    padding: 60px 0 10px;
}

.footer1 img {
    margin-bottom: 20px;
    width: 60%;
    filter: invert(1) grayscale(1) brightness(5);
}

.footer1 .para16 p {
    font-size: 14px;
    color: #fff !important;
}

.footer h2.widget-title {
    position: relative;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.footer2 ul {
    margin-bottom: 0;
}

.footer .menu li {
    margin-bottom: 10px;
}

.footer .menu li:last-child {
    margin-bottom: 0;
}

.footer .menu li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 24px;
}

.footer .menu li a:hover,
.footer .menu li.current-menu-item a {
    color: #659817;
}

.footer3 ul {
    display: grid;
    grid: auto-flow / 180px 1fr;
    column-gap: 10px;
}

.footer .cont-info li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
}

.footer .cont-info li i {
    margin-right: 5px;
}

.footer .cont-info li a {
    color: #fff;
}

.footer .cont-info li a:hover {
    color: #659817;
}

.social-icon ul {
    text-align: left;
    margin: 0;
}

.social-icon ul li {
    display: inline-block;
    margin-right: 8px;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: transparent;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.social-icon ul li a:hover {
    transform: rotate(360deg);
}

.copyrights {
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.copyrights .col-md-4 {
    align-self: center;
}

.lbp-logo-img img {
    width: 150px;
    filter: invert(1) grayscale(1) brightness(5);
}

.lbp-logo-img p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
}

.lbp-logo-img p a {
    color: #fff;
}

.copyright {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #659817;
}

.copyrights ul {
    text-align: right;
    margin: 0
}

.copyrights ul li {
    position: relative;
    display: inline-block;
    padding-right: 15px
}

.copyrights ul li:last-child {
    padding-right: 0
}

.copyrights ul li::after {
    content: '|';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 3px;
    color: #fff;
    pointer-events: none
}

.copyrights ul li:last-child:after {
    display: none
}

.copyrights ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #fff
}

.copyrights ul li.current-menu-item a,
.copyrights ul li a:hover {
    color: #659817;
}

.f-story-sec {
    position: relative;
    background-color: #FAF1E2;
    padding: 50px 0;
}

.f-story-sec:before {
    content: '';
    position: absolute;
    background: #FAF1E2;
    border-radius: 0px 18px 0px 0px;
    width: 80%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.f-story-sec .left-col {
    align-self: center;
    padding-right: 50px;
}

.f-story-sec .left-col h2 {
    color: #628205 !important;
}

.f-story-sec .left-col .para16 p {
    color: #1B263B !important;
}

.f-story-sec .story-img {
    position: relative;
    margin-bottom: -120px;
    z-index: 2;
}

.f-story-sec .story-img img {
    width: 100%;
    object-fit: cover;
}

.f-logo {
    align-items: center;
    padding-top: 30px;
}

.f-logo-img {
    position: relative;
    text-align: center;
}

.f-logo-img img {
    width: 240px;
    height: 64px !important;
    object-fit: cover;
}

/* Footer End */

/* General Css Start */

.head48 h2,
.head48 h1 {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 48px;
    line-height: 60px;
    color: #114A42 !important;
}

.head48 h2>span,
.head48 h1>span {
    color: #659817;
}

:is(.head42) :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 42px;
    line-height: 46px;
    color: #114A42 !important;
}

.head42 :is(h1, h2, h3, h4, h5, h6)>span {
    color: #659817;
}

:is(.head40) :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 46px;
    color: #114A42 !important;
}

.head40 :is(h1, h2, h3, h4, h5, h6)>span {
    color: #659817;
}

:is(.head35) :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 35px;
    line-height: 46px;
    color: #114A42 !important;
}

.head35 :is(h1, h2, h3, h4, h5, h6)>span {
    color: #659817;
}

:is(.head28) :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 28px;
    color: #114A42 !important;
    line-height: normal;
}

.head28 :is(h1, h2, h3, h4, h5, h6)>span {
    color: #628205;
}

.para16,
.para16 .elementor-widget-container,
.para16 p,
.para16 li {
    position: relative !important;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 28px;
    color: #114A42 !important;
}

.para16 a,
.para16 .elementor-widget-container a,
.para16 p a,
.para16 li a {
    color: #659817 !important;
}

.para16 a:hover,
.para16 .elementor-widget-container a:hover,
.para16 p a:hover,
.para16 li a:hover {
    text-decoration: underline !important;
}

.bttn a {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    background-color: #114A42 !important;
    border: 1px solid #114A42;
    border-radius: 10px;
    padding: 13px 28px;
    display: inline-block;
    /* animation: pulse 1.5s ease-in-out infinite; */
}

.bttn a i {
    margin-left: 5px;
}

.bttn a:hover {
    color: #114A42 !important;
    background-color: transparent !important;
}

.bttn1 a {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    background-color: #114A42 !important;
    border: 1px solid #114A42;
    border-radius: 10px;
    padding: 13px 28px;
    display: inline-block;
    /* animation: pulse 1.5s ease-in-out infinite; */
}

.bttn1 a i {
    margin-left: 5px;
}

.bttn1 a:hover {
    color: #fff !important;
    background: #114A42;
}

.bttn2 a {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    background-color: #628205 !important;
    border: 1px solid #628205;
    border-radius: 10px;
    padding: 13px 28px;
    display: inline-block;
    /* animation: pulse 1.5s ease-in-out infinite; */
}

.bttn2 a i {
    margin-left: 5px;
}

.bttn2 a:hover {
    background: transparent !important;
    color: #628205 !important;
}

.bttn3 a {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    background-color: #628205 !important;
    border: 1px solid #628205;
    border-radius: 10px;
    padding: 13px 28px;
    display: inline-block;
    /* animation: pulse 1.5s ease-in-out infinite; */
}

.bttn3 a i {
    margin-left: 5px;
}

.bttn3 a:hover {
    background-color: #628205 !important;
    color: #fff !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* General Css End */


/* Start Home Page */

/* Banner Start */
.banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px 60px 0px;
}

.banner::before {
    content: " ";
    position: absolute;
    background-color: #FAF1E2;
    opacity: 0.70;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner .head28 h2 {
    /* color: #636363 !important; */
}

.banner .para16,
.banner .para16 p {
    color: #114A42 !important;
}

.banner-img img {
    height: 600px !important;
    object-fit: cover;
    border-radius: 75% 80% / 70% 10% !important;
}

/* Banner End */

/* Fiction Start */

.h-fiction-sec {
    padding: 40px 0;
}

.fiction-box .elementor-image-box-wrapper {
    width: 100%;
    min-height: 200px;
    margin: auto;
    border: 2px solid #114A42;
    padding: 18px;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    transition: 0.5s ease;
}

.fiction-box .elementor-image-box-img img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.fiction-box .elementor-image-box-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
}

.fiction-box .elementor-image-box-description {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #114A42 !important;
}

.fiction-box .elementor-image-box-wrapper:hover {
    border: 2px solid #659817;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.09));
}

/* Fiction End */

/* Service Sec start */

.h-service-sec {
    background: #FAF1E2;
    padding: 40px 0;
}

.h-service-inner-sec {
    padding-top: 0px;
}

.serv-box .elementor-image-box-wrapper {
    width: 100%;
    margin: auto;
    border: 2px dashed #114A42;
    padding: 18px;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    transition: 0.5s ease;
}

.serv-box .elementor-image-box-img img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.serv-box .elementor-image-box-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
}

.serv-box .elementor-image-box-description {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #114A42 !important;
    height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}

.serv-box .elementor-image-box-wrapper:hover {
    border: 2px solid #659817;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.09));
}

/* Service Sec End */

/* Trending Start */

.h-trending-sec {
    position: relative;
    background-color: #FAF1E2;
    padding: 40px 0;
}

.h-trending-inner-sec1 {
    padding-top: 40px;
}

.r-published-slider {
    display: flex;
    align-items: center;
    gap: 20px;
    animation: recently-published 30s linear infinite;
    animation-direction: reverse;
}

.r-plubshed-box .r-port-img {
    position: relative;
    width: 190px;
    height: 300px;
    margin-bottom: 20px;
}

.r-plubshed-box .r-port-img img {
    width: 100%;
    height: 100%;
}

.h-trending-inner-sec1 .book-title h3,
.r-plubshed-box .book-title h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    color: #2E4A5B;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.r-published-slider:hover {
    animation-play-state: paused;
}

@keyframes recently-published {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Trending End */

/* Offer Start */

.h-offer-sec {
    position: relative;
    padding: 0px 0px 40px;
}

.h-offer-inner-sec1,
.h-offer-inner-sec2 {
    position: relative;
    padding: 30px 20px 20px 20px;
}

.h-offer-inner-sec2 .right-col h2 {
    color: #fff !important;
}

.h-offer-inner-sec2 .right-col .bttn2 a {
    color: #628205 !important;
    background-color: #fff !important;
    border: 1px solid #fff;
}

.h-offer-inner-sec2 .right-col .bttn2 a:hover {
    color: #fff !important;
    background-color: #628205 !important;
    border: 1px solid #628205;
}

/* Offer End */

/* Reliable Book Start */

.h-pb-sec {
    position: relative;
    padding: 40px 0px 40px;
}

.h-pb-sec .head40 {
    /* width: 50% !important; */
    margin: auto;
}

.h-pb-inner-sec {
    padding-top: 0px;
}

.p-b-img img {
    height: 600px !important;
    object-fit: cover;
    /* object-position: center -50px; */
    object-position: center;
    border-radius: 75% 80% / 70% 10% !important;
}

.about-img img {
    object-position: center;
}

.seamless-box.why-box .elementor-image-box-wrapper {
    height: 300px;
}

.seamless-box.why-box .elementor-image-box-description {
    height: 170px;
}

.h-pb-inner-sec .left-col {
    /* padding-left: 80px; */
}

/* Reliable Book End */

/* Why Choose Start */

.h-why-sec {
    padding: 30px 0;
}

.h-why-sec .head40 {
    width: 55% !important;
    margin: auto;
}

.h-why-inner-sec {
    padding-top: 40px;
}

.top-cat img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(8%) saturate(6526%) hue-rotate(130deg) brightness(94%) contrast(87%);
}

/* Why Chosse End */

/* Best Seller Start */

.h-b-s-sec {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 50px;
}

.h-b-s-sec .head28 h2 {
    color: #fff !important;
}

.h-b-s-sec .para16,
.h-b-s-sec .para16 p {
    color: #fff !important;
}

.h-b-s-sec .bttn2 a:hover {
    color: #fff !important;
}

/* Best Seller End */

/* Logo Start */

.h-logo-sec {
    position: relative;
    padding: 50px 0px;
}

/* Logo End */

/* Target Start */

.h-target-sec {
    position: relative;
    padding: 20px 0 50px;
}

.h-target-sec .head40 {
    width: 70% !important;
    margin: auto;
}

.business-box .elementor-image-box-img img {
    width: 90%;
    object-fit: cover;
    margin: auto;
}

/* Target End */

/* Counter Start */

.h-counter-sec {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

.h-counter-sec .elementor-counter {
    width: 100%;
    height: 180px;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 12px;
    padding: 20px;
    margin: auto;
    text-align: center;
}

.h-counter-sec .elementor-counter-title {
    height: 80px;
    line-height: normal !important;
}

/* Counter End */

/* CTA Start */

.h-cta-sec {
    position: relative;
    padding: 70px 0 50px;
}

.h-cta-sec .bttn a {
    font-weight: 500 !important;
    font-size: 27px;
    color: #fff !important;
    /* box-shadow: 2.66445px 2.66445px 26.6445px #659817; */
    padding: 18px 28px;
    border-radius: 6px;
}

.h-cta-sec .bttn a:hover {
    font-weight: 500 !important;
    font-size: 27px;
    color: #114A42 !important;
    /* box-shadow: 2.66445px 2.66445px 26.6445px #659817; */
    border-radius: 6px;
}

.h-cta-sec .bttn2 a {
    font-weight: 700 !important;
    font-size: 27px;
    /* color: #fff !important; */
    border: 2px sofff;
    border-radius: 6px;
    padding: 18px 28px;
}

.h-cta-sec .bttn2 a:hover {
    /* color: #FFF !important; */
}

/* Cta End */

/* Portfolio Start */

.portfolio-tab-sec {
    position: relative;
    padding: 30px 0;
}

.portfolio-tab-sec .para16,
.portfolio-tab-sec .para16 .elementor-widget-container,
.portfolio-tab-sec .para16 p {
    font-weight: 500 !important;
}

.portfolio-tabs {
    margin-top: 30px;
}

ul.portfolio-cat-list {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #CACACA;
    border-radius: 12px;
    padding: 12px 12px;
    text-align: center;
    width: fit-content;
    margin: auto auto 50px;
}

ul.portfolio-cat-list li {
    display: inline-block;
    margin: 0 5px;
}

ul.portfolio-cat-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    background: transparent;
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.62);
}

ul.portfolio-cat-list li.active a {
    background: #000;
    color: #fff;
    box-shadow: 0px 4.86074px 10.9367px rgba(0, 0, 0, 0.25);
}

.portfolio-tab-content .discover-list .discover-main-wrapper:nth-child(even) {
    margin-top: 80px;
}

.portfolio-tab-content .discover-main-wrapper {
    margin-bottom: 10px;
}

.portfolio-tab-content .tab-load-more {
    margin: 50px auto 0;
}

.portfolio-slider .slick-list {
    overflow: visible;
}

.portfolio-slider .slick-slide {
    margin: 0 10px;
}

.portfolio-wrap {
    padding: 100px 0;
}

.portfolio-main-wrapper {
    position: relative;
    width: 100%;
    height: 362px;
    /* background: #2A2C70; */
    /* box-shadow: 0px 7.98693px 5.32462px rgba(0, 0, 0, 0.25); */
    /* border-radius: 10px; */
    margin: auto;
    transform: scale(0.8);
    transition: 0.5s ease-in;
}

.portfolio-main-wrapper:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background: #659817;
    box-shadow: 0px 7.98693px 5.32462px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    top: 0;
    right: 0;
}

.portfolio-main-wrapper .row {
    height: 100%;
}

.portfolio-img {
    position: relative;
    width: 100%;
    height: 398px;
    filter: drop-shadow(0px 12.1131px 6.92176px rgba(0, 0, 0, 0.5)) drop-shadow(8.6522px 0px 0px #FFFFFF) drop-shadow(17.3044px 0px 0px #D8D8D8) drop-shadow(25.9566px 0px 0px #FFFFFF);
    transform: rotate(-3.5deg);
    margin: auto auto auto 0;
    top: -15px;
    left: -15px;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.portfolio-img img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.portfolio-main-wrapper .right-col {
    align-self: center;
}

.portfolio-info {
    position: relative;
    padding: 50px 20px;
}

.portfolio-titles h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #000;
    margin-bottom: 20px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-contents {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-contents p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #fff;
}

.portfolio-bttn {
    margin-top: 30px;
}

.portfolio-bttn a {
    border-color: #000;
}

.portfolio-bttn a:hover {
    background-color: #000 !important;
}

.portfolio-slider .slick-slide.slick-center .portfolio-main-wrapper {
    /* height: 450px; */
    transform: scale(1.1);
}

.portfolio-slider .slick-slide.slick-center .portfolio-img {
    /* height: 500px; */
    transform: rotate(-3.5deg) scale(1.1);
}

/*Portfolio End*/

/* Book Store Start */

.book-store-sec {
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/Heroshape3.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 140px 195px;
    padding: 100px 0;
}

.book-store-sec::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2026/01/Heroshape1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 176px;
    height: 190px;
    top: 0;
    right: 0;
}

.book-store-sec::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2026/01/Heroshape2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 143px;
    height: 163px;
    bottom: 0;
    left: 0;
}

.book-store-sec .head48 {
    width: 90% !important;
}

.book-store-sec .head48 h2>span {
    color: #628205;
}

/* Book Store End */

/* Testimonials Start */

.testimonial-sec {
    position: relative;
    background-color: #FAF1E2;
    padding: 30px 0;
}

.testimonial-sec .head40 {
    width: 50% !important;
    margin: auto;
}

.testimonial-slider {
    padding-top: 20px;
}

.testimonial-wrapper {
    position: relative;
    width: 96%;
    height: 280px;
    background: #F8EBE5;
    padding: 20px;
    border: 2px dashed #114A42;
    border-radius: 0px 30px 0px 30px;
    margin: auto;
}

.testimonial-img-box {
    position: relative;
    display: grid;
    grid-template-columns: 45px auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.testimonial-img-box:after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2026/01/quote-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 28px;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.testimonial-img {
    width: 45px;
    height: 45px;
}

.testimonial-img img {
    width: 100%;
    height: 100% !important;
    border-radius: 100% !important;
    object-fit: contain;
}

.testimonial-initial {
    font-family: 'Poppins', sans-serif;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.testimonial-title {
    position: relative;
    width: 100%;
}

.testimonial-title h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #2E4A5B;
    margin: 0;
}

.testimonial-title h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #505050;
    margin: 0;
}

.rating-star {
    position: relative;
    /* z-index: 9999; */
    margin-bottom: 8px;
}

.rating-star li {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-star li span {
    /* margin-right: 3px; */
}

.rating-star span::before {
    font-size: 16px;
    color: #DBDBDB;
}

.rating-star span.checked::before {
    color: #ffac00;
}

.testimonial-categ {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    text-transform: capitalize;
    color: #505050;
    margin-bottom: 8px;
}

.testimonial-categ>span {
    background-color: #628205;
    color: #fff;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.testimonial-cont {
    position: relative;
    height: 165px;
    overflow-y: auto;
    padding-right: 5px;
}

.testimonial-cont p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 5px;
}

.testimonial-slider .slick-prev {
    left: -60px;
}

.testimonial-slider .slick-next {
    right: -60px;
}

/* Testimonials End */

.slick-next,
.slick-prev {
    width: 40px !important;
    height: 40px !important;
    background: #114A42 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 80px !important;
    padding: 10px !important;
    z-index: 1;
    transition: .5s ease;
}

.slick-next:before,
.slick-prev:before {
    position: relative;
    font-family: FontAwesome !important;
    font-size: 18px !important;
    color: #FFF !important;
    opacity: 1 !important;
    transition: .5s ease;
}

.slick-next:before {
    content: '\f054' !important;
}

.slick-prev:before {
    content: '\f053' !important;
}

.slick-next:hover,
.slick-next:hover:focus,
.slick-prev:hover,
.slick-prev:hover:focus {
    background: #628205 !important;
}

.slick-next.slick-disabled:hover,
.slick-prev.slick-disabled:hover {
    background: #dbdbdb !important;
}

.slick-next:focus,
.slick-prev:focus {
    background: #4B9D68 !important;
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #fff !important;
}

/* Logo Start */

.logo-sec {
    position: relative;
    /* background-color: #f1f1f1; */
    padding: 50px 0 0px;
}

.logo-slider {
    display: flex;
    align-items: center;
    gap: 20px;
    animation: partner-logo 30s linear infinite;
}

.logo-img {
    position: relative;
    /* background-color: #f1f1f1; */
    border-radius: 8px;
    /* -webkit-box-shadow: 1px 1px 7px 0 hsla(240, 1%, 81%, .26); */
    /* box-shadow: 1px 1px 7px 0 hsla(240, 1%, 81%, .26); */
    padding: 15px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.logo-img img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    margin: auto;
}

.logo-slider:hover {
    animation-play-state: paused;
}

@keyframes partner-logo {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Logo End */

/* Reach Now Start */

.reach-now-sec {
    position: relative;
    background-color: #FBFBFB;
    padding: 50px 0;
}

.h-cont-img img {
    width: 90%;
    object-fit: cover;
}

.reach-now-sec .right-col>div {
    width: 600px !important;
}

/* Reach Now End */

/* Blogs Start */

.blogs-sec {
    position: relative;
    /* background-color: #f1f1f1; */
    padding: 50px 0 80px;
}

.blogs-slider {
    padding-top: 30px;
}

.blogs-wrapper {
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: 10px;
}

.blog-img {
    position: relative;
    height: calc(100% - 140px);
    width: 100%;
    background-color: #F1F1F1;
    background-blend-mode: lighten;
    opacity: 1;
    transition: all 0.6s ease-out;
    border-radius: inherit;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.blog-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    padding: 20px;
    background-color: rgb(101 152 23 / 90%);
    transition: all 0.4s;
    z-index: 2;
    overflow: hidden;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
}

.blog-title {
    position: relative;
}

.blog-title h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
    max-height: 65px;
    overflow: hidden;
    line-height: 1.4;
    margin: 0;
}

.blog_excerpt {
    opacity: 0;
    transition: opacity 0.4s;
}

.blog_excerpt p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #fff;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    line-height: inherit;
    height: 42px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-footer .get_data {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.blog-readmore {
    position: relative;
    display: block;
    height: 22px;
    overflow: hidden;
}

.blog-readmore a {
    color: #fff;
}

.blog-readmore .blog-readmore-text {
    display: inline-block;
    padding-right: 5px;
    transform: translateY(30px);
    color: inherit;
    vertical-align: middle;
    transition: all 0.4s;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-readmore .blog-readmore-arrow {
    display: inline-block;
    height: 100%;
}

.blogs-wrapper:hover .blog-info {
    background-color: rgb(101 152 23 / 70%);
    backdrop-filter: blur(50px);
    height: 250px;
}

.blogs-wrapper:hover .blog_excerpt {
    opacity: 1;
}

.blogs-wrapper:hover .blog-readmore a {
    color: #fff;
}

.blogs-wrapper:hover .blog-readmore .blog-readmore-text {
    transform: translateY(-2px);
}

.blogs-slider .slick-slide {
    margin: 0 10px
}

/* Blogs End */

/* FAQS */

.faqs-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
}

.faqs-sec .head40 {
    width: 50% !important;
    margin: auto;
}

.faqs {
    padding: 30px 0 0;
}

.faqs .card {
    background: #FFFFFF;
    border: none;
    border-top: 1px solid #659817;
    border-radius: 0px !important;
    /* margin-bottom: 20px; */
    padding: 24px 10px 24px 0px;
    /* box-shadow: 24px 30px 51px rgba(0, 0, 0, 0.12); */
}

.faqs .card .card-header {
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 0px 0px 0px 10px !important;
    cursor: pointer;
}

.faqs .card .card-header:before {
    /* content: ''; */
    position: absolute;
    width: 5px;
    height: 38px;
    background: #CA1E2E;
    top: 0px;
    left: 0;
}

.faqs .card .card-header .collapsible-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 22px;
    color: #000000 !important;
    background: transparent;
    pointer-events: none;
}

.faqs .card .card-header .collapsible-link>span {
    position: relative;
    display: block;
    width: 90%;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left !important;
    text-decoration: unset;
}

.collapsible-link::before {
    content: "\f078";
    position: absolute;
    width: 34px;
    height: 34px;
    background: #114A42;
    border-radius: 50px;
    top: 50%;
    right: 0.2rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #fff;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f077";
}

.faqs .card .card-body {
    padding: 25px 35px 0px 10px;
}

.faqs .card .card-body p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

/* .hidden-post {
    display: none;
} */

/* FAQS End */

/* Steps Start */

.step-box>div {
    width: 80%;
    height: fit-content;
}

.step-box.step2>div {
    margin: 200px 0 auto auto;
}

.step-box>div:before {
    content: '';
    position: absolute;
    /* background-image: url('/eu/wp-content/uploads/2026/03/turn-right.png'); */
    background-image: url('/eu/wp-content/uploads/2026/03/arrow-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: border-box;
    transform: scaleX(-1) scaleY(1) rotate(130deg);
    width: 300px;
    height: 220px;
    top: calc(0px + 5%);
    right: calc(0px - 300px);
}

.step-box.step2>div:before {
    transform: scaleX(1) scaleY(1) rotate(120deg);
    top: calc(0px + 20%);
    left: calc(0px - 300px);
    right: calc(0px - 300px);
}

/* Steps End */

/* Portfolio Grid */

.portfolio-grid-sec {
    position: relative;
    padding: 0px 0 50px;
}

.portfolio-grid-sec>div {
    position: relative;
    background: #FAF1E2;
    height: 600px;
    border-radius: 15px;
    padding: 0px 50px;
    overflow: hidden;
}

.portfolio-grid-sec>div:after {
    position: absolute;
    content: '';
    width: 2%;
    height: 50%;
    background: #114A42;
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}

.portfolio-grid-sec>div:before {
    position: absolute;
    content: '';
    width: 2%;
    height: 50%;
    background: #114A42;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}

.portfolio-grid-sec .head42 h2 {
    /* color: #fff !important; */
}

.portfolio-grid-sec .para16,
.portfolio-grid-sec .para16 p {
    color: #fff;
}

.portfolio-grid-sec .right-col>div {
    padding-top: 0 !important;
}

.sliders-cont {
    justify-content: center;
    display: flex;
}

#slider {
    overflow: hidden;
}

#slider ul li {
    padding: 0;
    /*   width:max-content; */
    max-height: 254px;
    max-width: 170px;
    width: 170px;
    height: 250px;
    margin: 15px 0px;
    background: #114A42;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.col1 ul,
.col3 ul {
    animation: scrollup 30s forwards linear infinite;
    list-style: none;
    /*   transition:all 2500ms linear; */
    padding: 0;
    /*   height:700px;
  width:150px; */
}

.col2 ul {
    animation: scrolldown 30s forwards linear infinite;
    transform: translateY(calc(265px * 4 * -1));
    list-style: none;
    margin: 0px 15px;
    /*   transition:all 2500ms linear; */
    padding: 0;
    /*   height:700px;
  width:150px; */
}

#slider ul li img {
    border-radius: 10px;
}

@-webkit-keyframes scrollup {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(265px * 4 * -1));
    }
}

@keyframes scrollup {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(265px * 4 * -1));
    }
}

@-webkit-keyframes scrolldown {
    0% {
        transform: translateY(calc(265px * 4 * -1));
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes scrolldown {
    0% {
        transform: translateY(calc(265px * 4 * -1));
    }

    100% {
        transform: translateY(0);
    }
}

/* Portfolio Grid */

/* End Home Page */

/* Inner Pages Start */


/* Inner Banner Start */

.inner-banner {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    /* margin-top: -110px; */
    padding-top: 100px;
    margin-bottom: 50px;
}

.inner-banner::before {
    content: " ";
    position: absolute;
    background-color: #FAF1E2;
    opacity: 0.70;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.inner-banner>div {
    height: 100%;
}

.inner-banner .row {
    height: 100%;
    align-items: center;
}

.inner-banner h1 {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #659817 !important;
}

.custom-breadcrumb {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #114A42;
}

.custom-breadcrumb a {
    color: #114A42;
}

.custom-breadcrumb a:hover {
    color: #659817;
}

.custom-breadcrumb span.title {
    color: #659817;
}

/* Inner Banner End */

/* Inner About Pages Start */

.about-sec1 {
    position: relative;
    padding: 40px 0px 80px 0px;
}

.about-sec1 .left-col {
    padding-right: 50px;
}

.about-sec1 .para16,
.about-sec1 .para16 p {
    color: #114A42 !important;
}

.about-sec2 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 80px;
}

.about-sec2 .head35 h2 {
    color: #fff !important;
}

.about-sec3 {
    position: relative;
    padding: 80px 0px 80px;
}

.about-sec3 .left-col {
    padding-right: 50px;
}

.about-sec3 .head35 h2 code,
.about-sec3 .head35 h3 code {
    font-family: 'Montserrat' !important;
    font-size: 28px;
    color: #114A42 !important;
    line-height: normal;
}

.about-sec3 .para16,
.about-sec3 .para16 p {
    /* font-size: 14px; */
}

.about-sec6 {
    position: relative;
    padding: 50px 0 50px;
}

/* Inner About Pages End */

/* FAQs Page Start */

.faqs .bttn {
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}

/* FAQs Page End */

/* Contact Page Start */

.page-contact-us .f-story-sec {
    display: none;
}

.cont-info-sec {
    position: relative;
    padding: 50px 0;
}

.cont-info-sec>div {
    background-color: #F1F1F1;
    box-shadow: 24px 30px 51px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 20px 0;
}

.info-box .elementor-icon-box-description a {
    color: #114A42;
}

/* Contact Page End */

/* Service Page Start */

.service-banner {
    position: relative;
    padding: 150px 0px 60px 0px;
}

:is(.service-banner .head42) :is(h1, h2) {
    /* color: #fff !important; */
}

:is(.service-banner .head28) :is(h2, h3) {
    /* color: #fff !important; */
}

.service-banner .para16,
.service-banner .para16 .elementor-widget-container,
.service-banner .para16 p,
.service-banner .para16 li {
    /* color: #fff !important; */
}

.banner-foam-sec {
    width: 95% !important;
    background: linear-gradient(0deg, rgba(251, 176, 64, 0.055), rgba(251, 176, 64, 0.055)), #FFFFFF;
    /* box-shadow: 4px 5px 13px rgba(0, 0, 0, .16); */
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 24px 24px;
    margin: auto 0 auto auto;
}

.ser-sec2 .head35 h2 code,
.ser-sec2 .head35 h3 code {
    font-family: 'Montserrat' !important;
    font-size: 28px;
    color: #fff !important;
    line-height: normal;
}

.ser-sec4 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ser-sec4 .head35 h2,
.ser-sec4 .head35 h3 {
    color: #fff !important;
}

.ser-sec4 .head35 h2 code,
.ser-sec4 .head35 h3 code {
    color: #fff !important;
}

.ser-sec4 .para16,
.ser-sec4 .para16 p {
    color: #fff !important;
}

.ser-sec5 {
    padding: 60px 0;
}

.ser-sec5 .head40 {
    width: 70% !important;
    margin: auto;
}

.seamless-box .elementor-image-box-wrapper {
    width: 100%;
    height: 400px;
    margin: auto;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 21px 16px;
    border-radius: 5px 5px;
    transition: 0.5s ease;
}

.seamless-box .elementor-image-box-img img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.seamless-box .elementor-image-box-title {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px;
    color: #659817 !important;
}

.seamless-box .elementor-image-box-description {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    color: #114A42 !important;
    height: 250px;
    overflow-y: auto;
    padding-right: 5px;
}

.seamless-box .elementor-image-box-wrapper:hover {
    background: rgba(0, 0, 0, 0.015);
    border-color: rgba(0, 0, 0, 0.015);
    /* filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.09)); */
}

.ser-sec7 {
    padding: 60px 0px 60px;
}

.ser-sec7 .head35 h2 code,
.ser-sec7 .head35 h3 code {
    font-family: 'Montserrat' !important;
    font-size: 28px;
    color: #2E4A5B !important;
    line-height: normal;
}

.ser-sec8,
.ser-sec9 {
    background: rgba(251, 176, 64, 0.055);
}

/* Service Page End */

/* Blog Page Start */

.lates-blogs .col-md-4 {
    margin-bottom: 30px;
}

.lates-blogs .bttn {
    text-align: center;
    /* margin-top: 50px; */
    cursor: pointer;
}

/* Blog Page End */

/* Blogs Detail Page Start */

.single-post header#masthead {
    position: sticky;
}

.single-post header#masthead.sticky {
    position: fixed;
}

.s-blog-sec1 {
    position: relative;
    padding: 50px 0 50px;
}

.c-breadcrumb {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #000;
    margin-bottom: 15px;
}

.c-breadcrumb>span {
    margin: 0 10px;
}

.s-blog-title h1 {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #000;
}

.tag-date {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1D1D1D;
    background: #EDEDED;
    border-radius: 6px;
    width: fit-content;
    padding: 8px 13px;
    margin-bottom: 30px;
}

.s-banner {
    position: relative;
    margin-bottom: 30px;
}

.s-banner img {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
}

:is(.s-content) :is(h2, h3, h4) {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 15px;
    scroll-margin-top: 250px;
}

:is(.s-content) :is(p, li) {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

:is(.s-content) :is(li) {
    margin-bottom: 30px;
}

:is(.s-content) :is(td) {
    border: 2px solid #000;
    text-align: center;
    padding: 10px 10px;
    text-wrap-mode: nowrap;
}

.s-blog-sec1 .faqs {
    margin-top: 50px;
}

.author-box {
    position: relative;
    display: grid;
    grid-template-columns: 80px auto;
    gap: 20px;
    background-color: #114A42;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    margin-top: 50px;
}

.author-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #FBB040;
    border-radius: 100%;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.author-info {
    position: relative;
}

.author-user {
    position: relative;
}

.author-user h3 {
    font-family: 'Poppins';
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.author-bio {
    position: relative;
}

.author-bio p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
}

.s-blog-sec2 {
    position: relative;
    padding: 50px 0 50px 0;
}

.s-blog-sec2 .head50 h2 {
    text-align: center;
}

.s-blog-sec2 .blogs-slider {
    padding-top: 0px;
}

.s-blog-sec2 .slick-list {
    padding: 50px 0 50px 0 !important;
}

.s-blog-sec2 .slick-slide {
    margin: 0 10px;
}

.s-blog-sec1 .row,
.s-blog-sec1 .container,
.s-blog-sec1 .col-md-4 {
    overflow: visible !important;
}

.sidebar-sticky {
    position: sticky;
    top: 120px;
    /* header 102px + gap */
    align-self: flex-start;
    /* Bootstrap FIX */
}

.blog-img {
    margin-bottom: 30px;
}

.blog-logo img {
    width: 60%;
    height: 120px;
    object-fit: contain;
}

/* Share box */
.share-box {
    margin-top: 20px;
    /* padding: 15px; */
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
    margin-bottom: 30px;
}

.share-title {
    display: block;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Buttons */

.share-box .social-icon ul li a {
    width: 40px;
    height: 40px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.share-btn svg path {
    fill: #fff;
}

.share-btn:hover {
    color: #fff;
    opacity: 0.85;
}

/* Platform colors */
.share-btn.fb {
    background: #1877F2;
}

.share-btn.li {
    background: #0A66C2;
}

.share-btn.tw {
    background: #000000;
}

.sidebar-sticky.sticky .toc {
    position: fixed;
    top: 40px;
    width: 385px;
}

.toc {
    position: static;
    max-height: 500px;
    background: #fff;
    border: 1px solid #114A42;
    border-radius: 8px;
    overflow: hidden;
}

.toc-heading {
    background-color: #114A42;
    padding: 16px;
}

.toc h4 {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin: 0;
}

.toc-listing {
    padding: 16px;
}

.toc-list {
    max-height: 390px;
    padding-right: 5px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.toc-list li {
    margin: 10px 0;
}

.toc-list a {
    font-family: 'Poppins';
    color: #000;
}

.toc-list a.active {
    color: #FBB040;
    font-weight: 600;
}

.toc-list a:hover {
    color: #FBB040;
}

/* Webkit browsers (Chrome, Edge, Safari) */
.toc-list::-webkit-scrollbar {
    width: 6px;
}

.toc-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.toc-list::-webkit-scrollbar-thumb {
    background: #FBB040;
    /* aap ka theme green */
    border-radius: 10px;
}

/* Blogs Detail Page End */

/* Privacy Start */

.privacy-sec {
    padding: 50px 0;
}

:is(.privacy-txt) :is(h2, h3, h4) {
    font-family: 'poppins' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 32px;
    color: #000 !important;
}

:is(.privacy-txt) :is(p, li) {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.privacy-txt li {
    list-style: disc;
    list-style-position: inside;
}

:is(.privacy-txt) :is(td) {
    border: 2px solid #000;
    text-align: center;
    padding: 10px 10px;
    text-wrap-mode: nowrap;
}

/* Privacy End */

/* Portfolio Page Start */

.m-portfolio-sec {
    position: relative;
}

.m-portfolio-sec .row1 {
    padding: 5px 0;
    align-items: center;
    margin-bottom: 30px;
}

.m-portfolio-sec .row1 .head40 h2 {
    text-transform: capitalize;
    margin: 0;
}

.portfolio-search {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
}

#portfolio-search {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border-radius: 25px;
    border: 1px solid #F5F6F8;
    background-color: #F5F6F8;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
}

input#portfolio-search::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

#portfolio-search:focus {
    border-color: #a0a0a0;
    background-color: #fff;
}

#portfolio-search-icon {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #999;
}

#portfolio-search-icon svg path {
    fill: #000;
}

#portfolio-search-clear {
    position: absolute;
    right: 10px;
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    font-size: 16px;
    color: #999;
    font-weight: bold;
}


.portfolio-row {
    align-items: flex-start;
}

.portfolio-sidebar {
    position: sticky;
    top: 120px;
}

.portfolio-categories {
    list-style: none;
    padding: 0;
}

.portfolio-categories li {
    margin-bottom: 5px;
    padding-left: 10px;
}

.portfolio-categories li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    display: block;
    padding: 8px 12px;
    background: transparent;
    text-decoration: none;
}

.portfolio-categories li.active {
    border-left: 2px solid #416C90;
}

.portfolio-categories li.active a {
    color: #416C90;
}

.portfolio-content-list {
    /* max-height: calc(100vh - 160px); */
    /* overflow-y: auto; */
    /* padding-right: 5px; */
}

#portfolio-results {
    width: 99%;
    margin: auto;
}

.portfolio-box {
    position: relative;
    display: grid;
    grid-template-columns: 108px auto;
    align-items: center;
    background: transparent;
    width: 95%;
    height: 265px;
    gap: 15px;
    margin: 20px 0;
    z-index: 1;
}

.portfolio-box::before {
    content: '';
    position: absolute;
    background: #2E4A5B;
    box-shadow: 0px 14.9615px 79.7946px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 88%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.portfolio-box .port-img {
    width: 108px;
    height: 165px;
}

.portfolio-box .port-img img {
    width: 100%;
    height: 100%;
}

.portfolio-box .port-cont {
    position: relative;
    padding: 15px 30px 15px 0;
}

.portfolio-box .port-cont h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-box .port-cont h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #fff;
}

.portfolio-box .port-cont .rating-star span::before {
    font-size: 12px;
}

.portfolio-box .port-cont .bttn {
    margin-top: 20px;
}

.portfolio-box .port-cont .bttn a {
    width: 100%;
    padding: 10px 28px;
}

.ajax-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.ajax-pagination .page-num {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #416C90;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 27px;
    height: 27px;
    border-radius: 50px;
}

.ajax-pagination .page-num.current {
    background: #D2DCE5;
}

.ajax-pagination .page-prev i,
.ajax-pagination .page-next i {
    color: #416C90;
}

.ajax-pagination .page-prev:hover i,
.ajax-pagination .page-next:hover i {
    color: #FBB040;
}

.portfolio-content::-webkit-scrollbar {
    width: 6px;
}

.portfolio-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Portfolio Page End */

/* Portfolio Single Page Start */

.s-portfolio-sec1 {
    position: relative;
    padding: 50px 0;
}

.s-port-img {
    position: relative;
    width: 85%;
    height: 718px;
    background: linear-gradient(180deg, #659817 0%, #114A42 100%), #FAF1E2;
    padding: 20px;
    margin: auto;
}

.s-port-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-portfolio-sec1 .bttn {
    margin-top: 30px;
    text-align: center;
}

.s-portfolio-sec1 .bttn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 13px 60px;
    margin: auto;
}

.s-portfolio-sec1 .bttn a span {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.s-portfolio-sec1 .bttn a:hover svg path {
    fill: #114A42;
}

.s-portfolio-sec1 .right-col {
    align-self: center;
}

:is(.s-port-content) :is(h2, h3, h4) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}

:is(.s-port-content) :is(p, li) {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #636363;
}

.s-port-content li {
    list-style: disc;
    list-style-position: inside;
}

.s-portfolio-sec1 .p-row2 {
    padding-top: 30px;
}

/* Portfolio Single Page End */

/* Location Page Start  */

.loc-sec {
    padding: 50px 0;
}

.loc-sec>div {
    position: relative;
}


.loc-sec .left-col {
    padding-top: 0px;
}

.loc-sec .left-col img {
    border-radius: 0px !important;
}

.loc-sec .right-col>div {
    position: relative;
}

.loc-sec .right-col .para16.elementor-widget,
.loc-sec .right-col .para16 p {
    font-size: 20px;
    font-weight: 600 !important;
    color: #636363 !important;
}

.loc-sec .right-col .para16.elementor-widget a,
.loc-sec .right-col .para16 p a {
    color: #FE8C01;
}

.loc-sec .elementor-icon-list-item a:hover {
    text-decoration: underline !important;
    text-decoration-color: #FE8C01 !important;
}


/* Location Page End  */

/* Testimonials Start */

.testimonial-list .col-md-4 {
    margin-bottom: 50px;
}

.testimonial-list .bttn {
    text-align: center;
    /* margin-top: 50px;     */
    cursor: pointer;
}

.npf {
    text-align: center;
}

/* Testimonials End */

/* Inner Pages End */

/* Form Start */

body img.gform_ajax_spinner {
    display: none !important;
}

.gform_heading {
    margin-bottom: 20px !important;
}

#gform_confirmation_message_1 {
    font-size: 18px;
    color: #fff;
    padding: 20px 0 !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

.gfield .gfield_label {
    display: none;
}

.gfield input,
.gfield textarea,
.ginput_container.ginput_container_select select {
    font-family: "popins", Sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000 !important;
    border: 1px solid #141414 !important;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 24px 20px !important;
    /*     background: transparent; */
}

.gfield textarea {
    height: 120px !important;
    padding: 16px 20px !important;
    resize: unset !important;
}

.gfield input::placeholder,
.gfield textarea::placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3) !Important;
}

.gfield input:focus,
.gfield textarea:focus {
    box-shadow: none !important;
}

.gfield textarea:focus {
    outline: none;
    resize: unset;
}

.gfield input,
.gfield textarea {
    box-shadow: none !important;
    border: 1px solid #141414 !important;
    border-radius: 7px !important;
}

input[type="file"] {
    border: none;
    cursor: pointer;
    width: 95px !important;
    color: transparent;
    padding: 0 !important;
}

.ginput_container.ginput_container_select select {
    /*     appearance: none !important; */
    /*     -moz-appearance: none; */
    /*     appearance: none !important; */
    /*     background-image: url(/wp-content/uploads/2024/08/arrow-down.png) !important; */
    background-position: center right 16px !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    padding: 6px 16px !important;
    height: 50px;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    --gf-local-shadow: unset !important;
}

.gform_wrapper .ginput_container_date input {
    width: 100% !important;
}

.gfield textarea:focus-visible,
.gfield select:focus-visible {
    outline: none;
}

.gform_wrapper .hidden_label input {
    margin-top: 0px !important;
}

.gform_wrapper .gfield {
    margin-top: 0px !important;
}

.gfield .ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .validation_message {
    display: none !important;
}

.gform_fields .gfield {
    background: transparent;
    border: none;
}

.gform_wrapper .field_description_below .gfield_description {
    display: none;
}

.gform_wrapper .gfield.gfield_error {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.gform_wrapper.gform_validation_error .top_label .gfield.gfield_error.gf_left_half,
.gform_wrapper.gform_validation_error .top_label .gfield.gfield_error.gf_right_half {
    margin-bottom: 0px !important;
}

.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gfield_error textarea {
    border: 1px solid #ff0000 !important;
}

.gfield--type-html {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #20468E;
}

.gform_wrapper .gform_footer {
    position: relative;
    margin-top: 35px !important;
}

.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    outline: none !important;
    border: none !important;
    --gf-local-shadow: unset !important;
}

.gform_validation_errors,
.gform-loader {
    display: none !important;
}

.gform_footer input[type="submit"] {
    font-family: "popins", Sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    color: #FFFFFF !important;
    background-color: #114A42 !important;
    /* background: linear-gradient(180deg, #C3AA01 0%, #FE8C01 100%), #7463FF; */
    /* background-image: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3768 8.15145L10.0016 13.5266C9.80004 13.7282 9.53128 13.829 9.26252 13.829C8.96017 13.829 8.69141 13.7282 8.48984 13.5266C8.0531 13.1235 8.0531 12.418 8.48984 12.0149L12.0173 8.4538H1.73727C1.13256 8.4538 0.662231 7.98347 0.662231 7.37876C0.662231 6.80765 1.13256 6.30373 1.73727 6.30373H12.0173L8.48984 2.77627C8.0531 2.37313 8.0531 1.66764 8.48984 1.2645C8.89298 0.827764 9.59847 0.827764 10.0016 1.2645L15.3768 6.63968C15.8135 7.04282 15.8135 7.74831 15.3768 8.15145Z" fill="white"/></svg>') !important; */
    background-position: top 50% right 12% !important;
    background-repeat: no-repeat !important;
    display: block;
    width: fit-content;
    border: 1px solid #114A42 !important;
    border-radius: 10px 10px !important;
    padding: 16px 20px 16px 20px !important;
    transition: .8s !important;
    margin-bottom: 0px !important;
    cursor: pointer;
    --gf-local-shadow: unset !important;
}

.gform_footer input[type="submit"]:hover {
    color: #114A42 !important;
    background: transparent !important;
}

.banner-faom .gform_wrapper .gform_footer {
    position: relative;
    margin-top: 35px !important;
    justify-content: end;
}

/* Form End */

/* Popup */

.popmake {
    border: none !important;
    background-color: transparent !important;
    box-shadow: unset !important;
    padding: 0px !important;
}

.popmake .form-wrapper {
    width: 100%;
}

.popmake .pum-close {
    right: 15px !important;
    top: 15px !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    background-color: transparent !important;
}

/* Popup */


/* Location Start */

.location-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 20px;
    height: 250px;
    display: flex;
    align-items: end !important;
}

/* Location End */

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #659817;
    border-radius: 10px;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
} */


.hide {
    display: none !important;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}


@media (min-width: 1250px) {
    .container {
        max-width: 1240px !important;
    }
}



@media (max-width: 767px) {

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }

}


/* ============================================================================================================
                                           / MEDIA QUERY STARTS /
/* =============================================================================================================*/




/* 
  ##Device = HD Desktops
  ##Screen = 1600px to higher resolution desktops
*/

@media screen and (min-width: 1600px) {}

/* Dont delete this bracket! */

/* 
  ##Device = Ipads, Ipad Pro 
  ##Screen = B/w 1024px to 1365px
*/
@media (max-width:1365px) {

    /* Home Start */
    .testimonial-slider .slick-prev {
        left: -20px;
    }

    .testimonial-slider .slick-next {
        right: -30px;
    }

    /* Home End */

    /* Footer Start */
    .footer:before {
        width: 100%;
    }

    /* Footer End */
}

/* 1280px to 1365px Dont delete this bracket! */

@media (max-width: 1199px) {

    body {
        overflow-x: hidden;
    }

    .home .mm {
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    .menu-item-has-children::after {
        display: none !important;
    }

    .mm li.about_arrow.active i:before {
        transform: rotate(0deg);
        transition: 0.5s ease;
    }

    .home div#mm ul#primary-menu li.about_arrow.current-menu-item>a {
        text-decoration: none !important;
    }

    div#mm ul#primary-menu li.current-menu-item>a,
    div#mm ul#primary-menu li.current-menu-ancestor>a {
        color: #659817;
    }

    div#mm ul#primary-menu li>a::before {
        display: none;
    }

    .mm.open .menu-menu-container {
        position: relative;
        z-index: 1;
        background: transparent;
        overflow: auto;
        overflow-x: hidden;
    }

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }

    header#masthead {
        display: none;
    }

    .mm.open div#mm {
        height: 100vh;
        padding-top: 130px;
    }

    .mm.open {
        background: #000;
        padding: 0px;
        min-height: auto;
        height: 100vh;
        overflow-y: auto;
        z-index: 9999;
    }

    .mm.open div#mml {
        left: 0px;
        position: absolute;
        width: 100%;
        z-index: 9999;
        top: 0px;
        background: #FAF1E2;
        border-bottom: 1px solid #659817;
        padding: 20px 15px;
        right: 0px;
        margin: auto;
        padding-top: 0px;
    }

    .mm.open #mmb span {
        background: #114A42;
    }

    .mm .site-branding {
        /* width: 85%; */
        width: fit-content;
    }

    .mm .site-branding img {
        width: 85%;
        object-fit: contain;
        object-position: left;
        margin: 10px 0px;
        height: 80px;
    }

    .mm li.about_arrow i {
        position: absolute;
        right: 0;
        font-size: 20px;
        transition: 0.5s ease !important;
        color: #114A42;
        width: 30px;
        height: 45px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    .mm li.about_arrow i:before {
        transform: rotate(-90deg);
        transition: 0.5s ease;
    }

    /* Home Start */

    .banner {
        padding: 150px 0px 40px 0px;
    }

    .banner .left-col,
    .banner .right-col {
        width: 100% !important;
    }

    :is(.head42) :is(h1, h2, h3, h4, h5, h6) {
        font-size: 36px;
    }

    :is(.head28) :is(h1, h2, h3, h4, h5, h6) {
        font-size: 26px;
    }

    .banner-img img {
        height: 550px !important;
        border-radius: 65% 100% / 50% 0% !important;
    }

    .h-fiction-sec {
        padding: 20px 0;
    }

    .fiction-box .elementor-image-box-wrapper {
        height: 200px;
    }

    .portfolio-grid-sec>div {
        height: 500px;
    }

    #slider ul li {
        max-width: 100%;
        height: 220px;
    }

    .p-b-img img {
        height: 500px !important;
        border-radius: 65% 100% / 50% 0% !important;
    }

    .step-sec {
        padding: 60px 15px 60px 15px !important;
    }

    .h-service-sec {
        padding: 20px 0;
    }

    .h-service-sec .head40 {
        width: 90% !important;
    }

    .h-service-sec .para16 {
        width: 85% !important;
    }

    .h-service-inner-sec {
        padding-top: 20px;
    }

    .serv-box .elementor-image-box-wrapper {
        width: 100%;
    }

    .h-trending-sec {
        padding: 40px 0 20px;
    }

    .h-trending-inner-sec1 {
        padding-top: 20px;
    }

    .o-p-f-img img {
        height: 350px !important;
    }

    .logo-sec {
        padding: 30px 0 0px;
    }

    .h-pb-inner-sec>div {
        align-items: center;
    }

    .head40 h2,
    .head40 h3 {
        font-size: 36px;
    }

    .h-logo-sec-head {
        padding: 40px 0px 0px 0px !important;
    }

    .business-box .elementor-image-box-wrapper {
        align-items: flex-start !important;
    }

    .business-box .elementor-image-box-img {
        width: 50% !important;
    }

    .business-box .elementor-image-box-title {
        font-size: 25px !important;
    }

    .book-store-sec .head48 {
        width: 100% !important;
    }

    .head48 h2,
    .head48 h1 {
        font-size: 38px;
    }

    .reach-now-sec .right-col>div {
        width: 95% !important;
        margin: auto;
    }

    .head35 h2,
    .head35 h3 {
        font-size: 30px;
    }

    .f-story-sec .left-col {
        padding-right: 15px;
    }

    /* Home End */

    /* Footer Start */

    .footer .cont-info li {
        font-size: 12px;
    }

    /* Footer End */

    /* About Start */

    .inner-banner {
        margin-top: 100px;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .inner-banner h1 {
        font-size: 36px;
    }

    .about-sec1 {
        padding: 40px 0px 60px 0px;
    }

    .about-sec1 .left-col {
        padding-right: 0px;
    }

    /* About End */

    /* Pulisher Start */

    .h-trending-inner-sec .left-col,
    .h-trending-inner-sec .right-col {
        width: fit-content !important;
    }

    .h-trending-inner-sec .mid-col {
        padding: 0 20px;
    }

    /* Pulisher End */

    /* Blogs Single Start */

    .s-blog-sec1 {
        padding: 150px 0 50px;
    }

    .s-blog-title h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .s-banner img {
        height: 400px;
    }

    .blog-logo img {
        height: 100px;
    }

    .toc h4 {

        font-size: 28px;
    }

    /* Blogs Single End */

    /* Portfolio Single Page Start */

    .s-port-img {
        width: 100%;
        height: 650px;
    }

    /* Portfolio Single Page End */

    /* Portfolio Single Page Start */

    .s-port-img {
        width: 100%;
        height: 650px;
    }

    /* Portfolio Single Page End */

}

/* 1024px to 1199px Dont delete this bracket! */

@media (max-width: 991px) {
    /* Home Start */

    .banner {
        padding: 150px 0px 20px 0px;
    }

    .banner .left-col,
    .banner .right-col {
        width: 100% !important;
    }

    .banner .left-col {
        margin-bottom: 30px;
    }

    .banner .left-col>div {
        justify-content: center;
    }

    :is(.banner .left-col .head42) :is(h1, h2) {
        text-align: center;
    }

    :is(.banner .left-col .head28) :is(h2, h3) {
        text-align: center;
    }

    .banner .para16,
    .banner .para16 p {
        text-align: center;
    }

    .portfolio-grid-sec>div {
        height: auto;
        padding: 30px 50px 0px 50px;
    }

    .portfolio-grid-sec .left-col,
    .portfolio-grid-sec .right-col {
        width: 100% !important;
    }

    .portfolio-grid-sec .left-col {
        margin-bottom: 30px;
    }

    .portfolio-grid-sec .right-col {
        height: 500px;
    }

    .p-b-img img {
        height: 500px !important;
        border-radius: 20px !important;
    }

    .step-sec {
        padding: 40px 10px 40px 10px !important;
    }

    .h-service-sec {
        padding: 20px 0;
    }

    .h-service-sec .head40 {
        width: 100% !important;
    }

    .h-service-sec .para16 {
        width: 100% !important;
    }

    .h-service-inner-sec {
        padding-top: 0px;
    }

    .seamless-box.why-box .elementor-image-box-wrapper {
        height: auto;
    }

    .serv-box .elementor-image-box-wrapper {
        width: 100%;
    }

    .serv-box .elementor-image-box-img img {
        margin: auto;
    }

    .h-trending-sec {
        padding: 20px 0 20px;
    }

    .h-trending-inner-sec1 {
        padding-top: 20px;
    }

    .o-p-f-img img {
        height: 550px !important;
    }

    .logo-sec {
        padding: 10px 0 0px;
    }

    .h-pb-sec {
        padding: 20px 0px 20px;
    }

    .h-pb-inner-sec>div {
        justify-content: center;
    }

    .h-pb-inner-sec .left-col {
        margin-bottom: 30px;
    }

    .h-b-s-sec {
        padding: 40px 0 40px;
    }

    .head40 h2,
    .head40 h3 {
        font-size: 32px;
    }

    .h-logo-sec-head {
        padding: 30px 0px 0px 0px !important;
    }

    .h-logo-sec {
        position: relative;
        padding: 30px 0px;
    }

    .business-box .elementor-image-box-wrapper {
        align-items: flex-start !important;
    }

    .business-box .elementor-image-box-img {
        width: 50% !important;
    }

    .business-box .elementor-image-box-title {
        font-size: 22px !important;
    }

    .head48 h2,
    .head48 h1 {
        font-size: 32px;
        line-height: normal;
    }

    .reach-now-sec .right-col>div {
        width: 95% !important;
        margin: auto;
    }

    .head35 h2,
    .head35 h3 {
        font-size: 30px;
    }

    .h-cta-sec .bttn a {
        font-size: 22px;
    }

    .h-cta-sec .bttn1 a {
        font-size: 22px;
    }

    .book-store-sec {
        background-size: 100px 120px;
        padding: 50px 0;
    }

    .book-store-sec::before {
        width: 126px;
        height: 120px;
    }

    .book-store-sec::after {
        width: 93px;
        height: 113px;
    }

    .book-store-sec .head48 {
        width: 100% !important;
    }

    .reach-now-sec {
        padding: 30px 0;
    }

    .h-cont-img {
        margin-bottom: 30px;
    }

    .f-story-sec:before {
        width: 100%;
    }

    .f-story-sec .left-col {
        padding-right: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .f-story-sec .left-col .story-cont {
        text-align: center;
    }

    .f-story-sec .right-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .f-story-sec .story-img {
        margin-bottom: -100px;
    }

    /* Home End */

    /* Footer Start */

    .footer .row2 .col-lg-3:first-child {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer1 img {
        width: 30%;
    }

    .footer .row2 .col-lg-2:nth-child(2) {
        width: 30%;
    }

    .footer .row2 .col-lg-4:nth-child(3) {
        width: 30%;
    }

    .footer3 ul {
        display: block;
    }

    .footer .row2 .col-lg-3:nth-child(4) {
        width: 40%;
    }

    .footer .cont-info li {
        font-size: 14px;
    }

    .copyrights .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .copyrights ul {
        text-align: center;
        margin: 10px 0 0;
    }

    /* Footer End */

    /* About Start */

    .inner-banner {
        height: 250px;
    }

    .inner-banner h1 {
        font-size: 36px;
    }

    .about-sec1 {
        padding: 20px 0px 40px 0px;
    }

    .about-sec1 .left-col {
        margin-bottom: 30px;
    }

    .about-sec3 .left-col {
        padding-right: 0px;
    }

    /* Publisher Start */

    .banner-foam-sec {
        margin: auto auto auto auto;
    }

    .seamless-box .elementor-image-box-wrapper {
        height: auto;
    }

    .seamless-box .elementor-image-box-description {
        height: auto;
    }

    /* Publisher End */

    /* Contact Start */

    .cont-info-sec {
        padding: 20px 0 50px;
    }

    /* Contact End */

    /* Blogs Start */

    .lates-blogs .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Blogs End */

    /* Blogs Single Start */

    .s-blog-sec1 .left-col,
    .s-blog-sec1 .right-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .s-blog-title h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .s-banner img {
        height: 400px;
    }

    :is(.s-content) :is(h2, h3, h4) {
        font-size: 20px;
        line-height: 30px;
    }

    :is(.s-content) :is(p, li) {
        font-size: 16px;
        line-height: 30px;
    }

    .s-blog-sec1 .right-col {
        margin-top: 30px;
    }

    .blog-logo {
        display: none;
    }

    .toc {
        display: none;
    }

    .s-blog-sec2 {
        padding: 0px 0 0px 0;
    }

    /* Blogs Single End */

    /* Testimonial Start */

    .testimonial-list .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Testimonial End */

    /* Portfolio Page Start */

    .m-portfolio-sec .row1 .left-col,
    .m-portfolio-sec .row1 .right-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m-portfolio-sec .row1 .left-col .head40 {
        text-align: center;
        margin-bottom: 20px;
    }

    .portfolio-search {
        margin: auto;
    }

    #portfolio-results .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Portfolio Page End */

    /* Portfolio Single Page Start */

    .s-port-img {
        height: 500px;
    }

    /* Portfolio Single Page End */
}


/* 768px to 991px Dont delete this bracket! */

@media (max-width: 767px) {

    /* Home Start */

    .banner {
        padding: 120px 0px 0px 0px;
    }

    .banner .left-col,
    .banner .right-col {
        width: 100% !important;
    }

    .banner .left-col {
        margin-bottom: 0px;
    }

    :is(.head42) :is(h1, h2, h3, h4, h5, h6) {
        font-size: 30px;
        line-height: normal;
    }

    :is(.head28) :is(h1, h2, h3, h4, h5, h6) {
        font-size: 22px;
    }

    .fiction-box .elementor-image-box-wrapper {
        height: auto;
    }

    .portfolio-grid-sec>div {
        padding: 30px 20px 0px 20px;
    }

    #slider ul li {
        width: 120px;
        height: 150px;
    }

    .col2 ul {
        margin: 0px 10px;
    }

    .p-b-img img {
        height: auto !important;
        object-position: center;
    }

    .h-service-sec {
        padding: 20px 0;
    }

    :is(.head40) :is(h1, h2, h3, h4, h5, h6) {
        font-size: 28px;
        line-height: normal;
    }

    .h-trending-sec {
        padding: 10px 0 10px;
    }

    .h-trending-inner-sec1 {
        padding-top: 10px;
    }

    .o-p-f-img img {
        height: auto !important;
    }

    .logo-sec {
        padding: 10px 0 0px;
    }

    .h-pb-sec {
        padding: 20px 0px 20px;
    }

    .h-pb-inner-sec>div {
        justify-content: center;
    }

    .h-pb-inner-sec .left-col {
        margin-bottom: 30px;
    }

    .h-b-s-sec {
        padding: 40px 0 40px;
    }

    :is(.head40) :is(h1, h2, h3, h4, h5, h6) {
        font-size: 32px;
    }

    .h-logo-sec-head {
        padding: 30px 0px 0px 0px !important;
    }

    .h-logo-sec {
        position: relative;
        padding: 30px 0px;
    }

    .h-target-sec .head40 {
        width: 100% !important;
    }

    .business-box .elementor-image-box-wrapper {
        align-items: flex-start !important;
    }

    .business-box .elementor-image-box-img {
        width: 50% !important;
    }

    .business-box .elementor-image-box-title {
        font-size: 22px !important;
    }

    .head48 h2,
    .head48 h1 {
        font-size: 32px;
        line-height: normal;
    }

    .reach-now-sec .right-col>div {
        width: 95% !important;
        margin: auto;
    }

    .head35 h2,
    .head35 h3 {
        font-size: 30px;
    }

    .h-cta-sec {
        padding: 50px 0 50px;
    }

    .h-cta-sec .head48 h2 br,
    .h-cta-sec .head48 h1 br {
        display: none;
    }

    .h-cta-sec .bttn {
        padding: 0px 20px 20px 0px !important;
    }

    .h-cta-sec .bttn a {
        font-size: 22px;
    }

    .h-cta-sec .bttn1 a {
        font-size: 22px;
    }

    .book-store-sec {
        background-size: 100px 120px;
        padding: 150px 0 50px;
    }

    .book-store-sec::before {
        width: 126px;
        height: 120px;
    }

    .book-store-sec::after {
        width: 93px;
        height: 113px;
    }

    .book-store-sec .head48 {
        width: 100% !important;
    }

    .testimonial-sec .head40 {
        width: 100% !important;
    }

    .reach-now-sec {
        padding: 30px 0;
    }

    .h-cont-img {
        margin-bottom: 30px;
    }

    .faqs-sec .head40 {
        width: 100% !important;
    }

    .collapsible-link::before {
        width: 26px;
        height: 26px;
        right: 0.1rem;
        font-size: 0.8rem;
        top: 49%;
    }

    .f-story-sec:before {
        width: 100%;
    }

    .f-story-sec .left-col {
        padding-right: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .f-story-sec .left-col .story-cont {
        text-align: center;
    }

    .f-story-sec .right-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .f-story-sec .story-img {
        margin-bottom: -100px;
    }

    /* Home End */

    /* Footer Start */

    .footer .row2 .col-lg-3:first-child {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer1 img {
        width: 50%;
    }

    .footer .row2 .col-lg-2:nth-child(2) {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer .row2 .col-lg-4:nth-child(3) {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer .row2 .col-lg-3:nth-child(4) {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer3 ul {
        grid: auto-flow / 200px 1fr;
    }

    .f-logo-img {
        margin-bottom: 20px;
    }

    .lbp-logo-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .lbp-logo-img p {
        text-align: center;
    }

    .copyright {
        margin-bottom: 10px;
    }

    .copyrights ul {
        text-align: center;
        margin: 0;
    }

    .copyrights ul li::after {
        /* display: none; */
    }

    /* Footer End */

    /* About Start */

    .inner-banner {
        height: 200px;
    }

    .inner-banner h1 {
        font-size: 30px;
        line-height: normal;
    }

    .about-sec1 {
        padding: 0px 0px 40px 0px;
    }

    .about-sec1 .left-col {
        margin-bottom: 30px;
    }

    .about-sec3 .left-col {
        padding-right: 0px;
    }

    /* About End */

    /* Publiser Page Start */

    .service-banner {
        padding: 120px 0px 40px 0px;
    }

    /* Publisher Page End */

    /* Blogs Start */

    .lates-blogs .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Blogs End */

    /* Blogs Single Start */

    .c-breadcrumb {
        font-size: 16px;
        line-height: 30px;
    }

    .s-blog-title h1 {
        /* font-size: 35px; */
        /* line-height: 30px; */
    }

    .s-banner img {
        height: auto;
    }

    .s-blog-sec2 .slick-list {
        padding: 20px 0 50px 0 !important;
    }

    /* Blogs Single End */

    /* Testimonial Start */

    .testimonial-list .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Testimonial End */

    /* FAQs Start */

    .faqs-sec {
        padding: 20px 0 30px;
    }

    /* FAQs End */

    /* Portfolio Page Start */

    .portfolio-search {
        max-width: 100%;
    }

    .portfolio-box {
        width: 100%;
    }

    .portfolio-box .port-cont .bttn a {
        padding: 10px 20px;
    }

    /* Portfolio Page End */

    /* Portfolio Single Page Start */

    .s-portfolio-sec1 {
        padding: 30px 0;
    }

    .s-portfolio-sec1 .p-row1 .left-col {
        margin-bottom: 20px;
    }

    .s-port-img {
        height: auto;
    }

    /* Portfolio Single Page End */
}

/* 767px to 430px Dont delete this bracket! */

@media only screen and (max-width: 767px) and (min-width: 540px) {
    .h-trending-inner-sec1 .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .o-p-f-img img {
        height: 500px !important;
    }
}


@media (max-width: 429px) {

    /* Home Start */

    .head40 h2,
    .head40 h3 {
        font-size: 28px;
    }

    .o-p-f-img img {
        height: auto !important;
    }

    .head48 h2,
    .head48 h1 {
        font-size: 30px;
    }

    .h-cta-sec .bttn {
        padding: 0px 0px 20px 0px !important;
    }

    .h-cta-sec .bttn a {
        font-size: 19px;
    }

    .h-cta-sec .bttn1 a {
        font-size: 19px;
    }

    .book-store-sec {
        background-size: 100px 100px;
        padding: 50px 0 50px;
    }

    .book-store-sec::before {
        width: 100px;
        height: 100px;
    }

    .book-store-sec::after {
        width: 73px;
        height: 93px;
    }

    .head35 h2,
    .head35 h3 {
        font-size: 26px;
        line-height: normal;
    }

    /* Home End */

    /* About Start */

    .inner-banner {
        height: 150px;
    }

    .inner-banner h1 {
        font-size: 28px;
    }

    /* About End */

    /* Portfolio Single Page Start */

    .single-portfolio .inner-banner {
        height: auto;
        padding: 20px 0;
    }

    .single-portfolio .inner-banner h1 {
        font-size: 24px;
    }

    /* Portfolio Single Page End */
}

/* 360px Dont delete this bracket! */