@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oooh+Baby&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


.pages-head-img{
    width: 100%;
    height: 400px;
    background-image: url('../../images/ui/page-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #726e6ea9;
}
.page-head-overlay{
    background-color: #00000062;
    width: 100%;
    height: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-name{
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    letter-spacing: 2px;
}
.page-nav-container{
    background-color:#053333 ;
}
.page-nav{
    font-family: 'Saira', sans-serif;
    /* margin: 0 0 15px; */
    /* padding: 6px 0 10px; */
    margin: 6px 0px;
    padding: 6px 0px;
    font-weight: 600;
    font-size: 16px;
}

.page-nav-text{
    color: #ffffff;
}
.page-nav-active{
    color: #23e96c;
}



.home-head-text-white{
    color: #ffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.paragraph-text-white{
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 16px;
}

.home-head-text-black{
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.paragraph-text-black{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 16px;
}
.page-head-text-black{
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.subhead-text-black{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.t-head{
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}
.table-text {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    color: black;
}
@media only screen and (max-width: 992px) {
    .page-name{
        font-size: 26px;
    }
 .home-head-text-white{
    font-size: 26px;
 }
 .home-head-text-black{
    font-size: 26px;
 }
 .page-head-text-black{
    font-size: 20px;
 }
 .t-head{
    font-size: 14px;
}

.table-text{
    font-size: 14px;
}

}

@media only screen and (max-width: 768px) {
    .page-name{
        font-size: 24px;
    }
    .home-head-text-white{
        font-size: 24px;
     }
     .home-head-text-black{
        font-size: 24px;
     }
     .page-head-text-black{
        font-size: 18px;
     }
     .subhead-text-black{
        font-size: 16px;
     }
     .paragraph-text-white{
        font-size: 14px;
     }
     .paragraph-text-black{
        font-size: 14px;
     }
     .t-head{
        font-size: 13px;
    }
    
    .table-text{
        font-size: 13px;
    }
}

@media only screen and (max-width: 576px) {
    .pages-head-img{
        height: 300px;
    }
    .page-head-overlay{
        padding: 40px 0px;
    }
    .page-name{
        font-size: 22px;
    }
    .page-nav{
        font-size: 14px;
    }
    .home-head-text-white{
        font-size: 20px;
     }
     .home-head-text-black{
        font-size: 20px;
     }
     .subhead-text-black{
        font-size: 14px;
     }
     .paragraph-text-white{
        font-size: 12px;
     }
     .paragraph-text-black{
        font-size: 12px;
     }
     .t-head{
        font-size: 12px;
    }
    
    .table-text{
        font-size: 12px;
    }
}