* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    color: #242424;
    overflow-x:hidden;
}
li {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    color: #242424;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    margin: 0px;
}

/* width */
::-webkit-scrollbar {
 height: 10px;
 width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px grey;
 border-radius: 10px;
 background: #fff;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #52ab98;
 border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #266777;
}
a {
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #818181;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
    font-size: 16px;
}
.pt-50 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-50 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.justify-center {
    justify-content: center;
}
.mt-20 {
    margin-top: 20px;
}
.align-item-center {
    align-items: center;
}
.justify-content-space-between {
    justify-content: space-between;
}
.flex-end {
    justify-content: flex-end;
}
.site-width {
    max-width: 1250px;
    margin: 0px auto;
}
 @media screen and (max-width:1518px) and (min-width:1368px) {
.site-width {
    max-width: 1372px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1708px) and (min-width:1519px) {
.site-width {
    max-width: 1552px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1920px) and (min-width:1709px) {
.site-width {
    max-width: 1642px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:2500px) and (min-width:1921px) {
.site-width {
    max-width: 1842px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1280px) and (min-width:1024px) {
.site-width {
    padding: 0px 40px;
    max-width: 1260px;
    padding: 0px 40px;
}
}
 @media screen and (max-width:1024px) and (min-width:888px) {
.site-width {
    padding: 0px 40px;
}
}
 @media screen and (max-width:888px) and (min-width:769px) {
.site-width {
    padding: 0px 40px;
}
}
 @media screen and (max-width:768px) {
.site-width {
    padding: 0px 20px;
}
}
/* Preloader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ebfdff;
    z-index: 99999999;
}
#preloader-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader-logo img {
    width: 70px;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
}
.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #242424;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-top: 3px solid #2e3192;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin_loader 1s infinite ease;
}
 @keyframes spin_loader {
 from {
 transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 0.8em;
}
.spinner img {
    display: flex;
    justify-content: center;
    align-items: center;
}
 @-webkit-keyframes breathing {
 0% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
 25% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 60% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
 100% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @keyframes breathing {
 0% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 25% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 60% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 100% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
}
/* :: CSS Start :: */
.top-header {
    padding: 6px 0px;
    background: #266777;
}
.top-header-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}
.top-header-links ul {
    display: flex;
}
.top-header-links ul li a {
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease-in;
}
.top-header-links ul.top-head-contact li {
    margin: 0px 30px 0px 0px;
}
.top-header-links ul.top-head-contact li i {
    font-size: 15px;
    color: #ffffff;
    margin-right: 5px;
}
.top-header-links ul.top-head-contact li:hover a {
    color: #a2a4f8;
}
.top-header-links ul.top-head-social li {
    margin: 0px 0px 0px 5px;
    text-align: center;
}
.top-header-links ul.top-head-social li i {
    position: relative;
    z-index: 3;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 25px;
    font-size: 14px;
    transition: 0.2s ease-in;
}
.top-header-links ul.top-head-social li i::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 100%;
    z-index: -1;
    overflow: hidden;
    transition: 0.2s ease-in;
}
.top-header-links ul.top-head-social li i.fa-facebook-f {
    color: #0075ea !important;
}
.top-header-links ul.top-head-social li i.color-insta {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff4f28;
}
.top-header-links ul.top-head-social li i.color-insta::after {
    background: #fff;
    visibility: visible;
    opacity: 1;
    width: 24px;
    height: 24px
}
.top-header-links ul.top-head-social li i.fa-x-twitter {
    color: #000 !important;
}
.top-header-links ul.top-head-social li i.fa-linkedin-in {
    color: #0a66c2 !important;
}
.top-header-links ul.top-head-social li i.fa-whatsapp {
    color: #128C7E !important;
}
.top-header-links ul.top-head-social li i.fa-youtube {
    color: #FF0000 !important;
}
.top-header-links ul.top-head-social li:hover i.fa-facebook-f {
    color: #0075ea !important;
}
.top-header-links ul.top-head-social li:hover .color-insta {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff4f28;
}
.top-header-links ul.top-head-social li:hover i.fa-x-twitter {
    color: #000 !important;
}
.top-header-links ul.top-head-social li:hover i.fa-linkedin-in {
    color: #0a66c2 !important;
}
.top-header-links ul.top-head-social li:hover i.fa-whatsapp {
    color: #128C7E !important;
    font-size: 16px;
}
.top-header-links ul.top-head-social li:hover i.fa-youtube {
    color: #FF0000 !important;
}
.top-header-links ul.top-head-social li:hover i::after {
    width: 20px;
    height: 20px;
}
.mainContainer {
    margin-top: 10px;
}
.middle-header {
    padding: 10px 0px;
    background: linear-gradient(88deg, #e8faff91, #e8faff91), url(../images/texture/1.jpg);
}
.middle-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-header .head-logo {
    width: 160px;
}
.middle-header .head-logo img {
    width: 100%;
}
.header-middle-contact {
    display: flex;
    align-items: center;
    padding: 11px 18px;
    background: #266777;
    border-radius: 10px;
}
.head-contact {
    display: flex;
    align-items: center;
}
.hd-ct-ico {
    width: 20px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.hd-ct-ico img {
    width: 100%;
    filter: grayscale(2) brightness(4.5);
}
.hd-ct-call p {
    font-size: 13px;
    margin-bottom: 5px;
}
.hd-ct-call h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.head-enquire a {
    display: block;
    padding: 13px 22px;
    background: #a62418;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    box-shadow: inset 0 0 10px #1e19104a;
}
.head-enquire a span {
    color: #fff;
    z-index: 11;
    position: relative;
}
.head-enquire a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #266777;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.head-enquire a:hover:after {
    width: 100%;
}
.main-header {
    background-color: #e5faff;
    transition: all 0.4s ease-in-out;
    border: 1px solid #ececec66;
    box-shadow: none;
}
.main-header ul {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0px;
}
.main-header ul li a {
    display: block;
    padding: 16px 19px;
    color: #404040;
    font-weight: 500;
}
.main-header ul li:last-child {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}
.main-header ul li a.viewBtn {
    padding: 14px 8px;
    top: 0px;
    right: 10px;
    font-size: 15px;
}
.main-header ul li a.viewBtn svg {
    color: #404040;
}
.main-header ul li a.viewBtn:hover svg {
    color: #ffffff;
}
.main-header ul li .submenu-div li a {
    padding: 12px 10px;
}
.main-header ul li .submenu-div li a i {
    font-size: 12px;
}
.main-header ul li a:hover, .main-header ul li a.active {
    background: #266777;
    color: #fff;
}
.main-header ul li a.active {
    /* background: transparent; */
    position: relative;/* color: #266777; */
    /* font-weight: 600; */
}
.main-header ul li a.active::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #266777;
}
.main-header.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
}
.submenus {
    position: relative;
}
.submenu-div {
    position: absolute;
    top: 52px;
    left: 0px;
    bottom: 0;
    transform: scaleY(0);
    transition: 0.2s ease-in-out;
    z-index: 11;
}
.submenu-div ul {
    display: inherit;
    width: 250px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,  rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dddddd70;
}
.submenus:hover .submenu-div {
    transform: scaleY(1);
}
.submenu-div ul li a {
    color: #266777 !important;
    border-bottom: 1px solid #ddd;
    transition: 0.2s ease-in-out;
}
.submenu-div ul li a:hover {
    color: #fff !important;
    padding-left: 25px;
}
.submenu-div ul li:last-child a {
    border-bottom: none;
}
.submenu-pls-mins i {
    font-size: 12px;
    transition: 0.2s ease-in-out;
}
.submenus:hover .submenu-pls-mins i {
    transform: scaleY(-1);
}
.banner-carousel .item {
    position: relative;
}
.banner-content {
    position: absolute;
    max-width: 820px;
    padding: 0 8.5%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.banner-content-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #b60e00;
    margin-bottom: 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;/* animation-delay: 0.7s; */
}
.banner-content-text h2 {
    font-size: 45px;
    font-weight: 700;
    color: #2a3a48;
    line-height: 52px;
    margin-bottom: 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.2s;
}
.banner-content-text h2 span {
    font-size: 56px;
    color: #266777;
    font-weight: 800;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
}
.banner-content-text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.6s;
}
.banner-content-text a {
    display: inline;
    padding: 13px 22px;
    background: #a62418;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    box-shadow: inset 0 0 10px #1e19104a;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.2s;
}
.banner-content-text a span {
    color: #fff;
    position: relative;
    z-index: 11;
}
.banner-content-text a::after {
    position: absolute;
    border-radius: 5px;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #266777;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.banner-content-text a:hover:after {
    width: 100%;
}
.btn-style {
    display: inline;
    padding: 13px 22px;
    background: #a62418;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    box-shadow: inset 0 0 10px #1e19104a;
}
.btn-style span {
    color: #fff;
    position: relative;
    z-index: 11;
}
.btn-style::after {
    position: absolute;
    border-radius: 5px;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #266777;
    z-index: 1;
    transition: 0.4s ease-in-out;
}
.btn-style:hover:after {
    width: 100%;
}
.banner-section .owl-theme .owl-dots {
    position: absolute;
    bottom: 50%;
    right: 0;
    display: grid;
    margin: auto;
}
.banner-section .owl-theme .owl-dots .owl-dot.active {
    position: relative;
    width: 25px;
    height: 25px;
}
.banner-section .owl-theme .owl-dots .owl-dot.active::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    border: 1px solid #a62418;
    top: 0;
    bottom: 0px;
    left: -1px;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2a3a48;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    background: #e9edf6;
}
.sectionTitle {
    text-align: center;
    min-height: 65px;
    padding-bottom: 10px;
    position: relative;
}
.withbutton {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sectionTitle.left {
    text-align: left;
}
.sectionTitle::before {
    content: '';
    position: absolute;
    width: 16px;
    margin: auto;
    height: 16px;
    background: #f33231;
    left: 0px;
    right: 0px;
    border-radius: 100%;
    bottom: -6px;
    border: 3px solid #f6fafd;
    z-index: 1;
}
.titlestyletwo.sectionTitle::before {
    content: '';
    position: absolute;
    width: 100%;
    margin: auto;
    height: 1px;
    background: #cdedf6;
    left: 0px;
    right: 0px;
    border-radius: 100%;
    bottom: 0px;
    border: 0;
    z-index: 1;
}
.sectionTitle::after {
    content: '';
    position: absolute;
    width: 100px;
    margin: auto;
    height: 3px;
    background: #269f85;
    left: 0px;
    right: 0px;
    border-radius: 30px;
    bottom: 0px;
}
.sectionTitle.left::after {
    left: 0px;
    right: auto;
}
.sectionTitle h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1c7260;
}
.sectionTitle p {
    margin-top: 10px;
}
.viewBtn {
    font-size: 14px;
    color: #111;
    position: relative;
    top: 18px;
    gap: 5px;
    font-weight: 500;
}
.viewBtn img {
    width: 21px;
    filter: invert(1);
}
.sideCard.emailsubscribecard {
    border: 1px solid #bef2ff;
    background: #e5faff;
}
.sideCard.emailsubscribecard .sidesearchInput input {
    background: #fff;
    border: 1px solid #aff7e8;
}
.stickysidebar {
    position: sticky;
    top: 0px;
    padding-bottom: 00px;
}
/* Article  */
.articleWrapper {
    margin-top: 0px;
}
.articleCard {
    padding: 14px;
    border-radius: 18px;
    background: #fbfbfb;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
}
.articleWrapper .row .col-md-8 .articleCard:last-child {
    margin-bottom: 0px;
}
.articleImg {
    width: 100%;
    height: 205px;
}
.articleImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.articleContent {
    position: relative;
}
.articleContent .title {
    margin-top: 0px;
    margin-bottom: 0;
}
.articleContent p {
    font-size: 15px;
    line-height: 24px;
    color: #242424;
}
.artiCategories a {
    background: #dcf4ef;
    padding: 6px 10px;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    border: 1px solid #52ab98;
    color: #266777;
}
.title {
    color: #266777;
    margin: 12px 0px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.newstyle .articleCard .title {
    margin-top: 0px;
}
.artiotherinfo {
    margin: 15px 0px 0px;
}
.artiotherinfo li {
    font-weight: 400;
    font-size: 14px;
}
.artiotherinfo li img {
    width: 18px !important;
    display: inline-block!important;
}
.trendingnewsSlider .articleCard {
    position: relative;
    min-height: 263px;
}
.trendingnewsSlider .articleCard .artiotherinfo {
    position: relative;
    bottom: 0px;
    margin: 5px 0px 0px;
}
.trendingnewsSlider .articleCard .articleContent {
    position: relative;
}
.trendingnewsSlider .articleCard .articleContent p {
    font-size: 14px;
}
.trendingnewsSlider.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 47%;
    right: -20px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    border-radius: 100%;
}
.trendingnewsSlider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 47%;
    left: -20px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    border-radius: 100%;
}
.latestNews .articleWrapperContainer .trendingnewsSlider .articleCard {
    margin-bottom: 0px;
}
/* Article End */


.sideCard {
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    padding-bottom: 20px;
    border: 1px solid #f2f2f2;
}
.sidebarTitle {
}
.titletwo {
    margin-bottom: 12px;
    padding-bottom: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #1c7260;
}
.titletwo::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #269f85;
    bottom: 0px;
    left: 0px;
}
.sidesearchInput {
    position: relative;
}
.sidesearchInput input {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 15px 20px;
    border-radius: 8px;
    background: #fff;
}
 .sidesearchInput input:focus-visible {
 outline: none;
}
.sidesearchInput button {
    position: absolute;
    right: 15px;
    border: none;
    top: 11px;
    background: transparent;
}
.sidesearchInput button img {
    width: 15px;
    opacity: 0.7;
}
.smallnote {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}
.sidesearchInput button.btnoninput {
    padding: 11px 15px;
    background: #52ab98;
    border-radius: 6px;
    color: #fff;
    top: 0px;
    bottom: 0px;
    height: fit-content;
    margin: auto;
    right: 6px;
}
.feature-section {
    /* margin-top: -40px; */
    position: relative;
    z-index: 22;
    padding: 0px 0px 60px;
}
.feature-card {
    padding: 35px;
    border-radius: 10px;
    background: #a62418;
    display: flex;
    align-items: center;
}
.feature-icard {
    width: 150px;
}
.feature-icard img {
    width: 100%;
}
.feature-card:hover .feature-icard img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;/* animation-delay: 0.2s; */
}
.feature-content {
    margin-left: 20px;
    position: relative;
}
.feature-content::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 81%;
    top: 0;
    bottom: 0;
    left: -13px;
    margin: auto;
    background: #fff;
}
.feature-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.feature-content P {
    color: #fff;
    font-size: 15px;
}
.about-us-section {
    padding: 0px 0px 60px;
}
.about-img-sec {
    position: relative;
}
.about-img {
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 107.7% 50%, 75% 100%, 25% 100%, -7.7% 50%);
    transform: rotate(90deg);
}
.about-img figure {
    position: relative;
    transform: rotate(-90deg);
}
.about-img figure img {
    width: 100%;
}
.hexagon_shape {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
}
.shape-box .shape {
    position: absolute;
    width: 80px;
    height: 70px;
}
.shape-box .shape-1 {
    left: 55px;
    top: 0px;
    background: #2a3a48;
}
.shape-box .shape-2 {
    left: 20px;
    top: 64px;
    z-index: 1;
    background: #266777;
}
.shape-box .shape-3 {
    right: -5px;
    bottom: 125px;
    z-index: 1;
    background: #1a3c48;
}
.about-exp {
    position: absolute;
    left: 40px;
    bottom: 12px;
    width: 180px;
    height: 180px;
    line-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    background: #243b48;
}
.about-exp-box h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
}
.about-exp-box h2 span {
    position: absolute;
    top: -14px;
    right: 10px;
    font-weight: 700;
    font-size: 28px;
}
.about-exp-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.about-us-content {
    padding-left: 20px;
}
.about-us-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #a62418;
    margin-bottom: 10px;
}
.about-us-content h2 {
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}
.about-us-content h2 span {
    color: #243b48;
}
.about-us-content p {
    line-height: 24px;
    text-align: justify;
    color: #585858;
    margin-bottom: 30px;
}
.courses-sec {
    padding: 60px 0px 60px;
    background-color: #edededd4;
    background-image: url(../images/bg/bg-1.webp);
    background-blend-mode: soft-light;
    background-size: cover;
}
.course-card {
    position: relative;
    border-radius: 10px;
    background-color: #f0f8ff38;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,  rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin: 10px;
    background-image: url(../images/texture/2.jpg);
    background-size: contain;
    background-blend-mode: soft-light;
}
.course-card .c-c-img {
    width: 100%;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
}
.course-card .c-c-img img {
    width: 100%;
}
.c-c-title-tag {
    position: absolute;
    top: 200px;
    left: 0;
    width: fit-content;
    padding: 11px 19px;
    background: #a62418;
    color: #fff;
}
.c-c-title-tag h4 {
    font-size: 18px;
}
.c-c-title-tag h4 a {
    color: #fff;
    font-size: 18px;
}
.c-c-content p {
    font-weight: 500;
    line-height: 24px;
}
.c-c-content {
    padding-top: 31px;
    margin-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
}
.c-c-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px 30px;
    margin-top: 20px;
}
.c-c-bottom span i {
    font-size: 13px;
    color: #242424;
    color: #a62418;
}
.c-c-bottom span {
    font-size: 15px;
    color: #266777;
}
.cc-btn {
    color: #1a3c48;
    font-weight: 600;
}
.cc-btn span {
    position: relative;
    z-index: 22;
}
.cc-btn i {
    position: relative;
    left: -3px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    z-index: 1;
    color: #a62418;
}
.cc-btn:hover i {
    visibility: visible;
    opacity: 1;
    left: 0px;
}
.title.center {
    text-align: center;
}
.title h4 {
    color: #a62418;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.title h2 {
    font-size: 36px;
    color: #2a3a48;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}
.title h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 6px;
    background: #a62418;
    bottom: -4px;
    left: 0;
}
.title h2::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #a62418;
    bottom: -2px;
    left: 0;
}
.title.center h2::after {
    right: 0;
    margin: auto;
}
.title.center h2::before {
    right: 0;
    margin: auto;
}
.courses-card-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: -42px;
    width: 42px;
    height: 42px;
    background: #243b48;
    color: #fcfcfc;
    border-radius: 100%;
    font-size: 32px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses-card-section .owl-carousel .owl-nav .owl-prev span {
    position: relative;
    top: -2px;
}
.courses-card-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: -42px;
    width: 42px;
    height: 42px;
    background: #243b48;
    color: #fcfcfc;
    border-radius: 100%;
    font-size: 32px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses-card-section .owl-carousel .owl-nav .owl-next span {
    position: relative;
    top: -2px;
}
.achievements {
    padding: 60px 0px 60px;
    background-image: linear-gradient(45deg, #141414, #1a3c48e0),  url(../images/bg/bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.title.center.light h4 {
    color: #fff;
}
.title.center.light h2 {
    color: #fff;
}
.title.center.light h2::after {
    background: #fff;
}
.title.center.light h2::before {
    background: #fff;
}
.counter-wrapper .common-box {
    text-align: center;
}
.counter-wrapper .common-box span {
    font-size: 50px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #a2a4f8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.counter-wrapper .common-box span {
    font-size: 50px;
    font-family: poppins, sans-serif;
}
.counter-wrapper .common-box:hover span {
    color: #a2a4f8;
}
.counter-wrapper .counter-text {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.blog-section {
    padding: 60px 0px 60px;
    background-image: url(../images/bg/bg-1.webp);
    background-size: cover;
}
.blog-main-img-sec {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog-main-img-sec img {
    width: 100%;
}
.blog-date-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.blog-date-author p {
    font-size: 15px;
}
.blog-date-author p i {
    color: #243b48;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.blog-date-author p span {
    color: #a62418;
    font-weight: 600;
}
.blog-m-title {
    margin-bottom: 10px;
}
.blog-m-title h4 a {
    font-size: 24px;
    font-weight: 700;
    color: #1a3c48;
}
.blog-m-para p {
    text-align: justify;
    color: #333;
    line-height: 23px;
}
.blog-main-content {
    padding: 16px 16px;
}
.blog-sidebar {
    margin-left: 20px;
}
.blog-sidebar .blog-main-card {
    display: flex;
    margin-bottom: 10px;
}
.blog-sidebar .blog-m-title {
    margin-bottom: 4px;
}
.blog-sidebar .blog-m-title h4 a {
    font-size: 16px;
}
.blog-sidebar .blog-m-para p {
    font-size: 14px;
}
.blog-sidebar .blog-date-author {
    margin-bottom: 0px;
}
.blog-sidebar .blog-date-author {
    justify-content: flex-start;
}
.blog-sidebar .blog-date-author p {
    margin-right: 20px;
}
.blog-sidebar .blog-main-img-sec {
    width: 250px;
}
.blog-sidebar .blog-main-img-sec img {
    height: 100%;
}
.testimonial {
    background-image: linear-gradient(89deg, #2a3a48, #1c3d4fe8),  url(../images/bg/bg-3.jpg);
    background-size: cover;
    padding: 60px 0px 60px;
}
.testimonial-card {
    border: 2px solid #266777;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    margin: 30px;
}
.testimonial-card-content p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 12px;
}
.testi-username {
    font-size: 18px;
    font-weight: bold;
    color: #243b48;
}
.testimonial-card::after {
    position: absolute;
    content: "\f10d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #3080b6;
    font-size: 40px;
    right: 35px;
    padding: 5px 20px;
    bottom: -30px;
    background-color: #1d3f4e;
}
.testimonial-slider-section p {
    color: #ddd;
}
.testimonial-slider-section .testi-username {
    color: #009feb;
}
.sponsers-section {
    padding: 60px 0px 60px;
}
.sponcers-carousel-section .sponsers-card {
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 95px;
    padding: 10px;
}
.sponcers-carousel-section .sponsers-card img {
    width: 100%;
    height: 100%;
}
.footer-section {
    width: 100%;
    background-image: url(../images/background/bg-2.jpg);
    background-size: cover;
    background-color: #113c46;
    background-blend-mode: multiply;
    padding: 30px 0px 20px 0px;
}
.footer-logo {
    display: flex;
}
.footer-logo img {
    width: 160px;
    margin: 0px;
}
.footer-co-description p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    line-height: 22px;
    text-align: justify;
}
.footer-links {
    padding-left: 20px;
}
.footer-title h4 {
    color: #fbf6f4;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline;
}
.footer-links ul {
    padding-left: 0px;
    margin-top: 5px;
}
.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    line-height: 22px;
    padding: 4px 10px;
    display: block;
}
.footer-links ul li a:hover {
    color: #00cbff;
}
.footer-links .address-sec li {
    margin-bottom: 5px;
}
.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.follow-us-on-text {
    color: #fff;
    margin-bottom: 5px;
}
.footer-social-links {
    display: flex;
    margin-top: 5px !important;
}
.footer-social-links li a {
    display: flex;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
}
.footer-social-links .fa-facebook-f {
    color: #0075ea !important;
    font-size: 14px;
}
.footer-social-links .fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}
.footer-social-links .fa-twitter {
    color: #009feb !important;
    font-size: 14px;
}
.footer-social-links .fa-youtube {
    color: #f70000 !important;
    font-size: 14px;
}
.footer-social-links .fa-linkedin-in {
    color: #0079b5;
    font-size: 14px;
}
.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #11c4f1;
    font-size: 15px;
}
.footer-links ul li a i {
    font-size: 12px;
}
.footer-links ul li a i {
    font-size: 9px;
}
.copyright-section {
    width: 100%;
    background: #060418;
    padding: 12px 0px;
}
.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.text-end {
    text-align: right !important;
}
#button {
    display: inline-block;
    background-color: #2a3a48;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #151e25;
}
#button:active {
    background-color: #151e25;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
/* mobile header */

/* Mobile Header*/

.mobile-header {
    display: none;
}
/* mobile header */
.header-section-for-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 1px solid #ddd;
}
.header-section-for-mobile .mobile-header-logo-img {
    width: 90px;
}
.hamgurger div {
    width: 30px;
    height: 3px;
    background: #5a5a5a;
    margin: 0px 0px 5px 0px;
}
.close-btn-header {
    width: 30px;
    height: 30px;
    color: #2e3192;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
}
.mobile-header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-header-logo .mobile-header-logo-img {
    width: 70px;
}
.mobile-header-wrapper {
    width: 100%;
    left: -100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 10000;
    background: #f4faff;
    padding: 15px 18px;
    transition: 0.4s ease;
}
.mobile-header-wrapper.show {
    left: 0px;
}
.mobile-header-navigation ul {
    padding: 0px;
    margin: 0px;
    margin-top: 14px;
}
.mobile-header-navigation ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    color: #3d0d49;
    font-weight: 600;
}
.mobile-header-navigation ul li .head-enquire {
    text-align: center;
    margin: 18px 35px;
}
.toggle-sub i {
    float: right;
    padding-right: 10px;
    line-height: 24px;
}
.mobile-header-navigation ul .toggle-sub-list {
    margin-top: auto;
    margin-left: 20px;
    display: none;
}
.toggle-sub-list.show {
    display: block !important;
}
.top-header.top-mobile-header {
    display: none;
}
/* WhatsApp */
#whatsapp {
    position: fixed;
    right: 32px;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 35px;
    background-color: #25d366;
    border-radius: 100%;
    bottom: 100px;
    z-index: 198189932600;
}
#whatsapp i {
    position: relative;
    top: -2px;
    left: 0px;
}
 @keyframes mymove {
 0% {
 top: 150px;
}
 100% {
 top: 150px;
 background-color: #01e675;
 transform: rotateZ(360deg);
 -webkit-transform: rotateZ(360deg);
 -moz-transform: rotateZ(360deg);
 -ms-transform: rotateZ(360deg);
}
}
.inner-banner-section {
    min-height: 200px;
}
.inner-banner-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.inner-banner-link {
    text-align: center;
}
.inner-banner-link p a {
    font-size: 16px;
    color: #a62418;
}
.inner-banner-link p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.inner-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2a3a48;
}
.inner-padding {
    padding: 60px 0px 60px;
}
.service-img {
    width: 100%;
    position: relative;
}
.service-img img {
    width: 100%;
}
.ceo-message {
    padding: 60px 0px 60px;
}
.ceo-name {
    position: absolute;
    bottom: 20px;
    left: -20px;
    padding: 20px;
    background: #ffebeb;
    border-bottom: 6px solid #266777;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ceo-name h4 {
    font-size: 22px;
    font-weight: 700;
    color: #243b48;
}
.ceo-name p {
    color: #2e2e2e;
    font-weight: 500;
}
.ceo-message .row {
    align-items: center;
}
.ceo-message-cls {
    margin-right: 50px;
}
.about-us-content.ceo-message-cls p {
    margin-bottom: 0px;
}
.vision-mission {
    display: flex;
    margin-bottom: 20px;
}
.vision-mission-icon {
    width: 30%;
    height: auto;
    margin-right: 16px;
}
.vision-mission-icon img {
    width: 100%;
}
.video-poppup-btn {
    position: absolute;
    bottom: 45px;
    left: 0px;
}
.video-open-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbebeb;
    border-radius: 100%;
    border: 1px solid #2667770a;
}
.video-open-btn i {
    font-size: 30px;
}
/* BTN ANIMAION */

.video-play-button {
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ff4c60;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #243b48;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button:hover:after {
    background-color: #266777;
}
.video-play-button:before {
    content: "";
    color: red;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #243b48;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    z-index: 3;
    width: 0;
    height: 0px;
    border-left: 32px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: relative;
    left: 4px;
}
 @-webkit-keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}
.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}
.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}
.video-overlay-close:hover {
    color: #ff4c60;
    transform: scale(1.5);
}
.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/* ENTRANCE ANIMATION OF THE PLAY BUTTON */

.video-play-button {
    -webkit-animation: scale-up-center 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
    animation: scale-up-center 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
 @-webkit-keyframes scale-up-center {
 0% {
 transform: scale(0.5);
}
 100% {
 transform: scale(1);
}
}
 @keyframes scale-up-center {
 0% {
 transform: scale(0.5);
}
 100% {
 transform: scale(1);
}
}
.about-us-content.syllabus-cls {
    padding-left: 0px;
}
.table-for-syllabus thead tr th {
    padding: 10px;
    background: #266777;
    border: 1px solid #ddddddd1;
    color: #fff;
}
.table-for-syllabus tr td {
    padding: 10px;
    background: #dddddd1f;
    border: 1px solid #ddddddd1;
}
.table-for-syllabus tr td:first-child {
    width: 100%;
}
.table-for-syllabus tr td:last-child {
    text-align: center;
}
.table-for-syllabus tr td a i {
    font-size: 20px;
}
/*--------contact form----------*/

.contact-form {
    background: #f6f6f6;
    padding: 2em;
    border-radius: 2%;
}
.contact-form i {
    color: #a62418;
    font-size: 35px;
    vertical-align: middle;
}
.contact-form p {
    line-height: 24px;
    text-align: justify;
    color: #585858;
    margin-top: 1rem;
}
.office {
    font-size: 20px;
    color: #16232a;
    position: relative;
    top: 12px;
    line-height: 0;
}
.locate {
    margin-top: 2em;
    line-height: 0;
}
.number {
    font-size: 20px;
}
.number-2 {
    padding: 0 38px;
    font-size: 20px;
    line-height: 0px;
}
.detail-2 {
    padding: 0 2rem;
}
.fill-form {
    font-size: 18px;
    padding: 20px 0;
    color: #16232a;
}
.form-2 {
    margin-top: 2em;
}
.submit input {
    padding: 13px 2rem;
    outline: none;
    border: none;
    color: #fff;
    background: #a62418;
    border-radius: 30px;
}
.submit input:hover {
    background: #841106;
}
#contact {
    font-size: 45px;
}
/*-------------batches---------------------*/
/* 

.table {
    width: 100%;
}

.table  {
      padding: 10px;
    background: #266777;
    border: 1px solid #ddddddd1;
    color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

}
.table th {
    padding: 10px!important;
    background: #266777!important;
    border: 1px solid #ddddddd1 !important;
    color: #fff!important;
    box-shadow: inset 0px 0px 11px #880b00!important;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
    padding: 10px;
    border: 1px solid #ddddddd1;
} */


.table thead th {
    background: #ebfeff;
}
.table>thead {
    border-bottom: 1px solid #002968;
}
/*  */
.productSideBar {
    border-radius: 18px;
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.sideaccordiancard {
    padding: 8px 18px 18px 18px;
}
.productSideBar .titletwo {
    /* background: #e5faff; */
    padding: 0px 0px 11px;
    border-radius: 0;
}
.productSideBar .sidebarTitle {
    padding: 5px 17px;
    background: #e5faff;
}
.productSideBar .titletwo::after {
    left: 0px;
}
.productSideBar .accordion {
    margin-bottom: 0px;
}
.productSideBar .accordion-item:first-of-type {
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    border-radius: 15px;
}
.productSideBar .accordion-item {
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #efefef;
}
.productSideBar .accordion-button.JustaTitle {
    background: #e5faff;
    font-size: 17px;
}
.productSideBar .accordion-button {
    padding: 11px 0px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    font-size: 15px;
    font-weight: 500;
    color: #404040;
}
.productSideBar .accordion-button:focus {
    box-shadow: none;
}
.productSideBar .accordion-body {
    padding: 0px;
}
.prcatAccordList ul li a {
    display: block;
    padding: 12px 10px;
    border-bottom: 1px dashed #edf5ff;
}
.productSideBar .accordion-button.JustaTitle::after {
    display: none;
}
.productSideBar .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}
.productSideBar .accordion-item:first-of-type {
    border-radius: 0px;
}
.productSideBar .accordion-button:not(.collapsed) {
    border: 1px solid #eafbff;
    background: #f4fdff;
    padding: 13px 14px;
    border-radius: 10px;
    border-bottom: none;
}
.productSideBar .accordion-button::after {
    background-size: 14px;
    display: none;
}
.productSideBar .fa-angle-double-right::before {
    font-size: 10px;
}
.pdfembedWrapper {
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    height: 600px;
}
.stickysidebar.navbars {
    margin-top: -105px;
    top: 0px;
}
.stickysidebar.navbars .productSideBar {
    border-radius: 0px;
}
.registerfromWrapper {
    background: #eefcff;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.registerForm {
    padding: 30px 16px;
}
.registerInstruction {
    height: 100%;
}
.registerInstruction .imgsec {
    height: 100%;
}
.registerInstruction .imgsec img {
    height: 100%;
    width: 100%;
}
.onmodal .btn-close {
    position: absolute;
    right: 10px;
}
.form-group span {
    color: red;
}
.form-control {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #52ab98;
}
 .form-control::placeholder {
 color: #b3b3b3;
}
.form-select {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.form-select:focus {
    box-shadow: none;
    border: 1px solid #52ab98;
}
.form-group label {
    margin-bottom: 6px;
}
.greenBtn {
    background: #52ab98;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease-in-out;
    display: inline-block;
}
.dividers {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.dividers p {
    font-size: 14px;
    color: #222;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px 0px;
}
.dividers p a {
    font-size: 14px;
}
.dividers p::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.dividers p::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bgregister {
    background: #eefcff;
}
.registerfromWrapper.registerPage {
    background: linear-gradient(#ffffff57, #ffffff63), url(../images/bg/white-texture-bg.jpg);
    border-radius: 10px;
    background-size: 100%;
}
.registerPage .registerForm {
    padding: 40px;
}
.otpinputRow {
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.otpinputRow input.form-control {
    width: 80px;
    height: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #5e5e5e;
}
.otpImg {
    text-align: center;
    margin: 40px auto 10px;
}
.otpImg img {
    width: 100px;
}
.otpImg p {
    padding: 0px 10%;
    margin-top: 30px;
}
.imgsec {
    width: 100%;
}
.imgsec img {
    width: 100%;
}
.imgsec.onregisterpage {
    width: 60%;
    height: auto;
    margin: auto;
    margin-top: 30px;
}
/* StudentPanel */
.studentPanel {
    margin-top: 0;
    display: flex;
    width: 100%; 
}
.panelSidebar {
    width: var(--usersideWidth);
    height: 100vh;
    background: #ebfeff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-right: 1px solid #81d6dc;
    position: sticky;
    top: 100px;
}

/*=====================8-7-25=open=======================*/
@media (max-width: 768px) {
    .studentPanel {
        flex-direction: column;
    }

    .panelSidebar {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        box-shadow: none;
        border-right: none;
        border-bottom: 1px solid #81d6dc;
    }
  .panelMainWrapper {
        width: 100% !important;
        padding: 15px;
    }

.sideCard { padding:10px 15px !important;
    }

}


  /* Base styles */
    .menu {
        list-style: none;
        padding: 0;
        margin: 0;

    

    }

    .menu > li {
        position: relative;
    }
.menu-label img{max-width:15px; transition: 0.3s ease-in-out;}
    /* Hide submenu by default */
    .submenu {
        display: none;
        list-style: none;
        margin: 0;
        padding:0px 10px; 
        background: #d5fafd;
    }

  .submenu li a{font-size: 14px;
    display: inline-block;
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px dashed #ddd;

  }


 .submenu li a:hover{background: #b8faff;
    color: #2c2c2c;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}




.panelSidebar .menu-label:hover img{
    filter: invert(1);
}


    /* Checkbox hidden */
    .toggle {
        display: none;
    }

    /* Label styled like a link */
    .menu-label {
        cursor: pointer;
        display: flex;
        align-items: center;
        
        text-decoration: none;

        display: inline-block;
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: 0.3s ease-in-out;

    }


  .menu-label:hover{background: #52ab98;
    color: #fff;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


    /* Show submenu when checkbox is checked */
    .toggle:checked + label + .submenu {
        display: block;
    }


 #myDiv {
      display: none; /* Initially hidden */ 
      padding:0px 0px;

       
    }

.mobile_e{text-align: center;}
.mobile_e button{border: none !important; width: 90%;
    padding: 10px 0px; background:#276777;  margin: 10px 0px; border-radius:6px; color:#fff; font-weight:600; }


/*=====================8-7-25=end=======================*/



.panelSidebar .mainsidebar {
    padding: 20px 20px;
}
.panelSidebar .mainsidebar>li>a {
    display: inline-block;
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}
.panelSidebar .mainsidebar>li>a:hover, .panelSidebar .mainsidebar>li>a.active {
    background: #52ab98;
    color: #fff;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mainsidebar img {
    transition: 0.3s ease-in-out;
}
.panelSidebar .mainsidebar>li>a img {
    width: 15px;
}
.panelSidebar .mainsidebar>li>a:hover img, .panelSidebar .mainsidebar>li>a.active img {
    filter: invert(1);
}
.hassubmaiside {
    position: relative;
}
.submainsidebar a {
    display: inline-block;
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}
.submainsidebar a:hover, .submainsidebar a.active {
    background: #b8faff;
    color: #2c2c2c;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.submainsidebar {
    display: none;
    padding-left: 15px;
    background: #d5fafd;
}
.panelMainWrapper {
    width: calc(100% - var(--usersideWidth));
    padding: 20px;
    background: #f7f7f7;
}
.panelCard {
    padding: 16px;
    border: 1px solid #ededed;
    border-radius: 0;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 14px;
}
.profiledashDP .avatar {
    margin: auto;
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
}
.avatar {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}
.avatar img {
    width: 100%;
    height: 100%;
}
.profiledashDP .avatar .dashboardProfileEditBtn {
    position: absolute;
    bottom: -4px;
    background: #fff2f2;
    display: inline-block;
    right: -2px;
    z-index: 1;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
}
.avatar.avatar-online:after {
    background-color: #56ca00;
}
.avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}
.rounded-circle {
    border-radius: 50% !important;
}
.profileDashContent {
    text-align: center;
}
.profileDashContent h5 {
    font-size: 20px;
    font-weight: 600;
    color: #002f29;
}
.profileDashContent p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: normal;
}
.profileDashContent h6 {
    font-size: 13px;
    font-weight: 600;
}
.profileShortInfo h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.profileShortInfo h4 span {
    font-size: 30px;
    font-weight: 700;
    color: #52ab98;
}
.profileForm .form-control {
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.profileForm .form-select {
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.profileForm .form-select:focus {
    box-shadow: none;
}
.profileForm .form-control:focus {
    box-shadow: none;
}
:root {
 --usersideWidth: 20%;
 --sideNavbar: 21%;
}
.avatar-upload {
    position: relative;
    max-width: fit-content;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: -6px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #ef9201;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 14px;
}
.avatar-upload .avatar-preview {
    width: 132px;
    height: 132px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.transactiondetials img.astrologImg {
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
.table td {
    vertical-align: middle;
}
.ptitleHead {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: space-between;
    width: 100%;
}
.ptitleHead img {
    background: transparent;
    width: 50px;
    padding: 0;
    border-radius: 10px;
}
.ptitleHead h5 {
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 400;
}
.ptilecontent {
    margin-top: 10px;
}
.ptilecontent h2 {
    font-weight: 600;
}
.panelTiles {
    padding: 16px;
    border: 1px solid #ededed;
    border-radius: 0;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 14px;
}
.normalbtn {
    background: #00adb9;
    border: none;
    padding: 14px 20px;
    color: #fff;
    transition: 0.3s ease-in-out;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #00adb9;
    transition: 0.3s ease-in-out;
}
.normalbtn.color2 {
    background: #d7fcff;
    color: #00adb9;
    border: 1px solid #00adb9;
    ;
}
.normalbtn:hover {
    transform: scale(1.005) translateY(-2px);
}
/* switch slider */
.switch input {
    display: none;
}
.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    position: relative;
}
/* Style Wired */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #b9b9b9, 0 0 4px #9d9d9d;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #eb0f0f;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}
input:checked+.slider:before {
    transform: translateX(30px);
    background: #299700;
}
input:checked+.slider {
    box-shadow: 0 0 0 2px #278006, 0 0 2px #006804;
}
.switch.small {
    width: 42px;
    height: 19px;
}
.switch.small .slider {
    border: 2px solid transparent;
}
.switch.small .slider:before {
    transform: translateX(-23px);
}
.switch.small input:checked+.slider:before {
    transform: translateX(23px);
}
/* .artiotherinfo.intable {
    flex-direction: column;
    margin: 0px;
} */


.normalbtn.smallsize {
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
}
.normalbtn.btnoutline {
    background: transparent;
    border: 1px solid #f59100;
    color: #f59100;
}
.normalbtn.btnoutline.btndel {
    background: transparent;
    border: 1px solid #f50000;
    color: #f50000;
}
.artiotherinfo.intable li {
    font-size: 13px;
    font-weight: normal;
}
.artiotherinfo.intable li img {
    width: 15px;
}
.artiotherinfo.intable {
    margin-top: 4px;
}
.table td a, .table th a {
    color: #266777;
    font-weight: 600;
}
/* New CSS */
.mainworkspace .sideNavbar {
    height: fit-content;
    background: #ffffff;
    margin-bottom: 00px;
    border: 1px solid #f2f2f2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.mainworkspace {
    display: flex;
}
.sideNavbar{width:var(--sideNavbar);}
.contentWrapper {
    width:calc(100% - var(--sideNavbar));
}
.navsidebartitle {
    width: 100%;
    display: block;
    padding: 15px 19px;
    color: #404040;
    font-weight: 500;
    background: #e5faff;
    height: 53px;
}
.navsidebartitle h5 {
    font-size:18px; font-weight: 600;
}
.sideNavbar ul > li a {
    padding: 12px 18px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    display: block;
    border-bottom: 1px dashed #ddd;
}
.sideNavbar ul > li:last-child a {
    border-bottom: none;
}
.sideNavbar ul > li a:hover, .sideNavbar ul > li a.active {
    background: #266777;
    color: #fff;
    padding-left: 30px;
}
.stickynavbar {
    position: sticky;
    top: 0px;
}
.headerSearch {
    width: 46%;
}
.sidesearchInput button {
    top: 15px;
}
/* member */
/* Feature Member Card Styles */
.featureMemb {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.featureMemb:hover {
/*transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);*/
}
.fmemberImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 3px solid #52ab98;
}
.fmemberImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fmemberImge {
    width: 300px; text-align: center; display: inline-flex; justify-content: center; justify-content: center;
    min-height: 173px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
}
.fmemberImge img {
    width: auto!important; max-width: 100%;
    max-height: 173px; height: auto!important; border-radius: 15px;
}
.fmemberContent {
    text-align: center;
}
.fmemberContent .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    margin-top: 0px;
}
.fmemberContent span {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.memberDesc {
    font-size: 14px;
    color: #242424;
    line-height: 1.6;
    margin-top: 10px;
    /* max-height: 80px; */
    
    min-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.memberDesc p {
    margin: 0;
    font-size: 15px;
}
.textbtn {
    color: #52ab98;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
    transition: color 0.3s ease;
}
.fmemberSlider.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 47%;
    right: -24px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    border-radius: 100%;
}
.fmemberSlider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 47%;
    left: -24px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    border-radius: 100%;
}
.fmemberSlider.owl-carousel:hover .owl-nav button.owl-prev, .fmemberSlider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}
.articleWrapperContainer .articleCard:last-child {
    margin-bottom: 0px;
}
.featuredMemberWrapper {
    padding-bottom: 12px;
}
/* Job Listing Card Styles */
.jobCard {
    transition: box-shadow 0.3s ease;
    padding: 14px;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid #bef2ff;
    background: #e5faff;
    min-height: 220px;
}
.jobprofile {
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0px;
}
.jobprofile img {
    max-width: 62px !important;
}
.jobCardHeader {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.jobTitle {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    word-break: break-all;
}
.companyName {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
}
.jobCardBody {
    font-size: 14px;
    color: #242424;
    line-height: 1.6;
}
.jobLocation {
    margin: 5px 0;
    font-weight: 500;
}
.jobStatus {
    color: #266777;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
}
.jobPosted {
    color: #999;
    margin: 5px 0;
}
.workspacewrapper {
    padding: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.latestNews .articleWrapperContainer .articleCard {
    margin-bottom: 20px;
    min-height: 278px;
    background: #fff;
}
/* .latestNews {
    background: #fbfbfb;
} */

.jobopenings .nav-tabs {
    justify-content: center;
    border: none;
    background: #fff;
    border-radius: 30px;
    padding: 1px;
}
.jobopenings .nav-tabs .nav-link {
    margin-bottom: 0px;
    padding-bottom: 7px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    padding: 10px 30px;
}
.jobopenings .nav-tabs .nav-link.active {
    border-bottom: none;
    position: relative;
    top: 1px;
    background: #266777;
    color: #fff;
    padding-left: 30px;
    border-radius: 30px;
}
.jobpeningwrapper .row .col-md-4:nth-child(4) .jobCard, .jobpeningwrapper .row .col-md-4:nth-child(5) .jobCard, .jobpeningwrapper .row .col-md-4:nth-child(6) .jobCard {
    margin-bottom: 0px;
}
.featurememSlider .item {
    padding: 10px;
}
.featurememSlider .fmemberContent .title {
    font-size: 16px;
}
.featurememSlider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 37%;
    right: -24px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    border-radius: 100%;
}
.featurememSlider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 37%;
    left: -24px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    border-radius: 100%;
}
.withbutton.notspacebetween {
    justify-content: flex-start;
    gap: 12px;
}
.jobcardSlider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 37%;
    right: -24px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    border-radius: 100%;
}
.jobcardSlider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 37%;
    left: -24px;
    background: #F4F7F9;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    color: #282828;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    border-radius: 100%;
}
.footerbdr {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0px;
}
.footmainlist li a {
    font-size: 17px!important;
}
/*harpreet css start*/
.chapterlist {
    padding: 18px 0px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
}
.chapterlist h4 {
    padding: 5px 15px;
}
.chapterlist-scroll {
    max-height: 230px;
    overflow-y: auto;
}
.chapterlist li a {
    padding: 10px 10px 10px 10px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #404040;
    display: block;
    border-bottom: 1px dashed #ddd;
}
.download-pdf-btn {
    border: 1px sold #f2f2f2;
    text-align: center;
}
.top0 {
    top: 0;
}
.borderbox {
    padding: 5px 5px;
    border-radius: 18px;
    border: 1px solid #f2f2f2;
        max-height: 230px;
    overflow-y: auto;
}
.filelist {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}
.filelist>li {
    border-bottom: 1px dashed #ddd;
    padding: 5px 10px;
}
.filelist>li:last-child {
    border-bottom: 0;
}
.filelist>li a {
    padding: 0px 0px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    display: block;
}
.filelist li a:hover {
    color: #58ae9c;
}
.filelist>li p {
    font-size: 13px;
    padding: 0px 0 0 20px;
    margin: 0px;
    min-height: 18px;
}
.filelist ul {
    margin: 0px 0px 0px 18px;
    padding: 0px;
}
.filelist ul li {
    font-weight: 400;
    font-size: 11px!important;
}
.filelist ul li a {
    display: inline-flex;
}
.filelist ul li img {
    width: 14px !important;
    display: inline-block!important;
}
.minhight {
    min-height: 350px!important;
}
/* Give the PDF container some basic styling */
/*.pdfobject-container { height: 260px; border: 1px solid #ccc; }*/

.pdfheader {
    font-size: 20px;
    font-weight: 600;
    color: #266777;
    margin-bottom: 15px;
}
.pdf-canvas {
    width: 100%;
    height: 270px;
    overflow: auto;
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}
.pdf-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.pdf-control button {
    border: 0 none;
    border-radius: 15px;
    color: #fff;
    background: #266777;
    padding: 5px 15px;
    cursor: pointer;
}
.pdf-control button:hover {
    background: #58ae9c;
}
.pdf-control button.prevbtn {
    background: #58ae9c;
}
.pdf-control button.nextbtn {
    background: #58ae9c;
}
.pdf-control button.prevbtn:hover, .pdf-control button.nextbtn:hover {
    background: #256575;
}
.referenceguide table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    background-color: #e5faff;
    color: #256575;
}
.referenceguide th, .referenceguide td {
    border: 1px solid #a8dbe9;
    color: white;
    padding: 12px;
    text-align: left;
}
.referenceguide td {
    min-width: 150px;
}
.referenceguide tr:nth-child(even) {
    background-color: #d2f3fb;
}
.referenceguide td a {
    color: #000;
}
.referenceguide td a:hover {
    color: #266777;
}
.referenceguide td:hover {
    background: #fff;
}
.whichsectionlink {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #bbceef;
    background: #e0fff1;
    background: radial-gradient(circle, rgba(224, 255, 241, 1) 0%, rgba(217, 228, 255, 1) 100%);
}
.whichsectionlink a {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 30px;
    color: #295093;
    animation: mymove 1s infinite;
}
@keyframes mymove {
 from {
color: #295093;
}
to {
    color: #c72484;
}
}
/*#c72484*/


.subcatviewall {
    position: absolute;
    right: 0;
    top: 0;
}
/*harpreet css end*/


.featuredMemberWrapper.popupsidearti .filelist ul {
    margin: 0px;
}
.popupsidearti .filelist>li a {
    font-size: 15px;
    color: #266777;
    margin-bottom: 6px;
}
.popupsidearti .filelist>li {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.popupsidearti .filelist>li:last-child {
    padding-bottom: 0px;
}
.featuredMemberWrapper.popupsidearti {
    padding-bottom: 0px;
}
.sidecategroy {
    flex-wrap: wrap;
    gap: 10px;
}
.sidecategroy li a {
    padding: 2px 10px 2px 0px;
    display: inline-block;
    width: fit-content;
    /* background: #f0fafd; */
    border-radius: 10px;
    color: #242424;/* border: 1px solid #deedf1; */
}
.articleTitle {
    width: 100%;
    text-align: center;
}
.articleTitle h3 {
    font-size: 28px;
    font-weight: 600;
    color: #266777;
}
.authordetails {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
}
.authorSec {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.authorSec .authorDP {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
}
.authorSec .authorDP img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.authorName {
    text-align: left;
}
.authorName h4 {
    color: #52ab98;
    font-size: 16px;
    font-weight: 600;
}
.authorName p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
}
.shareon {
}
.articleTitle {
    padding-bottom: 11px;
    position: relative;
}
.articleTitle::before {
    content: '';
    position: absolute;
    width: 100%;
    margin: auto;
    height: 1px;
    background: #e7e7e7;
    left: 0px;
    right: 0px;
    border-radius: 100%;
    bottom: 1px;
    border: 0;
    z-index: 1;
}
.articleTitle::after {
    content: '';
    position: absolute;
    width: 100px;
    margin: auto;
    height: 3px;
    background: #269f85;
    left: 0px;
    right: 0px;
    border-radius: 30px;
    bottom: 0px;
    z-index: 2;
}
.norcontent h1, .norcontent h2, .norcontent h3, .norcontent h4, .norcontent h5, .norcontent h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.norcontent p {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.7;
}
.norcontent ul li {
    margin-bottom: 10px;
    list-style-type: auto;
}
.norcontent ul {
    list-style: inherit;
    margin-left: 20px;
}
.norcontent > *:first-child {
    margin-top: 0px;
}
.norcontent table {
}
.norcontent th {
    background: #e5faff;
}
.norcontent th, .norcontent td {
    border: 1px solid #a8dbe9;
    padding: 12px;
    text-align: left;
    font-size: 12px;
}
.norcontent th, .norcontent td {
    border: 1px solid #a8dbe9;
    padding: 12px;
    text-align: left;
    font-size: 12px;
}
.norcontent td p {
    font-size: 14px!important;
    text-align: left!important;
}
.publishedBy {
    background: linear-gradient(88deg, #e8faff91, #e8faff91), url(../images/texture/1.jpg);
    padding: 15px;
    border: 1px solid #daf1f7;
    margin-bottom: 15px;
}
.publishedBy h5 {
    color: #52ab98;
    border-bottom: 1px solid #c8edf7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.publishedBy .authorSec .authorDP {
    width: 300px;
    min-width: 170px;
    height: 220px;
    border-radius: 10px;
    margin-right: 12px;
}
.publishedBy .authorName h6 {
    font-size: 14px;
    margin-top: 3px;
}
.publishedBy .authorName h4 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #000;
}
.publishedBy .authorName ul {
    margin: 5px 0;
    padding: 0px;
    list-style: none;
}
.publishedBy .authorName ul li {
    display: inline-block;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 40%;
    font-size: 13px;
}
.publishedBy .authorName ul li {
    display: inline-block;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 40%;
    font-size: 13px;
}
.publishedBy .authorName ul li span {
    font-weight: 700;
}
.publishedBy .authorName p a {
    font-weight: 700;
    font-size: 13px;
    color: #269f85;
}
.publishedBy .authorName p a:hover {
    color: #000;
}
.publishedBy .authorName h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}
.mypost {
    margin-bottom: 5px;
}
.mypost a {
    font-size: 13px;
    color: #266777;
    margin-bottom: 5px;
    text-decoration: underline;
}
.mypost a:hover {
    color: #000;
    text-decoration: none;
}
.morepost {
    font-weight: 700;
    font-size: 13px;
    color: #269f85;
}
.morepost:hover {
    color: #000;
}
.authersubhd {
    color: #266777;
    margin: 12px 0px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    border-bottom: 1px solid #9ed5e3;
}
.authersubhd:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #266777;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.likecommentbtns {
    padding: 9px 19px;
    background: #f5f5f5;
    border-radius: 5px;
    display: inline-block;
}
.likecommentbtns:hover {
    background: #e2e2e2;
}
.cusReviewCreate {
    padding: 12px 0px;
}
.cusReviewCreate .comment-list>.comment .comment-body {
    position: relative;
    margin-bottom: 0px;
    min-height: 95px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 25px;
}
.cusReviewCreate .comment-list>.comment .comment-body .comment-author .avatar {
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}
.cusReviewCreate .comment-list>.comment .comment-body .comment-author .fn {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 8px;
    display: block;
}
.cusReviewCreate .comment-list>.comment .comment-body .star-rating {
    font-size: 14px;
    margin-bottom: 10px;
}
.cusReviewCreate .text-secondary {
    color: #ffc822 !important;
}
.cusReviewCreate .comment-list>.comment .comment-body p {
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    color: #646464;
}
.commentReviewForm {
    padding: 22px;
    width: 100%;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.reviewsectionondetail {
    position: sticky;
    top: 120px;
}
.star-rating {
    /* direction: rtl; */
    display: inline-block;
    padding: 0px;
    cursor: default;
    display: flex;
    gap: 8px;
}
.star-rating input[type=radio] {
    display: none;
}
.star-rating label {
    color: #d1d1d1;
    font-size: 22px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.star-rating label:hover, .star-rating label:hover~label, .star-rating input[type=radio]:checked~label {
    color: #f2b600;
}
.signupWithGmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #ffe0c4;
    border-radius: 8px;
    background: #ffdbdb59;
}
.signupgmailIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}
.signupwithFacebook {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 7px 10px;
    border: 1px solid #bfdfff;
    border-radius: 8px;
    background: #a4d9ff38;
}
.signupFacebookIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}
.signupwithEmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f4f4f4;
}
.navtabLinks.nav-tabs {
    justify-content: center;
    border: none;
    background: #fff;
    border-radius: 30px;
    padding: 1px;
}
.navtabLinks.nav-tabs .nav-link {
    margin-bottom: 0px;
    padding-bottom: 7px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    padding: 10px 30px;
}
.navtabLinks.nav-tabs .nav-link.active {
    border-bottom: none;
    position: relative;
    top: 1px;
    background: #266777;
    color: #fff;
    padding-left: 30px;
    border-radius: 30px;
}
.highlightedText {
    padding: 16px;
    background: #dfdd;
    display: block;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 13px;
}
.jobCard.normalHeader {
    background: #fff;
    position: relative;
}
.jobCard.normalHeader .jobCardHeader {
    margin-bottom: 0px;
}
.jobCard.normalHeader .jobCardHeader .jobprofile {
    /*    position: absolute;*/
    right: 10px;/* top: 0px;
    bottom: 0px;*/
/*    margin: auto;*/
}
.jobCardHeader2 {
    justify-content: space-between;
}
.jobDesContainer p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 12px;
}
.jobDescriptionsContent {
    margin-bottom: 30px;
}
.jobDesContainer h1, .jobDesContainer h2, .jobDesContainer h3, .jobDesContainer h4, .jobDesContainer h5, .jobDesContainer h6 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #1c7260;
}
.jobDesContainer h1::after, .jobDesContainer h2::after, .jobDesContainer h3::after, .jobDesContainer h4::after, .jobDesContainer h5::after, .jobDesContainer h6::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #269f85;
    bottom: 0px;
    left: 0px;
}
.jobHighlights {
    background: #f0fcff;
    padding: 17px;
    border-radius: 12px;
    margin-bottom: 14px;
}
.jobHighlights ul {
    padding-left: 12px;
}
.jobHighlights ul li {
    list-style-type: disc;
}
.jobDesContainer {
    transition: box-shadow 0.3s ease;
    padding: 14px;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid #f0fcff;
    background: #ffffff;
    box-shadow: 0px 0px 10px #e7e7e7;
}
.subpostabb {
    justify-content: flex-start!important;
    margin-bottom: 20px;
}
.subpostabb.navtabLinks.nav-tabs .nav-link {
    border-radius: 5px;
    padding: 2px 20px;
    margin-right: 10px;
    font-size: 14px;
    background: #efefef;
}
.subpostabb.navtabLinks.nav-tabs .nav-link.active {
    background: #dfad53;
    border: 0
}
.subpostabb.navtabLinks.nav-tabs .nav-link:nth-child(2).active {
    background: #4e9ca9;
}
.subpostabb.navtabLinks.nav-tabs .nav-link:nth-child(3).active {
    background: #9ba54c;
}
.heightscroll {
    max-height: 300px;
    overflow-y: auto;
}
.paging {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.paging ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.paging ul li {
    display: inline-block;
    margin: 0px 5px 10px 0px;
    padding: 0px 5px 0px 0px;
    list-style: none;
    color: #000;
}
.paging ul li i {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    color: #54ac99;
}
.paging ul li a {
    color: #000;
}
.articleTitle2 h3 {
    font-size:26px;
    font-weight: 600;
    color: #1c7260;
    margin-bottom: 10px;
}
.articleTitle2 img {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}
.featlist img {
    border-radius: 15px;
    max-width: 100%;
    margin-bottom: 5px;
}
.featart-det img {
    max-width: 100%;
    margin: 15px 0px;
    border-radius: 15px;
}
.downloadbtn {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 15px;
    background: #266777;
    border-radius: 5px;
}
.share_downloadbtn {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 5px;
    float: right;
}
.artiotherinfolist {
    text-align: left;
    float: right;
    margin: 0px;
}
.artiotherinfolist li {
    font-size: 12px;
    margin: 0px 0px 5px 0px;
}
.artiotherinfolist li svg, .artiotherinfolist li img {
    margin-right: 5px;
}
.name {
    font-weight: 700!important;
    color: #c09001;
}
.artiotherinfolist li a {
    font-size: 12px;
    color: #000;
}
.filtercont {
    border: 1px solid #bef2ff;
    background: #e5faff;
    padding: 7px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.filtercont select {
    font-size: 13px;
    border: 1px solid #bef2ff;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.filtersbmit {
    background: #57ae9b;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.filtersbmit:hover {
    background: #266777;
}
.detail-auth-date {
    margin: 0px 0px 15px 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.det-artiotherinfo {
    background: #efefef;
    padding: 5px;
    margin-bottom: 15px;
}
.det-artiotherinfo li {
    padding: 5px;
}

/*responsive css start*/
@media screen and (max-width:1500px) and (min-width:1300px) {
.main-header ul li a {
    font-size: 14px;
    padding: 14px 14px;
}
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
.latestNews .artiotherinfo.d-flex.gap-5 {
    gap: 20px!important;
}
.latestNews .artiotherinfo li {
    font-size: 13px;
}
.latestNews .artiotherinfo li img {
    width: 15px;
    filter: brightness(0.5) contrast(0.2);
}
.calendar-day, .calendar-date {
    padding: 5px 2px;
}
.dashboardsidecont .artiotherinfo li {
    font-weight: 400;
    font-size: 11px;
}
.artiotherinfo li img {
    width: 15px !important;
    display: inline-block !important;
}
.dashboardsidecont p {
    font-size: 13px;
}
.dashboardsidecont .title {
    font-size: 15px;
    line-height: 23px;
}
.dashboardsidecont.sideCard {
    padding: 12px;
}
}
@media screen and (max-width: 1180px) {
.main-header ul li a {
    padding: 16px 12px;
}
.main-header ul li:last-child {
    position: relative;
}
}
@media screen and (max-width: 768px) {
.top-header.top-mobile-header {
    display: block;
}
.top-header-links {
    display: grid;
}
.top-header-links ul {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.top-header-links ul li a {
    font-size: 13px;
}
.top-header-links ul.top-head-contact li i {
    font-size: 14px;
}
.courses-card-section .owl-carousel .owl-nav .owl-next {
    right: 0px;
}
.courses-card-section .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}
.course-card {
    margin: 40px;
}
.c-c-title-tag {
    top: 158px;
    right: 0;
    margin: auto;
}
.about-img {
    width: 90%;
    margin: 0 auto;
}
.about-exp {
    left: 36px;
    bottom: 0px;
    width: 130px;
    height: 130px;
}
.about-exp-box h2 {
    font-size: 25px;
    line-height: 23px;
    margin-bottom: 3px;
}
.about-exp-box h6 {
    font-size: 13px;
    line-height: 16px;
}
.about-us-content {
    padding-left: 0px;
}
.blog-sidebar {
    margin-left: 0px;
}
.blog-sidebar .blog-main-card {
    display: inherit;
    background: #fff;
    padding: 11px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.blog-sidebar .blog-date-author p {
    margin-right: 0px;
}
.blog-sidebar .blog-main-img-sec {
    width: 170px;
    float: left;
    margin-right: 20px;
}
.blog-sidebar .blog-main-content {
    padding: 0px;
}
.footer-links {
    padding-top: 20px;
}
.col-md-6.aks-logo {
    text-align: right !important;
}
.text-end {
    text-align: right !important;
}
#button {
    font-size: 7px;
    width: 30px;
    height: 30px;
    right: 15px;
}
#button::after {
    line-height: 30px;
}
.feature-section {
    margin-top: 34px;
}
.feature-section .feature-card {
    margin-bottom: 16px;
}
.pc-view-header {
    display: none;
}
.mobile-header {
    display: block !important;
}
.footer-links .address-sec li a {
    word-break: break-all;
}
.navsidebartitle {
    padding: 10px 19px;
    height: 40px;
}
.navsidebartitle h5 {
    font-size: 13px;
}
.main-header ul li a {
    padding: 5px 7px;
    font-size: 13px;
}
.sideNavbar ul > li a {
    padding: 10px 18px;
    font-size: 13px;
}
.main-header ul li a.viewBtn {
    padding: 10px 8px;
    font-size: 13px;
}
.title {
    font-size: 14px;
    line-height: 1.4;
}
.articleContent p {
    font-size: 13px;
    line-height: 1.5;
    color: #242424;
}
.articleCard {
    padding: 9px 14px;
    margin-bottom: 10px;
}
.artiotherinfo li {
    font-size: 12px;
    margin-bottom: 10px;
}
.artiotherinfo li img {
    margin-right: 5px;
}
.minhight {
    min-height: 3px !important;
}
.trendingnewsSlider .articleCard .articleContent {
    height: auto;
}
.trendingnewsSlider .articleCard .articleContent h5 {
    margin-top: 0px;
}
.trendingnewsSlider .articleCard .artiotherinfo {
    position: relative;
}
.filelist>li {
    padding: 10px 10px;
}
.filelist>li p {
    margin: 5px 0px 7px 0px;
}
.filelist ul li {
    font-size: 13px !important;
}
.sectionTitle {
    min-height: 15px;
}
.borderbox {
    margin-bottom: 15px;
}
.pdfheader {
    margin-top: 15px;
    margin-bottom: 5px;
}
.viewBtn {
    top: 0;
}
.pdf-canvas {
    height: 400px;
}
.footer-links {
    padding-top: 0px;
    padding-left: 0px;
}
.footer-links ul li a {
    padding: 6px 0px;
}
.footmainlist {
    gap: 10px!important;
}
.footmainlist li a {
    font-size: 14px!important;
}
.artiotherinfolist {
    float: none;
    margin: 15px 0 0 0;
    width: 100%;
}
.artiotherinfolist li {
    display: inline-block;
    margin: 0 15px 5px 0;
}
}
@media screen and (max-width: 768px) and (min-width: 425px) {
.banner-section .banner-image {
    height: auto;
}
.banner-section .banner-image img {
    height: 100%;
}
.banner-content {
    max-width: 62%;
    padding: 0 0 0 6%;
}
.banner-content-text h4 {
    font-size: 12px;
    margin-bottom: 4px;
}
.banner-content-text h2 {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 18px;
}
.banner-content-text h2 span {
    font-size: 15px;
}
.banner-content-text p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 10px;
}
.banner-content-text a {
    padding: 8px 12px;
    font-size: 11px;
}
}
@media screen and (max-width: 480px) {
.mainworkspace {
    display: block;
}
.sideNavbar {
    width: 100%;
}
.mainworkspace .sideNavbar {
    border: 0 none;
}
.feature-section .feature-card {
    padding: 20px;
}
.banner-section .banner-image {
    height: 190px;
}
.banner-section .banner-image img {
    height: 100%;
}
.banner-content {
    max-width: 62%;
    padding: 0 0 0 6%;
}
.banner-content-text h4 {
    font-size: 12px;
    margin-bottom: 4px;
}
.banner-content-text h2 {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 18px;
}
.banner-content-text h2 span {
    font-size: 15px;
}
.banner-content-text p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 10px;
}
.banner-content-text a {
    padding: 8px 12px;
    font-size: 11px;
}
.top-header-links ul {
    flex-wrap: nowrap;
}
.top-header-links ul.top-head-contact li {
    margin: 0px 7px 0px 0px;
}
.mobile-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 35px; /* leave space for arrows */
}
.scrollable-menu {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 100%;
}
.scrollable-menu ul {
    /*display: flex;
    flex-wrap: nowrap;
    gap: 0;*/
    margin: 0;
    padding: 0;
}
.scrollable-menu ul li {
    display: inline-block;
    flex: 0 0 auto;
    padding: 0px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.scrollable-menu ul li a {
    display: block;
    padding: 10px 0px!important;
    white-space: nowrap;
    font-size: 14px;
    border-bottom: none;
}
.scroll-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.prev-btn {
    left: 0;
}
.next-btn {
    right: 0;
}
.main-header {
    background: transparent;
    border: 0 none;
}
.contentWrapper {
    width: 100%;
}
.sideNavbar ul > li a.active {
    background: transparent;
    color: #404040;
}
.main-header {
    padding: 20px 0px 45px 0px;
    background: #fff;
}
.main-header ul {
    justify-content: center;
}
.main-header ul li a {
    padding: 5px 9px;
    font-size: 13px;
}
.main-header ul li:last-child {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
}
.trendingnewsSlider.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
}
.pdf-control {
    display: block;
}
.pdf-control>span {
    margin: 10px 0px;
    display: block;
    text-align: right;
}
.pdfheader {
    margin-bottom: 15px;
}
.referenceguide td {
    position: relative;
    padding: 6px 5px 10px 34px !important;
    vertical-align: top!important;
}
.referenceguide td svg {
    position: absolute;
    left: 10px;
    top: 10px;
}
.referenceguide td a {
    font-size: 13px;
}
.withbutton.notspacebetween {
}
.withbutton .nav-tabs .nav-link {
    font-size: 13px;
    padding: 3px 7px !important;
}
.jobTitle {
    font-size: 15px;
}
.workspacewrapper {
    padding: 0px;
}
.fmemberContent .title {
    font-size: 15px;
}
.memberDesc p {
    font-size: 13px;
}
p {
    font-size: 13px;
}
.filelist>li p {
    padding: 0px;
}
.filelist ul {
    margin-left: 0px;
}
.filelist ul li {
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.filelist ul li img {
    left: 0px;
    top: 5px;
    position: absolute;
}
.pdfheader, .chapterlist h4 {
    font-size: 18px;
}
.main-header.sticky {
    top: 40px;
}
.stickynavbar {
    z-index: 1000;
}
.navsidebartitle {
    display: none;
}
}
@media screen and (max-width: 320px) {
.c-c-title-tag {
    top: 126px;
}
.c-c-bottom {
    display: grid;
    justify-content: center;
    text-align: center;
}
.c-c-bottom span {
    margin-top: 6px;
}
.blog-date-author {
    display: grid;
}
}
/*============================16-6-25===============================*/

.det-artiotherinfo_index {
    background: transparent;
    padding: 7px 0px 0px 0px;
    margin-bottom: 15px;
    margin: 15px 0px 0px;
    border-top: 1px solid #f3efef;
}
.det-artiotherinfo_index li img {
    width: 15px !important;
    display: inline-block !important;
}
.det-artiotherinfo_index li span {
    font-size: 13px;
    font-weight: 500;
    color: #2a2929;
}
.detail-auth-date_index {
    margin: 0px 0px 15px 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-auth-date_index li {
    font-weight: 500;
    font-size: 13px;
}
.detail-auth-date_index li img {
    width: 15px !important;
    display: inline-block !important;
    margin-top: -2px;
}
.views {
    color: #7a7a7a !important;
}
.share {
    font-size: 13px !important;
    color: #818181;
}
.rating i {
    color: #c09001;
}
.artiotherinfo_16 li i {
    width: 18px;
    font-size: 15px;
    margin-right: 5px;
    display: inline-block!important;
    text-align: center;
    color: #242424;
}
.artiotherinfo_16 li {
    margin: 15px 0px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #242424;
    display: inline-block;
}
.days_30 {
    text-align: right;
    float: right;
}
.days_30 span {
    color: #626060;
}
.clear {
    clear: both;
}
 @media screen and (max-width:768px) {
.artiotherinfo_16 li {
    display: block;
}
.days_30 {
    text-align: left;
    float: left;
}
.other_files {
    float: none !important;
    margin: 10px 0px 0px 0px;
}
}
.examPageHeader {
    box-shadow: 0 0 4px 1px rgba(16, 24, 64, .12);
    border-radius: 12px;
    background: #fbfbfb;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.details_dowload_content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.view_pdf {
    text-align: center;
    margin-bottom: 20px;
}
.single-line-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 font-size: .75rem;
    color: #666;
    margin: 0;
    gap: 10px;
    margin-bottom: 10px;
}
.mA {
    align-items: center;
}
.ePPImgCont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ePPImgCont img {
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.updatedOn {
    font-size: 14px;
    color: #4a4a4a;
    padding: 4px 0;
    background-position: 12px 7px;
    background-repeat: no-repeat;
}
.updatedOn span {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 16px;
}
.ePPDetail {
    font-size: 12px;
}
.ePPDetail a {
    color: #266777;
    font-weight: 600;
}
.tickIcon {
    position: relative;
    left: 2px;
    top: 1px;
    color: #30d5c7;
}
.one_times {
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;
}
.numbering {
    color: #3266d0;
    font-size: 15px;
}
.listing_3243 {
    list-style: none;
    margin: 20px 0px 20px 0px !important;
    padding: 0px;
}
.listing_3243 li {
    font-size: 14px;
    list-style: none;
}
 .listing_3243 li::marker {
content: "";
display: none;
}
.listing_3243 li span {
    width: 100px;
    display: inline-block;
    font-weight: 600;
    background: #effafe;
    padding: 5px 10px;
}
.dividers_934 {
    width: 15px !important;
    margin-right: 5px !important;
    text-align: center;
}
.listing_3243 i {
    font-size: 14px;
    color: #c09028;
}
.rating_strars {
    display: inline-block;
    width: auto !important;
    background: none !important;
    color: #266777;
}
.other_files {
    border: 1px solid #266777;
    border-radius: 6px;
    padding: 5px 10px;
    float: right;
    display: inline-block;
    font-weight: 600;
    color: #1c7260 !important;
    background: #e7faff;
}
.other_files a {
    color: #1c7260 !important;
    font-size: 14px;
}
/*=====================18-6-25*/


.artiotherinfo {
    position: relative;
    bottom: 0px;
    margin: 5px 0px 20px;
    text-align: left;
    justify-content: space-between;

}
.artiotherinfo li img {
    width: 15px !important;
    margin-right: 10px;
    vertical-align: top;
}
.artiotherinfo li {
    font-size: 13px;
    display: flex;
    align-items: center;
}
.artiotherinfo .name span {
    font-weight: 700 !important;
    color: #c09001 !important;
}
.artiotherinfo span {
    margin-bottom: 0px !important;
    display: inline-block;
}
.over-responsive {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 250px;
}
.search-container_30 {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.search-box_30 {
    padding: 8px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}
.search-button_30 {
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #266777;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.search-button_30:hover {
    background-color: #0056b3;
}
 @media screen and (max-width:768px) {
.search-container_30 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.search-box_30 {
    width: 100%;
}
.withbutton {
    display: block;
}
}

.trendingnewsSlider .articleCard .articleContent>div {  min-height: 163px; }

.comment-form-rating-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
   
}

.comment-form-rating-wrap span {
  margin-right: 10px;
  font-weight: bold;
}

.comment-form-rating i {
  font-size:16px;
  color: #ccc; /* Default gray color for stars */
  cursor: pointer;
  transition: color 0.3s;
}

/* .comment-form-rating i.fas {
  color: #f5b301; 
}

.comment-form-rating i:hover,
.comment-form-rating i:hover ~ i {
  color: #ccc; 
}

.comment-form-rating i:hover,
.comment-form-rating i:hover ~ i {
  color: #f5b301;
} */









