/* google fonts  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');





/* basic-css  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
  font-family: "poppins", "Helvetica";
  list-style: 50px;
}

a {
  text-decoration: none;
  display: inline-block;
}
ul,
ol {
  margin: 0 !important;
  padding: 0 !important;
}
/* li {
  list-style: none;
} */
p {
  margin-bottom: 0;
  font-size: 1rem;
  font-family: 'Nunito', sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
h1,h2,h3,h4,h5,h6{
  padding-bottom: 0;
}
input,select,textarea:active,
input,select,textarea:focus
{
  display: inline-block;
  box-shadow: none !important;
}
/* custom-class  */
.font-righteous {
  font-family: var(--font-righteous);
}
.bg-color-primary {
  background-color: var(--color-primary);
}
.text-color-primary {
  color: var(--color-primary);
}
.bg-color-secondary {
  background-color: var(--color-secondary);
}
.text-color-secondary {
  color: var(--color-secondary);
}
a,span{
  font-family: "nunito", sans-serif;
}

/* preloader  */
#preloader{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  align-items: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index:9999;
  overflow: hidden;
}
.content{
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #464D5C;
  margin-bottom: 15px;
}
.loader{
  width: 80px !important;
}
/* back-to-top  */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  background-color: var(--color-secondary);
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.3s all ease;
}

#myBtn:hover {
  background-color: var(--color-primary);
}

.aside-menu{
  padding: 0;
}

.aside-menu li{
  list-style: none;
}

.aside-menu li a {
	text-decoration: none;
	color: #292929;
	padding: 8px 0;
	display: block;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	transition: 0.1s all ease;
	font-size: 15px;
}
.aside-menu li a:hover{
  text-decoration: none;
  color: #005FA9;
  padding: 8px 0;
  display: block;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.toogle-1,
.toogle-2{
  cursor: pointer;
  background-color: #005FA9;
  color: #fff;
  padding: 12px 10px;
  position: sticky;
  top: 0;
}

.down-icon-1 {
  transform: rotate(180deg);
  display: block;
  height: 28px;
}

.content-text{
  margin-top:20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

/* .aside-menu{
  height: 500px;
  overflow-y: auto;
} */

.banner-img img {
	object-fit: contain;
	padding: 20px 0;
}
.divider {
	border: 2px solid #4eacff;
	opacity: 1;
	width: 100px;
	margin-top: 0;
	margin-bottom: 20px;
}
.sub-video-title {
	height: 22px;
	overflow: scroll;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.youtube-img{
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.video-box{
  position: relative;
  border: 0;
}
.video-title {
	margin-top: 5px;
	margin-bottom: 0;
}
.youtube-icon-small {
	color: #ff0000;
	font-size: 30px;
	display: block;
	text-align: center;
	line-height: 70px;
  cursor: pointer;
  
}
.fixed-box{
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: red;
}
.items{
  color: #2e2e2e;
}

.sub-video-title {
	height: 22px;
	overflow: scroll;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
  font-size:14px;
}
.side-video-wrapper li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
  transition: 0.2s all ease;
}
.side-video-wrapper li:hover .side-video-wrapper li a {
	color: red;
}

.video-overly {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 6px;
}
.youtube-catagory {
	font-weight: bold;
	display: flex;
	gap: 5px;
}
.video-dialog{
  padding: 0;
}
.popup-header{
  background: transparent !important;
  border: 0 !important;
}
iframe{
  width: 100%;
  height: 500px;
}
.popup-contant{
  border: 0;
  background: transparent;
}
.close-btn{
  color: red;
  background-color: #ffffff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: end;
  display: block;
  margin-right: 0;
  right: -18px;
  position: absolute;
  top: -25px;
  z-index: 99999;
}
.post-time{
  font-size: 13px;
}
.bg-page-img{
  background: url("../img/sem-banner-jpg.webp") center center;
  padding: 100px 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 11;
}
.bg-page-img::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index:-99;
  height: 100%;
  width: 100%;
}
.btn_light{
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #ddd;
  color: #111;
  display: inline-block;
  padding: 8px 18px;
}
.px-20{
  padding: 0 100px;
}
.sidebar-content li{
  list-style: none;
}
.sidebar-content li a{
  font-size: 16px;
  color: #535B69;
  padding: 8px 0;
  font-weight: 500;
}

.sidebox-wrapper{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
}
.sidebar-content{
  padding: 20px;
}
.sidebar-content li{
 transition: 0.2s all ease;
}
.sidebar-content li:hover{
  transform: translateX(10px);
}
.sidebar-content li span{
  color:#535B69;
}
.main-title {
  font-weight: 700!important;
  font-size: 34px!important;
  color: #454d5c;
  line-height: 50px;
}
.social-icon-wrapper{
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 10px;
}
.social-icon-wrapper li{
  list-style: none;
}
.social-icon-wrapper li a{
  height: 40px;
  width: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background-color: #005FA9;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
@media(max-width:992px){
  .px-20 {
    padding: 0 60px !important;
  }
}
@media(max-width:768px){
  .px-20 {
    padding: 0 30px !important;
  }
}
@media(max-width:420px){
  .px-20 {
    padding: 0 15px !important;
  }
}