/* FONTS */

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/../fonts/Montserrat-400.woff2') format('woff2');
}
/* FONTS */



*, *::before, *::after {
    box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, figure, blockquote, fieldset, legend {
    margin: 0;
}
ul, ol {
    padding: 0;
}
ul, ol {
    list-style: none;
}
body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: 'Poppins';
    word-wrap: break-word;
	font-family: 'Rubik';
}
::-webkit-scrollbar {
    display: none;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
button {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
button, input {
    background-color: #fff0;
    border: none;
    outline: none;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea, select {
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    outline: none;
}
table {
    border-collapse: collapse;
    width: 100%}
th, td {
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
th {
    text-align: left;
}

/** Banner Section Start **/
.oxygen-home .herobanner {
    background: url(../img/herobanner.png);
    padding: 30px 0px 50px;
    position: relative;
    color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.oxygen-home .logo-row {
   display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
/*    margin-bottom: -4vw;*/
}

.oxygen-home .company-logo {
    max-width: 180px;
    height: auto;
}

.oxygen-home .logo-row .btn-primary {
    font-size: 16px;
    padding: 12px 24px;
}
.oxygen-home .herobanner .herobannercol h1 {
    font-size: 40px;
    color: #007640;
    line-height: 48.76px;
    font-weight:600;
	font-family: 'Montserrat';
	
}

.oxygen-home .herobanner h3 {
    font-size: 20px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
	padding-top:20px;
}

.oxygen-home .herobanner h4 {
    font-size: 16px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.oxygen-home .herobannercol {
    padding: 130px 130px 50px 0;
}

.oxygen-home .herobanner .herobannercol p {
    font-size: 16px;
    color: #5F5F5F;
    font-family: 'Montserrat';
    margin-top: 10px;
	font-weight: 600;
	padding-top:20px;
	padding-bottom:40px;
}

.oxygen-home .herobanner .btn-primary {
    background-color: #007640;
    border: none;
    padding: 15px 24px;
    font-size: 16px;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 20px;
    color: white;
    cursor: pointer;
}

.oxygen-home .herobanner .btn-primary:hover {
    background-color: #007640;
}

.oxygen-home .form-box {
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    backdrop-filter: blur(50px); 
    -webkit-backdrop-filter: blur(50px);
    padding: 25px;
}



.oxygen-home .form-box h2 {
    font-size: 24px;
    font-family: 'Montserrat';
    margin-bottom: 15px;
	text-align:center;
	color:#000000;
	font-weight:600;
}

.oxygen-home .form-box p {
    font-size: 16px;
    color: #5F5F5F;
    font-family: 'Montserrat';
    margin-top: 10px;
	font-weight: 600;
	text-align:center;
	line-height:30px;
}

.oxygen-home .form-box input {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    font-family: 'Montserrat';
    background: #ffffff;
    color: #000000; 
    transition: all 0.3s ease-in-out;
}


.oxygen-home .form-box input:focus {
    border-color: rgba(0, 0, 0, 0.5);
    background: #ffffff;
    outline: none;
    color: #000000;
}

.oxygen-home .form-box input:not(:focus) {
    color: #000000;
}

.oxygen-home .form-box input:-webkit-autofill:focus,
.oxygen-home .form-box input:-webkit-autofill:hover {
    background: #ffffff !important;
    color: #000000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}


.oxygen-home .form-box textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    font-family: 'Montserrat';
	background:#fff;	
	height:120px;
}

.oxygen-home .form-box textarea:focus {
    border-color: rgba(0, 0, 0, 0.5);
    background: #ffffff;
    outline: none;
	color:#000000;
}

.oxygen-home .form-box textarea:not(:focus) {
    color: #000000;
}


.oxygen-home .form-box {
    text-align: left; 
}

.oxygen-home .form-box .btn-wrapper {
    display: flex;
    justify-content: center; 
    margin-top: 15px;
}

.oxygen-home .form-box .btn-secondary {
    background-color: #007640;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 50px;
    font-family: 'Montserrat';
}

.oxygen-home .form-box label {
    color: #676767;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
	padding-top:10px;
}

.oxygen-home .form-box .contact-method {
    display: flex;
    align-items: center;
    gap: 15px; 
    margin-top: 10px;
}

.oxygen-home .form-box .contact-method input[type="radio"] {
    margin: 0;
    width: 16px;
    height: 16px;
}

.oxygen-home .form-box .contact-method label {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    cursor: pointer;
	    margin-top: -9px;
}

/* Hide default radio */
.oxygen-home input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 0px solid #007640; 
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: white;
}

/* Checked state */
.oxygen-home input[type="radio"]:checked {
	border: 2px solid #007640; 
    background-color: white; 
}

/* Inner green circle */
.oxygen-home input[type="radio"]:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #007640; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/** Banner Section End **/

/** A Simple Solution for a Secure Future CSS Start ***/
.oxygen-home .secure-future {
    background-color: #ffffff;
    padding: 80px 0;
    text-align: center;
    
}

.oxygen-home .secure-future h2 {
    font-size: 32px;
    font-family: 'Montserrat';
    margin-bottom: 0px;
	font-weight:600;
	text-align:center;
	color:#007640;
	text-transform:capitalize;
}

.oxygen-home .secure-future img {
    width: 30px;
    height: auto;
    margin-bottom: 15px;
}

.oxygen-home .secure-future h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
	font-family: 'Montserrat';
	font-weight:700;
	line-height:30px;
}

.oxygen-home .secure-future p {
    font-size: 16px;
    color: #3F3F3F;
    line-height: 1.6;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 9px 3px;
}

.oxygen-home .secure-future-p p {
    font-size: 16px;
    color: #3F3F3F;
    line-height: 1.6;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 9px 3px;
}



.oxygen-home .secure-future .row.text-center {
    display: flex;
    justify-content: center;
    gap: 55px; 
    flex-wrap: wrap;
	padding-top:30px;
}

.oxygen-home .secure-future .secure-future-col {
    border-radius: 40px;
    border-bottom-width: 2px;
    background: rgba(0, 118, 64, 0.03);
    padding: 30px;
    width: 30%; 
    min-width: 300px; 
    text-align: center;
}

.oxygen-home .justify-content-center-1 {
    justify-content: center !important;
	padding-top:90px;
}

.oxygen-home .justify-content-center-1 p {
    font-size: 16px;
    color: #3F3F3F;
    line-height: 1.6;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 9px 3px;
	margin-top: 15px;
}

.oxygen-home .secure-future .btn-primary {
    background-color: #007640;
    border: none;
    padding: 15px 24px;
    font-size: 16px;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 0px;
    color: white;
    cursor: pointer;
}


/** A Simple Solution for a Secure Future CSS End ***/

/** Why Attend This Exclusive Seminar? CSS Start***/
.oxygen-home .exclusive-seminar {
    padding: 80px 0;
    background-color: #ffffff;
}

.oxygen-home .exclusive-seminar h2 {
    font-size: 32px;
    color: #007640;
    font-family: 'Montserrat';
    margin-bottom: 15px;
	font-weight:600;
}

.oxygen-home .exclusive-seminar ul {
    list-style: none;
    padding: 0;
}

.oxygen-home .exclusive-seminar ul li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
	font-family: 'Montserrat';
	font-weight:600;
}

.oxygen-home .exclusive-seminar ul li::before {
    content: "•";
    color: #007640;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.oxygen-home .btn-green {
    display: inline-block;
    padding: 12px 20px;
    background-color: #007640;
	font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 15px;
}

.oxygen-home .image-content {
    display: flex;
    justify-content: center;
}

.oxygen-home .image-box {
    position: relative;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}

.oxygen-home .image-box img {
    max-width: 100%;
    border-radius: 10px;
}

.oxygen-home .exclusive-seminar p {
    font-size: 16px;
    color: #3F3F3F;
    line-height: 1.6;
	font-family: 'Montserrat';
	font-weight:600;
	padding:0px 0px;
}

.oxygen-home .exclusive-seminar p strong {
   font-size: 16px;
    color: #007640;
    line-height: 1.6;
	font-family: 'Montserrat';
	font-weight:700;
	padding:0px 0px;


}

/** Why Attend This Exclusive Seminar? CSS End ***/


/** Seminar Details CSS Start ***/
.oxygen-home .seminar-details {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}

.oxygen-home .seminar-details h2 {
    font-size: 32px;
    color: #007640;
    font-family: 'Montserrat';
    margin-bottom: 15px;
	font-weight:600;
}

.oxygen-home .seminar-details p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto 20px;
	font-family: 'Montserrat';
	font-weight:600;
}

.oxygen-home .seminar-info {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin: 30px 0;
}

.oxygen-home .info-box {
	 border-radius: 40px;
    border-bottom-width: 2px;
    background: rgba(0, 118, 64, 0.03);
    padding: 35px;
    width: 25%; 
    min-width: 250px; 
    text-align: left;
    display: flex;
    align-items: center;
    text-align: left;
}

.oxygen-home .info-box img {
    width: 30px;  
    height: 30px;
    margin-right: 18px;
}

.oxygen-home .info-box strong {
   font-size: 16px;
    margin: 0;
    color: #000000;
	font-family: 'Montserrat';
	font-weight:700;
}

.oxygen-home .info-box p {
    font-size: 14px;
    margin: 0;
    color: #3F3F3F;
	font-family: 'Montserrat';
	font-weight:500;
	padding-top:5px;
}

.oxygen-home .rsvp-text {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.oxygen-home .register-btn {
    background-color: #007640;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
	font-family: 'Montserrat';
}

.oxygen-home .register-btn:hover {
    background-color: #00592D;
}
/** Seminar Details CSS End ***/


/** Contact Us Section CSS Start ***/
.oxygen-home .contact-section {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 50px 0;
}

.oxygen-home .contact-section img {
    max-width: 280px;
    margin-bottom: 0px;
}

.oxygen-home .contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;	
}

.oxygen-home .contact-section h2 {
    font-size: 32px;
    color: #007640;
    font-family: 'Montserrat';
    margin-bottom: 15px;
	font-weight:600;
}

.oxygen-home .contact-box img {
    width: 20px;
    height: auto;
}
.oxygen-home .contact-box p {
    font-size: 16px;
    margin: 0;
    font-family: 'Montserrat';
    color: #5F5F5F;
    text-align: left;
}


.oxygen-home .contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
    position: relative; 
    padding-right: 20px;
}

.oxygen-home .contact-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%; 
    width: 0.5px;
    background-color: rgba(0, 0, 0, 0.5);
}


/** Contact Us Section CSS Start ***/



/** Get Started Section CSS Start ***/
.oxygen-home .get-started {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}

.oxygen-home .get-started h2 {
    color: #007640;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.oxygen-home .get-started p {
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.6;
    max-width: 1000px;
    margin: 30px auto 36px;
	font-weight:600;
}

.oxygen-home .contact-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 20px;
}

.oxygen-home .phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
	font-family: 'Montserrat';
}


.oxygen-home .phone img {
    width: 20px;
    height: 20px;
}

.oxygen-home .divider {
    width: 1px;
    height: 20px;
    background-color: #666;
}

.oxygen-home .cta-button1 {
    background-color: #036635;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s ease;
	font-family: 'Montserrat';
	
}

/** Get Started Section CSS End ***/


/* Contact Form Section CSS Start */
.oxygen-home .contact-form-section {
       background: rgba(0, 118, 64, 0.03);
    padding: 50px 0;
	width:80%;
}

.oxygen-home .contact-logo {
    max-width: 100px;
}

.oxygen-home .contact-form input{
    width: 100%;
    padding: 12px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
	font-family: 'Montserrat';
	background:#fff !important;
	height:60px;
}

.oxygen-home .contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
	font-family: 'Montserrat';
	background:#fff !important;
	height:120px;
}

.oxygen-home .contact-form-section h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
	line-height:39.01px;
}

.oxygen-home .contact-form-section p {
    color: #5F5F5F;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto 20px;
	font-weight:600;
}

.oxygen-home .contact-form button {
       background: #04632a;
    color: white;
    padding: 18px 30px;
    border: none;
    border-radius: 45px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'Montserrat';
	margin-top: 10px;
}


.oxygen-home .contact-form-section {
        background: rgba(0, 118, 64, 0.03);
    padding: 50px 0;
    display: flex;
   display: block;
    margin: 0px auto;
	border-radius:24px;
	
}


.oxygen-home .contact-logo {
    max-width: 100px;
    display: block;
    margin: 0 auto 20px; 
}
/* Contact Form Section CSS End */


::placeholder{
	color:#000000 !important;
}


.oxygen-home .thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: white;
}

.oxygen-home .thank-you-content {
    text-align: center;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    
    max-width: 400px;
}



.oxygen-home .thank-you-content h3 {
    color: #007640;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
	line-height:21.94px;
	margin-top:20px;
}

.oxygen-home .thank-you-content p {
    font-size: 14px;
    color: #5F5F5F;
    font-family: 'Montserrat';
    margin-top: 10px;
	font-weight: 600;
	padding-top:0px;
	padding-bottom:40px;
}
.copyright {
    color: #000 !important;
    text-align: center;
    font-family: 'Montserrat';
    padding: 20px 0 10px 0;
}