*{
    margin:0;
    padding:0;
}
.header{
    height: 100vh;
}
.navbar-style{
    box-shadow: 0 5px 10px #efefef;
}
.navbar-nav{
    font-weight: bold;
    text-transform: uppercase;
}
.logo{
    height: 40px;
    padding:2px 10px;
}
.icon-bar{
    background: darkorange;
}
li a{
    color:black;
}
.top_header_contact_details{
    background-color: rgba(32, 0, 92, 0.938);
    color:#fff;
    padding: 10px;
}
.woc-online-training{
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
    color: blueviolet;
    color:blue;
    margin-top: 10px;
}
.woc-blink {
    -webkit-animation: blink 1s step-end infinite;
            animation: blink 1s step-end infinite;
}
@-webkit-keyframes blink { 90% { visibility: hidden; }}
        @keyframes blink { 90% { visibility: hidden; }}

.logo_text
{
	display: inline-block;
}
.logo_text span
{
	color: #14bdee;
}
.logo_text
{
	font-family: 'Roboto Slab', serif;
	font-size: 3vw;
	font-weight: 700;
	line-height: 0.75;
	color: #384158;
	vertical-align: middle;
	margin-left: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.woc-footer{
    position: fixed;
    padding-top: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(163, 123, 243, 0.938);
    color: lemonchiffon;
    text-align: center;
}
.woc-footer a{
    color:yellow;
}

.footer_social
{
	padding-bottom:0px;
	padding-left:10px;
}
.footer_social ul li
{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	background: #dd327a;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 6px;
}
.footer_social ul li a
{
	display: block;
	position: relative;
	text-align: center;
}
.footer_social ul li a i
{
	color: #FFFFFF;
	line-height: 30px;
}
.footer_social ul li:hover
{
	background: darkorange;
}
.woc_active_menu a{
    color: rgba(163, 123, 243, 0.938);
    text-decoration:underline;
}