@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}


body{
	background:   url("../images/bg1.png") center fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

/* .wrapper{border-top:10px solid #12B2DF; border-bottom:20px solid #12B2DF;} */
.wrapper{}

img {
	max-width: 100%; 
	height: auto;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.header {
	padding: 15px;
	background-image: url(../images/top.jpg) no-repeat right top fixed;
}

.logo {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}
.htext {
	display: inline-block;
	vertical-align: top;
	width: 64%;
}
.logo2 {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	
}
.container {
	max-width: 90%;
	margin: auto;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
.tab-pane .btn.btn-primary{
	background: rgb(1,169,187);
	background: linear-gradient(90deg, rgba(1,169,187,1) 0%, rgba(0,43,138,1) 50%, rgba(1,169,187,1) 100%);
	text-transform:uppercase;
	font-weight:600;
}

.nav-tabs .nav-link{
	background: transparent !important;
	padding: 7px 15px;
	margin-top: 10px;
	border-radius: 5px;
	color: #444;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px !important;
	border:none !important;;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	
color: #1B4EB5 !important;
font-weight: 900;
border-bottom:2px solid gray !important;
}

.left-col {
	display: inline-block;
	vertical-align: top;
	width: 49%;

	background:transparent;
}
.rht-col {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align:left;
	background: transparent;
}
.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
}
h1 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 15px 0;
}
.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
	width: 100% !important;
}

.form-group {
	margin-bottom: 15px;
}
.btn {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	font-size: 16px;
	padding: 8px 15px 5px;
	color: #444;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	
}
.btn-block {
	display: block;
	width: 100%;
}
.footer {
	width: 100%;
	text-align: center;
}
.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.logo  img{width:100%;}
.htext img{width:45%;}
.footer img{width:100%;}

@media (max-width:768px){
	
	
}
@media only screen and (max-width: 1023px) {
/* div { */
	/* width: 100% !important; */
/* } */
.header * {
	text-align: center !important;
}
.header img {
	max-width: none;
}
.left-col {padding-bottom:30px;}
.left-col img{width:100%;}

}

