html,body {
	height: 100%;
}

.wrapper {
    min-height: 100vh;
}

.hide {
    display: none;
}

.pass-radio {
    margin-top: 140px;
}

.loader-main {
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 20%;
    overflow: hidden;
    display: none;
    z-index: 9999;
}



/*Bilal CSS*/
#sidebar {
    height: 250px;
    width: 10px;
    position: fixed;
    text-align: center;
    padding: 0px;
    margin-left: 10px;
    z-index: 999;
    right: 0;
}

.social:hover {
    margin-left: -194px;
    width: 230px;
    background-color: #f28234;
}

.facebook:hover {
    background-color: #f28234;
}
ul.side-menu-popup li:hover {
    background: rgba(0, 0, 0, 0.27);
}
ul.side-menu-popup li a {
    color: #fff;
    font-size: 16px;
}
.social {
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0px;
    background-color: #f28234;
    -moz-transition-property: margin-left;
    -moz-transition-duration: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-property: margin-left;
    -ms-transition-duration: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-property: margin-left;
    -o-transition-duration: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s;
    cursor: pointer;
    margin-left: 11px;
}
.side-toggle {
    position: absolute;
    margin-left: -53px;
    background: #0fa90c;
    padding: 8px 16px;
    font-size: 30px;
    color: #fff;
    width: 52px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
ul.side-menu-popup {
    list-style: none;
    padding-left: 0px;
    color: #fff;
}

ul.side-menu-popup li {
    text-align: left;
    padding: 10px 13px;
    border-bottom: solid 1px #f28234;
}
ul.side-menu-popup li a {
    color: #fff;
    font-size: 16px;
}



#loaderpage {
    background: #f7f7f7;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
.myClass{
    overflow: hidden !important;
}
.cerlogo{
    max-height: 66vh;
}
.loader-image {
    padding: 0px;
}

/*End Bilal css*/






section.news-section {
    background: #dee6ed;
    padding-top: 40px;
    padding-bottom: 30px;
}

.card-body {
    background: #fff;
}
.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bg.jpg);
    background-size: cover;
}

.next-prev {
    display: inline-block;
    width: 100%;
    padding: 0px;
    position: absolute;
    /* z-index: 999; */
    top: 43%;
}

.footer {
    padding: 10px;
    text-align: center;
    background: #e4e4e4;
}

.form-group {
    margin-bottom: .4rem;
}

.logo {
	text-align: center;
}

.latest-bg {
    padding-right: 15px;
    padding-left: 15px;
}


.webinar-slider .carousel {
    margin-top: 101px;
}
.carousel {
    position: relative;
}
/*
.course-main .carousel-item {
    background: url(../images/bgpaper.jpg);
}*/

.webinar-slider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 4px 6px 5px #ddd;
    background: #fff;
    min-height: 500px;
}

.carousel-item {
    padding: 20px;
    min-height: 500px;
}


.bg-orange {
    background: #f28234;
}

.main-canvas {
    padding: 18px;
    min-height: 600px;
    display: flex;
}

.side-img img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.md-img img {
    width: 250px;
}

span.starus-icons {
    font-size: 23px;
    float: left;
    margin-right: 13px;
    display: inline;
    width: 21px;
}

span.error-text03 {
    font-size: 20px;
    /* float: right; */
    display: inline-block;
    width: 83%;
}

.check-btn-slide input:checked ~ .checkmark1 {
    background-color: #ff8432;
}
.checkmark1 {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 3px #dedede;
}


.checkbox-contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}

.checkbox-contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.img-responsive img {
    width: 100%;
}

.image-box3 img {
    width: 100%;
}

.checkbox-contain input:checked ~ .checkmark2 {
    background-color: #f28234;
}
.checkmark2 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid 2px #f28234;
}

.tab-content {
    padding-top: 10px;
}

.next-previous .carousel-control-prev {
    color: #ff6900;
    font-size: 37px;
}

.next-previous .carousel-control-next {
    color: #ff6900;
    font-size: 37px;
}

.next-previous {
    position: absolute;
    width: 57px;
    right: 25px;
    bottom: 33px;
}

.quiz-result {
    background: #fff;
    margin-top: 15px;
    padding: 29px 18px;
    text-align: center;
    box-shadow: 0px 0px 5px #d6d6d6;
    border-bottom: solid 4px #f28234;
}

.quiz-lable {
    font-size: 20px;
    color: #f28234;
}

.quiz-result-value {
    font-size: 35px;
}

.image-box3 img {
    width: 100%;
}

.data-o h3 {
    font-size: 19px;
}


.image-box3 {
    margin-top: 24px;
}

.data-o p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.checkbox-contain input:checked ~ .checkmark2:after {
    display: block;
}
.checkbox-contain .checkmark2:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

.check-btn-slide {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    margin-top: 16px;
}

.tips-o {
    margin-top: 10px;
}



.check-btn-slide input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.er-true {
    /* position: absolute; */
    bottom: 0px;
    background: #d4eac4;
    padding: 13px 24px;
    color: #fff;
    left: 0;
    color: green;
    font-size: 16px;
    width: 100%;
    border-radius: 7px;
    margin-top: 20px;
}

p.sub-text {
    font-size: 19px;
    font-weight: 500;
}

h2.slide-h2-white {
    color: #fff;
    font-size: 30px;
}

h2.slide-h2-white {
    padding-top: 50%;
}


.pic55 {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.side-popup a {
    background: #ffffff;
    color: #f28234;
    padding: 8px;
    border-radius: 100px;
    font-size: 33px;
    display: block;
    text-align: center;
    height: 70px;
    width: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.er-false {
    bottom: 0px;
    background: #ffded9;
    padding: 13px 24px;
    color: #fff;
    left: 0;
    font-size: 16px;
    width: 100%;
    color: #c50303;
    border-radius: 7px;
    margin-top: 20px;
}

.side-b-img {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.side-b-img img {
    width: 100%;
    max-height: 346px;
    object-fit: contain;
}

.Forgot-pass {
    padding: 10px 12px 8px 12px;
    text-align: center;
}

.logo img {
    width: 91px;
}



section.course-main.webinar-slider {
    background: #e3edf7;
    padding-bottom: 100px;
}

.next-prev i.fa.fa-chevron-right {
    float: right;
    background: #f28234;
    padding: 20px 9px;
    position: absolute;
    right: -26px;
    border-bottom-right-radius: 49px;
    border-top-right-radius: 49px;
}


.p-15 {
    padding-left: 15px;
    padding-right: 15px;
}


button.edit1 .fa-pencil {
    color: green;
}
button.edit1 {
    background: none;
    border: none;
}

button.right1 .fa-remove {
    color: red;
}
button.right1 {
    background: none;
    border: none;
}

.next-prev i {
    color: #fff;
    font-size: 27px;
    margin-right: 18px;
}

.next-prev i.fa.fa-chevron-left {
    float: left;
    background: #f28234;
    padding: 21px 10px;
    position: absolute;
    left: -38px;
    border-bottom-left-radius: 49px;
    border-top-left-radius: 49px;
}

.next-prev i {
    color: #fff;
    font-size: 27px;
    margin-right: 18px;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}





/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /*float:right;*/
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.text-c {
    color: #fff;
    text-align: center;
    padding: 20px;
    padding-top: 150px;
}


.row.points-list {
    margin-bottom: 24px;
    margin-top: 10px;
}

.num-sort {
    background: #f28234;
    height: 80px;
    width: 80px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 47px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.text-lt-slide {
    background: #ffffff;
    padding: 20px;
    margin-top: 174px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}

.img-m {
    text-align: center;
}
.img-m img {
    max-width: 464px;
    margin-top: 11px;
    width: 100%;
}

.side-img-s img {
    max-height: 250px;
    width: 100%;
    object-fit: contain;
}



.side-img-s {
    text-align: center;
    margin-top: 40px;
    display: block;
}

.text-side-box {
    display: table;
    height: 150px;
    padding: 16px;
}

.img-text-box {
    display: flex;
    margin-bottom: 15px;
}

.ver-align {
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.webinar-slider h2 {
    margin-bottom: 20px;
}

.bd-o {
    border: solid 1px #bdbdbd;
    padding: 10px;
    border-radius: 7px;
}

.quiz-img {
    text-align: center;
}

.quiz-img img {
    width: 100%;
    max-width: 500px;
}



.sub-head-num {
    font-size: 18px;
}


.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #f28234;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

section.benutzer {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

input.btn.btn-custom {
    background: #f28234;
    padding: 10px 21px;
    font-size: 17px;
    color: #ffffff;
}

section.listing.space-o {
    padding-top: 40px;
    padding-bottom: 40px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 245 238);
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f28234;
    border-color: #f28234;
}


.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.listing-o{
    padding-top: 30px;
    padding-bottom: 30px;
}


.slider.round:before {
  border-radius: 50%;
}

.form-group.top-o {
    margin-top: 22px;
}

.mt-11 {
    /* margin-top: 38px; */
    padding-top: 14px;
}



.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
}

.btn-orange {
    background-color: #f28234 !important;
    border-color: #f28234 !important;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.cat-wig .card-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
    font-size: 17px;
}

label.form-check-label.custom-label {
    font-size: 14px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
	font-size: 14px;
}

.custom-input {
    border-radius: 100px;
    padding: 9px;
    width: 300px;
    margin-bottom: 11px;
    font-size: 15px;
    padding-left: 15px;
    height: 41px;
}

img.custom-logo {
    width: 169px;
}


section.bg-wrapper {
    background: #000;
    padding-top: 25px;
}

.custom-search-o h2 {
    font-size: 30px;
    margin-top: 10px;
}

p.sub-head-o {
    font-size: 21px;
    color: #e65e00;
}

.results-o {
    text-align: center;
}

.results-o img {
    width: 175px;
}

.results-o p {
    margin-bottom: 7px;
}

span.account-text {
    padding-top: 16px;
    color: #fff;
    display: inline-block;
}

.carousel-content { max-height: 260px; overflow: auto; }
.carousel-indicators { display: none; }


.tooltipp {
  position: relative;
  display: inline-block;
}

.tooltipp .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipp .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipp:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-survey:hover .tooltiptext {
    visibility: visible;
}

.tooltip-survey .tooltiptext {
    visibility: hidden;
    width: 90%;
    background-color: #464646;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-weight:200; 
    font-size: 15px;
    display: block;
   position: absolute;
   z-index: 1;
   bottom: 100%;
   left: 50%;
   margin-left: -60px;
}

@media (min-width: 768px){

ul.navbar-nav.ml-auto {
    background: #f28234;
    padding-left: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 16px;
}

span.user-img {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    background: #fff;
    /* display: inline-block; */
    border: solid 1px #929292;
    float: left;
    margin-top: 9px;
    margin-right: 7px;
}

.centered {
    display: flex;
    justify-content: center;
}

}


.icon-box {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 32px;
    min-height: 205px;
    padding-top: 19px;
    position: relative;
}

.icon-box .btn-tooltip {
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 0;
    font-size: 25px;
    color: #f28234;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c1c1c1;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(105 105 105 / 14%);
}

span.text-grey {
    color: #505050;
}

a{
	color: #000000;
}

a:hover{
	color: #000000;
    text-decoration: none;
}


.custom-btn:hover {
    padding: 8px;
    border-radius: 100px;
    font-size: 16px;
    background: #2d2d2d;
    border: none;
}

.custom-btn {
    padding: 8px;
    border-radius: 100px;
    font-size: 16px;
    background: #f36b1e;
    border: none;
}

section.bg-wrapper {
    padding-top: 25px;
    background: url(../images/bg1.jpg);
    min-height: 100vh;
    background-size: cover;
    color: #fff;
}

section.bg-wrapper .dataTable {
color: #000;
}
section.bg-wrapper .dataTable th,
section.bg-wrapper .dataTable td{
    background: #fff;
}
section.checklist-quiz {
    padding-top: 25px;
    background: url(../images/bgnew.jpg);
    min-height: 100vh;
    background-size: cover;
    color: #fff;
}

h3.num-c-o {
    color: #f28234;
}

.full-cr {
    width: 100%;

}


.btn-danger {
    padding: 7px 23px;
}

.btn-group button {
    margin-bottom: 10px;
}

section.bg-header {
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
}

.dropdown-toggle::after{
    display: none;
}

.results-list {
    border-bottom: solid 1px #959691;
    padding-bottom: 21px;
    padding-top: 21px;
}


span.user-img img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

span.user-img {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    background: #fff;
    /* display: inline-block; */
    border: solid 1px #929292;
    float: left;
}

.modal-header {
    background: #f28234;
    color: #fff;
}

.bg-light {
    background-color: #f8f9fa!important;
    box-shadow: 6px 2px 15px #525252;
    z-index: 999;
}

.webinar-tab {
    background: #f28234;
}

.webinar-tab .nav-link {
    display: block;
    padding: 0.5em 0.5rem;
    margin: 10px 0px 0px 11px;
    color: #fff;
}




.full-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.text-wig.border-right {
    border-right: solid 1px #8d8d8d;
}

.text-wig {
    padding-top: 46px;
    padding-bottom: 40px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.video-container {
    position: relative;
    padding-bottom: 50%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.decs-o {
    background: #f28234;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}


.results-list {
    border-bottom: solid 1px #959691;
    padding-bottom: 21px;
    padding-top: 21px;
}



.company-icons img {
    width: 119px;
    height: auto;
}

.no-padding {
    padding: 0;
}

.custom-search-o {
    padding: 20px;
}

p.para-data a {
    color: #ff9144;
}

p.para-data b {
    color: #f28234;
}

span.b001 {
    color: #ff8937;
    font-weight: 600;
}

.darknet-alarm-bg {
    background: #272434;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}

.no-margin{
margin-left: 0;
margin-right: 0;
}

.dark-sub h2 {
    color: #ff7800;
}

button.btn.btn-custom {
    background: #ff7800;
    color: #fff;
}

.dark-sub {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.sub-header {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 35px;
}

.sub-header01 {
    text-align: center;
    color: #fff;
        padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/banner1.jpg);
    background-size: cover;
    font-size: 35px;
}

.cat-o {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}

.latest-wig .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.latest-wig .card-title {
    font-size: 17px;
    margin-top: 1px;
    margin-bottom: 4px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 43px;
}

.vid-wig .card-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

img.play-ico {
    width: 100px;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.card.vid-wig .card-body {
    padding: 9px;
}

.card.vid-wig {
    margin-bottom: 20px;
}




.latest-bg {
    background: #dee6ed;
    padding-bottom: 15px;
}


.card.latest-wig {
    margin-bottom: 14px;
}

.latest-bg h2 {
    font-size: 20px;
    padding-top: 10px;
}

.start-course img {
    width: 184px;
}

.start-course {
    background: #dee6ed;
    text-align: center;
    padding: 17px;
}


p.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn-theme {
    background: #f28234;
    color: #fff;
}

.btn-theme:hover {
    background: #f28234;
    color: #fff;
}


img.card-img-top.set-c {
    height: 100%;
    object-fit: cover;
    min-height: 161px;
}

.filter-o .form-control {
    margin-bottom: 20px;
}

.filter-o {
    margin-top: 0;
    background: #fff;
    padding: 19px 20px 0px 20px;
    margin-bottom: 19px;
    border-radius: 5px;
}

.filter-o .btn {
    font-size: 16px;
}
.card-img-top.set-h {
    height: 180px;
    object-fit: cover;
}
.card-img-top.set-v {
    height: 144px;
    object-fit: cover;
}

.card.news-wig .card-text {
    min-height: 71px;
}

.vid-title{
    margin-top: 10px;
    display: block;
}

.vid-wig .card-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
    font-size: 16px;
}

.news-wig .card-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
}

.news-img img {
    width: 100%;
}

.news-title-0 {
    font-size: 25px;
    margin-bottom: 6px;
    font-weight: 600;
}

.news-img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.news-detail-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.detail-text {
    margin-top: 20px;
    font-size: 17px;
}
.card.news-wig {
    margin-bottom: 25px;
}




.title-o {
    right: 0;
    background: #f28234;
    color: #ffff;
    padding: 8px;
    font-size: 15px;
    text-decoration: none;
    margin-top: 28px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.icon-box img {
    width: 120px;
    background: #f28234;
    border-radius: 100px;
    padding: 20px;
    object-fit: contain;
    height: 120px;
    box-shadow: 4px 1px 8px #ab561b inset;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: .25rem;
}


.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}




@media (max-width: 767px){

.icon-box img {
    width: 60px;
}

span.account-text {
    padding-top: 16px;
    color: #000;
    display: inline-block;
}

.icon-box img {

    padding: 7px;
     float: left;
     margin-left: 9px;
}

section.bg-header {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
}

span.user-img {
    border-radius: 100px;
    height: 25px;
    width: 25px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    border: solid 1px #929292;
    float: left;
    display: none;
}

h1 {
    font-size: 27px;
}




.title-o {
    right: 0;
    background: #f2823400;
    color: #000;
    padding: 8px;
    font-size: 21px;
    text-decoration: none;
    margin-top: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    margin-left: 6px;
}

.icon-box {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 14px;
    min-height: 72px;
    padding-top: 6px;
}
}

@media (max-width: 786px){
.text-wig {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.text-wig.border-right {
    border-right: none !important;
}

.next-prev {
    display: inline-block;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 9999;
}


.next-prev i.fa.fa-chevron-right {
    float: none;
    background: #f28234;
    padding: 20px 7px;
    position: relative;
    right: 0px;
    /* border-bottom-right-radius: 7px; */
    /* border-top-right-radius: 7px; */
    padding: 10px 14px;
    border-radius: 33px;
}

.next-prev i.fa.fa-chevron-left {
    float: none;
    background: #f28234;
    padding: 10px 14px;
    position: relative;
    left: 8px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-radius: 100px;
}

.text-lt-slide {
    background: #ffffff;
    padding: 20px;
    margin-top: 53px;
    display: inline-block;
    position: relative;
    left: inherit;
    right: inherit;
    z-index: 999;
}


.text-c {
    color: #fff;
    text-align: center;
    padding: 20px;
    padding-top: 50px;
}


.next-prev {

    top: 5%;
}

.pass-radio {
    margin-top: 20px;
}

.webinar-slider .carousel {
    margin-top: 31px;
}

}



@media screen and (min-width: 508px) {

.main-cloud{

    width: 508px;
    height: 424px;
    margin: 0 auto;
    text-align: center;
  margin-bottom: 70px;
}

.main-cloud-img {
    width: 333px;
    text-align: center;
    margin: 0 auto;
    margin-top: 150px;
}

.main-cloud-img img {
    width: 333px;
}


.cloud-1 img{

    width: 100px;
}

.cloud-1 {
    margin-top: -402px;
    /* margin-left: -3px; */
    cursor: pointer;
}





.cloud-2 img {
    width: 100px;
    margin-left: 287px;
    margin-top: -54px;
    cursor: pointer;
}


.cloud-3 img {
    width: 100px;
    margin-right: 247px;
    margin-top: -131px;
    cursor: pointer;
}


.cloud-4 img {
    width: 100px;
    margin-right: 400px;
    margin-top: 5px;
    cursor: pointer;
}


.cloud-5 img {
    width: 100px;
    margin-top: -110px;
    margin-left: 417px;
    cursor: pointer;
}

.cloud-6 img {
    width: 100px;
    margin-right: 355px;
    cursor: pointer;
    margin-top: 15px;
}

.cloud-7 img {
    width: 100px;
    margin-left: 364px;
    margin-top: -98px;
    cursor: pointer;
}

.cloud-8 img {
    width: 100px;
    margin-top: -41px;
    margin-left: 146px;
    cursor: pointer;
}


.cloud-9 img {
    width: 100px;
    margin-top: -117px;
    cursor: pointer;
    margin-right: 135px;
}

.custom-slide .carousel-item{

    min-height: 300px !important;
}



.cloud-title1{
        position: absolute;
    margin-left: 189px;
    margin-top: -22px;
    font-weight: 600;
}

.cloud-title2 {
    font-weight: 600;
    position: absolute;
    margin-left: 339px;
    margin-top: -75px;
}


.cloud-title3 {
    font-weight: 600;
    position: absolute;
    margin-left: 86px;
    margin-top: -126px;
}


.cloud-title4 {
    font-weight: 600;
    position: absolute;
    margin-left: 28px;
    margin-top: -16px;
}

.cloud-title5 {
    font-weight: 600;
    position: absolute;
    margin-left: 420px;
    margin-top: -114px;
}

.cloud-title6 {
       font-weight: 600;
    position: absolute;
    margin-left: 49px;
    margin-top: 115px;

}

.cloud-title7 {
    font-weight: 600;
    position: absolute;
    margin-left: 411px;
    margin-top: 13px;
}

.cloud-title8 {
    font-weight: 600;
    position: absolute;
    margin-left: 276px;
    margin-top: 58px;
}

.cloud-title9 {
    font-weight: 600;
    position: absolute;
    margin-left: 160px;
    margin-top: 3px;
}

}

@media screen and (max-width: 508px){
.main-cloud-img {
    display: none;
}

.grid-0 {
    width: 49%;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 10px;
    text-align: center;
}

.grid-0 img {
    width: 133px;
}

}

ul.nav.nav-tabs.glossar-nav li {
    margin-top: 6px;
    margin-left: 4px;
    margin-bottom: 8px;
    flex-basis: 30px;
}

.btn-book-now .book11:hover {
    background: #46abe5 !important;
}
.btn-book-now .book11 {
    background: #46abe5 !important;
}

ul.nav.nav-tabs.glossar-nav {
    background: #f28234;
}

ul.nav.nav-tabs.glossar-nav a {
    color: #fff;
    background: rgba(255, 255, 255, 0.35);
    padding: 7px 13px;
    width: 39px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif;
    margin-right: 2px;
    line-height: 1.42857143;
    display: inline-block;
    text-align: center;
}




.b-card {
  box-shadow: 0 6px 30px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -5px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-radius: 10px;
  /*margin: 2rem;*/
  max-width: 400px;
  min-height: 200px;
  padding: 2.5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: ease 1s;
}
.b-card svg {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.b-card header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.b-card img {
  border: 1px solid #535c68;
  border-radius: 4px;
  width: 100px;
  float: left;
  margin: 0 10px 10px 0;
}
.b-card .info{ float: left; width: calc(100% - 50px); color: #000; }
.b-card h1 {
  font-weight: 900;
  font-size: 1.75em;
}
.b-card h2 {
  font-weight: 400;
  margin: 0;
  font-size: 0.75em;
}
.b-card nav {
float: left;
width: 100%;

}
.b-card nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.b-card nav ul strong {
    color: #000;
    display: table-cell;
    padding-right: 10px;
}
.b-card nav ul li {
  display: table-row;
  color: #535c68;
}
.b-card nav ul a {

  text-decoration: none;
  color: #535c68;
}
.b-card nav ul a:hover {
  color: #67f;
}
