
/*Common CSS*/
*+html {
  margin:0px;
  padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  margin:0px;
  padding:0px;
}
img {
  border:0px;
  outline:none;
  max-width: 100%;
}
p {
  margin:0px;
  text-align: left;
}
ul li, ol li {
  margin:0px;
  padding:0px;
  list-style:none;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.text-center p{
  text-align: center;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul, ol{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
button:focus-within, button:focus, button:active, a:hover, a:active, a:focus, select:hover, select:active, select:focus, option:hover, option:active, option:focus {
  text-decoration: none;
  outline: 0;
}
ul{padding: 0; margin: 0;}
a{text-decoration: none; color: inherit;}
a:hover{color: inherit;}
b, strong {
  font-weight: bold;
}




/*Main CSS*/
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Karla', sans-serif;
  color: #333333;
  font-size: 18px;
  background-color: #ffffff;
  position: relative;
}
img{
  max-width: 100%;
  height: auto;
}
h3 {
  font-size: 30px;
}
ol li{
  position: relative;
}
header, section, footer{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}




/*header*/
header {
  background-color: #ffffff;
  padding: 20px 38px 25px 50px;
  border-bottom: 12px solid #333;
}
.logo img {
  max-width: 200px;
}
.heading {
  font-size: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
}
.heading2 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
.header-menu{}
.header-menu ul{}
.header-menu ul li {}
.header-menu ul li a {
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s;
  display: block;
}
.header-menu ul li a:hover {
  color: #de6457;
}
.header-menu ul li a span {
  padding: 0 4px;
}
.header-menu ul li.active a {
  background-color: #8ab6ed;
}
.header-menu ul li a i:last-child{
  display: none;
}
.header-menu ul li a i:first-child{
  display: inline-block;
}

.header-menu ul li.active a i:last-child{
  display: inline-block;
}
.header-menu ul li.active a i:first-child{
  display: none;
}







/*body content*/
.body-content{
  position: relative;
}
.white-block{
  background-color: white;
  padding: 30px;
}
.heading-desc {
  font-size: 26px;
}
.body-content p{
  margin-bottom: 10px;
}
.brdr {
  width: 100% !important;
  height: 4px;
  background-color: #8ab6ed;
  margin: 40px 0;
}
.arrow-small{
  width: 30px;
  height: 30px;
}
.b-round{
  border: 1px solid;
  border-radius: 50%;
}
.content-desc p a{
  text-decoration: underline;
}



.pointer {
	cursor: pointer;
}






/*Fixed vertical menu and progress menu*/
.vertical-menu {
  height: 100% !important;
  transition: 0.3s;
  opacity: 1;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide-expanded .vertical-menu{
  opacity: 0;
  height: 0;
}
.vertical-menu li {
  height: 100%;
  padding: 20px 8px;
  cursor: pointer;
  position: relative;
}
.nmbr {
	z-index: 9999;
}
.vertical-menu .nmbr {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
}
.vertical-menu .icon {
  font-size: 26px;
}
.vertical-menu .v-text {
	transform: rotate(270deg);
	min-width: 550px;
    text-align: right;
    margin-top: 231px;
}
@media (min-width: 576px) {
	.vertical-menu .v-text {
		min-width: 550px;;
    	margin-top: 260px;
	}
}
@media (min-width: 768px) {
	.vertical-menu .v-text {
		min-width: 550px;
    	margin-top: 260px;
	}
}
@media (min-width: 992px) {
	.vertical-menu .v-text {
		min-width: 550px;
    	margin-top: 231px;
	}
}
@media (min-width: 1200px) {
	.vertical-menu .v-text {
		min-width: 550px;
    	margin-top: 231px;
	}
}
@media (min-width: 1400px) {
	.vertical-menu .v-text {
		min-width: 550px;
    	margin-top: 231px;
	}
}

.vertical-menu .v-text img {
  max-width: 15px;
  margin-top: 25px;
}
.slide {
  overflow: hidden;
  min-width: 50px;
  flex: 1 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.slide:not(.slide-expanded) {
  cursor: pointer;
}
.slide-expanded {
  flex: 100 1;
}
.slide .v-menu-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  padding: 60px 60px 60px 60px;
}
.slide-expanded .v-menu-content{
  overflow: visible;
  z-index: 3;
  opacity: 1;
  height: 100%;
  min-height: 800px;
  position: relative;
}







.progress-menu{}
.progress-menu li {
  margin-bottom: 10px;
  border-radius: 4px;
}
.progress-menu li a {
  padding: 5px 20px;
}
.progress-menu .left{}
.progress-menu .left p {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.progress-menu .right{}
.progress {
  position: relative;
  width: 130px;
  height: 8px;
  border-radius: 3px;
  background-color: rgba(1, 1, 1, 0.24);
  margin-right: 10px;
}
.progress span{
  content: "";
  height: 100%;
  background-color: white;
  border-radius: 3px;
}
.progress-desc {
  text-transform: uppercase;
  font-size: 15px;
}
.absolute-progress {
  transition: 0s;
  position: absolute;
  left: 60px;
  top: 30px;
}
.slide .absolute-progress{
  opacity: 0;
}
.slide-expanded .absolute-progress{
  opacity: 1;
}


/*Profile*/
.accordion-button{
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 20px;
  font-weight: bold;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3Cpath fill='%23333' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3Cpath fill='%23333333' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
}
.accordion-body, .accordion-button {
  padding-left: 0;
  padding-right: 0;
}
.form-control {
  border-color: #999999;
  background-color: #f3f5f8;
}
.form-control:focus, .form-check-input:checked, .form-check-input:focus, .form-check-label:checked {
  border-color: #67c2ed;
  outline: 0;
  box-shadow: none;
}
.accordion-item {
  border-color: #999999;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-label {
  font-size: 16px;
}
.accordion-button:not(.collapsed) {
  color: #8ab6ed;
}
.btn {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  background-color: #333;
  color: white;
  font-weight: bold;
  padding: 5px 15px;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s;
}
.btn:hover{
  background-color: #8ab6ed;
}






.form-main-heading {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 30px;
}
.v-menu1 .form-main-heading {
  color: #de6457;
}
.v-menu2 .form-main-heading {
  color: #f2c141;
}
.property-block-title{
  font-weight: normal;
  font-size: 22px;
}
.form-check-input {
  background-color: #f3f5f8;
}
.form-check-input:checked {
  background-color: #7c7c7c;
  border-color: transparent;
}
.filenames {
  margin: 5px 0;
}
.file-name {
  background-color: #f3f5f8;
  padding: 5px 10px;
  border-bottom: 1px solid #dfdfdf;
}
.b-color1{
  border-color: #9fcb3e;
}
.b-color2{
  border-color: #de6457;
}
.b-color3{
  border-color: #f2c141;
}
.custom-file-upload{
  position: relative;
}
.custom-file-upload::after {
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 15px;
  content: "\f13a";
  font-family: "Font Awesome 6 Pro";
}
.v-menu1 .custom-file-upload::after {
  color: #de6457;
}
.v-menu2 .custom-file-upload::after {
  color: #f2c141;
}
.form-check-input:checked {
  background: #7c7c7c;
  border: 4px solid #f3f5f8;
}
.form-check-input.b-color2:checked {
  background: #de6457;
  border: 4px solid #f3f5f8;
}
.form-check-input.b-color3:checked {
  background: #f2c141;
  border: 4px solid #f3f5f8;
}
.prev-next{
  margin-bottom: 20px;
}
.prev-next li {
  cursor: pointer;
  padding: 5px 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
}
.v-menu1 .prev-next li {
  background-color: #de6457;
}
.v-menu2 .prev-next li {
  background-color: #f2c141;
}
.prev-next li.disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
#modal1 .modal-content {
  color: #de6457;
  border: 0;
  border-radius: 3px;
}
.modal-heading {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.modal-header{
  position: relative;
}
.modal .progress span {
  background-color: #b7383c;
}
.modal-progress .progress {
  width: 70%;
}
.modal-header .btn-close {
  background: none;
  font-size: 30px;
  color: #b7383c;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}







.list-group {
  background-color: #333333;
  border-radius: 0;
}
.list-group-item {
  background: transparent;
  color: white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid white;
  position: relative;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  transition: 0.2s;
}
.list-group-item:last-child{
  border-bottom: 0;
}
.list-group-item.active {
  color: #333;
  background-color: white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid white;
}
.list-group-item.active::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  left: 0;
  background-color: #f2c141;
}
.v-menu2 .content-desc {
  background-color: white;
  min-height: 100%;
  padding-right: 25px;
}
.status {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 17px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 10px;
}
.status::after {
  content: "\f00d";
  font-size: 10px;
  font-family: "Font Awesome 6 Pro";
  color: #de6457;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.status.completed{
  background-color: #9dd000;
}
.status.completed::after{
  content: "\f00c";
  color: #333;
}









footer{
  background-color: #333333;
  color: #ffffff;
}
.footer-menu li a {
  padding: 10px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: 0.25s;
  font-size: 15px;
}
.footer-menu li a:hover{
  color: #b1db54;
}
.footer-menu li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 1px;
  height: 12px;
  background-color: white;
}
.footer-menu li:last-child a::after{
  display: none;
}









/*hamburger menu open close animation */
.navbar-toggler:focus, .navbar-toggler:active{
  outline: 0;
  box-shadow: none;
}
.navbar-toggler{
  width: 35px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f2c141;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span{
  background: #de6457;
}
.navbar-toggler span:nth-child(1) {
  top: 0px;
}
.navbar-toggler span:nth-child(2),.navbar-toggler span:nth-child(3) {
  top: 10px;
}
.navbar-toggler span:nth-child(4) {
  top: 20px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}









/*Login Page*/
.login-block{
  min-height: 92vh;
}
.login-block input[type="email"], .login-block input[type="password"]{
  padding-left: 35px;
}
.login-block form{
  position: relative;
}
.login-block label[for="email"], .login-block label[for="password"] {
  position: absolute;
  left: 13px;
  font-size: 16px;
}
.login-block label[for="email"] {
  top: 8px;
}
.login-block label[for="password"] {
  top: 53px;
}
.login-block .form-check-input {
  border-radius: 50% !important;
  border: 1px solid #333;
}
.form-check-input:checked {
  border: 4px solid #f3f5f8;
  filter: drop-shadow(0px 0px 1px black);
}
.form-check-input.b-color2:checked {
  filter: drop-shadow(0px 0px 1px #de6457);
}
.form-check-input.b-color3:checked {
  filter: drop-shadow(0px 0px 1px #f2c141);
}





/*Responsive CSS*/
@media(max-width:1300px){
.status {
  right: 10px;
}
.slide .v-menu-content {
  padding: 60px 40px 40px;
}


}
@media(max-width:991px){
.navbar-collapse {
  position: absolute;
  top: 100%;
  background-color: white;
  z-index: 9;
  right: 0px;
  min-width: 220px;
  text-align: center;
  padding: 0 15px;
  box-shadow: 0px 5px 10px rgba(1, 1, 1, 0.16);
}
.prev-next {
  flex-direction: column;
}
.prev-next li {
  margin-bottom: 15px;
  text-align: center;
}
.slide .v-menu-content {
  padding: 20px;
}
.vertical-menu .nmbr {
  margin-top: 15px;
}
.absolute-progress {
  position: relative;
  left: 0;
  top: 0;
}
.tab-content {
  padding: 0 10px;
}




}

@media(max-width:768px){
body {
  font-size: 15px;
}
.slide {
  min-width: 30px;
}
.vertical-menu .icon {
  font-size: 20px;
}
.vertical-menu .nmbr {
  font-size: 35px;
  margin-bottom: 0;
  margin-top: 15px;
}
.heading {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.slide .v-menu-content {
  padding: 20px 10px;
}
.white-block {
  padding: 10px;
}
.heading-desc {
  font-size: 20px;
}
.brdr {
  height: 1px;
  margin: 20px 0;
}
.heading2 {
  font-size: 28px;
  letter-spacing: 3px;
  margin-bottom: 10px;

}
.logo img {
  max-width: 150px;
}
.v-menu2 .content-desc {
  padding-right: 0;
}
.footer-menu li a {
  padding: 10px 10px;
  font-size: 10px;
}
.footer-menu li a::after {
  top: 14px;
  height: 8px;
}
.property-block-title {
  font-size: 18px;
}
.progress {
  width: 100px;
}
.progress-desc {
  font-size: 12px;
}
.form-main-heading {
  letter-spacing: 0;
  font-size: 22px;
}


}

