	body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}
a {
	color: #666;	
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover, a:active {
    color: #b33536;
	text-decoration: none;
}

header{
    padding-top: 25px;
}

.red{
    color: #b33536;
}
#header-nav{
	z-index:2000;}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav li a{
    font-size: 17px;
    color: #b33536;
    border-bottom: 1px solid transparent;
	padding:10px;
}
.nav>li>a:hover{
    color: #3a1617;
}
.nav>li.active>a, .nav>li>a:hover{
    border-bottom: 1px solid #6d6e73;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.navbar-toggle{
    color: #b33536;
}

.dropdown-menu{
    border-radius: 0;
    background: #7a7b7f !important;
    padding: 0;
    border: none;
}
.dropdown-menu a{
    color: #fff !important;
}
.dropdown-menu a:hover{
    color: #b33536 !important;
}
.dropdown-menu li a{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
	font-size:14px;
}

.company-desc{
    font-size: 12px;
}

#hero{
    min-height: 500px;
    background: #eeeee7 url("../img/themes/hero-Phi.png") no-repeat right;
}

.hero-content-bg{
    min-height: 300px;
    background: #edece5 url("../img/themes/hero-Phi.png") no-repeat right;
    background-size: cover;
}



#hero.video-bg{
    background: none !important;
}

#hero.video-bg .section-title{
    color: #fff !important;
}

#hero.video-bg .buble-black{
    background: #fff;
    color: #3a3a3a;
}
#hero.video-bg .buble-black a{
    color: #3a3a3a;
}
#hero.video-bg .buble-black:after {
    z-index: 9;
    position: absolute;
    top: 92.1%;
    left: 55%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

body .videoBG_wrapper, body .videoBG {
    width: 100% !important;
}

section{
    padding: 0;
}
.section-title-Smaller{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:1em;
}
.section-title{
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:1em;
}
.TopHeader{
	background-color:#e6e4da;
	height:31px;
	border-bottom:solid 1px #cacaca;
}
.hero-content{
    padding-top: 200px;
}
.hero-content-rev{
    padding-top: 30px;
}
.consultancy-content{
    padding-top: 90px;
    color: #fff;
}
.buble{
    padding: 8px 11px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.buble:hover{
    transform: rotate(-10deg);
    transition: all ease-in-out 300ms;
}
.buble:hover a{
    font-weight: 700 !important;
}



.buble-black{
    background: #3a3a3a;
    color: #fff;
}
.buble-black a{
    color: #fff;
    transition: all ease-in-out 300ms;
}
.buble-black:after {
    z-index: 9;
    position: absolute;
    top: 92.1%;
    left: 55%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #3a3a3a;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.buble-white{
    background: #fff;
    color: #81b1d6;
}
.buble-white a{
    color: #81b1d6;
}
.buble-white:after {
    z-index: 9;
    position: absolute;
    top: 92.1%;
    left: 55%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.buble-green{
    background: #98b33c;
    color: #fff;
    margin-left: 200px;
}
.buble-green a{
    color: #fff;
}
.buble-green:after {
    z-index: 9;
    position: absolute;
    top: 92.1%;
    left: 55%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #98b33c;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.buble-blue{
    background: #79ffff;
    color: #1a83b7;
}
.buble-blue a{
    color: #1a83b7;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.buble-blue:after {
    z-index: 9;
    position: absolute;
    top: 92.1%;
    left: 55%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #79ffff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.buble-red{
    background: #c3272f;
    color: #fff;
}
.buble-red a{
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.buble-red:after {
    z-index: 9;
    position: absolute;
    top: 92.1%;
    left: 55%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #c3272f;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}


.section-head-container{
    background: url("../img/themes/line-copy.png") repeat-x center center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.section-head{
    display: inline-block;
    padding: 5px 10px;
}
#product .section-head{
    background: #fff;
}

.inline-block{
    display: inline-block;
}
.product-link{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 13px;
    display: inline-block;
    font-size: 14px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}

#product .product-left{
    padding-right: 0;
}
#product .product-right{
    padding-left: 0;
}

#consultancy{
    min-height: 368px;
    background: #81b1d6 url("../img/themes/consultancy.png") no-repeat 60% center;
    /*background-size: cover;*/
}

.consultancy-content-bg{
    min-height: 300px;
    background: #81b1d6 url("../img/themes/consultancy.png") no-repeat right center;
    background-size: cover;
}
.training-content-bg{
    min-height: 300px;
    background: #7b68b1 url("../img/themes/trainingHead.png") no-repeat right center;
    background-size: cover;
}

#training{
    background: #7360a9;
    min-height: 420px;
	background: #7b68b1 url("../img/themes/trainingHead.png") no-repeat 60% center;
}

.training-right{
    background: #7360a9;
}

.training-r1{
    background: url("../img/themes/training-r.png") repeat-y;
    background-size: cover;
    background-position: -100px;
}
.training-r1-inner{
    background: url("../img/themes/speakers-corner.png") no-repeat;
    background-position: 0 18px;
    min-height: 225px;
}
.training-r2{
    background: url("../img/themes/training-r.png") repeat-y;
    background-size: cover;
}
.training-r2-inner{
    background: url("../img/themes/mouse.png") no-repeat;
    min-height: 225px;
    background-position: 0 32px;
}


.training-content {
    width: 446px;
    float: right;
    padding: 15px 30px 15px;
    color: #fff;
}

.training-content img{
    margin-bottom: 10px;
    margin-top: 10px;
}
#training .buble-white{
    background: #fff;
    margin-top: 10px;
}
#training .buble-white a{
    color: #7b68b2;
}
.training-r1-inner .buble-white{
    background: #7360a9;
    margin-top: 10px;
}
.training-r1-inner .buble-white a{
    color: #fff;
}
.training-r1-inner .buble-white:after {
    border-top: solid 15px #7360a9;
}

.training-r2-inner .buble-white{
    background: #98499c;
    margin-bottom: 20px;
    margin-top: 10px;
}
.training-r2-inner .buble-white a{
    color: #fff;
}
.training-r2-inner .buble-white:after {
    border-top: solid 15px #98499c;
}

#mangrove{
    min-height: 455px;
    background: #fff url("../img/themes/background-1.png") no-repeat;
}
.mangrove-content{
    padding-top: 77px;
    color: #98b33c;
}
.mangrove-content>p{
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.mangrove-tree p{
    color: #6d6e73;
}

.blue-bar{
    background: #0069aa;
    padding: 35px 0;
    color: #fff;
    text-align: center;
}
.blue-bar .section-title{
    margin-top: 0;
}



.tools-left{
    background: #51b4f4 url("../img/themes/at1.png") no-repeat;
    background-size: cover;
    min-height: 408px;
}
.tools-middle{
    background: #51b4f4 url("../img/themes/at2.png") no-repeat;
    background-size: cover;
    min-height: 408px;
}
.tools-right{
    background: #51b4f4 url("../img/themes/at3.png") no-repeat;
    background-size: cover;
    min-height: 408px;
}

.tools-left:before, .tools-middle:before, .tools-right:before{
    z-index: 9;
    position: absolute;
    top: 0;
    left: 70%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #0069aa;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.tools-left-inner, .tools-middle-inner, .tools-right-inner{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}
.tools-middle-inner{
    padding-bottom: 19px;
}
.tools-left-inner{
    background: url("../img/themes/human.png") no-repeat left 90%;
    min-height: 408px;
}
.tools-middle-inner{
    padding-top: 160px;
    background: url("../img/themes/wave.png") no-repeat left 10%;
    background-size: contain;
    min-height: 408px;
}
.tools-right-inner{
    background: url("../img/themes/needle.png") no-repeat right 90%;
    min-height: 408px;
}

.tools-left-inner .buble{
    float: right;
}
#assessment-tools .col-sm-4{
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
#assessment-tools .col-sm-4 img{
    margin-bottom: 15px;
}

#invoice{
    min-height: 430px;
    background: #fff url("../img/themes/invoice-bg.png") no-repeat right bottom;
}

.invoice-bg{
    min-height: 200px;
    background: #fff url("../img/themes/invoice-bg.png") no-repeat right bottom;
    background-size: cover;
}

#invoice .section-title{
    color: #c3272f;
}
.invoice-inner{
    padding-top: 90px;
}

#training-toolkit{
    min-height: 392px;
    background: #edece5 url("../img/themes/training-toolkit.png") no-repeat left bottom;
}
.training-toolkit-bg{
    min-height: 220px;
    background: #edece5 url("../img/themes/training-toolkit.png") no-repeat left bottom;
    background-size: cover;
}


#training-toolkit .buble-green{
    background: #7fb29a;
    color: #fff;
}
#training-toolkit .buble-green a{
    color: #fff;
}
#training-toolkit .buble-green:after {

    border-top: solid 15px #7fb29a;
}
#training-toolkit .section-title{
    color: #7fb29a;
}

#customer .section-head{
    background: #fff;
}

.customer-brand{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.brand-container{
    min-height: 58px;
    margin-bottom: 10px;
    position: relative;
    vertical-align: middle;
}
#testimonial{
    background: #eeeeee;
}
#testimonial .section-head{
    background: #eeeeee;
}

.cite{
    font-family: 'Roboto', sans-serif;
    text-align: right;
    font-weight: 700;
}
.quote{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    position: relative;
}
.quote:before{
    content: " ";
    background: url("../img/themes/open-quot.png");
    position: relative;
    display: inline-block;
    width: 37px;
    height: 29px;
    margin-right: 7px;
}

#social{
    padding: 30px 0;
}
#social a{
    color: #6d6e73;
}
#social a:hover{
    color: #c3272f;
}
#social .fa{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #6d6e73;
    text-align: center;
    line-height: 45px;
    font-size: 1.5em;
}

#social .fa.fa-phi{
    border: none;
    font-size: 51px;
    font-weight: 300;
}
#social a:hover .fa.fa-phi{
    border: none;
}

.phi-hover{
    transition: all ease-in-out 300ms;
    display: inline-block;
    width: 54px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url("../img/themes/phi.png");
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.phi-hover:hover{
    background: url("../img/themes/phi-h.png");
}

.phi-h {
    position: absolute;
    top: 10px;
    left: 29px;
}

#social a:hover .fa{
    border: 1px solid #c3272f;
}

footer{
    background: #6d6e73;
    padding: 30px 0;
    color: #e6e4da;
    font-size: 12px;
}
footer h3{
    margin-top: 0;
}
footer a{
    color: #e6e4da;
}
footer a:hover{
    color: #c3272f;
}
footer .fa{
    width: 25px;
}
.footer p:last-child{
    margin-bottom: 0;
}
.footer-copyright{
    text-align: left;
    font-size: 11px;
    color: #fff;
}

@media (min-width: 1288px){
    /*.training-r1-inner .buble-white, .training-r2-inner .buble-white{*/
        /*position: absolute;*/
        /*left: -170px;*/
    /*}*/

    /*.training-r1-inner .buble-white{*/
        /*bottom: -20px;*/
    /*}*/

    /*.training-r2-inner .buble-white{*/
        /*top: 23px;*/
    /*}*/

}

#training img{
    display: inline-block;
}
#training .training-r1-inner, #training .training-r2-inner{
    background: transparent;
}
.connect-bg{
    position: absolute;
}
.buble-wrapper .buble{
    position: absolute;
    z-index: 9999;
}
.pos-relative{
    position: relative;
}
.buble-wrapper{
    position: absolute;
    z-index: 9999;
    left: 100%;
}

.training-r1-inner .buble-white{
     bottom: -18px;
 }
.training-r2-inner .buble-wrapper{
    margin-top: 5px;
}
.training-r1-inner .img-bg, .training-r2-inner .img-bg{
    margin-top: 15px;
}

.training-r2-inner .buble-white {
    background: #98499c;
    margin-bottom: 141px;
    margin-top: 10px;
    bottom: 0;
}

#training .training-content {
    padding-top: 65px;
}
.training-r2-inner .training-content {
    padding-top: 65px;
}


    /* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* Mobile device */
@media (max-width: 767px) {
    .company-desc{
        text-align: center;
    }
    .logo{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .hero-content{
        background: rgba(237, 236, 229, 0.9);
        padding: 30px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #hero.video-bg .hero-content{
        background: none;
    }

    .training-left-inner{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        color: #fff;
    }


    .training-content {
        width: 100%;
        min-height: 225px;
        /*padding-top: 246px;*/
        padding-bottom: 55px;
    }

    .mangrove-content {
        /*background: rgba(255, 255, 255, 0.9);*/
        padding-bottom: 50px;
        padding-top: 480px;
    }



    .tools-middle:before, .tools-right:before{
        display: none;
    }
    .xs-margin-bottom-30{
        margin-bottom: 30px;
    }

    #invoice{
        background: #fff;
        min-height: 500px;
    }
    .invoice-inner{
        padding-top: 30px;
    }

    #training-toolkit{
        background: #edece5;
        padding-top: 30px;
    }
    #training-toolkit .mangrove-content{
        background: transparent;
        padding-top: 0;
    }
    .footer-copyright{
        text-align: left;
    }

    .section-title {
    	font-size: 36px;
    }

    #hero{
        min-height: 500px;
        background: #edece5 ;
    }
    .hero-content-rev{
        padding-top: 20px;
        padding-bottom: 30px;
    }

	#training{
        min-height: 368px;
        background: #7b68b1;
    }
    #consultancy{
        min-height: 368px;
        background: #81b1d6;
    }
    .consultancy-content{
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .training-r1, .training-r2{
        background-position: -650px !important;
    }

    .connect-bg{
        position: relative;
    }
    .buble-wrapper{
        position: static;
        margin-left: -20px;
    }
}

@media (max-width: 377px){
    .training-r2-inner .buble-white {
        background: #98499c;
        margin-bottom: 69px;
        margin-top: 0;
        bottom: 0;
    }
}

/* Custom mobile */
@media (max-width: 480px) {
    .connect-bg img{
        max-width: 60%;
    }
    .training-r2-inner .buble-white {
        background: #98499c;
        margin-bottom: 95px;
        margin-top: 0;
        bottom: 0;
    }
}

/* Tablet device */
@media (min-width: 768px) {
    .company-desc{
        max-width:390px;
        float: right;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar{
        margin-bottom: 0;
        margin-top: -33px;
    }
    .logo{
        position: relative;
        z-index: 999;
    }
    .navbar-nav{
        border-bottom: 1px solid #d9d5c3;
    }
    .navbar-nav>li:first-child>a{
        padding-left: 0;
    }
    .navbar-nav>li:last-child>a{
        padding-right: 0;
    }

    .training-left{
        width: 30%;
        float: left;
    }
    .training-left-inner{
        float: right;
        color: #fff;
        padding-top: 200px;
        padding-right: 100px;
        text-align: right;
        width: 100%;
    }
    .training-right{
        width: 70%;
        float: left;
    }

    .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

/* Desktop small screen */
@media (min-width: 992px) {

}

/* Desktop large screen */
@media (min-width: 1200px) {

}