@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Rubik:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;700&display=swap');
* {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	cursor: pointer;
}
@font-face {
	font-family: forte;
    font-style: normal;
    font-weight: 400;
	src: url('../fonts/Forte.otf');
}
input:hover, input:focus, input:visited {
	border:none;
	outline:none;
}
body, p, h1, h2, h3, h4, h5, h6, span, ul, li {
	margin:0;
	padding:0;
	font-family: 'Rubik', sans-serif;
}
p {
	font-size:14px;
	color:#222123;
	line-height:24px;
}
.bg-light-blue {
	background:#e3f1fc;
}
.top_sec {
	background:#308ad4;
	padding:14px 0;
	font-family: 'Poppins', sans-serif;
}
.logo img {
	max-width:100%;
}
.top_sec ul {
	display:flex;
	list-style-type:none;
	font-size:15px;
	gap: 25px;
}
.top_sec ul li a {
	color:#fff;
}
header h1 {
	font-size: 30px;
	color: #308ad4;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: 'Raleway', sans-serif;
	text-shadow: 2px 3px 0px #fff;
}
header h1 span {
	font-weight:700;
}
.bg_btn {
	background: rgb(47,137,210);
	background: linear-gradient(0deg, rgba(47,137,210,1) 0%, rgba(54,147,224,1) 100%);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 10px 26px;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
}
.brdr_btn {
	border: 1px solid #328ed9;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 10px 26px;
	color: #328ed9;
	border-radius: 5px;
	font-weight: 600;
}
.captn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.banner h2 {
	font-family: 'Rubik', sans-serif;
	font-size:44px;
	font-weight:900;
}
.banner h3 {
	font-family: forte;
	color: #308ad4;
	font-size: 42px;
	position: relative;
	margin-bottom: 3rem;
}
.banner h3::after {
	position: absolute;
	bottom: -14px;
	content: "";
	width: 25%;
	height: 8px;
	background: #308ad4;
	left: 37.5%;
}
.banner P {
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
}
.banner a {
	background: #db1036;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 14px 32px;
	border-radius: 10px;
	text-shadow: 3px 2px 5px #3e3e3e;
}
.address_sec {
	background:url(../images/cont_bg.png) no-repeat left top / cover;
}
.blu_bx {
	background: #308bd5;
	width: 500px;
	border-radius: 25px;
	padding: 2rem;
	box-shadow: 1px 1px 10px #bbb;
	display: flex;
	justify-content: center;
}
.blu_bx ul li {
	font-size:14px;
	list-style-type:none;
}
.blu_bx ul li {
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
}
.top_sec ul li i {
	margin-right:7px;
}
.lgn_btns a img {
	margin-right:7px;
}
.blu_bx ul li i {
	margin-right:7px;
}
.abt_img img {
	max-width:100%;
}
.abt_sec h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	font-weight: 800;
}
.abt_sec p {
	font-size:16px;
	font-family: 'Poppins', sans-serif;
}
.sft_list ul {
	display:flex;
	list-style-type:none;
	flex-wrap: wrap;
}
.sft_list ul li {
	width: 25.333%;
	border-right: 1px solid #dbdbdb;
	margin-bottom: 16px;
	align-items: center;
	display: flex;
	padding: 0 28px
}
.sft_list ul li img {
	max-width: 100%;
	max-height: 70px;
}
.vid img {
	max-width:100%;
}
.ftr_top {
	background:url(../images/vdp_bg.png) no-repeat left top / contain;
}
.g-rev {
	background: #d34836;
	padding: 8px 17px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 2rem;
	display: block;
	width: fit-content;
}
.cd_sec_cont p, .cd_sec_cont a, .cd_sec_cont h3 {
	font-family: 'Poppins', sans-serif;
}
.cd_sec_cont p {
	font-size: 18px;
	color:#454547;
}
.cd_sec_cont h3 {
	background: #308ad4;
	width: max-content;
	padding: 7px 17px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 7px;
}
.cd_sec_cont h2 {
	font-size:28px;
	font-weight:bold;
}
.vid {
	background: #000;
	border-radius: 7px;
	overflow: hidden;
}
.vid img {
	max-width:100%;
}
.hvr_vdo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
}
footer {
	padding: 25px 0;
	border-top: 1px solid #e6e6e6;
}
footer p {
	font-size:12px;
}


/**animation**/

.abt_img img {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.sft_list ul li:hover img, .hvr_vdo img:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.top_sec ul li i, .brdr_btn img, .bg_btn img, .blu_bx ul li i, .g-rev i {
  transition: transform 1s;
}
.top_sec ul li:hover i, .brdr_btn:hover img, .bg_btn:hover img, .blu_bx ul li:hover i, .g-rev:hover i {
  transform: rotate(360deg);
}
.screen_img img {
	max-width:100%;
	width: 100%;
}
.dash_sec h2 {
	font-size: 24px;
	font-weight: 550;
	margin-bottom: 17px;
}
.mw-fit {
	max-width:fit-content;
}
.gray-bg {
	background: #FFF;
/*	padding: 11px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px #bfbfbf;*/
}
.qr img {
	max-width:100%;
}
.pay_now_cont {
	width: 470px;
	box-shadow: 1px 1px 15px #d7d7d7;
	border-radius: 7px;
	margin: 0 auto;
	padding: 20px;
}
.pay_now_cont h3 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 34px;
	margin-bottom: 30px;
}
.reg_cont {
	box-shadow: 1px 1px 15px #d7d7d7;
	border-radius: 7px;
	margin: 0 auto;
	padding: 20px;
	background:#fff;
}
.reg_cont h3 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 34px;
	margin-bottom: 30px;
}
.qr {
  width: 50%;
  margin: 0 auto 14px;
}
.or_sec {
	margin: 14px 0;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
}
.or_sec span {
	height: 2px;
	background: #8c8c8c;
	width: 100%;
	display: block;
	position: absolute;
	top: 20px;
}
.or_sec p {
	background: #fff;
	width: 40px;
	height: 40px;
	font-size: 15px;
	position: relative;
	border-radius: 100%;
	border: 1px solid #8c8c8c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 550;
}
.acc_no {
	display: flex;
	justify-content: center;
}
.dash_btns {
	list-style-type: none;
	display: flex;
	gap: 7px;
}
.dash_btns li span {
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 100%;
	overflow: hidden;
}
.dash_btns li {
	display: flex;
	align-items: center;
	gap: 7px;
}
.dropdown a {
	color:#000;
	cursor:pointer;
}
.dash_btns li.dropdown ul li {
	padding: 3px 14px;
}
.dropdown-menu {
	background:#308ad4;
	top: 8px !important;
}
.dash_btns .dropdown-menu li a {
	color:#fff;
}
.dash_btns li.dropdown ul li:hover {
	background: #1a6fb5;
}
.dash_btns li a {
	color: #000;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    min-width: 50px;
}
.dash_btns li a.dropdown-toggle {
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.y_trind {
	text-align: center;
	margin: 14px 0;
	font-size: 20px;
	font-weight: 550;
}
.scl_med {
	display: flex;
	list-style-type: none;
	justify-content: center;
	gap: 1rem;
}
.scl_med li a {
	padding: 0 0;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 5px;
}
.scl_med li:hover a{
		-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/**modal**/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  max-width:100%;
}

/* The Close Button */
.modal .close {
  color: #aaa;
  float: right;
  font-size: 21px;
  font-weight: normal;
  position: absolute;
  right: 6px;
  top: 5px;
  background: #d10a38;
  padding: 0 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .close:hover,
.modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/**modal**/
.form-group input {
	width: 100%;
	border: 1px solid #bfbfbf !important;
	padding: 8px 14px !important;
	border-radius: 7px !important;
	font-size: 14px !important;
	background:#fff;
	line-height: 20px !important;
}
.form-group #example1 .ui.input input {
	line-height: 20px !important;
}
.ui.input {
	width: 100%;
  }
.form-group select {
	width: 100%;
	border: 1px solid #bfbfbf;
	padding: 8px 14px;
	border-radius: 7px;
	font-size: 14px;
	background:#fff;
}
.form-group textarea {
	width: 100%;
	border: 1px solid #bfbfbf;
	padding: 8px 14px;
	border-radius: 10px;
	font-size: 14px;
}
.form-group {
	margin-bottom:14px;
}
.form-group button {
	background: rgb(47,137,210);
	background: linear-gradient(0deg, rgba(47,137,210,1) 0%, rgba(54,147,224,1) 100%);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 10px 26px;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	border:none;
}
.form-group label {
	margin-bottom: 5px;
	font-size: 14px;
}
h4.reg-btn {
	font-size: 18px;
	color: #000;
	text-align: center;
	margin: 0 0 14px;
	font-weight: bold;
  }
  .login_img02 {
	position: absolute;
	left: -327px;
	width: 322px;
	bottom: 140px;
  }
  .radio_cont {
	clear: both;
	display: flex;
	margin-bottom: 0px;
	padding: 8px 0px !important;
  }
  .radio_cont label {
	margin-bottom:0;
  }
  .radio.radio-danger {
	margin-right: 10px;
  }
  .radio.radio-danger input {
	width: auto;
	float: none;
  }
  .radio.radio-danger label {
	width: auto;
	float: none;
	font-weight: normal;
  }
  .pay_now_cont h5 {
	font-size: 14px;
	color: #bf0000;
	line-height: 24px;
	text-align: center;
  }
  .h-70-vh {
	height: 70vh;
  }
  .note {
	font-size: 16px;
	text-align: left;
	color: #308ad4;
	border: 1px solid #c0e3ff;
	padding: 9px 14px;
	padding-left: 14px;
	margin-bottom: 17px;
	border-radius: 7px;
	line-height: 20px;
	display: flex;
	align-items: baseline;
	gap: 7px;
	font-weight: 500;
	position: relative;
	padding-left: 57px;
	background: #e3f1fc;
	font-weight: 550;
}
.note img {
	font-size: 30px;
	position: absolute;
	left: 10px;
	max-width:2.5rem;
}
.sht_txt {
	background: #e3f1fc;
	padding: 14px 20px;
	border-radius: 10px;
	text-align: center;
	position: relative;
}
.rol-no {
    display: block;
    width: 100%;
    line-height: 13px;
    font-size: 12px;
    color: #328ed9;
}
.dash_btns .dropdown-toggle::after { display: none; }
.dash_btns .hd_usrname::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.sht_txt p img {
	font-size: 3rem;
	position: absolute;
	left: 10px;
	color: #308ad4;
	max-width: 2.8rem;
}
.sht_txt p {
	padding-left: 44px;
	text-align: left;
	font-weight: 550;
	color: #308ad4;
	line-height: 20px;
}
.gray-bg h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 7px;
	color: #328ed9;
	font-weight: 550;
}
.gray-bg .ph_db {
	font-size: 15px;
	color: #222123;
	line-height: 24px;
	text-align: center;
}
.gray-bg .ph_db i {
	margin-right: 7px;
}
.ph_sec_dbt {
	background: #e3f1fc;
	padding: 13px 20px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	margin-top: 12px;
}

/**Responsive*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
.top_sec ul {
  gap: 12px;
}
.banner h2 {
  font-size: 36px;
}
.banner h3 {
  font-size: 34px;
  margin-bottom: 2rem;
}
.banner a {
  font-size: 20px;
}
.blu_bx ul li {
  font-size: 16px;
}
.sft_list ul li {
  width: 33.333%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.top_sec ul {
	justify-content: center;
	width: 100%;
}
.banner h2 {
  font-size: 24px;
  margin-bottom: 7px !important;
}
.banner h3 {
  font-size: 28px;
  margin-bottom: 2rem;
}
.banner P {
  font-size: 16px;
  line-height: 20px;
}
.banner a {
  font-size: 16px;
  color: #fff;
  padding: 8px 20px;
}
header h1 {
  font-size: 22px;
}
.brdr_btn {
  font-size: 13px;
  padding: 7px 18px;
}
.bg_btn {
  font-size: 14px;
  padding: 7px 18px;
}
.sft_list ul li {
  width: 33.333%;
  padding: 0 10px;
}
.cd_sec_cont p {
  font-size: 16px;
}
.cd_sec_cont h3 {
  width: auto;
  font-size: 17px;
  text-align:center;
}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
.top_sec ul {
  font-size: 12px;
  gap: 14px;
  justify-content: center;
  width: 100%;
}
.top_sec .col-lg-7 ul {
	margin-top: 11px;
	gap: 7px;
	line-height: 11px;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
header h1 {
  font-size: 18px;
  text-align: center;
  width: 107px;
}
.logo {
	max-width:124px;
}
.brdr_btn {
  font-size: 13px;
  padding: 6px 10px;
}
.bg_btn {
  font-size: 13px;
  padding: 6px 10px;
}
.lgn_btns {
	width: 200px;
	display: flex;
	justify-content: flex-end;
	gap: 5px;
}
.banner h2 {
  font-size: 17px;
  width: 62%;
  text-align: center;
  margin-bottom: 7px !important;
}
.banner h3 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.banner h3::after {
  height: 4px;
  bottom: -8px;
}
.banner P {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px !important;
}
.banner a {
  font-size: 14px;
  padding: 7px 24px;
}
.blu_bx ul li {
  font-size: 15px;
}
.abt_img {
	margin-bottom:2rem;
}
.sft_list ul li {
  width: 32.333%;
  padding: 0 18px;
}
.cd_sec_cont p {
  font-size: 16px;
}
.cd_sec_cont h3 {
  width: max-content;
  padding: 7px 17px;
  font-size: 17px;
}
.vid  {
	margin-bottom:2rem;
}
.cd_sec_cont .lgn_btns {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 5px;
}
.gray-bg {
	margin-bottom:20px;
}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
.top_sec ul li {
	text-align:center;
}
.acnt_ind {
	display:none;
}
.top_sec ul {
  font-size: 12px;
  gap: 14px;
  justify-content: center;
  width: 100%;
}
.top_sec .col-lg-7 ul {
	margin-top: 11px;
	gap: 7px;
	line-height: 11px;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
header h1 {
  font-size: 18px;
  text-align: center;
  width: 107px;
}
.logo {
	max-width:104px;
}
.brdr_btn {
  font-size: 12px;
  padding: 6px 10px;
}
.bg_btn {
  font-size: 12px;
  padding: 6px 10px;
}
.lgn_btns {
	width: 200px;
	display: flex;
	justify-content: flex-end;
	gap: 5px;
}
.banner h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 4px !important;
}
.banner h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.banner h3::after {
	display:none;
}
.banner P {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 4px !important;
}
.banner img {
	height:175px;
}
.banner a {
	font-size: 13px;
	padding: 5px 15px;
}
.blu_bx ul li {
  font-size: 12px;
}
.abt_img {
	margin-bottom:2rem;
}
.sft_list ul li {
  width: 32.333%;
  padding: 0 8px;
}
.cd_sec_cont p {
  font-size: 14px;
}
.cd_sec_cont h3 {
  width: auto;
  padding: 7px 17px;
  font-size: 16px;
}
.vid  {
	margin-bottom:2rem;
}
.cd_sec_cont .lgn_btns {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 5px;
}
.abt_sec h2 {
  font-size: 36px;
}
.abt_sec p {
  font-size: 14px;
}
.sft_list {
	flex-wrap: wrap;
}
footer .d-flex {
	justify-content: center !important;
}
.gray-bg {
	margin-bottom:20px;
}
.qr {
  width: 60%;
}
.dash_btns li span {
  width: 30px;
  height: 30px;
}
.dropdown a.dropdown-toggle {
	font-size:14px;
}
.dash_btns li {
  font-size: 14px;
}
.dash_btns {
  gap: 18px;
}
}

@media screen and (min-width: 992px) {
.reg_cont.log_cont {
	width: 80%;
	margin:0;
	max-width:500px;
}
.reg_pic {
	height:45rem;
}
}