@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body, html {
	scrollbar-color:  #056449 rgba(0, 0, 0, 0.15) !important;
	scrollbar-width: thin !important;
}
body {
	margin: 0;
	padding: 0;
	color:#5f6368;
	overflow-x:hidden;
	font-family: "Roboto", sans-serif;
	position:relative;
	background:#fff;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
* {
	box-sizing: border-box;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}
 
/*********************
// Start Homepage //
***********************/
html, body, .wrapper, .safe-Page {
	height: 100%;
}
.safe-Page {
	background:url(../images/safe-banner.png) no-repeat center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	color:#fff;
	padding:0 15px;
}
.safeLogo > img {
	width: auto;
	height: 250px;
}
.inner-Safe {
	margin-top:-60px;
	width: 600px;
	max-width: 100%;
}
.safe-Textse > h2 {
	font-size: 68px;
	line-height: 68px;
	padding: 10px 0 0;
	font-weight: 700;
	text-shadow: 0px 7px 0px #01031a;
}
.safe-Textse > h3 {
	font-size: 28px;
	line-height: 28px;
	padding: 15px 0 0;
	font-weight: 600;
	text-shadow: 0px 4px 0px #01031a;
}
.safe-Textse > h2 > span, .safe-Textse > h2 > i {
	font-style: normal;
	color: #7982eb;
}
.safe-Textse > h4 {
	font-size: 44px;
	line-height: 44px;
	padding: 5px 0 0;
	font-weight: 700;
	text-shadow: 0px 4px 0px #01031a;
}
.safe-Textse > h4 > i {
	font-size: 28px;
	font-style: normal;
	display: block;
	padding-top:  5px;
	font-weight: 600;
	line-height: 28px;
}
.safe-Textse > h4 > span {
	color: #7982eb;
}
.safe-Textse > p {
	font-size: 16px;
	line-height: 17px;
	padding-top: 15px;
	font-weight:600;
}
.fb-Connet {
	padding-top: 15px;
}
.fb-Connet .fb-Btn > i {
	font-style: normal;
	text-align: center;
	display: inline-block;
}
.fb-Connet .fb-Btn i > span {
	display: block;
	padding-top:5px;
}
.fb-Connet .fb-Btn img {
	width: auto;
	height: 45px;
	margin-right: 30px;
}
.fb-Connet .fb-Btn {
	background: #23307f;
	font-size: 20px;
	color: #fce422;
	padding: 10px 20px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 20px;
}
.loader {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: 5px;
}
.loader span {
	width: 8px;
	height: 8px;
	background-color: white;
	border-radius: 50%;
	animation: blink 1.4s infinite ease-in-out both;
}
 .loader span:nth-child(1) {
 animation-delay: 0s;
 background-color: rgba(255, 255, 255, 0.3);
}
.loader span:nth-child(2) {
 animation-delay: 0.2s;
 background-color: rgba(255, 255, 255, 0.7);
}
.loader span:nth-child(3) {
 animation-delay: 0.4s;
}
 @keyframes blink {
 0%, 80%, 100% {
 transform: scale(0);
}
 40% {
 transform: scale(1);
}
}
.page-template-safepage header, .page-template-safepage footer {
	display:none;
}
@media screen and (max-width: 991px) {
 .inner-Safe {
 margin-top:-80px;
}
 .safeLogo > img {
 width: auto;
 height: 180px;
}
.safe-Textse > h3 {
 font-size: 17px;
 line-height: 17px;
 font-weight: 500;
}
.safe-Textse > h2 {
 font-size: 40px;
 line-height: 40px;
}
.safe-Textse > h4 {
 font-size: 26px;
 line-height: 26px;
}
.safe-Textse > h4 > i {
 font-size: 17px;
 font-weight: 500;
 line-height: 17px;
}
.fb-Connet .fb-Btn img {
 width: auto;
 height: 30px;
 margin-right: 15px;
}
.fb-Connet .fb-Btn {
 background: #23307f;
 font-size: 13px;
 color: #fce422;
 padding: 10px 5px;
 text-align: left;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: bold;
 line-height: 13px;
}
 .safe-Textse > p {
 font-size: 14px;
 line-height: 18px;
 font-weight: 500;
}
 .safe-Textse > p span.visit {
 display: block;
}
}