@font-face {
    font-family: "calibri";
    /* name you’ll use in CSS */
    src: url("./assets/fonts/calibri/Calibri.ttf") format("ttf"),
        url("./assets/fonts/calibri/Calibribold.ttf") format("ttf"),
        url("./assets/fonts/calibri/Calibribolditalic.ttf") format("ttf"),
        url("./assets/fonts/calibri/Calibriitalic.ttf") format("ttf"),
        url("./assets/fonts/calibri/Calibrilight.ttf") format("ttf"),
        url("./assets/fonts/calibri/Calibrilightitalic.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    list-style: none;
}

input:focus-visible {
    outline: none;
}

header {
    padding: 40px 0px;
    position: absolute;
    width: 100%;
    top: 0;
}

header .header-desktop {}

header .header-desktop .h-w-d {}

header .header-desktop .h-w-d .h-w-d-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-l {}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-l img {
    height: 42px;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r {
    display: flex;
    align-items: center;
    gap: 30px;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .search {
    border: solid 2px #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 9px;
    width: 100%;
    background-color: #ffffff9c;
    min-width: 470px;
    display: flex;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .search input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: 'Ubuntu';
    font-size: 18px;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .search button {
    background-color: transparent;
    border: none;
    outline: none;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .search button i {
    color: #fff;
    font-size: 22px;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .social-share {}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .social-share ul {
    display: flex;
    gap: 30px;
}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .social-share ul li {}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .social-share ul li a {}

header .header-desktop .h-w-d .h-w-d-t .h-w-d-t-r .social-share ul li a i {
    width: 25px;
    font-size: 25px;
    color: #fff;
}

header .header-desktop .h-w-d .h-w-d-b {
    background: linear-gradient(to top, #397786, #64c9e6);
    padding: 20px 0px;
    border-radius: 12px;
    box-shadow: 0px 0px 7px -1px #000;
    margin: 4% 0%;
}

header .header-desktop .h-w-d .h-w-d-b .n-l {}

header .header-desktop .h-w-d .h-w-d-b .n-l ul {
    display: flex;
}

header .header-desktop .h-w-d .h-w-d-b .n-l ul li {}

header .header-desktop .h-w-d .h-w-d-b .n-l ul li a {
    letter-spacing: 1px;
    display: inline;
    padding: 12px 19px;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff !important;
    font-family: 'calibri';
}

.h-s-one {
    height: 700px;
    background-image: url(./assets/images/banner1.png.bv.webp);
    object-fit: cover;
}

.a-u-s-one {
    height: 550px;
    background-image: url(./assets/images/innerbanner.png.bv.webp);
    object-fit: cover;
    background-repeat: no-repeat;
}

.a-u-s-one h1 {
    color: #ffff;
    font-size: 46px;
    font-weight: 800;
    padding-top: 310px;
    font-family: 'Ubuntu';
}

.h-s-one img {
    width: 100%;
}

.h-s-two {
    background-image: url('./assets/images/in1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;

}

.h-s-two .h-s-two-wrap {}

.h-s-two .h-s-two-wrap .h-s-t-one {}

.h-s-two .h-s-two-wrap .h-s-t-one h1 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    font-family: 'Ubuntu';
    margin-bottom: 16px;
}

.h-s-two .h-s-two-wrap .h-s-t-one p {
    font-size: 18px;
    font-family: 'Ubuntu';
    color: #000;
}

.h-s-two .h-s-two-wrap .h-s-t-one img {
    width: 100%;
}

.h-s-two .h-s-two-wrap .h-s-t-two h2 {
    font-family: 'Ubuntu';
    color: #000;
    font-size: 43px;
    font-weight: 900;
    padding: 4px 0px 19px 0px;
    text-align: center;
    margin: 0;
}

.h-s-two .h-s-two-wrap .h-s-t-two p {
    font-size: 16px;
    padding: 0 0 22px 0 !important;
    text-align: center;
    font-family: 'Ubuntu';
}

.h-s-two .h-s-two-wrap .h-s-t-two .book {
    position: relative;
    margin-top: 24px;
}

.h-s-two .h-s-two-wrap .h-s-t-two .book img {
    border-radius: 12px;
    width: 100%;
}

.h-s-two .h-s-two-wrap .h-s-t-two .book h3 {
    position: absolute;
    top: 50%;
    color: #FFFF00;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Ubuntu';
    margin: 0;

}

.h-s-two .h-s-two-wrap .h-s-t-two .load-more {
    margin-top: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-s-two .h-s-two-wrap .h-s-t-two .load-more a {
    background: linear-gradient(to top, #397786, #64c9e6);
    color: #fff;
    font-size: 18px;
    padding: 17px 28px;
    border-radius: 9px;
    display: inline-block;
    font-family: 'Ubuntu';
}

footer {}

footer .footer-wrap {
    background: linear-gradient(to top, #397786, #64c9e6);
    padding: 50px 0px;
}

footer .footer-wrap img {
    width: auto;
    height: 42px;
}

footer .footer-wrap .links,
footer .footer-wrap .contact-info {
    /* margin-bottom: 20px; */
}

footer .footer-wrap .links h4,
footer .footer-wrap .contact-info h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 0px 0px 27px 0px !important;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu';
}

footer .footer-wrap .links ul,
footer .footer-wrap .contact-info ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

footer .footer-wrap .links ul li,
footer .footer-wrap .contact-info ul li {}

footer .footer-wrap .links ul li a,
footer .footer-wrap .contact-info ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Ubuntu';
}

footer .footer-bottom-wrap {
    background-color: #326b76;
    padding: 20px 0;
}

footer .footer-bottom-wrap p {
    color: #fff;
    text-align: center;
    font-family: 'Ubuntu';
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .logo-cross {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidenav .logo-cross img {
    height: 32px;
}

.sidenav a {
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: center;
    font-family: 'Ubuntu';
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    /* position: absolute;
  top: 0;
  right: 25px; */
    font-size: 46px;
    color: #fff;
    cursor: pointer;

}

header .header-mobile {
    display: none;
}

header .header-mobile img {
    width: auto;
    height: 42px;
}

header .header-mobile span {
    color: #fff;
    font-weight: 700;
    font-size: 34px !important;
    display: block;
    text-align: right;
}

.sidenav .search {
    border: solid 2px #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 9px;
    width: 100%;
    background-color: #ffffff9c;
    min-width: 470px;
    display: flex;
    margin-top: 30px;
}

.sidenav .search input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: 'Ubuntu';
    font-size: 18px;
}

.sidenav .search button {
    background-color: transparent;
    border: none;
    outline: none;
}

.sidenav .search button i {
    color: #fff;
    font-size: 22px;
}

.sidenav .n-l {
    margin-top: 30px;
}

.sidenav .social-share {
    margin-top: 30px;
}

.sidenav .social-share ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.doc-sec {
    background: black;

}

.doc-sec .doc-sec-wrap {
    padding: 50px;
}

.h-s-t-three {
    margin-top: 40px;
}

.h-s-t-three .h-s-t-t-w {
    display: flex;
    gap: 20px;
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l {
    flex: 1;
    float: left;
    border: 2px solid #64c9e6;
    background-color: #fff;
    border-radius: 6px;
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w {}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w h2 {
    padding: 20px 0px;
    font-size: 34px;
    text-align: center;
    font-weight: 800;
    color: #292b2c;
    font-family: 'Ubuntu';
    margin: 0 !important;
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w ul {
    height: calc(90vh - 80.8px);
    overflow-y: auto;
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w ul li {
    display: block;
    background-color: inherit;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    font-size: 17px;
    font-family: 'Ubuntu';
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w ul li:hover {
    background: linear-gradient(to top, #397786, #64c9e6);
    color: #fff;

}
.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w ul li.active {
    background: linear-gradient(to top, #397786, #64c9e6);
    color: #fff;

}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w ul li a {}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-l .h-s-t-t-w-l-w ul li:hover a {
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-r {
    flex: 3;
    padding: 15px 12px;
    border-left: none;
    height: 89vh;
    border: 2px solid #64c9e6;
    overflow-y: auto;
    border-radius: 6px;
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-r .h-s-t-t-w-r-w {}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-r .h-s-t-t-w-r-w a {}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-r .h-s-t-t-w-r-w a .book {
    position: relative;
    margin-bottom: 24px;
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-r .h-s-t-t-w-r-w a .book img {
    border-radius: 12px;
    width: 100%;
}

.h-s-t-three .h-s-t-t-w .h-s-t-t-w-r .h-s-t-t-w-r-w a .book h3 {
    position: absolute;
    top: 50%;
    color: #FFFF00;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Ubuntu';
    margin: 0;
}