.logo-img{
    height: auto;
    width: 250px;
    padding: 20px 0;
}
.phone-call{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.toggle-bars{
    color: #ffffff;
}
.t4-off-canvas-body .item-241{
    display: none !important;
}
.t4-offcanvas .t4-off-canvas-header{
    background-color: #1a1a1a;
}
.t4-header .image-title{
    color: #ffffff;
    font-size: 25px;
}
.t4-header .t4-megamenu .navbar-nav li:last-of-type span{
    display: flex;
    flex-direction: row;
}
.menu-item-title{
    font-family: lato;
}
.t4-header, .t4-footnav, .t4-footer{
    background-color: #1a1a1a;
}
.t4-header .t4-navbar .menu-item-title{
    color: #ffffff;
    font-size: 25px;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link{
    padding: 20px 1rem;
}
.t4-header .navbar a .menu-item-title {
  position: relative;
  display: inline-block;
  font-weight: 400;
  transition: text-shadow 0.2s ease;
}
.t4-header .navbar a:hover .menu-item-title {
  text-shadow: 
    -0.3px 0 currentColor,
     0.3px 0 currentColor;
}
.t4-header .navbar a .menu-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: green;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.t4-header .navbar a:hover .menu-item-title::after {
  transform: scaleX(1);
}

div#n2-ss-3 .n-uc-130b9d1c8f34b-inner{
    padding: 0 !important;
}
div#n2-ss-3 .n-uc-tPjr159g8ANW-inner{
    padding: 0 !important;
}
.n-uc-130b9d1c8f34b{
    height: 100% !important;
}
.n-uc-130b9d1c8f34b-inner{
    height: 100% !important;
}
div#n2-ss-3 .n-uc-103db390ce38e-inner{
    padding: 0 !important;
    padding-left: 50px !important;
    clip-path: polygon(0 100%, 0 0, 75% 0, 100% 100%);
}
div#n2-ss-3 .n-uc-130b9d1c8f34b-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{
    margin: 0 !important;
}
.moduleabout h1{
    margin: 50px 0;
}
.about-section{
    display: flex;
    gap: 50px;
}
.about-section img{
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    width: 100%;
    height: auto;
}
.about-section .wf-column > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.about-section .wf-column{
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 6px -4px rgba(0, 0, 0, 0.3), 4px 0 6px -4px rgba(0, 0, 0, 0.3);
    transition-duration: 0.2s;
    background-color: #FAFAFA;
    border-radius: 10px;
}
.about-section .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.about-section .content h3{
    text-align: center;
    margin: 30px 0;
}
.about-section .content .text{
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
    flex: 1;
}
.about-section .content .button{
    width: 100%;
    background-color: #0FA252;
    padding: 10px;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    color: #ffffff;
    border-radius: 0 0 10px 10px;
    transition-duration: 0.2s;
}
.about-section .content .button:hover{
    background-color: #ffffff;
    color: #0FA252;
    font-weight: bold;
}
.about-section .content .button a{
    color: #ffffff;
}
.about-section .wf-column:hover{
    transform: scale(1.01);
    background-color: #1a1a1a;
    color: #ffffff;
}
.about-section .wf-column:hover .image-overlay-colour::before{
    background-color: #0FA252;
}
.image-wrap {
	position: relative;
	display: inline-block;
}
.image-wrap img {
	display: block;
	position: relative;
	z-index: 2;
    border-radius: 10px 10px 0 0;
}
.image-overlay-colour::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 15px);
    background-color: #1a1a1a;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    transition-duration: 0.2s;
    border-radius: 10px 10px 0 0;
}
.t4-section-1{
    margin-bottom: 50px;
}
.t4-section-2{
    background-image: url(/images/Parallax_Section/Parallax_Image.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding: 75px;
}
.parallax{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    border-radius: 10px;
}
.parallax .content{
    padding: 30px 200px;
}
.parallax .content p{
    margin-bottom: 20px;
}
.parallax .content h3{
    margin-top: 0;
    font-size: 50px;
}
.parallax .content .button{
    background-color: #0FA252;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    transition-duration: 0.2s;
    color: #ffffff;
}
.parallax .content .button:hover{
    background-color: #ffffff;
    color: #0FA252;
    font-weight: bold;
}
.parallax .content .button:hover a{
    color: #0FA252;
    font-weight: bold;
}
.t4-main-body{
    background-color: #FAFAFA;
}
.courses img{
    border-radius: 10px;
}
.courses h2{
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 40px;
}
.courses h3{
    color: #0FA252;
    font-weight: bold;
    text-transform: capitalize;
}
.courses .wf-columns{
    margin-bottom: 50px;
    gap: 75px;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition-duration: 0.2s;
}
.image-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 10px;
    margin-bottom: 5px;
}
.wf-column:hover .image-container img {
    transform: scale(1.05);
    box-shadow: 5px 12px 12px #888888;
}
.overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    align-items: center;
    text-align: left;
    padding: 20px;
    transition: top 0.3s ease;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wf-column:hover .overlay {
    top: 0;
}
.wf-column:hover .image-container {
    box-shadow: 5px 12px 12px #888888;
}
.t4-section-3{
    padding: 50px 0;
}
.big-plan{
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}
.big-plan .wf-column:nth-child(1) img{
    border-radius: 10px;
}
.numbers{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.numbers .wf-column{
    display: flex;
    flex-direction: row;
}
.big-plan .numbers img {
    width: 75px !important;
    height: auto !important;
    max-width: 75px;
    margin-right: 20px;
}
.big-plan .numbers .wf-column div{
    align-content: center;
}
.big-plan h2{
    font-size: 60px;
    margin-top: auto;
}
.t4-main-bottom .wf-column:nth-child(1){
    background-image: url(/images/Contact_Section/Contact_Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% 25%;
}
.t4-main-bottom .wf-columns{
    gap: 0;
}
.t4-main-bottom .wf-column:nth-child(2){
    background-color: #1a1a1a;
    padding: 20px;
}
.t4-main-bottom .wf-column:nth-child(2) h2{
    display: none;
}
.form-label, .form-check label, .rsform-type-freetext{
    color: #ffffff;
}
.form-control{
    max-width: none;
}
.rsform-submit-button{
    width: 100%;
    transition-duration: 0.2s;
}
.rsform-block-availability-small-screen{
    display: none;
}
.formControls button{
    background-color: #0FA252 !important;
    border: 1px solid #0FA252 !important;
}
.formControls button:hover{
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-weight: bold;
    color: #0FA252;
}
.form-check-input:focus{
    border-color: #0FA252 !important;
    box-shadow: 0 0 0 .25rem rgba(15, 162, 82, 0.33);
}
.form-check-input:checked{
    background-color: #0FA252;
    border-color: #0FA252;
}
.form-control:focus, .form-select:focus{
    border-color: #0FA252;
    box-shadow: 0 0 0 .25rem rgba(15, 162, 82, 0.33);
}
select:not(:-internal-list-box) option:enabled:hover{
    background-color: #0FA252;
}
#contactForm #rsfp-thankyou-scroll3 p{
    color: #ffffff !important;
    font-size: 30px !important;
    text-align: center !important;
}
.rsform-thankyou-button button{
    background-color: #0FA252 !important;
    border: 1px solid #0FA252 !important;
}
.t4-footnav{
    border-top: 1px solid #ffffff;
}
.t4-footnav .module-title{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 25px;
}
.t4-footnav .module-title span{
    text-decoration: underline 3px solid #0FA252;
    text-underline-offset: 10px;
}
.t4-footnav .menu-item-title{
    color: #ffffff;
    transition-duration: 0.2s;
}
.t4-footnav .navbar a:hover .menu-item-title{
    font-weight: bold;
}
.t4-footnav .footnav-4{
    color: #ffffff;
}
.t4-footnav .footnav-4 a{
    color: #ffffff;
    transition-duration: 0.2s;
}
.t4-footnav .footnav-4 a:hover{
    font-weight: bold;
}
.t4-footnav .footnav-1 .navbar-nav li:last-of-type{
    display: none;
}
.t4-footer{
    color: #ffffff;
}
.t4-footer a{
    color: #0FA252;
    transition-duration: 0.2s;
}
.t4-footer a:hover{
    font-weight: bold;
}
@media(max-width: 1386px){
    .overlay p{
        font-size: 13px;
    }
}
@media(max-width: 1304px){
    .t4-header .navbar a .menu-item-title, .t4-header .image-title{
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .about-section .content h3{
        font-size: 20px;
        font-weight: bold;
    }
    .overlay p{
        font-size: 11px;
    }
    .big-plan .numbers img{
        width: 50px !important;
    }
    .big-plan h2{
        font-size: 30px;
    }
}
@media(max-width: 1175px){
    .t4-header .navbar a .menu-item-title, .t4-header .image-title{
        font-size: 15px;
    }
    .logo-img{
        width: 150px;
    }
}
@media(max-width: 1100px){
    div#n2-ss-3 .n-uc-103db390ce38e-inner{
        clip-path: none;
    }
}
@media(max-width: 991px){
    .footnav-5 img{
        max-width: 30%;
    }
    .t4-col{
        margin-bottom: 25px;
    }
    .t4-navbar.toggle-bars{
        display: none;
    }
    .moduleabout h1{
        font-size: 30px;
    }
    .t4-main-body .wf-columns{
        display: flex;
        flex-direction: column;
    }
    .t4-main-body .wf-column{
        width: 100%;
    }
    .overlay p{
        font-size: 15px;
    }
    .big-plan .wf-columns .wf-column:first-of-type{
        display: none;
    }
    .big-plan .wf-columns.wf-columns-layout-1-2 {
        display: flex;
        flex-direction: column;
    }
    .big-plan .wf-columns.wf-columns-layout-1-2 > .wf-column {
        width: 100%;
    }
    .big-plan .numbers .wf-column:first-of-type{
        display: block !important;
    }
    .navbar-expand-lg{
        display: none;
    }
}
@media(max-width: 960px){
    .about-section .content h3{
        font-size: 30px;
        font-weight: initial;
    }
}
@media(max-width: 793px){
    .parallax{
        transform: scale(0.7);
    }
    .t4-section-2{
        padding: 0;
    }
    div#n2-ss-3 .n2-font-b866564efab48da5085437d7b0195f4c-hover{
        font-size: 180% !important;
    }
    div#n2-ss-3 .n2-font-53c0cfd8d4d32c1f5bdbc346f41d5d45-link a{
        font-size: 70% !important;
    }
}
@media(max-width: 767px){
    .rsform-block-availability-small-screen{
        display: block;
        margin-bottom: 10px;
    }
    .rsform-block-availability-large-screen{
        display: none;
    }
    .footnav-5 img{
        max-width: 50%;
    }
    .moduleabout h1{
        font-size: 25px;
    }
    .big-plan div{
        font-size: 12px;
    }
}
@media(max-width: 751px){
    .overlay p{
        font-size: 13px;
    }
}
@media(max-width: 643px){
    .parallax .content{
        padding: 30px 100px;
    }
}
@media(max-width: 600px){
    .n2-ss-slider .n2-ss-item-image-content img{
        display: block !important;
        margin-right: auto !important;
        width: 100px !important;
    }
    div#n2-ss-3 .n2-font-39d7e98193ddc78b7bd5a0749ff8e6dc-paragraph{
        font-size: 100% !important;
    }
    div#n2-ss-3 .n2-font-b866564efab48da5085437d7b0195f4c-hover{
        font-size: 150% !important;
    }
}
@media(max-width: 530px){
    .moduleabout h1{
        font-size: 20px;
    }
    .overlay{
        padding: 10px;
    }
    .overlay p{
        font-size: 12px;
    }
}
@media(max-width: 500px){
    div#n2-ss-3 .n2-font-b866564efab48da5085437d7b0195f4c-hover{
        font-size: 125% !important;
    }
}
@media(max-width: 480px){
    .overlay p{
        font-size: 10px;
    }
}
@media(max-width: 443px){
    .parallax .content h3{
        font-size: 35px;
    }
    .moduleabout h1{
        font-size: 15px;
    }
}
@media(max-width: 420px){
    div#n2-ss-3 .n-uc-103db390ce38e-inner{
        padding: 20px !important;
    }
    .overlay p{
        font-size: 8px;
    }
    .courses h3{
        font-size: 20px;
    }
    .big-plan .numbers img{
        width: 30px !important;
    }
    .big-plan .numbers .wf-column div{
        align-content: start;
    }
}
@media(max-width: 371px){
    .parallax .content{
        padding: 30px 50px;
    }
}
@media(max-width: 270px){
    .parallax .content h3{
        font-size: 25px;
        }
}