/*********************************************************************
    home-carousal
*********************************************************************/
#home-carousal{
    width: 100%;
    margin-top: -34px;
    float: left;
}

.home-carousal{
    margin: 0 auto;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    width: 86%;
}
#home-carousal .biz-inner-holder{
    width: 100%;
    overflow: hidden;
    height: 590px;
}
.home-carousal .biz-carousal-inner{
    height: 590px;
    position: absolute;
    left: 0%;
}


.home-carousal .carousal-row:after ,
.home-carousal:after{
    content: " ";
    display: block;
    clear: both;
}

.home-carousal .item{
    border-radius: 50%;
    float: left;
    margin: 0 7px;
    
    transition-duration: 0.8s;
    position: relative;
    z-index: 10;
    width: 0;
    height: 0;
}
.home-carousal .item.zero{
    /* width: 0;
    height: 0; */
}
.home-carousal .item.item-active{
    z-index: 9999;
}

.home-carousal .item.visible{
    visibility: visible;
    display: block;
    float: left;
}


.home-carousal .item .thumb{
    position: relative;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.home-carousal .item .thumb img{
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}
.home-carousal .item-to-large .item-title {
    /* display: none; */
    visibility: hidden;
}

.home-carousal .item-to-small .thumb-b, 
.home-carousal .item-to-small .thumb-c {
    display: none;
}
.home-carousal .item-to-large .thumb-a, 
.home-carousal .item-to-large .thumb-c {
    display: none;
}
.home-carousal .item-to-medium .thumb-a, 
.home-carousal .item-to-medium .thumb-b {
    display: none;
}

.home-carousal .item-to-small .thumb-a {
    display: block;
/*     width: 210px;
height: 210px; */
}
.home-carousal .item-to-large .thumb-b {
    display: block;
/*     width: 495px;
height: 495px; */
}
.home-carousal .item-to-medium .thumb-c {
/*     width: 280px;
height: 280px; */
    display: block;
}




.home-carousal .item-to-large{
    width: 495px;
    height: 495px;
    margin-top: 75px; 
}
.home-carousal .item-to-medium{
    width: 280px;
    height: 280px;
    margin-top: 145px; 
}
.home-carousal .item-to-small{
    width: 210px;
    height: 210px;
    margin-top: 234px; 
}
.home-carousal .homepage-oval.item-to-large{
    height: 580px;
    margin: 0;
}
.home-carousal .homepage-oval.item-to-medium{
    height: 330px;
}
.home-carousal .homepage-oval.item-to-small{
    height: 240px;
}
.home-carousal .homepage-oval .thumb {
    display: block;
}
.home-carousal .homepage-oval .thumb img {
    border-radius: 0;
}


.home-carousal .item span.shadow {
    background-color: transparent;
    -webkit-border-radius: 75% 75% 75% 75%;
    -moz-border-radius: 75% 75% 75% 75%;
    -ms-border-radius: 75% 75% 75% 75%;
    -o-border-radius: 75% 75% 75% 75%;
    border-radius: 75% 75% 75% 75%;
    box-shadow: 1px 37px 15px 6px #1d2124;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: none;
    bottom: -28px;
    left: 20%;
    height: 3%;
    top: 95%;
    width: 60%;
}

.home-carousal .item.visible span.shadow{
    display: block;
}


.home-carousal .item-to-small span.shadow{
    bottom: -28px;
    left: 20%;
    height: 3%;
    top: 83%;
    width: 60%;
}
.home-carousal .item-to-medium span.shadow{
    bottom: -28px;
    left: 20%;
    height: 3%;
    top: 83%;
    width: 60%;
}
.home-carousal .item-to-large span.shadow{
    bottom: -28px;
    left: 20%;
    height: 3%;
    top: 90%;
    width: 60%;
}

.item-to-small:hover .thumb, .item-to-medium:hover .thumb {
    margin-top: -20px;
}
.item-to-small:hover span.shadow, .item-to-medium:hover span.shadow {
    top: 92%;
    width: 50%;
    left: 25%;
}

/* item title */

.home-carousal .item h3{
    margin: 0; padding: 0;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    display: none;
    color: #dde1e4;
}
.home-carousal .item.visible h3{
    display: block;
}


/* navigation */

.home-carousal  .caro-nav{
    position: absolute;
    right: 0;
    top: 138px;
    z-index: 99999;
}
.home-carousal .caro-nav a{
    background: url('../images/carousal-navigation.png') no-repeat;
    display: block;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    outline: medium none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.home-carousal .caro-nav a#next{
    background-position: 0 0;
}
.home-carousal .caro-nav a#prev{
    background-position: 0 -28px;
    margin-right: 5px;
}
.home-carousal .caro-nav a:hover{
    opacity: 0.7;
}

/* item -desc  */

.home-carousal .item .item-desc{
    position: absolute;
    top: 210px;
    z-index: 1000;
    display: none;
    visibility: hidden;
}
.home-carousal .item.item-active .item-desc{
    display: block;
    visibility: visible;
}


.home-carousal .item.visible-a .item-desc{
    left: 260px;
    width: 310px;
}
.home-carousal .item.visible-b .item-desc{
    left: 210px;
    width: 310px;
}
.home-carousal .item.visible-c .item-desc{
    left: auto;
    right: 245px;
    width: 310px;
}




/*********************************************************************
    clients-carousal
*********************************************************************/

#clients-carousal{
    width: 100%;
    float: left;
    margin-top: -37px;
}

.clients-carousal{
    margin: 0 auto;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    width: 92%;
}
.clients-carousal .biz-inner-holder{
    width: 100%;
    overflow: hidden;
    height: 540px;
}
.clients-carousal .biz-carousal-inner{
    /*padding-top: 160px;*/
    /* padding-bottom: 106px; */
    position: absolute;
    left: 0%;
}


.clients-carousal .carousal-row:after ,
.clients-carousal:after{
    content: " ";
    display: block;
    clear: both;
}

/* single item */

.clients-carousal .item{
    border-radius: 50%;
    float: left;
    margin: 0 16px;
    visibility: hidden;
    transition-duration: 0.8s;
    position: relative;
    z-index: 10;
    margin-top: 0;
    width: 0;
    height: 0;
}

.clients-carousal .item.visible{
    visibility: visible;
    width: 180px;
    height: 180px;
    margin-top: 190px;
}
.clients-carousal .item.visible.item-to-small{
    width: 180px;
    height: 180px;
    margin-top: 190px;
}
.clients-carousal .item.visible.item-to-large{
    width: 450px;
    height: 450px;
    margin-top: 37px;
}

/* thumbnail */

.clients-carousal .item .thumb{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.clients-carousal .item .thumb img{
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}
.clients-carousal .client-oval.item.visible{
    width: 180px;
    height: 210px;
    margin-top: 160px;
}
.clients-carousal .client-oval.item.visible.item-to-small{
    width: 180px;
    height: 210px;
    margin-top: 160px;
}
.clients-carousal .client-oval.item.visible.item-to-large{
    width: 450px;
    height: 525px;
    margin-top: 0;
}
.clients-carousal .client-oval .thumb img{
    border-radius: 0;
}

.clients-carousal .item.item-active{
    z-index: 9999;
}


/* shadow */

.clients-carousal span.shadow {
    background-color: transparent;
    -webkit-border-radius: 75% 75% 75% 75%;
    -moz-border-radius: 75% 75% 75% 75%;
    -ms-border-radius: 75% 75% 75% 75%;
    -o-border-radius: 75% 75% 75% 75%;
    border-radius: 75% 75% 75% 75%;
    box-shadow: 1px 37px 15px 6px #1d2124;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    bottom: -28px;
    left: 20%;
    height: 3%;
    top: 83%;
    width: 60%;
}


.clients-carousal .item-to-small span.shadow{
    bottom: -28px;
    left: 20%;
    height: 3%;
    top: 83%;
    width: 60%;
}
.clients-carousal .item-to-large span.shadow{
    bottom: -28px;
    left: 20%;
    height: 3%;
    top: 90%;
    width: 60%;
}

.item:hover .thumb, .item:hover .thumb {
    margin-top: -20px;
}
.item:hover span.shadow, .item:hover span.shadow {
    top: 92%;
    width: 50%;
    left: 25%;
}
.item-active:hover .thumb, .item-active:hover .thumb {
    margin-top: 0;
}
.item-active:hover span.shadow, .item-active:hover span.shadow {
    top: 90%;
    width: 60%;
    left: 20%;
}


/* title */

.clients-carousal .item h3{
    margin: 0; padding: 0;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    color: #dde1e4;
    text-transform: capitalize;
    visibility: hidden;
}

.clients-carousal .item-to-large .item-title {
    display: none;
}

.clients-carousal .item.visible h3{
    visibility: visible;
}


/*   navigation */

.clients-carousal  .caro-nav{
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 99999;
}
.clients-carousal .caro-nav a{
    background: url('../images/carousal-navigation.png') no-repeat;
    display: block;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    outline: medium none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.clients-carousal .caro-nav a#next{
    background-position: 0 0;
}
.clients-carousal .caro-nav a#prev{
    background-position: 0 -28px;
    margin-right: 5px;
}
.clients-carousal .caro-nav a:hover{
    opacity: 0.7;
}




/* item -desc  */

.clients-carousal .item .item-desc{
    position: absolute;
    top: 158px;
    left: 184px;
    z-index: 1000;
    width: 310px;
    display: none;
    visibility: hidden;
}
.clients-carousal .item.item-active .item-desc{
    display: block;
    visibility: visible;
}
/*
.clients-carousal .item.visible-2 .item-desc,*/
.clients-carousal .item.visible-3 .item-desc{
    left: auto;
    right: 184px;
}
.clients-carousal .client-oval .item-desc{
    top: 195px;
}