
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
  background: #f6f6f6;
}

a {
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  text-decoration: none !important;
  transition: 0.5s all;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #1E1C1C;
  font-family: 'Montserrat', sans-serif;
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  position: relative;
  letter-spacing: 0.8px;
  color: #000;
}
input{
  border: 0 !important;
  background-color: transparent !important;
}
:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
  background-color: transparent !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(183deg, #324A8C 21.81%, #4E639B 100%);
  outline: none;
}

.certifacate{
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  background: #fff;
  margin: 0 auto;
  position: relative;
  background: #fff url(../img/body_bg.webp) no-repeat top right;
  margin: 0 auto;
  position: relative;
  background-size: 48%;
  overflow: hidden;
}

.certifacate h1{
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1;
}

.hederPart img{
  transform: translateY(-20px);
}

.hederPart .input-group  span{
  font-size: 15px;
  font-weight: 500;
  color: #9f9d9f;
  background: transparent;
}

.hederPart .form-control{
  border: 0;
  font-size: 15px;
  font-weight: 500;
  color: #9f9d9f;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  text-align: center;
}

.hederPart .form-control:focus{
  box-shadow: none;
  border-bottom: 0;
}

.body_text h2{
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1;
}
.body_text h5{
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 38px;
  text-align: center;
  letter-spacing: 1;
  font-style: italic;
}
.body_text .input-group  span{
  font-size: .85rem;
  font-weight: 600;
  color: #000;
  background: transparent;
}

.body_text .form-control{
  border: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  text-align: left;
}

.body_text .form-control:focus{
  box-shadow: none;
  border-bottom: 0;
}

::placeholder {
  color: #9f9d9f;
  opacity: 0.5; /* Firefox */
  font-weight: 400;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #9f9d9f;
  opacity: 0.5;
  font-weight: 400;
}
.date_sec{
  padding: 0 7%;
}
.date_sec .input-group  span{
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  background: transparent;
  font-style: italic;
}
.date_sec .form-control{
  font-size: 0.8rem;
  font-weight: 600;
  font-style: italic;
}

#ui-datepicker-div {
  background-color: #753778;
  box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 300px;
  display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #fff;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a{
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.ui-state-default{
  display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	font-size: 14px;
	text-decoration: none;
  color:#c5a6c7;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: #ff8104;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #ff8104;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #9e52a3;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #fff;
	font-weight: 400;
	font-size: 0.75rem;
}

.crtName{
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  padding-bottom: 0;
}
.sig_sec{
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}
.sig_sec img{
  width: 130px;
  object-fit: contain;
  margin: 0 auto;
}
.sig_sec h6{
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
  border-top: 1px solid #dcd7dd;
}
.sig_sec h6 span{
  display: block;
  font-weight: 400;
}

.footer-bg{
  position: relative;
  width: 100%;
  height: 147px;
  bottom: 0;
  left: 0;
  padding: 0;
  margin-top: 0;
}
.footer-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nameID{
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  font-size: .85rem !important;
  font-weight:600 !important;
  font-style: italic;
}
.form-control{
  position: relative;
  background-color: transparent !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: none;
  width: 20px;
  height: 20px;
  border-width: thin;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.val_input{
  position: relative;
  z-index: 2;
}
.val_input .input-group-text{
  font-weight: 500 !important;
  font-style: italic;
}
.val_input .form-control{
  font-size: .85rem;
  font-weight: 500;
}
.downloadPDF{
  position: relative;
  /* right: 12%;
  top: 12px; */
  font-size: 15px;
  background: #753778;
  color: #fff;
  font-weight: 500;
}
.btn:focus{
  box-shadow: none;
}
.downloadPDF:hover{
  background: #ff8104;
  color: #000;
}
.form-select {
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
}