.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}
/*underline menu item*/
#masthead.affix-top #magic-line {
    bottom: 60px !important;
}

.vc_column_container .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/*custom for homepage headings space reduction*/
.sc_heading {
    position: relative;
    margin: 0px 0 10px;
     padding-top: 1px; 
    padding-bottom: 7px; 
}
.learn-press .course-thumbnail {
    margin-bottom: 40px;
    height: auto;
    width: 250px;
}
.message-success {
    color: #3c763d;
    background: #dff0d8;
    display: none !important;
}
/*for removing you may like related courses*/
.thim-ralated-course {
    display: none;
}
/*Social share below courses*/
.thim-social-share {
		display: none;
}
/*About Author*/
.thim-about-author {
		display: none;
}
/*prev-post &amp; next-post*/
.entry-navigation-post {
		display:none;
}
/**/
.top_site_main .page-title-wrapper {
		display: none;
}
/*news thumbnail*/
article .post-formats-wrapper img {
    transition: all .3s ease-in-out 0s;
    width: 200px !important;
}
/**/
.page .page-content article .post-formats-wrapper, .single-post .page-content article .post-formats-wrapper {
    margin-bottom: 25px;
    text-align: center;
    width: 250px;
    height: 250px;
}
/*Temporary fix*/
@media screen and (min-width: 1216px){
.container:not(.is-max-desktop) {
    max-width: max-content !important;
}}
.vc_custom_1625293366396 {
margin-right: 0px !important; 
margin-left: 0px !important;
}
.container, .container-fluid {
padding-left: 0;
padding-right: 0;
}
/*css added for unsupported font-awesome icons "fas"  class*/
.fas { 
		font-family: 'FontAwesome'!important; 
}

img {
pointer-events: none;
user-select: none;
-webkit-user-drag: none;
-webkit-touch-callout: none;
}
