*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    background:#fff;
}

h2{
    margin-top:35px;
}

.infrontB{
	font-size: 24px;
    color: white;
    position: absolute;
    left: 184px;
    transform: rotate(10deg);
    top: 44px;
}
.infrontE{
	font-size: 22px;
    color: white;
    position: absolute;
    left: 208px;
    transform: rotate(10deg);
    top: 78px;
}
.infrontF{
	font-size: 20px;
    color: white;
    position: absolute;
    left: 195px;
    transform: rotate(10deg);
    top: 113px;
}
.infrontO{
	font-size: 18px;
    color: white;
    position: absolute;
    left: 166px;
    transform: rotate(10deg);
    top: 128px;
}
.infrontU{
	font-size: 16px;
    color: white;
    position: absolute;
    left: 141px;
    transform: rotate(10deg);
    top: 112px;
}
.infrontN{
	font-size: 14px;
    color: white;
    position: absolute;
    left: 136px;
    transform: rotate(10deg);
    top: 85px;
}
.infrontD{
	font-size: 12px;
    color: white;
    position: absolute;
    left: 153px;
    transform: rotate(10deg);
    top: 67px;
}
.infrontTOT{
	font-size: 18px;
    position: absolute;
    left: 165px;
    transform: rotate(0deg);
    top: 91px;
	opacity:.3;
}
.infrontTOT:hover{
	opacity:1;
}
.CallactionB{
	font-size: 18px;
    color: red;
	position:absolute;
	left: 5px;
	top: 230px;
	
}
.CallactionF{
	font-size: 18px;
    color: #fc8452;
	position:absolute;
	left: 5px;
	top: 230px;
	
}

.contact-container{
    height:5vh;
    display:flex;
    align-items:center;
    justify-content: space-evenly;
    flex-direction: column-reverse;
	margin-top: 0px;
}

.contact-container2{
    height:25vh;
    display:flex;
    align-items:center;
    justify-content: space-evenly;
    flex-direction: column-reverse;
	margin-top: 0px;
}
.contact-left{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
}

.contact-inputs {
    width: 300px;
    height: 40px;
    border:none;
    outline:none;
    padding-left:20px;
    font-weight:500;
    color: #000;
    border-radius:20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.contact-inputs:focus{
    font-weight:bold;
    font-stretch: expanded;
}

.contact-inputs:hover{
    border:2px solid rgb(41, 209, 218);
}



.contact-left button {
    width: 100px;
    height: 40px;
    border:none;
    outline:none;
    font-weight:500;
    color:#fff;
    border-radius:20px;
    background-color:#73c0de;
}

.contact-left button:hover{
    border:3px solid rgb(29, 190, 26);
    background-color:#72d274;
    color: #000;
}

.iframe2{
    height: 360px;
    width: 400px;

	margin-left:5%;
	
}

.iframe3{
    height: 300px;
    width: 318px;
}

.buzzsaw{
    display:flex;
    flex-direction: row-reverse;
    flex-wrap:nowrap;
    justify-content: space-around;
}

.jeff-leffel{
    display: block;
    height: 120px;
    margin:8px auto 10px;
}

.container2{
    width: 100%;
    height: 120vh;
    background: #3c5077;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.btnB{
    margin: 5px;   padding: 1px 20px;
    background:#ee6666;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color:#4d4c4c;
    border-radius: 5px;
}

.btnB:hover{
    background-color:#ee6666b3;
    color:black;
}

.popupB{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popupB{
    visibility: visible;
    top: 45%;
	left: 20%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
}


.popupB img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupB h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupB button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #ee6666;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btnE{
    margin: 5px;   padding: 1px 20px;
    background: #fc8452;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color:#4d4c4c;
    border-radius: 5px;
}

.btnE:hover{
    background-color:#fc8552b1;
    color:black;
}

.popupE{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popupE{
    visibility: visible;
    top: 50%;
	left: 30%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
}


.popupE img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupE h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupE button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #fc8452;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btnF{
    margin: 5px;   padding: 1px 20px;
    background: #fac858;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color:#4d4c4c;
    border-radius: 5px;
}

.btnF:hover{
    background-color:#fac758b4;;
    color:black;
}
.popupF{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popupF{
    visibility: visible;
    top: 50%;
	left: 40%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
}


.popupF img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupF h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupF button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #fac858;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btnO{
    margin: 5px;   padding: 1px 20px;
    background: #73c0de;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color:#4d4c4c;
    border-radius: 5px;
}

.btnO:hover{
    background-color:#73c0deb4;
    color:black;
}

.popupO{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popupO{
    visibility: visible;
    top: 55%;
	left: 50%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
}


.popupO img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupO h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupO button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #73c0de;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btnU{
    margin: 5px;   padding: 1px 20px;
    background: #5470c6;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    color:#4d4c4c;
}

.btnU:hover{
    background-color:#5470c6b5;
    color:black;
}
.popupU{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popupU{
    visibility: visible;
    top: 50%;
	left: 60%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
}


.popupU img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupU h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupU button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #5470c6;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btnN{
    margin: 5px;   padding: 1px 20px;
    background: #91cc75;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    color:#4d4c4c;
}

.btnN:hover{
    background-color:#91cc75b2;
    color:black;
}
.popupN{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popupN{
    visibility: visible;
    top: 55%;
	left: 70%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
}


.popupN img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupN h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupN button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #91cc75;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btnD{
    margin: 5px;   padding: 1px 20px;
    background: #3ba272;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    color:#4d4c4c;
}

.btnD:hover{
    background-color:#3ba272c0;
    color:black;
}
.popupD{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popupD{
    visibility: visible;
    top: 50%;
	left: 80%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
}


.popupD img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupD h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupD button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #3ba272;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.btnTh{
    margin: 5px;   padding: 1px 20px;
    background: #73c0de;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color:#4d4c4c;
    border-radius: 5px;
}

.btnTh:hover{
    background-color:#73c0deb4;
    color:black;
}

.popupTh{
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.open-popupTh{
    visibility: visible;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}


.popupTh img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
}
.popupTh h2{
    font-size: 38px;
    font-weight: 500;
    margin: 15px 0 10px; 
}
.popupTh button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #73c0de;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
	margin-top: 20px;
}

.close-btn, .next-btn {
    color: #a29494b8;
    border: none;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold
}	
	.text-ul{
	text-align:left;
	margin: 5px 4px 5px;
	
}	
	.text-li{
	text-align:left;
	margin-bottom: 5px;
	
}

    .text-ctr{
        text-align:center;
        margin: 0px 28%;
    }

h3{
	margin: 10px -20px 15px;
}

@media screen and (max-width: 1300px){
	.container2{
	height: 100vh;}

    h2{
        font-stretch:condensed;
        margin-top:5px;
    }
	
	.contact-container{
	margin-top: 0px;
	}

	.iframe2{
    height: 360px;
    width: 400px;
	margin-left:5%;
	}
}

@media screen and (max-width: 900px){
	.container2{
	height: 100vh;}

    h2{
        font-stretch:condensed;
        margin-top:5px;
    }

    h3{
        font-stretch:condensed;
    }
	
	.contact-container{
	margin-top: 20px;
	}
	
	.iframe2{
    height: 360px;
    width: 400px;
	margin-left:15%;
	}

    .popup-header{
        width:115%;
    }

    .text-ul{
        display:none;
    }
	
	.btnB{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnE{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnF{ 
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnO{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnU{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
    	}	
	.btnN{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnD{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}		
    
    .jeff-leffel{
    display: block;
    height: 90px;
    margin:8px auto 10px;
    }
    .popupB{
    width: 200px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    }
    .open-popupB{
    visibility: visible;
    top: 57%;
	left: 20%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupB img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupB h2{
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0 10px; 
    }
    .popupB button{
    width: 100%;
    margin-top: 0px;
    padding: 10px 0;
    background: #ee6666;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupE{
    width: 200px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    }
    .open-popupE{
        visibility: visible;
        top: 57%;
        left: 30%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupE img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupE h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupE button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #fc8452;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupF{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupF{
        visibility: visible;
        top: 57%;
        left: 40%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupF img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupF h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupF button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #fac858;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupO{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupO{
        visibility: visible;
        top: 57%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupO img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupO h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupO button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #73c0de;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupU{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupU{
        visibility: visible;
        top: 57%;
        left: 60%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupU img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupU h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupU button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #5470c6;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupN{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupN{
        visibility: visible;
        top: 57%;
        left: 70%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupN img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupN h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupN button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #91cc75;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupD{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupD{
        visibility: visible;
        top: 57%;
        left: 80%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupD img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupD h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupD button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #3ba272;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
	
	.popupTh{
        width: 400px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupTh{
        visibility: visible;
        top: 57%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupTh img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupTh h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupTh button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #73c0de;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
	
    .text-ctr{
        text-align:center;
        margin: 0px 5%;
    }
}


@media screen and (max-width: 500px){
	.container2{
	height: 100vh;}

    h2{
        font-stretch:condensed;
        margin-top:5px;
    }
	
	.contact-container{
	margin-top: 0px;
	}

    h3{
        font-stretch:condensed;
    }

    .popup-header{
        width:115%;
    }

    .text-ul{
        display:none;
    }
	
	.btnB{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnE{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnF{ 
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnO{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnU{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
    	}	
	.btnN{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}	
	.btnD{
		margin: 5px 0px 5px 1px;
		padding: 5px 16px;
        font-size: 14px;
	}		
    
    .jeff-leffel{
    display: block;
    height: 90px;
    margin:8px auto 10px;
    }
    .popupB{
    width: 200px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    }
    .open-popupB{
    visibility: visible;
    top: 35%;
	left: 25%;
    transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupB img{
    width: 100px;
    margin-top: -90px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupB h2{
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0 10px; 
    }
    .popupB button{
    width: 100%;
    margin-top: 0px;
    padding: 10px 0;
    background: #ee6666;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupE{
    width: 200px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    }
    .open-popupE{
        visibility: visible;
        top: 45%;
        left: 30%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupE img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupE h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupE button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #fc8452;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupF{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupF{
        visibility: visible;
        top: 50%;
        left: 40%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupF img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupF h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupF button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #fac858;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupO{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupO{
        visibility: visible;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, .71);
    }
    .popupO img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupO h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupO button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #73c0de;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupU{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupU{
        visibility: visible;
        top: 52%;
        left: 60%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupU img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupU h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupU button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #5470c6;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupN{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupN{
        visibility: visible;
        top: 60%;
        left: 70%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupN img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupN h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupN button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #91cc75;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .popupD{
        width: 200px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupD{
        visibility: visible;
        top: 65%;
        left: 75%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupD img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupD h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupD button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #3ba272;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
	.popupTh{
        width: 350px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.1);
        text-align: center;
        padding: 0 30px 30px;
        color: #333;
        visibility: hidden;
        transition: transform 0.4s, top 0.4s;
    }
    .open-popupTh{
        visibility: visible;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1);
		box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupTh img{
        width: 100px;
        margin-top: -90px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .71);
    }
    .popupTh h2{
        font-size: 28px;
        font-weight: 500;
        margin: 15px 0 10px; 
    }
    .popupTh button{
        width: 100%;
        margin-top: 0px;
        padding: 10px 0;
        background: #73c0de;
        color: #fff;
        border: 0;
        outline: none;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .text-ctr{
        text-align:center;
        margin: 0px 14%;
    }
}


/* Desktop nav */
.nav-links {
  display: flex;
  gap: 40px;
  align-items: center;
  list-style: none;
  margin-left: auto;
  margin-bottom: 0;
  padding-left: 0;
  z-index:99;
}

.burger {
  display: none;
}

/* Mobile nav */
@media (max-width: 991px) {
  .burger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
    margin-left: 18px;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    background: #b7eefe;
    position: absolute;
    top: 68px;
    right: 16px;
    width: 230px;
    padding: 18px 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-radius: 16px;
    z-index: 99;
    align-items: flex-start;
    text-align: left;
  }
  .nav-links.show {
    display: flex;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links .nav-link {
    width: 100%;
    padding: 12px 0;
    text-align: left;
    white-space: nowrap;
  }
}

 /* NAVIGATION STYLES */
    .navbar {
      display: flex;
      align-items: center;
      width: 100%;
      min-height: 68px;
    }
    .nav-links {
      display: flex;
      gap: 40px;
      align-items: center;
      list-style: none;
      margin-left: auto;
      margin-bottom: 0;
      padding-left: 0;
    }
    .nav-links .nav-link {
      color: #00677f;
      text-decoration: none;
      font-size: 1.18rem;
      font-weight: 500;
      transition: color 0.2s;
      padding: 6px 8px;
    }
    .nav-links .nav-link:hover {
      color: #00a6c9;
    }
    .nav-links li {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .burger {
      display: none;
    }
	
	.burger:focus {
	outline: none;
	box-shadow: none;
	}

    @media (max-width: 991px) {
      .burger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 6px;
        margin-left: 18px;
		margin-top: -20px;
        width: 70px;
        height: 32px;
        justify-content: center;
		z-index: 9999;
      }
      .burger div {
        width: 40px;
        height: 2.5px;
        background: #222;
        border-radius: 2px;
      }
	  
	  /* Burger icon to X animation */
		.burger.active div:nth-child(1) {
		  transform: rotate(45deg) translate(6px, 6px);
		  transition: 0.3s;
		}
		.burger.active div:nth-child(2) {
		  opacity: 0;
		  transition: 0.2s;
		}
		.burger.active div:nth-child(3) {
		  transform: rotate(-45deg) translate(6px, -6px);
		  transition: 0.3s;
		}
		/* Add smoothness for the original lines too */
		.burger div {
		  transition: 0.3s;
		}
	  	  
      .nav-links {
        display: none;
        flex-direction: column;
        background: #b7eefe;
        position: absolute;
        top: 68px;
        right: 16px;
        width: 230px;
        padding: 18px 18px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        border-radius: 16px;
        z-index: 99;
        align-items: flex-start;
        text-align: left;
        gap: 0;
      }
      .nav-links.show {
        display: flex;
      }
      .nav-links li {
        width: 100%;
      }
      .nav-links .nav-link {
        width: 100%;
        padding: 12px 0;
        text-align: left;
        white-space: nowrap;
      }
    }
