.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 87px;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.card.atg {
	margin: 15px 0;
	border-radius: 4px;
	position: relative;
    width: 300px;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.card.atg img {
    width: 0 auto;
    height: 200px;
}
.card.atg .ovlay:before {
    bottom: 0;
    content: "";
	height: 200px;
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
	background-image: -moz-linear-gradient(135deg,#3d1a6f 0%,#3d1a6f 100%);
    background-image: -webkit-linear-gradient(135deg,#3d1a6f 0%,#3d1a6f 100%);
    background-image: -ms-linear-gradient(135deg,#3d1a6f 0%,#3d1a6f 100%);
}
.card.atg .avatar {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.card.atg .avatar img {
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.card.atg .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.text-center {
	text-align: center;
}
.box-noborder {
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0px;
	/* background:  #421C52; */
    /* border-radius: 4px; */
    /* box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3); */
	
}

/* Header CCN*/*/
.img-fluid {
    max-width: 100%;
    height: auto;
}
.ccn_context_frontend header.ccnHeader1.header-nav.menu_style_home_one {
    min-height: 87px;
}

header.header-nav.menu_style_home_one {
    border-bottom: 1px solid rgba(255,255,255,.2);
	padding: 0 10px;
	height: 88px;
    overflow: hidden;
	background-image: -webkit-linear-gradient(135deg,#3d1a6f 0%,#3d1a6f 100%);
}

header.header-nav.menu_style_home_one a.navbar_brand span {
	color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: "Nunito",sans-serif;
}

header.header-nav a.navbar_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 37px;
    margin-top: 20px;
    position: relative;
}

header.header-nav a.navbar_brand:before {
    background-color: rgba(255,255,255,.2);
    bottom: 0;
    content: "";
    height: 57px;
    position: absolute;
    right: -25px;
    top: 0;
    width: 1px;
}

a {
    color: #555;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

/*
header.header-nav.menu_style_home_one a.navbar_brand {
    margin-top: 15px;
}
header.header-nav a.navbar_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 37px;
    margin-top: 20px;
    position: relative;
}
header.header-nav a.navbar_brand:before {
    background-color: rgba(255,255,255,.2);
    bottom: 0;
    content: "";
    height: 57px;
    position: absolute;
    right: -25px;
    top: 0;
    width: 1px;
}*/

.dimmer {
    background-color:rgba(0,0,0,.1);
    width: 100%;
    min-height: 100%;
    top: 87px;
    left: 0;
    height:100vh;
}