/** ************************************* **
	@Author			Acto Design
	@Website		http://actodesign.com
	@Created	10:35 PM Monday, May 11, 2015
	TABLE CONTENTS
	---------------------------
		01. Global Styling
		02. Header
		03. General Styling
	---------------------------
 ** ************************************* **/
/**	01. Global Styling
*************************************************** **/
/** Font Family **/
@font-face {
    font-family: 'Conv_ufonts.com_geometric-415-black-bt';
    src: url('../fonts/ufonts.com_geometric-415-black-bt.eot');
    src: local('☺'), url('../fonts/ufonts.com_geometric-415-black-bt.woff') format('woff'), url('../fonts/ufonts.com_geometric-415-black-bt.ttf') format('truetype'), url('../fonts/ufonts.com_geometric-415-black-bt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
    outline: 0;

}
a:hover, a:active, a:focus {
    outline: 0;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
}
section {
    padding: 25px 0px 0px 0px;
    float: left;
    width: 100%;
    position: relative;
}
/** ************************************* **/
/**	02. Header
*************************************************** **/
.navbar-default {
    background: #black;
    border-color: #2aa7df;
}
.navbar-default .navbar-brand,.map-label {
    color: yellow;
    font-size: 25px;
    font-family: 'Lato';
    height: auto;
    padding: 30px 15px;
    font-weight:900;
}
.navbar-default .navbar-nav>li>a {
    color: #white;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.navbar-nav ul>li>a:hover {
    text-decoration: underline;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #000;
}
#menu-icon {
    width: 60px;
    height: 50px;
    margin-left: 35px;
    padding: 12px 12px 12px 17px;
    margin-top: 15px;
}
.menu-normal {

}
.patty {
    width: 24px;
    height: 5px;
    margin: 0px 0;
    background: #ec008c;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.patty:before {
    top: 9px;
}
.patty:after {
    top: 18px;
}
.patty:before {
    content: '';
    display: block;
    width: 24px;
    height: 5px;
    background: #ec008c;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.patty:after {
    content: '';
    display: block;
    width: 24px;
    height: 5px;
    background: #ec008c;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-display {
    display: none;
}
.menu-active {
    background: #39b54a;
    color: #fff;
}
.menu-active .patty,.menu-active .patty:after,.menu-active .patty:before {
    background: #fff;
}
.navbar-nav ul {
    padding: 0px 0;
    box-shadow: none;
    border: 1px solid #39b54a;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    display: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    float: left;
    min-width: 160px;
    margin: 0px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
}
.navbar-nav li:hover > ul {
    display: block;
}
.navbar-nav ul>li {
    background: #39b54a;
    border-bottom: 1px solid #39b54a;
    padding: 5px 0px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-nav ul>li>a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
}
.navbar-nav ul li > ul {
    left: 100%;
    top: 0px;
    border-radius: 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #449b62;
}
.navbar-nav ul li > ul > li {
    background: #449b62;
    border: 1px solid #449b62;
}
.navbar-nav ul li > ul:after {
    border: 0px;
    display: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #449b62;
}
/** ************************************* **/
/**	03. General Styling
*************************************************** **/
/** Home Carousel **/
.carousel-inner>.item>img {
    width: 100%;
}
.carousel-green-bg {
    background: rgba(111, 203, 144, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#home-carousel .carousel-indicators {
    /*top: 110px;*/
    /*bottom: auto;*/
}
#home-carousel .carousel-indicators li {
    background-color: #ec008c;
    margin-left: 12px;
    margin-right: 12px;
    height: 14px;
    width: 14px;
    position: relative;
    border: 1px solid #ec008c;
}
#home-carousel .carousel-indicators .active:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../images/slide-dot.png");
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    left: -5px;
    top: -5px;
}
#home-carousel h1 {
    font-size: 84px;
    text-shadow: none;
    letter-spacing: -5px;
    line-height: 75px;
    margin-bottom: 30px;
    font-weight: 900;
}
#home-carousel p {
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-shadow: none;
}
.get-started {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    text-align: center;
    width: 100%;
}
#home-carousel .carousel-caption {
    padding-bottom: 175px;
}
.parallax-slide .item {
    min-height: 650px;
}
.parallax-slide {
    background: url("../images/slides/slide1.jpg") fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
@media (min-width: 1300px) {
    #home-carousel .carousel-inner{
        max-height:700px;
    }
}
@media (max-width: 1299px) {
    #home-carousel .carousel-inner{
        max-height:400px;
    }
}
/** Who We Are **/
.wwr {
    float: left;
    width: 100%;
}
.wwr p {
    font-weight: 300;
    color: #575757;
}
.wwr ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 45px;
}
.wwr ul {
    padding-left: 0px;
    margin-left: 0px;
}
.wwr ul li .icon-holder {
    position: absolute;
    left: 0px;
    color: #a8d6a1;
    font-size: 24px;
}
.wwr-holder {
    display: inline-block;
    position: relative;
}
.wwr-holder span {
    background: url("../images/ui-elements/wwr-image-holder.png") no-repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: 9;
}
.wwr-holder img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    max-width: 280px;
}
.wwr-holder:hover img {
    filter: gray;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}
.arrow-bg {
    background: url("../images/ui-elements/wwr-arrow.png");
    background-position: top right;
    background-repeat: no-repeat;;
}
.wwr .holder {
    display: inline-block;
}
/** Life Long History **/
.life-long {
    float: left;
    width: 100%;
    border: 3px solid #ededed;
    position: relative;
    text-align: center;
    padding: 50px 0px 30px 0px;
}
.life-long-title {
    position: absolute;
    width: 100%;
    top: -45px;
}
.life-long-title h1 {
    font-size: 40px;
    color: #2a2a2a;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    padding: 0px 20px;
}
.life-timeline li {
    list-style: none;
    float: none;
    width: 1%;
    display: table-cell;
    position: relative;
    z-index: 9;
    cursor: pointer;
    vertical-align: middle;
}
.life-timeline {
    padding-left: 0px;
}
.life-timeline .img-holder img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    max-width: 185px;
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.life-timeline .img-holder:hover img {
    filter: gray;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}
.life-timeline .img-holder {
    position: relative;
}
.life-timeline .img-holder span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/ui-elements/life-line.png") no-repeat center center;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    line-height: 185px;
    z-index: 9;
}
.hold-it {
    display: inline-block;
    position: relative;
}
.year-holder {
    background: url("../images/ui-elements/life-line-purple.png") no-repeat center center;
    height: 78px;
    width: 78px;
    line-height: 78px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}
.life-timeline:before {
    content: '';
    background: #8353aa;
    width: 84%;
    position: absolute;
    height: 5px;
    left: 8%;
    top: 139px;
    z-index: 8;
}
/** Services **/
#services {
    background: url(../images/services-bg.jpg) fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.vector-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(68, 32, 98, 0.80);
    z-index: 9;
    top: 0px;
}
.z-index {
    z-index: 10;
    position: relative;
}
.services {
    float: left;
    width: 100%;
    color: #fff;
}
.service-head {
    height: 92px;
    width: 92px;
    background: url("../images/ui-elements/service-head.png") no-repeat center;
    font-size: 40px;
    color: #d3a0fd;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
}
.services h4 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}
.services p {
    font-style: italic;
}
/** Work **/
.circle {
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 250px;
}
.circle canvas {
    width: 100%;
    height: auto;
}
.circle-text span {
    font-family: 'Lato', sans-serif;
    font-size: 71px;
    color: #4f316a;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.circle-text {
    position: absolute;
    bottom: 15%;
    width: 100%;
}
.circle-text small {
    font-size: 16px;
    color: #4f316a;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
/** Projects **/
.projects,.project {
    float: left;
    width: 100%;
    position: relative;
}
.project.even .rgt {
    width: 55%;
    float: left;
    overflow: hidden;
    position: relative;
}
.project.odd .rgt {
    width: 45%;
    float: left;
    overflow: hidden;
    position: relative;
    color: #fff;
    z-index: 12;
}
.pro-img {
    width: 100%;
}
.project-overlay {
    position: absolute;
    background: url("../images/project-dot.png") repeat;
    width: 100%;
    height: 100%;
}
.project.even .lft {
    width: 45%;
    float: left;
    color: #fff;
    position: relative;
    z-index: 10;
}
.project.odd .lft {
    width: 55%;
    float: left;
    color: #fff;
    position: relative;
    z-index: 10;
}
.project.odd .rgt .bang {
    max-width: 500px;
    float: left;
}
.project.even .lft .bang {
    max-width: 500px;
    float: right;
}
.project .project-title {
    color: #fff;
    font-size: 72px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.project-type {
    background: #5fdd8c;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 8px 10px 8px 10px;
}
.project.even .project-arrow {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 9;
}
.project.odd .project-arrow {
    position: absolute;
    width: 60.2%;
    height: 100%;
    z-index: 11;
    right: 0;
}
.project.odd .project-arrow .base {
    position: absolute;
    width: 85%;
    height: 100%;
    background: url("../images/project-base.png") repeat;
    right: 0;
}
.project.even .project-arrow .base {
    position: absolute;
    width: 85%;
    height: 100%;
    background: url("../images/project-base.png") repeat;
    left: 0;
}
.project.even .project-arrow .arrow {
    background: url("../images/project-left.png") no-repeat left center;
    position: absolute;
    width: 15%;
    height: 100%;
    right: 0;
    background-size: cover;
}
.project.odd .project-arrow .arrow {
    background: url("../images/project-right.png") no-repeat right center;
    position: absolute;
    width: 15%;
    height: 100%;
    left: 0;
    background-size: cover;
}
.project-border {
    display: inline-block;
    height: 10px;
    width: 100%;
    background: url("../images/project-border.png") repeat-x;
}
.project-quote h4 {
    font-family: 'Lato', sans-serif;
}
.project-quote-desc {
    width: 90%;
    position: relative;
    padding-left: 35px;
}
.project-quote-desc p {
    font-style: italic;
}
.project-quote-desc:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../images/quote.png") no-repeat top left;
    width: 20px;
    height: 30px;
}
.project-quote-desc .read-more {
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 5px 10px;
    background: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
}
.project-show-more {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}
.project-circle {
    background: rgba(255, 255, 255, 0.90);
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 50px;
}
/** Video **/
.video-container {
    max-width: 775px;
    width: 100%;
    padding-bottom: 15px;
    margin: 0 auto;
    position: relative;
}
.video-container img {
    width: 100%;
}
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    color: #fff;
}
.blog-video .video-placeholder{
	top: 35% !important;
}
.video-placeholder h1 {
    color: #fff;
    font-size: 50px;
    padding-left: 5px;
    font-weight: 700;
    line-height: 40px;
}
.video-full {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    background: url("../images/ui-elements/video-collapse.png") no-repeat center;
}
.play-video {
    background: url("../images/ui-elements/btn-green.png") no-repeat center;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 32px;
    text-decoration: none;
    width: 115px;
    height: 115px;
    border: 0px;
    outline: none;
    word-wrap: break-word;
    white-space: pre-line;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    text-align: center;
    line-height: 115px;
}
.video-play-holder {
    display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top:150px;
}
/** Team Members **/
.team {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.team-overlay {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0px;
    bottom: 0px;
    background: url("../images/ui-elements/team-overlay.png") no-repeat center;
    margin: 5%;
    background-size: 100%;
    text-align: center;
    padding-top: 60px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
}
.team-overlay h3 {
    font-weight: 700;
    margin-bottom: 0px;
}
.text-italic {
    font-style: italic;
}
.team:hover > .team-overlay {
    opacity: 1;
    cursor: pointer;
}
.team.active .team-overlay {
    opacity: 1;
}
/** News **/
.news {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.news-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    padding: 10px 35px;
}
.news-overlay:hover {
    background: rgba(0, 0, 0, 0.90);
}
.news-date p {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
}
.news-date small{
    font-weight: 400;
    font-size: 12px;
}
.news-date {
    float: left;
    border-bottom: 2px solid #5fdd8c;
}
.news-like {
    float: right;
    color: #fff;
    padding-top: 15px;
}
.news-like a {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #fff;
}
.news-like a > span {
    padding-left: 8px;
}
.news-like a > .fa {
    font-size: 21px;
}
.news h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}.news h1 a{	color: #fff;    text-decoration: none;}
.ana {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ana h2 {
    font-size: 30px;
    color: #131313;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.ana:before {
    content: '';
    background: #d2d2d2;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 38px;
}
.ana-news h3 {
    color: #131313;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 2px solid #6a14a6;
    display: inline-block;
    padding-bottom: 5px;
}
.ana-news h3 > small {
    font-size: 12px;
    font-weight: 400;
    color: #131313;
    text-transform: uppercase;
}
.ana-news h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #131313;
    text-transform: uppercase;
}
.ana-news p {
    color: #7f7f7f;
}
#ana-news .owl-item {
    padding: 0px 15px;
}
#ana-news .owl-controls .owl-page span {
    background: #6a14a6 !important;
    width: 15px;
    height: 15px;
    margin: 2px;
}
.ana-news-wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 25px;
}
#ana-news .owl-controls {
    position: absolute;
    width: 100%;
    top: -25px;
}
#ana-news .owl-controls .owl-page {
    margin: 0px 5px;
}
#ana-news .owl-controls .owl-page.active {
    border: 1px solid #6a14a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
#ana-slides .carousel-control img {
    position: absolute;
    top: 45%;
}
.ana-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #349d59;
    opacity: 0.70;
}
.ana-caption {
    float: left;
    width: 100%;
}
#ana-slides .carousel-caption {
    top: 20px;
    bottom: auto;
    padding-bottom: 0;
}
.ana-caption img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 115px;
    border: 1px solid #fff;
    padding: 3px;
}
.carousel-caption {
    text-shadow: none;
}
.caption-tag {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    background: #591593;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 3px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 10px;
}
.caption-img-holder {
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 3px solid #fff;
}
.ana-caption h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
}
.caption-like {
    font-size: 19px;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
}
.caption-like span {
    padding-left: 8px;
}
/** Clients **/
.clients {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 15px;
}
.clients-img {
    max-width: 200px;
}
.clients-img .holder {
    position: relative;
}
.clients-img .holder span {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url("../images/ui-elements/clients-shape.png") no-repeat center;
}
.clients-img .holder img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.clients .lft {
    background: url("../images/ui-elements/client-lft-arrow.png") no-repeat top right;
}
.clients .read-more {
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 5px 10px;
    background: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
}
#owl-clients .owl-item {
    padding: 0px 15px;
}
#owl-clients .owl-controls .owl-page span {
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 2px;
}
#owl-clients .owl-controls .owl-page.active {
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
#owl-clients .owl-controls .owl-page {
    margin: 0px 5px;
}
#owl-clients {
    padding-bottom: 50px;
}
/** Clients Logos **/
.clients-logo {
    float: left;
    width: 100%;
    position: relative;
    border: 2px solid #ededed;
    padding: 15px 0px 35px 0px;
}
.c-logo {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0px;
}
.more-clients {
    position: absolute;
    bottom: -75px;
    width: 100%;
}
.main-contact {
    float: left;
    width: 100%;
    color: #484848;
    background: url("../images/ui-elements/contact-bg-arrow.png") center center no-repeat;
}
.main-contact h1 {
    font-size: 40px;
    font-weight: 700;
    color: #484848;
}
.call-back {
    margin-top: 25px;
}
.call-back a {
    text-transform: uppercase;
    color: #484848;
    text-decoration: none;
}
.main-contact .lft {
    float: left;
    width: 40%;
}
.form-control {
    border-radius: 0px;
    margin-bottom: 13px;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
}
.contact-drop {
    float: left;
    height: 130px;
    background: url("../images/contact-drop.png") no-repeat center;
    width: 100px;
}
.main-contact .rgt {
    position: relative;
    width: 60%;
    float: left;
}
.main-contact .rgt .holder img {
    max-height: 665px;
}
.main-contact .rgt {
    background: url("../images/ui-elements/contact-shape.png") no-repeat center bottom;
    background-size: 85%;
}
.main-contact .rgt .shape-holder {
    position: absolute;
    top: 50%;
    width: 100%;
}
.main-contact .rgt .shape-holder .shape {
    color: #fff;
    width: 250px;
    margin: 0 auto;
    min-height: 250px;
    background: url("../images/ui-elements/team-overlay.png") no-repeat center;
    padding-top: 60px;
}
.btn.online {
    background: #5fdd8c;
    color: #fff;
    padding: 2px 8px;
}
.main-contact .rgt .shape-holder .shape h2 {
    margin-bottom: 0px;
}
#map, #map2 {
    clear: left;
    border-top: 1px solid #fff;
    height: 500px;
    border-bottom: 2px solid #5fdd8c;
}

section.maps {
    background-color: #00aeef;
}

section.maps a, section.maps p {
    color:white;
    font-weight:bold;
}
.contact-deets {
    float:left;
    margin-left: 50px;
}

section.maps .no-pad {
    padding: 0 !important;
}
section.maps .btn {
    margin-left: 50px;
    margin-top: 30px;
    color: white;
    border: 3px solid white;
    float:left;
}
/** Footer **/
footer {
    padding-top: 35px;
    float: left;
    width: 100%;
    color: #898989;
    font-weight: 300;
    background: black;
}
footer .container {
    position: relative;
}
footer .widget h4 {
    font-size: 14px;
    font-weight: 700;
    color: #898989;
    margin-bottom: 15px;
}
footer .widget ul {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}
footer .widget ul a {
    color: #898989;
}
footer p {
    font-weight: bold;
}
.news-letter {
    float: left;
    width: 65%;
    height: 50px;
    border: 0px;
    padding-left: 25px;
    background: url("../images/ui-elements/news-letter.png") no-repeat left center;
    background-size: contain;
}
.news-letter:focus {
    background: none;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
.btn.nl-btn {
    min-width: inherit;
    float: left;
    width: 35%;
    margin-top: 0px;
    background: none;
}
.social a {
    background: #ec008c;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 5px;
}
.copyright a {
    color: black;
}
.social a > .fa {
    color: #fff;
    font-size: 18px;
}
.social a:hover {
    background: #7b34b7;
}
.copyright {
    margin-top: 35px;
    background: #fff200;
    padding: 15px 0px 5px 0px;
}
/** Creative Blog **/
.header-hero {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 0px;
    color: #fff;
    max-height: 600px;
    overflow: hidden;
}
.header-hero img {
    width: 100%;
    height: auto !important;
    margin-top: -25%;
    overflow-x: hidden;
}
.header-hero .overlay {
    background: rgba(96, 43, 117, 0.35);
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.header-hero h1 {
    color: #fff;
    font-size: 84px;
    font-weight: 700;
    line-height: 80px;
}
.header-hero p {
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
}
.blog-stats {
    float: left;
    width: 100%;
    border-right: 1px solid #79e294;
    margin-bottom: 30px;
}
.blog-stats .shape {
    float: left;
    max-width: 160px;
    width: 100%;
    background: url("../images/ui-elements/clients-shape.png") no-repeat center;
    height: 160px;
    background-size: 90%;
}
.blog-stats .shape h1 {
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    line-height: 120px;
    color: #fff;
}
.shape-txt {
    color: #fff;
    float: left;
    padding-left: 35px;
    position: relative;
    margin-top: 45px;
    margin-left: 10px;
}
.shape-txt h4:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #602b75;
    float: left;
    position: absolute;
    left: 0px;
    top: 14px;
}
.blogger-social {
    float: left;
    width: 100%;
    color: #fff;
}
.blogger-social ul {
    list-style: none;
    padding-left: 0px;
}
.blogger-social ul li {
    float: left;
    padding-right: 10px;
}
.blogger-social ul a {
    background: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.blogger-social ul .fa {
    font-size: 19px;
    color: #39b54a;
}
.blogger-social ul a:hover {
    background: #602b75;
}
.blog-labels {
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
    padding-left: 25px;
}
.blog-labels:before {
    content: '\f02c';
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 8px;
}
.blog-labels a{
    display: inline-block;
    color: #fff;
    background: #77d990;
    margin: 5px;
    padding: 2px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
.more-blog {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.more-blog .lft {
    float: left;
    width: 110px;
    text-align: center;
    position: absolute;
}
.more-blog .lft .shape-holder {
    position: relative;
}
.more-blog .lft .shape-holder > span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: url("../images/ui-elements/more-blog-shape.png") no-repeat center;
}
.more-blog .lft h4 {
    color: #6e6e6e;
    margin-bottom: 50px;
}
.more-blog .lft a {
    font-size: 18px;
    color: #6e6e6e;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
.more-blog .lft a > .fa {
    font-size: 21px;
}
.more-blog .lft a > span {
    padding-left: 8px;
}
.more-blog .rgt {
    float: left;
    padding-left: 175px;
    padding-right: 30px;
}
.more-blog .rgt h3 {
    color: #131313;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-top: 30px;
}
.more-blog .rgt h3 > a {
    color: #131313;
}
.more-blog .rgt h3 > a {
    color: #131313;
    text-decoration: none;
}
.more-blog .rgt h3:before {
    content: '';
    background: #6a14a6;
    float: left;
    height: 2px;
    width: 75px;
    position: absolute;
    top: -15px;
}
.more-blog .rgt p {
    color: #7a7a7a;
}
.more-blog .rgt img {
    width: 100%;
}
.more-blog-tags {
    position: absolute;
    top: 10px;
    margin-left: 20px;
}
.more-blog-tags a {
    color: #fff;
    background: #34b763;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.more-blog-link {
    color: #7f36bc;
    border: 1px solid #7f36bc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    display: inline-block;
    min-width: 200px;
    padding: 13px 30px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
}
.more-blog-link span {
    float: left;
}
.more-blog-link .fa {
    float: right;
    padding-top: 3px;
}
.more-blog-link:hover {
    background: #7f36bc;
    color: #fff;
}
/** Creative Blogs Grid **/
.cbg {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.cbg-category {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #7b34b7;
    position: relative;
    padding-bottom: 8px;
}
.cbg-category:after {
    content: '';
    width: 75px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    background: #7b34b7;
    left: 0px;
}
.cbg img {
    width: 100%;
}
.cbg-meta {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.cbg-likes {
    float: right;
    color: #6e6e6e;
    font-family: 'Lato', sans-serif;
}
.cbg-likes .fa {
    padding-right: 10px;
}
.cbg h3 > a {
    color: #131313;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.cbg p {
    color: #838383;
}
.cbg-author {
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
    font-style: italic;
    font-size: 13px;
}
.cbg-author span {
    color: #838383;
}
.cbg-author a {
    color: #4c4c4c;
}
.cbg-tags {
    position: absolute;
    top: 10px;
    margin-left: 20px;
}
.cbg-tags a {
    color: #fff;
    background: #34b763;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
/** Creative Blog Lists **/
.cbl {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.cbl .cbg-meta {
    margin-top: 0px;
}
.cbl h3 > a {
    color: #131313;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.cbl p {
    color: #838383;
}
.cbl .lft {
    float: left;
    width: 110px;
    text-align: center;
    position: absolute;
}
.cbl .lft .shape-holder > span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: url("../images/ui-elements/more-blog-shape.png") no-repeat center;
}
.cbl .rgt {
    padding-left: 130px;
    padding-top: 25px;
    font-size: 17px;
}
.cbl .rgt span {
    display: inline-block;
    width: 100%;
    color: #6e6e6e;
    font-style: italic;
}
.cbl .rgt a{
    font-family: 'Lato', sans-serif;
    color: #6e6e6e;
}
.cbl-video .col-sm-12 {
    margin-bottom: 15px;
}
.widget-title > h3 {
    color: #7b34b7;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
.widget_popular_posts {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0px 20px 50px 20px;
    position: relative;
}
.pp-meta {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.pp-category {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #131313;
    position: relative;
    padding-bottom: 8px;
    font-weight: 400;
}
.pp-likes {
    float: right;
    color: #6e6e6e;
    font-family: 'Lato', sans-serif;
}
.pp-category:after {
    content: '';
    width: 75px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    background: #7b34b7;
    left: 0px;
}
.popular-feed {
    padding-left: 0px;
}
.popular-feed li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    padding: 0px 0px 25px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.popular-feed li:last-child {
    border-bottom: none;
}
.popular-feed h4 > a {
    color: #131313;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.popular-feed .auth {
    color: #909090;
    font-size: 13px;
    font-style: italic;
}
.pp-loads {
    position: absolute;
    bottom: -30px;
    width: 90%;
}
.widget_banner {
    float: left;
    width: 100%;
    text-align: center;
}
.widget_banner img {
    width: 100%;
}
.sidebar .widget {
    margin-bottom: 75px;
}
/** Creative News Lists **/
.cnl .cbg-category {
    font-size: 12px;
    color: #969696;
}
.cnl .cbg-category > strong {
    font-size: 34px;
}
.cnl .cbg-category:after {
    background: #5fdd8c;
}
.cnl .cbg-likes {
    padding-top: 15px;
    color: #969696;
}
.pp-category strong {
    font-size: 20px;
}
.ana-news h2 > a {
    color: #131313;
}
.ana-news h2 > a:hover {
    text-decoration: none;
}
.ana-news.no_photo h3 {
    margin-bottom: 0px;
}
.ana-news.no_photo h2 {
    margin-top: 10px;
}
.no-photo-border .col-sm-6:nth-of-type(3n) {
    border-right: 0px;
}
.no-photo-border .col-sm-6{
    border-bottom: 1px dashed #cccccc;
    border-right: 1px dashed #cccccc;
}
.no-photo-border .col-sm-6.last {
    border-bottom: 0px;
}
.ana-news.no_photo {
    padding: 15px 0px 25px 0px;
}
/** Creative Blog Single **/
.cn-single {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.more-blog-link.cn-link .fa {
    float: left;
    padding-top: 3px;
}
.more-blog-link.cn-link span {
    float: right;
}
.cn-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    color: #2a2a2a;
}
blockquote p {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}
blockquote {
    background: #f3f4f4;
    padding-left: 100px;
    position: relative;
    border-left: 0px;
}
blockquote:before {
    content: '';
    background: url("../images/ui-elements/blockqoute.png") no-repeat center top;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 22px;
}
.news-like-count {
    float: left;
    width: 100%;
    margin: 25px 0px 25px 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.like-box {
    color: #bb98d8;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border: 1px solid #bb98d8;
    text-transform: uppercase;
    padding: 14px 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    float: left;
}
.like-box:hover {
    color: #5fdd8c;
    text-decoration: none;
}
.like-box:hover .fa {
    color: #7b34b7;
}
.like-box > span {
    padding-right: 15px;
}
.like-box .fa {
    color: #5fdd8c;
}
span.like-count {
    color: #b6b6b6;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background: url("../images/ui-elements/like-count.png") no-repeat center center;
    float: left;
    width: 75px;
    text-align: center;
    height: 53px;
    line-height: 53px;
}
.news-tags a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #c4c4c4;
    text-transform: capitalize;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 3px 10px;
    margin: 0px 3px;
}
.news-tags a:hover {
    background: #7b34b7;
}
/** Comments **/
.single-comments {
    background: #f6f8f7;
    border-top: 5px solid #5fdd8c;
    border-bottom: 3px solid #5fdd8c;
}
.comment-label {
    float: left;
    width: 100%;
}
.comment-label h3 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-top: 0px;
    display: inline-block;
    padding-right: 15px;
}
.comment-label h4 {
    font-size: 18px;
    color: #6e6e6e;
    font-family: 'Lato', sans-serif;
    display: inline-block;
}
.comment-label h4 > a {
    color: #2a2a2a;
}
.comments-form textarea,.comments-form input[type="text"],.comments-form input[type="email"]{
    border: 1px solid #e5e5e5;
    width: 100%;
    margin: 5px 0px;
    outline: 0px;
    padding-left: 15px;
}
.comments-form textarea {
    height: 75px;
}
.comments-form input[type="submit"]{
    float: right;
    background: #51c87b;
    border: 1px solid #51c87b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 13px 31px;
    margin-bottom: 15px;
}
.comments-form input[type="submit"]:hover {
    background: none;
    color: #51c87b;
}
h3.comments-count {
    font-size: 16px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-top: 0px;
}
h3.comments-count > .fa {
    color: #91e6b0;
    padding-right: 5px;
}
.media-holding span {
    color: #7b34b7;
    font-size: 17px;
    font-weight: 700;
}
.media-holding span:after {
    content: '\f111';
    font-family: 'fontawesome';
    color: #7b34b7;
    font-size: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.media-holding small {
    color: #6c6c6c;
    font-weight: 300;
    font-size: 17px;
}
.media-heading {
    position: relative;
}
.media-heading:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    position: absolute;
    top: 14px;
}
.media-holding {
    display: inline-block;
    background: #f6f8f7;
    position: relative;
    padding-right: 10px;
}
.comments-list li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.comments-list {
    padding-left: 0px;
    float: left;
}
.media-body p.media-body {
    font-size: 15px;
}
a.comment-reply {
    color: #9c73be;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 3px 8px;
    text-transform: uppercase;
    border: 1px solid #9c73be;
    display: inline-block;
}
.comments-list ul {
    padding-left: 70px;
    float: left;
    position: relative;
}
.comments-list ul:before {
    content: '';
    background: url("../images/ui-elements/comment-reply.png") no-repeat left top;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 25px;
}
/** Floating Icons **/
ul.floating-icons {
    position: fixed;
    top: 35%;
    padding-left: 0px;
    z-index: 9;
}
ul.floating-icons li {
    list-style: none;
}
ul.floating-icons li a {
    display: inline-block;
    color: #fff;
    background: #7b34b7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
}
ul.floating-icons li a:hover {
    width: 65px;
    opacity: 0.85;
}
ul.floating-icons li.facebook a {
    background: #3d5b97;
}
ul.floating-icons li.twitter a {
    background: #2aa7df;
}
ul.floating-icons li.pinterest a {
    background: #c3282c;
}
ul.floating-icons li.linkedin a {
    background: #4392cb;
}
/** Creative Blog Single **/
.blog-author {
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.images-round {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.border-round {
    border: 1px solid #333;
    padding: 3px;
}
.blog-author .lft{
    position: absolute;
    width: 105px;
    text-align: center;
}
.blog-author .rgt {
    float: left;
    margin-left: 120px;
    position: relative;
    padding-left: 50px;
}
.blog-author .rgt:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #602b75;
    float: left;
    position: absolute;
    left: 0px;
    top: 14px;
}
.single-post-title h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #313131;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0px 10px;
}
.single-post-title {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.single-post-title:before {
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    top: 33px;
    background: #d9d9d9;
    left: 0px;
}
.color-purple {
    color: #7b34b7;
}
#post-slider .carousel-control {
    background-image: none !important;
    box-shadow: none;
    text-shadow: none;
    padding-top: 22%;
}
#post-slider .carousel-inner>.item {
    padding: 0px 150px;
}
#post-slider .carousel-inner>.item > small {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 10px;
    color: #868686;
    font-weight: 300;
}
#post-slider {
    margin: 15px 0px;
}
.border-zero {
    border: 0px !important;
}
h3.cbs {
    display: inline-block;
    position: relative;
    margin-top: 30px;
}
h3.cbs:before {
    content: '';
    background: #6a14a6;
    float: left;
    height: 2px;
    width: 75px;
    position: absolute;
    top: -15px;
}
/** Creative Callback **/
.creative-callback {
    float: left;
    width: 100%;
}
.callback-title {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.callback-title:before {
    content: '';
    background: #b7fbcf;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 18px;
    left: 0px;
}
.callback-title h4 {
    color: #b7fbcf;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    background: #58cd82;
    padding: 0px 5px;
    position: relative;
}
.callback-form label {
    font-size: 14px;
    font-weight: 300;
    color: #f7fff9;
    font-family: 'Lato', sans-serif;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.callback-form input{
    border: 0px;
}
.callback-form {
    text-align: center;
}
.callback-form input[type="submit"]{
    background: #8ce3a2;
    border: 1px solid #8ce3a2;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 10px 15px;
    margin-top: 10px;
}
.callback-form input[type="submit"]:hover {
    background: none;
    border: 1px solid #8ce3a2;
}
/** Creative Chat **/
.online-chat {
    float: left;
    width: 100%;
    text-align: center;
}
.chat-person img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 170px;
}
.chat-person {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    background: url("../images/ui-elements/online-chat.png") no-repeat bottom left;
}
.chat-info {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.chat-info .title {
    display: inline-block;
    float: left;
    line-height: 14px;
    margin-top: 15px;
}
.chat-info strong {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}
.chat-info small {
    font-size: 11px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}
/** Team Extended **/
.team-extended {
    float: left;
    width: 100%;
    margin-bottom: 75px;
}
.team-extended:hover .team-ex-info {
    border-color: #7b34b7;
}
.team-ex-info {
    float: left;
    width: 100%;
    border: 15px solid #d4d4d4;
    padding: 0px 35px 35px 35px;
    color: #2a2a2a;
    min-height: 500px;
    position: relative;
}
.team-extended:hover .team-ex-info.left-arrow:before{
    background: url("../images/ui-elements/team-ex-left-hover.png") no-repeat center left;
}
.team-ex-info.left-arrow:before {
    content: '';
    position: absolute;
    background: url("../images/ui-elements/team-ex-left-active.png") no-repeat center left;
    width: 30px;
    height: 100%;
    left: -30px;
}
.team-extended:hover .team-ex-info.right-arrow:before{
    background: url("../images/ui-elements/team-ex-right-hover.png") no-repeat center right;
}
.team-ex-info.right-arrow:before {
    content: '';
    position: absolute;
    background: url("../images/ui-elements/team-ex-right-active.png") no-repeat center right;
    width: 30px;
    height: 100%;
    right: -30px;
}
.team-ex-info h2 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-bottom: 5px;
}
.team-ex-info small {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.team-ex-info .team-ex-desc {
    margin: 25px 0px 50px 0px;
}
.team-ex-email {
    font-size: 20px;
    color: #7b34b7;
    text-decoration: underline;
    font-weight: 300;
    font-style: italic;
    border: 1px solid #7b34b7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    display: inline-block;
    padding: 10px 18px;
}
.team-ex-email:hover {
    color: #7b34b7;
}
.team-ex-social {
    padding-left: 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.team-ex-social li {
    float: left;
    padding-right: 10px;
}
.team-ex-social li a {
    color: #939393;
    font-size: 21px;
}
.team-ex-social li a:hover {
    color: #7b34b7;
}
/** Team Slides **/
#team-slides-bg {
    background: url(../images/team-slides-bg.jpg) fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 0px;
}
.team-slides-count {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 75%;
}
.team-slides-count h4 {
    font-size: 16px;
}
.team-slides-count h5 {
    font-size: 77px;
    font-weight: 700;
}
.team-slides-count .shape-holder {
    background: url("../images/ui-elements/team-slides-count.png") no-repeat center center;
    padding: 15px 0px;
    background-size: contain;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
}
.team-indicators {
    width: 20%;
    position: relative;
    float: left;
    left: 0;
    margin-left: auto;
    top: 40px;
}
.team-indicators img {
    webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.team-indicators.carousel-indicators a {
    display: inline-block;
    width: 42%;
    margin: 7px 3%;
    background: #71c987;
    cursor: pointer;
    float: left;
}
.team-indicators a:hover img,.team-indicators a.active img {
    padding: 10px;
}
.team-indicators.carousel-indicators .active {
    height: auto;
}
#team-slides .carousel-inner {
    float: left;
    width: 71%;
    margin-left: 8%;
}
#team-slides .carousel-inner>.item>img {
    width: 45%;
    float: left;
}
.ts-caption h1 {
    margin-top: 0px;
    padding-top: 40px;
    margin-bottom: 5px;
}
.ts-caption {
    float: left;
    width: 45%;
    margin-left: 10%;
}
.ts-caption a {
    color: #fff;
    text-decoration: underline;
}
.ts-social {
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}
.ts-social li {
    float: left;
    padding-right: 15px;
}
.ts-social li a {
    font-size: 21px;
    color: #ce93ff;
}
.ts-social li a:hover {
    color: #58cd82;
}
/** Creative Portfolio Items **/
.portfolio-item {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
}
.portfolio-items4.fill [class^="col-"], .portfolio-items4.fill [class*=" col-"] {
    padding: 0px;
    margin: 0px;
}
.portfolio-item:hover .overlay {
    opacity: 1;
}
.portfolio-item .overlay {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0px;
    bottom: 0px;
    background: url("../images/ui-elements/team-overlay.png") no-repeat center;
    margin: 5%;
    background-size: contain;
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
}
.portfolio-item .overlay small {
    font-size: 11px;
    font-style: italic;
}
.portfolio-item .overlay h3 {
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    margin: 7px 0px 15px 0px;
}
.portfolio-pagination a {
    color: #5b5b5b;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.portfolio-pagination a.active,.portfolio-pagination a:hover {
    background: url("../images/ui-elements/portfolio-pagination.png") no-repeat center center;
    color: #39b54a;
}
.overlay-circle {
    width: 255px;
    margin: 0 auto;
    margin-top: 7%;
}
.overlay-circle .circle-text span, .overlay-circle .circle-text small {
    color: #fff;
}
body.transparent-green .navbar-default .navbar-nav>li>a {
    color: #fff;
}
/** Creative Portfolio Extended Items **/
.img-holder {
    float: left;
    width: 100%;
    position: relative;
}
.portfolio-items2 .portfolio-item {
    margin-bottom: 0px;
}
.portfolio-item .img-holder .overlay {
    margin: 0 auto;
    height: 90%;
    width: 100%;
    margin-top: 15px;
}
.overlay.overlay-2 .fa{
    color: #fff !important;
    font-size: 48px;
    margin-top: 50px;
}
.overlay.overlay-2 .read-more {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0px;
}
.portfolio-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}
.portfolio-tags a {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    background: #55c67d;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.portfolio-tags ul {
    list-style: none;
    padding-left: 0px;
}
.portfolio-tags ul li {
    margin-bottom: 5px;
}
.portfolio-desc {
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.portfolio-desc h3 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
}
.portfolio-desc .left {
    float: left;
    width: 50%;
    padding-right: 5px;
}
.portfolio-desc .right {
    float: left;
    width: 50%;
    padding-left: 5px;
}
.portfolio-desc p {
    font-size: 13px;
    color: #676767;
}
/** Creative Portfolio Page **/
body.transparent-green .navbar-default {
    background: none;
    border: 0px;
}
body.transparent-green {
    padding-top: 0px;
}
body.transparent-green .navbar-default .navbar-brand {
    color: #77d990;
}
body.transparent-green .patty,body.transparent-green .patty:before,body.transparent-green .patty:after {
    background: #fff;
}
.w650 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}
.w650 img {
    width: auto;
}
.overlay-tag {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    background: #55c67d;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
}
.pf-link {
    font-size: 12px;
    text-transform: uppercase;
    padding: 13px 10px;
}
.video-social a {
    font-size: 36px;
    color: #fff;
    margin: 10px;
}
.ps-indicators a {
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.8;
}
.ps-indicators.carousel-indicators a.active {
    width: 70px;
    height: 70px;
    padding: 10px;
    background: #6a3e9c;
    opacity: 1;
}
.ps-indicators.carousel-indicators {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0px 45px 0px;
    left: 0px;
    bottom: 0px;
}
.ps-desc {
    float: left;
    width: 100%;
}
.ps-desc .left {
     float: left;
     width: 40%;
    padding-right: 50px;
 }
.ps-desc .left h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    margin-top: 0px;
    font-weight: 700;
}
.ps-desc .left p {
    font-size: 18px;
    color: #616161;
}
.ps-desc .center {
    float: left;
    width: 20%;
    padding: 0px 30px;
    position: relative;
    min-height: 225px;
    word-wrap: break-word;
}
.ps-desc .center h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #7b34b7;
    font-weight: 700;
    margin-top: 0px;
}
.ps-desc .center:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/ui-elements/center-bg.png") no-repeat center;
}
.ps-desc .center:after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("../images/ui-elements/center-bg.png") no-repeat center;
}
h4.ps-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #8d8d8d;
    margin-top: 30px;
}
h4.ps-date span {
    font-size: 25px;
    font-weight: 700;
}
.ps-tags {
    float: left;
    width: 100%;
}
.ps-tags a {
    font-size: 14px;
    color: #fff;
    background: #77d990;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 10px;
}
.ps-email {
    font-size: 17px;
    font-weight: 300;
    color: #7b34b7;
    text-decoration: underline;
    text-transform: uppercase;
}
.ps-desc .right {
    float: left;
    width: 40%;
    padding: 0px 25px;
}
.ps-desc .right h4 {
    margin-top: 0px;
    color: #000;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.ps-desc .right .ps-testimonials {
    position: relative;
    float: left;
    width: 100%;
    text-align: justify;
    padding-left: 30px;
}
.ps-desc .right .ps-testimonials:before {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    left: 0px;
    background: url("../images/ui-elements/ps-testimonials.png") no-repeat center;
}
.ps-desc .right .ps-testimonials p {
    font-size: 16px;
    font-style: italic;
    color: #8f8f8f;
}
#portfolio-slides .carousel-control {
    background-image: none;
    display: inline-block;
    width: auto;
    top: auto;
    bottom: -91px;
    z-index: 99;
}
.cpm.border-bottom {
    background: url("../images/project-border.png") repeat-x bottom;
    height: 10px;
    width: 100%;
    float: left;
}
.ps-indicators.carousel-indicators.border-bottom {
    margin: 20px 0px 10px 0px;
    padding-bottom: 25px;
}
/** 2nd/purple Footer **/
footer.light-purple {
    background: #8974a1;
    color: #fff;
}
footer.light-purple .copyright {
    background: #8974a1;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    padding-bottom: 30px;
}
footer.light-purple .copyright a {
    color: #fff;
}
footer.light-purple .social a {
    background: #fff;
    color: #8974a1;
}
footer.light-purple .social a > .fa {
    color: #8974a1;
}
footer.light-purple .widget h4,footer.light-purple .widget ul a {
    color: #fff;
}
footer.light-purple .divider {
    border-bottom: 2px solid #baa9cd;
    float: left;
    width: 100%;
    height: 2px;
    padding: 20px 0px 5px 0px;
}
.btn-buy {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #8ce3a2;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkt-border-radius: 3px;
}
.btn-buy .fa {
    padding-right: 10px;
}
.btn-buy:hover {
    background: #7b34b7;
    color: #fff;
}
.news-letter2 {
    background: url("../images/ui-elements/news-letter2.png") no-repeat left center;
    background-size: contain;
}
.news-letter2::-webkit-input-placeholder {
    color: #fff;
}
.news-letter2::-moz-placeholder {
    color: #fff;
} /* firefox 19+ */
.news-letter2:-ms-input-placeholder {
    color: #fff;
} /* ie */
.news-letter2:-moz-placeholder {
    color: #fff;
}
.btn.nl-btn.nl-btn2 {
    border: 0px;
    background: none !important;
    color: #8ce3a2 !important;
    position: relative;
    outline: 0;
    appearance: none;
    padding: 7px 12px;
    width: 20%;
    font-size: 21px;
}
#topo {
    background: url("../images/ui-elements/top-icon.png") no-repeat center;
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
    left: 15px;
}
.news-letter3 {
    width: 100%;
    background: none;
    border-radius: 0px;
    height: 50px;
    font-style: italic;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 15px;
}
.btn.nl-btn3 {
    background: #6a5287;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #6a5287;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 14px 18px;
}
.btn.nl-btn3:hover {
    background: none;
    color: #fff;
}
/** Creative Page No Header **/
nav.border {
    border-color: #e7e7e7;
}
.web-projects {
    float: left;
    width: 100%;
}
.web-projects h1 {
    font-size: 51px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
}
.web-projects h3 {
    color: #282828;
    text-transform: uppercase;
    font-weight: 700;
}
.wp-date {
    font-size: 12px;
    color: #8d8d8d;
    text-transform: uppercase;
}
.wp-date span {
    font-size: 25px;
    font-weight: 700;
}
.wp-tags {
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.wp-tags a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    background: #55c67d;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
}
.web-projects p {
    color: #6c6c6c;
    font-size: 18px;
}
.vp-desc {
    float: left;
    width: 100%;
    color: #fff;
    padding: 111px 40px;
    background: #58cd82;
}
.video-project {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.vp-desc h3 {
    font-size: 25px;
    font-weight: 700;
}
.vp-desc div {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 30px;
}
.vp-desc div:before {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    left: 0px;
    background: url("../images/quote.png") no-repeat center;
}
.vp-desc p {
    font-style: italic;
}
.pv-wrapper .holder {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    opacity: 0;
}
.pv-wrapper:hover .holder {
    opacity: 1;
}
.pv-wrapper .holder .overlay {
    width: 175px;
    height: 175px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    background: url("../images/ui-elements/team-overlay.png") no-repeat center;
    background-size: contain;
}
.pv-wrapper .holder .overlay > small {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pv-wrapper .holder .overlay > a {
    font-size: 36px;
    margin-top: 15px;
    color: #fff;
}
/** Small Projects **/
.sp-project {
    float: left;
    width: 100%;
}
div.sp {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.sp-project .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    text-align: center;
    display: none;
}
.sp-project:hover .overlay {
    display: block;
}
.sp-project .overlay a {
    margin-top: 42%;
    font-size: 36px;
    color: #fff;
    display: inline-block;
}
div.pa {
    float: left;
    width: 100%;
    position: relative;
}
.pa .overlay {
    position: absolute;
    top: 0px;
    height: 90%;
    width: 90%;
    margin: 5%;
    padding: 5px;
    background: url("../images/ui-elements/team-overlay.png") no-repeat center;
    background-size: contain;
    text-align: center;
}
.pa .overlay a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 36%;
}
.pa .overlay a .fa-arrow-left {
    position: absolute;
    left: 18px;
    top: 18px;
}
.pa .overlay a .fa-arrow-right {
    position: absolute;
    right: 18px;
    top: 18px;
}
.arrow-circle {
    width: 250px;
    margin: 0 auto;
}
/** Creative Simple Page **/
body.purple-green .navbar-default {
    background: #584173;
    border-color: #584173;
}
body.purple-green .navbar-default .navbar-brand {
    color: #7cec99;
}
body.purple-green .navbar-default .navbar-nav>.active>a, body.purple-green .navbar-default .navbar-nav>.active>a:focus, body.purple-green .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}
body.purple-green .navbar-default .navbar-nav>li>a {
    color: #fff;
}
body.purple-green .patty,body.purple-green .patty:before,body.purple-green .patty:after {
    background: #fff;
}
.more-blog-link.pg-link {
    padding: 13px 20px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.page-title {
    margin-top: 5px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.left-adjust {
    float: left;
    margin: 10px 20px 20px 0px;
}
.widget_accordion {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 50px 20px;
    position: relative;
}
.widget_accordion .panel-group {
    margin: 0px;
    border: 0px;
    box-shadow: none;
}
.widget_accordion .panel-group .panel {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.widget_accordion .panel-default>.panel-heading {
    background: none;
}
.widget_accordion .panel-group .panel-heading+.panel-collapse>.list-group, .widget_accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0px;
}
.widget_accordion .panel-title {
    font-size: 17px;
    color: #7b34b7;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
.panel-title a {
    text-decoration: none;
}
.panel-title a.collapsed {
    color: #363636;
    text-decoration: none;
}
.panel-title a.collapsed:before {
    content: '\f061';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    width: 20px;
}
.panel-title a:before {
    content: '\f063';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    width: 20px;
}
.panel-body ul {
    list-style: none;
}
.panel-body ul a {
    font-size: 15px;
    color: #838383;
    text-decoration: none;
}
.panel-body ul a:hover {
    color: #000;
}
.panel-body ul li {
    margin-bottom: 8px;
}
.panel-title a.collapsed:hover {
    color: #7b34b7;
}
/** Contact Page **/
.contact-email {
    font-size: 18px;
    color: #7b34b7;
    font-style: italic;
}
.main-contact.contact-2nd {
    background: none;
}
.main-contact.contact-2nd .rgt .shape-holder .shape {
    margin-left: 70px;
    background: none;
    color: #373737;
    text-align: center;
}
.small-info {
    float: left;
    width: 100%;
}
.small-info p.number {
    font-size: 28px;
    color: #373737;
    font-family: 'Lato', sans-serif;
}
.small-info p.address {
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 300;
}
.small-info p.email,.small-info p.email a {
    font-size: 18px;
    color: #7b34b7;
    font-weight: 300;
    text-decoration: underline;
}
.small-info p > .fa {
    color: #1b1b1b;
    padding-right: 15px;
}
.small-form {
    float: left;
    width: 100%;
}
.small-form input:nth-of-type(odd) {
    width: 45%;
    margin-right: 5%;
    float: left;
}
.small-form input:nth-of-type(even) {
    width: 45%;
    margin-left: 5%;
    float: left;
}
.small-form textarea {
    height: 100px;
}
.small-form input[type="submit"]{
    float: right;
    margin: 0px;
    width: auto;
    background: #39b54a;
    color: #fff;
    border: 1px solid #39b54a;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
}
.small-form input[type="submit"]:hover{
    background: none;
    color: #39b54a;
    border: 1px solid #39b54a;
}
.bachi-contact {
    float: left;
    width: 100%;
}
.bachi-contact .center {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 525px;
    background: url("../images/ui-elements/contact-shape.png") no-repeat center bottom;
    background-size: contain;
    text-align: right;
}
.bachi-contact .center .shape-holder {
    position: absolute;
    top: 30%;
    width: 100%;
}
.bachi-contact .center img {
    max-height: 450px;
}
.bachi-contact .center .shape-holder .shape {
    width: 250px;
    margin-left: 75px;
    min-height: 250px;
    padding-top: 0px;
    text-align: center;
}
.small-callback {
    float: left;
    width: 100%;
}
.small-callback input:nth-of-type(1) {
    width: 35%;
    margin-right: 5%;
    float: left;
}
.small-callback input:nth-of-type(2) {
    width: 35%;
    margin-right: 5%;
    float: left;
}
.small-callback input:nth-of-type(3) {
    width: 20%;
    float: left;
    max-width: 170px;
}
/** Services Page **/
body.green-transparent .navbar-default {
    background: rgba(119, 217, 144, 0.85);
    border-color: rgba(119, 217, 144, 0.85);
}
body.green-transparent {
    padding-top: 0px;
}
body.green-transparent .navbar-default .navbar-brand {
    color: #fff;
}
body.green-transparent .patty,body.green-transparent .patty:before,body.green-transparent .patty:after {
    background: #b4ffc7;
}
body.green-transparent .navbar-default .navbar-nav>.active>a, body.green-transparent .navbar-default .navbar-nav>.active>a:focus, body.green-transparent .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}
body.green-transparent .navbar-default .navbar-nav>li>a {
    color: #fff;
}
body.green-transparent .overlay-circle {
    margin-top: 11%;
}
.services-box {
    float: left;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 20px 35px 70px 35px;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    cursor: crosshair;
}
.services-box .fa {
    font-size: 85px;
    color: #58cd82;
}
.services-box h3 {
    color: #292929;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}
.services-box span{
    height: 1px;
    width: 85px;
    margin: 0 auto;
    background: #6a14a6;
    display: inline-block;
}
.services-box p{
    color: #7f7f7f;
    font-style: italic;
    margin-top: 12px;
}
.services-box:hover .fa {
    color: #6a14a6;
}
.services-box:hover span {
    background: #58cd82;
}
#contact-parallax {
    background: url(../images/hero1.jpg) fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
#contact-parallax .callback-title h4 {
    background: rgba(68, 32, 98, 1);
}
body.green-transparent footer.light-purple .copyright {
    background: #fff;
    margin-top: 20px;
    padding-bottom: 15px;
    color: #858585;
}
body.green-transparent footer.light-purple .copyright a {
    color: #858585;
}
.light-purple p.number .fa,.light-purple p.address .fa {
    font-size: 21px;
    padding-right: 15px;
}
/** Client Testimonials Page **/
.cct {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.cct-desc {
    float: left;
    width: 100%;
    border: 15px solid #d4d4d4;
    padding: 0px 35px 35px 35px;
    color: #2a2a2a;
    position: relative;
}
.cct-desc:before {
    content: '';
    position: absolute;
    background: url("../images/ui-elements/team-ex-right-active.png") no-repeat center right;
    width: 30px;
    height: 100%;
    right: -30px;
}
.cct-desc h2 {
    color: #2a2a2a;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
}
.cct-desc p {
    font-size: 20px;
    font-style: italic;
    color: #444444;
}
.cct-desc div {
    padding-left: 40px;
    position: relative;
}
.cct-desc div:before {
    content: '\f10d';
    font-family: FontAwesome;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 32px;
    color: #6dcd8f;
}
.cct-client {
    float: left;
    width: 100%;
}
.cct-client .left {
    float: left;
    width: 150px;
    position: relative;
}
.cct-client .holder span {
    position: absolute;
    top: 0px;
    height: 95%;
    width: 92%;
    background: url("../images/ui-elements/clients-shape.png") no-repeat center;
    background-size: contain;
    margin: 2%;
    margin-left: 5px;
}
.cct-client .holder img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.cct-client .right h2 {
    font-size: 28px;
    color: #2a2a2a;
}
.cct-client .right {
    padding-left: 15px;
    display: inline-block;
}
.cct-client .right small {
    font-size: 14px;
    font-style: italic;
}
.cct:hover .cct-desc {
    border-color: #7b34b7;
}
.cct:hover .cct-desc:before {
    background: url("../images/ui-elements/team-ex-right-hover.png") no-repeat center right;
}
/** Video Page **/
#video-hero {
    /*min-height: 978px;*/
}
#video-hero #big-video-image {
    width: 100% !important;
    left: 0px !important;
}
.vh-overlay {
    background: rgba(96, 43, 117, 0);
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 150px;
}
.vh-overlay small {
    font-size: 17px;
    font-style: italic;
}
.vh-overlay h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 50px;
}
.vh-overlay .vh-btn {
    background: #5fdd8c;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.play-btn {
    width: 230px;
    height: 230px;
    background: url("../images/ui-elements/team-overlay.png") no-repeat center;
    margin: 5%;
    background-size: contain;
    text-align: center;
    padding: 30px;
    margin-top: 95px;
}
.play-btn span {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.play-btn .fa {
    color: #fff;
    font-size: 48px;
    margin-top: 50px;
}
.portfolio-item .img-holder .overlay span {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.time-counter {
    font-size: 13px;
    color: #020202;
    font-style: italic;
}
a.video-tag {
    background: #5fdd8c;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right;
}
.portfolio-item:hover .portfolio-desc h3 {
    color: #7b34b7;
}
/** Creative Video Extended **/
.singleVideo {
    float: left;
    width: 100%;
    margin: 15px 0px;
    position: relative;
}
.singleVideo .holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
}
.singleVideo .overlay {
    width: 230px;
    height: 230px;
    background: url("../images/ui-elements/team-overlay.png") no-repeat center;
    margin: 0 auto;
    background-size: contain;
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 1;
    margin-top: 15%;
}
.singleVideo .overlay span {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.singleVideo .overlay .fa {
    color: #fff;
    font-size: 48px;
    margin-top: 50px;
}
.singleVideo .holder:hover .overlay {
    opacity: 1;
}
.singleVideo-desc {
    float: left;
    width: 100%;
}
.singleVideo-desc h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 70px;
}
.singleVideo-desc .link {
    font-size: 13px;
    font-style: italic;
    color: #7b34b7;
    text-decoration: underline;
}
.singleVideo-desc .time-counter {
    font-size: 27px;
    margin: 25px 0px;
    display: inline-block;
    width: 100%;
}
.singleVideo-desc .video-tag {
    float: left;
}
/** Homepage Mid **/
.color-white .circle-text span, .color-white .circle-text small {
    color: #fff;
}
.portfolioFilter.white-green a.current,.portfolioFilter.white-green a:hover {
    background: #fff;
    color: #58cd82;
    border-color: #fff;
}
.portfolioFilter.white-green a {
    background: #8ce3a2;
    color: #fff;
    border-color: #8ce3a2;
}
#general-single .owl-controls .owl-page span {
    background: #6a14a6 !important;
    width: 15px;
    height: 15px;
    margin: 2px;
}
#general-single .owl-controls .owl-page.active {
    border: 1px solid #6a14a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
#general-single .owl-controls .owl-page {
    margin: 0px 5px;
}
/** Home Page Parallax **/
footer.light-purple  .copyright.bg-light-grey,footer.light-purple  .copyright.bg-light-grey a {
    background: #e9e9e9;
    color: #858585;
}
.portfolioFilter.white-purple a.current,.portfolioFilter.white-purple a:hover {
    background: #fff;
    color: #75578e !important;
    border-color: #fff;
}
.portfolioFilter.white-purple a {
    background: #9e7eb8;
    color: #fff;
    border-color: #9e7eb8;
}
/** General **/
.color-black .circle-text span {
    color: #292929;
}
.color-black .circle-text small {
    color: #292929;
}
a.bg-0:hover {
    background: none !important;
}
section#video {
    background: url("../images/video/single.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}



a.pp_close {
    right: 20px !important;
    top: -30px !important;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/plugins/prettyPhoto-plugin/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
}
.pp_play{
	background: url(/plugins/prettyPhoto-plugin/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}
a.pp_arrow_previous {
    background: url(/plugins/prettyPhoto-plugin/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px !important;
    width: 20px !important;
    margin: 4px 0 0;
}
.currentTextHolder{
	color: #fff;
}
a.pp_arrow_next{
	background: url(/plugins/prettyPhoto-plugin/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px !important;
    width: 20px !important;
    margin: 4px 0 0;
    left: 52px;
    background-position: -82px -3px;
}
a.pp_nav p{
    display: none;
}
.carousel-caption h1 a {
    color:yellow !important;
}

@media (max-width:410px) {
    .navbar-default .navbar-brand,.map-label {
        font-size:20px;
    }
}
@media (max-width:991px) {
    section.maps h1, section.maps p {
        margin-left: 50px;

    }
    .main-contact .rgt, .main-contact .lft {
        width: 100%;
        float: none;
    }
    .form-control{
        font-size: 16px;
    }
}
@media (max-width:480px) {
    #home-carousel h1 {
        letter-spacing: normal;
    }
    .contact-deets, section.maps h1, section.maps p {
        margin-left: 10px;

    }
}
@media (max-width:767px) {
    section.maps{
        padding-top: 0px;
    }
}

.logocase {
    padding: 15px;
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}.success_msg {    color: #096 !important;    float: left !important;}.display-none {    display: none;}.error_msg {    color: #FF6140 !important;    float: left !important;}

.orginalImageColor {
    filter: gray;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
}
.map-label {
    background: black;
    display: block;
    clear: both;
}