/*
Theme Name: mmaglobal
Description: Website mmaglobal Theme được viết bằng Wordpress CMS
Version: 1.02212
*/
/* @font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-Black.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-BlackItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
} */

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-Bold.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-BoldItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-Light.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-LightItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-Medium.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-MediumItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-Book.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-BookItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}



/* @font-face {
    font-family: 'Gotham Ultra';
    src: url('./assets/fonts/Gotham/Gotham-UltraItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-UltraItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('./assets/fonts/Gotham/Gotham-Ultra.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-Thin.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('./assets/fonts/Gotham/Gotham-ExtraLight.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/Gotham/Gotham-ThinItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('./assets/fonts/Gotham/Gotham-ExtraLightItalic.woff2') format('woff2'),
        url('./assets/fonts/Gotham/Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
} */

body {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
	font-weight: 400;
    font-family: 'Gotham', sans-serif;
	color: #13173A;
}
#main {
    background: #13173A;
    color: #fff;
	padding-bottom: 96px;
    position: relative;
/*     overflow: hidden; */
}
.hnc-main {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    color: #1CABB0;
    -webkit-transition: 0.15s color;
    -o-transition: 0.15s color;
    transition: 0.15s color;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #fff;
}

::-moz-selection {
    color: #fff;
    background-color: #303e47;
}

::selection {
    color: #fff;
    background-color: #303e47;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.col-1dot5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
}
@media (min-width: 540px) {
    .col-sm-1dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 720px) {
    .col-md-1dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 960px) {
    .col-lg-1dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 1140px) {
    .col-xl-1dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}


.col-1dot7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857143%;
        flex: 0 0 14.2857143%;
        max-width: 14.2857143%;
}
@media (min-width: 540px) {
    .col-sm-1dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857143%;
        flex: 0 0 14.2857143%;
        max-width: 14.2857143%;
    }
}
@media (min-width: 720px) {
    .col-md-1dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857143%;
        flex: 0 0 14.2857143%;
        max-width: 14.2857143%;
    }
}
@media (min-width: 960px) {
    .col-lg-1dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857143%;
        flex: 0 0 14.2857143%;
        max-width: 14.2857143%;
    }
}
@media (min-width: 1140px) {
    .col-xl-1dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857143%;
        flex: 0 0 14.2857143%;
        max-width: 14.2857143%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}
.header-main {
    background: #13173A;
	color: #fff;
}
.header-bottom {
    background: #1CABB0;
    color: #fff;
}
.wpforms-render-modern .wpforms-page-indicator-steps {
    display: none;
}

/* .wpforms-page-indicator-page-progress {
    background-color: #31BFC1!important;
} */

.wpforms-container.wpforms-render-modern .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    height: 8px;
}

.wpforms-container.wpforms-render-modern .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    height: 8px;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern button.wpforms-page-button.wpforms-page-next{
    border-radius: 9999px;
    background-color: #1CABB0;
    font-size: 21px;
    font-weight: 500;
	text-transform: uppercase;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-page-1 button.wpforms-page-button.wpforms-page-next {
    width: 100%;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern button.wpforms-page-button.wpforms-page-prev {
    background: transparent;
	font-size: 21px;
    font-weight: 500;
	color: #1CABB0;
}

button.wpforms-page-button.wpforms-page-prev, button.wpforms-page-button.wpforms-page-next {
    width: 50%;
}
/* .hnc-mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.menu-from-left {
    left: 0;
    right: unset;
    display: none
}

.hnc-mobile-nav.active-menu {
    display: block
}

.hnc-close-setion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #dd163b;
    padding: 10px 20px
}

.hnc-close-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.hnc-close-menu .svgicon {
    display: inline-block
}

.hnc-close-menu svg {
    fill: #fff;
    width: 25px
}

.hnc-burger {
    float: right
}

.hnc-mobile-nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.hnc-mobile-nav ul.menu li {
    display: block;
    position: relative
}

.hnc-mobile-nav ul.menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    color: #2d2a2a;
    border-bottom: 1px solid rgba(129,129,129,.2)
}

.hnc-mobile-nav ul.menu li.menu-item-has-children>a {
    padding-right: 75px
}

.hnc-mobile-nav ul.menu li .sub-menu-dropdown {
    -webkit-transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
    -webkit-transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;
    -o-transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
    transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
    transition: opacity .2s ease,visibility .2s ease,transform .2s ease,-webkit-transform .2s ease;
    top: 100%;
    left: 0;
    z-index: 380;
    text-align: left;
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: visible;
    pointer-events: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #333
}

.hnc-mobile-nav ul.menu li .sub-menu-dropdown .container {
    width: auto;
    padding-left: 0;
    padding-right: 0
}

.hnc-mobile-nav ul.menu li .sub-menu {
    display: none;
    margin: 0;
    padding: 0
}

.hnc-mobile-nav ul.menu li .sub-menu li a {
    font-size: 13px;
    color: #fff;
    text-transform: none
}

.icon-sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    height: 45px;
    line-height: 45px;
    width: 75px;
    text-align: center;
    color: #2d2a2a;
    border-left: 1px solid rgba(129,129,129,.2);
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: background-color .25s ease,color .25s ease;
    -o-transition: background-color .25s ease,color .25s ease;
    transition: background-color .25s ease,color .25s ease
}

.icon-sub-menu.up-icon {
    background-color: #333;
    color: #fff
}

.icon-sub-menu:after {
    content: "\f067";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
} */
.modal{
	color: #333;
    --bs-modal-border-radius: 12px;
}
.modal-content {
    display: block;
}
.standard-page{
margin: 5rem 0	
}
.hnc-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.hnc-nav-menu ul li {
    display: inline-block;
    position: relative
}

.hnc-nav-menu ul li a {
    padding: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
/*     line-height: 19px; */
    display: block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.hnc-nav-menu ul li:first-child a {
    padding-left: 0;
}
.hnc-nav-menu ul li a.current_page_item,
.hnc-nav-menu ul li:hover a {
    color: #13173A;
/*     background: #1CABB0 */
}
.hnc-nav-menu ul li:not(:last-child):after {
    content: '/';
    display: block;
    position: relative;
    font-size: 1rem;
    position: absolute;
    right: -0.4rem;
    top: calc(50% - 0.7rem);
    font-weight: 500;
}
.header-section .name, .header-section .name a{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
	cursor: pointer;
	transition: all ease-in-out .3s
}
.header-section .name a:hover{
    color: #13173A;
}
ul.page-numbers {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0
}

ul.page-numbers li a,ul.page-numbers li span {
    position: relative;
    padding: .5rem .75rem;
    color: #fff!important;
    background-color: #13173A!important;
    border: 0;
    margin: 0 3px;
/*     border-radius: 50%; */
    font-size: 1rem;
    font-weight: 600;
    height: 38px;
    width: 38px;
    border: 3px solid #13173A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	transition: all ease-in-out .3s
}

ul.page-numbers li span.current, ul.page-numbers li a:hover {
    background-color: #1CABB0!important;
    border-color: #1CABB0;
}
.modal-header-inner .btn-close {
    position: absolute;
    top: 40px;
    right: 0;
	z-index: 999;
}
.modal-body {
    --bs-modal-padding: 0;
}
.modal-header-inner {
/*     margin: 24px; */
    position: relative;
    z-index: 9;
    font-size: 16px;
	
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
	padding-top: 40px;
    display: inline-block;
}
.modal-header-inner h5 {
    font-weight: 700;
    font-size: 20px;
}
.modal-left{
	padding: 40px;
}
.modal-right {
    padding: 0 40px 0 40px;
}

/* .modal-right .modal-header-inner{
	padding-top: 40px;
} */

.modal-left{
	padding-bottom: 40px;
}
.modal .wpforms-container-full input[type=text], .modal div.wpforms-container-full input[type=email], .modal div.wpforms-container-full input[type=tel], .modal div.wpforms-container-full select, div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
    --wpforms-field-border-radius: 8px;
    --wpforms-field-border-color: #D0D5DD;
	font-weight: 500
}
.modal div.wpforms-container-full input[type=text]:focus:invalid, .modal div.wpforms-container-full input[type=email]:focus:invalid, .modal div.wpforms-container-full input[type=tel]:focus:invalid {
    box-shadow: none;
}
.modal .wpforms-container .wpforms-field {
    padding: 6px 0 12px;
}
.modal .wpforms-container .wpforms-field.wpforms-field-pagebreak{
    padding-top: 30px;
}
.modal .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content {
    padding-top: 0;
}
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    --wpforms-button-background-color: #379C9E;
    background: #379C9E;
}

div.wpforms-container-full input[type=radio]:checked:after {
    --wpforms-button-background-color: #fff
}
/* .modal .wpforms-container input[type=text]{
	font-weight: 500
} */
.modal div.wpforms-container-full .wpforms-form label.wpforms-error, .modal div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 6px;
}
.modal-thankyou .modal-body {
    padding: 72px 48px 40px;
	color: #13173A
}
.modal-thankyou .modal-body p{
    font-size: 16px;
}
.modal-thankyou .submit{
	color: #379C9E;
	font-weight: bold;
	padding-top: 44px;
	font-size: 21px;
	cursor: pointer;
}
.modal-thankyou img{
	margin-bottom: 24px;
}
.modal-thankyou .modal-header-inner .btn-close {
    top: 32px;
    right: 32px;
}
.header-inner .button {
    padding: 12px 24px;
    background: #1CABB0;
    border-radius: 24px;
    font-size: 21px;
    font-weight: 700;
	cursor: pointer;
	color: #fff;
}
img.logo {
    padding: 30px 0;
}
.footer.light {
    background: #13173A;
    color: #fff;
    border-top: 2px solid #1B1464;
}
.footer.light a{
    color: #fff;
}
.footer .menu{
	list-style: none;
	padding-left: 0;
	font-size: 16px;
    margin-bottom: 10px;
}

.footer .menu li{
	display: inline-block;
	position: relative;
}
.footer .menu li a {
    padding: 0 5px;
}
.footer .menu li:first-child a {
    padding-left: 0;
}
.footer .menu li:not(:last-child):after {
    content: '|';
    display: block;
    position: relative;
    font-size: 1rem;
    position: absolute;
    right: -0.4rem;
    top: calc(50% - 0.8rem);
    font-weight: 500;
}
.footer{
	padding: 48px 0;
}
.footer2{
	font-weight: 500;
	font-size: 16px;
}
.main-color{
    color: #1CABB0;
}
.title-modal {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.modal .desc{
    font-size: 16px;
	padding: 16px 0 0;
}
.modal strong{
    font-size: 18px;
	font-weight: 500;
}
.modal-content .col-lg-7 {
    box-shadow: 0px 20px 24px -4px #10182814;
}
.wpforms-field.wpforms-field-content .wpforms-field-row h4 {
    margin-bottom: 6px;
}
/* .modal .wpforms-container .wpforms-field.wpforms-field-radio {
    padding: 0 0 20px;
} */

 .modal .wpforms-container .wpforms-field-radio legend.wpforms-field-label {
    margin: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button:after {
    display: none;
}
.modal div.wpforms-container-full .wpforms-field-radio.wpforms-list-inline li input[type="radio"] {
  opacity: 0;
  z-index: 100;
    min-width: auto;
    width: auto;
    height: auto;
/*      display: none; */
}
.modal div.wpforms-container-full .wpforms-field-radio li input[type="radio"]:before, .modal div.wpforms-container-full .wpforms-field-radio li input[type="radio"]:after {
/*      display: none; */
/* 	opacity: 0; */
}
.modal div.wpforms-container-full .wpforms-field-radio.wpforms-list-inline li input[type="radio"] + label {
  border-radius: 8px;
  border: 1px solid #D0D0D1;
  padding: 10px 20px;
  color: #13173A;
  display: block;
  width: 100%;
  text-align: center;
	font-size: 1rem;
}
.modal div.wpforms-container-full .wpforms-field-radio.wpforms-list-inline li input[type="radio"]:checked + label {
  border-color: #20b8be;
	background-color: #F1FCFC;
	font-weight: 500;
	color: #31BFC1
}

.modal div.wpforms-container-full .wpforms-field-radio.wpforms-list-inline li {
    width: 31%;
}
.modal div.wpforms-container-full input[type=checkbox]:checked:after {
    border-color: #fff;
}
.modal div.wpforms-container-full .wpforms-submit-container button.wpforms-submit[type=submit] {
    border-radius: 9999px;
    background-color: #1CABB0;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    margin-top: 1rem;
}
/* .wpforms-container .wpforms-field.wpforms-field-radio.wpforms-list-inline {
    padding-bottom: 12px;
} */
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    --wpforms-field-size-input-spacing: 10px
}
.scroll-menu {
    white-space: nowrap;
    overflow-x: scroll;
}
.wpforms-field-html a {
    color: #13173a;
    font-weight: 500;
    text-decoration: underline;
}
.banner-home {
    text-align: center;
    padding: 78px 0;
}

.banner-home .title {
    font-size: 72px;
    color: #31BFC1;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -2px;

}

.banner-home .sub-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    color:transparent;
    letter-spacing: -2px;
    margin-bottom: 32px;


}
.banner-home .description{
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 500;
	
}
.btn-main {
    border-radius: 999px;
    background: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #31BFC1;
    padding: 17px 35px;
	cursor: pointer;
	transition: all ease-in-out .3s
}
.btn-main svg {
    max-width: 21px;
    vertical-align: bottom;
}
.btn-main:hover{
	background: #31BFC1;
	color: #fff;
}
.btn-main:hover svg path{
	stroke: #fff;
}
.section-default {
    z-index: 1;
    position: relative;
}
.section-default.backgroundimage {
    position: absolute;
    width: 100%;
    height: auto;
/*     top: 0; */
/*     left: 0; */
    z-index: 0;
}
.list-item {
    gap: 32px;
}

.list-item:not(:last-child) {
    margin-bottom: 40px;
}

.hometemplate2 {
    padding: 50px 0 96px;
}
.left-col {
	padding-right: 100px;
}
.left-col>.title {
	
    color: #31BFC1;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
	margin-bottom: 24px;
}
.left-col > .description {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 40px;
}
.right-col {
    text-align: center;
    background: #1B1464CC;
    border-radius: 16px;
    padding: 24px 40px;
    margin-top: 100px;
}

.right-col .title {
    color: #31BFC1;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;

}

.right-col .description {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 20px;
}


.right-col .btn-main {
    width: 100%;
    display: block;
    padding: 10px;
    background: #31BFC1;
    color: #fff;
    text-transform: uppercase;
}
.list-item .title{
	
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.list-item .description{
	font-size: 16px;
	
}

.list-item .img {
    width: 72px;
}

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

.list-item .content {
    flex: 1 1;
}
.hometemplate4 .title {
	
    color: #31BFC1;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
	margin-bottom: 16px;
}

.hometemplate4 .description{
	font-size: 20px;
	color: #F5F5F6;
	
	margin-bottom: 32px;
	
}
.list-logo-item{
	margin-bottom: 8px;
	
}


.btn-viewmore svg path {
    stroke: #379C9E;
}

.btn-viewmore svg {
    width: 18px;
    display: block;
    text-align: center;
    margin: 0 auto 0;
}

.btn-viewmore {
    text-align: center;
/*     border: 1px solid #379C9E; */
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	background: #fff;
}

.btn-viewmore a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-viewmore-2{
    text-align: center;
    background: #379C9E;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	
}

.btn-viewmore-2 a{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
	cursor: pointer;
}
div.wpforms-container-full {
    --wpforms-label-color: #fff;
}
.modal div.wpforms-container-full {
    --wpforms-label-color: #000;
}
.categorie-filter .css-7sga7m a {
    padding: 12px 32px;
    display: inline-block;
    background: #100A30;
    border-radius: 9999px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #D0D0D1;
    transition: all ease-in-out .3s;
}
.categorie-filter .css-7sga7m a:hover, .categorie-filter .css-7sga7m a.active {
    background: #31BFC1;
	color: #fff;
}
.categorie-filter .reset a:hover{
	color:  #31BFC1;
}
.MuiTabs-flexContainer {
    margin-bottom: 16px;
}
.categorie-filter .widget-title {
    color: #D0D0D1;
    padding: 0 12px;
    font-size: 20px;
	font-weight: 700;
}
.widget-title-section{
	
    margin-bottom: 16px;
}

.standard-archive h1 {
	color: #D0D0D1;
    margin-bottom: 0;
/*     padding: 0 12px; */
    font-size: 24px;
}
.reset{
	cursor: pointer;
	color: #939496;
}.reset a {
    color: #939496;
}
.reset svg {
    vertical-align: baseline;
    margin-right: 12px;
}
.grid-item {
	background: #100A30;
	gap: 24px;
	margin-bottom: 8px;
	border-radius: 12px;
	padding: 16px 20px;
}
.grid-item-image {
    width: 96px;
}

/* .grid-item-image img {
    border-radius: 12px;
} */
.hnc-pagination ul {justify-content: center;}
button.hnc-list-nav {
    padding: 10px 50px;
    background: #fff;
    border-radius: 24px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #1CABB0;
    border: 1px solid #1CABB0;
    text-transform: uppercase;
}
.grid-item-content h5 {
	margin-bottom: 5px;
}
.grid-item-content a {
    color: #fff;
	font-size: 18px;
}
.grid-item-content a:hover {
    color: #1CABB0;
}
.css-zhtbf {
    color: #D0D0D1;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.categories, .categories a {
    font-size: 14px;
    color: #5C5D5E;
}
.yith-infs-button-wrapper {
    margin-top: 16px;
}
.img-round {
    border-radius: 6px;
    overflow: hidden;
/*     background: #fff; */
}
.hnc-image-thumbnail img {
/*     width: 80%; */
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcrumbs {
    padding-top: 16px;
    font-weight: 700;
    color: #939496;
}
.standard-archive .banner-home {
    padding: 40px 0 80px;
}
.dropdown-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
/*     background: #31BFC1; */
/*     border-radius: 999px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #fff; */
	
	
	    background: rgba(16, 10, 48, 1);
    color: rgba(208, 208, 209, 1);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px;
	cursor: pointer;
    line-height: 1.5;
	
}
.row-title{
	align-items: center;
    margin-bottom: 16px;
}
.dropdown-list {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    color: #000;
    left: 0;
    bottom: 0;
    height: 70vh;
    border-radius: 12px 12px 0 0;
	opacity: 0;
	visibility: hidden;
}

.dropdown-list.active {
	opacity: 1;
	visibility: visible;
}
.dropdown-head {
    font-size: 20px;
    font-weight: 700;
    color: #101828;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 24px 20px 0 20px;
}

.dropdown-body a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    color: #13173A;
}

.dropdown-body a.active {
    background: #1CABB0;
    border-radius: 99px;
    color: #fff;
}

.dropdown-body {
    padding: 12px;
}
.dropdown-overlay {
     position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: rgb(19 23 58 / 70%);
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.dropdown-overlay.active {
    opacity: 1;
    visibility: visible;
}
.post-content{
	    padding: 40px 0 90px 0;
}
.post-content .hnc-image-thumbnail {
    max-width: 120px;
    margin: 0 auto 20px;
}
.post-content .social {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.post-content .line {
    height: 1px;
    display: inline-block;
    width: 120px;
    background: #fff;
    opacity: 0.3;
    margin: 20px 0;
}

.post-content .social a {
    color: #939496;
}

.post-content h1 {
    font-size: 30px;
    font-weight: 700;
    color: #31BFC1;
    margin-bottom: 12px;
}

.post-content .sub-title {
    font-size: 16px;
}

.post-content .desc {
    color: #939496;
    font-size: 16px;
}
.post-content-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.post-content .social .icon {
    margin-bottom: 10px;
}
.post-content-inner {
    font-size: 16px;
    line-height: 24px;
}
.post-top{
	margin-bottom: 80px;
}
.wpforms-field li.depth-2 {
    padding-left: 28px;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
    --wpforms-field-size-input-spacing: 10px
}

.row-sm {
    --bs-gutter-x: 0.5rem;
}
.row-16 {
    --bs-gutter-x: 16px;
}
.tooltip {
    --bs-tooltip-border-radius: 8px;
    --bs-tooltip-bg: #379C9E;
    --bs-tooltip-opacity: 1;

        --bs-tooltip-padding-x: 12px;
    --bs-tooltip-padding-y: 8px;
    --bs-tooltip-font-size: 12px;
    font-weight: 500;

    
}

.home-category-item {
    border: 1px solid #5E48D9;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 16px;
}
.home-category-item .cat-title a{
    font-size: 20px;
    color: #31BFC1;
    font-weight: 700;
    margin-bottom: 6px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.home-category-item .cat-title .icon{
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	
}
.home-category-item .cat-desc {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 14px;
    color: #F5F5F6;
}
.filter-inline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
/*     margin-bottom: 16px; */
}

.filter-inline label:not(:first-child) {
    margin-left: 12px;
}

.filter-inline label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(208, 208, 209, 1);
}

.filter-inline select {
    border-radius: 12px;
    padding: 12px 24px;
    background: rgba(16, 10, 48, 1);
    color: rgba(208, 208, 209, 1);
    border: 0;
    min-width: 160px;

    outline: none;    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
font-weight: 700;
	min-height: 48px;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("./images/chevron-down.svg");
	background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
/* 	96% / 15% no-repeat  */
	background-color: #100a30;
}
.filter-category{
	position: relative;
}
.dropdown-category {
	min-width: 800px;
    position: absolute;
	z-index: 99;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    transition: all ease-in-out .3s;
}
.dropdown-category a {
    color: rgba(19, 23, 58, 1);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    line-height: 1.5;
    transition: all ease-in-out .3s;
    border-radius: 9999px;
    display: inline-block;
    width: 100%;
}
.dropdown-category a:hover{
	color: #fff;
	background-color: rgba(49, 191, 193, 1);
}
.dropdown-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.dropdown-category li.child a {
    font-weight: 500;
}

.dropdown-category li.child a:before {
    content: '';
    height: 6px;
    width: 6px;
    background: rgba(230, 230, 231, 1);
    display: inline-block;
    border-radius: 999px;
    margin-right: 7px;
    vertical-align: middle;
}
.filter-category.active .dropdown-category {
    opacity: 1;
    visibility: visible;
}
.dropdown-title .icon {
    margin-left: 10px;
    width: auto;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: all ease-in-out .3s
}

.filter-category.active .dropdown-title .icon {
    transform: rotate(0);
}
.filter-inline > div {
    display: flex;
    gap: 12px;
    align-items: center;
}
.modal .wpforms-container .wpforms-page.last .wpforms-field.wpforms-field-pagebreak {
    position: absolute;
    width: 50%;
    left: 0;
    padding-top: 26px;
    padding-bottom: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
}
	.modal-right {
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 80vh;
}
.hometemplate2 .left-col .description {
    font-size: 18px;
    line-height: 28px;
}
.hometemplate2 .left-col .description p {
    margin-bottom: 2rem;
}
.right-col {
    text-align: left;
}

.right-col .btn-center .btn-main {
    text-align: center;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1024px;
    }
	    .modal-sm {
        --bs-modal-width: 560px;
    }
}
@media (max-width: 575.98px) {
	.modal-header-inner .btn-close {
    top: 1rem;
}
.modal-header-inner {
	padding-top: 1rem;
}
	.dropdown-category ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
	.modal-left {
    display: none;
}
	.filter-inline {
    display: block;
}
	.filter-inline > div {
    margin-bottom: 4px;
    position: relative;
}.standard-archive h1 {
    margin-bottom: 12px;
}
	.filter-inline label {
    min-width: 80px;
}
	
	.filter-category, .filter-inline select {
    flex: 1;
    max-width: unset;position: static;
}
	.dropdown-category {
    width: 100%;
    min-width: auto;
}
	.list-logo-item.item-6 {
    display: none;
}
	.home-category-item {
    padding: 12px;
}
	.header-bottom {
    padding: 5px 0;
}
		    .header-inner .button {
        padding: 5px 0;
        border-radius: 1rem;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        width: 100%;
        display: block;
    }
	.modal-left {
    padding: 1rem;
}
	.modal-right {
    padding: 0 1rem 1rem 1rem;
}
	.modal-thankyou .modal-body {
    padding: 2rem 1rem;
}
	.hnc-nav-menu ul li a {
    font-size: 14px;
}
	.left-col {
    padding: 0;
}
	.btn-viewmore a {
    padding: 10px 0;
    font-size: 15px;
}

.btn-viewmore-2 a {
    padding: 10px;
    font-size: 15px;
}.footer1 {
    margin-bottom: 30px;
}.backgroundimage:not(:first-child) {
    display: none;
}
	.banner-home .title {
    font-size: 36px;
}

.banner-home .sub-title {
    font-size: 32px;
    letter-spacing: 0;
        -webkit-text-stroke-width: 2px;
}

.banner-home .description {
    font-size: 1rem;
    font-weight: 400;
}

.left-col>.title {
    font-size: 30px;
}

.list-item {
    align-items: center;
}
	.right-col {
    margin-top: 50px;
}

.hometemplate2 {
    padding: 50px 0;
}

.hometemplate4 .title {
    font-size: 30px;
}

.hometemplate4 .description {
    font-size: 16px;
}
	
	.modal div.wpforms-container-full .wpforms-field-radio.wpforms-list-inline li {
    width: 30%;
}
	
	.modal div.wpforms-container-full .wpforms-field-radio.wpforms-list-inline li input[type="radio"] + label {

    padding: 10px 5px;
	}
	#apacSubmission .modal-dialog {
/*     margin-top: 50px; */
		
    align-items: end;
      
        margin: 0;
        height: 100%;
}
	#apacSubmission .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
		border: 0
}
	.filter-item {
    display: inline-block;
}

.filter-item a {
    padding: 5px 14px;
}
	.MuiTabs-flexContainer {
    margin-bottom: 0;
}

.categorie-filter {
    margin-bottom: 20px;
}
	.grid-item-image {
    width: 68px;
/*     margin-bottom: 10px; */
}

.grid-item.d-flex {
    gap: 16px;
/*     flex-direction: column; */
    padding: 16px;
}
	.img-round {
    border-radius: 8px;
	}
	.grid-item-content a {
    font-size: 16px;
}.categories {
    display: none;
}
	.categorie-filter .widget-title{
		padding: 0
	}
	.btn-main{
		font-size: 14px;
	}
	.post-top{
	margin-bottom: 44px;
}
}

@media (max-width: 992px) {
}





