body {
    font-family: "Lexend Deca", sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-decoration: none;
}
*,::after,::before {
    -webkit-box-sizing: border-box; /* For Safari and Chrome older versions */
    -moz-box-sizing: border-box; /* For older Firefox versions */
    box-sizing: border-box; /* Standard */
}
h1{font-size: 72px;font-weight: 400;}
h2{font-size: 30px;}
h3{font-size: 48px; font-weight: 400;}
h5{font-size: 24px;font-weight: 500;}
h6{font-size: 20px;font-weight: 500;}

.main {
    min-height: 600px;
}
.ScrollStop {
    overflow: hidden;
}
p {
    color: #404040;
    font-weight: 300;
}
.container {
    width: 100%;
    max-width: 1470px;
    padding: 0 80px;
    margin: 0 auto;
}
.btnHoverEffect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition-duration: .3s;
}
.btnHoverEffect:hover {
    color: #0F7774;
}
.btnHoverEffect::before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%) skew(-45deg);
    transform-origin: 0 0;
    transition: transform 1s cubic-bezier(.07, .51, .12, 1);
    width: 150%;
    z-index: -1;
}
.btnHoverEffect:hover:before {
    transform: translateX(0) skew(-45deg);
}
.btnStyle {
    width: auto;
    padding: 20px 40px;
    border: 2px solid #0F7774;
    background-color: #0F7774;
    color: #fff;
    cursor: pointer;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
}
.submitBtn{
    margin-top: 35px;
}
.submitBtn button{
    padding: 13px 25px;
}
/* Start Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    max-width: 1920px;
    margin: 0 auto;
}
.logo a {
    text-decoration: none;
    font-size: 24px;
}
.main-nav {
    display: flex;
    align-items: center;
}
.main-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    border-right: 1px solid #ddd;
    padding-right: 40px;
    padding-left: 0;
    margin-right: 40px;
}

.main-nav ul li a {
    color: #33005A;
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.main-nav ul li:last-child a {
    padding-right: 0;
}
.main-nav ul li a:hover {
    color: #000;
}
.user-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.user-menu ul {
    padding: 0 !important;
    border: none;
    margin: 0 !important;
}
.main-nav .user-menu ul li {
    margin: 0;
}
.main-nav .user-menu ul li a.active {
    background-color: #0F7774;
    padding: 10px 5px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.main-nav .user-menu ul li a {
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #33005A;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-icon {
    border-radius: 50%;
    cursor: pointer;
    color: #0F7774;
    font-size: 25px;
    display: flex;
    align-items: center;
}
.user-icon::before {
    margin: 0 !important;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffffe6;
    color: black;
    box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 65px;
}
.dropdown-content.show {
    display: block;
    width: 100%;
    width: 201px;
    left: -45px;
    border-bottom-right-radius: 0;
}
.dropdown-content a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.menu-toggle .bar {
    width: 22px;
    height: 3px;
    background-color: #0F7774;
    margin: 2.5px 0;
    transition: 0.4s;
    border-radius: 5px;
}
.user-menu .userProfile {
    margin-right: 20px;
}
.header .logo img {
    display: block;
}
.user-menu .userProfile span.icon-profileicon.user-icon:after {
    content: '\e80f';
    font-family: 'fontello';
    font-size: 35px;
    display: block;
    margin-left: 10px;
}
/* End Header */
.main,
footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
footer {
    background-color: #33005A;
    padding: 30px 100px;
}
footer .footerContent {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
footer .footerContent .wrapperLogo p {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 0 80px;
}
footer .footerContent .wrapperLogo a:focus-visible {
    outline: none;
    border: 1px solid #fff;
    border-radius: 8px;
}
footer .footerContent .copyRight ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footerContent .copyRight ul li {
    padding: 0 10px;
}
footer .footerContent .copyRight ul li:last-child {
        padding-right: 0;
    }
footer .footerContent .copyRight ul li a:focus {
    outline: none;
    border: 1px solid #a6a6a6;
}
footer .footerContent .copyRight ul li a:hover {
    border-bottom: 1px solid #969494;
}
footer .footerContent .copyRight ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
footer .footerContent .copyRight {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-left: 80px;
}
footer .footerContent .copyRight p {
    color: #fff;
    font-size: 14px;
}
/* Start Hero Section */
.main .heroSection .row {
    display: flex;
    min-height: 450px;
    position: relative;
}
.main .heroSection .row .col-4 {
    width: 35%;
    background-color: #33005A;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 160px;
    padding-right: 40px;
}
.main .heroSection .row .col-4 .contentWrapper h1 {
    font-family: "Noto Serif";
    font-size: 72px;
    font-weight: 400;
    margin: 0 0 10px;
}
.main .heroSection .row .col-4 .contentWrapper {
    max-width: 390px;
}
.main .heroSection .row .col-4 .contentWrapper p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}
.main .heroSection .row .col-4:before {
    content: '';
    position: absolute;
    background-image: url(../images/Pattern0.png);
    width: 6%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}
.main .heroSection .row .col-6 {
    width: 65%;
}
.main .heroSection .row .col-6 img {
    width: 100%;
    min-height: 450px;
    display: block;
    object-fit: cover;
}
/* Bradcrumb Css */
.main .breadcrumb {
    list-style: none;
    display: flex;
    padding: 40px 50px;
    background-color: #F1EDE6;
    margin: 0;
    margin-left: calc(75px + 0px);
}
.main .breadcrumb-item {
    position: relative;
}
.main .breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    margin: 0 4px;
    color: #404040;
    font-weight: 300;
}
.main .breadcrumb-item a {
    text-decoration: none;
    color: #404040;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 300;
}
.main .breadcrumb-item a:hover {
    color: #014c8c;
}
.main .breadcrumb-item.active {
    color: #555;
}
.main .breadcrumb-item.active::before {
    color: #555;
}
/* End bradcrumb css */

/* Button hover Effect */
.btnEffect {
    display: inline-block;
    transition-duration: .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #0F7774;
}
.btnEffect:hover {
    color: #0F7774 !important;
}
.btnEffect::before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%) skew(-45deg);
    transform-origin: 0 0;
    transition: transform 1s cubic-bezier(.07, .51, .12, 1);
    width: 150%;
    z-index: -1;
}
.btnEffect:hover:before {
    transform: translateX(0) skew(-45deg);
}
/* End Button hover Effect */


/* Category Box */
.category-container {
    margin-top: 30px;
}
.category-container h3 {
    color: #404040;
    margin: 0;
}
.category-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    position: relative;
}
.main .videoRow .col-3 .searchWrapper .category-item input {
    width: auto;
    padding: inherit;
    cursor: pointer;
}
.category-item:last-child {
    border-bottom: none;
}

.category-item label {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
    padding-left: 28px;
    margin-top: -1px;
}
.category-item label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0;
}
.category-item input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.category-item input:checked + label:before {
    background-color: #0F7774;
    border-color: #0F7774;
}

/* End Category Box */
.main .banner .heroSection .row,
.main .banner .heroSection .row .col-6 img {
    min-height: 610px;
    height: 610px;
}
.main .heroSection .row,
.main .heroSection .row .col-6 img {
    min-height: 450px;
    height: 450px;
}
/* No Result Found */
p.noResultFound {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #868686;
}
footer .footerContent .wrapperLogo a {
    display: block;
}
/* End No Result Found */
.main .headingWrapper {
    padding: 100px 0 0;
}
.main .headingWrapper .content {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    /* 120.833% */
    text-transform: capitalize;
    color: #33005A;
    font-family: auto;
    margin: 0 0 40px;
}
.main .headingWrapper p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}
.borderLine {
    height: 1px;
    border-bottom: 1px solid #D7D2C8;
    margin: 100px 0;
}
/* Video Section */
.main .videoList {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.main .videoList .videoBox .videoDescription p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    margin: 10px 0;
}
.main .videoList .videoBox .videoDescription .btn a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #0F7774;
    text-decoration: none;
    font-family: sans-serif;
}
.main .videoList .videoBox .videoThumb {
    position: relative;
}
.main .videoList .videoBox .videoThumb img {
    width: 100%;
    display: block;
    border-radius: 10px;
    min-height: 215px;
    object-fit: cover;
}
.main .videoList .videoBox .videoDescription h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #404040;
}
.main .videoList .videoBox .videoDescription {
    min-height: 119px;
    border-bottom: 1px solid #D7D2C8;
    padding: 30px 0;
}
.main .videoSection {
    margin-top: 60px;
    margin-bottom: 100px;
}
.main .videoList .videoBox .videoDescription .btn a span {
    font-size: 12px;
    transition: all 0.5s;
}
.main .videoList.PdfCard .videoBox {
    border: 1px solid #ddd;
    padding: 25px;
    height: 100%;
}
.main .videoContent h3 {
    font-size: 74px;
    font-weight: 400;
    text-transform: capitalize;
    color: #33005A;
    font-family: auto;
    margin: 0;
}
.main .videoContent p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin: 40px 0;
}
.btnAction a {
    text-decoration: none;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    color: #fff;
    background-color: #0F7774;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 60px;
}
/* End Videos end Search */
/* PDF Section */
.videoSection.bg-white {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 100px;
}
.main .videoList.PdfCard .videoBox .videoDescription {
    min-height: auto;
    border: none;
    padding: 20px 0 0;
}
.main .videoList.PdfCard .videoBox .videoDescription h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}
.main .videoList.PdfCard {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.main .videoList .videoBox .videoThumb span {
    color: #0F7774;
    font-size: 30px;
}
/* And PDF Section */
/* Start Modal */
/* Modal Content */
.main .modal-content {
    padding: 0;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slideFromTop 0.5s ease forwards;
}
/* The Close Button */
.main .close {
    color: #0F7774;
    float: right;
    font-size: 38px;
    font-weight: 200;
    position: absolute;
    right: 20px;
    top: 2px;
    z-index: 1;
}
.main .close:hover,
.main .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.main .modal .modal-content .modalBOdy .modalRow {
    display: flex;
}
.main .modal .modal-content .modalBOdy .modalRow .modalVideo {
    width: 65%;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent {
    width: 35%;
    position: relative;
    padding: 30px;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    color: #33005A;
    font-family: auto;
    margin-top: 0;
    margin-bottom: 20px;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent p {
    font-size: 14px;
    margin: 0 0 15px;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent p:last-child {
    margin: 0;
}
.main .modal .modal-content .modalBOdy .modalRow .modalVideo iframe {
    margin-bottom: -5px;
    margin-top: -1px;
}
.loginForm {
    width: 510px;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.grayBg {
    background-color: #F4F4F4;
    padding: 50px 50px;
}
.loginForm h1 {
    text-align: center;
    margin-top: 0px;
    color: #33005A;
    font-family: none;
    font-weight: 400;
    font-size: 36px;
}
.loginForm p {
    line-height: 1.6;
    margin-bottom: 30px;
}
.loginForm .input-group {
    margin-bottom: 30px;
}
.loginForm .input-group label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color: #404040;
    font-size: 16px;
    font-weight: 300;
}
.loginForm .input-group input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 20px;
    min-height: 60px;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-weight: 300;
}
.loginForm .input-group input:focus-visible {
    outline: none;
    border: 1px solid #5b5b5b;
}
.loginForm button {
    width: 100%;
    padding: 20px 40px;
    border: 2px solid #0F7774;
    background-color: #0F7774;
    color: #fff;
    cursor: pointer;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
}
.loginForm .captchCode {
    text-align: left;
    margin-bottom: 30px;
}
.loginForm .captchCode img {
    display: block;
    width: 60%;
}
/* Hide the default checkbox */
.checkBox {
    margin-bottom: 25px;
    margin-top: -10px;
}
.checkBox label{
    line-height: 18px;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #ccc;
}
/* Hide the default checkbox */
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.category-item label::after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 4px;
    width: 2px;
    height: 5px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}
/* Show the checkmark when checked */
input[type="checkbox"]:checked+label::after {
    display: block;
}
/* Loader */
.loader {
    position: absolute;
    right: 2%;
    bottom: 19%;
    width: 40px;
    height: 40px;
    border: 4px solid #0F7774;
    border-radius: 50%;
    border-top: 4px solid #fff;
    animation: spin 1s linear infinite;
    display: none;
    z-index: 9;
}
/* .loader.login{ */
#loadWrap {
    display: none;
}
.loadingWrappers .loader.login {
    width: 40px;
    height: 40px;
    border: 4px solid #0F7774;
    border-radius: 50%;
    border-top: 4px solid #fff;
    animation: spin 1s linear infinite;
    margin-top: 40px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: -50px;
    bottom: -8px;
}
.loadingWrappers {
    position: absolute;
    width: inherit;
    bottom: 40px;
    z-index: 99;
    height: 70px;
    background-color: #fffffff2;
    right: 0;
    left: 0;
    width: 100%;
    display: none;
}
/* */
.error-message {
    display: block;
    text-align: left;
    color: white;
    font-size: 12px;
    padding: 6px 12px;
    background-color: #ff7171;
    margin-top: 6px;
    border-radius: 2px;
    text-transform: capitalize;
}
/* Videos and search */
.main .videoSection .videoList.cardList .videoBox {
    border: none;
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.main .videoSection .videoList.cardList .videoBox p {
    margin: 10px 0;
}
.main .videoRow {
    display: flex;
    padding-bottom: 60px;
}
.main .videoRow .col-7 {
    width: 74%;
}
.main .videoRow .col-3 {
    width: 26%;
    padding-right: 30px;
}
.videoList a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    text-decoration: none;
}
.main .videoRow .col-3 .searchWrapper h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}
.main .videoRow .col-3 .searchWrapper input {
    border: none;
    padding: 22px 20px;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
.main .videoList {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.main .videoList .videoBox .videoDescription .btn a:hover span {
    margin-left: 10px;
}
.main .videoList .videoBox {
    border: 1px solid #ddd;
    padding: 25px;
}
.main .videoList .videoBox .videoDescription {
    min-height: auto;
    border: none;
    padding: 20px 0 0;
    display: flex;
    flex-flow: row wrap;
}
.main .videoList .videoBox .videoDescription .btn {
    align-self: flex-end;
}
.main .videoList .videoBox .videoDescription p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}
.main .videoList .videoBox .videoThumb span {
    color: #0F7774;
    font-size: 30px;
}
/* End Videos end Search */
/* Pagination */
.main .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 60px;
}
.main .pagination a {
    text-decoration: none;
    color: #33005A;
    margin: 0 5px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .pagination a.prev:hover,
.main .pagination a.next:hover {
    background-color: #e3e1e1;
}
.main .pagination a:hover {
    background-color: #33005A;
    color: #fff;
}
.main .pagination a.active {
    background-color: #33005A;
    color: #fff;
    border-color: #007bff;
}
.main .pagination a.prev,
.pagination a.next {
    font-weight: bold;
    padding: 0;
    border: none;
    display: inline-flex;
}
.main .pagination a.prev img,
.main .pagination a.next img .pagination a.disabled {
    width: 100%;
}
/* End Pagination Start */
/* Start Modal */
/* Modal Content */
.main .modal-content {
    padding: 30px;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slideFromTop 0.5s ease forwards;
}
/* The Close Button */
.main .close {
    color: #0F7774;
    float: right;
    font-size: 38px;
    font-weight: 200;
    position: absolute;
    right: 20px;
    top: 2px;
}
.main .close:hover,
.main .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.main .modal .modal-content .modalBOdy .modalRow {
    display: flex;
}
.main .modal .modal-content .modalBOdy .modalRow .modalVideo {
    width: 65%;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent {
    width: 35%;
    position: relative;
    padding-left: 30px;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    color: #33005A;
    font-family: auto;
    margin-top: 0;
}
.main .videoList .videoBox .videoThumb span:before {
    margin: 0;
    width: auto;
}
.main .videoList.PdfCard a {
    transition: all 0.3s;
}
.main .videoList.PdfCard a:hover {
    box-shadow: 0px 0px 32px -25px black;
}
/* Videos and search */
.main .videoRow {
    display: flex;
    padding-bottom: 60px;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent .searchWrapper .modalFilter input {
    padding: 21px 20px;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
.main .videoList {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.main .videoList .videoBox {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 8px;
}
.main .videoList .videoBox .videoDescription {
    min-height: auto;
    border: none;
    padding: 20px 0 0;
}
.main .videoList .videoBox .videoDescription p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    padding: 0 !important;
}
/* End Pagination Start */
/* Start Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.main .modal-content {
    padding: 50px 25px;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slideFromTop 0.5s ease forwards;
}
.main .videoRow .col-3 button {
    font-family: "Lexend Deca";
    text-align: center;
    border: 2px solid #0F7774;
    width: 100%;
    background-color: transparent;
    padding: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #0F7774;
    border-radius: 8px;
    display: none;
}
.main .videoRow .col-3 button span {
    font-size: 24px;
    margin-right: 20px;
}
.main .videoRow .col-3 button span:before {
    margin: 0;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent .modalFilter h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #404040;
    margin: 0 0 20px;
}
.main .modal .modal-content .modalBOdy .modalRow .modalContent .category-container h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #404040;
    margin: 0 0 20px;
}
@media screen and (min-width: 1601px) and (max-width: 1850px) {
    .main .heroSection .row .col-4 h1 {
            font-size: 60px;
    }
    .main .heroSection .row,
    .main .heroSection .row .col-6 img {
            height: 400px;
            min-height: 400px;
    }
    .main .banner .heroSection .row,
    .main .banner .heroSection .row .col-6 img {
            min-height: 520px;
            height: 520px;
    }
    .main .breadcrumb {
            margin-left: calc(80px + 0px);
    }
    .dropdown-content.show {
            border-bottom-right-radius: 0;
    }
    .main-nav ul li a {
        padding: 20px 10px;
        font-size: 15px;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .main .banner .heroSection .row,
    .main .banner .heroSection .row .col-6 img {
            min-height: 470px;
            height: 470px;
    }
    .main-nav ul li a {
        padding: 20px 10px;
        font-size: 15px;
    }
    footer {
        padding: 30px 40px;
    }
}
@media screen and (max-width: 1440px) {
    .main .banner .heroSection .row,
    .main .banner .heroSection .row .col-6 img {
            min-height: 430px;
            height: 430px;
    }
    .header {
            padding: 15px 30px;
    }
    footer {
            padding: 30px 30px;
    }
    footer .footerContent .wrapperLogo a img {
        max-width: 150px;
    }
    .main .heroSection .row .col-4 .contentWrapper h1 {
            font-size: 50px;
            max-width: 300px;
            margin: 0 0 10px;
    }
    .main .heroSection .row .col-4 .contentWrapper p {
            font-size: 14px;
            line-height: 1.5;
    }
    .main .heroSection .row .col-4 .contentWrapper {
            max-width: 390px;
    }
    .main .heroSection .row,
    .main .heroSection .row .col-6 img {
            height: 450px;
            min-height: 450px;
    }
    .main .breadcrumb {
            margin-left: calc(57px + 0px);
            padding: 25px 50px;
    }
    .main .heroSection .row .col-4 {
            padding-left: 130px;
    }
    .main-nav ul li a {
        padding: 15px 10px;
        font-size: 14px;
    }
    .main-nav ul {
        padding-right: 30px;
        margin-right: 30px;
    }
    .header .logo img {
        max-width: 150px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .main .heroSection .row,
    .main .heroSection .row .col-6 img {
            min-height: 400px;
            height: 400px;
    }
    footer .footerContent .copyRight ul li {
            padding-left: 0px;
    }
    .main-nav ul li a {
        padding: 15px 10px;
        font-size: 13px;
    }
    .header .logo img {
        max-width: 130px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main .headingWrapper .content {
            font-size: 40px;
            margin: 0;
    }
    .main .videoList .videoBox .videoDescription .btn a {
        font-size: 16px;
        font-weight: 500;
    }
    .main .videoList .videoBox .videoDescription .btn a span {
        font-size: 12px;
    }
    .main .videoRow .col-3 {
        width: 30%;
    }
    .main .videoRow .col-7 {
        width: 70%;
    }
    .main .videoList.PdfCard {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
    }
    .main .banner .heroSection .row,
    .main .banner .heroSection .row .col-6 img {
            min-height: 320px;
            height: 320px;
    }
    .container {
            padding: 0 50px;
    }
    .main .heroSection .row .col-4 {
            padding-left: 80px;
    }
    .main .heroSection .row .col-4 .contentWrapper h1 {
            font-size: 30px;
            max-width: 180px;
    }
    .main .heroSection .row,
    .main .heroSection .row .col-6 img {
            height: 220px;
            min-height: 220px;
    }
    .main .breadcrumb {
            margin-left: calc(49px + 0px);
            padding: 20px 50px;
    }
    footer .footerContent .wrapperLogo p {
            margin: 0 0 0 50px;
    }
    .main-nav ul li {
            margin-left: 5px;
    }
    .main-nav ul li a {
        padding: 10px 4px;
        font-size: 11px;
    }
    .main-nav ul {
        padding-left: 0;
        padding-right: 15px;
        margin-right: 15px;
    }
    .dropdown-content {
            top: 60px;
    }
    .dropdown-content.show {
            width: 177px;
            left: -21px;
    }
    footer .footerContent .wrapperLogo img {
            max-width: 140px;
    }
    footer .footerContent .copyRight {
            padding-left: 40px;
            font-size: 14px;
    }
    footer .footerContent .copyRight ul li a {
            padding-left: 25px;
    }
    /* Footer FR link */
    html:lang(fr-ca) footer .footerContent .copyRight {
            padding-left: 30px;
    }
    html:lang(fr-ca) footer .footerContent .copyRight ul li a {
            padding-left: 20px;
    }
    /* End Footer FR link */
    .main .heroSection .row .col-4 h1 {
            font-size: 30px;
    }
    .main .heroSection .row,
    .main .heroSection .row .col-6 img {
            min-height: 330px;
    }
    .main .videoList {
            grid-gap: 30px;
    }
    .main .videoList .videoBox .videoDescription p {
            padding: 20px 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4;
    }
    .main .videoList .videoBox .videoThumb .playBtn img {
            max-width: 50px;
    }
    .main .videoList {
            grid-template-columns: repeat(3, 1fr);
    }
    .main .heroSection .row .col-4 h1 {
            font-size: 30px;
    }
    .main .breadcrumb {
            margin-left: calc(41px + 0px);
            padding: 20px 50px;
    }
    .main .videoList {
            grid-gap: 20px;
    }
    .header .logo img {
        max-width: 100px;
    }
    .user-icon {
        font-size: 16px;
    }
    .user-menu .userProfile span.icon-profileicon.user-icon:after {
        font-size: 32px;
        margin-left: 5px;
        margin-top: 2px;
    }
    .main-nav .user-menu ul li a {
        font-size: 10px;
        width: 25px;
        height: 25px;
    }
    .main-nav .user-menu ul li a.active {
        font-size: 10px;
        width: 25px;
        height: 25px;
        padding: 5px 5px;
    }
    .user-menu .userProfile {
        margin-right: 8px;
    }
    footer .footerContent .wrapperLogo a img{
        max-width: 100px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main .banner .heroSection .row,
    .main .banner .heroSection .row .col-6 img {
            min-height: 240px;
            height: 240px;
    }
    .container {
            padding: 0 40px;
    }
    .dropdown-content.show {
            width: 156px;
            left: -15px;
    }
    .category-item label {
        font-size: 14px;
    }
    .main .heroSection .row,
    .main .heroSection .row .col-6 img {
            height: 280px;
            min-height: 280px;
    }
    footer .footerContent .copyRight p {
        font-size: 14px;
    }
    .main .heroSection .row .col-4 .contentWrapper h1 {
            font-size: 30px;
    }
    .main .heroSection .row .col-4 {
            padding-left: 70px;
            padding-right: 20px;
            width: 40%;
    }
    .main .videoList .videoBox .videoThumb .playBtn img {
            max-width: 40px;
    }
    .main .videoBox .videoList {
            grid-gap: 30px;
    }
    .main .videoList.PdfCard .videoBox {
            padding: 20px;
    }
    .main .videoList.PdfCard .videoBox .videoDescription p {
            line-height: 1.4;
    }
    .main .heroSection .row .col-4 .contentWrapper p {
            font-size: 13px;
    }
    .main .borderLine {
            margin: 60px 0;
    }
    .main .container .aboutRow .col-6 .content h3 {
            font-size: 55px;
    }
    .main .container .aboutRow .col-6 .content p {
            line-height: 1.5;
            margin: 30px 0;
    }
    body .main .videoSection {
            padding: 60px 0 0;
            margin-top: 0;
    }
    .videoSection.bg-white {
            background-color: #fff;
            margin-top: 0 !important;
            padding-bottom: 60px !important;
    }
    main .videoBox .videoList.PdfCard {
            grid-gap: 20px;
            grid-template-columns: repeat(3, 1fr);
    }
    .videoBox .btnAction a {
            margin-top: 40px;
    }
    footer .footerContent .wrapperLogo img {
            width: 100%;
            max-width: 150px;
    }
    footer .footerContent .wrapperLogo p {
            margin: 0 0 0 40px;
    }
    .main .modal .modal-content {
            width: 95%;
            padding: 0;
    }
    body .main .modal .modal-content .modalBOdy .modalRow .modalContent h2 {
            margin-bottom: 0;
            font-size: 30px;
    }
    body .main .modal .modal-content .modalBOdy .modalRow .modalContent p {
            font-size: 14px;
            line-height: 1.4;
    }
    .main .modal .modal-content .modalBOdy .modalRow .modalContent {
            padding: 30px 40px 0px 0px;
    }
    body .main .modal .modal-content .modalBOdy .modalRow .modalVideo,
    body .main .modal .modal-content .modalBOdy .modalRow .modalContent {
            width: 50%;
    }
    .main-nav ul li {
            margin-left: 0px;
    }
    .main-nav ul li a {
            padding: 10px 10px;
            font-size: 12px;
    }
    .main-nav ul {
            padding-left: 0;
            padding-right: 10px;
            margin-right: 10px;
    }
    .header .logo img {
            max-width: 120px;
    }
    .user-icon {
            font-size: 20px;
    }
    .user-menu .userProfile {
            margin-right: 10px;
    }
    .dropdown-content {
            top: 53px;
            left: -14px;
            width: 155px;
    }
    /* Footer FR link */
    html:lang(fr-ca) footer .footerContent .copyRight {
            padding-left: 20px;
    }
    html:lang(fr-ca) footer .footerContent .copyRight p {
            font-size: 12px;
    }
    html:lang(fr-ca) footer .footerContent .copyRight ul li a {
            font-size: 12px;
            padding-left: 20px;
    }
    /* End Footer FR link */
    .main .headingWrapper {
            padding: 60px 0 0;
    }
    .main .headingWrapper p {
            margin: 0;
    }
    .main .videoList.PdfCard {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
    }
    .main .breadcrumb {
            margin-left: calc(38px + 0px);
            padding: 20px 40px;
    }
    .main .videoList {
            grid-gap: 15px;
            grid-template-columns: repeat(2, 1fr);
    }
    .main .videoRow .col-3 {
            width: 35%;
    }
    .main .videoRow .col-7 {
            width: 65%;
    }
    .main .videoRow .col-3 .searchWrapper input {
            padding: 15px 20px;
    }
    .main .videoRow .col-3 .searchWrapper h3 {
            font-size: 20px;
            margin-bottom: 15px;
    }
    .main .breadcrumb {
            margin-left: calc(29px + 0px);
            padding: 20px 40px;
    }
    footer .footerContent .copyRight {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .main {
            min-height: auto;
    }
    .header {
            padding: 20px 25px;
    }
    .main .container {
            padding: 0 25px;
    }
    .main .heroSection .row {
            flex-direction: column-reverse;
    }
    .main .heroSection .row .col-4,
    .main .heroSection .row .col-6 {
            width: 100%;
            padding: 0;
    }
    .main .banner .heroSection .row,
    .main .banner .heroSection .row .col-6 img {
            min-height: auto;
            height: auto;
    }
    .main .heroSection .row .col-4 {
            position: relative;
            padding-left: 130px;
            padding: 40px 25px 60px 25px;
    }
    .main .heroSection .row .col-4:before {
            background-image: url('../images/Mobile_Pattern.png');
            z-index: 999;
            left: 0;
            top: 85%;
            bottom: 0;
            height: auto;
            background-size: cover;
            width: 100%;
    }
    .main .breadcrumb {
            margin-left: calc(0px + 0px);
            padding: 25px 25px;
    }
    .main .heroSection .row .col-4 .contentWrapper {
            max-width: 100%;
    }
    .main .heroSection .row .col-4 .contentWrapper h1 {
            max-width: 100%;
            margin: 0;
    }
    .main .heroSection .row .col-4 .contentWrapper P {
            margin-top: 20px;
    }
    .main .videoBox .videoList {
            grid-template-columns: repeat(1, 1fr);
    }
    .main .videoSection.bg-white .videoList.PdfCard {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
    }
    .main .videoSection .videoContent h3 {
            font-size: 48px;
            max-width: 360px;
    }
    .main .container .headingWrapper {
            padding: 60px 0 0;
    }
    .main .container .headingWrapper h2 {
            font-size: 36px;
            line-height: normal;
            margin: 0 0 40px;
    }
    .main .container .aboutRow {
            display: block;
    }
    .main .container .aboutRow .col-6,
    .main .container .aboutRow .col-4 {
            width: 100%;
            padding: 0;
    }
    .main .container .aboutRow .col-6 .content h3 {
            font-size: 48px;
            max-width: 350px;
    }
    .main .container .aboutRow .col-6 .content {
            padding: 0 0 60px;
    }
    .main .container .aboutRow .col-6 .content p {
            margin: 30px 0;
    }
    .main .aboutRow .col-6:before {
            display: none;
    }
    body .main .videoSection {
            padding: 40px 0 0;
            margin-top: 0px;
            margin-bottom: 60px;
    }
    .main .videoSection .container .Pattern3 {
            margin-top: 40px;
    }
    .videoSection.bg-white {
            padding: 0 !important;
    }
    .videoSection.bg-white .videoBox .btnAction a {
            margin: 40px auto 60px;
    }
    body .main .modal .modal-content .modalBOdy .modalRow {
            display: block;
    }
    body .main .modal .modal-content .modalBOdy .modalRow .modalVideo,
    body .main .modal .modal-content .modalBOdy .modalRow .modalContent {
            width: 100%;
    }
    .main .modal .modal-content {
            width: 90%;
            padding: 0;
    }
    .main .modal .modal-content .modalBOdy .modalRow .modalContent {
            width: 100%;
            padding: 25px 25px;
    }
    .main .modal .modal-content .modalBOdy .modalRow .modalVideo iframe {
            height: 250px;
    }
    .main .modalBOdy .close {
            font-size: 40px;
            right: 16px;
            top: -2px;
            color: #0F7774;
    }
    footer .footerContent {
            display: block;
    }
    footer .footerContent .wrapperLogo {
            display: block;
            text-align: center;
    }
    footer .footerContent .wrapperLogo img {
            max-width: 135px;
            display: block;
            margin: 0 auto;
    }
    footer .footerContent .wrapperLogo p {
            margin: 30px 0 20px 0;
    }
    footer .footerContent ul {
            justify-content: center;
    }
    footer .footerContent p {
            margin: 0 0 20px;
            text-align: center;
    }
    footer .footerContent .copyRight ul li {
        padding: 0 10px;
    }
    .main-nav ul {
            flex-direction: column;
            display: none;
            width: 100%;
            position: absolute;
            top: 90px;
            left: 0;
            background-color: #333;
    }
    .main-nav ul.active {
            background-color: #fff;
            border-top: 1px solid #ddd;
            padding: 0;
            height: 100vh;
            position: absolute;
            display: block;
            z-index: 9999;
    }
    .main-nav ul li {
            margin: 0;
    }
    .menu-toggle {
            display: flex;
    }
    .main-nav ul li a {
            border-bottom: 1px solid #ddd;
    }
    .header {
            min-height: 90px;
    }
    .user-menu {
            margin-right: 25px;
            border-right: 1px solid #ddd;
            padding-right: 0;
    }
    .dropdown-content {
            top: 70px;
            right: -50px;
    }
    footer .footerContent .copyRight {
            padding: 0;
            flex-direction: column-reverse;
    }
    footer .footerContent .copyRight ul {
            padding: 30px 0 20px;
    }
    footer .footerContent .copyRight p {
            margin: 0;
            font-size: 14px;
    }
    footer .footerContent .copyRight ul li a {
            padding: 0;
    }
    .user-menu .userProfile span.icon-profileicon.user-icon:after {
            display: none;
    }
    .user-menu .userProfile {
            padding: 15px 0;
    }
    .main .heroSection .row,
    .main .heroSection .row .col-6 img {
            height: auto;
            min-height: 160px;
    }
    .dropdown-content.show {
            width: 136px;
            left: -23px;
            border-bottom-right-radius: 0;
    }
    /* Footer FR link */
    html:lang(fr-ca) footer .footerContent .copyRight ul {
            padding: 20px 0 10px;
    }
    html:lang(fr-ca) footer .footerContent .copyRight ul li a {
            font-size: 12px;
            padding-left: 6px;
    }
    /* End Footer FR link */
    .main .headingWrapper p {
            margin-bottom: 0;
    }
    .main .videoList.PdfCard {
            grid-template-columns: repeat(1, 1fr);
    }
    .grayBg .loginForm {
            width: 100%;
    }
    .grayBg {
            padding: 40px 30px;
    }
    .loginForm .captchCode img {
            display: block;
            width: 70%;
    }
    .loginForm .captchCode {
            width: 100%;
    }
    .wrapper.langOption {
            z-index: 99;
            width: 100%;
    }
    .wrapper.langOption nav.main-nav .user-menu {
            width: 100%;
            margin: 0;
            border: none;
    }
    .wrapper.langOption nav.main-nav .user-menu ul {
            display: flex;
            align-items: center;
            position: initial;
            background-color: transparent;
            flex-direction: inherit;
            justify-content: flex-end;
    }
    .wrapper.langOption nav.main-nav .user-menu ul li a {
            border: none;
    }
    .header .logo img {
            max-width: 140px;
    }
    header.header.loginHeader {
            padding: 20px 25px;
    }
    .main .videoRow {
            display: block;
            margin-top: 0;
            padding-top: 60px;
    }
    .main .videoRow .col-3 .searchWrapper {
            margin-bottom: 40px;
    }
    .main .videoRow .col-3,
    .main .videoRow .col-7 {
            width: 100%;
            padding: 0;
    }
    .main .videoList {
            grid-template-columns: repeat(1, 1fr);
    }
    .main .videoRow {
            display: block;
    }
    .main .videoRow .col-3 .searchWrapper {
            margin-bottom: 40px;
            display: none;
    }
    .main .videoRow .col-3 button {
            display: block;
            margin-bottom: 40px;
            display: flex;
            align-items: center;
    }
    .checkBox {
        margin-bottom: 10px;
        margin-top: -10px;
    }
}
@media screen and (max-width: 479px) {
    .loginForm .captchCode {
            margin-left: calc(100% - 110%);
            transform: scale(0.8);
    }
    .grayBg {
            padding: 40px 20px;
    }
    .loginForm {
            padding: 40px 25px;
    }
}
@media screen and (max-width: 374px) {
    .logo a img {
            max-width: 130px;
    }
    .main .container .headingWrapper h2 {
            font-size: 30px;
            margin: 0;
    }
    .main .heroSection .row .col-4 .contentWrapper h1 {
            font-size: 42px;
    }
    .header {
            padding: 10px 25px;
            min-height: auto;
    }
    .main-nav ul {
            top: 70px;
    }
    .main-nav ul li a {
            padding: 16px 15px;
            font-size: 14px;
    }
    footer {
            padding: 30px 15px;
    }
    /* Footer FR link */
    html:lang(fr-ca) footer .footerContent .copyRight ul {
            padding: 20px 0 10px;
    }
    html:lang(fr-ca) footer .footerContent .copyRight ul li a {
            font-size: 11px;
            padding-left: 6px;
    }
    /* End Footer FR link */
    .grayBg {
            padding: 30px 20px;
    }
    .loginForm p {
            font-size: 13px;
    }
    .loginForm .captchCode {
            margin-left: calc(100% - 120%);
            transform: scale(0.6);
            margin-bottom: 10px;
    }
    .checkbox-container {
            margin-bottom: 10px;
    }
    .loginForm .input-group input {
            min-height: 50px;
    }
    .loginForm .input-group label {
            font-size: 14px;
    }
    .loginForm {
            padding: 30px 20px;
    }
    .loginForm button {
            padding: 15px 40px;
            font-size: 14px;
    }
}
@keyframes slideFromTop {
    from {
            top: -100%;
    }
    to {
            top: 50%;
    }
}
@keyframes spin {
    0% {
            transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
            transform: translate(-50%, -50%) rotate(360deg);
    }
}