/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 8, 2018, 11:01:51 AM
    Author     : User
*/
body{
    background: url(../images/background/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cover-container{
    background: url(../images/background/background_images.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main_center_container{
    margin: auto;
    padding: 0;
    width: 50%;
    height: 550px;
/*    background: url(../images/background/Center_DIV.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.company_brand_logo_holder{
    margin-top: 10%;
    position    : relative;
    height      : 550px;
    /*border      : 1px solid black;*/
    width       : 100%;
    /*border-radius: 270px;*/
}

.parent_center_image{
    position: relative;
    width   : 200px;
    height  : 40px;
     /*border : 1px solid black;*/ 
    left    : 35%;
    top     : 46%;
}

.others_center_position_image{
    position: absolute;
    width   : 165px;
}
.device_responsive_view{
    display: none;
    margin-top: 5%;
    text-align: left;
}

ul.parent_ul{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.parent_ul li{
    width: 100%;
    height: 30px;
    /*border: 1px solid black;*/
}
ul.parent_ul li img{
    height: 20px;
    float: left;
    margin-top: 1%;
}

ul.child_ul{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.child_ul li{
    width: 100%;
    height: 30px;
    /*border: 1px solid black;*/
}
ul.child_ul li img{
    height: 20px;
    float: left;
    margin-top: 1%;
}
li.tree-branch ul li{
    display: inline-block !important;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    width: 100%;
}

/*image floating style*/
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.float_container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.float_avatar {
/*	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 5px white solid;
	border-radius: 50%;
	overflow: hidden;*/
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	img { width: 100%; height: auto; }
}

.float_content {
/*	width: 100%;
	max-width: 600px;
	padding: 20px 40px;
	box-sizing: border-box;*/
	text-align: center;
}