@import "https://fonts.googleapis.com/css2?family=Mukta:wght@300&display=swap";

/* Margin top */
.m-t-0{
	margin-top: 0px;
}
.m-t-5{
	margin-top: 5px;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-15{
	margin-top: 15px;
}
.m-t-20{
	margin-top: 20px;
}
.m-t-25{
	margin-top: 25px;
}
.m-t-30{
	margin-top: 30px;
}
/* End Margin top */

/* Margin Bottom */
.m-b-0{
	margin-bottom: 0px;
}
.m-b-5{
	margin-bottom: 5px;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-b-15{
	margin-bottom: 15px;
}
.m-b-20{
	margin-bottom: 20px;
}
.m-b-25{
	margin-bottom: 25px;
}
.m-b-30{
	margin-bottom: 30px;
}
/* End Margin Bottom */

/* Margin Left */
.m-l-0{
	margin-left: 0px;
}
.m-l-5{
	margin-left: 5px;
}
.m-l-10{
	margin-left: 10px;
}
.m-l-15{
	margin-left: 15px;
}
.m-l-20{
	margin-left: 20px;
}
.m-l-25{
	margin-left: 25px;
}
.m-l-30{
	margin-left: 30px;
}
/* End Margin Left */

/* Margin Right */
.m-r-0{
	margin-right: 0px;
}
.m-r-5{
	margin-right: 5px;
}
.m-r-10{
	margin-right: 10px;
}
.m-r-15{
	margin-right: 15px;
}
.m-r-20{
	margin-right: 20px;
}
.m-r-25{
	margin-right: 25px;
}
.m-r-30{
	margin-right: 30px;
}
/* End Margin Right */

/* Padding top */
.p-t-0{
	padding-top: 0px;
}
.p-t-5{
	padding-top: 5px;
}
.p-t-10{
	padding-top: 10px;
}
.p-t-15{
	padding-top: 15px;
}
.p-t-20{
	padding-top: 20px;
}
.p-t-25{
	padding-top: 25px;
}
.p-t-30{
	padding-top: 30px;
}
/* End Padding top */

/* Padding Bottom */
.p-b-0{
	padding-bottom: 0px;
}
.p-b-5{
	padding-bottom: 5px;
}
.p-b-10{
	padding-bottom: 10px;
}
.p-b-15{
	padding-bottom: 15px;
}
.p-b-20{
	padding-bottom: 20px;
}
.p-b-25{
	padding-bottom: 25px;
}
.p-b-30{
	padding-bottom: 30px;
}
/* End Padding Bottom */

/* Padding Left */
.p-l-0{
	padding-left: 0px;
}
.p-l-5{
	padding-left: 5px;
}
.p-l-10{
	padding-left: 10px;
}
.p-l-15{
	padding-left: 15px;
}
.p-l-20{
	padding-left: 20px;
}
.p-l-25{
	padding-left: 25px;
}
.p-l-30{
	padding-left: 30px;
}
/* End padding Left */

/* padding Right */
.p-r-0{
	padding-right: 0px;
}
.p-r-5{
	padding-right: 5px;
}
.p-r-10{
	padding-right: 10px;
}
.p-r-15{
	padding-right: 15px;
}
.p-r-20{
	padding-right: 20px;
}
.p-r-25{
	padding-right: 25px;
}
.p-r-30{
	padding-right: 30px;
}
/* End padding Right */

/* Table No Border */
.table-no-border .table-bordered > thead > tr > th, 
.table-no-border .table-bordered > tbody > tr > th, 
.table-no-border .table-bordered > tfoot > tr > th, 
.table-no-border .table-bordered > thead > tr > td, 
.table-no-border .table-bordered > tbody > tr > td, 
.table-no-border .table-bordered > tfoot > tr > td{ 
    border: hidden; 
}
/* End Table No Border */

body{
    font-family: 'Mukta', sans-serif;
}

.menu h6{
	color: #fff;
    font-weight: bold;
}

.menu h5{
	color: #fff;
	font-weight: bold;
}

    /* Theme Builder */
	.builder {
		-webkit-transition: -webkit-transform 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
		background: #ffffff;
		border-left: 1px solid rgba(224, 226, 234, 0.53);
		bottom: 0;
		box-shadow: 0 0 9px rgba(155, 155, 155, 0.55);
		position: fixed;
		right: -240px;
		top: 0;
		transition: transform 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
		width: 240px;
		z-index: 1000;
	  }
	  .builder .inner .builder-container {
		padding: 20px;
	  }
	  .builder h4 {
		/* font-family: 'Poppins', sans-serif; */
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-top: 10px;
		text-transform: uppercase;
	  }
	  .builder a {
		color: #333;
		display: block;
		position: relative;
		width: 100%;
	  }
	  .builder a:hover {
		color: #818181;
		text-decoration: none !important;
	  }
	  .builder a:active {
		color: #818181;
		text-decoration: none !important;
	  }
	  .builder a:focus {
		color: #818181;
		text-decoration: none !important;
	  }
	  .builder a.active {
		color: #2E2E2E;
	  }
	  .builder .layout-option {
		margin-bottom: 20px;
	  }
	  .builder .switch {
		margin-top: -4px;
	  }
	  .builder .theme-selector.active:before {
		right: 10px;
		top: 54px;
	  }
	  .builder .builder-close {
		padding: 7px;
		position: absolute;
		right: 36px;
		top: 20px;
		width: auto;
		z-index: 10;
	  }
	  .builder .builder-toggle {
		cursor: pointer;
		font-size: 16px;
		height: 50px;
		left: -48px;
		line-height: 50px;
		padding-top: 2px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 54px;
		z-index: 1010;
	  }
	  .builder .builder-toggle i {
		padding-right: 5px;
	  }
	  .builder:before {
		background-color: #ffffff;
		border-bottom-left-radius: 4px;
		border-left: 1px solid rgba(224, 226, 234, 0.53);
		border-top-left-radius: 4px;
		box-shadow: -3px 2px 2px rgba(189, 189, 189, 0.28);
		content: '';
		height: 50px;
		left: -47px;
		position: absolute;
		top: 50%;
		width: 48px;
	  }
	  .builder .color-options p {
		margin-bottom: 0;
	  }
	  .builder .theme-color {
		cursor: pointer;
		display: inline-block;
		height: 22px;
		margin-right: 3px;
		position: relative;
		width: 22px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	  }
	  .builder .theme-color.bg-clean {
		border: 2px solid #E4E4E4;
	  }
	  .builder .bg-color {
		border: 2px solid #E4E4E4;
	  }
	  .builder .theme-color.active:after {
		color: #ffffff;
		content: "\e125";
		display: inline-block;
		font-family: "line-icons" !important;
		font-size: 11px;
		left: 5px;
		position: absolute;
		text-align: center;
		top: 5px;
	  }
	  .builder .bg-color.active:after {
		color: #464646;
		content: "\e125";
		display: inline-block;
		font-family: "line-icons" !important;
		font-size: 11px;
		left: 3px;
		position: absolute;
		text-align: center;
		top: 3px;
	  }
	  .builder .background-primary {
		background-color: #319DB5 !important;
		color: #ffffff !important;
	  }
	  .builder .theme {
		border: 1px solid #ededed;
		cursor: pointer;
		margin-bottom: 20px;
		overflow: hidden;
		position: relative;
	  }
	  .builder .theme div {
		display: inline-block;
		float: left;
		height: 40px;
		width: 50%;
	  }
	  .builder .theme div:nth-child(1) {
		width: 30%;
	  }
	  .builder .theme div:nth-child(3) {
		width: 30%;
	  }
	  .builder .theme div:nth-child(2) {
		width: 70%;
	  }
	  .builder .theme div:nth-child(4) {
		width: 70%;
	  }
	  .builder .theme div.header {
		height: 10px;
	  }
	  .builder .theme.active:before {
		background: rgba(0, 0, 0, 0.2);
		bottom: 0;
		content: "";
		height: 50px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 93px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	  }
	  .builder .theme.active:after {
		color: #ffffff;
		content: "\e125";
		display: inline-block;
		font-family: "line-icons" !important;
		font-size: 11px;
		left: 9px;
		position: absolute;
		right: auto;
		text-align: center;
		top: 32px;
		z-index: 100000;
	  }
	  .builder #reset-style {
		margin: 0;
		width: auto;
	  }
	  .builder.open {
		-ms-transform: translate(-100%, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	  }