body {
	overflow-x: hidden;
	color: #000000;
	background: #FFFFFF;
}
html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar-corner {
 background: transparent;
 display: none;
}
::-webkit-scrollbar {
 width: 3px;
 height: 3px;
}
::-webkit-scrollbar-track {
 background: #dcdcdc;
 border-radius: 30px;
}
::-webkit-scrollbar-thumb {
 border-radius: 30px;
 background: #bfbfbf;
 -webkit-box-shadow: none;
}
header {
	width: 100%;
	height: auto;
	padding: 25px 10px;
}
header .col-lg-12 {
	position: relative;
}
.logo {
	float: left;
	display: inline-block;
	animation-duration: 1.5s;
	animation-name: flipInY;
}
.righthdpanel {
	float: right;
	display: inline-block;
}
.matebtn {
	background-color: #1D6F9D;
	color: #F1FCFF;
	font-size: 16px;
	padding: 14px 32px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 25px;
	display: inline-block;
	transition: all 0.5s;
	float: left;
}
.matebtn:hover {
	background-color: #1D3D4F;
}
.matebtn img {
	margin-left: 5px;
}
.mailsec {
	display: inline-block;
	float: left;
	margin-right: 40px;
	margin-top: 25px;
}
.mailicon {
	display: inline-block;
	float: left;
	margin-top: 3px;
}
.contmail {
	display: inline-block;
	float: left;
	padding-left: 10px;
	text-align: left;
}
.contmail span:nth-child(1) {
	display: block;
	font-size: 16px;
	color: #1D6F9D;
}
.contmail span:nth-child(2) {
	display: block;
	font-size: 16px;
	color: #393939;
}
.socialsec {
	float: left;
	display: inline-block;
}
.socialsec ul {
	display: inline-block;
	list-style: none;
	margin: 38px 40px 0 0;
	padding: 0;
}
.socialsec li {
	display: inline-block;
}
.socialsec li a {
	margin: 0 10px 0;
	text-decoration: none;
	transition: all 0.5s;
	display: inline-block;
}
.socialsec li:hover a {
	transform: rotateY(180deg);
}
.menubtn {
	color: #1D6F9D;
	text-decoration: none;
	transition: all 0.5s;
	display: none;
	font-size: 32px;
	margin-right: 15px;
	float: right;
	position: absolute;
	top: 26px;
	right: 0;
}
.menubtn:hover {
	color: #1D3D4F;
}
.nav-section {
	width: 100%;
	height: auto;
	background-color: #1D6F9D;
	color: #FFFFFF;
}
.nav-section ul {
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav-section li {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 25px;
}
.nav-section li a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.5s;
}
.nav-section li a:hover {
	color: #ffffff96;
}
.banner {
	width: 100%;
	height: auto;
	position: relative;
}
.banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.7;
}
.banner-content {
	width: 100%;
	height: auto;
	min-height: 500px;
	color: #F1FCFF;
	position: relative;
	z-index: 10;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.banner-content h1 {
	font-size: 40px;
	margin-top: 50px;
}
.banner-content h2 {
	font-size: 30px;
}
.banner-content h3 {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	max-width: 750px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.banner-cover {
	display: inline-block;
}
.bottom_btn_wrap {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
@keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-20px);
}
 100% {
 transform: translatey(0px);
}
}
.bottom_btn_wrap a {
	color: #FFFFFF;
	display: inline-block;
	animation-name: float;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	transition: all 0.5s;
}
.bottom_btn_wrap a:hover {
	color: #2395d5;
}
.secbanner-content {
	width: 100%;
	height: auto;
}
.banner-secimg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-secimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.firstbanbg {
	width: 50%;
	height: auto;
	min-height: 420px;
	position: relative;
	float: left;
	z-index: 10;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.firstbanbg:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D6F9D;
	opacity: 0.85;
}
.secbanner-content h1 {
	color: #F1FCFF;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.secbanner-content p {
	color: #F1FCFF;
	font-size: 16px;
	z-index: 10;
	position: relative;
	margin-bottom: 30px;
}
.secbanbg {
	width: 50%;
	height: auto;
	min-height: 420px;
	position: relative;
	float: left;
	z-index: 10;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.secbanbg:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.85;
}
.dopbosec {
	z-index: 10;
	position: relative;
	width: 100%;
	max-width: 550px;
	float: right;
	padding-right: 50px;
	padding-left: 50px;
}
.dopbothird {
	z-index: 10;
	position: relative;
	width: 100%;
	max-width: 550px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
}
.innertafsec {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: #F1FCFF;
	position: relative;
}
.bgsecgat {
	width: 100%;
	height: 420px;
	background: linear-gradient(#489FD0, #F1FCFF);
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.sectionghop {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	padding: 30px 10px;
}
.sectionghop p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.textyop {
	text-align: right;
	padding-left: 60px;
}
.textyop img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.imgtoyop {
	text-align: right;
	padding-right: 60px;
}
.imgtoyop img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.taghopsec {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: #FFFFFF;
	padding: 70px 10px 90px;
}
.taghopsec h1 {
	color: #1D3D4F;
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
}
.taghopsec p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.bluebgthap {
	width: 100%;
	height: auto;
	position: relative;
}
.bluebgthap p {
	color: #F1FCFF;
	font-size: 16px;
	line-height: 24px;
}
.bgnopblue {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bgnopblue img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bgnopblue:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.9;
}
.bgcontkop {
	width: 100%;
	height: auto;
	position: relative;
	padding: 100px 10px;
	z-index: 10;
}
.equipbgsec {
	width: 100%;
	height: auto;
	position: relative;
	padding: 110px 10px 0;
	overflow: hidden;
}
.wavebhtg {
	width: 100%;
	height: auto;
	position: absolute;
	top: -130px;
	left: 0;
	text-align: center;
}
.wavebhtg img {
	width: auto;
	height: auto;
}
.contboxwav {
	width: 100%;
	height: auto;
	position: relative;
}
.contboxwav h1 {
	color: #1D3D4F;
	font-size: 40px;
	text-align: center;
	padding-bottom: 30px;
}
.contboxwav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}
.contboxwav li {
	width: 33.333%;
	display: inline-block;
	padding: 10px;
	animation-name: swap;
	animation-duration: 500ms;
 animation-delay: calc(var(--animation-order) * 200ms);
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes swap {
 0% {
 opacity: 0;
 -webkit-transform-origin: 0 100%;
 transform-origin: 0 100%;
 -webkit-transform: scale(0, 0) translate(-700px, 0px);
 transform: scale(0, 0) translate(-700px, 0px);
}
 100% {
 opacity: 1;
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
 -webkit-transform: scale(1, 1) translate(0px, 0px);
 transform: scale(1, 1) translate(0px, 0px);
}
}
@keyframes swap {
 0% {
 opacity: 0;
 -webkit-transform-origin: 0 100%;
 transform-origin: 0 100%;
 -webkit-transform: scale(0, 0) translate(-700px, 0px);
 transform: scale(0, 0) translate(-700px, 0px);
}
 100% {
 opacity: 1;
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
 -webkit-transform: scale(1, 1) translate(0px, 0px);
 transform: scale(1, 1) translate(0px, 0px);
}
}
.contboxwav li a {
	width: 100%;
	display: inline-block;
	border: 1px solid #1D6F9D;
	border-radius: 10px;
	padding: 40px 20px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	transition: all 0.3s;
}
.contboxwav li:hover a {
	transform: scale(0.9);
}
.contboxwav h2 {
	font-size: 16px;
	color: #1D6F9D;
	margin-top: 22px;
}
.contboxwav h3 {
	font-size: 16px;
	color: #393939;
}
.volusecbg {
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 10px 200px;
}
.volusecbg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#489fd026, #489FD0);
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.volucontent {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}
.volucontent p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.bgvolht {
	width: 48%;
	height: 240px;
	float: left;
	padding-left: 40px;
}
.bgvolht img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.bgjolhk {
	width: 52%;
	height: 240px;
	float: left;
	padding-left: 20px;
}
.bgjolhk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.volucontent h2 {
	color: #1D3D4F;
	font-size: 20px;
	margin-top: 100px;
}
.infobgsec {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 10px 40px;
}
.shawdbox {
	box-shadow: 0px 0px 5px 2px #0000001A;
	background-color: #FFFFFF;
	padding: 40px 30px 30px;
	border-radius: 13px;
	width: 100%;
	height: auto;
	min-height: 250px;
	position: relative;
	margin-top: -170px;
	margin-bottom: 10px;
}
.infobgsec h2 {
	color: #393939;
	font-size: 16px;
	margin-top: 20px;
}
.infobgsec p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.infobgsec h1 {
	color: #1D3D4F;
	font-size: 40px;
	margin-top: 85px;
	text-align: center;
}
.rocksectaq {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.firstbgtq {
	width: 60%;
	height: auto;
	padding: 190px 100px 170px;
	position: relative;
	background-color: #1D6F9D;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
}
.firstbgtq p {
	width: 100%;
	max-width: 600px;
	display: inline-block;
	text-align: left;
}
.secnhqwr {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.secnhqwr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.notisectag {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: #FFFFFF;
	position: relative;
}
.notpackgrab {
	width: 100%;
	height: 220px;
	background: linear-gradient(#489FD0, #FFFFFF);
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.notilap {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	padding: 90px 10px 80px;
}
.notilap h1 {
	color: #1D3D4F;
	font-size: 40px;
	padding-bottom: 50px;
	text-align: center;
}
.notishawd {
	box-shadow: 0px 4px 10px 5px #0000000D;
	background-color: #FBFBFB;
	padding: 0;
	border-radius: 10px;
	width: 100%;
	height: auto;
	min-height: 250px;
	position: relative;
	margin-bottom: 30px;
}
.notiwarimg {
	width: 100%;
	height: auto;
}
.notiwarimg img {
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.noticontbn {
	width: 100%;
	height: auto;
	padding: 40px 55px;
}
.noticontbn h2 {
	font-size: 20px;
	color: #1D3D4F;
	margin-bottom: 18px;
	padding-bottom: 18px;
	position: relative;
}
.noticontbn h2:after {
	background-color: #1D6F9D;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 74px;
}
.noticontbn p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.noticontbn a {
	background-color: #1D6F9D;
	color: #F1FCFF;
	font-size: 16px;
	padding: 13px 35px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	transition: all 0.5s;
}
.noticontbn a:hover {
	background-color: #1D3D4F;
}
.depbox {
	width: 100%;
	height: auto;
	padding-left: 30px;
	margin-bottom: 25px;
	margin-top: 1px;
	display: flex;
	flex-wrap: wrap;
}
.imgdepgt {
	width: 176px;
	height: auto;
}
.imgdepgt img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.contdbty {
	width: calc(100% - 176px);
	padding-left: 20px;
}
.depbox h3 {
	font-size: 20px;
	color: #1D3D4F;
}
.depbox a {
	color: #1D6F9D;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 5px;
	display: inline-block;
	transition: all 0.5s;
}
.depbox a:hover {
	color: #1D3D4F;
}
.depbox a i {
	margin-left: 5px;
}
.conactsection {
	width: 100%;
	height: auto;
	padding: 90px 20px;
	position: relative;
	text-align: center;
}
.conact-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.conact-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.conact-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1D3D4F;
	opacity: 0.8;
}
.tapformbox {
	width: 100%;
	max-width: 510px;
	height: auto;
	padding: 40px 40px 45px;
	position: relative;
	z-index: 20;
	background-color: #F1FCFF;
	border-radius: 10px;
	display: inline-block;
}
.tapformbox h1 {
	color: #393939;
	font-size: 40px;
	text-align: center;
}
.tapformbox h2 {
	color: #393939;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.tapformbox .form-control {
	border-color: #393939;
	margin-bottom: 15px;
	background-color: #F1FCFF;
}
.tapformbox .btn {
	background-color: #1D6F9D;
	color: #F1FCFF;
	font-size: 16px;
	padding: 13px 35px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 40px;
	display: inline-block;
	transition: all 0.5s;
	border-radius: 0;
}
.tapformbox .btn:hover {
	background-color: #1D3D4F;
	color: #FFFFFF;
}
.tapformbox hr {
	border-color: #1D6F9D;
	opacity: 1;
}
.contactsocial {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}
.contactsocial a {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #1D6F9D;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	transition: all 0.5s;
	text-decoration: none;
	margin: 0 8px;
}
.contactsocial a:hover {
	background-color: #1D3D4F;
}
.mailcontact {
	color: #393939;
	font-size: 16px;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
	transition: all 0.5s;
	word-break: break-all;
}
.mailcontact:hover {
	color: #1D6F9D;
}
.mailcontact i {
	margin-right: 6px;
}
footer {
	width: 100%;
	height: auto;
	padding: 50px 20px 70px;
	position: relative;
	background-color: #1D3D4F;
	color: #FFFFFF;
}
footer h3 {
	font-size: 16px;
	line-height: 144%;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}
footer h3 a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.5s;
	margin: 0 5px;
}
footer h3 a:hover {
	color: #2c97d3;
}
footer h4 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffffd1;
	text-align: center;
}
.volheadbg {
	width: 100%;
	height: auto;
	padding: 70px 20px 20px;
}
.volheadbg h1 {
	color: #1D3D4F;
	font-size: 40px;
	text-align: center;
	padding-bottom: 25px;
}
.copyright a {
    color: #fff ;
	text-decoration: none;
}


.affliate-card{
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: #FBFBFB;
    border: none;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.05);
    margin-top: -100px;
    z-index: 1;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.affliate-card-2{
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: #FBFBFB;
    border: none;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.05);
   padding-top: 10px;
    z-index: 1;
}

.text-input{
    background-color: none !important;
}
.affliate-title h4{
    color:#393939 !important ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 225% */
}
/* sumate */
.banner-content-1{
	width: 100%;
	height: auto;
	min-height: 300px;
	color: #F1FCFF;
	position: relative;
	z-index: 10;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

#datepicker {
    padding-right: 30px; /* Adjust the padding to position the icon as desired */
	
}

#datepicker-icon {
    position: absolute;
    right: 10px; /* Adjust the right value to control the icon's position */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
	opacity: 60%;
}
.flatpickr-calendar {
    font-size: 16px;
}

/* Reduce the font size for smaller screens */
@media (max-width: 768px) {
    .flatpickr-calendar {
        font-size: 14px;
    }
}
.form-control .placeholder{
	color: #1D6F9D;
}
.sectionghop-1{
	width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    padding: 0px 10px;
}
.custom-circle-button {
    border: none;
    background: none;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    color: rgb(57, 57, 57);
  }
  .btn{
	border: none;
	display: flex;
	justify-content: end;
  }
  .input-group .form-control {
	padding-right: 30px; /* Leave space for the arrow icons */
}

.input-group .form-control::before {
	content: "\f062"; /* Unicode for Font Awesome 4 up arrow icon */
	font-family: "FontAwesome";
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 16px;
	cursor: pointer;
}

.input-group .form-control::after {
	content: "\f063"; /* Unicode for Font Awesome 4 down arrow icon */
	font-family: "FontAwesome";
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 16px;
	cursor: pointer;
}
.form-check-input.custom-border {
    border-color: rgb(57, 57, 57);
  }
  .sumate.btn{
	background-color: #1D6F9D;
    color: #F1FCFF;
    font-size: 16px;
    padding: 13px 35px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 40px;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 0;
  }