
.site_logo {
	width: 250px;
}
.bg-blue {
	background: #25408f;
}

.text-white {
	color: white;
}

.bg-light-gray {
	background-color: #ededed;
}

.bg-gray {
	background-color: #5d5d5d;
}
.home-slider{
	background-color: #000;
}
.contact-form-wrapper {
	padding: 50px 50px 50px 100px;
}
.school-form-wrapper {
	padding: 30px 20px 30px 20px;
}
#contact-map {
	height: 100%;
}
.student-address-form .mb-4, .billing-address-form .mb-4
{
	float: left;
}
.student-address-form::after, .billing-address-form::after, .student-address-form::before, .billing-address-form::before
{
	clear: both;
}
.different-billing-address input
{
	float: left;
	text-align: left;
	width: 50px;
	height: 20px;
	line-height: 30px;
}
.different-billing-address
{
	font-weight: bold;
	font-size: 16px;
}
.hide-billing{
	display: none;
}
.payment-method
{
	padding-top:10px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
}
.payment-method input
{
	width:50px;
	font-weight: bold;
}
.payment-method > div
{
	padding-bottom: 10px;
}
.buy-course-submit, .general-submit-button
{
	border: 0;
    background: #25408F;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 14px;
}
.buy-course-submit.disabled{
	background-color: #b9b9b9;
	cursor: not-allowed;
}
.buy-course-submit.disabled:hover{
	background-color: #b9b9b9;
}
.buy-course-submit:hover
{
	background: #d2232a;
}
input, input:focus, input:hover, input:visited
{
	outline: none;
}

.table-responsive table thead {
  background: #25408f;
}
.table-responsive table thead tr th {
	color: #fff;
	white-space: nowrap;
}
.table-responsive table tbody tr td {
	border-right: 1px solid #ebebeb;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}
.table-responsive table tbody tr td:last-child a {
  color: #C70909;
}
.table-responsive table tbody tr td:last-child a.btn {
  color: #fff;
}
.table-responsive .table {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.hide-it
{
	display: none;
}
.orders-list #modal-wrap
{
	display: none;
}
.block-blue
{
	background: #25408A;
	margin: 20px 0px;
	color: #fff;
	padding: 10px;
}
.info-row
{
	padding: 5px 0;
}
.info-row label, .info-row a
{
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.order-det-wrap{
	background: #dee2e6;
}
.table td, .table th {
    padding: 4px .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	}
	.training-details-container {
	  display: flex;
	  gap: 20px;
	  margin: 20px 0;
	  font-family: "Segoe UI", Roboto, Arial, sans-serif;
	}

	.details-left {
	  flex: 0 0 60%;
	}

	.details-right {
	  flex: 0 0 40%;
	}

	/* Card */
	.details-card {
	  background: #fff;
	  border: 1px solid #dfe7f1;
	  border-radius: 10px;
	  padding: 20px 22px;
	  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	}

	/* Detail Rows */
	.detail-row {
	  display: flex;
	  gap: 12px;
	  margin-bottom: 14px;
	}
	.detail-row i {
	  font-size: 18px;
	  color: #0073e6;
	  margin-top: 2px;
	}
	.detail-row label {
	  font-weight: 600;
	  color: #1a3c6e;
	  font-size: 13px;
	}
	.detail-row span {
	  color: #2c3e50;
	  font-size: 14px;
	}
	.detail-row a {
	  color: #0073e6;
	  font-weight: 600;
	}

	.session-card {
     background: #f8fbff;
     border: 1px solid #d9e7f7;
     border-radius: 12px;
     padding: 0;
     margin-bottom: 25px;
     box-shadow: 0 6px 18px rgba(0,0,0,0.12); /* Increased shadow */
     overflow: hidden;
     transition: 0.3s ease;
		 margin-top: 20px;
   }

   .session-card:hover {
     box-shadow: 0 10px 26px rgba(0,0,0,0.18); /* On hover glow */
     transform: translateY(-2px);
   }

   .session-card-header {
     background: linear-gradient(90deg, #2e6ecb, #25408f);
     color: #fff;
     padding: 14px 20px;
     font-size: 16px;
     font-weight: 600;
     display: flex;
     align-items: center;
     letter-spacing: 0.3px;
   }

   .session-card-header i {
     margin-right: 10px;
     font-size: 18px;
   }

   .session-card-body {
     padding: 18px 22px;
   }

   .session-row {
     display: flex;
     align-items: flex-start;
     margin-bottom: 14px;
   }

   .session-row i {
     width: 24px;
     margin-right: 10px;
     opacity: 0.9;
     margin-top: 3px;
     color: #2e6ecb;
     font-size: 16px;
   }

   .session-label {
     font-size: 13px;
     color: #5c5c5c;
     display: block;
     margin-bottom: 3px;
   }

   .session-value {
     font-size: 14px;
     font-weight: 600;
     color: #1a1a1a;
     line-height: 1.4;
   }
	 .session-value p {
     font-size: 14px;
     font-weight: 600;
     color: #1a1a1a;
     line-height: 1.4;
   }

   .reschedule-box {
     background: #fff7e1;
     border-left: 4px solid #ffa726;
     padding: 12px 15px;
     border-radius: 8px;
     margin-top: 15px;
     font-size: 13px;
     box-shadow: 0 3px 8px rgba(255,167,38,0.3);
   }

   .reschedule-btn {
     background: #d2232a;
     color: #fff!important;
     padding: 9px 15px;
     border-radius: 25px;
     font-size: 12px;
     margin-top: 15px;
     display: inline-block;
     font-weight: 600;
     box-shadow: 0 3px 10px rgba(217,83,79,.3);
     transition: 0.25s ease;
		 cursor: pointer;
   }

   .reschedule-btn:hover {
     background: #25408f;
     box-shadow: 0 5px 14px rgba(217,83,79,.45);
     transform: translateY(-1px);
   }

	  .calendar-wrap {
	    margin-top: 18px;
	  }

	.modal-header {
	    padding: 10px 15px;
	    border-bottom: 1px solid #e5e5e5;
	    background: #25408f;
			color: #fff;
	}
	.modal-header .close{
		padding: 0;
		margin: 0;
		float: right;
	}
.modal-header h4{
	float: left;
	color: #fff;
	width: 100%;
	margin: 0px;
}
.modal-body > div{
	margin: 0 auto;
}
.blog-content ul li.blog-post-share-addthis
{
	list-style: none;
}
.a2a_svg {
    height: 24px !important;
    width: 24px !important;
    border-radius: 50% !important;
    padding: 3px !important;
}
.table-responsive img
{
    max-width: 100%;
}
.table-responsive table thead tr th{
    border-right: 1px solid #f1f1f1;
}
td.grey
{
    background: #d9d9da;
}
td.yellow
{
    background: #dc3545;
    color: #c23633;
}
td.yellow input[type="number"]
{
    background: #fff;
    color: #25409d;
    min-width: 150px;
}
td.inperson
{
    background: #dbe1f1;
}
td.hybrid
{
    background: #b7c6e4;
}
.table .tot-sub-result td.total
{
    background: #243f8e;
    color: #fff;
}
.table-responsive table thead tr th
{
    vertical-align: middle;
}
@media (max-width: 767.98px) {
.contact-form-wrapper {
    padding: 0px 50px 20px 50px;
}
}
.forgot-password .validation-error.red{
	right: 20px;
	top:0px;
}
.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px; }
.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  transition: all .2s ease;
}
.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px; }
	.x_title h2 {
	  font-size: 15px;
	  text-transform: uppercase;
	  margin: 5px 0 6px;
	  float: left;
	  display: block;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  white-space: nowrap; }
	.x_title h2 i{
	  margin: 0 10px;
	}
	.list-options{float: right;}
	.list-options ul, .list-bulk-actions ul{
	  margin: 0px;
	  padding: 0px;;
	}
	.list-options ul li, .list-bulk-actions ul li{
	  display: inline-block;
	  padding: 2px;
	}
	.list-search-field input{
		line-height: 1;
	}
	.list-sort-field, .list-sort-direction{
	  display: none;
	}
	.booking-details .pagination, .batch-details .pagination{
	  float: right;
	  margin: 3px 0;
	}
	.booking-details .pagination-info,
	.batch-details .pagination-info{
	  float: left;
	  margin: 3px 0;
	  padding: 6px 0px;
	}
	#batch-bookings .table > tbody > tr > td,
	#batch-students .table > tbody > tr > td,
	#booking-invites .table > tbody > tr > td,
	#booking-students .table > tbody > tr > td{
	  border-bottom: 1px solid #ddd;
	}
	#batch-bookings .table,
	#batch-students .table,
	#booking-invites .table,
	#booking-students .table{
	  margin-bottom: 10px;
	}
.clearfix{
	clear: both;
}
.sort-list-link{
  display: block;
  padding-right: 15px;
  background: url('../img/sort_both.png') no-repeat center right;
}
.sort-list-link.asc{
  background: url('../img/sort_asc.png') no-repeat center right;
}
.sort-list-link.desc{
  background: url('../img/sort_desc.png') no-repeat center right;
}
#order-students-wrap{
	text-align: left;
}
.students-container{
	margin: 20px 0;
	padding: 20px;
	background: #25408f;
}
.students-container h4.page-header{
	color: #fff;
}

.students-container .pagination{
  float: right;
  margin: 3px 0;
}
.students-container .pagination-info{
  float: left;
  margin: 3px 0;
  padding: 6px 0px;
}
.students-container .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.students-container .pagination > li {
  display: inline;
}
.students-container .pagination > li > a, .students-container .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.students-container .pagination > li:first-child > a, .students-container .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.students-container .pagination > li:last-child > a, .students-container .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.students-container .pagination > li > a:hover, .students-container .pagination > li > span:hover, .students-container .pagination > li > a:focus, .students-container .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.students-container .pagination > .active > a, .students-container .pagination > .active > span, .students-container .pagination > .active > a:hover, .students-container .pagination > .active > span:hover, .students-container .pagination > .active > a:focus, .students-container .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.students-container .pagination > .disabled > span, .students-container .pagination > .disabled > span:hover, .students-container .pagination > .disabled > span:focus, .students-container .pagination > .disabled > a, .students-container .pagination > .disabled > a:hover, .students-container .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.students-container .pagination-lg > li > a, .students-container .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.students-container .pagination-lg > li:first-child > a, .students-container .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.students-container .pagination-lg > li:last-child > a, .students-container .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.students-container .pagination-sm > li > a, .students-container .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.students-container .pagination-sm > li:first-child > a, .students-container .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.students-container .pagination-sm > li:last-child > a, .students-container .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.students-container .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.students-container .pager li {
  display: inline;
}
.students-container .pager li > a, .students-container .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.students-container .pager li > a:hover, .students-container .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.students-container .pager .next > a, .students-container .pager .next > span {
  float: right;
}
.students-container .pager .previous > a, .students-container .pager .previous > span {
  float: left;
}
.students-container .pager .disabled > a, .students-container .pager .disabled > a:hover, .students-container .pager .disabled > a:focus, .students-container .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.error{
	color: red;
}
.franchise-select-wrap label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #e0e0e0;
		padding-right: 15px;
		margin: 0;
}
.franchise-select-wrap select.franchise-select-fld{
	border: none;
	padding: 5px 13px;
	font-size: 12px;
	color: #dedede;
	border-radius: 4px;
	padding-right: 30px;
	margin: 0;
	knob
	background: rgba(97,97,97,1);
	background:#1f1f1f -moz-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(97,97,97,1) 1%, rgba(97,97,97,1) 5%, rgba(10,10,10,1) 50%, rgba(97,97,97,1) 96%, rgba(97,97,97,1) 100%);
	background:#1f1f1f -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,97,97,1)), color-stop(1%, rgba(97,97,97,1)), color-stop(5%, rgba(97,97,97,1)), color-stop(50%, rgba(10,10,10,1)), color-stop(96%, rgba(97,97,97,1)), color-stop(100%, rgba(97,97,97,1)));
	background:#1f1f1f -webkit-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(97,97,97,1) 1%, rgba(97,97,97,1) 5%, rgba(10,10,10,1) 50%, rgba(97,97,97,1) 96%, rgba(97,97,97,1) 100%);
	background:#1f1f1f -o-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(97,97,97,1) 1%, rgba(97,97,97,1) 5%, rgba(10,10,10,1) 50%, rgba(97,97,97,1) 96%, rgba(97,97,97,1) 100%);
	background:#1f1f1f -ms-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(97,97,97,1) 1%, rgba(97,97,97,1) 5%, rgba(10,10,10,1) 50%, rgba(97,97,97,1) 96%, rgba(97,97,97,1) 100%);
	background:#1f1f1f linear-gradient(to bottom, rgba(97,97,97,1) 0%, rgba(97,97,97,1) 1%, rgba(97,97,97,1) 5%, rgba(10,10,10,1) 50%, rgba(97,97,97,1) 96%, rgba(97,97,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#616161', GradientType=0 );
}
.franchise-select-wrap select.franchise-select-fld option {
  background: #1f1f1f;
}
@media (max-width: 767.98px) {
.transparent-header {
	top: 0px;
}
.transparent-header.sticky-menu{
	top: 0;
}
.top-social-wrap{
	display: none;
}
}
.landing
{
    padding-top:14rem;
}
@media screen and (max-width: 600px)
{
    .landing
	{
		padding-top:7rem;
	}
	.landing video
	{
		width:100%;
	}
}
