/*

Name: Phione
Version: 1.0
Author: MrSarac
Author URI: http://themeforest.net/user/mrsarac

Table of Contents
--------------------------
- Layout/Common
- Buttons
- Hello
- Header
- About
- Services
- Portfolio
- Testimonial
- Team
- Clients
- Blog
- Contact
- Map
- Footer

Layout/Common*/
@font-face {
    font-family: myFont;
    src: url("../fonts/stc.eot"); /* For IE browsers */
}

@font-face {
    font-family: myFont;
    src: url("../fonts/stc.ttf"); /* For most other browsers */
}

BODY {
    line-height: 1.618em;
    font-family: "myFont","PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    background-color:#eaedf1;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "myFont","PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

A {
    color: #5D89B7;
}

    A:focus {
        outline: none;
    }

    A:hover {
        text-decoration: none;
        color: #354D65;
    }

H1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
}

.hide {
    display: none;
}

.section {
    padding: 20px 0 20px;
}

    .section P {
    }

.logo2 {
    margin-top: -10px;
}

#loader {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: fixed;
    z-index: 9999;
    text-align: center;
    display: none\0/;
}

    #loader .center {
        bottom: 0;
        height: 100px;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
    }
/*
YouTube loading
http://tympanus.net/codrops/2013/09/18/creative-loading-effects/
 */
.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    background: #EA4B35;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}

    .la-anim-1::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        background: #EA4B35;
        box-shadow: 0 0 15px #EA4B35, 0 0 5px #EA4B35;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
        transition: opacity 0.2s, box-shadow 2s 4s;
        -webkit-transform: rotate(2deg) translateY(-2px);
        transform: rotate(2deg) translateY(-2px);
    }

    .la-anim-1.la-animate {
        z-index: 100;
        opacity: 0;
        -webkit-transition: -webkit-transform 3s ease-in, opacity 1s 3s;
        transition: transform 3s ease-in, opacity 1s 3s;
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

        .la-anim-1.la-animate::after {
            box-shadow: 0 0 3px #EA4B35, 0 0 1px #EA4B35;
            opacity: 1;
        }

.col-center {
    margin: 0 auto;
    text-align: center;
    float: none;
}
/*Buttons*/
.btn {
    border-radius: 0;
    font-weight: bold;
    line-height: 1.618em;
    font-family: "myFont","PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position: relative;
    color: #FFF;
}

    .btn:hover {
        color: #FFF;
    }

    .btn:after {
        display: block;
        content: close-quote;
        top: -1px;
        right: -7px;
        bottom: 2px;
        position: absolute;
        height: 105%;
        width: 4px;
        border: 1px solid transparent;
    }

.btn-red, .btn-red:after {
    background-color: #EA4B35;
}

    .btn-red:hover, .btn-red:hover:after {
        background-color: #FB2C16;
    }

.btn-orange, .btn-orange:after {
    background-color: #F07A09;
}

    .btn-orange:hover, .btn-orange:hover:after {
        background-color: #FF9C06;
    }

.btn-green, .btn-green:after {
    background-color: #37BF78;
}

    .btn-green:hover, .btn-green:hover:after {
        background-color: #0EE799;
    }

.btn-carrot, .btn-carrot:after {
    background-color: #E74F17;
}

    .btn-carrot:hover, .btn-carrot:hover:after {
        background-color: #F26724;
    }

.btn-light, .btn-light:after {
    background-color: rgba(255, 255, 255, 0.4);
    color: #EFEFEF;
    border-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

    .btn-light:hover, .btn-light:hover:after {
        background-color: rgba(255, 255, 255, 0.9);
        color: #444;
        border-color: rgba(255, 255, 255, 0.9);
    }

.btn-ghost {
    color: #FFF;
}

    .btn-ghost:hover, .btn-ghost:after {
        color: #FFF;
        text-decoration: underline;
    }

.top {
}
/*Hello*/
.hello {
    padding: 0;
}

.hello-header {
    position: absolute;
    z-index: 1;
    margin: 25px auto 0;
    left: 0;
    right: 0;
}

.hello-logo {
    display: block;
    opacity: 0.8;
}

    .hello-logo:hover {
        opacity: 1;
    }

.hello-link {
    color: #FFF;
    font-weight: 700;
    font-size: 1.6em;
    display: inline-block;
    border: 1px solid #FF0000 !important;
}
.carousel .item {
    background-color: transparent;
    background-position: top center;
}

.carousel .container {
    position: relative;
}

.carousel .row {
    margin-top: 8em;
}

.carousel .item.active {
}

.hello-title {
    font-weight: bold;
    font-size: 2.38em;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    opacity: 0.5;
    margin: 490px 0 0 0;
}

.hello-p {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    padding: 10px;
}

.carousel .btn {
    margin-top: 4em;
}

.carousel-indicators {
    bottom: 5em;
}

    .carousel-indicators LI, .carousel-indicators LI.active {
        border-width: 2px !important;
        margin: 3px;
        width: 1.2em;
        height: 1.2em;
    }

        .carousel-indicators LI.active {
            background-color: #60c2ef;
            border-color: #fff;
            /* [disabled]border-color:#FFF;*/
        }
/*Header*/
.header {
}

    .header.fixed {
        width: 100%;
        position: fixed;
    }

.navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-logo {
    display: block;
}

.nav {
	background-color: #a0e0fc;
}

    .nav LI {
    }

        .nav LI.active {
        }

            .nav LI.active A, .nav LI A:hover {
                color: inherit !important;
            }

    .nav A {
        padding: 10px;
		font-weight:bold;
    }

        .nav A:hover, .nav A:focus {
            background-color: transparent !important;
        }

.navbar .icon-bar {
    background-color: #FFF;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggle {
    margin-right: 0;
}

.nav .open > A, .nav .open > A:hover, .nav .open > A:focus {
    background-color: transparent !important;
}
/*Hex*/
.hexagon-profile {
    margin: 10px 0;
    text-align: center;
}

    .hexagon-profile .name {
        font-size: 1.1em;
        font-weight: bold;
    }

    .hexagon-profile .info {
        line-height: 1.418em;
    }

.hexagon-mask {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    z-index: 1;
}

    .hexagon-mask .mask {
        background: transparent url(../images/hexagon-mask-full.png) repeat center center;
        -webkit-transition: -webkit-transform 300ms ease-out;
        -moz-transition: -moz-transform 300ms ease-out;
        -o-transition: -o-transform 300ms ease-out;
        transition: transform 300ms ease-out;
        position: absolute;
        z-index: 4;
        display: block;
        width: 300px;
        height: 300px;
        left: -50%;
        top: -50%;
        pointer-events: none;
        zoom: 1;
    }

    .hexagon-mask:hover .mask {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .hexagon-mask .mask-bg {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        /*+opacity:80%;*/
        filter: alpha(opacity=80);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.8);
        display: none;
    }

    .hexagon-mask:hover .mask-bg {
        display: block;
    }

    .hexagon-mask IMG {
        height: 150px;
    }

.hexagon-social {
    zoom: 1;
    background: none;
    z-index: 10;
    position: absolute;
    text-align: center;
    height: 150px;
    width: 150px;
    display: none;
}

.hexagon-mask:hover .hexagon-social {
    display: block;
}

.hexagon-social A {
    margin-top: 82px;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
    padding: 5px;
}

    .hexagon-social A:hover {
        text-decoration: none;
    }

.hexagon-social .fa-facebook:hover {
    color: #346DA6;
}

.hexagon-social .fa-twitter:hover {
    color: #10A5DC;
}

.hexagon-social .fa-linkedin:hover {
    color: #10A2D9;
}

.hexagon-social .fa-dribbble:hover {
    color: #DF3E7B;
}

.hexagon-social .fa-:hover {
    color: #346DA6;
}

.hexagon-social .fa-:hover {
    color: #346DA6;
}
/*About*/
.about {
}

    .about .hexagon-mask {
        margin: 40px auto 0;
    }
/*Services*/
.services {
}

    .services .title:before {
        border-top-color: #383838;
    }

    .services .title:after {
        border-top-color: #383838;
    }

.hexagon-service * {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hexagon-service {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    text-align: center;
    display: table;
    margin: 0 auto;
}

    .hexagon-service .mask {
        width: 150px;
        height: 150px;
        background: url(../images/hexagon-mask.png) no-repeat center center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

    .hexagon-service:hover .mask {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
        zoom: 1;
    }

    .hexagon-service .img {
        vertical-align: middle;
        display: table-cell;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        z-index: 2;
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

.hexagon-service {
    z-index: 2;
    position: relative;
}

    .hexagon-service IMG {
    }

    .hexagon-service:hover IMG {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hexagon-service .num {
        display: block;
        text-align: center;
        font-size: 1.1em;
        color: #FFFFFF;
        font-weight: bold;
        width: 33px;
        height: 33px;
        padding: 5px;
        /*+border-radius:20px;*/
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        position: absolute;
        right: 21px;
        bottom: 3px;
        z-index: 3;
    }

.service {
    margin-bottom: 30px;
}

    .service .num-green {
        background-color: #37BF78;
    }

    .service .num-orange {
        background-color: #F07A09;
    }

    .service .num-carrot {
        background-color: #E74F17;
    }

    .service H3 {
        font-size: 1.125em;
        font-weight: bold;
    }

    .service P {
        font-size: 0.875em;
        margin-bottom: 30px;
        color: #A7A7A7;
    }
/*Portfolio*/
.portfolio {
    overflow: hidden;
    padding: 40px 0 0;
}

.portfolio-filter {
}

    .portfolio-filter UL {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .portfolio-filter LI {
        text-align: center;
        padding: 5px 20px;
        display: inline-block;
    }

        .portfolio-filter LI.active {
        }

        .portfolio-filter LI A {
            color: #999;
            display: block;
            padding: 2px 12px;
            background-color: #F5F4F4;
        }

            .portfolio-filter LI A:hover {
                color: #DD3227;
                text-decoration: none;
            }

        .portfolio-filter LI.active A {
            color: #FFF;
            background-color: #DD3227;
        }

.portfolio-container {
    overflow: hidden;
}

    .portfolio-container:after {
        content: '';
        display: block;
        clear: both;
    }

.portfolio-item {
    width: 25%;
}

    .portfolio-item:hover .portfolio-hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .portfolio-item.w2 {
        width: 50%;
    }

.portfolio-hover {
    /* [disabled]background-color:#DD3227;*/
    background-color: rgba(234, 75, 53, 0.8);
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}

    .portfolio-hover .table {
        height: 100%;
        width: 100%;
        display: table;
    }

    .portfolio-hover .middle {
        vertical-align: middle;
        display: table-cell;
    }

    .portfolio-hover STRONG {
        display: block;
        font-size: 1.7em;
        color: #FFF;
        margin: 10px;
        padding: 0 50px;
    }

    .portfolio-hover I {
        display: inline-block;
        background-color: #FFF;
        color: #333;
        font-weight: bold;
        padding: 2px 8px 0;
        line-height: 16px;
        font-size: 0.6em;
    }

.portfolio-item IMG {
    width: 100%;
}
/*Testimonial*/
/*.testimonial {
    color: #FFFFFF;
    -moz-text-shadow: 0 0px 10px #727272;
    -webkit-text-shadow: 0 0px 10px #727272;
    -o-text-shadow: 0 0px 10px #727272;
    text-shadow: 0 0px 10px #727272;
    padding: 50px;
}*/

.testimonial {
    background-color: #2C3E51;
}

    .testimonial H1 {
        color: #FFF;
    }

.testimonial-item {
    color: #FFFFFF;
    margin-bottom: 25px;
}

    .testimonial-item .fa {
        font-size: 4em;
        padding: 20px 0;
    }

    .testimonial-item .quote {
        font-size: 1em;
        line-height: 25px;
        margin-bottom: 15px;
        text-align: justify;
    }

    .testimonial-item .name {
        font-size: 15px;
        text-align: right;
    }

    .testimonial-item .nameTitle {
        font-size: 15px;
        text-align: right;
        color: #c3c3c3;
    }
/*Team*/
.team {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .team .hexagon-mask {
        margin-right: auto;
        margin-left: auto;
    }

    .team .team-p {
        max-width: 500px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .team .name {
    }

    .team .job {
        font-style: italic;
    }

    .team .whoiam {
        font-size: 0.8em;
        line-height: 1.5em;
        color: #999;
        margin: 0 20px;
    }
/*Clients*/
.clients {
    background-color: #2C3E51;
}

    .clients H1 {
        color: #FFF;
    }

.clients-item {
    margin: 20px;
}

    .clients-item A {
    }

        .clients-item A:hover {
        }

    .clients-item IMG {
    }
/*Blog*/
.blog {
}

.article {
    text-align: center;
    margin-bottom: 50px;
}

    .article H1 {
        font-size: 1.75em;
        color: #333;
    }

    .article H2 {
        font-size: 1.313em;
        color: #929292;
        margin: 0 0 20px;
        padding: 0;
    }

.hexagon {
    position: relative;
    overflow: hidden;
    visibility: hidden;
    width: 150px;
    height: 75px;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .hexagon .outer {
        overflow: hidden;
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(-120deg);
        -moz-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        -o-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }

    .hexagon .inner {
        overflow: hidden;
        position: relative;
        visibility: visible;
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(-120deg);
        -moz-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        -o-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }

.blog-info {
    border-bottom: 1px solid #DDD;
    padding: 10px;
    color: #B4B2B2;
    overflow: hidden;
    text-align: center;
}

    .blog-info .hexagon-profile {
        margin: 0 auto 20px;
        width: 150px;
    }

    .blog-info I {
        margin-left: 20px;
        margin-right: 5px;
    }

    .blog-info .tag {
        color: #B4B2B2;
    }

        .blog-info .tag:hover {
            color: #666;
        }

.blog-content {
}

    .blog-content P {
        padding: 10px;
    }

    .blog-content A {
    }

    .blog-content IMG {
        margin-bottom: 20px;
    }
/*Contact*/
.contact {
    margin-bottom: 40px;
}

    .contact .fa-2 {
        font-size: 1.2em;
        text-align: center;
    }

    .contact UL LI {
        line-height: 2em;
    }

        .contact UL LI I {
            margin-right: 20px;
        }

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	}

.contact .container H2 {
}

.contact .container P {
}

.contact-form {
    margin-top: 50px;
}

    .contact-form .form-group {
    }

    .contact-form TEXTAREA.form-control {
        min-height: 120px;
    }
/*Map*/
.gmap {
    overflow: hidden;
    height: 380px;
}

    .gmap.selected {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(42, 200, 141, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(42, 200, 141, 0.6);
    }

.gmap-overlay {
    width: 100%;
    height: 380px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: table;
}

    .gmap-overlay .text-center {
        display: table-cell;
        vertical-align: middle;
    }
/*Footer*/
.footer {
	background: #24a6b2;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

    .footer A {
    }

.social-icons {
    float: right;
}

    .social-icons A {
        text-align: center;
        display: block;
    }

    .social-icons .fa {
    }

    .social-icons .fa-2 {
        font-size: 1.7em;
    }

    .social-icons UL {
    }

    .social-icons LI {
        float: left;
        margin-right: 25px;
    }

    .social-icons A {
        color: #AAAAAA;
    }

        .social-icons A:hover {
            color: #DFDFDF;
        }

.justified {
    text-align: justify;
}

.minLogo {
    margin-top: -3px;
}

.error {
    color: red;
}

.btn-xlarge {
    padding: 24px 207px;
    font-size: 35px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.test {
    margin-bottom: 40px;
}

.bigFont {
    font-size: 2em;
}
.border{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
.margin-top-30{
	margin-top:30px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-100{
	margin-top:100px;
}
.green-font{
	color:#267131;
	}
.orange-font{
	color:#b87534;
	}
.white-font{
	color:#FFF;
	}
.content-bg{
	background-color:#ffffff;
	}
											/*--------ISLAM STYLE---------*/
.topHeader {
	background-color: #24a6b2;
}
.white-color{
	color:#FFF ;
	}
.mainMenu{
	background-color:#FFF;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-box-shadow: #666 0px 5px 10px;
	-moz-box-shadow: #666 0px 5px 10px;
	box-shadow: #666 0px 5px 10px;
	}
.mainMenu li.consulting{
	border-bottom-color:#93c37f;
	border-bottom-width:4px;	
	border-style:solid;
	padding-bottom:20px;	
	border-left:none 0;	
	border-top:none 0;	
	border-right:none 0;	
}
.mainMenu li.courses{
	border-bottom-color:#f36935;
	border-bottom-width:4px;	
	border-style:solid;	
	padding-bottom:20px;
	border-left:none 0;	
	border-top:none 0;	
	border-right:none 0;	
}
.mainMenu li.benaaOrg{
	border-bottom-color:#24a5b1;
	border-bottom-width:4px;	
	border-style:solid;	
	padding-bottom:20px;	
	border-left:none 0;	
	border-top:none 0;	
	border-right:none 0;	
}
.mainMenu li.measurement{
	border-bottom-color:#1c74a7;
	border-bottom-width:4px;	
	border-style:solid;
	padding-bottom:20px;
	border-left:none 0;	
	border-top:none 0;	
	border-right:none 0;	
}
.mainMenu li a{
	color:#939598;
	font-size:17px;
	font-weight:bold;
	padding-left:80px;
	}
.mainMenu li a:hover{
	text-decoration:none;
	}
.padding-all{
	padding:20px;
}
.program-title{
	padding:20px;
    text-align: center;
    position: relative;
    margin-bottom:20px;
	background-color:#24a6b2;
	color:#FFF;
	font-size:2.2em;
	font-weight:bold;
	}
.separator {
	background-color:#24a6b2;
	height:7px;
	margin-top:25px;
	margin-bottom:25px;
}
.exames-title{
	padding:20px;
    text-align: center;
    position: relative;
    margin-bottom:20px;
	background-color:#1c74a7;
	color:#FFF;
	font-size:2.2em;
	font-weight:bold;
	}
.line-height{
	line-height:1.5em;
	}
.padding-bot{
	padding-bottom:70px;
	}
.carousel-control.left{
	background-image: none;
	}
.carousel-control.right{
	background-image: none;
	}
.carousel-control{
	margin-top:30%;
	}