/**

Theme Name: Ability Theraphy

Version: 1.0;

Author: Aezel Cabrales / Rev Gutierrez

Author URI: http://crode.ph

Description:

Tags: white, blue, purple

**/

/*FONT*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

*{
    font-family: 'Lato', sans-serif;
}

.no-padding{
    padding: 0;
}
.no-padding-left{
    padding-left: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*MOBILE MENU*/
#menu{
    display: none;
}

.navbar-header {
    margin-top: 6%;
    float: right;
}

/*HEADER*/
.navbar-default{
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 3px 20px 0px #4f4f4f;
    /* background-color: white; */
    z-index: 2;
}

div#d_menu {
    width: 75%;
    float: left;
    margin-left: 50px;
}

#d_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu li {
    float: left;
    height: 110px;
    line-height: 110px;
}

.menu li a {
    height: 100%;
    width: 100%;
    float: left;
    padding: 0 30px;
    font-weight: 700;
    font-size: 16px;
    color: #686868;
}

.menu li a:hover {
    background: #0070c0;
    border-bottom: 3px solid #8064a2;
    color: #fff;
    text-decoration: none;
}

/*INDEX*/

.row.section-one {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 125px;
}

.section-one h1 {
    color: #0070c0;
    /* font-weight: 900; */
    margin-top: 100px;
}

.row.section-one p {
    width: 50%;
    margin: auto;
    display: inline-block;
    font-size: 18px;
    color: #686868;
    margin: 54px 0 83px 0;
}

.col-xs-12.col-sm-4.col-md-4.col-lg-4.work-item {
    text-align: center;
    margin: 40px 0;
}

.col-xs-12.col-sm-4.col-md-4.col-lg-4.work-item img{
   display: inline-block;
}

.work-item h2 {
    font-weight: 700;
    font-size: 26px;
    color: #0070c0;
    margin-top: 26px;
    margin-bottom: 24px;
}

.row.section-one .work-item p{
    width: 320px !important;
    margin: 0px;
}

/*SECTION 2*/


.section-two{
    float: left;
    width: 100%;
    /*background: #f2f2f2;*/
}

.section-two h1, .section-four h1 {
    color: #0070c0;
    margin-top: 40px;
    font-weight: bold;
    font-size: 34px;
    z-index: ;
}

.section-two p{
    font-size: 16px;
}

.section-two h1{
    margin-top: 40px;
    font-weight: bold;
    font-size: 34px;
}

.service-item{
    margin-top: 25px;
    margin-bottom: 25px;
}

.service-item img {
    display: inline-block;
}

.service-item h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #0070c0;
    margin-left: 49px;
}

.service-item p {
    width: 85%;
    margin-left: 105px;
    display: inline-block;
    font-size: 16px;
    text-align: justify;
    /*float: left;*/
}

.section-two .service-item p{
    width: 75%;
}

.service-item a {
    float: left;
    width: 75%;
    text-align: right;
    margin-left: 105px;
}

.careers-section-2 .service-item{
    margin: 10px auto;
}

.careers-section-2 .service-item p{
    float: left;
    display: block;
    margin-left: 25px;

}

/*SECTION 3*/

.section-three{
    background-color: #0070c0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 90px;
}

.section-three h1, .section-five h1 {
    color: #fff;
    text-align: center;
    margin: 45px 0 90px 0;
    font-size: 28px;
}

.section-five h1{
    margin-bottom: 40px;
}

/*CIRCLE METER*/
.circle {
    text-align: center;
}

.circle strong {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 42px;
    color: #fff;
}

.circle canvas {
    vertical-align: top;
    display: inline-block;
}

.circle strong {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
}

.circle span {
    display: block;
    color: #fff;
    margin-top: 12px;
    font-size: 18px;
}

/*SECTION FOUR*/

.section-four{
    /*background: url('images/dotted-bg.jpg');*/
    /*background-size: cover;*/
}

.choose-us-detail h4 {
    font-weight: bold;
    font-size: 26px;
    color: #0070c0;
    margin-bottom: 35px;
}

.choose-us-detail ul{
    list-style: none;
    padding: 0;
}

ul.choose-us-list li{
    text-align: center;
}

.choose-us-list li {
    margin-bottom: 20px;
}

/*.choose-us-detail li:before {*/
    /*content: '•';*/
    /*font-size: 30px;*/
    /*vertical-align: text-bottom;*/
    /*color: #0070c0;*/
    /*margin-right: 20px;*/
/*}*/

.icon-container {
    float: left;
    width: 100%;
    text-align: center;
}

.last-item-home p {
    width: 40% !important;
}

.choose-us-list li img.img-responsive {
    max-width:80px;
    /* float: left; */
    display: inline-block;
    /* margin-right: 25px; */
    margin-bottom: 15px;
}

.choose-us-list li p {
    display: inline-block;
    width: 80%;
    font-size: 16px;
    color: #686868;
    text-align: center;
}

.choose-us-img{
    margin-bottom: 10px;
    max-height: 320px;
}

.choose-us-img img.img-responsive {
    object-fit: cover;
    width: 100%;
    max-height: inherit;
    object-position: center;
}

.choose-us-detail ul li h2 {
    font-size: 22px;
    font-weight: bold;
}

/*SECTION FIVE*/

.section-five{
    background: url('images/sect-5.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.tt_quote_info-below, .tt_quote_info-above {
    width: 60% !important;
    display: inline-block !important;
}

.ttshowcase_rl_title {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #fff !important;
    margin: 10px 0 0 0 !important;
}

.page-container .ttshowcase_rl_title{
    color: #000 !important;
}

.page-container .tt_quote_info-left{
    vertical-align: middle !important;
}

/*PAGE*/

/*ABOUT US*/

.about-section-1, .page-container{
    float: left;
    width:100%;
    padding: 20px 0;
}

.about-section-1 p, .page-container p, .page-container ul li {
    font-size: 18px;
    color: #686868;
    text-align: justify;
}

.about-section-2{
    background: #f2f2f2;
    padding: 20px 0;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.about-section-2 h1, .about-section-3 h1{
    color: #0070c0;
    font-size: 36px;
    text-align: center;
}

.about-section-3{
    padding: 80px 0;
    float: left;
    width: 100%;
    background: url("images/dotted-bg.jpg") no-repeat;
    background-size: cover;
}

.team-item {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}

.team-item.mem {
    text-align: center;
}

.member-avatar {
    width: 250px;
    height: 250px;
    display: inline-block;
}

.member-avatar img {
    border-radius: 50%;
    /*border: 5px solid #0070c0;*/
}

.member-info {
    display: inline-block;
    width: 70%;
    /* position: absolute; */
    /* top: 0px; */
    margin-left: 30px;
    color: #686868;
}

.member-info h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.member-info p {
    font-size: 15px;
    line-height: 25px;
}

.team-item.mem .member-info{
    margin-left: 0px;
}

.team-item.mem .member-avatar img{
    display: inline-block;
}

.team-item.mem .member-info h2{
     font-size: 24px;
}

.team-item.mem .member-info p{
    font-size: 16px;
}

.services-item {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.services-item.even{
    background: #f4f4f4;
}

.services-item h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
     padding-top: 0;
}

.services-item p{
    font-size: 18px;
    color: #686868;
}
/*CAREERS*/

.parallax-window {
    min-height: 420px;
    background: transparent;
}

.parallax-slider {
    background: rgba(0,0,0,0.2);
    min-height: 420px;
    width: 100%;
    position: absolute;
}

.parallax-window.about-parallax {
    min-height: 450px;
}

.parallax-overlay.about-parallax {
    min-height: 450px;
}

.parallax-overlay.about-parallax .parallax-slider{
    min-height: 450px;
}

.parallax-overlay.about-parallax .page-title-header{
    top: 40%;
}

.page-title-header {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

/*SECTION CAREERS*/

.careers-section-1 {
    background: #f2f2f2;
    padding: 30px 0;
}

.careers-section-1, .careers-section-2 h1 {
    margin-bottom: 45px;
    color: #0070c0;
    font-weight: 700;
}

.careers-section-2 h1{
    text-align: center;
}

.careers-section-1 p, .careers-section-2 p {
    font-size: 18px;
    color: #686868;
    text-align: justify;
    font-weight: normal;
}

.careers-section-3{
    background: url('images/stat-bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 90px;
    text-align: center;
}

.careers-section-3 h3 {
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.careers-section-3 a{
    border: 3px solid #fff;
    padding: 10px 35px;
    color: #fff;
    font-size: 18px;
    font-weight:700;
    margin-top: 45px;
    display: inline-block;
}

.careers-section-4 {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.careers-section-4 h1{
    text-align: center;
    color: #0070c0;
    font-weight: 700;
}

.careers-section-2 .service-item img{
    max-width: 38px;
    float: left;
}




/*CONTACT*/

.container.contact-content {
    margin-top: 90px;
    margin-bottom: 90px;
    color: #686868;
}

.contact-content h1 {
    color: #686868;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.contact-content h3 {
    color: #686868;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.contact-content p {
    font-size: 16px;
}
/*END OF SECTION*/


/*END OF PAGE*/

/*FOOTER*/

.footer-container{
    background-color: #f1f1f1;
    min-height: 350px;
    width: 100%;
}

/*FOOTER MENU*/

#footer_menu ul#menu-footer-menu {
    list-style: none;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 50px;
}

#footer_menu ul li {
    width: 33%;
    height: auto;
    line-height: normal;
}

#footer_menu ul li a {
    width: auto;
    color: #337ab7;
    height: auto;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

#footer_menu ul li a:hover{
    border:none;
    color: #333333;
    background: none;
    box-shadow: none;
}

#footer_menu ul.sub-menu {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
    /*margin-top: 33px;*/
}

#footer_menu .sub-menu li{
    width: 100%;
}

#footer_menu .sub-menu li a {
    font-weight: normal;
    font-size: 16px;
}

.social-con.certificate-con h1 {
    margin-top: 60px;
    color: #337ab7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.ttshowcase_rl_subtitle {
    color: #fff;
    opacity: 1;
}

/*SOCIAL BOOKMARK*/

.hi-icon-top {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #337ab7;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 30px 2px;
}

.hi-icon-top:after {
    content: '';
}

.hi-icon-top:before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-top:hover{
    text-decoration: none;
    color:#333333;
}

.counter-cont span:before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

.counter-cont{
    display: inline-block;
    margin-right: 25px;
}

.counter-cont span{
    margin-right: 10px;
}


.social-bookmark-footer .twitter-soc:before,
.counter-cont .twitter-soc:before {
    content: "\f099";
}

.social-bookmark-footer .facebook-soc:before,
.counter-cont .facebook-soc:before {
    content: "\f09a";
}


.social-bookmark-footer .gplus-soc:before,
.counter-cont .gplus-soc:before {
    content: "\f0d5";
}

.social-bookmark-footer .linkedin-soc:before,
.counter-cont .linkedin-soc:before {
    content: "\f0e1";
}

.social-bookmark-footer .instagram-soc:before,
.counter-cont .instagram-soc:before {
    content: "\f16d";
}


/*END*/

.copyright-container {
    background-color: #313131;
    min-height: 80px;
    width: 100%;
    float: left;
    height: 80px;
}

.copyright-content {
    color: #fff;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

.copyright-content p {
    margin: 0px;
    font-size: 16px;
    opacity: 0.6;
}

/*MISC*/

.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    padding: 0 1.5%;
}

/*END*/

/*MMENU*/


/*

  jQuery.mmenu CSS

*/

html.mm-opened .mm-page,

html.mm-opened #mm-blocker,

html.mm-opened .mm-fixed-top,

html.mm-opened .mm-fixed-bottom,

html.mm-opened .mm-menu.mm-horizontal > .mm-panel {

    -webkit-transition: none 0.4s ease;

    -moz-transition: none 0.4s ease;

    -ms-transition: none 0.4s ease;

    -o-transition: none 0.4s ease;

    transition: none 0.4s ease;

    -webkit-transition-property: top, right, bottom, left, border;

    -moz-transition-property: top, right, bottom, left, border;

    -ms-transition-property: top, right, bottom, left, border;

    -o-transition-property: top, right, bottom, left, border;

    transition-property: top, right, bottom, left, border; }

html.mm-opened .mm-page,

html.mm-opened #mm-blocker {

    left: 0%;

    top: 0;

    margin: 0;

    border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opened.mm-opening .mm-page,

html.mm-opened.mm-opening #mm-blocker {

    border: 0px solid rgba(100, 100, 100, 0); }



.mm-menu .mm-hidden {

    display: none; }



.mm-fixed-top,

.mm-fixed-bottom {

    position: fixed;

    left: 0; }



.mm-fixed-top {

    top: 0; }



.mm-fixed-bottom {

    bottom: 0; }



html.mm-opened .mm-page,

.mm-menu > .mm-panel {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box; }



html.mm-opened,

html.mm-opened body {

    width: 100%;

    height: 100%;

    overflow: hidden;

    position: relative; }



html.mm-opened .mm-page {

    height: 100%;

    overflow: hidden;

    position: absolute; }



html.mm-background .mm-page {

    background: inherit; }



#mm-blocker {

    background: #fff;

    opacity: 0;

    display: none;

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 999999; }



html.mm-opened #mm-blocker,

html.mm-blocking #mm-blocker {

    display: block; }



.mm-menu.mm-current {

    display: block !important;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}



.mm-menu {

    background: inherit;

    display: none;

    overflow: hidden;

    height: 100%;

    padding: 0;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 10; }

.mm-menu > .mm-panel {

    background: inherit;

    -webkit-overflow-scrolling: touch;

    overflow: scroll;

    overflow-x: hidden;

    overflow-y: auto;

    width: 100%;

    height: 100%;

    padding: 20px;

    position: absolute;

    top: 0;

    left: 100%;

    z-index: 0; }

.mm-menu > .mm-panel.mm-opened {

    left: 0%; }

.mm-menu > .mm-panel.mm-subopened {

    left: -40%; }

.mm-menu > .mm-panel.mm-highest {

    z-index: 1; }

.mm-menu > .mm-panel.mm-hidden {

    display: block;

    visibility: hidden; }



.mm-menu .mm-list {

    padding: 20px 0; }

.mm-menu > .mm-list {

    padding: 20px 0 40px 0; }



.mm-panel > .mm-list {

    margin-left: -20px;

    margin-right: -20px; }

.mm-panel > .mm-list:first-child {

    padding-top: 0; }



.mm-list,

.mm-list > li {

    list-style: none;

    display: block;

    padding: 0;

    margin: 0; }



.mm-list {

    font: inherit;

    font-size: 14px; }

.mm-list a,

.mm-list a:hover {

    color:#1a1a1a;

    text-decoration: none; }

.mm-list > li {

    position: relative; }

.mm-list > li > a,

.mm-list > li > span {

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    color: inherit;

    line-height: 20px;

    display: block;

    color:#fff;

    padding: 10px 10px 10px 20px;

    margin: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {

    content: '';

    border-bottom-width: 1px;

    border-bottom-style: solid;

    display: block;

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {

    width: auto;

    margin-left: 20px;

    position: relative;

    left: auto; }

.mm-list a.mm-subopen {

    width: 40px;

    height: 100%;

    padding: 0;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 2; }

.mm-list a.mm-subopen::before {

    content: '';

    border-left-width: 1px;

    border-left-style: solid;

    display: block;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0; }

.mm-list a.mm-subopen.mm-fullsubopen {

    width: 100%; }

.mm-list a.mm-subopen.mm-fullsubopen:before {

    border-left: none; }

.mm-list a.mm-subopen + a,

.mm-list a.mm-subopen + span {

    padding-right: 5px;

    margin-right: 40px; }

.mm-list > li.mm-selected > a.mm-subopen {

    background: transparent; }

.mm-list > li.mm-selected > a.mm-fullsubopen + a,

.mm-list > li.mm-selected > a.mm-fullsubopen + span {

    padding-right: 45px;

    margin-right: 0; }

.mm-list a.mm-subclose {

    text-indent: 20px;

    padding-top: 30px;

    margin-top: -20px; }

.mm-list > li.mm-label {

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    font-size: 10px;

    text-transform: uppercase;

    text-indent: 20px;

    line-height: 25px;

    padding-right: 5px; }

.mm-list > li.mm-spacer {

    padding-top: 40px; }

.mm-list > li.mm-spacer.mm-label {

    padding-top: 25px; }

.mm-list a.mm-subopen:after,

.mm-list a.mm-subclose:before {

    content: '';

    border: 2px solid transparent;

    display: block;

    width: 7px;

    height: 7px;

    margin-bottom: -5px;

    position: absolute;

    bottom: 50%;

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg); }

.mm-list a.mm-subopen:after {

    border-top: none;

    border-left: none;

    right: 18px; }

.mm-list a.mm-subclose:before {

    border-right: none;

    border-bottom: none;

    margin-bottom: -15px;

    left: 22px; }



.mm-menu.mm-vertical .mm-list .mm-panel {

    display: none;

    padding: 10px 0 10px 10px; }

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {

    border-color: transparent; }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {

    display: block; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {

    height: 40px; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    top: 16px;

    right: 16px; }



html.mm-opened .mm-page {

    box-shadow: none; }



.mm-ismenu {

    background: #0070c0;

    color:#fff;

}

.mm-list {

    margin-top: 40px;

}

.mm-menu {

    color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {

    border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li > a.mm-subclose {

    background: rgba(0, 0, 0, 0.1);

    color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {

    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:before {

    border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),

.mm-menu .mm-list > li.mm-selected > span {

    background: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-list > li.mm-label {

    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,

.mm-menu.mm-vertical .mm-list li.mm-opened > ul {

    background: rgba(255, 255, 255, 0.05); }



html.mm-opened.mm-opening .mm-page,

html.mm-opened.mm-opening #mm-blocker,

html.mm-opened.mm-opening .mm-fixed-top,

html.mm-opened.mm-opening .mm-fixed-bottom {

    left: 80%; }



.mm-menu {

    width: 80%; }



@media all and (max-width: 175px) {

    .mm-menu {

        width: 140px; }



    html.mm-opened.mm-opening .mm-page,

    html.mm-opened.mm-opening #mm-blocker,

    html.mm-opened.mm-opening .mm-fixed-top,

    html.mm-opened.mm-opening .mm-fixed-bottom {

        left: 140px; } }

@media all and (min-width: 550px) {

    .mm-menu {

        width: 440px; }



    html.mm-opened.mm-opening .mm-page,

    html.mm-opened.mm-opening #mm-blocker,

    html.mm-opened.mm-opening .mm-fixed-top,

    html.mm-opened.mm-opening .mm-fixed-bottom {

        left: 440px; } }

html.mm-nooverflowscrolling.mm-opened {

    height: auto;

    overflow: auto;

    overflow-x: hidden;

    overflow-y: scroll; }

html.mm-nooverflowscrolling.mm-opened body {

    overflow: auto; }

html.mm-nooverflowscrolling.mm-opened .mm-page {

    min-height: 1000px;

    position: fixed; }

html.mm-nooverflowscrolling.mm-opened .mm-menu {

    height: auto;

    min-height: 1000px;

    overflow: auto;

    overflow-x: hidden;

    position: relative;

    left: auto;

    top: auto; }

html.mm-nooverflowscrolling.mm-opened > .mm-panel {

    position: relative;

    height: auto;

    display: none;

    left: 0; }

html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {

    display: block; }


/*FEED BACK FORM*/

form.contact-form.commentsblock {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.contact-form input[type=email], .contact-form input[type=text] {
    border-radius: 5px;
    border: none;
    background: #f0f0f0;
    color: #686868;
    font-weight: bold;
    padding: 10px;
    width: 80% !important;
}

.contact-form textarea {
    background: #ddd;
    border-radius: 5px;
    border: none;
    padding: 10px;
    color: #686868;
    font-weight: bold;
}


/*CONTACT FORM 7*/

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select{
    background: #f0f0f0;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #686868;
    width: 400px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #0979cb;
    padding: 10px 30px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

/*MAP CONTAINER*/

.map-container {
    float: left;
    width: 100%;
    text-align: center;
    background: url("images/map-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}

.map-container h2 {
    color: #fff;
    padding: 40px 0 20px 0;
    font-size: 36px;
    font-weight: 700;
}

.map-container p {
    color: #fff;
    font-size: 18px;
    max-width: 55%;
    display: inline-block;
    padding: 10px 0 30px 0;
}

input.pushbutton-wide {
    float: right;
    margin-right: 20%;
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    color: #fff;
    background: #0070c0;
}



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

    .container.con-slider{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px;
    }

    .container.con-slider .col-xs-12{
        padding: 0px;
    }

    .row{
        margin-left: 0px;
        margin-right: 0px;
    }

    .logo-container {
        margin: 10px 0;
    }
    .row.section-one{
        margin-bottom: 25px;
    }
    .section-one h1{
        margin-top: 50px;
    }
    .row.section-one p{
        width: 100%;
        margin: 25px 0;
    }

    .parallax-window{
        min-height: 220px;
    }

    .page-title-header{
        font-size: 32px;
    }

    .section-two h1, .section-four h1{
        margin-top: 40px;
    }

    .section-three h1, .section-five h1 {
        color: #fff;
        text-align: center;
        margin: 30px 0 40px 0;
        font-size: 28px;
    }


    .about-section-1, .page-container{
        padding: 30px 0;
    }

    .work-item img{
        width:50%;
    }

    .work-item h2 {
        font-size: 23px;
    }

    .row.section-one .work-item p {
        width: 100% !important;
        font-size: 16px;
    }

    .service-info {
        display: flex;
        flex-flow: column;
    }

    .services-item.odd {
        padding-top: 30px;
    }

    .services-item.even .content-column.one_half.last_column {
        order: 1;
    }

    .services-item.even .content-column.one_half {
        order: 2;
    }

    .service-item {
        margin-top: 0px;
        margin-bottom: 25px;
        text-align: center;
    }

    .service-item img {
        display: inline-block;
    }
    .service-item h2 {
        display: inline-block;
        font-size: 20px;
        width: 100%;
        margin-left: 0px;
    }

    .section-two .service-item p{
        width: 100%;
         margin-left: 0px;
        display: inline-block;
        font-size: 18px;
    }

    .service-item a {
        display: inline-block;
        margin-left: 0px;
        width: 100%;
    }

    .services-item{
        padding: 0;

    }
    .services-item h1{
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 0px;
    }

    .services-item p{
        text-align: justify;
        font-size: 16px;
    }

    .about-section-1 p, .page-container p, .page-container ul li{
        font-size: 16px;
    }



    .choose-us-detail li:before{
        vertical-align: top;
        margin-right: 0px;
    }

    .circle {
        margin: 20px 0;
    }

    .choose-us-detail li:before{
        content: normal;
        font-size: 40px;
        vertical-align: text-bottom;
        color: #8267a4;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .choose-us-list li img.img-responsive {
        max-width: 35%;
        float: none;
        margin: 0 auto;
    }

    .choose-us-list li h2{
        margin: 15px 0;
    }

    .choose-us-list li p{
        width: 100% !important;
        text-align: center;
    }

    .choose-us-img {
        padding-bottom: 20px;
    }

    .tt_quote_info-below, .tt_quote_info-above{
        width: 100% !important;
    }

    .team-item{
        float: left;
        text-align: center;
    }

    .member-avatar {
        width: 180px;
        height: auto;
        margin-bottom: 20px;
    }
    
    .member-avatar img{
        display: inline-block;
    }

    .member-info h2{
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 0px;
    }

    .member-info {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    /*CAREERS*/

    .careers-section-1 h1 {
        font-size: 28px;
        text-align: center;
    }

    .careers-section-2 h1{
        font-size: 28px;
    }

    .chk {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .careers-section-2 .service-item img {
        float:none;
    }

    .careers-section-2 .service-item p{
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    /*FORMS*/

    .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select{
        width: 100%;
    }

    .map-container p{
        max-width: 90%;
    }

    .social-con.certificate-con h1{
        margin-top: 10%;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .parallax-overlay.about-parallax, .parallax-slider, .parallax-overlay.about-parallax .parallax-slider {
        min-height: 220px;
    }

    .parallax-window.about-parallax {
        background-position: center !important;
        min-height: 220px;
    }

    .parallax-overlay.about-parallax .page-title-header{
        top: 35%;
        font-size: 26px;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .parallax-slider {
        min-height: 420px;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {


}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {


}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}