/* Default Styling */
:root {
    --title-font:"Poppins";
    --paragraph-font:'Open Sans';
    --h1:62px;
    --h2:42px;
    --h3:32px;
    --h4:24px;
    --h5:18px;
    --p:16px;
    --secondary_accent: #008E51;
    --main_accent: #008E51;
    --grey_accent: #525252;

}
.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
    line-height: 1;
    font-weight: 600;
}
h1 {
    font-weight: 600;
    font-size: var(--h1);
    text-transform: capitalize;
}

h1 * {
    font-size: var(--h1);
}

h2 {
    font-weight: 600;
    font-size: var(--h2);
    color: var(--secondary_accent);
    text-transform: capitalize;
}

h2 * {
    font-size: var(--h2);
}

h3 {
    font-size: var(--h3);
}

h3 * {
    font-size: var(--h3);
}

h4 {
    font-size: var(--h4);
}

h4 * {
    font-size: var(--h4);
}

h5 {
    font-size: var(--h5);
}

h5 * {
    font-size: var(--h5);
}
body,
p {
    font-size: var(--p);
}
body {
    background: #F2F2F2;
}
a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}

/* End Default Styling */
.btn_1 {
    background:var(--secondary_accent);
    border:solid thin var(--secondary_accent);
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height:50px;
    padding:0 30px;
    color:#fff;
    font-weight: 500;
    text-transform: uppercase;
}
.btn_1:hover {
    background:#fff;
    color:var(--secondary_accent);
}
.single-post .module_default {

}
.single-post .module_default h2 {
font-size: var(--h3);
margin-top: 30px;
line-height: 1.25;
}
.single-post .module_default h3 {
    font-size: var(--h4);
    margin-top: 30px;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}
.single-post .module_default p {

}
.single-post li {

}
/* Banner Variation 1 Styling */

.banner_var-1 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: calc(95px + 60px) 0 60px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.banner_var-1 .scrim_over {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_var-1 div.container-fluid {
    z-index: 3;
}

.banner_var-1 video {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.banner_var-1 *:not(a) {
    color: #fff;
}

.banner_var-1 h1 {
    margin-bottom: 1rem;
}

.banner_var-1 p {
    margin-bottom: 30px;
}

.banner_var-1 .banner_btns {
    margin-top: 2rem !important;
    display: flex;
}

.banner_var-1 .banner_btns a {
    padding: 7.5px 15px;
    border: solid thin var(--secondary_accent);
    display: inline-flex;
    min-width: 135px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin: 0 3.75px;
    border-radius: 3.75px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner_var-1 .banner_btns .btn_1 {
    background: var(--secondary_accent);
    color: #fff;
}

.banner_var-1 .banner_btns .btn_1:hover {
    color: var(--secondary_accent);
    background: #fff;
}

.banner_var-1 .banner_btns .btn_2 {
    color: var(--secondary_accent);
    background: #fff;
}

.banner_var-1 .banner_btns .btn_2:hover {
    background: var(--secondary_accent);
    color: #fff;
}
.footer_1 {

}
.footer_2 p {
    margin-bottom: 0;
}
.footer_3 {

}
.footer_3 a {
    color:#fff;
}
.tech_spec {
    -webkit-box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    -moz-box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
    padding:30px;
    height: calc(100% - 30px);
    width: 100%;
}
.tech_spec h3 {
    margin-bottom: 1rem;
}
.tech_spec ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.tech_spec ul>li {

}
.tech_spec p {
    margin-bottom: 0;
}
.autoclave-industrie-rows.module_2 h3{
    margin-top: 0;
}
.list_stats_home h4 {
    color: var(--secondary_accent);
    text-transform: capitalize;
    text-align: left;
}
.list_stats_home ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_stats_home ul {

}
.list_stats_home ul>li {
    margin-bottom: 0.5rem;
}
/* Module 0 */

.module_0 .default_section_title h2 {
    margin-bottom: 2rem;
}

.module_0 .default_section_title p {
    margin-bottom: 1rem;
}
/* Module 1 Styling */

.module_1 .section_panel {
    -webkit-box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    -moz-box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    width: 100%;
}

.module_1 .section_panel a {
    color: #212529;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.module_1 .section_panel .section_panel_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
}

.module_1 .section_panel .section_panel_details h3 {
    font-size: var(--h4);
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.module_1 .section_panel .section_panel_details p {
    margin-bottom: 0;
}

.module_1 .section_panel .section_panel_details span {
    margin-top: 1rem;
    padding: 7.5px 15px;
    border: solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--main_accent);
    border-radius: 3.75px;
    font-weight: 500;
    text-transform: uppercase;
}

.module_1 .section_panel .section_panel_details span:hover {
    background: var(--main_accent);
    color: #fff;
}

.module_1 .section_panel img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}


/* Module 5 Styling */

.module_5 {
    text-align: center;
}

.module_5 p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.module_5 a {
    margin-top: 1rem;
    padding: 7.5px 15px;
    border: solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: var(--main_accent);
    color: #fff;
    border-radius: 3.75px;
}

.module_5 a:hover {
    background: #fff;
    color: var(--main_accent);
}


/* Module 6 Styling */

.module_6 input:not([type="submit"]) {
    width: 100%;
    height: 50px;
    margin-top: 7.5px;
}

.module_6 textarea {
    margin-top: 15px;
    width: 100%;
}

.module_6 label {
    display: inline-block;
    width: 100%;
}

.module_6 .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.module_6 input[type="submit"] {
    margin-top: 1rem;
    padding: 7.5px 15px;
    border: solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--main_accent);
    border-radius: 3.75px;
    cursor: pointer;
}

.module_6 input[type="submit"]:hover {
    background: var(--main_accent);
    color: #fff;
}

.module_6 .r_contact_1 h3 {
    margin-bottom: 0.5rem;
}

.module_6 .r_contact_1 a {
    margin-top: 1rem;
    color: #000;
    text-decoration: underline;
}


/* Footer */

footer {
    padding: 30px 0 0;
    background: #fff;
}

footer img {
    margin-bottom: 1rem;
    max-width: 200px;
    margin: 0 auto 1rem;
}

footer .footer_1 a {
    margin-right: 7.5px;
}

footer .footer_1 a svg {
    width: 20px;
    max-height: 20px;
}

footer .footer_2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer .footer_2 ul li a {
    color: #000;
}

footer .copy_item {
    text-align: center;
    padding: 7.5px 0;
    background: var(--grey_accent);
}

footer .copy_item p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

footer .copy_item p a {
    color: #fff;
}
/* Footer End */
/* Header */
header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 7.5px 0;
}

header * {
    color: #fff;
}

header .header_1 {
    position: relative;
}

header .header_1 img {
    max-width: 80px;
}

header .header_2 {
    text-align: right;
}

header .header_2 .menu-main-container {
    margin-top: -5.5px;
}

header .header_2 .float_menu_items {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 45px;
    margin-bottom: -7px;
}

header .header_2 a.social_media {
    margin-left: 7.5px;
}

header .header_2 a.social_media svg {
    width: 20px;
    max-height: 20px;
    height: auto;
    fill: #fff;
}

header .header_2 a.social_media:hover svg {
    fill: #fff;
}

header .header_2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 7.5px;
}

header .header_2 ul li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

header .header_2 ul li:hover ul {
    display: block;
}

header .header_2 ul li a {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 0 25px var(--theme-color-0-transparent-40);
    border-bottom: solid thin transparent;
    padding-bottom: 2px;
}

header .header_2 ul li a:hover {
    color: #fff;
    border-bottom: solid thin #fff;
}

header .header_2 ul li ul {
    display: none;
    min-width: 250px;
    left: -15px;
    padding: 15px;
    z-index: 25;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    text-align: left;
    box-shadow: 0px 15px 40px 0px rgba(13, 29, 13, 0.1);
    border-radius: 3.75px;
}

header .header_2 ul li ul li {
    width: 100%;
}


/* Scroll State */

header.scroll-nav {
    background: #fff;
    z-index: 100;
    box-shadow: 0px 15px 40px 0px rgba(13, 29, 13, 0.1);
}

header.scroll-nav * {
    color: #000;
}

header.scroll-nav .inner_header {
    padding: 3.75px 0;
}

header.scroll-nav .inner_header img {
    max-width: 65px;
}

header.scroll-nav .inner_header ul li a:hover {
    color: #000;
    border-bottom: solid thin #000;
}

header.scroll-nav .inner_header ul li ul {
    background: rgba(255, 255, 255, 1);
}

header.scroll-nav .inner_header .header_2 a.social_media svg {
    fill: #000;
}

header.scroll-nav .inner_header .header_2 a.social_media:hover svg {
    fill: #000;
}
/* End Modular Styling */
.white_content *:not(a) {   
    color:#fff;
}
.gform_wrapper {
    margin-top: 1rem;
}
.gform-theme--foundation .gform_fields {
    row-gap: 1rem !important;
}
.gform_button {
    background:var(--secondary_accent) !important;
    border:solid thin var(--secondary_accent) !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height:40px !important;
    padding:0 30px !important;
    color:#fff !important;
}
.gform_button:hover {
    background:#fff !important;
    color:var(--secondary_accent) !important;
}
.wp-block-post-template.is-layout-grid {
    gap: 30px;
}

.wp-block-post-template.is-layout-grid .outer_container_panels {
    padding: 0 0px 0 0px !important;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0px 3px 30px #00000014;
    text-align: center;
}

.wp-block-post-template.is-layout-grid .outer_container_panels .is-layout-constrained {
    padding: 30px;
}

.wp-block-post-template.is-layout-grid .outer_container_panels img {
    box-shadow: none;
    object-fit: cover !important;
    -webkit-object-fit: cover !important;
    height: 300px;
    border-radius: 0;
}

.wp-block-post-template.is-layout-grid .outer_container_panels h3 {
    font-size: var(--h5);
    color: #212529;
    font-weight: 400;
    margin-bottom: 1rem;
}

.wp-block-post-template.is-layout-grid .outer_container_panels h3 a {
    font-size: var(--h5);
    color: #212529;
}


/* Pagination */

.wp-block-query-pagination-numbers a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--main_accent);
    border: solid thin var(--main_accent);
}

.wp-block-query-pagination-numbers span.dots {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--main_accent);
    border: solid thin var(--main_accent);
}

.wp-block-query-pagination-numbers span:not(.dots) {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--main_accent);
    border: solid thin var(--main_accent);
}

.wp-block-query-pagination-numbers a:hover {
    color: #fff;
    background: var(--main_accent);
}
.wp-block-query-pagination {
    margin-top:30px;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    width:30px;
    height:30px;
    display: inline-flex;
    align-items:center;
    justify-content: center;
    color:var(--main_accent); 
    border:solid thin var(--main_accent);
}
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
    color:#fff;
    background:var(--main_accent); 
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 0;
}
.vessel-box {
    display: flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	padding: 10px;
    gap: 10px;
	border-right: none; 
	color: #fff;
	text-decoration: none; 
	font-weight: 500; 
	transition: all 0.3s ease; 
	text-align: center;
	flex: 1 1 14.28%; 
	max-width: 14.28%;
	background-color: #28a745;
	position: relative;
    }
.vessel-box:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px;  height: 80px;  background-color: #fff; }
.vessel-box img {
	width: auto;
	height: 60px;
    width: 80px;
	object-fit: contain; 
}
.vessel-box span{
	font-size:14px;
}

.vessel-box:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 991px) {
	.vessel-box { 
		flex: 1 1 25%; 
		max-width: 25%; 
	}
}

@media (max-width: 500px) {
	.vessel-box { 
		flex: 1 1 50%; 
		max-width: 50%; 
	}
}
/* Responsive Styling */
body:not(.home) .banner_var-1 {
    max-height: 450px;
}

body:not(.home) .banner_var-1 h1 {
    margin-bottom: 0;
}

body:not(.home) .banner_var-1 p {
    margin-top: 1rem;
    margin-bottom: 0;
}
body .is-layout-flex.wp-block-buttons {
    display: inline-flex;
}
.module_default h2 {
    margin-bottom: 1rem;
}

.module_default h3 {
    color: var(--secondary_accent);
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: capitalize;
}

.module_default h4 {
    color: var(--secondary_accent);
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: capitalize;
}

.module_default h5 {
    color: var(--secondary_accent);
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: capitalize;
}

.module_default .content_item h4 {
    margin-top: 30px;
}

.module_default .content_item h4:nth-child(1) {
    margin-top: 0;
}

.module_default .content_item h5 {
    margin-top: 30px;
}

.module_default .content_item h5:nth-child(1) {
    margin-top: 0;
}

.module_default p a {
    color: #212529;
    border-bottom: solid thin #212529;
}

.module_default img {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0px 3px 30px #00000014;
}

.module_default ul {
    margin-bottom: 2rem;
}

.module_default ul li:not(.wp-block-post) a {
    color: #212529;
    border-bottom: solid thin #212529;
}

.module_default ol {
    margin-bottom: 2rem;
}

.module_default ol li:not(.wp-block-post) a {
    color: #212529;
    border-bottom: solid thin #212529;
}


/* Module 2 Styling */

.module_2 h1 {
    margin-bottom: 1rem;
}

.module_2 h2 {
    margin-bottom: 1rem;
}
.module_2 h3 {
    font-size: var(--h4);
    margin-top: 2rem;
    margin-bottom: 0.5rem;
        color: var(--secondary_accent);
    text-transform: capitalize;
}
.module_2 h3 span {
        color: var(--secondary_accent);
    text-transform: capitalize;
    font-size: var(--h4);
}
.module_2 img {
    border-radius: 0.25rem;
}

.module_2 ul {
    padding-left: 15px;
}

.module_2 ul li {
    line-height: 1.5;
    margin-bottom: 7.5px;
}
.module_2 ul li a {
    color:#000;
    font-weight:bold;
}
.module_2 ul li a span{
    color:#000;
    font-weight:bold !important;
}
.module_2 .btn_items {
    display: inline-flex;
    align-items: center;
}

.module_2 .btn_items a {
    border-radius: 3.75px;
    margin-right: 7.5px;
}

.module_2 .btn_items a.btn_1 {
    padding: 7.5px 15px;
    border: solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: var(--main_accent);
    color: #fff;
}

.module_2 .btn_items a.btn_1:hover {
    color: var(--main_accent);
    background: #fff;
}

.module_2 .btn_items a.btn_2 {
    color: var(--main_accent);
    margin-left: 15px;
}


/* Module FAQs */

.module_faqs h2 {
    text-align: center;
    margin-bottom: 60px;
}

.module_faqs .faqs_row h3 {
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
    border-bottom: none;
    font-size: var(--h5);
    cursor: pointer;
    line-height: 1;
}

.module_faqs .ui-accordion-content {
    border-top: none;
    padding: 15px 0 0px;
}

.module_faqs .ui-accordion-content p {
    margin-bottom: 0;
}

.module_faqs .faqs_row h3:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    float: right;
    font-weight: 300;
}

.module_faqs .faqs_row h3.ui-state-active:before {
    content: "\f068";
}

.module_faqs .faqs_row {
    background: #FFFFFF;
    padding: 15px 30px;
    margin-bottom: 15px;
    border-radius: 7.5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .faqs_row:hover {
        opacity: 1;
    }

footer {
	text-align: center;
	padding:60px 0 30px;
	margin-top: 60px;
	border-top:solid thin var(--secondary_accent);
}
footer img {
	max-height: 125px;
	margin-bottom: 30px;
}
footer a {
	color: var(--secondary_accent);
	padding: 0;
	font-size: 15px;
	background: transparent;
	text-decoration: underline;
}
footer .social_media {
    margin:0 3.75px;
}
footer a:hover {
    color: var(--secondary_accent);
}
footer a.social_media:hover {
    fill:var(--main_accent);  
}
footer svg {
    width: 20px;
    height: auto;
    fill:var(--main_accent);
}
footer .ifts-logo {

}
footer .ifts-logo img {
    max-width: 100px;
}

.secondary_text {
    position: absolute;
    bottom:0px;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    z-index: 2;
}
.scroll_down_box_second {
    margin-top: -8px;
}
.scroll_down_box_first img {
    animation: pulse_down 2.4s ease 1s infinite;
    opacity: .2;
    width: 22px;
}
.scroll_down_box_second img {
    animation: pulse_down 2.5s ease 1.2s infinite;
    opacity: .2;
    width: 22px;
}
.secondary_text .text {
    color: #fff;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: var(--title-font);
}
.scroll_down_box, .secondary_text {
    align-items: center;
    display: flex;
    width: 100%;
}
.secondary_text
 {
    flex-direction: column;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 50px;
}
.certificate_items {
    background: #1ABF78;
    text-align: center;
    height:100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 30px #00000014;
    min-height: 125px;
    padding:30px;

    h2 {
        margin-bottom: 0.5rem;
        font-size: 18px;
        line-height: 1.25;
        color:#fff;
        a {
           margin-bottom: 0;
            font-size: 18px;
            line-height: 1.25;
            color:#fff; 
        }
    }
    h2:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900; /* 900 for solid icons like fas */
        content: "\f15c"; /* Unicode for fa-file-alt */
        display: block;
        font-size: 48px;
        color: #fff;
        margin-bottom: 1rem;
    }
    a.wp-element-button {
        padding: 7.5px 15px;
        border: solid thin var(--secondary_accent);
        display: inline-flex;
        min-width: 135px;
        height: 50px;
        justify-content: center;
        align-items: center;
        margin: 0 3.75px;
        border-radius: 3.75px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--secondary_accent) !important;
        margin-top: 0.5rem;
        background: #fff;
        font-size: var(--p);
    }
    a.wp-element-button:hover {
        background: var(--secondary_accent);
        color: #fff !important;
    }
}
.single-cert {
    img {
        width: 100%;
        margin-bottom: 30px;
    }
}
.testimonial_container {
    margin-bottom: 30px;
    div {
        padding: 30px !important;
        border-radius: 0.25rem;
        overflow: hidden;
        box-shadow: 0px 3px 30px #00000014;
        text-align: center;
        background:#fff;  
    }
}
.section_1_contact {
    .wpcf7 {
        padding: 30px !important;
        border-radius: 0.25rem;
        overflow: hidden;
        box-shadow: 0px 3px 30px #00000014;
        background: #fff;
    }
    input:not([type="submit"]) {
        width: 100%;
        height:50px;
        margin-top: 7.5px;
    }
    textarea {
        margin-top: 15px;
        width: 100%;
    }
    label {
       
        display: inline-block;
        width: 100%;
    }
    .wpcf7-form-control-wrap {
        display: inline-block;
        width: 100%;
    }
    input[type="submit"] {
        padding: 7.5px 15px;
        border: solid thin var(--main_accent);
        display: inline-flex;
        min-width: 135px;
        height: 50px;
        justify-content: center;
        align-items: center;
        background: var(--main_accent);
        color: #fff; 
        cursor: pointer;
    }
    input[type="submit"]:hover {
        color: var(--main_accent);
        background: #fff;
    }
    .r_contact_1 {
        p {
            margin-top: 1rem;
        }
        a {
            color:#000;
            display: inline-block;
            width:100%;
            text-decoration: underline;
        }
    }
}
.wp-block-post-featured-image {
    margin-bottom: 0;
}
.nx-input, .nx-textarea {
    width: 100%;
    padding: 12px 14px;
    margin: 0 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    font-size: 14px;
    color: #111827;
    box-sizing: border-box;
    outline: none;
}
.nx-textarea {
    min-height: 120px;
    resize: vertical;
}
.nx-button {
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 999px;
    border:solid thin #008E51;
    background: #008E51;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.nx-button:hover {
    background:transparent;
    color:#008E51;
}
.nx-form-card {
    font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 30px 30px !important;
    border-radius: 15px !important;
    background: #f6f7f9;
    box-sizing: border-box;
}
.e-con.elementor-sticky--active {
    top: 120px !important;
}
.single-post .module_default .elementor-sticky--effects h2,
.single-post .module_default .elementor-sticky--effects h3 {
    margin-top: 0;
}
/* Module 2 Styling End */
@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    :root {
        --title-font:"Poppins";
        --paragraph-font:'Open Sans';
        --h1:42px;
        --h2:32px;
        --h3:24px;
        --h4:20px;
        --h5:18px;
        --p:16px;
    }
    .margin-bottom-60 {
        margin-bottom: 60px;
    }
    .margin-bottom-90 {
        margin-bottom: 60px;
    }
    .margin-bottom-120 {
        margin-bottom: 60px;
    }
    .margin-top-60 {
        margin-top: 60px;
    }
    .margin-top-90 {
        margin-top: 60px;
    }
    .margin-top-120 {
        margin-top: 60px;
    }
    .padding-bottom-60 {
        padding-bottom: 60px;
    }
    .padding-bottom-90 {
        padding-bottom: 60px;
    }
    .padding-bottom-120 {
        padding-bottom: 60px;
    }
    .padding-top-60 {
        padding-top: 60px;
    }
    .padding-top-90 {
        padding-top: 60px;
    }
    .padding-top-120 {
        padding-top: 60px;
    }


}

@media (max-width: 767.98px) {
    .m-bottom-60 {
        margin-bottom: 60px;
    }
    .m-bottom-30 {
        margin-bottom: 30px;
    }
    .min-height-m {
        padding-bottom: 70%;
    }
    .banner_var-1 {
        height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .m-bottom-15 {
        margin-bottom: 15px !important;
    }
    .m-bottom-30 {
        margin-bottom: 30px !important;
    }
    .m-top-0 {
        margin-top: 0;
        padding-top: 0;
    }
    .data-table {
        display: none !important ;
    }
}

/* End Responsive Styling */