/* Minification failed. Returning unminified contents.
(1407,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,56): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,85): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,102): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,119): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,135): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,150): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,165): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,178): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,193): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,213): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,231): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,251): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,269): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,284): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,302): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,319): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,335): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,350): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,368): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,390): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,412): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1407,434): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
	background: #fff;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 14px!important
}

a {
	color: #007bff;
	transition: .5s
}

a:hover {
	color: #fff;
	text-decoration: underline
}

a:active,
a:focus,
a:hover {
	color: #0b6bd3;
	outline: 0;
	text-decoration: none
}

p {
	padding: 0;
	margin: 0 0 30px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0
}

#menu-sec .logo img {
	padding: 0;
	margin: 20px 0;
	max-height: 39px
}

.home-h2 {
	font-size: 20px;
	color: #008dd1;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	margin: 0
}

.main-nav,
.main-nav * {
	margin: 0;
	padding: 0;
	list-style: none
}

.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
	float: left
}

.main-nav a {
	display: block;
	position: relative;
	color: #495057;
	margin: 17px 0 10px 0;
	padding: 5px 6px 5px 6px;
	border-radius: .25em;
	transition: .3s;
	font-size: 13px;
	font-weight: 700
}

.main-nav .active>a,
.main-nav a:hover,
.main-nav li:hover>a {
	color: #495057;
	background-color: #fff;
	text-decoration: none
}

.main-nav .sub-menu-big>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px
}

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgba(19, 39, 57, .8);
	transition: .4s
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
	color: #74b5fc;
	text-decoration: none
}

.mobile-nav-active {
	overflow: hidden
}

.mobile-nav-active .mobile-nav {
	left: 0
}

#footer {
	background: #174f59;
	color: #eee;
	font-size: 14px
}

#footer .footer-top {
	background: #217280;
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #0595ad
}

.footerLinks {
	background-color: #0f3238;
	padding: 15px 0
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0
}

#footer .footer-top .footer-links ul a {
	color: hsla(0, 0%, 100%, .74)
}

#topbar .contact-info a {
	line-height: 1;
	color: #fff
}

#topbar .contact-info i {
	color: #008dd1;
	padding: 4px
}

.search-input {
	border-radius: 0;
	padding: 1.375rem .75rem
}

section#search-bar {
	margin: 0 0 7px 0
}

.main-header {
	padding-bottom: 0;
	background-color: #495057
}

.vendor-ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 0;
	list-style: none;
	justify-content: space-between
}

.vendor-ul a {
	color: #fff;
	font-weight: 500
}

.vendor-ul a:hover {
	text-decoration: underline;
	color: #fff
}

.home-icon {
	width: 24px!important;
	height: 25px;
	text-align: center;
	background-color: #008dd1
}

#back-to-top {
	display: inline-block;
	background-color: #2b97d5;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

#back-to-top::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	line-height: 50px;
	color: #fff;
	position: relative;
	bottom: 5px
}

.social-links a {
	color: hsla(0, 0%, 100%, .74);
	padding: 4px 12px;
	display: inline-block
}

.social-links a:first-child {
	border-left: 0
}

.ul-topbar {
	margin: 0;
	padding: 0
}

.ui-widget {
	font-size: 14px!important
}
#main-nav .nav-item {
	border-bottom: 2px solid #fff;
	background-color: #ececec;
	margin-right: 5px
}
.scroll-nav {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    overflow: hidden;
}

.scroll-nav#main-nav .nav-item {
    border: none;
	background-color: transparent;
	margin-right: 0px;
	font-size: 14px;
	font-weight: bold;
    flex: 1;
    text-align: center;
    margin: 0;
    text-decoration: none;
}
.scroll-nav#main-nav .nav-item.active,
.scroll-nav#main-nav .nav-item:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40a1ce+0,008dd1+50,008dd1+51,40a1ce+100 */
    background: rgb(64,161,206); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(64,161,206,1) 0%, rgba(0,141,209,1) 50%, rgba(0,141,209,1) 51%, rgba(64,161,206,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(64,161,206,1) 0%,rgba(0,141,209,1) 50%,rgba(0,141,209,1) 51%,rgba(64,161,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(64,161,206,1) 0%,rgba(0,141,209,1) 50%,rgba(0,141,209,1) 51%,rgba(64,161,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a1ce', endColorstr='#40a1ce',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.scroll-nav.fixed-sroll-nav {
    left: 0;
    position: fixed;
    top: 0;
    border-radius: 0;
    width: 100%;
    z-index: 10;
}
#customersbought .col-lg-6 > a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
}

img {
	max-width: 100%
}

.log-in {
	display: none
}

.cap-div br {
	display: none
}

.cap-div img {
	width: 76px
}

.cap-div a {
	color: red;
	padding: 0 10px
}

.btn {
	font-size: 14px!important
}

.form-control {
	font-size: 13px!important
}

.whatsap-icon {
	width: 15px;
	margin-right: 5px;
	margin-top: -3px
}

.ul-topbar li {
	display: inline-block;
	padding: 0 2px
}

.fa-search:before {
	content: "\f002";
	font-size: 22px
}

.location-location {
	padding: 0
}

.location-location li {
	display: block;
	margin-bottom: 8px
}

.top-head-text {
	font-style: normal;
	font-weight: 400;
	color: #fff!important
}

.exam-pass {
	display: block;
	list-style-type: none;
	padding-left: 0;
	float: right
}

.exam-pass li {
	float: left
}

.marquee-css {
	background-color: #d5d5d5;
	padding: 5px 0 0 0;
	margin: 0;
	display: none
}

.mr-marq {
	margin-right: 302px
}

.right-enq {
	position: fixed;
	top: 280px;
	right: 0;
	z-index: 100
}

.mobile-nav-toggle {
	position: fixed;
	right: -8px;
	top: 0;
	z-index: 9998;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: all .4s;
	outline: 0!important;
	line-height: 1;
	cursor: pointer;
	text-align: right
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, .8);
	overflow: hidden;
	display: none
}

.download-apk {
	padding-top: 10px!important
}

.download-apk img {
	width: 122px
}

.download-apk li {
	margin-bottom: 10px
}

.foo-links {
	list-style-type: none;
	font-size: 12px
}

.foo-links li {
	float: left;
	padding-right: 12px
}

.foo-links li a {
	color: rgba(255, 255, 255, .74)
}

#enqueryModal {
	z-index: 9999
}

#breadcrumb {
	background-color: #e9ecef
}

.breadcrumb-item a {
	font-size: 11px;
	color: #595959
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .2rem!important;
	color: #6c757d;
	content: ">"!important
}

.main-heading h1,
h1.main-heading {
	color: #fff;
	font-size: 1.16rem!important;
	font-weight: 500;
	line-height: 24px;
	background: #008dd1!important;
	padding: 10px 20px;
	margin-bottom: 20px
}

.main-heading h1 span,
h1.main-heading span {
	color: #fff;
	float: right;
	padding-right: 1%
}

.ui-widget-header {
	background: #e6ba38!important
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 23%;
	width: 44px!important;
	-webkit-all: unset;
	-webkit-text-fill-color: #e6ba38;
	-webkit-text-fill-color: rgba(230, 186, 56, 0);
	background: 0 0;
	border: none;
	box-shadow: none;
	border: none
}

.enq-right {
	background-color: #008dd1;
	padding: 12px;
	border-radius: 4px
}

.table td,
.table th {
	padding: 5px .75rem!important;
	vertical-align: middle!important
}

.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #004289
}

.bs-example .btn {
	text-align: left
}

.card-header {
	padding: .75rem .25rem!important
}

.accordion .card-header .accordion-toggle {
	font-weight: 500
}

#CaptchaInputText {
	padding: .375rem .75rem;
	font-weight: 400;
	margin-left: 10px;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.course-and-certifi tr th:nth-child(2) {
	width: 54%!important
}

.course-and-certifi tr th:nth-child(3) {
	text-align: center
}

.course-and-certifi tr th:nth-child(4) {
	text-align: center
}

.course-and-certifi tr th:nth-child(2) {
	width: 35%
}

.course-and-certifi tr th:nth-child(5) {
	text-align: center;
	width: 15%
}

.course-and-certifi tr th:nth-child(6) {
	width: 12%!important;
	text-align: center
}

.course-and-certifi tr td:nth-child(3) {
	text-align: center
}

.course-and-certifi tr td:nth-child(4) {
	text-align: center
}

.course-and-certifi tr td:nth-child(6) {
	text-align: center
}

.ind-fee {
	width: 28%!important;
	text-align: center
}

.CoursesearchHideShow {
	display: none
}

.exam-pass li:nth-child(2) {
	width: 150px;
	height: 50px
}

.logo-silder-height {
	height: 70px
}

.course-class {
	text-align: center;
	border-bottom: 1px solid #e7e7e7
}

.awards-pan {
	display: block;
	list-style: none;
	padding: 0;
	margin-bottom: 10px
}

ul.awards-pan li {
	padding: 5px 9px;
	width: 20%;
	display: inline-block;
	margin: 3px 2px;
	text-align: center;
	line-height: 20px;
	background: rgba(255, 235, 59, .1)
}

ul.awards-pan li img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 60%;
	min-height: auto
}

#menu-sec {
	transition: all .5s;
	z-index: 997;
	transition: all .5s;
	background-color: #fff;
	margin-top: 0
}

#topbar {
	padding: 10px 0;
	font-size: 14px;
	overflow: hidden;
	position: fixed;
	top: 0;
	float: left;
	background-color: #000;
	width: 100%;
	z-index: 999
}

.login-btn {
	margin: 19px 10px;
	background-color: #00ced1;
	padding: 10px 26px;
	padding: 10px 26px!important;
	border: 1px solid #ccc!important
}

.login-btn:hover {
	color: #fff!important
}

.login-btn-mobile {
	float: right;
	position: absolute;
	right: 0
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	background-image: url(../../../images/cross.png);
	height: 20px;
	width: 19px!important;
	background-size: 100%;
	background-repeat: no-repeat
}

.red-color {
	color: red
}

.exam-pass-tech {
	width: 150px;
	height: 50px
}

.btn-search {
	display: inline-block;
	font-weight: 400;
	color: #fff!important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #495057!important;
	border: 1px solid transparent;
	padding: .635rem .85rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0 .25rem .25rem 0!important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.table td,
.table th {
	padding: 3px 3px!important
}

.column-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}
.table-bordered .training-table {
    border: none;
    font-size: 14px;
    background: #495057;
}
.table-bordered .training-table .table {
    border: none;
    display: table !important;
    width: 100%;
}
.table-bordered .training-table td {
    border: none;
    background: #ffffff;
    color: #212529;
    padding: 0 !important;
    overflow: hidden;
}
.table-bordered .training-table .halfSheduleView .heading {
    margin-bottom: 0;
}
.table-bordered .training-table .heading {
    color: #fff;
    background: #0276b1; /* Old browsers */
	font-size: 14px;
    padding: 6px;
    margin: -3px -3px 0;
    margin-bottom: 10px;
}
.table-bordered .training-table .heading a {
    color: #fff;
}
.table-bordered .training-table .gtr-text {
	color: #212529;
}
.table-bordered .training-table .heading select,
.training-main-heading select {
    background: none;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    font-weight: bold;
}
.table-bordered .training-table .heading select option,
.training-main-heading select option {
    color: #212121;
}
/* width */
.halfSheduleView::-webkit-scrollbar {
	width: 8px;
}
  
  /* Track */
.halfSheduleView::-webkit-scrollbar-track {
	background: #f1f1f1;
}
  
/* Handle */
.halfSheduleView::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .10);
}
  
  /* Handle on hover */
.halfSheduleView::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .50);
}
.group-s-set {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}
.group-s-set .CoStudent {
    margin-right: 0;
}
.table-bordered thead .training-main-heading th {
    font-size: 16px;
    color: #fff;
    padding: 6px 15px !important;
    border: none;
    background: #008dd1;
    text-align: center;
}
.trainig-table-footer {
	/*background: #363837;*/
	background: #037ec4;
	color: #fff;
	font-size: 14px;
}
.trainig-table-footer .btn-warning {
    background: #fff; /* Old browsers */
    font-size: 16px !important;
    color: #212529;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
}
.trainig-table-footer .btn-warning:hover,
.trainig-table-footer .btn-warning:focus, 
.trainig-table-footer .btn-warning:active,
.trainig-table-footer .btn-warning:not(:disabled):not(.disabled).active, 
.trainig-table-footer .btn-warning:not(:disabled):not(.disabled):active, 
.trainig-table-footer .show>.btn-warning.dropdown-toggle {
    background: rgb(238, 238, 238); /* Old browsers */
	color: #212529;
	box-shadow: none !important;
	outline: none !important;
}
.trainig-table-footer .buy-flexi {
    color: yellow;
    font-size: 16px;
}
.custom-radio {
    position: relative;
	border: 2px solid #008dd1;
	background: #fff;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.custom-radio input {
    opacity: 0;
    position: absolute;
    z-index: 1;
}
.custom-radio i {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    background: #008dd1;
    opacity: 0;
}
.custom-radio input:checked + i {
    opacity: 1;
}
.radio-one-on > .col-6 {
    display: flex;
    align-items: center;
    padding-left: 15%;
}
.radio-one-on > .col-6 .custom-radio {
    margin-right: 5px;
}
.training-table .slidecontainer {
    padding-left: 20px;
}
.training-table .course-class #ZoneOneOnOneId {
    width: calc(100% - 20px);
}
.color-yellow {
    color: yellow;
}
.training-table .slidecontainer .slider {
    background: #008dd1; /* Old browsers */
    height: 10px;
}
.training-table .slidecontainer .slider::-webkit-slider-thumb {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.training-table .slidecontainer .slider[disabled]::-webkit-slider-thumb {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}
.training-table .slidecontainer .slider::-moz-range-thumb {
    background-color: #fff;
}
.training-table .slidecontainer .slider::-ms-thumb {
    background-color: #fff;
}
.training-modal.ui-widget-content {
	padding: 0;
	border: none;
}
.training-modal.ui-widget-content .ui-dialog-titlebar {
	background: #f15a29 !important;
	font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 0;
    margin-bottom: 10px;
	color: #fff;
}
.training-modal.ui-widget-content .ui-dialog-titlebar-close {
	width: 20px !important;
	margin: -10px 7px 0 0;
	height: 21px;
	background-color: #fff;
	border: 5px solid #fff;
	border-radius: 3px;
}

.training-modal.ui-widget-content .btn-primary {
    background: #f15a29 !important;
    font-size: 13px !important;
    color: #fff;
    padding: 10px 20px;
    border: none;
}
.training-modal.ui-widget-content .btn-primary:hover {
    background: #bf3725; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,55,37,0.8) 0%, rgba(175,18,3,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,55,37,0.8) 0%,rgba(175,18,3,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,55,37,0.8) 0%,rgba(175,18,3,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3725', endColorstr='#af1203',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.training-modal .accordion {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.training-modal .accordion>.card .card-header .btn {
	color: #bf3725;
}
.training-modal .accordion>.card .card-header .btn:not(.collapsed) .fa-plus:before,
.accordion>.card.card-header .accordion-toggle:not(.collapsed) .fa-plus:before {
	content: "\f068";
} 
.buyer-name {
	font-size: 32px; 
	font-weight: bold; 
	color: #0077b1;
	padding-left: 30px;
}
.buyer {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 20px 50px;
    border-bottom: 3px solid #008dd1;
    margin-bottom: 30px;
	position: relative;
}
.buyer::after {
	content: '';
	position: absolute;
	width: 90%;
	bottom: 20px;
	left: 5%;
	border-bottom: 3px solid #008dd1;
}
.buyer-img {
	max-width: 332px;
    max-height: 200px;
	min-width: 332px;
    min-height: 200px;
	position: relative;
}

.buyer-img::before {
	content: '';
	background:url(../../../images/ko-transparent.png) no-repeat right center;
	width: 100%;
    height: 100%;
    background-size: 300px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.buyer-img img {
	max-width: 100%;
	width: 170px;
	height: 170px;
	align-items: center;
	display: flex;
	justify-content: center;
    float: right;
    margin: 18px 8px 0 0;
    border-radius: 50%;
}
.skill-table {
	border: 1px solid #0077b1;
	width:100%;
	word-break: break-word;
}
.skill-table .table {
	width: 100%;
	margin-bottom: 0px;
	border: none;
	display: table;
}
.skill-table .table thead th {
	background: #0077b1;
	font-weight: 400;
	color: #fff;
	border: 1px solid #0077b1;
	padding: 10px !important;
}
.skill-table .table tbody td {
	padding: 5px 10px !important;
}
.buy-table-heading {
	background: #0077b1;
    color: #fff;
    padding: 10px !important;
	margin: 0;
}



ul.copyright-ul li span {
	font-size: 12px
}

ul.copyright-ul {
	margin-left: 0;
	padding-left: 0
}

#footer .footer-top .footer-links ul li {
	margin-bottom: 6px;
	transition: all .5s
}

fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#footer .footer-top .footer-links ul a {
	color: hsla(0, 0%, 100%, .74);
	display: inline-block
}

#footer .footer-top .footer-links ul li>i+a h4 {
	margin-bottom: 0
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0
}

#footer .footer-top .footer-links ul li:hover {
	margin-left: 5px
}

ul.copyright-ul li {
	font-size: 12px;
	color: rgba(255, 255, 255, .74)
}

ul.location-location li a {
	font-weight: 700
}

#footer .footer-top span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0
}

.login-btn {
	background-color: #495057 !important;
	padding: 6px 10px !important;
	color: #fff !important;
	font-weight: 400;
	margin: 17px 0 10px 0;
	border-color: unset;
}

.text-c a,
.btnJoin a {
	transition: unset;
}

.ven-cour-logo img {
	width: auto;
	height: auto;
}
.usps-image-btn > figure.mobUse {
    margin: 0 -15px;
}
.bluebg-heading {
    text-align: center;
    background-color: #0f3238;
    color: #fff;
    font-size: 18px !important;
    padding: 15px 15px 21px;
}
.flexiDtable {
	font-size: 16px;
	margin: 30px 0;
}
.flexiDtable th {
	padding: 10px !important;
}
.flexiDtable td {
	padding: 10px !important;
}
.flexiDtable td .btn {
	font-weight: bold;
    padding: 5px 30px;
    border-radius: 24px;
}

.flexi-buy {
	border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px 0 40px;
	padding: 20px 20px 10px;
}
.flexi-buy .set {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	font-size: 16px;
}
.flexi-buy .set > label {
	margin: 0;
	padding: 7px 10px;
	font-weight: bold;
	min-width: 150px;
	max-width: 150px;
	background: #008dd1;
	color: #fff;
}
.flexi-buy .set > div {
	margin: 0;
	padding: 7px 10px;
}
.flexi-buy .set:last-child > div {
	min-width: 100%;
	max-width: 100%;
}
.flexi-buy .set > div > .btn {
	font-weight: bold;
    padding: 7px 30px;
    border-radius: 0;
	display: block;
	margin: -10px;
	font-size: 16px !important;
}
@media screen and (max-width:479px) {
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100%!important
	}
	ul+h2+table {
		width: 100%!important
	}
	.buyer {
		flex-direction: column;
	}
	.buyer-name {
		font-size: 22px;
		padding-left: 0px;
		text-align: center;
		min-width: 100%;
	}
	.buyer-img {
		max-width: 250px;
		min-width: 250px;
		position: relative;
	}
	.buyer-img::before {
		background-size: 244px;
	}
	.buyer-img img {
		width: 144px;
		height: 144px;
		margin: 27px 4px 0 0;
	}
	.flexiDtable th {
		display: none;
	}
	.flexiDtable td {
		display: block;
		width: 100%;
		text-align: right;
	}	
	.flexiDtable td[data-title]::before {
		content: attr(data-title);
		float: left;
		font-weight: bold;
	}
	.flexiDtable td:last-child {
		text-align: center;
	}
	.flexi-buy .set > label {
		min-width: 120px;
		max-width: 120px;
	}
}

@media screen and (max-width:768px) and (min-width:480px) {
	.table td,
	.table th {
		vertical-align: top!important
	}
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100%!important
	}
}

@media screen and (max-width:960px) and (min-width:769px) {
	.table td,
	.table th {
		padding: 3px 3px!important
	}
}

@media screen and (max-width:991px) and (min-width:769px) {
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100%!important
	}
}

#menu-sec1>.container>.row>.col-md-3 {
	padding: 0 0 0 6px
}


@media screen and (max-width:1024px) and (min-width:768px) {
	


	.training-table .course-class #ZoneOneOnOneId {
		/*width: calc(100% - 20px);*/
		width: 65px !important;
		/* max-width: 87px !important; */
	}
}






@media screen and (max-width:1199px) and (min-width:769px) {
	.countryChang {
		display: block!important
	}


	.training-table .course-class #ZoneOneOnOneId {
		/*width: calc(100% - 20px);*/
		width: 65px !important;
		/* max-width: 87px !important; */
	}

}
@media (max-width:992px) {
    .scroll-nav#main-nav .nav-item {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scroll-nav.fixed-sroll-nav {
        padding-right: 55px;
    }
}
@media (max-width:767px) {
	.table.responsive-table tr td {
		display: block;
		width: 100% !important;
	}
    .training-main-heading {
        display: block;
    }
    .table-bordered .training-table .halfSheduleView {
        border-right: none;
    }
    .table-bordered .training-table .course-class {
        padding-bottom: 30px;
    }
    .table-bordered .training-table .course-class #datepicker_t {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .training-table .slidecontainer {
        padding: 0 15px;
    }
    .training-table .slidecontainer #middlebox {
        width: calc(100% - 120px);
    }
    .training-table .course-class #ZoneOneOnOneId {
        width: calc(100% - 150px);
        margin: 0 auto;
		text-align:center;
    }
    .scroll-nav#main-nav .nav-item {
        min-width: 33.333333%;
		max-width: 33.333333%;
		padding: 10px;
		font-size: 14px;
    }
    .nav.scroll-nav {
        overflow: auto;
        flex-wrap: wrap;
    }
    .training-table .slidecontainer #rightbox, .training-table .slidecontainer #leftbox {
        width: 60px;
    }
	.main-heading.w-time .time-d {
		display: block;
		text-align: left;
		float: none;
		margin-top: 5px;
		padding-top: 5px;
		border-top: 1px solid #fff;
	}
	.buy-table-heading {
		font-size: 16px;
	}
}





.outerbox {
	border: 1px solid lightgrey;
	border-radius: 5px;
	box-shadow: 0px 1px 8px 2px #0000001f;
	padding: 35px 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000000bd;
	background: white;
}

.brd_btm {
	border-bottom: 1px solid #0000002e;
	padding-bottom: 10px;
}

.slinet_text {
	text-align: center;
	width: 100%;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 500;
}

.outerbox_cont{
	background: whitesmoke;
	padding: 40px !important;
	border-radius: 6px;
}

.justify-content-between{
	justify-content:space-between;
}
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-family:inherit}p{margin-top:0;margin-bottom:1rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}img{vertical-align:middle;border-style:none}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2;font-family:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.img-fluid{max-width:100%;height:auto}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.collapse:not(.show){display:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-columns .card{margin-bottom:.75rem}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline-block{display:inline-block!important}@media (min-width:576px){.d-sm-none{display:none!important}}@media (min-width:768px){.d-md-block{display:block!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}.w-100{width:100%!important}.mb-0,.my-0{margin-bottom:0!important}.mb-2,.my-2{margin-bottom:.5rem!important}.mt-3,.my-3{margin-top:1rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-danger{color:#dc3545!important}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem} .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d;}h2 {font-size: 1.10rem !important;}h3 {font-size: 1rem !important;}.mb-3, .my-3 { margin-bottom: 1rem !important;}.img-thumbnail { padding: .25rem; background-color: #fff;  border: 1px solid #dee2e6;    border-radius: .25rem;    max-width: 100%;    height: auto;}.mt-2, .my-2 {    margin-top: .5rem !important;}.alert-info { color: #0c5460;    background-color: #d1ecf1;    border-color: #bee5eb;}.alert {position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem;  border: 1px solid transparent; border-radius: .25rem;}.highlight-text {  /* display: inline-block; */ font-weight: 700;  text-align: center;  font-size: 16px;}.mb-4, .my-4 { margin-bottom: 1.5rem !important;}.d-block {display: block;}
@font-face{font-family:FontAwesome; src:url(../../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-star:before{content:"\f005"}.fa-plus:before{content:"\f067"}.fa-minus:before {content: "\f068";}.fa-arrow-circle-right:before { content: "\f0a9";}.fa-angle-double-right:before { content: "\f101";}.fa-angle-right:before {content: "\f105";}.fa-angle-right:before {content: "\f105";} .fa-angle-left:before {    content: "\f104";}.fa-angle-double-left:before {  content: "\f100";}.fa-star-half:before{content:"\f089"}.fa-phone:before{content:"\f095"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-pinterest:before{content:"\f0d2"}.fa-linkedin:before{content:"\f0e1"}.fa-youtube-play:before{content:"\f16a"}.fa-instagram:before{content:"\f16d"}.fa-tumblr:before{content:"\f173"}.fa-quora:before{content:"\f2c4"}.fa-check:before{content:"\f00c"}.fa-envelope:before {content: "\f0e0";}.fa-share-alt:before { content: "\f1e0";}
@media only screen and (min-device-width :320px) and (max-device-width :480px){ .top-head-text { font-size: 11px; }.counters .col{flex-basis:auto}.home-h2{font-size:27px}.menuList{display:none}section#search-bar{margin:0;padding:10px 0}#intro{padding:11px 0 20px}.sub-menu-hide{display:none!important}.t-mtop{margin-top:10px!important}.home-h2{font-size:27px}.ul-topbar li{display:inline-block}#topbar .contact-info a{line-height:1;color:#fff;font-size:11px;letter-spacing:0}.ul-topbar li i{padding:0!important;margin:0!important;border-left:none!important}.ui-widget{width:314px!important}.vendor-ul{padding:.75rem 0}table{display:block}table{display:block}table{display:block}.vendor-ul{justify-content:left}.vendor-ul li{margin-right:13px}#services .box{margin:0 10px 12px}.info-contact{flex-basis:auto}#contact .info p{margin-bottom:0!important}.exam-pass{}.mr-on-mobile{margin:0 37px}table{display:block}table{display:block}.exam-pass li{margin-right:8px; margin-top:5px;}.student-feedback-table,.student-feedback-table head,.student-feedback-table tbody,.student-feedback-table td,.student-feedback-table th,.student-feedback-table tr,table{display:block}.student-feedback-table th{display:none!important}.student-feedback-table td:before{position:absolute;left:3px;color:#464646;font-weight:500;text-align:left}.student-feedback-table td:nth-of-type(1):before{content:"Student Name"}.student-feedback-table td:nth-of-type(2):before{content:"Country"}.student-feedback-table td:nth-of-type(3):before{content:"Month"}.student-feedback-table td:nth-of-type(4):before{content:"Feedback"}.student-feedback-table td:nth-of-type(5):before{content:"Rating"}.student-feedback-table td{border:1px solid #ddd;padding:.3rem 0;position:relative;padding-left:37%!important;word-break:break-word;text-align:left;color:#545454}#CaptchaInputText{margin-left:0;margin-top:13px} .course-and-certifi, .course-and-certifi head, .course-and-certifi tbody, .course-and-certifi td, .course-and-certifi th, .course-and-certifi tr, table { display: block }  .course-and-certifi th { display: none !important }  .course-and-certifi td:before { position: absolute; left: 3px; color: #464646; font-weight: 500; text-align: left }  .course-and-certifi td:nth-of-type(1):before { content: "#" }  .course-and-certifi td:nth-of-type(1) { display: none }  .course-and-certifi td:nth-of-type(2):before { content: "Courses/Certifications" }  .course-and-certifi td:nth-of-type(3):before { content: "Content" }  .course-and-certifi td:nth-of-type(4):before { content: "Duration" }  .course-and-certifi td:nth-of-type(5):before { content: "Fee" }  .course-and-certifi td:nth-of-type(6):before { content: "Dates" }  .course-and-certifi td { border: 1px solid #ddd; padding: .3rem 0; position: relative; padding-left: 52% !important; word-break: break-word; text-align: left; color: #545454 }  .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, .08) }  .course-and-certifi tr td:nth-child(3) { text-align: left }  .course-and-certifi tr td:nth-child(4) { text-align: left }  .course-and-certifi tr td:nth-child(6) { text-align: left } .widget-job-table, .widget-job-table head, .widget-job-table tbody, .widget-job-table td, .widget-job-table th, .widget-job-table tr, table { display: block }  .widget-job-table th { display: none !important }  .widget-job-table td:before { position: absolute; left: 3px; color: #464646; font-weight: 500; text-align: left }  .widget-job-table td:nth-of-type(1):before { content: "Student Name" }  .more-job td:nth-of-type(1):before { content: "" }  .widget-job-table td:nth-of-type(2):before { content: "Country" }  .widget-job-table td:nth-of-type(3):before { content: "Month" }  .widget-job-table td:nth-of-type(4):before { content: "Feedback" }  .widget-job-table td:nth-of-type(5):before { content: "Rating" }  .widget-job-table td { border: 1px solid #ddd; padding: .3rem 0; position: relative; padding-left: 38% !important; word-break: break-word; text-align: left; color: #545454 } .exam-pass li:last-child img { margin-top: 5px; }  .course-class { display: inline-block; width: 100%; text-align: center; border-right: 0px !important; } ul.awards-pan li { width: 100% }  .awards-pan { margin-top: 29px; padding: 0px; } #menu-sec { height: auto; /*float: left;*/ margin-top: 0px; }  .four-point { padding: 10px; }  .four-point td { }  .four-point td:last-child { padding: 0px !important; }  .list-group-item { padding: .25rem 1.25rem !important; } }   /*@media (max-width:1370px){body{font-size:14px}}*/     @media only screen and (min-device-width :481px) and (max-device-width :767px) {   .course-and-certifi, .course-and-certifi head, .course-and-certifi tbody, .course-and-certifi td, .course-and-certifi th, .course-and-certifi tr, table { display: block }  .course-and-certifi th { display: none !important }  .course-and-certifi td:before { position: absolute; left: 3px; color: #464646; font-weight: 500; text-align: left }  .course-and-certifi td:nth-of-type(1):before { content: "#" }  .course-and-certifi td:nth-of-type(1) { display: none }  .course-and-certifi td:nth-of-type(2):before { content: "Courses/Certifications" }  .course-and-certifi td:nth-of-type(3):before { content: "Content" }  .course-and-certifi td:nth-of-type(4):before { content: "Duration" }  .course-and-certifi td:nth-of-type(5):before { content: "Fee" }  .course-and-certifi td:nth-of-type(6):before { content: "Dates" }  .course-and-certifi td { border: 1px solid #ddd; padding: .3rem 0; position: relative; padding-left: 52% !important; word-break: break-word; text-align: left; color: #545454 }    }          /*========Add Suraj css here=========*/  .deskUse { display: block; }  .mobUse { display: none; }   @media only screen and (max-width: 768px) { .deskUse { display: none; }  .mobUse { display: block; } }   @media all and (min-width: 480px) { .desktop-center { justify-content: center; margin: 10px 0px; }  .list-group-horizontal { -ms-flex-direction: row !important; flex-direction: row !important; }  .list-group-horizontal .list-group-item:first-child { border-bottom-left-radius: .25rem; border-top-right-radius: 0; }  .list-group-item:first-child { border-top-left-radius: .25rem; border-top-right-radius: .25rem; }  .list-group-horizontal .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }  .list-group-horizontal .list-group-item:last-child { border-top-right-radius: .25rem; border-bottom-left-radius: 0; }  .list-group-item + .list-group-item { border-top-width: 0; }  .list-group-item:last-child { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem; }  .list-group-item:last-child { margin-bottom: -1px !important; } }   .list-group-item { position: relative; display: block; padding: .75rem 1.25rem; margin-bottom: -1px; font-weight: 500; color: #ffffff; background-color: #05aeff; border: none; }              
