body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 21px;
	scroll-behavior: smooth;
}
a{
	text-decoration: none;
        
}
q{
	font-weight: 700;
	color: #556B2F;
}
.navbar-brand{
    font-size: 22px;
    font-weight: 700;
    color: #556B2F;
    text-transform: uppercase;
    letter-spacing: 5px;
}
dd{
	margin-top: 15px;
}
.weight-600{
	font-weight: 600;
}
.weight-700{
	font-weight: 700;
}
.text-blue{
	color: #151618;
}
.text-green{
	color: #556B2F;
}
.text-white{
	color: white;
}
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px !important;
}
.font-24{
	font-size: 24px;
}
.z-index-1{
	z-index: 1;
}
h1{
	font-size: 48px;
	font-weight: 700;
	line-height: 72px;
}
h4{
	font-size: 18px;
	font-weight: 700;
	line-height: 29px;
}
.borer-radius-top-20{
	border-radius: 20px 20px 0 0;
}
.borer-radius-20{
	border-radius: 20px !important;
}
.border-radius-25{
	border-radius: 25px !important;
}
.border-radius-30{
	border-radius: 30px !important;
}
.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.py-70{
	padding-top: 70px !important;
	padding-bottom: 0px !important;
}
.bg-sky{
	background: #E0F1FF;
}
.bg-grey{
	background: #F8F8F8;
}
.bg-gradiant{
    background: linear-gradient(90deg, #556B2F 0%, #151618 150.26%);
}
.opacity-half {
    opacity: 0.5;
}
.btn-primary{
	background: #556B2F;
	border-radius: 20px;
	border: none;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	padding: 10px 35px;
    font-weight: 600;
	--bs-btn-hover-bg: #151618;
	--bs-btn-hover-border-color: #151618;
}
.btn-outline-primary{
	border-color: #556B2F !important;
	border-radius: 20px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	padding: 10px 35px;
    font-weight: 600;
    color: #556B2F;
}
.btn-primary:hover, .btn-outline-primary:hover{
	/* background: linear-gradient(90deg, #195BDB 0%, #64B9FF 150.26%); */
        background:#151618;
}
.btn-light{
    background-color: #556B2F;
	border-radius: 20px;
	border: none;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	padding: 10px 35px;
    font-weight: 600;
}
.box-gradiant{
	/* background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) -11.99%, rgba(255, 255, 255, 0.06) 139.68%); */
    background-color: #fff;
	/* border: 2px solid rgba(255, 255, 255, 0.4); */
	box-sizing: border-box;
	/* backdrop-filter: blur(4px); */
}
.login-box{
	background: #fff;
	padding-bottom: 90px;
}
.form-control, .form-select{
    border-radius: 20px;
    border: none;
    font-size: 12px;
    /* padding: 12px 20px; */
    background-color: #f2f3f5;
}
.login-img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.btn-close{
    position: absolute;
    right: 0px;
    border-radius: 50%;
    padding: 8px 14px 14px 9px;
    background: #000;
    z-index: 99;
    top: 0px;
}
.btn-close path{
    fill: #fff;
}
.signup-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
}
/* .site-banner {
    background-image: url(../images/slide.jpg);
    position: relative;
    padding-top: 400px;
    padding-bottom: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
	margin-top: 61px;
} */
/* .site-banner .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50% );
    background-color: #fff;
    padding: 50px 30px 45px;
	background: #EFE4D4;
} */
.site-banner .intro {
	max-width: 666px;
	margin: 0 auto;
    padding: 50px 30px 45px;
	background: #fffbf6;
}
.carousel-caption{
	bottom: inherit;
	top: 50%;
	margin-top: -135px;
}
.site-banner .intro h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 35px;
    padding-left: 60px;
}
.nav-item .nav-link{
    color: rgb(63, 63, 63);
    padding: 10px 15px !important;
}
.nav-item .nav-link:hover, .nav-item:hover .nav-link{
    background: #556B2F;
    border-radius: 4px;
    color: #fff;
}
.btn-courses{
	background: linear-gradient(90deg, #556B2F 0%, #151618 150.26%);
        border-radius: 20px 20px 20px 20px;
	color: #fff;
	font-weight: 600;
	padding: 20px 0;
	font-size: 18px;
}

.height-100{
	height:100%;
}
.font-larger{
	font-size: larger;
}
.btn-courses:hover{
	background: #151618;
	color: #fff;
}
.video-wrapper{
	height: 415px;
}
.video-wrapper video{
	border-radius: 20px;
	object-fit: cover;
}
.nav-item:hover .submenu{
	display: block;
}
.submenu{
	display: none;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgb(64 87 109 / 7%), 0 2px 12px rgb(53 71 90 / 20%);
	border-radius: 4px;
	position: absolute;
	padding: 20px 30px;
	max-width: 820px;
}
.submenu ul{
	list-style: none;
	padding: 0 70px 0 0;
}
.submenu ul li{
	margin: 10px 0;
}
.submenu ul li a{
	color: #0e1318;
	padding: 10px 0;
	font-size: 13px;
}
.submenu ul li a:hover{
	opacity: .8;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}
.tile-box{
	height: 240px;
}
.tile-box img, .tile-box video{
	object-fit: cover;
	height: 100%;
	width: 100%;
}


.fb-btn svg{
	color: #1877f2;
}
.login-with-btn{
	position: relative;
}
.login-with-btn svg{
	position: absolute;
	left: 15px;
	top: 8px;
}
.icon{
	display: flex;
    align-items: center;
    justify-content: center;
}
.icon img{
	width: auto;
    height: auto;
    object-fit: inherit;
}
div.dataTables_wrapper .dataTables_filter input, div.dataTables_wrapper .dataTables_length select{
    border: none;
    border-radius: 20px;
    padding: 12px 20px;
    background-color: #f2f3f5;
    margin-left: 10px;
}
.mt-70{
	margin-top: 70px;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
}
.uploaded-wrapper-box{
	width: 150px;
	height: 150px;
	background: #f2f3f5;
	padding: 12px 20px;
}

footer{
	margin-top: 20px;
	padding: 75px 0 30px;
}
footer ul li a{
	color: #fff !important;
}
footer ul li{
	margin-bottom: 15px;
}
footer ul{
	list-style: none;
	padding-left: 0;
}
.footer-social{
	margin-bottom: 50px;
	margin-top: 50px;
}
.footer-social li{
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
.footer-social li a{
	width: 44px;
	height: 44px;
	border-radius: 100px;
	background: #2996dc;
	display: block;
	text-align: center;
	line-height: 44px;
}
.footer-social li a:hover{
	background: #0296f5;
}

.color-black{
    color: #151618 !Important;
}
.color-green-dark{
    color: #556B2F !Important;
}

.color-green-light{
    color: #A9A454  !Important;
}

.color-brown{
    color: #B07946 !Important;
}

.color-badge{
    color: #EFE4D4 !Important;
}

.intro-title{
    color: #151618 !Important;
}

.page-title {
    background: #151618 !Important;
}

.box-tile{
  color: #fff;
  padding: 2px;
  margin-top: 15px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 1px 3px 8px rgb(231, 231, 231);
}

.box-font-weight-bold {
    font-weight: 700!important;
}

/*Bg-colors*/
.bg-dark{
    background: #151618 !important;
    border-color: #151618 !important;
}

.bg-green-dark{
    background: #556B2F !important;
    border-color: #556B2F !important;
}

.bg-green-light{
    background: #A9A454 !important;
    border-color: #A9A454 !important;
}

.bg-black{
    background: #222222 !important;
    border-color: #222222 !important;
}
.bg-badge{
    background: #EFE4D4 !important;
    border-color: #EFE4D4 !important;
}
.bg-brown{
    background: #B07946 !important;
    border-color: #B07946 !important;
}

.height-200 {
    height: 200px !Important;
}

.height-300 {
    height: 300px !Important;
}

.tab_scroll
{
height: 310px;
overflow-y: scroll;
}
.tab_scroll_x
{
overflow-x: scroll;
}
.tab_scroll_y
{
overflow-y: scroll;
}

.page-banner__img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_banner1 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom:15px;
    
}

.dt-level1 {
    font-size: large;
    margin-top: 10px;
    margin-bottom: 10px
}

.our-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.our-services__item {
	display: block;
	text-align: center;
	width: 33.33%;
}

.our-services__item strong {
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

.our-services__item h3 {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #22292e !important;
}

.our-services__item a {
	display: block;
	color: #22292e;
}

html:not(.mobile):not(.tablet) .our-services__item a:hover strong,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item a:focus strong,
.our-services__item a.on_press strong {
	color: #22292e;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item a:focus {
	outline: none;
}

.page-get-help .our-services__item h3 {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 30px 0;
	color: #22292e;
}

.page-get-help .our-services__item p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #656a6d;
}

.page-get-help .our-services__item strong {
	display: inline-block;
	margin: 30px 0 0 0;
}

.our-services__item-hero {
	display: block;
	position: relative;
	background-size: cover;
	border: 8px solid #fff;
	border-radius: 100%;
	background-color: #ebf0f4;
	margin: 0 auto 23px;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 220px;
	height: 220px;
}

.our-services__item-hero:before {
	display: block;
	content: ' ';
	position: absolute;
	border-radius: 100%;
	border: 7px solid transparent;
	-webkit-transition: margin 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: margin 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	
}

.waypoint-reveal .our-services__item-hero:before {
	-webkit-animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.our-services__item {
	z-index: 1;
}

.our-services__item--1 .our-services__item-hero:before {
	border-color: #5085FF;
	top: 52%;
	left: 74%;
	width: 89px;
	height: 89px;
}

.waypoint-reveal .our-services__item--1 .our-services__item-hero:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

html:not(.mobile):not(.tablet) .our-services__item--1 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--1 a:focus .our-services__item-hero,
.our-services__item--1 a.on_press .our-services__item-hero {
	-webkit-transform: translate(-10px, -10px);
	-ms-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
}

html:not(.mobile):not(.tablet) .our-services__item--1 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--1 a:focus .our-services__item-hero:before,
.our-services__item--1 a.on_press .our-services__item-hero:before {
	margin: 20px 0 0 20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--1 a:focus {
	outline: none;
}

.page-home .our-services__item--1 {
	margin-top: -48px;
}

.page-home .our-services__item--1 .our-services__item-hero:before {
	top: 50%;
	left: 69%;
}

.our-services__item--2 .our-services__item-hero:before {
	border-color: #182E60;
	bottom: 69%;
	left: 75%;
	width: 89px;
	height: 89px;
}

html:not(.mobile):not(.tablet) .our-services__item--2 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--2 a:focus .our-services__item-hero,
.our-services__item--2 a.on_press .our-services__item-hero {
	-webkit-transform: translate(-10px, 10px);
	-ms-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
}

html:not(.mobile):not(.tablet) .our-services__item--2 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--2 a:focus .our-services__item-hero:before,
.our-services__item--2 a.on_press .our-services__item-hero:before {
	margin: -20px 0 0 20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--2 a:focus {
	outline: none;
}

.page-home .our-services__item--2 {
	margin-top: 40px;
}

.page-home .our-services__item--2 .our-services__item-hero:before {
	bottom: 70%;
	left: 58%;
}

.our-services__item--3 .our-services__item-hero:before {
	border-color: #F199B6;
	top: 66%;
	left: 77%;
	width: 80px;
	height: 80px;
}

html:not(.mobile):not(.tablet) .our-services__item--3 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--3 a:focus .our-services__item-hero,
.our-services__item--3 a.on_press .our-services__item-hero {
	-webkit-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

html:not(.mobile):not(.tablet) .our-services__item--3 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--3 a:focus .our-services__item-hero:before,
.our-services__item--3 a.on_press .our-services__item-hero:before {
	margin: 00px 0 0 20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--3 a:focus {
	outline: none;
}
.page-home .our-services__item--3 {
	margin-top: -70px;
}

.page-home .our-services__item--3 .our-services__item-hero:before {
	top: 74%;
	left: 62%;
}

.our-services__item--4 .our-services__item-hero:before {
	border-color: #FFB5CD;
	top: 49%;
	right: 80%;
	width: 89px;
	height: 89px;
}

html:not(.mobile):not(.tablet) .our-services__item--4 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--4 a:focus .our-services__item-hero,
.our-services__item--4 a.on_press .our-services__item-hero {
	-webkit-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
}

html:not(.mobile):not(.tablet) .our-services__item--4 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--4 a:focus .our-services__item-hero:before,
.our-services__item--4 a.on_press .our-services__item-hero:before {
	margin: 20px 0 0 -20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--4 a:focus {
	outline: none;
}
.page-home .our-services__item--4 .our-services__item-hero:before {
	top: 49%;
	right: 80%;
	width: 70px;
	height: 70px;
}

.our-services__item--5 .our-services__item-hero:before {
	border-color: #FFC800;
	top: 70%;
	left: 71%;
	width: 70px;
	height: 70px;
}

html:not(.mobile):not(.tablet) .our-services__item--5 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--5 a:focus .our-services__item-hero,
.our-services__item--5 a.on_press .our-services__item-hero {
	-webkit-transform: translate(20px, 10px);
	-ms-transform: translate(20px, 10px);
	transform: translate(20px, 10px);
}

html:not(.mobile):not(.tablet) .our-services__item--5 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--5 a:focus .our-services__item-hero:before,
.our-services__item--5 a.on_press .our-services__item-hero:before {
	margin: 20px 0 0 -20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--5 a:focus {
	outline: none;
}
.page-home .our-services__item--5 {
	margin-top: 40px;
}

.our-services__item--6 .our-services__item-hero:before {
	border-color: #FFE071;
	bottom: 74%;
	left: 58%;
	width: 78px;
	height: 78px;
}

html:not(.mobile):not(.tablet) .our-services__item--6 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--6 a:focus .our-services__item-hero,
.our-services__item--6 a.on_press .our-services__item-hero {
	-webkit-transform: translate(-10px, 10px);
	-ms-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
}

html:not(.mobile):not(.tablet) .our-services__item--6 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--6 a:focus .our-services__item-hero:before,
.our-services__item--6 a.on_press .our-services__item-hero:before {
	margin: -10px 0 0 -20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--6 a:focus {
	outline: none;
}

.page-home .our-services__item--6 {
	margin-top: -70px;
	margin-left: 20px;
	margin-right: -30px;
}
.page-home .our-services__item--6 .our-services__item-hero:before {
	bottom: 74%;
	left: 45%;
}

.waypoint-reveal .our-services__item .our-services__item-hero:before {
	-webkit-animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.waypoint-reveal .our-services__item--1 .our-services__item-hero:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.waypoint-reveal .our-services__item--2 .our-services__item-hero:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.waypoint-reveal .our-services__item--3 .our-services__item-hero:before {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.waypoint-reveal .our-services__item--4 .our-services__item-hero:before {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.waypoint-reveal .our-services__item--5 .our-services__item-hero:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.waypoint-reveal .our-services__item--6 .our-services__item-hero:before {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.zh-home-right-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 30px 41px 0;
}
.zh-home-right {
    width: 390px;
	margin-top: -50px;
    background-color: #FFB5CD;
    border: 1px solid #FFB5CD;
    border-radius: 5px;
    margin-bottom: 28px;
    position: relative;
    z-index: 3;
}
.zh-home-right ul {
    padding: 10px 0 0;
}
.zh-home-right .zh-main-app, .zh-productssect__tabs .zh-sec-apps, .zh-bundle-apps {
    position: relative;
    padding: 6px 40px;
    cursor: pointer;
    transition: background-color .4s ease;
    border-radius: 3px;
}
.zh-home-right .zh-main-app a, .zh-productssect__tabs .zh-sec-apps a, .zh-bundle-apps a {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 70px;
    width: 100%;
}
.zh-home-right .zh-main-app .zh-app {
    position: absolute;
    width: 43px;
    height: 39px;
    left: 0;
    top: 0;
}
.zh-home-right .zh-main-app .zh-app, .zh-one-logo a span::before {
    display: block;
    margin: 4px auto 10px;
    background-size: 600px auto;
}
.zh-home-right .zh-main-app .zh-content {
    width: 85%;
}
.zh-home-right .zh-main-app .zh-content label{
    display: block;
    color: var(--primary-color);
    font-size: 24px;
    cursor: pointer;
}
.zh-home-right .zh-main-app .zh-content small{
	height: 60px;
	font-size: 14px;
    line-height: 1.45;
}

.roadmap-section:after, .roadmap-section:before, .news-section-two:after, .news-section-two:before, footer:before, footer:after, .project-section:after, .project-section:before{
	display: block;
    content: ' ';
    position: absolute;
    border-radius: 100%;
    border: 7px solid transparent;
}
.roadmap-section:after, .project-section:after{
/* 	border-color: #F199B6; */
	background: url('../images/flower1.png') no-repeat center;
	left: -90px;
    width: 370px;
    bottom: -170px;
    height: 370px;
    background-size: contain;
    border: none;
    border-radius: 0;
}
.project-section:after{
	bottom: inherit;
    top: -140px;
    border-color: #F1F1F1;
    background: url('../images/flower3.png') no-repeat center;
    background-size: contain;
}
.project-section:before{
	top: 100px;
	bottom: inherit;
}
.roadmap-section:before, .project-section:before{
    border-color: #182E60;
    left: 200px;
    width: 90px;
    bottom: -210px;
    height: 90px;
    display: none;
}

 ul {
    list-style-type: disc;
    margin-left: 20px;
}

q{
	font-size: medium;
}
.focus-areas {
    font-weight: bold;
    margin-top: 20px;
}
.section-objective {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}