.font-gotham{font-family: 'Gotham';}
.text-gold, .text-gold p, h1.text-gold {color: #D2AB67;}
.border-b{border-bottom:3px solid #D6AB60;}
.text-30{font-size: 30px; font-weight: 700;}
.btn-w-100{width:100px; text-align: center;}
.call-to-action-sec i.fa-phone, .call-to-action-sec i.fa-envelope{font-size:20px; color: #d2ab67;}
.corporate-details h1 {color: #D2AB67;}
.course-summary .course-tab-panel-curriculum{ display:none !important;}
.page-template-template-blog .site-content{ background-color:#e9f1f9;;}
.blogs-inner-template{margin: 4em 0;}
.blogs-inner-template .t-section{border-radius: 6px;
       overflow: hidden;background-color: var(--ast-global-color-5);
    background-image: none;box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);height: 100%;}  

.blogs-inner-template .t-section .t-tag{display: block;
    margin-bottom: .8em;margin-top: 1.5em; padding:0px;}
.blogs-inner-template .t-section .t-tag a{font-weight: bold;
    font-size: 14px;
    color: #D2AB67;text-decoration: none;}
.t-section .t-section-img img{transition: all 0.5s ease-in-out;}
.t-section:hover .t-section-img img {
    transform: scale(1.1);
	transition: all 0.5s ease-out;
}
.blogs-inner-template .t-section h5 a{ text-decoration:none;}

.blogs-inner-template .t-section .t-date1 p{font-weight: bold;
    font-size: 14px;
    color: #D2AB67;}
.corporate-training-white-sec .corporate-training-sec{background: #f8f2ea !important;}
.corporate-training-white-sec .corporate-details h2{color: #D2AB67 !important;}

.corporate-training-white-sec .t-img {
	background-color: rgb(179 143 83 / 78%);}

.corporate-training-white-sec  .vc_row.corporate-training-sec::after, .corporate-training-sec::after{display:none;}

.course-summary-sidebar .lp-course-buttons button{line-height: 100%;
    height: 50px;
    padding: 0;
}
.text-big h3{font-family: 'Gotham'; font-size:26px;}

.inner-live-event-page .event-date{font-size:14px;}

.in-center .text-center{text-align:center !important;}

.gray-slider img {
  filter: grayscale(100%);
	transition: filter 0.3s ease; 
}
.gray-slider img:hover {
	filter: grayscale(0%);
}


.marquee-gallery .wpb_image_grid_ul{
	  height: 84px !important;
    display: flex;
	 width:max-content;
  animation:galleryMarquee 90s linear infinite;
	gap:15px;
}
.marquee-gallery .wpb_image_grid_ul:hover {
    animation-play-state: paused;
}
.marquee-gallery .isotope-item{
	position: static !important;
  flex-shrink: 0;
	padding:10px !important;
	border-radius: 3px;
}
.marquee-gallery .isotope-item img{
	filter: grayscale(100%);
	transition: filter 0.3s ease;
	height: 100%;
	width:100%;
}

.marquee-gallery .isotope-item img:hover {
	filter: grayscale(0%);
}

@keyframes galleryMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}