/*============================================Global============================================ */
ul li
{
    list-style: none;
    display: inline-block;
}
li a
{
    text-decoration: none;
}
.form-control, .input-group-addon
{
    border-radius: 0px;
}
.title
{
    padding: 50px 0px;
    margin-top: 65px
}
a
{
    color: darkcyan;
}
a:hover
{
    text-decoration: none;
}

.btn {
    font-family: 'Raleway', sans-serif;
}

.pagination
{
    border-radius: 0px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #5cafa5;
    /*border-color: #5FA8AB;*/
}
.pagination>li>a, .pagination>li>span {

    color: #085A6C;
    background-color: #fff;
    border: 1px solid #ddd;
}

p
{
    font-family: 'Dosis', sans-serif;
    word-spacing: 3px;
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.send
{
    margin-bottom: 20px;
    background-color: #5cafa5;
    border-color:#5cafa5;
}
.btn-primary:hover{
    background-color: rgba(0, 0,0, 0.70);
    border-color:rgba(0, 0, 0, 0.70);
}
.owl-pagination
{
    display: none;
}
.copyrights{
    text-indent:-9999px;
    height:0;
    line-height:0;
    font-size:0;
    overflow:hidden;
}
.navbar-fixed-top{top:90px}


/* ------------------------------------- connect.html--testimonial-------------------------------------------- */
#testimonial
{
    width: 100%;
    background-size: cover;
    /*margin-top: 20px;*/
    color: rgb(134, 132, 132);
}
.testimonial-wrapper
{
    background-color: rgba(0, 0, 0, 0.87);
    padding: 40px 0px;
}
.client-content h1
{
    font-size: 51px;
}
.sub-headline p
{
    font-size: 23px;
}
.client-comment
{
    font-size: 18px;
    padding: 30px 0px;
    line-height: 30px;
}
#client-speech img
{
    margin-top: 40px;
    margin-bottom: 20px;
    border: 10px solid rgb(131, 129, 137);
}
.content-detail{
    color:#fff;
    font-size: 14px;
    margin-top: 30px;
}
.content-detail>p{
    color:#fff;
}
.content-detail .contactWay.one{
    font-size: 28px;
}
.content-detail .contactWay.two{
    font-size: 26px;
}
.content-detail .contactWay{
    cursor: pointer;
    border: 1px solid #9d9d9d;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 24px;
}
.content-detail .contactWay:hover{
    color:#FFF;
    background-color: #5cafa5;
    border: none;
}
.content-left{
    margin-bottom: 50px;
}
/* ------------------------------------  connect.html--appointment  ----------------------------------------- */

.appointment
{
    background-color: #e6e6e6;
}
.appointment .header
{
    background-color:#5cafa5;
    min-height: 99px;
    line-height: 99px;
    height: auto !important;
    padding: 10px 23px 0px;
    margin: 0px 0px 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
    background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
}
.appointment .header h2, .appointment .header .number
{
    text-shadow: 1px 1px 0px #20606D;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}
.appointment .header a i
{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid #fff;
    background: #6DBEC2;
    color: white;
    padding-top: 3px;
    padding-left: 6px;
}
.captcha-container
{
    margin: 0 0 20px;
}
.captcha-container img
{
    vertical-align: top;
    margin: 10px 0px;
}
.appointment .input-group
{
    padding: 10px 0px;
}

/*=======================================index.html===========================================*/
/*button*/
.showBtn{
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(92, 175, 165, .3);
}
.showBtn:hover {
    color: #fff;
    background: rgba(92, 175, 165, 1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
/* General styles for all menus */
.cbp-spmenu {
    background:#2A3F50;
    position: fixed;
}
.cbp-spmenu .logo,.cbp-spmenu .logo:hover{
    background:#5cafa5;
}
.cbp-spmenu a.active{
    color:#FFF;
    background: #6cb9b3;
}
section.button {
    position: fixed;
    z-index:9999;
}
button#showLeftPush {
    border: none;
    background: none;
    padding: 2em 4em;
    outline: none;
    position: absolute;
    z-index: 1;
    top: 0;
}
.cbp-spmenu h3 {
    color: #fff;
    font-family: 'FugazOne-Regular';
    font-size:1.5em;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.cbp-spmenu a {
    display: block;
    color:#6cb9b3;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
}

.cbp-spmenu a:hover {
    background: #107973;
    color: #fff;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px ridge rgba(28, 29, 40, 0.27);
    padding:1.3em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}
@media (max-width:1366px){
    button#showLeftPush {
        padding: 2em 3em;
        outline: none;
        z-index: 1;
        top: 0;
    }
}
@media (max-width:1024px){
    button#showLeftPush {
        outline: none;
        z-index: 1;
        top: 0;
    }
}
@media (max-width:800px){
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 27%;
        right: 0%;
    }
    .cbp-spmenu-vertical a {
        border-bottom: 1px ridge rgba(28, 29, 40, 0.27);
        padding: 1em;
        font-size: 0.9em;
    }

}
@media (max-width:640px){
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 27%;
        right: 0%;
    }
    button#showLeftPush {
        outline: none;
        z-index: 1;
        top: 0;
    }
    .cbp-spmenu-vertical a {
        border-bottom: 1px ridge rgba(28, 29, 40, 0.27);
        padding: 1em;
        font-size: 0.95em;
    }
}
@media (max-width:480px){
    .cbp-spmenu h3{
        padding: 10px;
        font-size: 1em;
    }
    button#showLeftPush {
        outline: none;
        z-index: 1;
        top: 0;
    }
}
@media (max-width:375px){
    button#showLeftPush {
        outline: none;
        z-index: 1;
        top: 0;
    }
    .cbp-spmenu-vertical {
        width: 158px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }
    .cbp-spmenu-push-toright {
        left:158px;
    }
    button#showLeftPush {
        padding: 1.5em 2em;
    }
}
@media (max-width:320px){
    button#showLeftPush {
        outline: none;
        z-index: 1;
        top: 0;
    }
    .cbp-spmenu-vertical {
        width: 158px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }
    .cbp-spmenu-push-toright {
        left:158px;
    }
    button#showLeftPush {
        padding: 1.5em 2em;
    }
}