body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}
:active,
:focus {
	outline: none !important;
}
::placeholder {
	opacity: 1;
}
*{
	scrollbar-color: #222 #ddd;
	scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
   background-color: #dddddd;
}
::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}

a{
	text-decoration: none !important;
	color: #000000;
}
a:hover {
	color: #007bff;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
button {
	outline: none;
}
ul.styled,
ol.styled {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*====================================
	Misc
=====================================*/
.t300{
	font-weight: 300;
}
.t400{
	font-weight: 400;
}
.t500{
	font-weight: 500;
}
.t600{
	font-weight: 600;
}
.t700{
	font-weight: 700;
}
.t900{
	font-weight: 900;
}
.vh-100{
	height: 100vh;
}
.mvh-100{
	min-height: 100vh;
}
.text-white{
	color: #ffffff;
}
.text-default{
	color: #000000;
}
.text-dark{
	color: #000000 !important;
}
.text-color{
	color: #000000;
}
.btn {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
	font-weight: 500;
	font-size: 14px;
}
.btn-lg,
.btn-large {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
}
.btn.btn-primary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-default{
	-moz-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
	box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
}
/*.btn.btn-primary{
	-moz-box-shadow: 1px 1px 4px #007bffff;;
    -webkit-box-shadow: 1px 1px 4px #007bffff;
	box-shadow: 1px 1px 4px #007bffff;
}
.btn.btn-default{
	-moz-box-shadow: 1px 1px 4px #efefefff;
    -webkit-box-shadow: 1px 1px 4px #efefefff;
	box-shadow: 1px 1px 4px #efefefff;
}*/
.btn.uc{
	text-transform: uppercase;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus{
	box-shadow: none;
}
.btn-dark {
	color: #fff;
	background-color: #15323a;
	border-color: #15323a;
}
.btn-dark:hover {
	color: #fff;
	background-color: #15323a;
	border-color: #15323a;
}
.btn-outline-dark {
	color: #15323a;
	background-color: transparent;
	background-image: none;
	border-color: #15323a;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #15323a;
	border-color: #15323a;
}
.btn-color {
	color: #fff;
	background-color: #ed1c43;
	border-color: #ed1c43;
}
.btn-color:hover {
	color: #fff;
	background-color: #ed1c43;
	border-color: #ed1c43;
}
.btn-outline-color {
	color: #ed1c43;
	background-color: transparent;
	background-image: none;
	border-color: #ed1c43;
}
.btn-outline-color:hover {
	color: #fff;
	background-color: #ed1c43;
	border-color: #ed1c43;
}
.icon-btn{
    background: #ddd;
    border: 1px solid #ddd;
    padding:5px;
    margin: 2px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}
.icon-btn.lg-icon-btn{
	font-size: 26px;
}
.icon-btn[disabled]{
	opacity: 0.85;
}
.icon-btn.btn-nobg{
	color: #007bff;
}
.icon-btn.btn-nobg:hover{
	color: #0069d9;
}
.btn-nobg{
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.btn-rounded{
	border-radius: 60px;
}
.btn-circle{
	border-radius: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    padding: 8px 5px;
    text-align: center;
}
.btn.btn-mini {
    font-size: 12px;
    padding: 3px 12px;
}
.btn.btn-mini i {
    font-size: 11px;
}
.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
    margin-right: 0px;
    text-align: center;
}
.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    margin-right: 0px;
    text-align: center;
    border: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.nav-pills .nav-item,
.nav-tabs .nav-item {
    flex-grow: 1;
}
.line-tabs-pills{
    border-bottom: 3px solid #dddddd;
}
.line-tabs-pills .nav-item {
    flex-grow: 1;
}
.line-tabs-pills .nav-link{
    margin-bottom: -3px;
    border-bottom: 3px solid transparent;
    background: none;
    border-radius: 0;
    text-align: center;
}

.alert-fixed {
    position:fixed;
    top: 20px;
    left: 20%;
    width: 60%;
    z-index:9999;
}
.modal-content{
	border-radius: 16px;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.modal-content .close {
    width: 30px;
    height: 30px;
    z-index: 99;
    background: #007bff;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.modal-content.no-header .close {
    align-self: flex-end;
    position: relative;
    margin: 15px 15px -45px;
}
.modal-header{
	border-bottom: none;
}
.modal-title{
	color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.modal-body{
	overflow-y: auto;
	scrollbar-color: #222 #ddd;
	scrollbar-width: thin;
}
.modal-body::-webkit-scrollbar {
    width: 4px;
}
.modal-body::-webkit-scrollbar-track {
   background-color: #dddddd;
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}
.dropdown-menu{
	font-size: 14px;
    border-radius: 10px;
	overflow: hidden;
	padding: 0;
    border: 1px solid rgba(0,0,0,0.07);
}
.dropdown-menu.show{
	-moz-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
	box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
}
.dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.dropdown-menu .dropdown-item:last-item{
	border-bottom: none;
}
.no-after::after{
	display: none;
}
.bx-shadow{
    -moz-box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 20%);
}
.bx-container{
	background: #ffffff;
	border-radius: 16px;
	padding: 25px;
	margin-bottom: 35px;
    -moz-box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 20%);
}
.bx-scoroll-badge-wrap{
    width: 100%;
    overflow-x: auto;
}
/*.bx-scoroll-badge-wrap.active {
    box-shadow: inset 20px 0px 25px -25px rgb(0 0 0 / 25%), inset -20px 0px 25px -25px rgb(0 0 0 / 25%);
    border-radius: 30px;
}*/
.bx-scoroll-badges{
	width: max-content;
	cursor: grab;
	margin: 0 auto;
}
.bx-scoroll-badge-wrap{
	scrollbar-color: none;
	scrollbar-width: none;
}
.bx-scoroll-badge-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}
.bx-scoroll-badge-wrap::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}
.bx-scoroll-badge-wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
}
i.fas.fa-briefcase:before,
i.far.fa-briefcase:before{
    content: "";
}
i.fas.fa-briefcase:before{
    background-image: url("./images/briefcase.svg");
    width: 18px;
    height: 18px;
    display: block;
}
i.far.fa-briefcase:before{
    background-image: url("./images/briefcase-r.svg");
    width: 18px;
    height: 18px;
    display: block;
}
.tooltip {
  pointer-events: none;
}
/*====================================
	Form Element
=====================================*/
.form-control{
	font-size: 14px;
}
textarea.form-control {
    min-height: 90px;
}
.has-danger .form-control {
    border-color: #dc3545;
}
.has-danger .help-block{
    color: #dc3545;
}
.form-field-con label,
.form-group label{
    color: #000;
    font-weight: 600;
}
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 20px !important;
    margin: 1px 5px;
}
.switch-checkbox input {
	display:none;
}
.switch-checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-checkbox-slider:before {
  	position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .switch-checkbox-slider {
  background-color: #007bff;
}
input:focus + .switch-checkbox-slider {
  box-shadow: 0 0 1px #007bff;
}
input:checked + .switch-checkbox-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch-checkbox-slider.round {
  border-radius: 34px;
}
.switch-checkbox-slider.round:before {
  border-radius: 50%;
}
label.switch-checkbox-label {
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top;
}
.bootstrap-tagsinput {
    padding: 7px 6px !important;
}

.form-group.form-group-inner {
    margin-bottom: 0;
}
.phone-field-wrap {
    display: flex;
}
.phone-field-wrap .phone-code-group {
    width: 120px;
}
.phone-field-wrap .phone-number-group {
    flex-grow: 1;
    margin-left: 10px;
}

/* ================================
	Timeline
=================================== */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
ul.timeline:before {
    content: ' ';
    background: #73b6ff;
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 2px;
    height: 100%;
    z-index: 9;
    top: 6px;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 15px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #007bff;
    left: 9px;
    width: 14px;
    height: 14px;
    z-index: 9;
    margin-top: 6px;
}


/*====================================
	Theme Common
=====================================*/
.text-large{
	font-size: 22px;
}
.text-medium{
	font-size: 18px;
}
.text-semi-medium{
	font-size: 16px;
}
.text-regular{
	font-size: 14px;
}
.text-small{
	font-size: 12px;
}
.main-heading{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}
.page-heading-wrapper{
	display: flex;
	justify-content: space-between;
}
.page-heading{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	margin-bottom:25px;
}
.sub-heading{
	font-size: 18px;
	font-weight: 600;
}

.cd-block {
    margin-bottom: 0;
    padding: 15px 0;
}
.cd-block.saperate{
    border-bottom: 1px solid #EBEBEB;
}
.cd-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
}
.cd-content{
}
.saperater{
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 0;
}
.content-list-item{
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}
.content-list-item.highlighted{
    background: #1782ff25;
}
.cust-badge {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #daeafd;
    padding: 4px 20px;
    border-radius: 20px;
    color: #000;
    background: #daeafd;
    font-weight: 400;
}
.cust-badge-mini{
	font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 8px;
    color: #000;
    background: #f5f5f5;
    font-weight: 400;
}
.cust-badge-micro{
	font-size: 11px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 8px;
    line-height: 1;
    color: #000;
    background: #f5f5f5;
    font-weight: 400;
}
.not-found-message{
	padding: 15px 0;
	font-weight: 600;
}
.img-box{
	line-height: 0;
	display: inline-block;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid-view .card-view-item {
    display: block;
    background: #ffffff;
    border-radius: 16px;
}
.grid-view .card-view-item:hover{
    background: #1782ff25;
}
.scrollable-container{
	overflow-y: auto;
	scrollbar-color: #222 #ddd;
	scrollbar-width: thin;
}
.scrollable-container::-webkit-scrollbar {
    width: 4px;
}
.scrollable-container::-webkit-scrollbar-track {
   background-color: #dddddd;
}
.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}


/* Sidebar Item */
.profile-sidebar-items .item{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.profile-sidebar-items .item .item-content {
    padding: 10px 12px 10px 12px;
    display: block;
}
.profile-sidebar-items .profile-basic-item{
    padding: 10px 12px 10px 12px;
    display: block;
    border-radius: 12px;
}
.profile-basic-item .user-details{
	max-width: calc(100% - 52px);
}
.profile-basic-item .user-details{
	line-height: 1.3;
}

/*=================================
	Profile Image
===================================*/
.profile-circle,
.profile-square{
	width: 160px;
    height: 160px;
    background: #ffffff;
    text-align: center;
    padding: 7px 5px;
}
.profile-img-circle,
.profile-img-square{
	width: 160px;
    height: 160px;
}
.profile-circle-lg,
.profile-square-lg{
	width: 120px;
    height: 120px;
    padding: 10px 0;
}
.profile-img-circle-lg,
.profile-img-square-lg{
	width: 120px;
    height: 120px;
}
.profile-circle-md,
.profile-square-md{
	width: 90px;
    height: 90px;
    padding: 10px 0;
}
.profile-img-circle-md,
.profile-img-square-md{
	width: 90px;
    height: 90px;
}
.profile-circle-sm,
.profile-square-sm{
	width: 52px;
    height: 52px;
    padding: 8px 0;
}
.profile-img-circle-sm,
.profile-img-square-sm{
	width: 52px;
    height: 52px;
    border-radius: 52px;
}
.profile-circle-xs,
.profile-square-xs{
	width: 32px;
    height: 32px;
    padding: 5px 0;
}
.profile-img-circle-xs,
.profile-img-square-xs{
	width: 32px;
    height: 32px;
    border-radius: 32px;
}
.profile-circle, .profile-img-circle,
.profile-circle-md, .profile-img-circle-md,
.profile-circle-sm, .profile-img-circle-sm,
.profile-circle-xs, .profile-img-circle-xs{
	border-radius: 50%;
}
.profile-square, .profile-img-square,
.profile-square-md, .profile-img-square-md,
.profile-square-sm, .profile-img-square-sm,
.profile-square-xs, .profile-img-square-xs{
	border-radius: 12%;
}

/*=========================================
	Conference Listing
===========================================*/
.conf-session-list-date-title {
    display: flex;
}
.conf-session-list-date {
    width: 120px;
    margin-right: 20px;
}
.conf-session-list-title {
    max-width: calc(100% - 120px);
}
.conf-session-list-date .meeting-date,
.conf-session-list-date .meeting-time {
    padding: 7px 2px;
}
.conf-session-title{
	font-size: 18px;
	font-weight: 600;
	padding-right: 60px;
}
.conf-session-icon-bn-box{
    position: absolute;
    z-index: 99;
    right: 10px;
    top: -5px;
}
.conf-session-icon-bn-box .icon-btn {
    font-size: 18px;
    line-height: 0;
}


/*===========================
	Filter
============================= */
.filter-form input,
.filter-form select,.filter-form select:focus,
.filter-form .multiselect-native-select button.multiselect{
    background: #ddedff;
    border-color: #ddedff;
    outline: none !important;
    font-size: 14px;
    color: #000000;
}
.filter-form input:focus {
    background: #ddedff;
    border-color: #ddedff;
    outline: 0;
    box-shadow: none;
}
.filter-form .fg-icon{
	position: relative;
}
.filter-form .fg-icon i{
    position: absolute;
    left: 12px;
    top: 13px;
}
.filter-form .fg-icon input{
	padding-left: 35px;
}


/* ======================================
	Program Details
========================================= */
.program-video {
    overflow: hidden;
    border-radius: 16px;
    line-height: 0;
}
.program-video-wrap {
    margin: -25px -25px 0;
}
.price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}