/*
Theme Name: My Custom theme 
Theme URI: 
Author:  BrandEQ
Author URI: 
Description: 
Version: 
License: 
License URI: 
Text Domain: 
Tags: black, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 *    2.1 Responsive images
 *    2.2 Alignment
 * 3.0 - Entry Content
 * 4.0 - Galleries
 * 5.0 - Attachments
 * 6.0 - Widget
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * ----------------------------------------------------------------------------
 */
body{     font-family: "Roboto Slab" !important;}
.sis_event_entry h4 a.sis_event_title {
    font-size: 20px;
    color: #6D6969;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
   vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
ul {
	list-style-type: square;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
svg:not(:root) {
	overflow: hidden;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
.date-event {
    float: left;
    width: 20%;
    padding: 30px 20px;
}
.heading-event {
    float: left;
    width: 50%;
    padding: 10px 35px;
	text-align:left;
}
.image-event {
    float: left;
    width: 30%;
    padding: 20px 50px;
}
.heading-event h4 a {
    font-size: 30px;
}
.heading-event p {
        font-size: 15px;
    padding: 20px 0px;
    color: #6B6B6B;
}
span.event_venue {
    font-size: 13px!important;
    color: #A29D9D;
    font-weight: bold !Important;
}
.date-event .sis_event_date{font-size: 18px;
    color: #DC333F;
    font-weight: bold;}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
/* Clearing floats */
.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after {
	clear: both;
}
.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after {
	content: "";
	display: table;
}
/**
 * 2.1 Responsive images
 *
 * Fluid images for posts, comments, and widgets
 * ----------------------------------------------------------------------------
 */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/**
 * 2.2 Alignment
 *
 * ----------------------------------------------------------------------------
 */
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure.wp-caption.alignleft, img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}
/**
 * 3.0 Entry Content
 * ----------------------------------------------------------------------------
 */
.sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
	display: none;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover {
	background: #fff;
	color: #000;
}
.format-status .entry-content .page-links > span, .format-quote .entry-content .page-links > span {
	background: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
/* Mediaelements */
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
/**
 * 4.0 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	text-align: center;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 5.0 Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}
.attachment footer.entry-meta {
	display: none;
}
.attachment-meta:before {
	content: "\f307";
}
.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before {
	color: #ca3c08;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous, .image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment, .attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .site-main .sidebar-container {
	display: none;
}
.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}
.attachment .entry-content .wp-video {
	margin: 0 auto;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/**
 * 6.0 Widget
 * ----------------------------------------------------------------------------
 */
/* Search widget */
.search-form .search-submit {
	display: none;
}
/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}
/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
/*added css*/
aside.sidebar {
    margin-top: 39px;
}
input[type="search"]{    color: #666 !important;
    border: 1px solid #EEEEEE !important;}
.sidebar .heading-event {
    float: none;
    width: auto;
    padding: 16px 0 0 0;
    text-align: left;
}
.sidebar .date-event {
    float: left;
    width: auto;
    padding: 10px 14px 0 0;
}
.link-bottom {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: none;
    margin: 0;
    margin-top: 10px;
}
   .lost_password{
    float: right;
    display: block;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 25px;
    text-align: right;
}
#loginform input[type=checkbox]{
    border: 1px solid #b4b9be !important;
    background: #fff;
    color: #555 !important;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
}
input{font-style: initial !important;}
    .thim-login form#registerform input[type=submit]{border: 0;
    width: 100%;
    line-height: 30px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0;
}
   #loginform input, #signupform input{ width: 100%;
    line-height: 30px !important;
    padding: 4px 20px;
    border: 1px solid #e5e5e5 !important;
    color: #999 !important;
    margin-bottom: 20px;}
.sub-menu li {
    background: #232323 !important;
    border-bottom: 1px solid #2b2b2b;
}
.sub-menu a {
    background: #242424 !important;
}
.navigation .sub-menu li:first-child{ border-top:none !important;}
.navigation > div > ul > li:hover .sub-menu{border-top-color: transparent;}
.menu li a{border-bottom:1px solid transparent; color:#fff;}
.menu a:hover{border-bottom: 1px solid #DC333F !important;}
.sub-menu li a:hover, .sub-menu li a {
    border-bottom: transparent !important;
}
.headroom--not-top .navigation .menu > li > a, .navigation > div > ul > li > a{
    padding: 10px 10px !important;
}
.site-branding {
    padding: 10px 0 !important;
}
ul.sub-menu {
    margin-top:29px !important;
border:none !important;
}
.esg-media-cover-wrapper {
    position: relative;
    width: 99%;
    border: 1px solid #ccc;
}
.vc_custom_1455617924474 .wpb_wrapper > p {
    font-size: 15px;
    font-weight: 500;
}
.page-id-73000 .wpb_column.vc_column_container.col-sm-6.col-lg-6 {
    /* border-top: 30px solid #dc333f;  box-shadow: 0 0 3px -1px #000;*/
}
.contact_us strong {
	font-size: 18px;
	color: #333333;
}
p.phone_number {
	float: left;
	max-width: 240px;
	width: 100%;
}
.contact_us {
	padding-left: 22px;
}
.contact_us i {
	margin-left: -22px !important;
	margin-right: 0 !important;
	margin-top: -7px !important;
}
div#wpcf7-f74717-p67-o1 .email-692 .wpcf7-email {
    border: 1px solid #ccc;
    padding: 11px;
}
div#wpcf7-f74717-p67-o1 .LastName, div#wpcf7-f74717-p67-o1 .tel-102 {
	width: 48% !important;
	display: inline-block;
	float:right
}
div#wpcf7-f74717-p67-o1 .FirstName, div#wpcf7-f74717-p67-o1 .email-692 {
	float: left;
	width: 48% !important;
	display: inline-block;
}
div#wpcf7-f74717-p67-o1 .wpcf7-textarea {
	border: 1px solid #ccc;
	float: left;
	clear: left;
}
input#contactsubmit {
    float: right;
    clear: left;
    padding: 10px 40px !important;
}
div#wpcf7-f74717-p67-o1 {
    width: 60%;
}
.page-id-67 div#wpcf7-f74720-p67-o2 {
    margin: 0 auto;
    width: 60%;
}
.page-id-67 .Email{
    float: left;
    width: 75%;
}
.page-id-67 .wpcf7-submit {
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid;
}
.page-id-67 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 13px;
    border: none;
}
.page-id-67 #wpcf7-f74720-p67-o2 input.wpcf7-form-control.wpcf7-submit {
    background: #ffb606 !important;
    color: #333329 !important;
    border: 1px solid #fff;
    border-left: none;
}
.small-border {
    background: #242424 !important;
    overflow: hidden !important;
    display: block !important;
    text-align: left !important;
    width: 30px !important;
}
.about_section1{
    border-left: 2px solid #dc333f;
    padding-left: 10px;
}
/*added css*/
.left-one {
    float: left;
    width: 25%;
	text-align: center;
    padding: 20px !important;
}
.right-one {
    float: left;
    width: 75%;
	padding: 20px !important;
}
div#slide-4-layer-9 {
    float: left;
}
.full-slide {
    float: left;
    width: 100%;
    text-align: center;
}
.course-item {
    text-align: center;
    box-shadow: none;
}
.course-thumbnail {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.course-item .course-thumbnail>a {
    width: 100%;
    display: inline-block;
    position: relative;
}
.course-item .thim-course-content {
    line-height: 25px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0 20px;
}
.course-item .thim-course-content .course-author {
    margin-top: 0;
    position: relative;
}
.course-item .thim-course-content .course-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}
.course-item .thim-course-content .course-meta {
    overflow: hidden;
    position: relative;
    padding: 14px 0 10px;
    display: block;
    margin: 0;
}
.course-item .thim-course-content .course-author label {
    display: none;
}
.course-item .thim-course-content .course-author .value {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 7px;
}
.course-item .thim-course-content .course-meta>div.course-price {
    float: right;
    margin-right: 0;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.course-item .thim-course-content .course-author img {
    margin-top: -28px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    z-index: 3;
}
.course-item .thim-course-content .course-meta>div {
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 15px;
    color: #ccc;
    padding: 0;
    border: 0;
}
.course-item .course-thumbnail > a.course-readmore {
    background: #ffb606;
    color: #333333;
}
.course-item .course-thumbnail {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.owl-item {
    padding: 0 15px;
}
.course-item .course-thumbnail img {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.course-item .course-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}
.course-item .course-thumbnail:hover img {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
.course-item .course-thumbnail > a.course-readmore:hover {
    background: #e6a303;
}
.course-item .course-thumbnail:hover:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}
.course-item .course-thumbnail:hover>a.course-readmore {
    transform: translate(-50%,-50%) scale(1,1);
    -webkit-transform: translate(-50%,-50%) scale(1,1);
    -moz-transform: translate(-50%,-50%) scale(1,1);
    -ms-transform: translate(-50%,-50%) scale(1,1);
    -o-transform: translate(-50%,-50%) scale(1,1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}
.course-item .thim-course-content .course-meta .value {
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
}
.thim-course-grid .course-item .thim-course-content .course-author .value {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 7px;
}
.course-item .thim-course-content .course-author .value a {
    color: #7a7a7a;
}
.owl-wrapper{ width:100%;}
.owl-item{width:25%;}
.course-item .course-thumbnail>a.course-readmore {
    position: absolute;
    top: 50%;
    background: #ffb606;
    color: #333;
    line-height: 30px;
    padding: 5px 25px;
    z-index: 90;
    left: 50%;
    right: auto;
    margin: auto;
    width: auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translate(-50%,-50%) scale(1.2,1.2);
    -webkit-transform: translate(-50%,-50%) scale(1.2,1.2);
    -moz-transform: translate(-50%,-50%) scale(1.2,1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2,1.2);
    -o-transform: translate(-50%,-50%) scale(1.2,1.2);
}
.contact-f{    background-image: url("https://llileaders.com/wp-content/uploads/2016/02/bg-org-2.png");
    background-repeat: no-repeat;
    background-size: contain;}
.contact-f h3 {
    font-size: 26px;
    padding: 10px;
color:#fff;
}
.footer-md li a {
    font-family: "roboto";
}
.newsletter-home input{     margin-top: 0px !Important;}
.newsletter-home input.wpcf7-form-control.wpcf7-text.wpcf7-email{ padding:5px !important}
span.wpcf7-form-control-wrap input {
    border: 1px solid #DBD0D0;
    color: #000;
}
.header-preset-04.home .headroom--not-top.header {
    background-color: #000;
}
.vc_row.wpb_row.newsletter-home.vc_custom_1455267132249 {
    width: 700px;
    margin: 0 auto;
    padding: 50px;
}
#wpcf7-f74720-p73000-o2 span.wpcf7-form-control-wrap.Email {
    width: 70% !important;
    float: left;
}
.wpb_column.vc_column_container.col-sm-12.col-lg-12.vc_custom_1427107934883{text-align:center;}
.vc_custom_1455268704950 {
    padding-top: 40px !important;
    padding-right: 100px !important;
    padding-bottom: 40px !important;
    padding-left: 100px !important;
}
.home .esg-content p {
    display: none;
}
p.right-side a {
    padding-left: 30px;
}
.footer-md .col-md-3 {
    width: 24%;
}
.scheme .copyright{border-top: 1px solid #393737;}
.footer-md li {
    list-style: none;margin-bottom: 15px;
}
.footer .widget-title{margin-bottom: 0px !important;}
.home .esg-content.eg-home-8-news-element-18-a {
    text-align: center !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
.home a.eg-home-8-news-element-18{
    background-color: transparent !important;
	border-bottom:none !important;
}
.top-area {
    background-color: #000 !important;
}
.home .copyright-2 {
    display: block;
}
.copyright-2 {
    display: none;
}
.date-day{    text-align:left;
    color: #DC333F; font-size:45px;
    font-weight: bold;
    margin-bottom: 0px;}
	.date-month{       text-align: left;
    color: #DC333F;
    font-size: 12px;}
.copyright-2 {
    padding: 150px;
    text-align: center;
    background-size: cover;
}
.footer-img h2, .footer-img h4 {
    color: #fff;
}
button.button-ft {
    margin-top: 40px;
    background-color: #B02C38;
}
.copyright-2{ background:url("https://llileaders.com/wp-content/uploads/2016/02/footer-bg.jpg") center center no-repeat !important; background-size:cover !important; }
.tp-caption{     font-family: Roboto Slab, sans-serif !Important;}
.tp-caption a {
    color: #DC333F !important; font-size:17px;}
	.tp-caption a:hover{color:#ff7302 !important;}
	.home .esg-grid .mainul li.eg-home-8-news-wrapper{ background-color:transparent !important;}
	.home .eg-home-8-news-element-0{    background-color: rgb(220, 51, 63) !important;    color: #fff !important;
    text-align: center !important;}
	.home .esg-content.eg-home-8-news-element-20-a {
    display: none !important;
}
.home .esg-content.eg-home-8-news-element-19 {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    text-align: center !important;
    width: 100%;
    margin: 10px auto;
}
span.chpcs_more {
    display: none;
}
.chpcs_image_carousel .chpcs_prev {
    background-position: 0 0;
     right: 60px !Important;
    top: -50px !Important;
    /* position: absolute; */
    left: initial;
	color: #fff !important;
    border: 1px solid #fff;
}
.chpcs_image_carousel .chpcs_next {
    background-position: -18px 0;
    right: -0px;
    top: -50px;
	border: 1px solid #fff;
	color: #fff !important;
} 
div#esg-grid-30-1 {
    display: none;
}
span.chpcs_title {
    color: #fff;
	    text-transform: capitalize;
}
.chpcs_author a {
    color: #fff !important;
}
.chpcs_author a:hover{#DC333F !important}
.chpcs_author a {
    color: #fff;
}
span.chpcs_author h3{
    color: #fff;
    font-size: 20px;
}
span.chpcs_title a{ color:#fff; }
span.chpcs_title {
    position: absolute;
    margin-top: -50px !important;
    width: 80%;
	height:35px;
    background-color: #DC333F;
    margin: 0 auto;
    /* color: #fff; */
    margin-left: 30px;
    padding: 5px;
}
header.header.headroom.headroom--not-top.headroom--unpinned
 {
    background-color: #000;
}
header.header.headroom.headroom--not-top.headroom--pinned
 {
    background-color: #000;
}
 .has-bg {
    margin-bottom: -120px !important;}
.entry-header.has-bg {
    /*top: -128px;*/top: -150px;
    padding-top: 250px;
	text-align: left;
	background-size: cover;
}
.breadcrumb {
    display: none !important;
}
h1.entry-title{ text-align:left; color:#fff !important;}
/***********my code***********/
.sub {
    line-height: 0;
    text-align: center;
}
.vc_tta-panel.colaps {
    margin: 10px;
	 border: 1px solid #ccc;
}
.colaps h4 {
    border-bottom: 1px solid #ccc;
}
.colaps a {
    background-image: url("images/dot.png") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    color: #666 !important;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px !important;
}
.vc_empty_space.shortline {
    border-top: 1px solid;
    color: #000;
    margin: 0 auto;
    width: 40px;
}
.submit-btn{background-color:#ffb606 !important;} 
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before, .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after {
    border-color: #000;
}
.vc_empty_space.logline {
    border-bottom: 1px solid #eeeeee;
}
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link{
	max-height:520px;
}
.btn.read-more {
    background-color: #ffb606;
    border-color: #ffb606 !important;
}
.line {
    background-color: #333;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 35px;
}
.event_tab li a {
    padding: 5px 40px !important;
}
.partners_logo li img {
    padding-left: 5px;
    padding-right: 30px;
    width: 150px !important;
}
/*.tml-user-login-wrap > label {
    display: none;
}
.tml-user-pass-wrap > label {
    display: none;
} 
.tml-user-pass-wrap {
    float: left;
    margin-left: 5px !important;
    width: 48%;
}
#theme-my-login1 .input {
    padding: 0 5px;
}
.tml-action-links > li {
    display: none;
}
.tml-user-login-wrap {
    float: left;
    width: 50%;
}.tml p {
    margin: 0;
    padding: 0;
}
#theme-my-login1 .input{
font-size:10px !important;	
}
.page-id-73000 .tml-submit-wrap > input {
    background-image: url("images/login.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0 !important;
	background-color:#fff !important;}
	.tml-submit-wrap > input:hover{
	background-color:#fff !important	
	}.tml-rememberme-submit-wrap{
	margin-bottom:0px !important;	
	}
	.tml-rememberme-wrap > label {
    font-size: 12px;
}
.user_register {
    font-size: 12px;
}*/
.tml-rememberme-wrap > label {
    font-size: 13px;
}
.user_register {
    font-size: 13px;
}
 .header-wrapper{z-index: 999;
    position: relative;}
.content-wrapper{    top: -103px;
    position: static;
    z-index: 000;}
	.page-id-73000 .content-wrapper{    /*top: -103px;*/ top:-150px;
    z-index: 000;}
	.single-product .container {
    margin-top: 40px;
}
.woocommerce-cart table.cart img {
    box-shadow: none;
    width: 70px;
}
.woocommerce-page ul.products li.first, .woocommerce-page ul.products::after{
clear:none;
 margin-left: 19px;	
}.single-product .entry-header.has-bg{
	background-image:url("images/banner.jpg");
}
.director {
    box-shadow: 0 0 5px 5px #ccc;
}.director img {
    margin-top: 20px;
} 
.page-id-67 span.wpcf7-form-control-wrap.your-email input {
    border: 1px solid #dbd0d0 !important;
    padding: 11px !important;
}
.page-id-67 .wpcf7-submit {
    float: left;
}
/*****************************/
@media (min-width: 1200px) {
blockquote,  q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before,  blockquote:after,  q:before,  q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,  blockquote small {
	font-weight: normal;
	display: block;
	font-size: 11px;
	color: #000;
	margin-top: 20px;
}
blockquote em,  blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong,  blockquote b {
	font-weight: 400;
}
}
@media (max-width: 768px) {
	div#wpcf7-f74717-p67-o1 {
    width: 100%;
}
.owl-item{width:100%;}
.vc_row.wpb_row.newsletter-home.vc_custom_1455267132249{ width:100%;}
.vc_custom_1455268704950 {
    padding-top: 40px !important;
    padding-right: 0px !important;
    padding-bottom: 40px !important;
    padding-left: 0px !important;
}
.heading-event{ width:100%;}
.image-event{ width:100%;} 
.footer-md .col-md-3 {
    width: 48%;
}
}
 @media (max-width: 460px) {
.footer-md .col-md-3 {
    width: 100%;
}
 }
.page-id-73000 .wpb_column.vc_column_container.col-sm-6.col-lg-6 {
border-top: 20px solid #dc333f!important;
    border-left: 1px solid #ddd!important;
    border-right: 1px solid #ddd!important;
}
.scheme .copyright a:hover {
    color: #fff!important;}
.header-preset-04.home .header-wrapper {
    background-color: black!important;
  }
.chpcs_foo_content .chpcs_img img {
    height: 174px;
}
.wpb_wrapper {
    text-align: center;
}
.social .menu li a {
    font-size: 0;
    color: #c2c2c2!important;
}
.mini-cart {
    display: none!important;
}
.beta{
padding: 2px 6px 2px 6px;
    background: #E35C65;
    border-radius: 3px;
}
.beta a:hover{
color: white!important;
}

#post-76495 .has-bg .entry-title { font-size: 46px; }
#post-76495 .has-bg .entry-title em { display: block; font-style: normal; font-weight: 400; font-size: 32px; text-transform:none; line-height:42px; }

.page-id-76495 footer .row { text-align: center; }
.page-id-76495 footer .col-md-4 { margin: 0 auto !important;  margin-left: auto;}
.page-id-76495 footer .col-md-8.footer-md { display: none; }
.page-id-76495 .footer .social .menu { text-align: center; }