@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Forms Presets */
::-webkit-input-placeholder {opacity: 1; color: inherit;}
::-moz-placeholder {opacity: 1; color: inherit;}
:-ms-input-placeholder {opacity: 1; color: inherit;}
:-moz-placeholder {opacity: 1; color: inherit;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {box-sizing: border-box;}
ol, ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b{
  font-weight: bold;
}

.ftr_disclaimer span{
  font-weight: 500;
}

/* CSS PRESET */
:root{
	--priFont: "Urbanist", sans-serif;
    --priColor: #0085c6;
}
html,body {
  overflow-x: hidden;
  font-family: var(--bodyFont);
  font-size: 20px;
}
body.active { overflow: hidden; width: 100%; height: 100%; position: fixed !important; }

.wrapper {
    max-width: 1400px;
    width:100%;
    position: relative;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}



#banner {
    position: relative;
}
#banner:before {
    background: url(images/bnr_bg.png);
}
.banner_con {
    position:relative;
}

.slider {
    width: 1920px;
    margin-left: -268px;
    position:relative
  }

  .slider img{max-width:100%;display:block;}

  .slider::before {
    content: "";
    height: 100%;
    width: 1920px;
    position: absolute;
    top: 0;
    z-index: 50;
    background: #000;
    opacity: .6;
  }
 

  /* CHECK ANIMATION */

  .bnr_check_con {
    width: 92.6px;
    height: 92.6px;
    border-radius: 50%;
    background:  var(--priColor);
    position: absolute;
    top: 604px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    line-height: 145px;
    transform: translateY(-97%);
  }
  
  .circle {
    border-radius: 50%;
    background: var(--priColor);
    width: 124px;
    height: 124px;
    position: absolute;
    opacity: 1;
    animation: scaleIn 3s infinite 1s;
	top: -15px;
	left: -15px;
    display: block;
  }
  .check_img {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: -35px;
  }

  


@keyframes scaleIn {
0% {
  transform: scale(.5, .5);
  opacity: .5;
}
50% {
  transform: scale(1, 1);
  opacity: .2;
}
75% {
  transform: scale(1.5, 1.5);
  opacity: .1;
}
100% {
  transform: scale(1.5, 1.5);
  opacity: 0;
}
}

/* END */


.banner_info {
  position: absolute;
  top: 286px;
  z-index: 222;
  left: 0;
  right: 0;

}
.banner_info h2 {
font-size: 75px;
  color: #fff;
  /*! line-height: 84px; */
  text-align: center;
  font-family: var(--priFont);
  font-weight: 600;
  padding: 0 20px;
}
.banner_info h2 span {
	display: block;
}
.brn_info2 {
	position: absolute;
	bottom: 361px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 222;
	padding: 0 40px;
}
.brn_info2 h3{
  font-size: 25px;
  color: #fff;
  line-height: 100%;
  font-family: var(--priFont);
}
.brn_info2 h3 span{
  margin-top: 13px;
  color: var(--priColor);
}
.comp{
	font-weight: 600;
	font-size: 30px;
}



/** MAIN **/
main {
  background:#0085c6;
  position: relative;
}
.main_con {
  position: relative;
  height: 560.2px;
  padding: 0 !important;
}
.main_area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: -178px;
  background: #fff;
  z-index: 1111;
  border-radius: 50px;
}

.below-main {
  position: relative;
  z-index: 11;
}

.below-main::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  
  bottom: -310px; /* responsive instead of -272px */
  
  width: 100%;
  max-width: 1300px; /* adjust based on your design */
  height: 150px; /* control the image height */

  background: url("images/main_area.png") no-repeat center;
  background-size: contain;

  z-index: 111111;
  pointer-events: none; /* optional: prevents overlap issues */
}
.main_con_text {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 436.8px;
  gap: 75px;
  padding: 35px 60px;
}
.main_logo{
	position: relative;
}
.main_logo img {
	vertical-align: top;
}

.main_txt {
	max-width: 647.2px;
	width: 100%;
}
.main_logo h2 {
	font-size: 71px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 70px;
	font-family: var(--priFont);
	margin: 0 auto;
	padding-top: 30px;
}

.main_logo h2 span {
	color: #0085c6;
}

.main_txt p {
  color: #333333;
  line-height: 31px;
  font-size: 18px;
  font-family: var(--priFont);
}


  
/* BOTTOM */

.left-p {
  color: #fff;
  text-decoration: underline;
  font-family: var(--priFont);
  font-size: 18px;
  padding-bottom: 20px;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 5px; 
	margin: 0 auto;
  	position: absolute;
  	bottom: 115px;
  	/*! left: 0; */
  	right: 0;
	bottom: 0;
  }
  
  .social-icons a img {
	width: 52.1px;   /* adjust size */
	height: 52.1px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .social-icons a img:hover {
	transform: scale(1.1); /* zoom effect */
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }


footer {
  background:#0085c6;
  padding: 18px 0;
}

.ftr_con {
  padding: 0 20px;
}
.footer_nav{position: absolute;bottom: 129px;left: 0;right: 0;border-bottom: 1px solid #fff;padding-bottom: 35px;}
		.footer_nav ul{ margin: auto 0; padding: 0; text-align: center; list-style: none; }
		.footer_nav ul li{display: inline-block; vertical-align: top;position:relative;}
		.footer_nav ul li:first-child a{margin-left:0;padding-left:0;}
		.footer_nav ul li:last-child a{margin-right:0;padding-right:0;}
		.footer_nav ul li a{
			display: block;
			padding: 0 66px;
			font-size: 18px;
			color: #fff;
			margin: 0 31px;
			text-decoration: none;
			font-family: var(--priFont);
			font-weight: 400;
			}
		.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a{text-decoration:underline;}

		.footer_nav ul li::after {
			content: "";
			width: 1px;
			height: 14px;
			top: 50%;
			right: -3px;
			background: #fff;
			position: absolute;
			transform: translateY(-50%);
		}

		.footer_nav ul li:last-child::after {
			display: none;
		}

		.main-below {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width:1400px) {
	.footer_nav ul li a {
		margin: 0;
	}
	main{
		padding: 0 15px;
	}
}
@media only screen and (max-width:1300px) {

	.brn_info2 h3 span{
		display: unset;
	}
	.main_txt h2{
		font-size: 45px;
	}
	.main_con{
		min-height: 450px;
		height: auto;
	}
	.main_con_text{
		gap: 70px;
	}
	.social-icons{
		bottom: 55px;
	}
	.footer_nav ul li a {
		margin: 0;
	}

	.footer_nav {
		bottom: 75px;
	}
}
@media only screen and (max-width:1200px) {

	.footer_nav ul li a {
	}

}
@media only screen and (max-width:1100px) {

	.banner_info h2 span{
		display: unset;
	}
	.main_txt h2 {
		font-size: 40px;
	}
	.main_con_text{
		gap: 65px;
	}
	.footer_nav ul li a {
		margin: 0;
		padding: 0 54px;
	}
}
@media only screen and (max-width:1000px) {

	.slider{
		margin-left: 0 !important;
	}
	#banner{
		background: #fff !important;
	}
	.slider {
		width: 100%;
		height: auto;
		margin-left: 0;
		transform: unset;
	}
	.bnr_check_con {
		transform: translateY(-209%);
		top:53%;
	}
	.banner_info{
		position: static;
		padding: 20px;
	}
	.brn_info2 {
		position: static;
		margin-bottom: 20px;
	}
	.banner_info h2 {
		font-size: 40px;
	}
	.banner_info h2 span{
		font-size: 40px;
	}
	.banner_info h2, .brn_info2 h3, .brn_info2 h3 span  {
		color: #606468;
		line-height: 100%;
	}
	.brn_info2 h3, .brn_info2 h3 span  {
		font-size: 30px;
	}
	main{
		padding: 25px 15px;
	}
	.main_area {
		position: static;
	}
	.main_logo img{
		margin: 0;
	}
	.main_con {
		padding: 30px 20px !important;
	}
	.main_con_text {
		text-align: center;
		flex-direction: column;
		gap: 30px;
		padding: 35px 35px;
	}
	.main_txt {
		max-width: 100%;
	}
	.main_txt h2{
		margin: 10px auto;
		line-height: 35px;
	}
	.main_txt p {
		text-align: center;
	}
	.social-icons{
		bottom: 0;
	}
	footer {
		padding:  30px 10px;
	}
	.footer_nav ul li {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin: 5px 3px;
	}
	.footer_nav ul li a {
		border: 1px solid #fff;
		margin: 0 auto;
		padding: 0;
		line-height: 60px;
		text-decoration: none;
		border-radius: 5px;
	}
	.footer_nav ul li a:hover {
		background: var(--priColor);
	}   
	.footer_nav ul li::after {
		content: "";
		display: none;
	}

	.below-main {
		display: none;
	}

	.footer_nav {
		position: static;
	}
	.main-below {
		padding-top: 45px;
	}

}

@media only screen and (max-width:800px) {
	
	.brn_info2 h3, .brn_info2 h3 span {
		font-size: 25px;
	}
	.banner_info h2 span {
		font-size: 40px;
	}
	.main_txt h2 {
		font-size: 35px;
	}
	.footer_nav ul li{
		width:48%;
	}
}

@media only screen and (max-width:600px) {
	
	.banner_info h2 {
		font-size: 30px;
	}
	.bnr_check_con {
		top: 60%;
	}
	.banner_info h2 span {
		font-size: 30px;
	}
	.brn_info2 h3, .brn_info2 h3 span {
		font-size: 20px;
		line-height: 100%;
		padding-bottom: 20px;
	}
	.main_logo {
		max-width: 450px;
	}
	.main_txt h2 {
		font-size: 30px;
		margin: 20px auto;
	}
	.footer_nav ul li{
		display:block;
		vertical-align:top;
		width:100%;
		margin:0;
	}
	.footer_nav ul li a{
		margin:5px auto;
	}

	.left-p {
		padding-right: 1px;
	}

	.social-icons {
		position: static;
	}

	.main-below {
		justify-content: center;
	}
}
@media only screen and (max-width:500px) {

	.bnr_check_con {
		top: 60%;
	}
	.brn_info2 h3 {
		line-height: 100%;
	}


}
@media only screen and (max-width: 400px) {

	.bnr_check_con {
		top: 54%;
	}
}