/*!
Theme Name: Tru Consulting
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: alpha
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.

alpha 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/
*/
:root {
    --clr-primary: rgba(96, 179, 167, 1);
    --clr-dark: #000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
	margin-top: 106px !important;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    line-height: 1.5;
    background-color: #000 !important;
    color: #fff !important;
}

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 !important;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    font-family: 'Gilroy-Regular' !important;
    /*text-transform: capitalize;*/
    text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400 !important;
    font-family: 'Gilroy-Bold' !important;
}

.home .entry-title {
    display: none;
}

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;
}

/* button.dropdown-toggle["aria-expanded='true'"] {
	transform: rotate(45deg);
}
 */
.not_found_inner {
    max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
    display: none;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;
    ;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #e01e26;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    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 #e01e26;
}

.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 {
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: center;
    margin: 0px !important;
}

#primary-menu li {
    display: inline-block;
    padding: 0 10px;
}

#primary-menu li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    padding-inline: 10px;
    padding-block: 5px;
    text-transform: none;
    transition: all 300ms ease;
}

li:has(> .sub-menu)>a::before {
    display: none;
}

#primary-menu li.button_wrap a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    background-color: transparent !important;
    transform: scale(1);
    transition: all 300ms ease;
}

#primary-menu li a::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--clr-primary);
    transform: scale(0);
    transition: all 300ms ease;
}

/* #primary-menu li.current-menu-item a::before {
	transform: scale(1);
}
 */
#primary-menu li.current-menu-parent a::before {
	transform: scale(1);
}

#primary-menu li a:hover::before {
    transform: scale(1);
}

.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;
} */

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 25px);
    left: 50%;
    right: 50%;
    border-radius: 5px;
    transform: translate(-50%, 0px);
    opacity: 1;
    transition: all 0.1s ease;
    visibility: hidden;
    width: 230px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0%);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
    border: none !important;
}

#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 9px 13px;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    font-family: 'Gilroy-Regular' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    transition: background 200ms ease !important;
    text-transform: capitalize;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li a:hover {
    background-color: #000;
    border-bottom: 1px solid var(--clr-primary);
}

/*   */

#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 a {
    padding-left: 30px !important;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
/*     display: none !important; */
    height: auto !important;
}

#mm ul.sub-menu li {
	/* padding-left: 20px; */
}

/* #mm ul.sub-menu.active-sub-menu {
    display: block !important;
} */

#mml {
    padding: 5px 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    background-color: #000;
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: transform .5s ease-in-out;
    z-index: 1090;
}

#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .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: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    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: 39px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
    bttom: 0px;
    z-index: 1000;
    display: none;
    background: black;
    padding-top: 10px;
}

#mm ul.sub-menu {
    top: 0px;
    padding-top: 0px;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #000;
    word-wrap: break-word;
    text-align: left;
}

#mm #primary-menu a:hover {
    background-color: black !important;
}

.mm,
#mm {
    display: none;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 15px;
}

.header-wrapper .nav-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* 
 * 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 */

/* UTILIS START */

.bg-prop-section {
    position: relative;
}

.bg-prop-section::before {
    content: "";
    width: 1440px;
    height: 794px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-image: url("/wp-content/uploads/2025/04/bg-prop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sub-heading {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.button_wrap a,
.button_wrap button,
.button_wrap input {
    position: relative;
    padding-block: 15px;
    padding-inline: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 16px;
    /* font-weight: 600 !important; */
    line-height: 25px !important;
    background-color: var(--clr-dark);
    border: 1px solid var(--clr-primary);
    box-shadow: 0px 0px 23px rgba(28, 239, 88, 0.2);
    border-radius: 4px;
    min-width: 223px;
    height: 60px;
    color: var(--clr-primary) !important;
    /*text-transform: uppercase !important;*/
    text-transform: capitalize !important;
    z-index: 2;
    font-family: "Gilroy-Bold" !important;
    letter-spacing: 1.6px !important;
    flex-shrink: 0;
}

.button_wrap a::before,
.button_wrap button::before {
    content: "" !important;
    width: 21px !important;
    height: 21px !important;
    background-image: url("/wp-content/uploads/2025/04/arrow-right.png");
    background-repeat: no-repeat;
    transition: 0.5s all ease !important;
    position: static !important;
}

.button_wrap a::after,
.button_wrap button::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    transition: all 300ms ease;
    background-color: var(--clr-primary);
    z-index: -1;
    transition: 0.5s all ease;
    left: 0px;
}

.button_wrap :is(a, button):hover {
    color: #fff !important;
}

.button_wrap a:hover::after,
.button_wrap button:hover::after {
    width: 100%;
}

.button_wrap a:hover::before,
.button_wrap button:hover::before {
    color: #fff;
    filter: brightness(100);
}

.section-heading {
    position: relative;
}

.section-heading h3 {
    position: relative;
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    color: #FFFFFF;
    display: flex;
    text-transform: capitalize;
    margin-bottom: 65px;
    isolation: isolate;
    align-items: center;
    justify-content: center;
    font-family: "Gilroy-Heavy" !important;
    z-index: 3;
}

.section-heading h2,
.background-text h5 {
    position: absolute;
    /* font-weight: bold; */
    font-size: 147.668px;
    line-height: 188px;
    text-transform: uppercase;
    text-transform: capitalize;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 17.82%, rgba(20, 20, 20, 1) 56.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: max-content;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    top: 15px;
    font-family: "Gilroy-Heavy" !important;
    cursor: default;
}

.section-heading h3::after {
    content: "";
    display: block;
    height: 4px;
    width: 122px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    background-color: #fff;
}

.hexagon-hover-wrap {
	position: relative;
}

.first-hexagon .hexagon-inner.active {
    background-color: var(--clr-primary);
}


.hexagon {
    display: inline-block;
    padding: 2px;
    position: relative;
    /*     background: var(--clr-primary);
    box-shadow: 0 0 30px 10px rgba(96, 179, 167, 1);
    clip-path: polygon(50% 0%,
            100% 25%,
            100% 75%,
            50% 100%,
            0% 75%,
            0% 25%); */
    background-image: url(/wp-content/uploads/2025/05/hexagon-black.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 211px;
    height: 274px;
    transition: background 300ms ease;
}
/* 
.hexagon-inner {
    width: 180px;
    height: 215px;
    background: #000;
    clip-path: inherit;
    transition: all 300ms ease;
} */

.hexagon:hover .hexagon-inner {
    background-color: var(--clr-primary);
}

.hexagon h5 {
    font-weight: 600;
    font-size: 31.8358px;
    line-height: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Gilroy-Heavy' !important;
}

.hexagon span {
    font-weight: 400;
    font-size: 12.3806px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.1em;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    color: #FFFFFF;
    display: block;
    /* width: max-content; */
    /* margin-inline: auto; */
    text-align: center;
    font-family: 'Gilroy-Bold';
}

.hexagon .hexgon-content {
    position: absolute;
    z-index: 100;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hexgon-content .icon_wrap {
    margin-bottom: 10px;
}

.hexagon-main-container {
    display: flex;
}

.second-hexagon {
    left: 125px;
    top: -95px;
}

.third-hexagon {
    left: 40px;
}

.fourth-hexagon {
    top: -95px;
    left: 165px;
}

.five-hexagon {
    left: 60px;
}

.hexagon-main-container>.hexagon-wrapper:last-child {
    position: relative;
    left: 20px;
}

.black-white-image img {
    filter: grayscale(100%);
    transition: all 500ms ease;
}

.black-white-image:hover img {
    filter: grayscale(0%);
}

.slider-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-button-container button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #DBDBDB;
    border: none;
    cursor: pointer;
    transition: all 300ms ease;
    color: #000;
}

/* Reusable arrow base */
.slider-button-container button::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: inherit;
    content: '';
}

.slider-button-container button:first-child:before {
    content: "\f060";
}

.slider-button-container button:last-child:before {
    content: "\f061";
}

.slider-button-container button:is(:hover, :active, :focus) {
    background-color: var(--clr-primary);
    color: #fff;
}

.colored-text {
    color: var(--clr-primary);
}

/* UTILIS END */

/* HEADER START */

header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
	width: 100%;
	background: #000;
}

.nav-menu .li a {
    font-size: 18px;
    color: #fff;
}

/* header#masthead {
    position: relative;
    z-index: 1;
} */

/* HEADER END */

/* BANNER START */
.h-banner-wrapper {
    position: relative;
    z-index: 2;
}

.h-banner-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/wp-content/uploads/2025/04/home-banner-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 766px;
    width: 100%;
    isolation: isolate;
}

.h-banner-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 84.91%);
    transform: rotate(-180deg);
    top: -148px;
    left: 0%;
    z-index: 1;
}

.h-banner-section::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 84.91%);
    height: 48%;
    width: 100%;
    bottom: -10px;
    left: 0%;
    z-index: 1;
}

.h-banner-text {
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.h-banner-text h1 {
    position: relative;
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    line-height: 100%;
    margin-bottom: 10px;
    margin-bottom: 60px;
    font-family: 'Gilroy-Heavy' !important;
}

.h-banner-section h2 {
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 132px;
    font-weight: bold;
    -webkit-text-stroke: 2px transparent;
    color: transparent;
    background-clip: text;
    -webkit-mask-clip: text;
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: gray;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    z-index: -1;
}

.h-banner-text h1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -35%;
    left: 50%;
    transform: translateX(-50%);
    width: 122px;
    height: 4px;
    background-color: #fff;
}

.h-banner-text p {
    margin-block: 30px;
    /*text-transform: capitalize;*/
    text-transform: none;
    font-family: "Gilroy-Medium" !important;
}

.video_wrap video {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    /* mix-blend-mode: saturation; */ /* or screen / overlay */
}

.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(96 179 167 / 23%); */
    pointer-events: none;
    z-index: revert-layer;
    filter: blur(5px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* BANNER END */

/* HOME STORY SECTION START */

.h-story-section {
    padding-bottom: 100px;
}

.story-sec-text {
    /*margin-top: 75px;*/
}

.h-story-section .section-heading h2 {
	z-index: -1;
	left: 41%;
}

.h-story-section .img-container img {
	width: 100%;
    object-fit: cover;
}

.story-row-wrapper {
    align-items: center;
}

.story-row-wrapper .first-img img {
    /* width: 82%; */
}

story-row-wrapper .img_wrap img {
    border-radius: 20px;
    height: 288px;
    object-fit: cover;
}

.story-row-wrapper .left-col {
    position: relative;
    z-index: 2;
}

.story-section-wrapper .img-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.story-sec-text p {
    margin-bottom: 30px;
    font-family: 'Gilroy-Medium' !important;
}

.story-section-wrapper .img-container {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.story-row-wrapper .section-heading::before {
    left: 243px;
}

/* HOME STORY SECTION END */

/* HOME SERVICE SECTION START */

.h-service-section {
    padding-block: 100px;
}

.h-service-section.h-service-section br {
	display: block !important;
}

.section-heading-center .section-heading {
    text-align: center;
}

.section-heading-center .section-heading h3::after {
    margin-inline: auto;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.service-card {
    position: relative;
}

.service-card .img_wrap img {
    width: 100%;
    height: 478px;
    object-fit: cover;
    filter: grayscale(100%);
    border-radius: 8px;
    transition: all 500ms ease;
}

.service-card:hover img {
    filter: grayscale(0%);
}

.service-card .service-card-text {
    position: absolute;
    bottom: 32px;
    left: 32px;
    background-color: rgba(33, 33, 33, 1);
    width: 297px;
    border-radius: 8px;
    overflow: hidden;
    padding: 24px;
    transition: all 500ms ease;
}

.service-card:hover .service-card-text {
    background-color: var(--clr-primary);
}

.service-card .service-card-text h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    margin: 0px !important;
}

.h-service-slider .slick-list {
    overflow: visible;
    width: 80%;
}

.h-service-slider .slick-slide {
    margin: 0 15px;
/*     max-width: 543px; */
    /* width: 100% !important; */
}

.h-service-slider .slick-dots {
    margin-top: 30px;
    bottom: -50px;
}

.h-service-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(112, 117, 117, 1) !important;
    border: none;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.h-service-slider .slick-dots li.slick-active button {
    background-color: var(--clr-primary) !important;
    width: 15px;
    height: 15px;
}


/* HOME SERVICE SECTION END */

/* HOME SERVE SECTION START */

.h-serve-seciton {
    padding-block: 100px;
}

.serve-img-container {
    display: flex;
    align-items: center;
}

.serve-img-container .serve-img-wrap {
    flex: 1;
    position: relative;
}

.serve-img-wrap .img_wrap {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.serve-img-wrap .img_wrap::before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	width: 100%;
	height: 400px;
	opacity: 0;
    transition: all 250ms ease;
}

.serve-img-wrap .img_wrap img {
    width: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}

.serve-img-wrap:hover h5,
.serve-img-wrap:hover .img_wrap::before  {
    opacity: 1;
}

.serve-img-wrap:hover img {
    transform: scale(1.2);
}



.serve-img-wrap h5 {
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    transition: all 250ms ease;
    z-index: 11;
}

/* HOME SERVE SECTION END */

/* HOME SUCCESS SECTION START */

.home-success-section {
    padding-block: 100px;
}

.home-success-section .hexagon {
	pointer-events: none;
}

.success-section-text>p {
    margin-bottom: 40px;
}

.success-point-list h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 25px;
    color: #fff;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
    margin-bottom: 20px;
}

.success-point-list li.active h6 {
	-webkit-text-fill-color: #fff;
}

.success-point-list li.active p {
	height: 56px;
    overflow: visible;
}

.success-point-list li:hover h6 {
    -webkit-text-fill-color: #fff;
}

.success-point-list li {
    margin-bottom: 40px;
    transition: all 200ms ease;
}

.success-point-list li:hover p {
    height: 56px;
    overflow: visible;
}

.success-point-list li:nth-child(3):hover p {
    height: 75px;
}

.success-point-list li:nth-child(2):hover p {
    height: 75px;
}

.success-point-list li p {
    height: 0px;
    overflow: hidden;
    transition: all 500ms ease;
}

.success-section-row {
    align-items: center;
}

/* HOME SUCCESS SECTION END */

/* HOME CLIENT SECTION START */

.home-client-section {
    position: relative;
    padding-block: 100px;
    isolation: isolate;
    background-image: url("/wp-content/uploads/2025/04/cliient-bg.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    top: 0px;
    /* height: 694px; */
}

.home-client-section .section-heading h3 {
    margin-bottom: 95px;
}

.home-client-section::before {
    /* content: ""; */
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 84.91%);
    transform: rotate(-180deg);
    width: 100%;
    height: 695px;
    z-index: -1;
}

.home-client-section::after {
    /* content: ""; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 84.91%);
    width: 100%;
    height: 553px;
    z-index: -1;
}

.home-client-section .client-image-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.client-image-list li {
    position: relative;
    width: 77px;
    transition: all 500ms ease;
    transform-origin: left;
    overflow: hidden;
}

.client-image-list li.active-client-wrap {
    width: 500px;
}

.client-image-list li.active-client-wrap .client-logo-wrap {
    opacity: 1;
}

.active-client-wrap .black-white-image img {
    filter: grayscale(0);
}

.client-image-list li:hover {
    width: 500px;
}

.client-image-list li:hover .client-logo-wrap {
    opacity: 1;
}

.client-image-list li .img_wrap img {
    height: 459px;
    width: 100%;
    object-fit: cover;
}

.client-logo-wrap {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 200px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15.52px;
    overflow: hidden;
    background-color: #fff;
    transition: all 500ms ease;
    opacity: 0;
	padding: 10px;
    pointer-events: none;
}

.client-logo-wrap img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}


/* HOME CLIENT SECTION END */

/* HOME RESOURCE SECTION START */

.h-resource-section {
    position: relative;
    padding-block: 100px;
}

.h-resource-section .slick-dots {
    display: none !important;
}

.resource-slider-container {
    position: relative;
}

.resource-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.resource-card img {
    border-radius: 20px;
}

.resource-card .resource-type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #212121;
    width: 105px;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    border-radius: 6px;
    color: #FFFFFF;
}

.resource-card h4 {
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.h-resource-section .slider-button-container {
    padding-inline: 30px;
    top: 60%;
}

/* HOME RESOURCE SECTION END */

/* CTA SECITON START */

.cta-section {
    position: relative;
    margin-bottom: 100px;
    padding-block: 80px;
    margin-top: 20px;
}

.cta-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2025/04/cta-bg.png');
}

.cta-section .cta-row {
    align-items: center;
}

.cta-section .cta-row .button_wrap {
    text-align: end;
}

.cta-section h5 {
    font-weight: 500;
    font-size: 45px;
    line-height: 56px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cta-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: none;
    font-family: "Gilroy-Medium" !important;
}

/* CTA SECITON END */

/* FOOTER START */

.fab {
    font-family: 'Font Awesome 6 Brands' !important;
}

.fa,
.fas {
    font-family: 'Font Awesome 6 Free' !important;
}

footer .footer-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--clr-primary);
    margin-bottom: 16px;
}

footer .footer-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #444444;
    /* margin-bottom: 13px; */
}

.footer-top>div:not(:first-child) {
    position: relative;
}

.footer-top>div:not(:first-child)::before {
    content: '';
    width: 1px;
    background-color: #444444;
    height: 100%;
    position: absolute;
    left: -25px;
    z-index: 1;
}

.footer-top ul li a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px;
    transition: all 200ms ease !important;
}

.footer-top ul li a:hover {
    color: var(--clr-primary);
}

.footer-top ul li:last-child a {
    margin-bottom: 0px;
}

.footer-contact-col ul li:not(:last-child) a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-block: 8px;
    margin-bottom: 16px;
}

.footer-contact-col ul li .icon_wrap {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--clr-primary);
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.footer-contact-col .footer-underline-link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-decoration-line: underline !important;
    text-transform: uppercase;
    color: var(--clr-primary);
}

.footer-contact-col li span {
	text-transform: lowercase;
}

footer p.copyright {
    margin: 0px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 20px;
}

footer p.copyright a {
    font-weight: 600;
    text-transform: uppercase;
}

footer p.copyright a:hover {
	color: var(--clr-primary) !important;
}

footer .footer-social-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0px;
}

footer .footer-social-list a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: #707575;
    border-radius: 50%;
    color: #fff !important;
    transition: all 300ms ease;
}

footer .footer-social-list a:hover {
    background-color: var(--clr-primary);
}

/* FOOTER END */

/* INNER PAGE BANNER START */

.inner-page-banner-section {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 415px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-bottom: 40px; */
    isolation: isolate;
    padding-bottom: 10px;
}

.inner-page-banner-section .inner-banner-heading {
    font-family: "Gilroy-Bold" !important;
}

.inner-page-banner-section .inner-banner-heading {
    position: relative;
    padding-top: 125px;
    z-index: 9;
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    text-align: center;
    font-family: 'Gilroy-Heavy' !important;
}

.inner-page-banner-section::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 84.91%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
}

.inner-banner-heading::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 4px;
    width: 122px;
    bottom: -25px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

/* INNER PAGE BANNER END */

/* ABOUT US PAGE START */

/* ABOUT US EXPERIENCE SECTION */

.about-experience-section {
    padding-top: 70px;
    padding-bottom: 80px;
}

.about-experience-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 574px;
    width: 100%;
    padding-left: 66px;
    border-radius: 20px;
    overflow: hidden;
}

.slide-content-inner {
    max-width: 439px;
    width: 100%;
}

.about-experience-slide h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}

.about-experience-slide p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: none;
    margin: 0px;
}


/* ABOUT US EXPERIENCE SECTION */

/* ABOUT CERTIFIED SECTION */

.about-certified-section {
    position: relative;
    padding-block: 100px;
}

#about-certified-sec .hexagon {
	cursor: pointer;
}

.certified-section-prop::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2025/04/about-main-snake-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 744px;
    width: 1286px;
    mix-blend-mode: luminosity;
    bottom: -154px;
    left: 50%;
    z-index: -1;
    right: 50%;
    transform: translateX(-50%);
    bottom: -17%;
}

.about-certified-section .hexagon h5 {
    font-size: 24px;
}

.about-certified-section .container>p {
    text-align: center;
    margin-bottom: 52px;
}

.about-certified-section .about-hexagon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 72px;
}

.about-certified-section .about-hexagon-wrapper .hexagon {
	cursor: pointer;
}

/* ABOUT CERTIFIED SECTION */

/* ABOUT VALUE SECTION START */

.about-value-section {
    position: relative;
    padding-block: 100px;
}

.about-value-section .section-heading h3 {
    font-size: 45px !important;
}

.about-value-section .section-heading.main-heading {
    margin-bottom: 120px;
}

.about-value-section.certified-section-prop::before {
    top: 23%;
}

.about-value-section .text_wrap {
    margin-bottom: 44px;
}

.about-value-section .text_wrap .section-heading h3 {
    font-size: 36px !important;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.about-value-section .hexagon-inner {
    /* width: 284px; */
    /* height: 315px; */
    /* background-color: var(--clr-primary); */
}

.about-value-section .hexagon .hexgon-content {
    width: 163px;
}

.about-value-section .hexagon h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
}

.about-value-section .hexagon-row-wrap-bottom {
    position: relative;
    top: -65px;
}

.about-value-section .hexagon-row-wrap-bottom .row {
    justify-content: center;
}

/* ABOUT VALUE SECTION END */

/* ABOUT TEAM SLIDER SECTION */

.about-team-slider-section {
    padding-block: 100px;
}

.about-team-slider-section .slick-dots {
    margin-right: auto !important;
    width: max-content !important;
}

.about-team-slider-section .icon_wrap {
    margin-bottom: 25px;
}

.about-team-slider-section .text_wrap p {
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 25px;
    text-transform: none;
}

.about-team-slider-section .row {
    align-items: center;
}

.about-team-slider-section .text_wrap h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.dots-section .img_wrap img {
    width: 100%;
}

.dots-section .slick-dots {
    margin-top: 30px;
    bottom: -35px;
    /* margin-right: auto; */
    /* width: max-content; */
}

.dots-section .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(112, 117, 117, 1) !important;
    border: none;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.dots-section .slick-dots li.slick-active button {
    background-color: var(--clr-primary) !important;
    width: 15px;
    height: 15px;
}

/* ABOUT TEAM SLIDER SECTION */

/* ABOUT TEAM SECTION START */

.about-team-section {
    padding-block: 100px;
    position: relative;
}

.about-team-section .section-heading h3 {
    font-size: 70px !important;
}

.about-team-section .main-heading {
    margin-bottom: 120px;
}

.main-heading h2 {
    top: 5px;
}

.about-team-section .small-heading h3 {
    font-size: 36px !important;
}

.about-team-section .small-heading h3::after {
    bottom: -5px;
}

.about-team-section .higher-ups-row {
    margin-bottom: 80px;
}

.about-team-card {
    text-align: center;
}

.about-team-card div.img_wrap {
    margin-bottom: 32px;
}

.about-team-card div.img_wrap img {
    border-radius: 50%;
}

.higher-ups-row .about-team-card h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.higher-ups-row .about-team-card span {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--clr-primary);
    font-family: 'Gilroy-Medium';
}

.lower-ups-row .about-team-card h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.lower-ups-row .about-team-card span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--clr-primary);
    font-family: "Gilroy-Medium";
}

/* ABOUT TEAM SECTION END */

/* ABOUT CAREER SECTION */

.about-career-section {
    padding-block: 100px;
    position: relative;
}

.about-career-section .section-heading h3 {
    font-size: 70px;
}

.about-career-section .hexagon-inner {
    width: 284px;
    height: 315px;
    background-color: var(--clr-primary);
}

.about-career-section .text_wrap {
    text-align: center;
    margin-bottom: 50px;
}

.about-career-section .text_wrap p {
    font-family: "Gilroy-Medium" !important;
}

/* ABOUT CAREER SECTION */

/* ABOUT JOB SECTION */

.about-job-section {
    position: relative;
    padding-block: 100px;
}

.about-job-section .background-text h5 {
    /* bottom: 0px; */
    top: 12%;
    z-index: 2;
}

.about-job-card {
    border: 2px solid var(--clr-primary);
    max-width: 605px;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    min-height: 403px;
    background: #000;
}

.about-job-card .icon_wrap {
    width: max-content;
    margin-inline: auto;
    margin-bottom: 30px;
    background-color: var(--clr-primary);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-job-card h5 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.about-job-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.about-job-card .about-job-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-job-card-bottom .location-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-job-card-bottom .location-wrap .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 43px;
    background-color: var(--clr-primary);
    border-radius: 50%;
}

.about-job-card-bottom .location-wrap span {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
}

/* ABOUT JOB SECTION */

/* ABOUT FOUNDED SECTION */

.about-founded-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}


.about-founded-section .background-text h5 {
    top: 7%;
    z-index: -1;
}

.founded-even-col img {
    width: 100%;
    border-radius: 20px;
}

.about-founded-section .row {
    align-items: center;
}

.founded-even-col-wrapper .row:nth-child(2n) {
    flex-direction: row-reverse;
}

.founded-even-col-wrapper .row:not(:last-child) {
    margin-bottom: 40px;
}

.founded-even-col h5 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.founded-even-col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: none;
}

/* ABOUT FOUNDED SECTION */

/* ABOUT FAMILY SECTION */

.about-family-section {
    padding-top: 60px;
    position: relative;
    padding-bottom: 100px;
}

.about-family-section .text_wrap {
    text-align: center;
}

.about-family-section .text_wrap p {
    font-family: "Gilroy-Medium" !important;
}

.about-family-gallery-wrapper {
    display: flex;
    gap: 13px;
    width: 100%;
    margin-top: 20px;
}

.about-family-gallery-wrapper .img_wrap {
    flex-grow: 1;
    position: relative;
    z-index: 10;
}

.about-family-gallery-wrapper img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.about-family-section .logo_wrap {
    position: relative;
    text-align: center;
    bottom: -37px;
}

.about-family-section .background-text h5 {
    top: 71%;
    transform: translate(-57%, -57%);
}

.about-family-gallery-wrapper .img_wrap:nth-child(2) {
    top: 39px;
}

.about-family-gallery-wrapper .img_wrap:nth-child(3) {
    top: 213px;
}

.about-family-gallery-wrapper .img_wrap:nth-child(4) {
    top: 95px;
}

.about-family-gallery-wrapper .img_wrap:nth-child(5) {
    bottom: 84px;
}

/* ABOUT FAMILY SECTION */

/* ABOUT US PAGE END */

/* EVEN COL SECTION START */

.even-col-section .row {
    align-items: center;
}

.even-col-section .img_wrap img {
    border-radius: 20px;
    width: 100%;
}

.even-col-text {
    max-width: 560px;
    width: 100%;
}

.even-col-text ul {
	padding-left: 20px;
}

.even-col-text ul li {
	list-style: disc;
	font-size: 14px;
}

.even-col-text ul li:not(:last-child) {
	margin-bottom: 20px;
}

.even-col-section .even-col-heading {
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: var(--clr-primary);
}

.even-col-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: none;
    /* margin: 0px; */
}

/* EVEN COL SECTION END */

/* CONTACT US PAGE START */

.contact-form-section {
    padding-bottom: 190px;
    padding-top: 95px;
}

.contact-form-wrapper {
    max-width: 1055px;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden; 
    padding: 50px 30px;
    margin-inline: auto;
    text-align: center;
}

.contact-form-wrapper h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #212121;
    margin-bottom: 15px;
}

.contact-form-wrapper p {
    /* font-weight: 400; */
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    margin-bottom: 30px;
}

.contact-form-wrapper .form-grid-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.contact-form-wrapper .input_wrap {
    max-width: 482px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #C6C6C6;
}

.contact-form-wrapper input {
    padding-inline: 20px;
    padding-block: 15px;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    outline: none;
    border: none;
    width: 100%;
}

.contact-form-wrapper .textarea_wrap {
    max-width: 100%;
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    overflow: hidden;
}

.contact-form-wrapper .textarea_wrap textarea {
    min-height: 120px;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    width: 100%;
    border: none;
    outline: none;
}

.contact-form-wrapper .select_wrap {
    position: relative;
    max-width: 482px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #C6C6C6;
    background-color: white;
}

.contact-form-wrapper .select_wrap select {
    position: relative;
    padding-inline: 20px;
    padding-block: 15px;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    outline: none;
    border: none;
    width: 100%;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}

.contact-form-wrapper .select_wrap::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--clr-primary);
    font-size: 18px;
}

.contact-form-wrapper .button_wrap button {
    min-width: 175px;
}

.contact-form-wrapper .full-span-input-wrap {
    max-width: 100%;
    width: 100%;
}

/* EMBEDDED FORM STYLING */

/*
 * HIGH-SPECIFICITY HUBSPOT FORM STYLES
 * Using an ID for maximum priority.
*/


/* EMBEDDED FORM STYLING */


/* CONTACT US PAGE END */


/* RESOURCE PAGE START */

/* RESOURCE SUPPORT */

.resource-support-section {
    padding-block: 100px;
}

.resource-support-section .text_wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-family: "Gilroy-Medium" !important;
}

.support-tab-button-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 85px;
}

.support-tab-button-list li button {
    padding-block: 14px;
    padding-inline: 24px;
    background-color: #212121;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 300ms ease;
    text-transform: capitalize;
}

.support-tab-button-list li button.active-support-btn {
    background-color: var(--clr-primary);
}

.support-tab-button-list li button:hover {
    background-color: var(--clr-primary);
}

.resource-support-section .support-card {
    height: 100%;
    width: 100%;
    margin-bottom: 40px;
}

.support-card .img_wrap {
    margin-bottom: 24px;
}

.support-card .content_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.support-card .support-date {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFAED;
    opacity: 0.6;
    margin-bottom: 20px;
}

.support-card h5.support-card-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    min-height: 152px;
    font-family: "Gilroy-Semibold" !important;
}

.resource-support-section .support-card img {
    border-radius: 20px;
    overflow: hidden;
}

.support-card .link_wrap a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #60B3A7;
    font-family: 'Gilroy-Bold';
}

.support-card .link_wrap a::before {
    content: "" !important;
    width: 21px !important;
    height: 21px !important;
    background-image: url("/wp-content/uploads/2025/04/arrow-right.png");
    background-repeat: no-repeat;
    transition: 0.5s all ease !important;
    position: static !important;
}

.link_wrap a:first-child {
	display: none;
}


/* RESOURCE SUPPORT */

/* RESOURCE PAGE END */

/* RESOURCE DETAIL PAGE START */

.resource-inner-banner {
    display: block !important;
}

.resource-inner-banner::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 84.91%);
    transform: rotate(-180deg);
    height: 100%;
    width: 100%;
    position: absolute;
    top: -79px;
    width: 100%;
    height: 381px;
}

.resource-inner-banner .content_wrap {
    max-width: 688px;
    width: 100%;
    justify-self: flex-start;
    padding-top: 100px;
    position: relative;
    z-index: 10;
    /* margin-bottom: 100px; */
}

.resource-inner-banner .inner-banner-breadcrum {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.resource-inner-banner .inner-banner-breadcrum span {
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Gilroy-Medium';
    color: var(--clr-primary);
}

.resource-inner-banner.inner-page-banner-section h1 {
    text-align: start !important;
    font-size: 45px !important;
    padding: 0px !important;
    line-height: 55px !important;
    margin-bottom: 20px !important;
    text-transform: none;
}

.resource-inner-banner h1::before {
    display: none;
}

.resource-inner-banner .inner-banner-date {
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    overflow: hidden;
    width: 162px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-banner-date span {
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    opacity: 1;
    font-family: 'Gilroy-Bold';
}


/* RESOURCE CONTENT SECTION */

.resource-content-section {
    padding-bottom: 120px;
}

.resource-content-section p {
    font-size: 16px;
    text-transform: none;
}

.resource-content-section .form-heading {
    font-style: normal;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #212121;
    font-weight: 600;
    margin-bottom: 30px;
}

.resource-content-section .contact-form-wrapper {
    max-width: 500px;
    width: 100%;
    padding: 50px 30px;
    margin-right: 0px;
    position: relative;
    top: -349px;
}

.resource-content-section .contact-form-wrapper .input_wrap {
    margin-bottom: 30px;
    height: 60px;
}

.resource-content-section .contact-form-wrapper button {
    min-width: 175px !important;
    gap: 20px;
}

.resource-content-section .text_wrap {
    margin-bottom: 20px;
}

.resource-content-section .text_wrap h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: 'Gilroy-Semibold' !important;
}

.resource-content-section .text_wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.resource-content-section .text_wrap p:last-child {
    margin-bottom: 0px;
}

/* RESOURCE CONTENT SECTION */


/* RESOURCE PARTNERSHIP PAGE START */

section.resource-partnership-section {
    padding-bottom: 120px;
}

.resource-partnership-section .text_wrap {
    text-align: center;
    margin-bottom: 50px;
}

.resource-single-heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.resource-partnership-section .text_wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: none;
}

.resource-partner-card {
    padding: 30px 20px;
    border: 1px solid var(--clr-primary);
    border-radius: 30px;
    max-width: 390px;
    width: 100%;
    height: 100%;
}

.resource-partner-card h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--clr-primary);
    margin-bottom: 30px;
    min-height: 60px;
}

.resource-partner-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0px;
}


/* RESOURCE PARTNERSHIP PAGE END */

/* RESOURCE PARTNERSHIP SECTION */

.resource-presents-section {
    padding-bottom: 120px;
}

.resource-presents-section .resource-single-heading {
    text-align: center;
    margin-bottom: 50px;
}

.resource-presents-section .presenter-card .img_wrap {
    margin-bottom: 32px;
}

.resource-presents-section .presenter-card img {
    border-radius: 15px;
}

.presenter-card .text_wrap {
    text-align: center;
}

.resource-presents-section .presenter-card h6.presenter-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 8px;
    text-align: center;
}

.presenter-card span.presenter-designation {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--clr-primary);
    text-align: center;
    font-family: 'Gilroy-Medium';
}

/* RESOURCE PARTNERSHIP SECTION */

/* RESOURCE DETAIL PAGE END */

/* INDUSTY DETAIL PAGE START */

.industy-content-section {
    padding-block: 100px;
    padding-bottom: 0;
}

.industy-content-section .text_wrap p {
font-family: 'Gilroy-Medium' !important;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
text-align: center;
/*text-transform: capitalize;*/
text-transform: none;
color: #FFFFFF;
}

.industy-content-even-section {
    padding-top: 100px;
}
.industy-content-even-section .content_wrap ul li,
section.industry-hexagon-section.small-hexagon-section .text_wrap ul li{
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 28px;
}
.industy-content-even-section .content_wrap ul li:before,
section.industry-hexagon-section.small-hexagon-section .text_wrap ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/04/tick-icon.png);
    border-radius: 50%;
}

.industy-content-even-section .content_wrap ul li:not(:last-child),
section.industry-hexagon-section.small-hexagon-section .text_wrap ul li:not(:last-child){
    margin-bottom: 15px;
}
.industy-content-even-section .content_wrap .button_wrap,
section.industry-hexagon-section.small-hexagon-section .text_wrap .button_wrap{
    margin-top: 20px;
}
.industy-content-even-section .founded-even-col {
    align-items: center;
}

.industy-content-even-section .founded-even-col .content_wrap div {
    text-transform: none;
}
.industy-content-even-section .founded-even-col img {
    height: 522px;
    object-fit: cover;
}

.industry-content-planning-section {
    padding-block: 100px;
    position: relative;
}
.industry-content-planning-section::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/industry-detail-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    right: 0;
    top: 300px;
    width: 100%;
    height: 744px;
    mix-blend-mode: luminosity;
    z-index: -1;
    pointer-events: none;
}

.industry-content-planning-section .text_wrap p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 15px;
    text-transform: none;
}

.industry-content-planning-section .text_wrap p:nth-child(2) {
    margin-bottom: 40px;
}

.industry-content-planning-section .row {
    /*align-items: center;*/
    min-height: 579px;
}
.industry-content-planning-section .row .text_wrap {
    padding-top: 40px;
}
.industry-content-planning-section .right-col {
    position: absolute;
    right: -15px;
}

.industry-content-planning-section .right-col .img_wrap {
	text-align: end;
	pointer-events: none;
}
.planning-image-container .hexagon .hexgon-content {
    width: 75%;
}
.planning-image-container .hexagon .hexgon-content h5 {
    font-size: 36px;
    line-height: 46px;
}

.planning-image-container .hexagon .hexgon-content span {
    font-size: 16px;
    line-height: 26px;
}

.industry-content-planning-section .right-col .img_wrap video {
    width: 90.5% !important;
    height: 580px;
    filter: grayscale(100);
    object-fit: none;
}

.industry-content-planning-section .hexagon {
    position: absolute;
    right: 64.4%;
    bottom: -70px;
}

.industry-content-planning-section .hexagon .hexagon-inner {
    /* width: 284px; */
    /* height: 315px; */
    /* background-color: var(--clr-primary); */
}

.industry-hexagon-section {
    /*padding-block: 100px;*/
    position: relative;
}
/* section.industry-hexagon-section.small-hexagon-section .col-md-6.col-12 {
    padding-top: 0;
} */
section.industry-hexagon-section.small-hexagon-section .hexagon.i-second-hexagon {
    position: relative;
    top: 80px;
    left: -10px;
    clip-path: polygon(37% 12%, 49% 6%, 109% 32%, 99% 72%, 50% 94%, 52% 94%, -7% 68%, 2% 28%);
}

section.industry-hexagon-section.small-hexagon-section .hexagon.i-third-hexagon {
    position: relative;
    top: 10px;
    left: -85px;
    clip-path: polygon(37% 12%, 49% 6%, 109% 32%, 99% 72%, 50% 94%, 52% 94%, -7% 68%, 2% 28%);
}
section.industry-hexagon-section.small-hexagon-section .hexagon h5 {
    font-size: 30px;
    line-height: 100%;
    margin: 15px 0;
    margin-bottom: 10px;
}
section.industry-hexagon-section.small-hexagon-section .hexagon .icon_wrap {
    margin: 0;
}
section.industry-hexagon-section.small-hexagon-section .hexagon span {
    font-size: 16px;
    line-height: 27px;
    width: 90%;
    margin: auto;
}
.industry-hexagon-section .hexagon {
    width: 285px;
    height: 376px;
}

.industry-hexagon-section .text_wrap li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 20px;
}

.industry-hexagon-section .text_wrap p {
	font-size: 16px;
    text-transform: none;
}

.industry-hexagon-section .text_wrap li p {
    margin: 0px;
}

.industry-hexagon-section .text_wrap li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
}

.industry-hexagon-section .row > div:last-child {
	padding-top: 50px;
}

.industry-hexagon-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.i-first-hexagon {
    position: relative;
    top: -39px;
    left: 0px;
}

.i-third-hexagon {
    position: relative;
    right: -6px;
    top: -29px;
}

.industry-hexagon-section .row {
    align-items: center;
}

/* .postid-40 .industry-hexagon-section .row {
   align-items: stretch;
}

.postid-40 .industry-hexagon-section::before {
	content: "";
	background-image: url("/wp-content/uploads/2025/05/bg-prop.png");
	background-size: contain;
	height: 744px;
	width: 1440px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -14%;
	right: 50%;
	left: 50%;
	transform: translateX(-50%);
	mix-blend-mode: luminosity;
	z-index: -1;
} 

.postid-40 .industry-hexagon-section .text_wrap ul {
    margin-top: 125px;
    margin-bottom: 0px;
} */

.industry-hexagon-section .text_wrap h5 {
    font-weight: 500;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.industry-hexagon-section .hexagon h5 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.industry-hexagon-section .hexagon span {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: none;
    padding-inline: 4px;
}

/* INDUSTY DETAIL PAGE END */

.small-heading h3 {
    font-size: 36px !important;
}

.hexagon-hover-wrap {
	position: relative;
     
}

.hexagon-hover-wrap:hover::before {
	opacity: 1;
}

/* .hexagon-hover-wrap::before {
	content: "";
	opacity: 0;
	background-color: #000;
	height: 100%;
	width: 100%;
	clip-path: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
} */

/* .hexagon-hover-section .hexagon::before {
	content: "";  
    background-color: #000;
    height: 100%;
    width: 100%;
    clip-path: inherit;
    position: absolute; 
    top: 0px;
    left: 0px;
    z-index: 10;
} */

#mmb {
    top: 50%;
    transform: translateY(-50%);
}


/*  css for changes only */


.cta-row .button_wrap a {
    gap: 25px;
}

#primary-menu .button_wrap a {
    background-color: var(--clr-primary);
    color: #fff !important;
}

#primary-menu .button_wrap a::before {
     filter: brightness(100);
    color: #fff !important;
}

.header-wrapper img {
    width: 140px;
}





/*Services main page CSS Start */


.main-services .section-heading {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1 .section-heading h3::after {
    left: 50% !important;
    right: 50% !important;
    margin-inline: auto;
    transform: translateX(-50%);

}



.service1 p {
    text-align: center;
    margin: auto;
    width: 82%;
    
}

section.service1 {
    width: 100%;
    padding: 60px 0;
}


.service1-images {
    justify-content: center;
}

.service1-images img {
    width: 100%;
    filter: grayscale(1);
    transition: ease 0.3s;
}



.service1-images img:hover {
    
    filter: grayscale(0);
    
}

.service1 .image-item {
    padding: 0;
}


.service2 .section-text {
    background-color: #60B3A7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 25px;
    gap: 30px;
    border-radius: 20px;
}

.service2 .section-text li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    gap: 10px;
}

.service2 .section-text li:last-child {
    
    padding-bottom: 0px;
    gap: 10px;
}

.service2 .section-text p {
    margin: 0;
    font-size: 16px;
}

.service2 .section-text ul {
    margin: 0;
}

.service2 .section-text h3 {
    margin: 0;
}

.col-left {
    display: flex;
    flex-direction: column;
}

.service2 .section-heading h3 {
    margin: 0;
}

.service2 .section-heading {
    margin-left: 0;
    margin-bottom: 56px;
    margin-top: 50px;
    
}


section.back-image {
    width: 100%;
    margin-top: -306px;
}

.back-image .bg-image {
    width: 100%;
}

.back-image .bg-image img {
    width: 100%;
}



.service3 .right-col-service3 {
    position: relative;
}


.right-col-service3 .first-img {
    display: flex;
    justify-content: end;
}

.right-col-service3 .second-line-img {
    margin-right: -160px;
    margin-left: 120px;
    display: flex;
    margin-top: -70px;
    justify-content: flex-end;
}



.right-col-service3 .second-line-img .col-md-6 {
    padding: 0;
}

.right-col-service3 img.img-1 {
    margin-right: -96px;
}

.right-col-service3 img.img-2 {
    margin-top: -75px;
}

.service3 .right-col-service3 {
    margin-top: -60px;
}

.right-col-service3 img.img-1,
.right-col-service3 img.img-2,
.right-col-service3 img.img-3 {
    filter: grayscale(1);
    transition: filter 0.3s ease; /* smooth effect */
}

.right-col-service3 img.img-1:hover,
.right-col-service3 img.img-2:hover,
.right-col-service3 img.img-3:hover {
    filter: grayscale(0);
}


.service4-boxes p {
    margin: 0 !important;
    text-align: left !important;
    width: 100% !important;
}

.service4-boxes {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
}


.box-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 30px;
    border: 1px solid #60B3A7;
    border-radius: 15px;
    box-sizing: border-box;
    width: 390px;
    height: 390px;

}

.service4-boxes h4 {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #60B3A7;
    margin: 0;
}

.service4-boxes p {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}


.client-logo-wrap-new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 220px;
    height: 120px;
    background-color: #fff;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.07);
    border-radius: 20px;

}

.client-logo-wrap-new img {
    max-width: 85%;
    max-height: 50%;
    object-fit: contain;
    /*filter: grayscale(1);*/
    /*transition: filter 0.3s ease;*/
   
}


.client-logo-wrap-new:hover img {
    /*filter: grayscale(0);*/
}

ul.client-image-list-new {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}



a.resource-card-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #60B3A7;
    letter-spacing: 0.1em;
    width: fit-content;
}

a.resource-card-btn:hover {
    color: #60B3A7;
}

.resource-card-text-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



/* Maintain aspect ratio for video area */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 16:9 ratio */
  border-radius: 20px;
  overflow: hidden;
}

.video-thumb,
#videoFrame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  /*object-position: center;*/
}
#videoFrame iframe {
    width: 100%;
    height: 100%;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

#videoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.hidden {
  display: none;
}


.story-row-wrapper .section-heading h3 {
    justify-content: left !important;
}


.h-service-section p {
    margin: auto;
    width: 70%;
    padding-bottom: 25px;
}

.h-service-section .button_wrap {margin-bottom: 60px;margin-top: 30px;}


.services-slider-container {
    /*width: 1440px;*/
    margin: auto;
    overflow: hidden;
}
.services-slider .slick-list {
    width: 80%;
    overflow: visible;
}


.service-card-text a {
    color: #fff;
}

.service-card-text a:hover {
    color: #fff;
}


#industry-section .section-heading h3 {justify-content: flex-start;}

#industry-section .section-heading h2 {
    left: 68%;
}

#industry-section .serve-img-container {
    justify-content: space-between;
}

#industry-section .serve-img-container img {
    z-index: 5;
    filter: grayscale(1);
    transition: ease 0.3s;
}

#industry-section .serve-img-container img:last-child {
    margin-bottom: -110px;
}

#industry-section .serve-img-container img:hover {
    filter: grayscale(0);
}



img.university-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 170px;
    filter: grayscale(1);
}

img.university-logo:hover {
    filter: grayscale(0);
}


a.desig {
    display: flex;
    justify-content: space-between;
}

.desig img {
    margin-right: 13px;
    width: 26px;
}




.blogs-details-banner .inner-banner-breadcrum span {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
}

section.blogs-details-banner {
    padding-top: 50px;
}

.blogs-details-banner .inner-banner-breadcrum {
    margin-bottom: 15px;
}


.blogs-details-banner .inner-banner-date {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    gap: 10px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    width: fit-content;
}


.blogs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 15px;
    background: #60B3A7;
    border-radius: 20px;
}

.blogs-content h4 {
    font-size: 22px;
}

.blogs-content ul {
    padding-left: 20px;
}

.blogs-content li::marker {font-size: 21px;}

.blogs-content li {
    padding-bottom: 14px;
    list-style: disc;
}

.blogs-content li:last-child {
    padding-bottom: 0px;
    
}


section.main-blogs-content {
    padding-bottom: 80px;
}

.blogs-details-banner .inner-banner-breadcrum img {
    PADDING: 0 6px;
}

.main-blogs-content img {
    width: 100%;
}


footer .footer-top {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%  20%; 
    
}


.service1 .button_wrap {
    text-align: center;
    margin: 30px 0;
}

.service4 .button_wrap {
    text-align: center;
    margin: 30px 0 0 0;
}




@media (min-width: 1600px) {

    .service-card .img_wrap img {
    height: 586px;
}
    
}

@media (min-width: 1200px) {

    .client-section-wrapper p.client-section-desc {
    width: 70%;
    margin: auto;
    margin-bottom: 35px;
}

.page-template-resources .img_wrap img {
    width: 280px;
    height: 194px;
}

}



@media (max-width: 1440px) {
    
.second-hexagon {
    left: 125px;
    top: -95px;
}

.third-hexagon {
    left: 10px;
}

.fourth-hexagon {
    top: -95px;
    left: 130px;
}

.five-hexagon {
    left: 0px;
}


.bg-prop-section::before {
		width: 1200px;
	}
	
	
	.background-text h5 {
    font-size: 100px;
}
    
}



@media (max-width: 1366px) {
    
    .right-col-service3 .first-img {
    display: flex;
    justify-content: end;
}

.right-col-service3 .second-line-img {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    margin-top: -70px;
    justify-content: flex-end;
}



.right-col-service3 .second-line-img .col-md-6 {
    padding: 0;
}

.right-col-service3 img.img-1 {
    margin-right: 30px;
}

.right-col-service3 img.img-2 {
    margin-top: -75px;
}

.service3 .right-col-service3 {
    margin-top: -60px;
}

    
}



@media (max-width: 1200px) {
    
    .right-col-service3 .first-img {
    display: flex;
    justify-content: end;
}

.right-col-service3 .second-line-img {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    margin-top: -56px;
    justify-content: flex-end;
}



.right-col-service3 .second-line-img .col-md-6 {
    padding: 0;
}

.right-col-service3 img.img-1 {
    margin-right: 62px;
}

.right-col-service3 img.img-2 {
    margin-top: -75px;
}

.service3 .right-col-service3 {
    margin-top: -60px;
}


.right-col-service3 img {
    width: 300px !important;
}


img.university-logo {
    
    width: 120px;
    
}


.h-story-section .section-heading h2 {
    z-index: -1;
    left: 20%;
}


.certified-section-prop::before {
    width: 1000px;
}

}


@media (max-width: 1199px) {
	.industy-content-even-section .founded-even-col .button_wrap a {
    padding-block: 10px;
    padding-inline: 20px;
    font-size: 15px;
    gap: 15px;
}
	section.industry-hexagon-section.small-hexagon-section .hexagon.i-second-hexagon {
    top: 70px;
    left: 10px;
}
section.industry-hexagon-section.small-hexagon-section .hexagon.i-third-hexagon {
    top: 0px;
    left: -72px;
}
	.industy-content-even-section .founded-even-col img {
    height: 450px;
}
	.industy-content-even-section .content_wrap ul li:before, section.industry-hexagon-section.small-hexagon-section .text_wrap ul li:before {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 4px;
}

.industy-content-even-section .content_wrap ul li, section.industry-hexagon-section.small-hexagon-section .text_wrap ul li {
    padding-left: 30px;
}
	.industry-content-planning-section {
    padding-top: 80px !important;
}
.industry-content-planning-section .right-col .img_wrap video {
    height: 400px;
    width: 100% !important;
}
.planning-image-container .hexagon .hexgon-content span {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.planning-image-container .hexagon .hexgon-content .icon_wrap img {
    width: 20%;
}
	.planning-image-container .hexagon .hexgon-content {
    width: 95%;
}
	.industry-content-planning-section .row {
    min-height: auto;
    padding: 100px 0px;
    padding-top: 50px;
}
	.industry-content-planning-section::before {
    height: 500px;
    top: 270px;
}
	section.industry-hexagon-section.small-hexagon-section .hexagon span {
    font-size: 15px;
    line-height: 22px;
    width: 85%;
    margin: auto;
}
    
    .right-col-service3 .first-img {
    display: flex;
        justify-content: center;
    align-items: center;
}


.right-col-service3 .second-line-img {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex;
    margin-top: -74px;
    justify-content: center;
    align-items: center;
}



.right-col-service3 .second-line-img .col-md-6 {
    padding: 0;
}

.right-col-service3 img.img-1 {
    margin-right: 0px;
}

.right-col-service3 img.img-2 {
    margin-top: 0px;
   
}

.service3 .right-col-service3 {
    margin-top: -60px;
}


.right-col-service3 img {
    width: 300px;
}

.right-col-service3 img {
    width: 240px !important;
}


.service3 .right-col-service3 {
    margin-top: 0px;
}



.serve-img-container img {
    width: 210px;
}


section.blogs-details-banner {
    padding-bottom: 0px !important;
}

section.main-blogs-content {
    padding-top: 0px !important;
}


section.blogs-details-banner {
    margin-top: 40px;
}

.logo-wrapper img {
    width: 200px;
}


footer .footer-top {
    display: grid;
    grid-template-columns: 25% 20% 15% 15% 25%;
   
}


.footer-top>div:not(:first-child)::before {
    
    left: -15px !important;
}


.h-service-section p {
   
    width: 100% !important;
    
}





}



@media (max-width: 1024px) {
    
    img.university-logo {
    width: 90px;
}

h1.inner-banner-blogs-heading {
    font-size: 30px;
}


}


@media (max-width: 991px) {
    
    .right-col-service3 .first-img {
    display: flex;
        justify-content: end;
    align-items: center;
}


.right-col-service3 .second-line-img {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
}



.right-col-service3 .second-line-img .col-md-6 {
    padding: 0;
}

.right-col-service3 img.img-1 {
    margin-right: 0px;
}

.right-col-service3 img.img-2 {
    margin-top: 0px;
    
}

.service3 .right-col-service3 {
    margin-top: -60px;
}


.right-col-service3 img {
    width: 300px;
}

.right-col-service3 img {
    width: 240px !important;
}


.service3 .right-col-service3 {
    margin-top: 0px;
}


.service4-boxes h4 {
    text-align: center;
}



.service4-boxes p {
    text-align: center !important;
}



.client-logo-wrap-new {
    
    gap: 10px;
    width: 160px;
    height: 90px;
}



.serve-img-container img {
    width: 160px;
}

body,
p {
    
    font-size: 14px;
   
}



footer .footer-top {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    row-gap: 20px;
}





}



@media (max-width: 767px) {
    
    .right-col-service3 .first-img {
    display: flex;
        justify-content: center;
    align-items: center;
}


.right-col-service3 .second-line-img {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.right-col-service3 .second-line-img .col-md-6 {
    padding: 0;
}

.right-col-service3 img.img-1 {
    margin-right: 0px;
}

.right-col-service3 img.img-2 {
    margin-top: 0px;
    
}

.service3 .right-col-service3 {
    margin-top: -60px;
}


.right-col-service3 img {
    width: 325px !important;
    text-align: center !important;
}

.right-col-service3 img.img-2 {
    margin-top: 0px;
    
}


.service3 .right-col-service3 {
    margin-top: 0px;
}


.service3 .section-heading {
    margin: auto;
}

.service3 .section-heading h3::after {
    left: 50px;
    /*right: 50% !important;*/
}

.service3 p {
    text-align: center;
}

.service1 h3 {
    text-align: center;
}

section.back-image {
    display: none;
}


section.service1 {
    width: 100%;
    padding: 20px 0 0px 0px !important;
}


.service2 .section-heading {
   
    margin-bottom: 0px;
    margin-top: 0px;
    
}


.service1 p {
    text-align: center;
    /*margin: auto;*/
    width: 100%;
    
}


.resource-card-btn img {
    width: 20px !important;
}


.story-row-wrapper .section-heading h3 {
    justify-content: center !important;
}



#industry-section .serve-img-container img {
    width: 260px;
}



#industry-section .serve-img-container {
    gap: 30px;
    margin-top: 30px;
}



   img.university-logo {
    display: none !important;
    
}


h1.inner-banner-blogs-heading {
    font-size: 24px;
}


footer .footer-top {
    display: grid;
    grid-template-columns: 100%;
    
   
}

.service2 .button_wrap {
    margin: 10px 0 30px 0;
}



}


/*Services main page CSS End */


@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;
    }
}

/* 
    ##Device = HD Desktops
    ##Screen = 1600px to higher resolution desktops
  */

@media screen and (min-width: 1600px) and (max-width: 1660px) {
    .industry-content-planning-section .right-col .img_wrap video {
        width: 93% !important;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1367px) {
    .industry-content-planning-section .right-col .img_wrap video {
        width: 91.5% !important;
    }
}

@media screen and (min-width: 1441px) {
    .h-banner {
        background-position: bottom 22% center;
    }

    .noew-box .slider-image img {
       height: 420px !important;
    }

	.thumbnail-slider .noew-box.slick-slide img {
		height: 460px !important;
	}

	.industry-content-planning-section .right-col .img_wrap video {
		width: 90%;
	}

    .h-story-section .section-heading h2 {
        left: 43%;
    } 

	.about-family-section .background-text h5 {
		top: 65%;
        transform: translate(-57%, -54%);
	}

    .industry-content-planning-section .hexagon {
        right: 70.5%;
        bottom: -35px;
    }


    .about-family-gallery-wrapper .img_wrap:nth-child(3) {
        top: 290px;
    }

    .tabs-two-new .box {
        margin-right: 37.9px;
    }
}

/* Dont delete this bracket! */

@media (max-width: 1199px) {
	br {
		display: none;
	}
	
	#primary-menu li a:hover::before {
		display: none;
	}

	.resource-inner-banner .inner-banner-breadcrum {
		gap: 10px;
	}
   
	html {
		margin-top: 86px !important;
	}

	#mm ul.sub-menu {
		display: none !important; 
	}

	#mm .open ul.sub-menu {
		display: block !important;
	}

	 .dropdown-toggle {
		display: block !important;
		top: 32px !important;
	}

	.bg-prop-section::before {
		width: 1000px;
	}
    
	.service-card .service-card-text {
		left: 0;
		right: 0;
		padding: 15px;
		margin: auto;
	}

    .hexagon-row-wrap-top .row > div:last-child .hover-state-hexagon {
		left: 40% !important;
	}

    .career-hexagon-row div:last-child .hover-state-hexagon {
        left: 42%;
	}

	.about-family-gallery-wrapper .img_wrap:nth-child(2) {
		top: 25px;
	}

	.about-family-section .logo_wrap {
		bottom: -25px;
	}

	.about-family-section .logo_wrap img {
		width: 165px;
	}

    .about-family-gallery-wrapper .img_wrap:nth-child(3) {
       top: 141px;
    }
    
    .about-family-gallery-wrapper .img_wrap:nth-child(4) {
       top: 58px;
    }
   
    .about-family-gallery-wrapper .img_wrap:nth-child(5) {
      bottom: 100px;
    }

	.page-template-about-us .cta-section {
		margin-top: 80px;
	}
    
	.about-family-section .text_wrap p {
		font-size: 16px !important;
		margin-bottom: 0px;
	}

	.about-job-card .button_wrap a {
		height: 55px;
        font-size: 14px !important;
        min-width: 192px;
        width: 100%;
        padding-inline: 20px;
	}

	.about-job-card p {
		margin-bottom: 20px;
		line-height: 24px;
	}

	.about-team-card div.img_wrap {
		margin-bottom: 20px;
	}

	.about-job-card {
		padding: 20px;
		min-height: auto;
	}

    .about-job-card .icon_wrap {
        height: 100px;
        width: 100px;
        margin-bottom: 20px;
    }

    .about-job-card .icon_wrap img {
        width: 55px;
    }

	.about-career-section .hexagon h5 {
		font-size: 22px !important;
        line-height: 28px;
	}

	.about-career-section .section-heading h3 {
		font-size: 45px !important;
	}

	.about-value-section .hexagon h5 {
		font-size: 22px;
        line-height: 28px;
	}

    .about-career-section.about-career-section .small-heading h3 {
		font-size: 32px !important;
	}
    
	.about-certified-section .hexagon h5 {
		font-size: 22px;
	}

	.big-hexagon-section .hover-state-hexagon {
		 width: 320.9px !important;
        height: 374.49px !important;
        left: 53% !important;
	}
	
	.about-career-section .hover-state-hexagon {
		width: 300.9px !important;
        height: 348.49px !important;
        
	}

	.hover-state-hexagon p {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.big-hexagon-section.big-hexagon-section .hexagon {
	   width: 223px !important;
	}

	.about-team-section .section-heading h3 {
		font-size: 45px !important;
	}

     .about-team-section .small-heading h3 {
		font-size: 32px !important;
	}
    
	.higher-ups-row .about-team-card h5 {
		font-size: 25px;
	}

	.about-team-card div.img_wrap img {
		width: 100%;
	}

	.about-team-section .higher-ups-row {
		margin-bottom: 35px;
	}

	.higher-ups-row .about-team-card span {
		font-size: 14px; 
	}
   
	.about-career-section .text_wrap {
		margin-bottom: 10px;
	}

    .about-career-section .text_wrap p {
        font-size: 16px;
        margin-bottom: 0px;
    }

	.about-team-section .main-heading {
		margin-bottom: 65px;
	}

	.about-value-section .hexagon-row-wrap-bottom {
		top: -101px;
	}

	.about-team-slider-section .text_wrap h5 {
		font-size: 22px;
	}

	.about-team-slider-section .text_wrap p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.about-value-section .text_wrap {
		margin-bottom: 20px;
	}

    .about-value-section .text_wrap p {
        font-size: 16px;
        margin: 0px;
    }

	.even-col-section p {
		font-size: 15px;
	}

	.about-value-section .section-heading.main-heading {
		margin-bottom: 65px;
		font-size: 45px !important;
	}

	.about-value-section .text_wrap .section-heading h3 {
		font-size: 32px !important;
	}

	.about-certified-section .about-hexagon-wrapper {
		margin-bottom: 40px;
	}
     
	.even-col-section .even-col-heading {
		margin-bottom: 15px;
	}

	.certified-section-prop::before {
		width: 1000px;
	}

	.even-col-section .row {
		align-items: stretch;
	}

	.even-col-section .img_wrap {
		height: 100%;
	}
     
	.even-col-section .img_wrap img {
		height: 100%;  
        object-fit: cover;
	}

	.about-certified-section .container>p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.about-experience-slide {
		padding-left: 40px;
	}

	.about-experience-slide {
	   min-height: 375px;
	}

	.industy-content-section  {
		padding-bottom: 0px !important;
	}
/* 
	.postid-40 .industry-hexagon-section .text_wrap ul {
       margin-top: 102px;
     } */
      
	.client-section-desc {
		margin-bottom: 30px !important;
		font-size: 16px;
	}

	.home-client-section .section-heading h3 {
		margin-bottom: 50px;
	}

	.industry-hexagon-section .hexagon span {
		width: 85%;
		margin: auto;
		line-height: 1.4;
	}

	.industry-hexagon-flex {
		gap: 0px;
	}

/* 	.postid-40 .industry-hexagon-section::before {
		width: 1000px;
		top: -6%;
	} */

	.industry-hexagon-section .text_wrap h5 {
		font-size: 27px;
		margin-bottom: 15px;
		line-height: 35px;
	}

	.industry-hexagon-section .text_wrap li {
		margin-bottom: 15px;
	}
    .industy-content-even-section {
    padding-bottom: 0 !important;
}
	.industry-hexagon-section {
		/* padding-top: 27px !important; */
		padding: 0px !important;
	}

	.industry-hexagon-section .hexagon h5 {
		font-size: 25px;
	}

	.big-hexagon-section .hexagon {
		 width: 270px !important;
         height: 306px !important;
	}

	.industry-hexagon-section .hexagon {
        width: 228px;
        height: 296px;
    }

	.big-hexagon-section .hexagon span {
		width: 65%;
        display: block;
    	margin-inline: auto;
	}

	.industry-content-planning-section .text_wrap p:nth-child(2)  {
		margin-bottom: 25px;
	}

	.industry-content-planning-section .text_wrap p {
		font-size: 18px;
		line-height: 1.7;
	}

	.founded-even-col h5 {
		font-size: 30px;
        line-height: 35px;
	}
    
	.industy-content-section .text_wrap p {
		font-size: 16px;
		margin: 0px;
	}

	.resource-content-section .contact-form-wrapper {
		padding: 30px;
		/*padding-bottom: 0px;*/
	}

	.resource-content-section .form-heading {
		margin-bottom: 25px;
	}

	.resource-content-section .contact-form-wrapper .input_wrap {
		margin-bottom: 20px;
	}

	.resource-content-section .contact-form-wrapper {
		top: -320px;
	}

	.resource-presents-section .presenter-card h6.presenter-name {
		font-size: 22px;
	}

	.presenter-card span.presenter-designation {
		font-size: 16px;
	}

	.resource-presents-section .presenter-card .img_wrap {
		margin-bottom: 20px;
	}

	.resource-partner-card {
		padding: 20px;
	}
    
	.resource-partnership-section .text_wrap {
		margin-bottom: 30px;
	}

	.resource-partner-card h5 {
		font-size: 18px;
		margin-bottom: 15px;
	}
    
	.resource-presents-section .resource-single-heading {
		margin-bottom: 40px;
	}
     
	.resource-presents-section .presenter-card img {
		width: 100%;
        object-fit: cover;
	}
	
	.resource-partner-card p {
		font-size: 14px;
		line-height: 24px;
	}

	.resource-inner-banner.inner-page-banner-section h1 {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}

	.resource-inner-banner .content_wrap {
		max-width: 500px;
		width: 100%;
		padding-top: 30px;
	}
    
	.resource-support-section {
		padding-bottom: 0px !important;
	}

	.support-card .img_wrap {
		margin-bottom: 20px;
	}
    
	.support-card h5.support-card-title {
		font-size: 16px;
		line-height: 1.4;
	}

	.support-card .support-date {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.support-card .link_wrap a {
		font-size: 14px;
	}
    
	.support-card img {
		width: 100%;
	}
    
	.resource-support-section .text_wrap p {
		font-size: 16px;
	}
    
	.support-tab-button-list {
		gap: 10px;
		margin-bottom: 35px;
	}

	.support-tab-button-list li button {
		font-size: 16px;
        padding-inline: 14px;
	}

	.inner-page-banner-section {
		min-height: 345px;
	}

	.inner-page-banner-section .inner-banner-heading {
		padding-top: 60px;
        font-size: 65px;
	}

	.contact-form-section {
		padding-bottom: 65px;
		padding-top: 65px;
	}
   
    .contact-form-wrapper{
		padding: 30px;
		padding-bottom: 0px;
	}

	.contact-form-wrapper p {
		margin-bottom: 20px;
	}

	.contact-form-wrapper h4 {
		margin-bottom: 10px;
	}
   
	.contact-form-wrapper .input_wrap {
		max-width: 425px;
	}
     
    .contact-form-wrapper .full-span-input-wrap {
        max-width: 100%;
    }

	.contact-form-wrapper .form-grid-container {
		gap: 20px;
        margin-bottom: 20px;
	}

	.resource-card-text {
		max-width: 400px;
        width: 100%;
	}
   
	.h-banner-text p {
		margin-block: 15px;
	}
    
	.h-banner-text h1 {
		font-size: 75px;
        margin-bottom: 45px;
        margin-top: -27px;
	}
    
	.h-banner-section h2 {
		font-size: 100px;
	}

	.footer-top>div:not(:first-child)::before {
		left: 0px;
	}
    
	footer p.copyright {
		font-size: 15px;
	}

	.cta-section {
		margin-bottom: 50px;
	}

	.footer-top ul li a {
		margin-bottom: 10px;
	}
    
	.cta-section h5 {
		font-size: 40px !important;
		line-height: 1.2;
	}

	.second-hexagon {
		left: 165px;
	}

	.third-hexagon {
		left: -8px;
	} 

	.fourth-hexagon {
		left: 185px;
	}
    
	.resource-card h4 {
		line-height: 1.3 !important;
        font-size: 20px !important;
	}
	
	.h-resource-section .slider-button-container {
		top: 69%;
	}
     
	.cta-section .cta-row .button_wrap a {
		gap: 15px;
		letter-spacing: 0.01em !important;
		white-space: nowrap;
	}

    .menu-item-has-children::after {
        display: none !important;
    }

	.story-sec-text p {
		margin-bottom: 20px;
	}

	.service-card .service-card-text h5 {
		font-size: 24px;
	}
    
    section:not(footer section) {
        padding-block: 50px !important;
    }

	.story-row-wrapper .first-img img {
		width: 82%;
	}

	.story-sec-text {
		margin: 0px;
	}

	.h-banner-section::after {
		height: 40%;
	}

	.h-banner-section {
		min-height: 500px;
	}
    
	.h-story-section {
		padding-top: 40px;
	}
    
	.section-heading h3 {
		font-size: 45px;
		margin-bottom: 40px;
		line-height: 1.3;
	}

    .about-value-section .section-heading h3 {
        font-size: 45px;
    }
    
	.section-heading h2, .background-text h5 {
		font-size: 100px;
		top: 9% !important;
	}

	.h-story-section .section-heading h2 {
		left: 34%;
	}
    
	html {
		margin-top: 66px !important;
		overflow-x: hidden !important;
	}

    body {
        overflow-x: hidden;
    }

    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: #fff !important;
    }

    .mm.open .menu-menu-container {
        position: relative;
        z-index: 1;
        background: #d4d4d3;
        overflow: auto;
        overflow-x: hidden;
    }

    .mm,
    #mm {
        display: block !important;
        z-index: 10;
        padding-block: 5px;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        background: #000;
    }

    #primary-menu {
        display: none;
    }

    header#masthead {
        display: none;
    }

    .mm.open div#mm {
        height: 100vh;
        padding-top: 130px;
    }

    .mm.open {
        background: #d4d4d3;
        padding: 0px;
        min-height: auto;
        height: 100vh;
        overflow-y: auto;
    }

    .mm.open div#mml {
        left: 0px;
        position: absolute;
        width: 100%;
        z-index: 9999;
        top: 0px;
        background: #d4d4d3;
        padding: 20px 15px;
        right: 0px;
        margin: auto;
        padding-top: 0px;
    }

    .mm.open #mmb span {
        background: #1e1e1e;
    }

    .mm .site-branding img {
        width: 100%;
        object-fit: contain;
        object-position: left;
        margin: 10px 0px;
        height: 90px;
    }

    li.about_arrow i {
        position: absolute;
        right: 0;
        font-size: 20px;
        transition: 0.5s ease !important;
        color: #1e1e1e;
        width: 30px;
        height: 45px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    li.about_arrow i:before {
        transform: rotate(-90deg);
        transition: 0.5s ease;
    }

}

@media only screen and (max-width: 991px) {

	.story-sec-text p {
		font-size: 14px;
	}
	
	.big-hexagon-section .hover-state-hexagon {
		background-image: url(/wp-content/uploads/2025/05/hexagon-dark-img.png) !important;
	}
	
	.footer-contact-col ul li .icon_wrap {
		height: 35px;
		width: 35px;
		font-size: 17px;
	}
    
	.about-team-section {
		padding-bottom: 30px !important;
	}
    
	.about-certified-section {
		padding-bottom: 0px !important;
	}
    
	.resource-content-section {
		padding-top: 0px !important;
	}

	.thumbnail-slider .slick-list {
		opacity: 0;
	}

    .about-career-section .hexagon h5 {
        font-size: 18px !important;
        line-height: 24px;
    }

	.hexagon-row-wrap-top .row > div:last-child .hover-state-hexagon {
		left: 35%;
	}

    .career-hexagon-row div:last-child .hover-state-hexagon {
		left: 42%;
	}

	.resource-partner-card h5 {
        font-size: 16px;
        margin-bottom: 15px;
        min-height: auto;
        line-height: 24px;
    }

     .resource-presents-section .resource-single-heading {
        margin-bottom: 25px;
        font-size: 32px;
     }
    
	.resource-single-heading {
		font-size: 32px;
	}

	.resource-partnership-section .text_wrap p {
		font-size: 15px;
        line-height: 26px
	}

    .resource-content-section .contact-form-wrapper {
        padding: 20px;
        top: -278px;
    } 

	.presenter-card span.presenter-designation {
		font-size: 14px;
		line-height: 24px;
	}

    .resource-presents-section .presenter-card h6.presenter-name {
        font-size: 18px;
    }

	.resource-inner-banner .inner-banner-breadcrum span {
		font-weight: 400;
        font-size: 16px;
	}

	.contact-form-wrapper .input_wrap input {
		height: 52px;
		font-size: 15px;
	}
    
	.resource-content-section .text_wrap h5 {
		margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px;
	}

	.resource-content-section .text_wrap p {
		font-size: 14px;
        line-height: 24px;
	}

	.resource-content-section .contact-form-wrapper .input_wrap {
		height: 52px;
	}

    .resource-content-section .form-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }

	.resource-inner-banner .content_wrap {
	  max-width: 366px;
	  /* top: -381px; */
	}

	.hover-state-hexagon p {
		 margin-bottom: 0px;
		 margin-top: 0px !important;
		 margin: 0px !important;
		 font-size: 14px !important;
		 line-height: 24px !important;
	}

    .big-hexagon-section.big-hexagon-section .hexagon {
        width: 174px !important;
        height: 227px !important;
    }

    .about-founded-section .background-text h5 {
       top: 5% !important;
       z-index: -1;
    }

.page-template-about-us .cta-section {
        margin-top: 60px;
    }

        .founded-even-col h5 {
        font-size: 25px;
        line-height: 32px;
    }

        .about-family-section .logo_wrap img {
        width: 150px;
    }

    .about-family-gallery-wrapper .img_wrap:nth-child(4) {
        top: 51px;
    }

    .about-family-gallery-wrapper .img_wrap:nth-child(3) {
        top: 110px;
    }

    .about-family-gallery-wrapper .img_wrap:nth-child(5) {
        bottom: 85px;
    }

     .about-family-gallery-wrapper .img_wrap:nth-child(2) {
        top: 20px;
    }

    .about-family-section .text_wrap p {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    .about-job-card .icon_wrap {
        height: 90px;
        width: 90px;
        margin-bottom: 20px;
    }

    .section-heading h2, .background-text h5 {
        font-size: 70px;
    }

	.about-job-card-bottom .location-wrap {
		gap: 10px;
	}
    
    .about-job-card .button_wrap a {
        height: 50px;
        font-size: 14px !important;
        min-width: 160px;
        width: 100%;
        padding-inline: 12px;
    }

	.about-job-card h5 {
		font-size: 20px;
	}

	.about-career-section .text_wrap p {
		font-size: 14px;
        line-height: 24px;
	}
  
	.lower-ups-row .about-team-card span {
		font-size: 14px;
		line-height: 24px !important;
		display: block;
	}

    .about-team-section .higher-ups-row {
        margin-bottom: 30px;
    }

    .higher-ups-row .about-team-card h5 {
        font-size: 22px;
        margin-bottom: 5px;
    }

	.about-value-section .text_wrap .section-heading h3 {
		font-size: 30px !important;
	}

	.about-team-slider-section .text_wrap p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.about-team-slider .icon_wrap img {
		width: 70px;
	}

	.about-value-section {
		padding-bottom: 0px !important;
	}
     
	.about-value-section .hexagon h5 {
        font-size: 18px;
        line-height: 24px;
 }

	.about-value-section .text_wrap {
		margin-bottom: 35px;
	} 

    .about-value-section .hexagon-row-wrap-bottom {
        top: -80px;
    }

    .big-hexagon-section.big-hexagon-section .hexagon {
        width: 174px !important;
        height: 227px !important;
    }

	.even-col-section p {
		font-size: 14px; 
        line-height: 24px;
	}

	.even-col-text ul li {
		line-height: 24px;
        font-size: 14px;
	}

	.about-value-section .text_wrap p {
		font-size: 14px;
        line-height: 24px;
	}

	.even-col-section .even-col-heading {
		font-size: 35px;
        line-height: 1;
	}

    .about-experience-slide {
        min-height: 330px;
    } 

	.about-certified-section .container > p {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.about-experience-slide h5 {
		font-size: 25px;
		margin-bottom: 15px;
	}
    
    .section-heading.small-heading h3 {
        font-size: 30px !important;
    }

/* 	.postid-40 .industry-hexagon-section .row > div:last-child {
		padding-top: 0px;
        bottom: -53%;
	} */

	.industry-hexagon-flex > div:last-child .hexagon_wrap:first-child .hexagon {
		left: 10px;
	} 
	
	.hexagon-content .icon_wrap {
		margin-bottom: 10px;
	}
    
	.hexgon-content .icon_wrap img {
		width: 50px;
	}

	.industy-content-even-section .img-wrap {
		height: 100%;
	}

	.industy-content-even-section .img-wrap img {
		height: 100%;
		object-fit: cover;
	}

	.industry-hexagon-section .text_wrap p {
		font-size: 15px;
	}

	.industry-hexagon-section .text_wrap h5 {
		font-size: 25px;
	}

	.industry-content-planning-section .hexagon {
	   right: 64.6%;
	   bottom: 20px;
	} 
	
    .industry-content-planning-section .text_wrap p:nth-child(2) {
        margin-bottom: 20px;
    } 

	.industry-content-planning-section .text_wrap p {
		font-size: 15px;
		line-height: 26px;
	}

	.founded-even-col h5 {
		margin-bottom: 15px;
	}

	.industy-content-section {
		padding-bottom: 20px !important;
	}

	.founded-even-col {
		align-items: stretch !important;
	}

	.founded-even-col .img_wrap {
		height: 100%;
	}

	.founded-even-col .img_wrap img {
		height: 100%;
        object-fit: cover;
	}

	.founded-even-col p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px;
	}

	.industy-content-section .text_wrap p {
		font-size: 14px;
		line-height: 24px;
	}

	.inner-page-banner-section {
		min-height: 300px;
	}

    .resource-support-section .text_wrap p {
        font-size: 14px;
        line-height: 24px;
    } 

	.support-card h5.support-card-title {
		font-size: 14px;
		min-height: 106px;
	} 

	.support-tab-button-list li button {
		font-size: 14px;
		padding-inline: 20px;
	}

    .support-tab-button-list {
        flex-wrap: wrap;
    }

	.contact-form-section {
		padding-block: 62px;
	}

	.contact-form-wrapper .input_wrap {
		max-width: 100%;
		width: 100%;
	}
   
	.contact-form-wrapper .full-span-input-wrap {
		max-width: 100%;  
        width: 100%;
	}
    
	.contact-form-wrapper p {
		font-size: 15px;
	}
    
    .contact-form-wrapper {
        padding: 25px;
        padding-bottom: 0px;
    }

    .contact-form-wrapper h4 {
        margin-bottom: 10px;
        line-height: 1.2;
        font-size: 30px;
    }

	section.what_people button.slick-next.slick-arrow {
	   right: 4% !important;
	}

	section.what_people button.slick-prev.slick-arrow {
		left: 4% !important;
	}

	.slider-rows.slick-initialized.slick-slider {
		width: 100% !important;
	}

	.footer-top>div:not(:first-child)::before {
		display: none;
	}
     
	.footer-contact-col ul li:not(:last-child) a {
		margin-bottom: 10px;
		gap: 10px;
	}

	footer .footer-top {
		padding-bottom: 20px;
	}

	.home-success-section .first-hexagon {
		left: 0px;
	}
   
	.home-client-section .section-heading h3 {
		margin-bottom: 35px;
	}

	.home-success-section .second-hexagon {
		left: 134px;
	}

    .home-success-section .third-hexagon {
		left: 12px;
	}

    .home-success-section .fourth-hexagon {
		left: 146px;
	}

	.bg-prop-section::before {
		width: 1120px;
	}
    
	.client-logo-wrap {
		width: 175px;
	}

	.section-heading-center .section-heading h3::after {
		bottom: -15px;
	} 

	.small-hexagon-section .hexagon {
		width: 169px;
		height: 223px;
		flex-shrink: 0;
	}

	.small-hexagon-section .hexagon h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}

    .small-hexagon-section .hexagon span {
		font-size: 12px;
		line-height: 1.4;
		width: 90%;
		margin: auto;
	}
    
	.service-card .service-card-text h5 {
		font-size: 18px;
	}

	.service-card .service-card-text {
		width: 197px;
		padding: 15px;
        bottom: 15px;
	}
    
	.service-card .img_wrap img {
		height: 300px;
	}

	.h-banner-section h2 {
		top: -11px;
		font-size: 75px;
		line-height: 1;
	}

    .h-banner-section {
        min-height: 450px;
    }

	.h-banner-text h1::before {
		bottom: -32%;
	}

	.h-banner-text p {
		font-size: 15px;
	}
     
    .h-banner-text h1 {
        font-size: 60px;
        margin-bottom: 35px;
        margin-top: -10px;
    }
    
	.h-resource-section {
		margin-bottom: 50px;
	}

	.slider-button-container button {
		height: 40px;
        width: 40px;
	}

	.h-resource-section .slider-button-container {
		top: 96%;
        justify-content: center;
        gap: 15px;
	}
   
	.cta-section h5 {
		font-size: 30px !important;
	}
     
	.resource-card .resource-type {
		width: 95px;
        height: 30px;
	}

	.section-heading.section-heading h3 {
		font-size: 39px !important;
		line-height: 1.2;
		margin-bottom: 40px;
	}

    .section-heading.small-heading h3 {
        font-size: 30px !important;
    }
     
    .about-career-section.about-career-section .small-heading h3 {
        font-size: 30px !important;
        margin-top: 60px;
    }
    
	.cta-section p {
		font-size: 15px;
	}

	.success-point-list h6 {
		font-size: 32px;
	}
	
	.success-point-list li p {
		font-size: 14px;
	}
    
	.section-heading h2, .background-text h5 {
        font-size: 70px;
        top: 0px;
 }

	.button_wrap a, .button_wrap button {
		padding-block: 15px;
		padding-inline: 20px;
		gap: 18px;
		font-size: 14px;
		height: 50px;
		min-width: 150px;
	}

	.h-story-section .section-heading h2 {
		top: 30% !important;
		left: 31%;
		font-size: 75px;
	}
    
    .big-hexagon-section .hover-state-hexagon {
        width: 260.9px !important;
        height: 306.49px !important;
        left: 57% !important;
    }

    .about-career-section .hover-state-hexagon {
        top: 51% !important;
        width: 260px !important;
        height: 289px !important;
        left: 50% !important;
    }
    
	.hover-state-hexagon p {
		font-size: 13px !important;
        line-height: 20px !important;
	}
	
	.big-hexagon-section .hexagon-hover-wrap:hover .hover-state-hexagon {
		padding-inline: 8px;
	}
		.industy-content-even-section .founded-even-col p {
    margin-bottom: 1rem;
}
	    .industy-content-even-section .founded-even-col img {
        height: 400px;
    }
	.industy-content-even-section .founded-even-col .button_wrap a {
        padding-block: 5px;
        padding-inline: 5px;
        font-size: 12px;
        gap: 5px;
        width: 100%;
        line-height: 15px !important;
    }
.button_wrap a:before {
    width: 12px !important;
    height: 12px !important;
    background-size: contain;
}
	section.industry-hexagon-section.small-hexagon-section .industry-hexagon-flex {
    display: block;
    text-align: center;
}
section.industry-hexagon-section.small-hexagon-section .industry-hexagon-flex .hexagon {
    width: 228px;
    height: 296px;
    top: 0px;
    margin: auto;
    right: 0;
    left: 0 !important;
    text-align: center;
}
	section.industry-hexagon-section.small-hexagon-section .col-md-6.col-12 {
    padding-top: 0;
}
	section.industry-hexagon-section.small-hexagon-section {
    padding-top: 50px !important;
}
	    .industry-content-planning-section .right-col .img_wrap video {
        height: 350px;
    }
	    .industry-content-planning-section .right-col .hexagon {
        right: 45.6%;
        bottom: -120px;
        width: 223px !important;
			        height: 306px !important;
    }
} 

/* 
    ##Device = Ipads, Ipad Pro 
    ##Screen = B/w 1024px to 1365px
  */
@media only screen and (min-width: 1024px) and (max-width: 1281px) {
	.industry-content-planning-section .hexagon {
       right: 66.1%;
 }
}

/* 1024px to 1365px Dont delete this bracket! */

/* 
    ##Device = Tablets, Ipads 
    ##Screen = B/w 768px to 1023px
  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {}

/* 768px to 1023px  Dont delete this bracket! */

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .error-404.not-found h1 {
        font-size: 150px;
    }
}

/* 481px to 767px (Landscape) Dont delete this bracket! */

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .error-404.not-found h1 {
        font-size: 150px;
    }
}

/* 320px to 480px (Portrait) Dont delete this bracket! */

/* 
    ##Device = Galaxy Fold (Portrait)
    ##Screen = 280px
  */
@media (max-width: 280px) {}

/* 280px (Portrait) Dont delete this bracket! */

/* SUMAIR BHAI CSS  */

.client-section-desc {
	text-align: center;
	font-family: 'Gilroy-Medium' !important;
	margin-bottom: 35px;
}

.what_people button.slick-arrow {
    /* pointer-events: none !IMPORTANT; */
}

.for-hover {
    background: var(--clr-primary) !important;
}

.for-hover::before {
    filter: brightness(100);
}

.for-hover:before {
    /* filter: none !important; */
}

.slider-rows .slick-list {
    /* margin: 0px 20px; */
}

.noew-box {
    /* margin: 0px 15px; */
    height: auto;
    /*transform: scaleX(0.5);*/
}

.thumbnail-slider .noew-box.slick-slide.slick-current.slick-active {
    display: none !important;
}

.thumbnail-slider.slick-initialized.slick-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.thumbnail-slider .noew-box.slick-slide.slick-active.for-right .slider-box {
    margin-left: auto !important;
    margin-right: unset !important;
    transition: 0.5s ease-in-out;
}

.thumbnail-slider .noew-box.slick-slide .slider-box {
    width: 40% !important;
    margin-left: auto !important;
    padding-block: 0px;
    pointer-events: none;
}

.thumbnail-slider .noew-box.slick-slide.slick-active .slider-box {
    margin-right: auto !important;
    margin-left: unset !important;
    padding-block: 0px;
}

.thumbnail-slider .slick-list.draggable {
    margin: 0px 70px;
    pointer-events: none;
}

section.what_people {
    padding-block: 100px;
}

section.what_people .containers {
    position: relative;
}

.noew-box.slick-center {
    transform: scaleX(1);
}

.noew-box.slick-center .slider-box .col-md-8 {
    display: block;
}

.noew-box.slick-center .slider-box .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

section.what_people .containers {
    padding: 0px 65px;
    margin-top: 0px;
}

/*.noew-box.slick-slide {*/
/*    padding: 0 20px;*/
/*	width:500px !important;*/
/*}*/

/*.noew-box.slick-slide.slick-current.slick-center {*/
/*padding: 0 20px;*/
/*width:1000px !important;*/
/*}*/

.noew-box.slick-slide.prevdiv,
.noew-box.slick-slide.nextdiv {
    position: relative;
}

/*.noew-box.slick-slide.prevdiv img {*/
/*    margin-left: auto;*/
/*    height: 500px !important;*/
/*}*/

/*.noew-box.slick-slide.nextdiv img {*/
/*    height: 500px !important;*/
/*}*/

.noew-box.slick-slide.slick-current.slick-center {
    position: relative;
}

/*.noew-box.slick-slide.slick-current.slick-center img {*/
/*    height: 100% !important;*/
/*    filter: unset;*/
/*    opacity: 1;*/
/*}*/

.thumbnail-slider .noew-box.slick-slide img {
    filter: grayscale(1);
    /*opacity: 0.5;*/
    height: 370px;
}

.thumbnail-slider .noew-box {
    margin: 0px;
}

.slider-rows .slick-list {
    background: #fff;
    box-shadow: 0px 4px 50px 0px #0000001A;
    border-radius: 20px;
}

/*.slider-rows .slick-list {*/
/*    overflow: visible !important;*/
/*}*/

.slider-box {
    border-radius: 80px;
    padding: 20px;
    width: 100% !important;
}

.slider-rows.slick-initialized.slick-slider {
    width: 58.5%;
    margin: auto;
    z-index: 1;
}

.slider-rows .noew-box.slick-current .slider-box {
    gap: 30px;
    align-items: center;

}

.for-review {
    width: max-content;
    height: max-content;
}

.star-rating {
    display: flex;
    width: auto;
    height: max-content;
    gap: 5px;
}

.slider-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.slider-rows .slick-slide {*/
/*    height: auto !important;*/
/*}*/

.slider-image img {
    width: 216px;
    border-radius: 20px;
    object-fit: cover;
    height: 366px;
}

.slider-box .row {
    align-items: center;
}

.slider-content h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    color: #212121;
    line-height: normal !important;
    margin-bottom: 0px !important;
}

.star-rating svg path {
    fill: #F2B412 !important;
}

.star-rating svg {
    width: 20px;
    height: max-content;
}

.for-comment p {
    max-height: 160px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
    margin-block: 20px;
}

/* .for-comment {
    margin-block: 20px;
} */

.for-comment a.desig {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: var(--clr-primary);
    font-size: 16px;
    padding-top: 35px;
    line-height: 24px;
    width: max-content;
    position: relative;
    font-family: 'Gilroy-Bold' !important;
    /*text-transform: capitalize;*/
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/*.for-comment a.desig:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 105px;*/
/*    height: 2px;*/
/*    background: var(--clr-primary);*/
/*}*/

section.what_people button.slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #DBDBDB;
    z-index: 9999;
    border-radius: 50%;
}

section.what_people button.slick-arrow:hover,
section.what_people button.slick-arrow:active,
section.what_people button.slick-arrow:focus {
    background-color: var(--clr-primary); !important
}

section.what_people button.slick-arrow:hover:before {
    /* filter: none; */
}

section.what_people button.slick-arrow:hover::before,
section.what_people button.slick-arrow:active::before,
section.what_people button.slick-arrow:focus::before {
   filter: brightness(100); 
}

section.what_people button.slick-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/04/Arrow-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 20px;
    filter: brightness(0);
    bottom: 0;
    margin: auto;
    opacity: 1;
}

section.what_people .slick-prev.slick-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/04/Arrow-right-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 20px;
    filter: brightness(0);
    bottom: 0;
    margin: auto;
    opacity: 1;
}

section.what_people button.slick-prev.slick-arrow {
    left: 19%;
}

section.what_people button.slick-next.slick-arrow {
    right: 19%;
    cursor: pointer;
    z-index: 10;
}

.noew-box .slider-image img {
    width: 100% !important;
    height: 330px;
}

.slick-arrow {
    cursor: pointer !important;
}

.small-hexagon-section .hexagon:hover {
	background-image: url("/wp-content/uploads/2025/05/small-green-hexagon.png");
}

.small-hexagon-section .hexagon.active {
	background-image: url("/wp-content/uploads/2025/05/small-green-hexagon.png");
}

.big-hexagon-section .hexagon {
	background-image: url("/wp-content/uploads/2025/05/big-hexagon-section.png");
	width: 347px;
	height: 321px;
}

.big-hexagon-section .hexagon-inner {
	height: auto !important;
    width: auto !important;
    background-color: transparent !important;
}

.big-hexagon-section .hover-state-hexagon {
	position: absolute;
	display: none;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	background-image: url(/wp-content/uploads/2025/07/black-bg-hexagon.png);
	background-size: 95% 94%;
	background-repeat: no-repeat;
	width: 370.9px;
	height: 415.49px;
	color: #fff;
	font-family: 'Gilroy-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 31px;
	text-align: center;
	/*text-transform: capitalize;*/
	text-transform: none;
	color: #FFFFFF;
	z-index: 200;
	/* padding-inline: 48px; */
	/* background-color: red; */
	background-position: center;
	clip-path: polygon(46% 2%, 55% 2%, 111% 32%, 101% 73%, 50% 101%, 52% 101%, -4% 72%, 2% 25%);
}

.hover-state-hexagon p {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 31px;
	text-align: center;
	/*text-transform: capitalize;*/
	text-transform: none;
	color: #FFFFFF;
	margin-bottom: 2px;
	margin-top: 35px;
	width: 85%;
	height: 140px;
	overflow-y: auto;
	transition: all 200ms ease;
}

/* Hide scrollbar by default */
.hover-state-hexagon p {
    scrollbar-width: thin !important; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-color: rgba(255, 255, 255, 0) transparent;
}

.hover-state-hexagon p::-webkit-scrollbar {
    width: 4px;
    height: 0;
	opacity: 0;
}

/* Show thin scrollbar on hover */
.hover-state-hexagon p:hover {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

/* .hover-state-hexagon:hover p::-webkit-scrollbar {
    width: 4px;
} */

.hover-state-hexagon p::-webkit-scrollbar-track {
    background: transparent;
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
	/* opacity: 0; */
}

.hover-state-hexagon p:hover::-webkit-scrollbar-track {
	opacity: 1;
}

/* .hover-state-hexagon:hover p::-webkit-scrollbar-track {
    background: transparent;
} */

.hover-state-hexagon:hover p::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
	opacity: 0;
}

.big-hexagon-section .hexagon-hover-wrap:hover .hover-state-hexagon {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.single-resource.postid-187 .resource-inner-banner.inner-page-banner-section h1.inner-banner-heading {
    font-family: "Gilroy-Bold" !important;
}

.hexagon-row-wrap-bottom .hexagon-hover-wrap:first-child .hover-state-hexagon {
    left: 60%;
}

.career-hexagon-row .hexagon-hover-wrap:nth-child(2) .hexagon-hover-wrap {
    left: 67%;
}

@media (max-width: 767px) {
	.industy-content-even-section .founded-even-col .content_wrap ul {
    text-align: left;
}
	.industy-content-even-section .founded-even-col .button_wrap a{
		font-size: 14px;
	}
    p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .footer-contact-col ul li .icon_wrap {
        height: 25px;
        width: 25px;
        font-size: 13px;
    }

	.about-team-slider-section .icon_wrap {
		text-align: center;
		width: max-content;
		margin-inline: auto;
	}

	.footer-contact-col li span {
		width: fit-content;
        text-align: start; 
	}
   
	.career-hexagon-row div:last-child .hover-state-hexagon {
		left: 50%;
	}

	.hexagon-row-wrap-top .row > div:last-child .hover-state-hexagon {
		left: 50% !important;
	}

	.hexagon-row-wrap-bottom .hexagon-hover-wrap:first-child .hover-state-hexagon {
		left: 50%;
	}

    .about-team-card div.img_wrap img {
		width: 85%;
	}

	.about-job-section .row > div:not(:last-child) {
		margin-bottom: 25px;
	}

    .for-comment p {
        height: auto;
        /* overflow-y: auto; */
        max-height: 100% !important;
    }

    section.what_people {
        padding-bottom: 60px !important;
    }

    section.what_people .containers {
        padding-inline: 14px !important;
        margin: 0px;
    }

    section.what_people .slick-arrow {
        display: none !important;
    }

    .slider-rows.slick-initialized.slick-slider {
        width: 100% !important;
    }

    .thumbnail-slider.thumbnail-slider .noew-box.slick-slide .slider-box {
        width: 0% !important;
    }

    .slick-initialized .slick-slide {
        width: 100%;
    }

    .slider-rows .slick-list {
        margin-inline: 0px !important;
    }

    .h-resource-section .slick-dots {
        display: block !important;
    }

    .resource-card img {
        width: 100%;
    }

    .h-resource-section .slider-button-container {
        display: none;
    }

    .h-resource-section .resource-card {
        flex-direction: column;
    }

    .h-resource-section .resource-card h4 {
        font-size: 25px !important;
        line-height: 1.3;
    }

    #mm #primary-menu a::before,
    #mm #primary-menu a::after {
        display: none;
    }

    #mm #primary-menu a {
        position: relative !important;
        color: #fff !important;
        /* font-size: 16px !important; */
        /* font-weight: 400 !important; */
        line-height: 35px !important;
        padding-inline: 10px !important;
        padding-block: 5px !important;
        text-transform: capitalize !important;
        transition: all 300ms ease !important;
        /* border: none; */
        box-shadow: none;
        border-inline: none;
        border-top: none;
        height: auto;
        font-family: "Gilroy-Regular" !important;
        border: none;
    }

    #mm #primary-menu li:last-child a {
        border-bottom: none;
    }

    .header-wrapper {
        display: none;
    }

    .h-banner-section {
        min-height: 430px;
        padding-block: 25px;
    }

    .serve-img-container {
        flex-direction: column;
    }

    .serve-img-wrap h5 {
        font-size: 25px;
    }

    .bg-prop-section::before {
        width: 833px;
        top: 190px;
    }

    .second-hexagon {
        inset: auto;
    }

    .third-hexagon {
        inset: auto;
    }

    .fourth-hexagon {
        inset: auto;
    }

    .hexagon-main-container>.hexagon-wrapper:last-child {
        position: static;
    }

    .home-success-section .section-heading h3 {
        margin-bottom: 45px !important;
    }

    .hexagon-main-container {
        display: block;
    }

    .success-point-list li {
        text-align: center;
        margin-bottom: 15px;
    }

    .resource-card h4 {
        font-size: 30px !important;
        line-height: normal;
    }

    .hexagon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0px;
    }

    .success-point-list h6 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .h-service-slider .slick-list {
        overflow: hidden;
        width: 100%;
    }

/*     .service-card .service-card-text {
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    } */

    .h-banner-text {
        padding: 0px;
    }

    .story-sec-text {
        text-align: center;
    }

    .h-story-section .section-heading h3::after {
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .story-section-wrapper .img-container {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .story-section-wrapper .img-container .img_wrap {
        width: 100%;
    }

    .story-section-wrapper .img-container img {
        width: 100%;
    }

    .story-row-wrapper .first-img img {
        width: 100%;
    }

    .h-banner-section h2 {
        font-size: 45px;
        top: -28px;
    }

    .h-banner-text h1 {
        font-size: 37px;
    }

    .inner-page-banner-section {
        display: flex;
        justify-content: center;
        position: relative;
        min-height: 473px;
        width: 100%;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        margin-block: 20px;
    }

    .resource-inner-banner .content_wrap {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .resource-presents-section .presenter-card img {
        width: 100%;
    }

    .presenter-card {
        margin-bottom: 20px;
    }

    .resource-partner-row {
        gap: 20px;
    }

    .resource-content-section .form-heading {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .resource-content-section .contact-form-wrapper {
        position: static;
    }

    .resource-content-section .contact-form-wrapper {
        padding-inline: 15px;
        padding-block: 20px;
    }

    .resource-inner-banner .inner-banner-breadcrum {
        gap: 10px;
        margin-bottom: 10px;
    }

    .resource-inner-banner .inner-banner-breadcrum span {
        font-size: 15px;
    }

    .single-resource .inner-page-banner-section .inner-banner-heading {
        font-size: 33px !important;
        line-height: 1.3 !important;
    }

    .about-job-card .about-job-card-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .founded-even-col-wrapper .text_wrap {
        margin-bottom: 30px;
        text-align: center;
    }


    .founded-even-col-wrapper .row:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .about-family-section .logo_wrap {
        position: static;
        margin-block: 20px;
    }

    .about-team-card {
        margin-bottom: 25px;
    }

    .career-hexagon-row .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .career-hexagon-row .col-12 .hexagon {
        margin-bottom: 20px;
    }

    .about-family-gallery-wrapper {
        flex-wrap: wrap;
        padding-inline: 14px;
        margin: 0px;
    }

    .about-family-gallery-wrapper .img_wrap {
        position: static;
    }

    .about-family-gallery-wrapper .img_wrap img {
        width: 100%;
    }

    .about-job-card .button_wrap a {
        min-width: 170px;
    }

    .about-team-section .higher-ups-row {
        margin-bottom: 0px;
    }

    .about-team-section .main-heading {
        margin-bottom: 50px;
    }

    .about-team-slider-section .text_wrap h5 {
        margin-bottom: 0px;
    }

    .dots-section .slick-dots {
        /* width: auto; */
        /* margin-inline: auto; */
        /* margin-right: 0px; */
        /* margin-left: 0px; */
        bottom: -35px;
        left: 0;
        margin: auto !important;
        right: 0;
    }

    .about-environmental-section .section-heading h3 {
        font-size: 30px !important;
    }

    .about-value-section .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-value-section .hexagon {
        margin-bottom: 20px;
    }

    .about-team-slider-wrapper .row {
        flex-direction: column-reverse;
    }

    .about-team-slider-wrapper .img_wrap {
        margin-bottom: 25px;
    }

    .about-team-slider-section .text_wrap p {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .about-value-section .hexagon-row-wrap-bottom {
        position: static;
    }

    .even-col-section .even-col-heading {
        font-size: 35px;
        margin-bottom: 15px !important;
    }

    .industry-content-planning-section .text_wrap p:nth-child(2) {
        margin-bottom: 20px;
    }

    .inner-page-banner-section .inner-banner-heading {
        font-size: 35px;
        padding-top: 30px;
    }

    .contact-form-wrapper {
        padding-inline: 22px;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .about-environmental-section .about-hexagon-wrapper {
        flex-direction: column;
    }

    .inner-page-banner-section {
        min-height: 250px;
    }

    .even-col-section .img_wrap {
        margin-bottom: 20px;
    }

    .certified-section-prop::before {
        width: 1000px;
    }

    .section-heading.section-heading h3 {
        font-size: 28px !important;
        line-height: 1.2;
        margin-bottom: 35px;
    }

    .industry-hexagon-section .hexagon {
        position: relative !important;
        inset: auto !important;
    }

    .home-client-section .section-heading h3 {
        margin-bottom: 50px !important;
    }

    .about-experience-slide {
        padding-inline: 20px !important;
        min-height: 370px;
    }

    .about-certified-section .container>p {
        margin-bottom: 10px;
    }

    .about-certified-section .about-hexagon-wrapper {
        gap: 5px;
        margin-bottom: 30px;
    }

    .industry-hexagon-flex {
        flex-direction: column;
    }

    .industry-content-planning-section .row {
        min-height: auto;
        height: auto;
        flex-direction: column-reverse;
    }

    .industry-content-planning-section .text_wrap {
        text-align: center;
    }

    .industry-content-planning-section .hexagon {
        display: none !important;
    }

    .industry-content-planning-section .img_wrap {
        margin-bottom: 25px;
    }

    .founded-even-col {
        flex-direction: column-reverse;
    }

    .founded-even-col .img-wrap {
        margin-bottom: 20px;
    }

    .industry-content-planning-section .text_wrap p {
        font-size: 16px;
        line-height: 1.4;
    }

    section:not(footer section) {
        padding-block: 30px !important;
    }

    .founded-even-col h5 {
        font-size: 30px;
    }

    .industry-content-planning-section .right-col {
        position: static;
    }

    .section-heading h2,
    .background-text h5 {
        font-size: 44px;
    }

    .contact-form-wrapper h4 {
        font-size: 25px;
        line-height: 1;
    }

    .contact-form-wrapper p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: block;
    }

    footer .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .cta-section {
        margin-bottom: 30px;
    }

    .cta-section .cta-row {
        text-align: center;
    }

    .cta-section p {
        font-size: 16px;
    }

    .cta-section h5 {
        font-size: 35px;
        line-height: 1.2;
    }

    footer p.copyright {
        font-size: 14px;
    }

	.h-banner-text h1::before {
		bottom: -20%;
	}

	.h-banner-text p {
		font-size: 14px !important;
	}

	.h-service-section .row > div:not(:last-child) {
		margin-bottom: 25px;
	}

	.service-card .service-card-text {
		width: 200px;
        text-align: center;
        bottom: 20px;
	}

	.success-section-wrapper .hexagon {
		inset: unset !important;
		width: 288px !important;
		height: 284px !important;
	}

	.slider-content {
		padding-block: 15px;
	}

	.for-comment p {
		margin-top: 0px;
		margin-bottom: 15px;
	}

    .cta-section .cta-row .button_wrap {
      text-align: center;
    }

	.slider-content h3 {
		font-size: 20px;
	}

	.slider-box {
		padding: 14px;
	}

    .for-comment a.desig {
		padding-top: 5px;
    }

	.h-story-section .section-heading h2 {
		top: 10% !important;
		left: 50%;
		font-size: 63px;
	}

	.small-hexagon-section .hexagon h5 {
		font-size: 22px;
	}
    
    .small-hexagon-section .hexagon span {
        font-size: 14px;
        width: 73%;
    }

    .success-section-wrapper .hexagon h5 {
        font-size: 25px;
    } 

     .success-section-wrapper .hexagon span {
         font-size: 15px;
     }

	.contact-form-section {
		padding-block: 41px;
	}

	.contact-form-wrapper .input_wrap input {
		height: 45px;
        font-size: 14px;
	}

	.contact-form-wrapper .select_wrap select {
		height: 45px;
		font-size: 14px;
		line-height: normal;
	} 

	.support-tab-button-list {
		flex-wrap: wrap;
	}

	.support-tab-button-list li button {
		padding-inline: 20px;
	}

	.support-card h5.support-card-title {
		min-height: auto;
	}

	.resource-content-section .text_wrap p {
		margin-bottom: 10px;
	}

	.resource-content-section .text_wrap h5 {
		 font-size: 22px;  
         margin-bottom: 10px;
	}

	.resource-content-section .contact-form-wrapper .input_wrap {
		height: 45px;
	}
    
	.resource-content-section .contact-form-wrapper .input_wrap {
		margin-bottom: 15px;
		max-width: 100%;
	}
 
	.resource-content-section .row {
		flex-direction: column-reverse;
        gap: 25px;
	}

	.resource-inner-banner .inner-banner-date {
		min-width: 129px;
        height: 45px;
	}

	.resource-single-heading {
		font-size: 30px;
		margin-bottom: 15px;
	}
    
	.resource-partner-card h5 {
		min-height: auto;
        margin-bottom: 15px;
        font-size: 20px;
	}

	.resource-partner-card {
		padding: 20px;
	}
     
	.industy-content-even-section .founded-even-col .content_wrap {
		text-align: center;
	}
    
	.industry-content-planning-section .right-col .img_wrap video {
		width: 100% !important;
        height: 300px;
	}

	.industry-content-planning-section .right-col .img_wrap {
		margin-bottom: 0px !important;
	}

	.page-template-about-us {
		text-align: center;
	}

	.industry-hexagon-section .hexagon {
		width: 304px !important;
		height: 300px !important;
	}

	.industry-hexagon-section .row > div:last-child {
		padding-top: 0px;
        text-align: center;
	}

	.industry-hexagon-section ul li {
		text-align: start;
	}
    
	.hexgon-content .icon_wrap {
		margin-bottom: 20px;
	}
    
	.hexgon-content .icon_wrap img {
		width: auto;
	}

	.industry-hexagon-section .row {
		flex-direction: column-reverse;
	}

/* 	.postid-40 .industry-hexagon-section .text_wrap ul {
		margin: 0px;
	} */

	.industry-hexagon-section {
		padding-top: 40px !important;
	}

	.even-col-row .col-md-6 {
		margin-bottom: 20px;
	}
     
    .big-hexagon-section.big-hexagon-section .hexagon {
        width: 262px !important;
        height: 246px !important;
    }

	.about-career-section .main-heading h2 {
		font-size: 46px;
	}

    .about-career-section.about-career-section .small-heading h3 {
        font-size: 25px !important;
        margin-top: 60px;
    }

	.about-job-section .background-text h5 {
		font-size: 35px;
        bottom: 61%;
	}

    .about-founded-section .background-text h5 {
        top: 2% !important;
        z-index: -1;
        font-size: 35px;
    } 

	.founded-even-col-wrapper {
		margin-top: 60px;
	}

	.founded-even-col-wrapper .row:not(:last-child) {
		margin-bottom: 20px;
	}
    
     .small-hexagon-section .hexagon {
        width: 250px;
        height: 245px;
        flex-shrink: 0;
    }

    .about-environmental-section.small-hexagon-section .hexagon {
        width: 250px;
        height: 245px;
        flex-shrink: 0;
    }

	.big-hexagon-section .hover-state-hexagon {
		width: 345.9px;
		height: 373.49px;
		left: 50% !important;
		top: 50% !important;
	}
	
	
	.about-career-section .hover-state-hexagon {
	
		left: 50%;
		
	}
	
	
    
	.industry-content-planning-section .section-heading h3 {
		margin-bottom: 15px;
	}
    
	.contact-form-wrapper .input_wrap input {
		padding-inline: 12px;
	}

	.dots-section .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
	}
    
	.slick-dots li {
		height: 12px !important;
		width: 12px !important;
	}
    
	.logo-wrapper {
		text-align: left;
	}

    .logo-wrapper img {
        width: 150px;
    }

	.footer-wrapper {
		text-align: center;
	}

	.footer-contact-col ul li:not(:last-child) a {
		justify-content: center;
	}

	.about-certified-section .hexagon {
		width: 171px;
        height: 226px;
	}

    .dropdown-toggle {
        top: 26px !important;
    }
    
    
    
    .resource-card .resource-type {
        margin-top: 20px;
    }

/* 	.about-certified-section {
		padding-bottom: 0px !important;
	}  */
	.industry-content-planning-section .right-col .hexagon {
    display: block !important;
    right: 0;
    position: relative !important;
    top: 20px;
    left: 0;
    margin: auto;
    width: 223px !important;
    height: 306px !important;
}
	.industry-content-planning-section .row {
    padding: 0;
    padding-top: 50px;
}
	section.industry-hexagon-section.small-hexagon-section .hexagon {
    clip-path: none !important;
}
	section.industry-hexagon-section.small-hexagon-section .row.industry-hexagon-row {
    row-gap: 30px;
    flex-direction: column;
}
	.industy-content-even-section .content_wrap ul li, section.industry-hexagon-section.small-hexagon-section .text_wrap ul li {
    font-size: 14px;
        line-height: 1.7 !important;
}
	.industy-content-even-section .founded-even-col img {
        height: 250px;
    }
	section.industry-hexagon-section.small-hexagon-section .hexagon span {
        width: 68%;
    }
	.button_wrap a, .button_wrap button {
    line-height: 17px !important;
}
}
@media (max-width: 390px) {
	    .industy-content-even-section .founded-even-col .button_wrap a {
        font-size: 12px;
    }
}

.dropdown-toggle {
	position: absolute;
	z-index: 9999;
	right: 20px;
	top: 26px;
	transform: translateY(-50%) rotate(90deg);
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	display: none;
}

.even-col-text ul {
	text-align: start;
}

.logo-wrapper {
	width: min-content;
}

button[aria-expanded="true"] {
	transform: translateY(-50%) rotate(0deg);
}

/* @media (max-width: 1366px) {
  .service-card .service-card-text {
    left: 0;
    right: 0;
    padding: 15px;
    margin: auto;
  }
}
 */
/* #mm .open ul.sub-menu {
	display: block !important;
} */

#mm li.open.has-dropdown ul.sub-menu.hide-sub-menu {
	display: none !important;
}

#primary-menu li:last-child a {
	border: none !important;
}


@media (max-width: 480px) {

    .footer-contact-col ul li .icon_wrap {
        height: 20px;
        width: 20px;
        font-size: 10px;
    }
    
}



@media (max-width: 420px) {
    
    
    .h-banner-text h1 {
		font-size: 28px;
    
        
	}
    
	.h-banner-section h2 {
		font-size: 35px;
	}
    
}

