/*
Theme Name: All Pro Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* cyrillic-ext */
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVzuAnVe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVXuAnVe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CV7uAnVe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CV_uAnVe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Wix Madefor Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVHuAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    font-family: "Wix Madefor Display", sans-serif !important;
}
#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    font: normal 20px / 1 dashicons !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
[class*=" eicon-"], [class^=eicon] {
    font-family: eicons !important;
}
/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
:root{
  --black: #000000;
  --gold: #BF9A33;
  --border: #00000026;
  --red: #DE2D38;
  --text: #333333;
  --white: #fff;
   --light: #F3F1ED;
	--green:#124421;
	--lightgreen:#D6E9C1;
}
body::-webkit-scrollbar {
     width: 8px;
}
body::-webkit-scrollbar-track {
    background:var(--gold);
     border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
   background:var(--black);
     border-radius: 8px;
}
a{
     transition: all 0.5s;
}
::selection {
    background: var(--gold);
    color: var(--white);
}
::-moz-selection {
    background: var(--gold);
    color: var(--white);
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
div[data-elementor-type="header"]{
    position: sticky !important;
    top: 0px;
    z-index: 99;
    width: 100%;
    left: 0px;
}
div#wpadminbar ~ div[data-elementor-type="header"]{
    top: 32px;
}
div[data-elementor-type="header"].sticky{
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}
div[data-elementor-type="header"].sticky {
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
nav.breadcrumbs {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}
nav.breadcrumbs *,nav.breadcrumbs {
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 600;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.icon_btn svg * {
    fill: transparent !important;
}
.icon_btn svg {
    width: 18px;
}
.contact-form-wrap {
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    grid-column-gap: 10px;
}
.contact-form-wrap p{
    margin:0px;
    width: 100%;
}
.contact-form-wrap br{
    display:none;
}
.contact-form-wrap label {
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-form-wrap .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    width: calc(100%/2 - 5px);
    align-items: end;
}
.contact-form-wrap .form-col {
    flex: 1;
}
.contact-form-wrap .full-width {
    display: block;
    width: 100%;
}
.contact-form-wrap input,.contact-form-wrap textarea,.contact-form-wrap select {
    height: 44px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: var(--white);
    font-size: 14px;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    background-color: transparent !important;
}
.contact-form-wrap textarea {
    height: 120px !important;
}
.contact-form-wrap input:focus,.contact-form-wrap textarea:focus,.contact-form-wrap select:focus{
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 1px #c89f2d;
}
.contact-form-wrap textarea {
    height: 180px;
    resize: none;
}
.contact-form-wrap .form-submit {margin: 15px 0px 10px 0px !important;}
.contact-form-wrap input[type="submit"] {
    background: var(--gold) !important;
    color: var(--white) !important;
    padding: 12px 24px !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer !important;
    border-radius: 4px !important;
    transition: all 0.3s ease;
    width: auto;
    position: relative;
    border: unset !important;
}
.contact-form-wrap input[type="submit"]:hover {
    background-color: var(--white) !important;
    color: var(--gold) !important;
}
.popup-form-wrapper .contact-form-wrap input[type="submit"]:hover {
    background-color: var(--black) !important;
    color: var(--white) !important;
}
.contact_us .wpcf7-spinner {
    display: none;
}
.contact_us .wpcf7-response-output {
    margin: 12px 0px 0px 0px !important;
    font-size: 14px;
    color: var(--white);
}
.contact_us span.wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 14px;
    margin-top: 8px;
}
.contact-form-wrap input[type="submit"]::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    pointer-events: none;
    z-index: 1;
    background: url('images/icon.svg') no-repeat center;
    background-size: contain;
}
.faq_accordion svg,.faq_accordion svg path {
    fill: transparent !important;
    transition: all 0.4s;
}
.faq_accordion details {
    padding: 0px 16px;
    border-radius: 4px;
    border: 1px solid var(--border) !important;
}
.faq_accordion details span.e-n-accordion-item-title-header {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}
.faq_accordion details .elementor-widget-container{
    padding-bottom: 12px !important;
}
.faq_accordion details[open] span.e-n-accordion-item-title-icon {
    transform: rotate(45deg) !important;
}
.faq_accordion details span.e-n-accordion-item-title-icon{
    transform: rotate(0deg) !important;
    transition:all 0.4s;
}
.faq_accordion .e-n-accordion {
    display: grid;
    grid-gap: 12px;
}
.table_sec table {
    font-size: 14px;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #00000026 !important;
}
.table_sec table thead th{
    background: var(--gold);
    color: var(--white);
    padding: 14px 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: unset !important;
}
.table_sec table tbody tr td{
   background: var(--white)  !important;
}
.table_sec table tbody>tr:nth-child(odd)>td,.table_sec table tbody>tr:nth-child(odd)>th{
    background: var(--light) !important;
}
.table_sec table tbody tr:hover > td{
   background: var(--light)  !important;
}
.table_sec table tbody td{
    padding: 12px 10px;
    color: var(--black);
    border: unset !important;
    border-top: 1px solid #00000026 !important;
}
.table_sec table thead th:nth-child(1),.table_sec table tbody td:nth-child(1){
   border-right: 1px solid #00000026 !important;
}
/* svg g.imapsSprite-group[fill="#000000"]::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("images/tick.png") no-repeat center;
    background-size: contain;
}
svg g.imapsSprite-group[fill="#000000"] path.imapsPolygon {
    fill: url("images/tick.png") !important;
} */
.resource_content h3 {
    margin-top: 0px;
    text-decoration:underline;
}
.link_box {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #00000026;
}
.link_box:nth-child(1) {
    padding-top: 0px;
    margin-top: 0px;
    border-top: unset;
}
.resource_box {
    height: 100% !important;
        display: block !important;
    align-items: baseline !important;
}
/*------------------------------------------------------------
 # Privacy css
--------------------------------------------------------------*/
.privacy_box h3 *,.privacy_box h4 *,.privacy_box h3,.privacy_box h4 {
    color: var(--black);
    font-size: 26px;
    font-weight: 800;
}
.privacy_box p,.privacy_box a,.privacy_box li {
    font-size: 16px;
    color: var(--text);
    margin-bottom: 0px;
    margin-top: 6px;
    line-height: 26px;
    word-break: break-all;
    font-weight: 500;
}
.privacy_box a{
    color:var(--gold);
}
.privacy_box a:hover{
    color:var(--black);
}
.privacy_box ul,.privacy_box ol {
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 20px;
}
.privacy_box h2{
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
}
.privacy_box h3 {
    margin-top: 30px;
    border-top: 1px solid rgb(93 93 93 / 20%);
    padding-top: 24px;
    word-break: break-all;
}
.privacy_box p ,.policy-page {
    margin-top: 15px;
    margin-top: 15px;
}
.privacy_box h4{
    margin-top:20px;
}
.privacy_box h4,.privacy_box h4 * {
    font-size: 20px;
}
/*-------------------------------------------------------------- 
# Footer css 
--------------------------------------------------------------*/
.footer_icon h3 {
    margin-top: 0px;
}
.footer_icon {
    position: relative;
}
.footer_icon > a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.checkbox_text input,radio_text input {
    max-width: 13px;
    width: 13px;
}
.checkbox_text label {
    display: flex;
    align-items: baseline;
    grid-gap: 10px;
}
.checkbox_text span.wpcf7-list-item ,.radio_text span.wpcf7-list-item{
    margin: 0px !important;
}
.checkbox_text input[type="checkbox"] ,.radio_text input[type="radio"] {
    height: fit-content;
}
.checkbox_text label * ,.radio_text label * {
    line-height: 22px !important;
    text-transform: none;
}
.checkbox_text label a{
    color:var(--gold);
}
.checkbox_text {
    margin: 0px !important;
}
.radio_text span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: flex;
    max-width: fit-content;
    align-items: center;
    grid-gap: 8px;
}
.radio_text  span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
/*-------------------------------------------------------------- 
# Popup css 
--------------------------------------------------------------*/
/* Popup Overlay Background */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Popup Box Container */
.custom-popup-content {
    position: relative;
    background: var(--white);
    width: 100%;
    max-width: 600px;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}
/* Close Cross Icon */
.custom-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: var(--text);
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
    z-index: 4;
}
.custom-popup-close:hover {
    color: var(--black);
}
.popup-form-wrapper input,.popup-form-wrapper select {
    background-color: unset;
    border: 1px solid rgba(0,0,0,0.1) !important;
}
.popup-form-wrapper .contact-form-wrap label {
    color: var(--black) !important;
}
a.elementor-button {
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.header_top ul.elementor-icon-list-items {
    list-style: none;
    padding: 0px;
    display: flex;
}
.header_top ul.elementor-icon-list-items li a {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.header_top ul.elementor-icon-list-items li a span.elementor-icon-list-icon {
    height: 16px;
}
.header_top ul.elementor-icon-list-items li a svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0px !important;
}
.header_top span {
    padding: 0px !important;
}
.header_top ul.elementor-icon-list-items {
    list-style: none;
    padding: 0px;
    display: flex;
    grid-gap: 15px;
    margin: 0px !important;
}
.header_top ul.elementor-icon-list-items li a {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.header_top ul.elementor-icon-list-items li a span.elementor-icon-list-icon {
    height: 16px;
}
.header_top ul.elementor-icon-list-items li a svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0px !important;
}
.header_top span {
    padding: 0px !important;
}
.header_top li{
     margin: 0px !important;
    transform:unset !important;
}

.footer_icon * {
    color: #cccccc;
}
.footer_icon  .elementor-icon-box-wrapper {
    display: flex !important;
}
.footer_icon  p.elementor-icon-box-description {
    margin: 0px;
}
.correspondent_list ul {
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 6px 20px;
}
.correspondent_list ul li{
    border-bottom:1px solid #00000026;
    position: relative;
    padding: 10px 0px 16px 40px;
}
.correspondent_list ul li:before{
    content:"";
    display:block;
    background-image: url("images/circle.svg");
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 10px;
}
/*-------------------------------------------------------------- 
# Resposnive css 
--------------------------------------------------------------*/
@media(min-width: 992px){
    div#wpadminbar ~ div[data-elementor-type="header"] nav > ul > li > ul.sub-menu {
        position: absolute;
        width: 12em;
        border-width: 0;
        border-style: solid;
        padding: 0;
        width: auto;
        display: none !important;
        top: auto;
        left: 0px;
        margin-left: 0px;
        margin-top: 0px;
        min-width: 14.2em;
        max-width: 1000px;
        margin-top: 0px !important;
        background-color: var(--white);
        border-style: none;
        border-radius: 0px 0px 0px 0px
        top: 100% !important;
    }
    div#wpadminbar ~ div[data-elementor-type="header"] nav > ul > li:hover > ul.sub-menu {
        display: block !important;
    }
    .header_menu nav > ul > li:last-child > a {
        padding: 10px 24px !important;
        background-color: var(--gold) !important;
        border-radius: 4px;
        color: var(--white) !important;
    }
    .header_menu nav > ul > li:last-child > a:hover {
        background-color: var(--black) !important;
        color: var(--white) !important;
    }
}
@media (max-width: 991px) {
     div[data-elementor-type="header"] nav {
         position: fixed;
         width: 100%;
         top: 96px;
         left: 0px;
         margin: 0px !important;
         padding: 10px 0px 20px;
         z-index: 99;
         border-radius: unset !important;
    }
     div[data-elementor-type="header"] nav ul li a {
         border-bottom: 1px solid rgba(0,0,0,0.2);
         color: var(--black) !important;
         background-color: var(--white) !important;
         justify-content: space-between;
         border-radius: unset !important;
         padding: 10px 15px !important;
    }
     div[data-elementor-type="header"] nav ul li.current-menu-item a {
         color: var(--gold) !important;
    }
    div[data-elementor-type="header"] nav ul li:last-child a {
       border-bottom:unset !important;
        padding-bottom:0px !important;
    }
	.correspondent_list ul {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 767px){
    .contact-form-wrap .form-row {
        gap: 20px;
        width: 100%;
    }
    .privacy_box h3 *, .privacy_box h4 *, .privacy_box h3, .privacy_box h4 {
        font-size: 24px;
    }
    .privacy_box h2{
        font-size: 26px;
    }
	.custom-popup-content {
		/* padding: 45px 15px 30px; */
}
	.header_top ul.elementor-icon-list-items {
        justify-content: center !important;
	}
	.correspondent_list ul {
		grid-template-columns: repeat(1, 1fr);
	}
}