/*  */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    font: 14px/18px 'Lato', sans-serif;   
    font-size: 14px !important;  
}
ul {
    list-style: none;
    padding-left: 0;
}
a:hover {
    color: #00ced5;
}
.wrapper {
    width: 700px;
    margin: 20px auto;
}
.products {
    margin: 40px 0;
    overflow: hidden;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.products ul li p {
    display: none;
}
.products ul.list li p {
    display: block;
}
.products .list li {
    float: none;
    display: block;
    width: 691px;
    height: 245px;
}
.products .list li .itemTitle {
    float: left;
    position: relative;
    padding: 45px 0 20px 0;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
}
.products .list li:hover .itemTitle {
    border: 0;
}
.products .list li .itemTitle a {
    padding: 0 0 5px 0;
}
.products .list li .itemTitle .des {
    color: #333;
    text-transform: none !important;
    padding: 10px 0 0 0;
}
.products .list li .itemTitle p {
    color: #333;
    text-transform: none !important;
    width: 440px;
}
.products .list li .itemIMG {
    height: 243px;
    float: left;
    border-right: 1px solid #d9d9d9;
    margin: 0 13px 0 0;
    width: 230px;
    position: relative;
}
.products .list li .itemIMG img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.products .list li .addCART {
    height: 243px;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
}
.products .list li .addCART a {
    margin: 45% auto auto 40px;
}
.products.catalog {
    margin: 80px auto 40px auto;
}
.products.category {
    margin: 10px 0;
    width: 693px;
    float: left;
}
.products ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 230px;
    height: 244px;
    position: relative;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.products ul li img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.products ul li:hover .addCART, .products ul li:hover .addCART a {
    opacity: 1;
}
.products ul li:hover .itemTitle {
    border: 1px solid rgba(51, 51, 51, 1);
    border-top: 0;
}
.products ul li:hover .itemTitle a {
    color: #010101;
}
.addCART {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 186px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
}
.addCART a {
    text-decoration: none;
    display: inline-block;
    width: 157px;
    height: 40px;
    margin: 100px auto auto 40px;
    background-color: #333;
    text-align: center;
    font: 14px/40px 'OpenSans-Italic', sans-serif;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
}
.itemTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 208px;
    height: 36px;
    border: 1px solid rgba(51, 51, 51, 0);
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    border-top: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
}
.itemTitle p, .itemTitle span, .itemTitle a {
    text-transform: uppercase;
}
.itemTitle a {
    color: #003f75;
    text-decoration: none;
    display: block;
}
.itemTitle span {
    color: #a20000;
}
.view p  { top: 5px; margin: 0 10px 0 0; } 
.view p,
.view a { 
    float: left; 
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.icon-grid {
    background: url("https://webdevtrick.com/wp-content/uploads/grid-view.png") no-repeat 0 0;
    height: 16px;
    width: 16px;
    top: 7px;
}
.icon-list {
    background: url("https://webdevtrick.com/wp-content/uploads/list-view.png") no-repeat 0 0;
    height: 32px;
    width: 32px;
}

.label{
    color :grey;
    font-size: 15px;


}
.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 63%;
    margin: 0;
    padding: 0.5rem 1rem;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}

/* search functionality*/

* {box-sizing: border-box;}

/* body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
} */

.topnav {
  background-color: #e9e9e9;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:  #e9ecef;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}
  @media screen and (max-width: 600px) {
    .topnav .search-container {
      float: none;
    }
    .topnav a, .topnav input[type=text], .topnav .search-container button {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    }
    .topnav input[type=text] {
      border: 1px solid #ccc;  
    }
  }

  .topnav .search-container {
    float: right;
  }

  .topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
  }
  
  .topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  /* search functionality ends*/
  .item {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.card{
    height: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(221 221 221 / 50%);
    box-shadow: 0px 2px 5px 0px rgb(221 221 221 / 50%);
    margin-bottom: 0 !important;
    border: 1px solid #FA4616 !important;
}

.card-title {
    /* margin-bottom: 0.5rem; */
    margin-bottom: 0 !important;
}
.card-title .label {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.card-title p {
    margin-bottom: 0;
}
.card-title h4 {
    font-size: 18px;
}
.card-header:first-child {
    padding: 0;
    border-bottom: 0;
}
.card-footer:last-child {
    padding-bottom: 1rem;
    background: transparent;
    border-top: none;
}
.topnav {
    display: flex;
    width: 100%;
    padding: 0 !important;
    background:  #e9ecef;
    margin-right: 1rem;
}
.topnav .search-container {
    float: right;
    display: flex;
    width: 100%;
}
.top-nav-wrap .btn-group {
    height: 100% !important;
}
.btn.btn-default {
    background:  #494949;
    border-color:  #494949;
    color: #fff !important;
}
.btn.btn-default.top-refresh-btn{
    padding: 6px 20px;
    border-radius: 0;
}
.btn.btn-default:hover{
    background:   #FA4616;
    border-color:   #FA4616;
    color: #fff;
}
.topnav .search-container button {
    float: right;
    padding: 6px 20px;
    margin-top: 0;
    margin-right: 0;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}
.topnav input[type=text] {
    padding: 6px;
    margin-top: 2px;
    font-size: 17px;
    border: none;
    width: 100%;
    margin-bottom: 2px;
}
.filter-group {
    display: flex;
}
select.form-control:not([size]):not([multiple]) {
    margin-right: 1rem;
}

.list-group-item .card-header {
    float: left;
    width: 18%;
    /* margin-right: 1rem; */
}
.list-group-item .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    width: 25%;
    float: left;
    /* margin-left: 30%; */
    text-align: right;
}
.item.list-group-item .thumbnail.card.display_class {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.modal-body img.viewDetails {
    margin-bottom: 0.5rem;
}
.modal-body .text-dark {
    max-height: calc(80vh - 100px);
    overflow-y: auto;
}
.modal-dialog .modal-body{
    padding-top: 0;
    padding-bottom: 0;
}
.modal-body .col-6{
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal-footer .btn.blue-btn {
    background-color: #494949 !important;
    color: #FFFFFF !important;
}
.modal-footer .btn.blue-btn:hover {
    background-color: #FA4616 !important;
    color: #FFFFFF !important;
}
.pagi.pagination{justify-content: center;}
.pagi.pagination-lg .page-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
.pagi .page-item.active .page-link {
    z-index: 3;
    color: inherit;
    background-color: #494949;
    color: #ffffff;
    border-color: #e9ecef;
    height: 48px;;
}
.pagi .page-link {
    color: inherit;
}
.page-link:hover {
    color: inherit !important;
    background:   #ccc !important;
    border-color:   #ccc !important;
}
.flex-center-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav ul{
    padding-left: 0;
    margin-bottom: 0;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
header nav ul li a:hover {
    color: #00ced5;
    text-decoration: none;
}
.banner-sec {
    background: #FA4616;
    padding: 30px 0;
}
.banner-sec h1 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
}
.banner-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 70%;
}
.banner-caption h1 {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 0 !important;
}
.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
}
.list-group-item{
    z-index: auto !important;
}
.list-group-item:first-child {
    z-index: auto !important;
}
/* occupation page */
.works.section {
	padding: 20px 0;
}

.no-padding {
	padding-bottom: 2;
}
.no-gutter [class*=col-] {
	padding-right: 2;
	padding-left: 2;
}
.work {
    height: 100%;
    margin-bottom: calc(var(--bs-gutter-x) * .5);
    margin-top: calc(var(--bs-gutter-x) * .5) !important;
}
.work img
{
width:100%;
height:80% !important;  
border-radius: 20px;
}
.centered 
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
/*banner image*/
.Wiley{
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 75px;  

}

.footer-btn .btn.blue-btn {
    background-color: #494949;
    color: #FFFFFF;
}
.footer-btn .btn.blue-btn:hover {
    background: #FA4616;
    color: #ffffff;
}

.footer-btn{
    display: flex;
    justify-content: space-between;
}

/* slider section css starts here */

.btn:hover {
    background: #F2F7FF;
    color: #494949;
}
.btn.blue-btn{
    background-color: #494949 !important;
    color: #FFFFFF !important;
}
.btn.blue-btn:hover {
    background: #FA4616 !important;
    color: #ffffff !important;
}

.line_divider{
    background: #CAD5D6;
    margin: 10px 0;
    height: 1px;
}

.icon-hover-bg:hover {
    background: rgba(46, 107, 199, 0.0784313725);
    color: #494949;
}  

.container-wiley{
    height:100%;
    overflow:auto;
}
.catalog-basket {
    font-family: "Lato", sans-serif;
	 position: fixed;
	 top: 0;
	 right: 0;
	 width: 519px;
	 height: 100%;
	 max-height: 100%;
	 min-height: 100%;
	 background: #fff;
	 overflow: auto;
     z-index: 99;
}
 .catalog-basket header {
    border-bottom:1px solid #CAD5D6;
	padding: 0.765rem;
}
 .catalog-basket header h6 {
	 font-weight: bold;
}
 .catalog-basket header .close-icon {
	 font-size: 16px;
	 cursor: pointer;
	 padding: 5px;
}
 .catalog-basket .cart-courses-details .course-title {
	 font-size: 14px;
}
 .catalog-basket .cart-courses-details .course-card .img-course {
	 width: 138px;
}
 .catalog-basket .cart-courses-details .course-card .course-heading {
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 font-size: 16px;
	 line-height: 1rem;
}
 .catalog-basket .cart-courses-details .course-card .enroll-course-details {
	 font-size: 14px;
	 min-width: 187px;
	 width: 187px;
}
 @media screen and (max-width: 381px) {
	 .catalog-basket .cart-courses-details .course-card .enroll-course-details {
		 width: 100%;
		 min-width: 100%;
		 max-width: 100%;
	}
}
 .catalog-basket .cart-courses-details .course-card .enroll-course-details .course-subtext {
	 font-size: 12px;
	 line-height: 14px;
}
 .catalog-basket .cart-courses-details .course-card .enroll-course-details .course-subtext .clock-img {
	 width: 16px;
	 height: 16px;
}
 .catalog-basket .cart-courses-details .course-card .enroll-course-details .course-subtext .clock-img + span {
	 margin-left: 1px;
	 margin-right: 2px;
}
 .catalog-basket .cart-courses-details .course-card .course-view-delete {
	 width: 85px;
}
 .catalog-basket .cart-courses-details .course-card .course-view-delete .icon-btn-container {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 36px;
	 height: 31px;
	 cursor: pointer;
}
 .catalog-basket .cart-courses-details .card-cover:last-child .line_divider {
	 display: none;
}

.catalog-basket .cart-courses-details .course-card .course-view-delete .icon-btn-container .delete-icon {
    fill: #606F70;
    width: 16px;
    height: 16px;
    margin-top: -2px;
}

.hidden { display: none; }
/* slider section css ends here */

/* Loader starts here */

.loader-cover{
    background-color: #c2d9f1;
    opacity: 0.5;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 99;
}
    .custom-loader {
        width: 50px;
        height: 50px;
        display: grid;
    }
    .custom-loader::before,
    .custom-loader::after {    
        content:"";
        grid-area: 1/1;
        --c: radial-gradient(farthest-side,#1809f3 100%,#0000);
        background: 
          var(--c) 50%  0, 
          var(--c) 50%  100%, 
          var(--c) 100% 50%, 
          var(--c) 0    50%;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        animation: s2 1s infinite;
    }
    .custom-loader::before {
      margin:4px;
      filter:hue-rotate(45deg);
      background-size: 8px 8px;
      animation-timing-function: linear
    }
    

@keyframes s2{ 
  100%{transform: rotate(.5turn)}
}
/* Loader end here */
.checkout-basket {
    font-family: "Lato", sans-serif;
	 height: 100%;
	 max-height: 100%;
	 min-height: 100%;
	 background: #fff;
	 overflow: auto;
}
 .checkout-basket header {
    border-bottom:1px solid #CAD5D6;
	padding: 0.765rem;
}
 .checkout-basket header h6 {
	 font-weight: bold;
}
 .checkout-basket header .close-icon {
	 font-size: 16px;
	 cursor: pointer;
	 padding: 5px;
}
 .checkout-basket .cart-courses-details .course-title {
	 font-size: 14px;
}
 .checkout-basket .cart-courses-details .course-card .img-course {
	 width: 138px;
}
 .checkout-basket .cart-courses-details .course-card .course-heading {
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 font-size: 16px;
	 line-height: 1rem;
}
 .checkout-basket .cart-courses-details .course-card .enroll-course-details {
	 font-size: 14px;
	 min-width: 187px;
	 width: 187px;
}
 @media screen and (max-width: 381px) {
	 .checkout-basket .cart-courses-details .course-card .enroll-course-details {
		 width: 100%;
		 min-width: 100%;
		 max-width: 100%;
	}
}
 .checkout-basket .cart-courses-details .course-card .enroll-course-details .course-subtext {
	 font-size: 12px;
	 line-height: 14px;
}
 .checkout-basket .cart-courses-details .course-card .enroll-course-details .course-subtext .clock-img {
	 width: 16px;
	 height: 16px;
}
 .checkout-basket .cart-courses-details .course-card .enroll-course-details .course-subtext .clock-img + span {
	 margin-left: 1px;
	 margin-right: 2px;
}
 .checkout-basket .cart-courses-details .course-card .course-view-delete {
	 width: 85px;
     white-space: nowrap;
}
 .checkout-basket .cart-courses-details .course-card .course-view-delete .icon-btn-container {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 36px;
	 height: 36px;
	 cursor: pointer;
}
 .checkout-basket .cart-courses-details .card-cover:last-child .line_divider {
	 display: none;
}

.checkout-basket .cart-courses-details .course-card .course-view-delete .icon-btn-container .delete-icon {
    fill: #606F70;
    width: 16px;
    height: 16px;
    margin-top: -2px;
}

.personal-details {
    background: #f7f5f5;
    padding: 20px;
    margin-bottom: 30px;
}
.personal-details p {
    margin-bottom: 8px;
}
.personal-details p:last-child {
    margin: 0;
}
.personal-details h4 {
    border-bottom: 1px solid ;
}
.review-order h3 {
    font-size: 1.1rem;
}
.review-order h4 {
    font-size: 1rem;
    border-bottom: 1px solid #d3cfcf;
    padding-bottom: 10px;
}
.total-value {
    border-top: 1px solid #d3cfcf;
    font-weight: bold;
    font-size: 18px;
}
.total-value h6 {
    font-size: 18px;
}