/*
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 : 5 Mar, 2018, 12:09:07 PM
    Author     : Dell
*/

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img
{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.navbar-inverse
{
    background: none;
    border: none;
    float: left;
}
.navbar-nav > li {
    float: left;
    padding: 15px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a
{
    color: #ff397b;
    font-weight: bold;
    font-family: 'Coiny', cursive;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover
{
    color: #ff397b;
}

.vision
{
    width: 100%;
    float: left;
}
.vision h2
{
    color: #848484;
    margin: 0 auto;
    //font-size: 30px;
    text-align: center;
}
.vision p
{
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 60px;
    padding-top: 60px;
}
.section-separator-small {

    padding-bottom: 0px;
}
.blog
{
    width: 65%;
    float: left;
    text-align: center;
}
.blog li
{
    text-align: justify;
    padding-bottom: 48px;
    color: #848484;
    font-size: 20px;
}
.tier1
{
    //background-color: #ff397b;
    margin-top: 50px;
    margin-bottom: 50px;
    //border-top: 5px solid aqua;
    
}

.tierA
{
    width: 100%;
    float: left;
    border-top: 5px solid #ff397b;
    text-align: center;
    background-image: url('images/business/toys.html');
}
.tierB
{
   background-image: url('images/business/toys-wallpaper.html'); 
}
.tierC
{
   background-image: url('images/business/toys-bg.html'); 
}
.tierA:hover
{
    border: 1px solid;
    margin-top: 10px;
    box-shadow: 3px 5px #888888;
}

.tierA h3
{
    margin: 0;
    text-align: center;
    font-size: 25px;
    background-color: #fff;
    color: #000;
}
.tierA h4
{
    margin: 0;
    font-size: 12px;
    color: #000;
    padding-left: 17px;
    padding-right: 5px;
    font-weight: bold;
}
.area h4
{
    margin: 0;
    font-size: 14px;
    color: #000;
    padding-left: 17px;
    padding-right: 5px;
    font-weight: bold;
    background-color: #fff;
}
.invest h4
{
    margin: 0;
    font-size: 14px;
    color: #000;
    padding-left: 17px;
    padding-right: 5px;
    font-weight: bold;
    background-color: #fff;
}
.register
{
    margin: 0 auto;
    text-align: center;
}
.register a
{
    color: #fff;
    background-color: #ff397b;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
}