@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	font-family: 'Roboto', sans-serif;
	background: url(image/bg-pattern.png) repeat #fff;
}

a {
	text-decoration: none;
}

ul {
	padding-left: 0;
	list-style: none;
}

ul ul li {
	padding-left: 1rem;
}

.main {
	display: flex;
	flex-wrap: nowrap;
	/*height: 100vh;
	height: -webkit-fill-available;
	max-height: 100vh;
	overflow-x: auto;
	overflow-y: hidden;*/
}

.sidebar {
	/*position: fixed;*/
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 315px;
	min-height: 100%;
	/*height: calc(100vh - 111px);*/
	color: rgba(0, 0, 0, 0.87);
	background-color: #fff;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	overflow-y: auto;
}

.sidebar li > span + ul {
	display: none;
	padding-left: 35px;
}

.content {
	padding: 0 1rem 1rem;
}

.content h2 {
	margin-bottom: 1rem;
	text-align: center;
}

.content .section {
	padding-top: 1rem;
}

.MuiAvatar-root {
	width: 40px;
	height: 40px;
	display: flex;
	overflow: hidden;
	position: relative;
	font-size: 1.25rem;
	align-items: center;
	flex-shrink: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	line-height: 1;
	user-select: none;
	border-radius: 50%;
	justify-content: center;
}

main {
	position: relative;
	flex-grow: 1;
	background-color: #fff;
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0px rgb(0 0 0 / 14%), 0 1px 3px 0px rgb(0 0 0 / 12%);
	/*overflow-y: auto;*/
}

main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1rem auto;
}

main .wrapper {
	margin: 1rem auto;
}

.MuiListItem-root {
	width: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	justify-content: flex-start;
	text-decoration: none;
}

.MuiListItemIcon-root {
	color: rgba(0, 0, 0, 0.54);
	display: inline-flex;
	min-width: 56px;
	flex-shrink: 0;
}

.MuiDivider-root {
	border: none;
	height: 1px;
	margin: 0;
	flex-shrink: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.sidebar li > a,
.sidebar li > span {
	display: flex;
	align-items: center;
	padding: 8px;
	color: rgba(0, 0, 0, 0.87);
	cursor: pointer;
}

.sidebar li svg,
.sidebar li > span {
	margin-right: 15px;
}

.sidebar li > span + ul .selected,
.sidebar li > .selected {
	background-color: rgba(0, 0, 0, 0.08);
}

.content .section:not(#create-user) {
	display: none;
}

.footer {
	color: #fff;
	font-size: 0.9rem;
	background-color: #026180;
}

.footer a {
	color: #00bcd4;
	text-transform: uppercase;
}

.footer a:hover,
.footer a:focus {
	color: #fff;
}

.footer li > a {
	font-size: 0.8rem;
}

.footer li:nth-child(n+2) > a:before {
	content: "";
	display: inline-block;
	height: 12px;
	margin-right: 15px;
	vertical-align: middle;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .denode {
	color: #86b3d3;
	font-size: 0.8rem;
	margin-bottom: 5px;
}

.de-panel-box {
	height: 100%;
	background-color: #fff;
	padding: 0 29px 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.04);
}

.de-panel-box h3 {
	background-color: #2c7fab;
	border-bottom: 4px solid #0a2d4a;
	color: #fff;
	margin: 0 -30px;
	padding: 15px 0 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
}

.de-panel-box a {
	display: block;
	margin-bottom: 0.5rem;
}

.de-panel-box .primary-btn {
	padding: 8px;
	color: #fff;
	font-size: 0.9rem;
	background-color: #2c7fab;
	border-radius: 3px;
	transition: all 0.12s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.de-panel-box .primary-btn:hover,
.de-panel-box .primary-btn:focus {
	background-color: #ed3628;
}

.footer .de-link {
	display: inline-block;
	margin-top: 10px;	
}

.footer .de-link:hover svg g:first-of-type,
.footer .de-link:focus svg g:first-of-type {
	fill: #fff;
}

.section .video {
	position: relative;
	max-width: 1280px;
	margin: 1rem auto;
}

.section .video > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
}

.section .video > .overlay > .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0;
	border: 0;
	transform: translate(-50%,-50%);
}

.section .video > .overlay:hover > .btn path:first-child {
	fill: #fff;
}

.section .video > .overlay:hover > .btn path {
	-webkit-transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);
	transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);
	fill: #f00;
	fill-opacity: 1;
}

.uk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.uk-modal.uk-open,
.uk-modal.uk-open .uk-lightbox-content {
	opacity: 1;
}

.uk-modal iframe {
	max-width: 100%;
}

.uk-slidenav-position {
	position: relative;
}

.uk-modal-dialog {
	position: relative;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	margin: 50px auto;
	padding: 30px;
	width: 100%;
	max-width: 100%;
	max-width: calc(100% - 20px);
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s linear, transform 0.3s ease-out;
	border-radius: 0;
	box-shadow: 0 15px 45px rgb(0 0 0 / 10%), 0 5px 20px rgb(0 0 0 / 10%);
}

.uk-modal-dialog-lightbox {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	max-width: calc(100% - 30px);
	min-height: 50px;
	border-radius: 0;
}

.uk-modal-dialog-lightbox > .uk-close:first-child {
	position: absolute;
	top: -12px;
	right: -12px;
	margin: 0;
	float: none;
}

.uk-open .uk-modal-dialog {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.uk-hidden {
	display: none !important;
	visibility: hidden !important;
}

.uk-modal-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #ddd;
}

.uk-lightbox-content {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.uk-lightbox-content iframe {
	border: 0;
}

.uk-close {
	-webkit-appearance: none;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background: transparent;
	display: inline-block;
	box-sizing: content-box;
	width: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.3;
	color: #026180;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.uk-close-alt {
	padding: 0;
	background: #3db3e5;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.12s ease-in-out;
	transition: all 0.12s ease-in-out;
}

.uk-close svg {
	margin-top: 5px;
}

#expand {
	display: none;
}

header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0.2rem;
	background-color: #3397c3;
	z-index: 999;
}

#overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	visibility: hidden;
	opacity: 0;
	transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

@media (max-width: 991px) {
	main {
		margin-top: 44px;
	}
	
	header {
		display: block;
		box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
	}
	
	.main {
		display: block;
	}
	
	.main .sidebar {
		position: fixed;
		height: 100%;
		margin-top: 44px;
		padding-bottom: 44px !important;
		z-index: 999;
		right: auto;
		left: 0;
		opacity: 0;
		transform: translate3d(-100%,0,0);
		transition: all .25s ease;
	}
	
	.expanded {
		overflow: hidden;
	}
	
	.expanded .main .sidebar {
		opacity: 1;
		transform: none;
	}
	
	.expanded #overlay {
		visibility: visible;
		opacity: 1;
	}
	
	#expand {
		display: block;
	}
}

@media (min-width: 1280px) {
	main {
		margin-left: 24px;
		/*padding-left: 24px;*/
	}
}

/*FOOTER-CSS-START*/

footer{
    background: #BFE6FB;

}
footer h6{
color:  #0A142F;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
footer ul{
    padding-left: 0;
}
footer ul li a{
    color:#0A142F;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 40px; 
text-decoration: none;
text-transform: uppercase;
}
footer .nav-link{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
footer .nav-link:hover{
    color: #099CEF;
}
footer ul li a:hover{
    color: #3cb4e7;
}
.reach-out{
    max-width: 1075px;
    margin:auto;
    border-radius: 10px;
background: #00607F;
padding:50px 70px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
    top: -90px;
}
.reach-out h5{
color: #fff;
font-family: Oswald;
font-size: 3vw;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.reach-btn{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;  
border-radius: 50px;
background: #000;
padding: 10px 30px;
border: none;
text-decoration: none;
}
.reach-btn:hover {
    color:#fff !important;
}
.footer-links{
    display: flex;
    justify-content: space-between;
    gap:20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.f-social{
    display: flex;
    align-items: center;
    gap: 10px;
}
.f-social img{
width: 120px;
height: 40px;
}
.email-add li{
    font-weight:600;
    line-height: 15px;
}
.email-add i{
   margin-right: 10px;
   color:#00607f;
}

.email-add a{
text-transform:none;
font-weight:400;
}
.pt-20{
    padding-top:30px;
}
.all-menu{
    display: flex;
    gap: 50px;
}
.copyright {
    border-top:1px solid #979797;
    padding: 20px;
    text-align: center;
}
.copyright p{
    color: #0A142F;
    margin-bottom: 0px;
    font-size: 14px;
}
.feature-detail-sec  .arrow-btn {
    border-bottom: 3px solid #ffffff;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .f-1 {
        width: 100% !important;
    }
    .logo {
        margin-bottom: 30px;
    }
    .f-1.mobile-center {
        text-align: center;
    }
    .f-1.mobile-center .f-social {
        justify-content: center;
    }
    .f-1.mobile-center .f-1 ul li a {
        text-align: center !important;
    }
}
@media screen and (max-width: 768px) {
    .footer-links {
        justify-content: flex-start;
        gap: 10px;
    }
    .f-1 {
        width: 31%;
    }
    footer h6 {
        white-space: nowrap;
    }
    .reach-out {
        padding: 30px 30px;
        flex-direction: column;
        gap: 20px;
    }
    .reach-out h5 {
        font-size: 32px;
    }
    .reach-btn {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 991px) {
    .container.f-container {
        max-width: 100%;
        width: 95%;
    }
}

