@font-face {
  font-family: 'Cairo Regular';
  src: url('../fonts/Cairo-Black.ttf');
}
@font-face {
  font-family: 'Cairo Bold';
  src: url('../fonts/Cairo-Bold.ttf');
}
@font-face {
  font-family: 'Cairo Black';
  src: url('../fonts/Cairo-Black.ttf');
}
@font-face {
  font-family: 'Cairo Light';
  src: url('../fonts/Cairo-Light.ttf');
}
@font-face {
  font-family: 'Tajawal Regular';
  src: url('../fonts/Tajawal-Black.ttf');
}
@font-face {
  font-family: 'Tajawal Bold';
  src: url('../fonts/Tajawal-Bold.ttf');
}
@font-face {
  font-family: 'Tajawal Black';
  src: url('../fonts/Tajawal-Black.ttf');
}
@font-face {
  font-family: 'Tajawal Light';
  src: url('../fonts/Tajawal-Light.ttf');
}
html{
	overflow-x:hidden;
}
body
{
    direction:rtl;
	text-align:right;
	margin:0;
	padding:0;
	overflow-x:hidden;
    font-family: 'Cairo Regular';
	background:#F8FAFC;
}
.bg-home{
	min-height:100vh;
	background-image: url('../images/new_cover.png');
	background-size: cover;

}
.bg-home > .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.h-100-vh{
	min-height:100vh;
	height:100%;
}
.font-white{
	color:#ffffff !important;	
}
.logo{
	width:90px;
	transition: all 0.5s ease-in;
}
.font-family-light{
  font-family: 'Cairo Light';
}
.font-family-bold{
  font-family: 'Cairo Bold';
}
.font-family-regular{
  font-family: 'Cairo Regular';
}
.font-family-secondry-light{
  font-family: 'Tajawal Light';
}
.font-family-secondry-bold{
  font-family: 'Tajawal Bold';
}
.font-family-secondry-regular{
  font-family: 'Tajawal Regular';
}
.font-family-secondry-black{
  font-family: 'Tajawal Black';
}
.project-name-first{
	font-size:2rem;
	transition: all 0.5s ease-in;
}
.font-size-1-5{
	font-size:1.5rem;
}
.font-size-1{
	font-size:1rem;
}
.font-size-2{
	font-size:2rem;
}
.header-overlay{
	background: #550f0fc7;
    transition: all 0.2s ease ;
	padding:10px;
}
.header-overlay .navbar{
	padding:0;
}
 .navbar{
	transition: all 0.5s ease-in;
}
.header-overlay .navbar-brand .project-name-first{
    font-size: 1.5rem;
}
.header-overlay .logo {
    width: 75px;
}
.header-overlay .navbar-brand span {
	font-size: 1rem;
}
#header .navbar-brand span {
	transition: all 0.5s ease-in;
}
.home.items .item{
	display:flex;
	align-items:center;
	justify-content:space-around;
	border-left:1px solid #fff;
	cursor: pointer;
}
.home.items .item h4{
	color:#F7EFE2;
}
.home.items .item.no-border{
	border:none;
}
.home.items .item .icon {
    background: #550f0f;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 50%;
	border: 2px dotted #F7EFE2;
}
.home.items .item .icon.bg-second{
    background: #F7EFE2;
    color: #550f0f;
}

#sliderHome{
	width: 370px;
    height: 325px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
	margin-top:10px;
}
#sliderHome .slider-image{
	height:100%;
	object-fit:cover;
	object-position:center;
}
#sliderHome .label-carousel{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
    width: 100%;
	height: 60px !important;
	
}
#sliderHome h2
{
    padding: 20px;
    color: #fff;
    margin-bottom: 0;
    pointer-events: none;
	font-size: 16px;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 65px;
    overflow: hidden;	
}
.banner-page{
	height:60vh;
	background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.banner-page::after{
	content: '';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.style-banner-label::after,
.style-banner-label::before{
	content:'';
	position: absolute;
    background: #550f0f;
    width: 80px;
    height: 5px;
	top:20px;
}
.style-banner-label::after{
	left:-90px;
}
.style-banner-label::before{
	right:-90px;
}
.z-index-9{
	z-index: 9;
}
.width-fit-content{
	width:fit-content !important;
}
.aboutus-section p{
	font-size:17px;
}
.text-green{
	color: #00763B;
}
.label-header::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #550f0f;
    display: block;
    position: absolute;
    bottom: -12px;
}
.custom-form{
    background: #fff;
    box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.3);
}
.custom-form-control{
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    height: 45px;
}
.form-control.custom-form-control:focus{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border:none;
}
.btn-custom-icon{
	border:1px solid #222;
	width: 140px;
    padding: 0;
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding-right: 35px;
    align-items: center;	
    border-radius: 0;
	transition:all 0.2s ease-in
}
.btn-custom-icon span
{
	color: #fff;
    background: #222;
    width: 34px;
    height: 34px;
    padding: 6px;
	transition:all 0.2s ease-in	
}
.btn-custom-icon:hover{
	background:#222;
	color:#fff;
}
.btn-custom-icon:hover span{
	background: #fff;
    color: #222;	
}


.icon-box{
  text-align: center;
}
.icon-box .btn-icon{
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #550f0f;
  overflow: hidden;
  position: relative;
}
.icon-box .btn-icon span{
  line-height: 73px;
  font-size: 21px;
  transition: 0.2s linear;
}
.icon-box .btn-icon:hover span{
	transform: scale(1.3);
	color: #f1f1f1 !important;
	position:relative;
	z-index:9;
}
.icon-box .btn-icon::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #550f0f;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.icon-box .btn-icon:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}

[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before
{
    background:#00763B;
}
[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after
{
    transition: all 1s ease;
    background: #F8FAFC;
}
/*
figure[class^='imghvr-']{
	padding:30px;
}
*/
.prog-style
{
	position:relative;
}
.prog-style:before
{
    position: absolute;
    content: "";
    border-style: solid;
    border-color: #00763B;
    border-width: 0px 0px 4px 4px;
    bottom: 3px;
    left: -4px;
    right: 40px;
    top: 40px;
    display: block;
    z-index:-9

}
.prog-style:after
{
    position: absolute;
    content: "";
    border-style: solid;
    border-color: #00763B;
    bottom: 40px;
    left: 40px;
    border-width: 4px 4px 0px 0px;
    right: -4px;
    top: -4px;
    display: block;
    z-index:-9
}
.prog-style .label-name{
	font-size:18px;
}
.prog-style .btn-read{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	position: relative;
	padding: 1em 3em;
	overflow: hidden;
	transition: 0.3s ease;
	position: relative !important;
	background:#00763B;	
}
.prog-style .btn-read::before {
	content: '';
	display: block;
	height: 2em;
	width: 2em;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s ease;
	background:transparent;
}
.prog-style .btn-read::after {
	content: '';
	display: block;
	height: 2em;
	width: 2em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s ease;
	background:transparent;
}

.prog-style .btn-read:hover::before,
.prog-style .btn-read:hover::after {
	width: 100%;
	height: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption{
	background:#00763B;
}
.bg-green{
	background:#00763B;
}
.text-red{
	color:#550f0f;
}
.text-green,
.text-green:hover{
	color:#00763B;
}
.label-uni-name::after,
.label-uni-name::before{
	background: #00763B;
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	position: relative;
	left: -8px;
}
.label-uni-name::before{
	right:-8px;
}
.image-gallery{
	margin:5px;
}
.image-gallery img{
	width:200px;
	height:200px;
	margin-top:13px;
}

.custom-card{
	border:none;
	background:transparent;
}
.custom-card .article-image img{
	height: 230px;
    object-fit: cover;
    object-position: center;
}
.custom-card .article-image
{
    border-radius: 10px;	
	display:block;
	overflow:hidden;
}
.custom-card .article-image::after{
	background: #550f0f63;
	position: absolute;
	content: '';
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
    transition: .25s;
}
.custom-card .article-image:hover::after{
	opacity: 1;
}
.custom-card .custom-truncate
{
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 70px;
	overflow:hidden;
}
.custom-pagination .pagination{
	padding:0 !important;
}
.custom-pagination .page-item:first-child .page-link {
    margin-left: 0;
	border-radius:0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.custom-pagination .page-item:last-child .page-link {
	border-radius:0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.custom-pagination .page-item.active .page-link{
    background-color: #550f0f;
    border-color: #550f0f;
}
.custom-pagination .page-link
{
	color: #00763B;	
}


/* Important styles */
.menu-button {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

.menu-button span:after,
.menu-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.menu-button span:after{
  top: 9px;
}
.menu-button span {
  position: relative;
  display: block;
}

.menu-button span,
.menu-button span:after,
.menu-button span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
.menu-button.on span {
  background-color: transparent;
}
.menu-button.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-button.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.menu-button.on + #menu-div {
  opacity: 1;
  visibility: visible;
}

#menu-div
{
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  left: -86px;
  z-index:9999;
}
#menu-div:after
{
  position: absolute;
  top: -15px;
  left: 85px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}

#menu-div ul, #menu-div li, #menu-div li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu-div li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
}
#menu-div li a:hover,
#menu-div li a:focus {
  background: #00763B;
  color: #fff;
}

.custom-list-card img{
	width:300px;
	height:275px;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.custom-list-card .custom-card-body{
	background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-list-card .custom-card-body p
{
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    max-height: 100px;
    overflow: hidden;
}
.cursor-pointer{
	cursor:pointer;
}
.custom-list-card .custom-card-body .btn-read-more{
	left: 15px;
    bottom: 15px;
	background: #550f0f;
    border-radius: 20px;
    color: #fff;
}

.card-works figure.snip1321 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  height: 90%;
  width: 90%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
.card-works figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card-works figure.snip1321 img {
	max-width: 100%;
	vertical-align: top;
	object-fit:cover;
	object-position:center;
	height: 315px;
	width: 315px;
}
.card-works figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.card-works figure.snip1321 h4 {
  margin: 0;
}
.card-works figure.snip1321 h4 {
  font-weight: 400;
  text-transform: uppercase;
  color:#00763B;
}
.card-works figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.card-works figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.card-works figure.snip1321:hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.card-works figure.snip1321:hover:after{
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

.modal-header .close{
  margin:-1rem auto -1rem -1rem;
}
#Layer_1{
  max-width:300px;
}
#Layer_1 .cls-1{
  fill: #00763B;
  stroke: #fff;
}
#Layer_1 .cls-2{
  cursor: pointer;
  fill:#550f0f;
}
.app_calendar {
	width: 230px;
	height: 200px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	overflow: hidden;
	margin:auto;
}
.app_calendar .weekday,
.app_calendar .day {
	display: flex;
	justify-content: center;
	align-items: center;
}
.app_calendar .weekday,
.app_calendar .weekday a {
	position: relative;
	height: 56px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background-color: #550f0f;
}
.app_calendar .weekday:before,
.app_calendar .weekday:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	top: calc(50% - 5px);
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
		rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
		rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.app_calendar .weekday:before {
	left: 30px;
}
.app_calendar .weekday:after {
	right: 30px;
}
.app_calendar .weekday a,
.app_calendar .day a{
	height:auto !important;
}
.app_calendar .weekday a:hover,
.app_calendar .day a:hover{
    text-decoration: none;
}
.app_calendar .day,
.app_calendar .day a {
	height: 144px;
	color: black;
	font-size: 100px;
	font-weight: bold;
	background-color: snow;
}
/* app_name */
.app_name {
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.event_calendar{
	width: 230px;
    font-size: 15px;
    margin: auto;
    background: #fff;
    margin-top: 10px;
}
.event_calendar h3{
	font-size: 17px;
    padding: 10px;
    font-family: 'Tajawal Regular';
}
.event_calendar h3 a
{
	color: #222;
}
.event_calendar h3 a:hover{
	text-decoration: none;
}
.channel-work div{
	width:75%;
	margin:auto;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
    padding: 20px;	
}
.channel-work a,
.channel-work a:hover{
	color:#222;
	text-decoration:none;
}
.channel-work div img{
	width:250px;
	height:250px;
}
.object-image{
	object-fit:cover;
	object-position:center;
}
.search-box .custom-search{
	border-radius: 0;
    height: 50px;
}
.search-box .btn-search{
	background: #550f0f;
    color: #fff;
    border-radius: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-search:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: unset !important;
}
.search-box .btn-search svg{
	width: 0.5em;
}
.faq button{
	text-decoration:none;
}
.faq .card{
	border-radius:0px;
}
.faq button:focus{
    box-shadow: unset !important;
}
/* fixed social*/
#fixed-social {
   position: fixed;
   top: 130px;
	z-index:9;
	left:0;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #395693;
 }
 .fixed-facebook span{
	background-color: #395693;
 }
 .fixed-twitter{
	background-color: #039FED;

 }
 .fixed-twitter span{
 	background-color: #039FED;
 }
 .fixed-youtube{
	background-color: #F70000;

 }
 .fixed-youtube span{
 	background-color: #F70000;
 }
 .fixed-linkedin{
	background-color: #FFC41E;

 }
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

 }
 .fixed-instagrem span{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
 }
 .fixed-sound-cloud{
	background-color: #F76C0D;

 }
 .fixed-sound-cloud span{
 	background-color: #F76C0D;
 }
 .box-shadow{
	background-color: #f2f5f7;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
 }
/*end fixed social*/
 
.label-calendar{
	width: 230px;
    font-size: 20px;
    margin: auto;
    margin-top: 10px;
    padding: 13px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #550f0f;
    color: #fff;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.label-calendar:before {
    width: 9px;
    height: 21px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    bottom: -21px;
    left: 31px;
}

.label-calendar:after {
    width: 9px;
    height: 21px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    bottom: -21px;
    right: 29px;
}
.item-media{
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	background: rgb(0,118,59);
	background: linear-gradient(90deg, rgba(0,118,59,1) 35%, rgba(39,240,139,1) 100%);
}
.item-media + h3{
    font-family: 'Tajawal Regular';	
}

.a-decoration-none,
.a-decoration-none:hover{
	text-decoration:none;
}
.search{
	position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 999999;
	visibility: hidden;
    opacity: 0;
}
.search .search-input{
	background:none;
	border-radius: 8px;
    height: 60px;
    font-family: 'Tajawal Regular';	
	color:#fff;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;	
    background: rgba(0,0,0,0.999);			
}
.search .search-input::placeholder{
	color:#fff;
}
.search .search-input.form-control:focus{
	border-color: #ced4da;
	box-shadow:none;
}
.btn-search-words{
    width: 100px;
	border-radius:8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search.active{
    visibility: visible;
    opacity: 1;
	transition: all 0.3s ease-in;	
}
.btn-close-search
{
	font-size: 33px;
    position: absolute;
    top: 20px;
    right: 40px;
}

.search-result{
    background: #c1c1c1;
    border-radius: 5px;
	cursor:pointer;
}
.search-result .search-title-result{
	color:#550f0f;
}

.small-banner{
    height: 250px;
    padding-bottom: 30px;
	background: #550f0f !important;
}
.banner-page{
		background: #550f0f !important;
	
}
.style-banner-label::after,
.style-banner-label::before{
    background: #F7EFE2 !important;
}
.banner-page::after{
	content:unset !important;
}
.small-banner .style-banner-label{
	font-size: 25px;
}

.upload-file .custom-file .custom-file-label{
    text-align: left;
    padding-top: 10px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.home.items .item .icon{
		width:70px;
		height:70px;
	}
	.home.items .item h4{
		font-size:1.1rem;
	}
	
	.app_calendar{
		height:167px;
	}
	.app_calendar .day{
		height:111px;
	}
	.app_calendar .day a
	{
		background:unset;
	}
	.label-calendar{
		margin-bottom: 12px;
	}
	.label-calendar:before,
	.label-calendar:after{
		height: 13px;
		bottom: -13px;
	}
}
.navbar-collapse{
	flex-basis: unset;
	flex-grow: unset;
}
.upload-file .input-group-text{
    border-radius: 0px;
}
.upload-file .custom-file{
	height:100%;
}
.upload-file input{
	height:100%;	
}
.upload-file .input-group{
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    height: 45px;
}
.upload-file .custom-file-label{
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%;
    border-radius: 0;
}
.upload-file .custom-file-label::after{
    height: 100%;
    border-radius: 0;
    padding-top: 10px;
}
.btn-search-mobile{
	display:none;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.bg-home .container{
		width: 90% !important;
	    max-width: 90% !important;
	}
	.home.items .item h4 {
	    font-size: 1rem;
	}

	.small-banner .style-banner-label{
		font-size:20px !important;
		max-width: 300px !important;
	}
	.small-banner .style-banner-label::after, .small-banner .style-banner-label::before{
	    width: 20px;
		height: 20px;
	    border-radius: 100%;
		top:0;	
	}
	.small-banner .style-banner-label::before {
	    right: -40px;
	}
	.small-banner .style-banner-label::after {
	    left: -40px;
	}
	.small-banner {
	    height: 250px;
	}	
}
@media only screen and (max-width: 991px){
	.bg-home .container{
		width: 90% !important;
	    max-width: 90% !important;
	}
	
}
@media only screen and (max-width: 768px){
	.label-calendar,
	.app_calendar,
	.event_calendar {
    	width: 290px;
	}
	.event_calendar h3{
		padding:15px;
	}
	#sliderHome{
		margin-top:30px;
		width:290px;
	}
	.label-calendar{
		margin-top:50px;
	}
	.home.items .item{
	    max-width: 290px;
    	margin: auto;
		display: flex;
	    align-items: center;
	    justify-content: space-between;
		border-left:unset;
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		padding-top:10px;
	}
	.home.items{
		margin-top:30px;
	}
	.custom-list-card{
		display:block !important;
	    margin-left: auto;
	    margin-right: auto;
	    width: fit-content;
	}
	.custom-list-card .custom-card-body{
	    margin-top: -47px !important;
	    border-radius: 10px;
	    width: 300px;
	    padding-bottom: 40px;
	}
	.small-banner .style-banner-label{
		font-size:18px !important;
		max-width: 250px !important;
	}
	.small-banner .style-banner-label::after, .small-banner .style-banner-label::before{
	    width: 20px;
		height: 20px;
	    border-radius: 100%;
		top:0;	
	}
	.small-banner .style-banner-label::before {
	    right: -40px;
	}
	.small-banner .style-banner-label::after {
	    left: -40px;
	}
	.small-banner {
	    height: 200px;
	}
}
@media only screen and (max-width: 900px) and (min-width: 599px) {
	#menu-div{
	    left: -30px;
	}
	#menu-div:after{
	    left: 30px;
	}
}
@media only screen and (max-width: 600px){
	#header .navbar-brand span{
		font-size: 15px;
	}
	#header .navbar-brand .project-name-first{
	    font-size: 24px;
	}
	#menu-div{
	    left: -16px;
	}
	#menu-div:after{
	    left: 14px;
	}
	/* .bg-home{
	background-image: url('../images/bg_mobile.jpg') !important;
		background-position:center;
	} */
}
@media only screen and (max-width: 500px){
	.search-navbar{
		display:none;
	}
	.navbar-brand{
		margin-right:0;
	}
	.bg-home .container{
		width: 95% !important;
	    max-width: 95% !important;
	}
	.bg-home .navbar{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.btn-search-mobile{
		display:block;
	}	
	.small-banner .style-banner-label{
		font-size:16px !important;
		max-width: 225px !important;
	}
	.small-banner .style-banner-label::after, .small-banner .style-banner-label::before{
	    width: 20px;
		height: 20px;
	    border-radius: 100%;
		top:0;	
	}
	.small-banner .style-banner-label::before {
	    right: -40px;
	}
	.small-banner .style-banner-label::after {
	    left: -40px;
	}
	.small-banner {
	    height: 200px;
	}
}
@media only screen and (max-width: 420px){
	.logo{
		width:60px;
	}
	#header .navbar-brand .project-name-first {
	    font-size: 21px;
	}
	#header .navbar-brand span {
	    font-size: 12px;
	}
	.md-menu{
		margin-left:15px;
	}
	#menu-div {
	    left: 0;
	}
}

.ql-tooltip.ql-editing{
	top: 0 !important;
}