@charset "utf-8";

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

div{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


h6.errors_here {
    text-transform: uppercase;
    color: #e53238;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-top: 1em;
	text-align:center;
}

.error_here{
	color: #e53238;
	font-size:13px;
	display:block;
	position: absolute;
}

.cl_bg{
	background:#3A4B95 !important;
}

.cl_cl{
	color:#3A4B95 !important;
}

.my_h1{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	margin-bottom: 0;
	color:#368c1e; /*#7800ff;*/
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 48px;
}

.my_fnt{
	font-family: 'Open Sans', sans-serif !important;
}
.error_here,.donotphn{
	color: #e53238;
	font-size:13px;
	display:block;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2.145;
    font-weight: 400;
    color: #2c2c2c;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

.my_logo{
	color:#fffb1b !important; 
	background: #ffffff6b;
}

.my_logo img{
	position: relative;
	top: -5px;
	width: 70px;
}

.dashbd{
  position: relative;
  overflow: hidden;
  background: #ffffffb2 !important;
  font-weight: bold !important;
}

.dashbd:after{
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  background-image:url('https://projectuconference.com/img/puc-dashboard-bg.jpg');
  top: 0;
  z-index: -1;
  left: 0;
}


@media only screen and (max-width: 575px)
{
	.my_h1{
		font-size: 36px;
	}
	
	h6.title.my_cl.my_fnt{
		padding-top:1rem !important;
		margin: 0 auto !important;
	}
	
	.my_logo img{
		position: relative;
		top: -3px;
		width: 50px;
	}
	
	i.lnr{
		display:block;
	}
}

.rowed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*.d-flex {
	display: -webkit-box;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/

.vertical-align{
	vertical-align: middle !important;
}

.margin-center{
	margin:0px auto;
}


.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

@media screen  and (min-width: 992px) {
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

}

.jm-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 7em;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.h-100 {
    height: 100% !important;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.pa-3{
	padding:10px ;
}

.bg_tm{
	background:#f5f5f5;
}
.prd_img img{
	margin-bottom:10px;
	margin:0px auto;
	//border-radius:50%;
}

.prd_img h3 {
    font-size: 1.2rem;
	color: #000;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
} 


.register-form label{
	color:#212121;
}

.register-form label font{
	color:red;
}

.contact-page-area .register-form.form-area input, .contact-page-area .register-form.form-area select {
    padding: 10px;
}

.contact-page-area .register-form.form-area select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background:#fff url(arrow.png);
    background-size: 12px;
    background-position: 95% 42%;
    background-repeat: no-repeat;
}

.hd-th{
	line-height:30px;
	letter-spacing:0.05em;
	color:#3c3950;
	font-size:19px;
	font-weight:700;
	//font-family:'Montserrat'
}





.button {
	margin-top: 20px;
	width: 165px;
	position: relative;
    background: transparent;
	text-align: center;
	border: solid 2px #ffc016; /*#ff0e3b*/
    overflow: hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 130%;
    height: 320%; 
    background: #ffc016; /*#ff0e3b*/
    content: '';
    z-index: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.button .my_btn {
    display: block;
    position: relative;
    height: 100%;
	width:100%;
	cursor:pointer;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
	border:none;
	background:transparent;
    letter-spacing: 0.075em;
    line-height:48px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.button::after {
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background: #ffc016;/*#ff0e3b*/
    content: '';
    transform: rotate(-45deg);
}

.button:hover::before{
	top: 160%;
	left: 160%;
}
.button:hover .my_btn{
	color: #ffc016; /*#ff0e3b*/
}



.primary-btn {
    color: #FFF;
	background-color:  #F8694A;
}
.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #30323A;
}


@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
	width: 50%;
	-webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
	box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
  }
  

}




/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background:  #fff url(arrow.png);
    background-size: 12px;
    background-position: 95% 52%;
    background-repeat: no-repeat;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}
*/


.ds_price {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #ff4444;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 120px;
	height: 30px;
	padding: 5px 0 0 0;
	z-index: 1;
}


.jp-seek-kkbar > div {
    height: 5px;
    background: #e1e1e1;
    cursor: pointer;
    width: 245px;
}

.jp-current-time {
	/*font-size: 15px;
	color: #111111;
	position: absolute;
	left: -50px;
	top: -9px;*/
	opacity:0;
}

.jp-duration {
	opacity:0;
	position: absolute;
	/*font-size: 15px;
	color: #111111;
	position: absolute;
	right: 0;
	top: 16px;*/
}

.ggen .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-indent:30px;
	font-weight:bold;
}




.smlinf{
	
}

.smlinf .prdinfo{
    padding: 0;
    //border-top: 1px solid #f5f5f5;
    //border-bottom: 1px solid #f2f2f2;
}

.smlinf .prdinfo .image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 3px;
	float: left;
	height: 60px;
	width: 65px;
	overflow: hidden;
}

.smlinf .prdinfo .content {
    margin-left: 65px;
    padding: 11px 0;
    padding-left: 12px;
}

.smlinf .prdinfo .content .name {
    line-height: -webkit-calc(20/16);
    line-height: -moz-calc(20/16);
    line-height: calc(20/16);
}

.smlinf .prdinfo .content .name a {
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

.smlinf .prdinfo .content .email {
    font-size: 13px;
    color: #999;
    line-height: -webkit-calc(20/13);
    line-height: -moz-calc(20/13);
    line-height: calc(20/13);
}

.dismg img {
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-height: 100%;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

/****************======================ALERT MODAL================*************************************/

.modal-confirm {		
	color: #434e65;
	//width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 25px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	background: #eeb711;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 5px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}

/*=========FOR DELETE ==*/
.modal-delete .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-delete .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-delete h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-delete .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-delete .modal-body {
	color: #999;
}
.modal-delete .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-delete .modal-footer a {
	color: #999;
}		
.modal-delete .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-delete .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-delete .btn {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
	outline: none !important;
}
.modal-delete .btn-info {
	background: #c1c1c1;
}
.modal-delete .btn-info:hover, .modal-delete .btn-info:focus {
	background: #a8a8a8;
}
.modal-delete .btn-danger {
	background: #f15e5e;
}
.modal-delete .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
	
/****************======================ALERT MODAL================*************************************/

.new-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5rem;
  margin-right: 1rem;
  font-weight: 100;
  font-size: 14px; }
  
.new-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

  .new-control.new-checkbox .new-control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e0e6ed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 4px; }
  .new-control.new-checkbox > input:checked ~ span.new-control-indicator {
    background: #888ea8; }

    .new-control.new-checkbox > input:checked ~ span.new-control-indicator:after {
      display: block; }
  .new-control.new-checkbox span.new-control-indicator:after {
    border: solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    height: 8px; }
	
.new-control.new-checkbox.checkbox-primary > input:checked ~ span.new-control-indicator {
  background: #1b55e2; }	
  
.new-control.new-checkbox {
  cursor: pointer; }
  
  

/****************************
ORDER CART INFO
******************************/
#togtld{
	padding:10px;
	margin:10px auto;
	text-align:center;
	width:100%;
}

#togtld .spinner-grow {
	width:;
	height:;
}

.cart_section {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 111px;
	color:#000;
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DADADA;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    color: #30323A;
    margin: 0 0 10px;
    font-weight: 700;
	font-size: 16px;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 60px;
    background-color: #F8694A;
}

.olwqs.sumr {
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
	max-height: 100% !important;
    overflow-y: auto;
    font-size: 13px;
    color: #000;
}

.sing_prds {
    display: -ms-flex;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding: 6px 8px 6px 8px;
}
.cv_pk {
    width: 23%;
    margin-top: 6px;
}
.jl_wvg {
    margin-left: 8px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6px;
}
.jl_wvg span:first-child {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.824rem;
}
.jl_wvg span:last-of-type {
    color: #F8694A;
    font-weight: 600;
}
.jl_wvg div {
    color: #000;
}
.jl_wvg div i {
    font-style: normal;
    color: #ababab;
}

.prattr {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 11px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}

.new-control-indicator#red  {
  background-color: #C91524;
}

.new-control-indicator#blue {
  background-color: #0000FF;
}

.new-control-indicator#gold {
  background-color:#FFD700;
}

.new-control-indicator#multi-colour {
    background: -webkit-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: -o-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -o-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: -moz-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -moz-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
}
.new-control-indicator#silver {
  background-color: #C0C0C0;
}

.new-control-indicator#brown {
  background-color: #8B4513;
}

.new-control-indicator#gray {
  background-color: #808080;
}

.new-control-indicator#green {
  background-color:#008000 ;
}

.new-control-indicator#orange {
  background-color: #FFA500;
}

.new-control-indicator#pink {
  background-color: #FF1493 ;
}

.new-control-indicator#purple {
  background-color: #FF00FF;
}

.new-control-indicator#yellow {
  background-color: #FFFF00;
}

.new-control-indicator#black {
  background-color: #000;
}

.qwe_pmk {
    margin-top: 16px;
    padding: 0 8px;
}
.prcd_plk {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 8px;
}
.dscm {
    -ms-flex: 1;
    flex: 1;
    word-wrap: break-word;
}
.subamtn {
    width: 45%;
    text-align: right;
    color: #000;
}

.tsbt{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

label.si{
	margin-bottom:0;
	vertical-align: text-top;
	display:block;
	cursor:pointer;
}

.si .si-label { 
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  color: #9aa6bf;
  vertical-align: text-bottom;
  margin-right: 20px;
}

.si > input[type="checkbox"],.si > input[type="radio"] {
  clip-path: polygon(0 0);
}

.si .si-label::before,
.si .si-label::after {
  transition: all 0.2s ease-in-out;
}

.si .si-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #dee5f2;
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(0deg) scale(1);
  border: 3px solid #F8694A;
}

.si.si-radio .si-label::before,
.si.si-radio .si-label::after {
  border-radius: 100%;
  top: -2px;
}

.si.si-radio .si-label::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 0;
  top: 100%;
  left: 5px;
}


.si.si-radio > input:checked + .si-label::after {
  background-color: #F8694A;
  height: 12px;
  top: 3px;
}


.si.si-radio > input:checked + .si-label::before {
  background-color:#fff;
}

/***************************style --- checkbox----- ****************/

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border: 3px solid #F8694A;
}

.si.si-checkbox .si-label:hover::before {
  border-color: #F8694A;
}

.si.si-checkbox .si-label::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #F8694A  #F8694A transparent; /*#0069ff*/
  position: absolute;
  top: -3px;
  left: 0;
  transform: rotate(180deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::before {
  transform: rotate(40deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::after {
  left: 8px;
  transform: rotate(40deg) scale(1);
}


.ech_adrs {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding-bottom: 20px;
    padding: 0 20px 20px 0px;
}

.fulinf {
    -ms-flex: 1;
    flex: 1;
}
.rm_hkl {
    color: #555;
    padding-left: 50px;
    line-height: 1.42857;
}

.mkbtm {
	display:inline-block;
	margin-top: 20px;
	width: 165px;
	position: relative;
    background: transparent;
	text-align: center;
	border: solid 2px #290ba0; /*#ff0e3b*/
    overflow: hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	outline:none;
}

.cart_buttons .mkbtm{
	width:220px;
	font-size:12px;
	padding-right:4px;
}

.disdnct{
	position: absolute;
    z-index: 9;
    right: 0;
    color: #fff;
    bottom: 0;
    font-size: 15px;
	opacity:0;
}

.mkbtm::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 130%;
    height: 320%; 
    background: #290ba0; /*#ff0e3b*/
    content: '';
    z-index: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.mkbtm .my_btn,.edt_cfd{
    display: block;
    position: relative;
    height: 100%;
	width:100%;
	cursor:pointer;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
	border:none;
	background:transparent;
    letter-spacing: 0.075em;
    line-height:48px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
	outline:none;
}

.doinfrcrt .mkbtm .my_btn{
	line-height:38px;
}

.mkbtm::after {
    display: block;
    position: absolute;
    right: -25px;
    bottom: -15px;
    width: 55px;
    height: 35px;
    background: #290ba0;/*#ff0e3b*/
	font-family: 'Linearicons-Free';
    content: "";
	color:#fff;
    transform: rotate(-45deg);
}

.mkbtm:hover::before,.mkbtm.iskl::before{
	top: 160%;
	left: 160%;
}

.mkbtm:hover .disdnct,.mkbtm.iskl .disdnct{
	opacity:1;
}

.mkbtm:hover .my_btn,.mkbtm.iskl .my_btn,.edt_cfd{
	color: #290ba0; /*#ff0e3b*/
}



.galrfrm form.dropzone.dz-clickable.primary-dropzone {
    background: #f9fafc;
    border: 1px solid #ebedf5;
}

.dz-default.dz-message i{
	display: block;
    font-size: 30px;
}



.mainpcfrm {
  position: relative;
  border: 1px solid #cccccce8;
  border-radius: 9px;
  overflow: hidden;
  height: 130px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.mainpcfrm img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.pcfrmcls {
	position: absolute;
	right: 0;
	font-size: 30px;
	top: 0px;
	background: #888ea8;
	color: #212121;
	width: 24px;
	line-height: 25px;
	cursor: pointer;
	text-align: center;
	border-radius: 0 0 0 10px;
}



.progress_made{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress_made:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress_made > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress_made .progress_made-left{
    left: 0;
}
.progress_made .progress_made-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress_made .progress_made-left .progress_made-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress_made .progress_made-right{
    right: 0;
}
.progress_made .progress_made-right .progress_made-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress_made .progress_made-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress_made.blue .progress_made-bar{
    border-color: #049dff;
}
.progress_made.blue .progress_made-left .progress_made-bar{
    animation: loading-3 1.5s linear forwards 1.8s;
}
.progress_made.yellow .progress_made-bar{
    border-color: #fdba04;
}
.progress_made.yellow .progress_made-left .progress_made-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress_made.pink .progress_made-bar{
    border-color: #ed687c;
}
.progress_made.pink .progress_made-left .progress_made-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress_made.green .progress_made-bar{
    border-color: #1abc9c;
}
.progress_made.green .progress_made-left .progress_made-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress_made{ margin-bottom: 20px; }
}



.partycard{
	background: #fff;
	height: auto;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.partycard .circle{
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	cursor: default;
}
.partycard .circle .box,
.partycard .circle .box span{
	position: absolute;
	top: 50%;
	left: 50%;
}
.partycard .circle .box{
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	transition: all 0.2s;
}

.partycard .circle:hover .box{
	transform: translate(-50%, -50%) scale(0.91);
}

.partycard.ndc .circle .box span,
.partycard.ndc .text{
	background: -webkit-linear-gradient(left, #08bb03, #bb0303);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.partycard.npp .circle .box span,
.partycard.npp .text{
	background: -webkit-linear-gradient(left, #bb0303, #0000ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.partycard .circle .box span{
	font-size: 38px;
	font-family: sans-serif;
	font-weight: 600;
	transform: translate(-45%, -45%);
	transition: all 0.1s;
}
.partycard .circle:hover .box span{
	transform: translate(-45%, -45%) scale(1.09);
}
.partycard .text{
	font-size: 20px;
	font-weight: 600;
}


.containerdemo { border:1px solid red; margin: 150px auto; }
.demo{
        margin: 20px 0;
    }
		
		



.infevnt {
  border: 1px solid rgb(224, 230, 237);
  width: 100%;
  padding: 25px;
  border-radius: 15px;
  background: #3A4B95;
  box-shadow: rgba(31, 45, 61, 0.1) 0px 2px 10px 1px;
  margin-right: auto;
  margin-left: auto;
}

.infevnt .inficn {
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
}

.infevnt .inficn svg {
  width: 35px;
  height: 33px;
  stroke-width: 1px;
  color: #3A4B95;
}

.infevnt .infhdn {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 14px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
}

.infevnt .inftxt {
  font-size: 15px;
  color: rgb(224, 230, 237);
  margin-bottom: 15px;
}

.infevnt .inflnk {
  color: rgb(33, 150, 243);
  font-weight: 600;
  font-size:25px;
}



.media .media-body {
    align-self: center;
}

.media img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.media .media-body .media-heading {
    color: #3b3f5c;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 1px;
}

.media .media-body .media-notation {
    margin-top: 8px;
    margin-bottom: 9px;
}
.media .media-body .media-notation a {
    color: #515365;
    font-size: 13px;
    font-weight: 700;
    margin-right: 8px;
}
.media .media-body .media-notation a svg {
    color: #888ea8;
    margin-right: 6px;
    vertical-align: sub;
    width: 18px;
    height: 18px;
    fill: rgba(0, 23, 55, 0.08);
}

.pst_whl {
	background-color: #f1f2f3;
    padding: 1rem 4rem;
    margin-bottom: 2rem;
    border-radius: 0.3rem
}

.pst_tit {
	word-wrap: break-word;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom:2rem
}

.pst_bdy{
	color: #515365;
	font-size: 1.25rem;
	font-weight: 300;
}

.tpicn{
	font-size: 50px;
    line-height: 2;
	border-radius: 10px;
	background: #f1f2f3;
}

.tpicn svg{
	width: 60px;
    height: 80px;
    position: relative;
    right: -20px;
    top: -9px;
	color: #888ea8;
	fill: rgba(0, 23, 55, 0.08);
}

.social-links{
	display: flex;
    justify-content: space-between;
}

.social-links a {
	font-size: 18px;
	display: inline-block;
	background: #fff;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	box-shadow:6px 0rem 1rem rgba(0,0,0,.15);
}


.social-links a.website {color:#3A4B95;}
.social-links a.facebook {color:#3a7ae6;}
.social-links a.twitter {color:#33ccff;}
.social-links a.instagram {color:#dc4a38;}
.social-links a.youtube {color:#e10606;}
.social-links a.linkedin {color:#41b2dc;}
.social-links a.whatsapp {color:#00e1ae;}


.social-links a:hover {
  background: #00e1ae;
  color: #fff;
  text-decoration: none;
}

.social-links a svg{
	width: 20px;
    height: 22px;
}

.exlnk{
	background: #888ea85e;
    color: #888ea8;
    border-radius: 10px;
	padding: 0px 9px;
}