/* Generated by less 2.5.1 */
/*
Theme Name: TCC
Theme URI:
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.0.8
Author: Mypolygon Studio
Author URI: 
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/*======= Helpers Class =======*/
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import "less/animation.css";

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype'),
        url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.eot');
    src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Black.woff2') format('woff2'),
        url('fonts/Lato-Black.woff') format('woff'),
        url('fonts/Lato-Black.ttf') format('truetype'),
        url('fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('fonts/NotoSerif.eot');
    src: url('fonts/NotoSerif.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSerif.woff2') format('woff2'),
        url('fonts/NotoSerif.woff') format('woff'),
        url('fonts/NotoSerif.ttf') format('truetype'),
        url('fonts/NotoSerif.svg#NotoSerif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.overthrow {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

img {
    max-width: 100%;
}

.white {
    color: #fff;
}

.black {
    color: #231F20 !important;
}

.grecaptcha-badge {
    display: none !important;
}

.reset-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {}

p a {
    color: #069AFF;
    text-decoration: underline;
}

p a:hover {
    color: #B77365;
}

/*======= Button Effect =======*/
.btn,
button {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
    border: 0;
    padding: 15px 35px;
    color: #231F20;
    background: transparent;
    font-size: 12.87px;
    font-weight: 900;
    letter-spacing: 0.8px;
    margin-top: 2rem;
    text-decoration: none;
}

button:hover {
    cursor: pointer !important;
}

.btn:hover {
    background: #231F20 !important;
    color: #fff !important;
    cursor: pointer !important;
}

/*======= Img Effect =======*/
a.img-zoomIn {
    display: block;
    cursor: pointer;
}

a.img-zoomIn img {
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

a.img-zoomIn:hover img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    opacity: 1;
}

a.img-zoomIn:hover figcaption:before,
a.img-zoomIn:hover figcaption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

a.img-zoomIn:hover figcaption h2 {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
}

a.img-zoomIn figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

a.img-zoomIn figcaption h2 {
    color: #9fab00;
    padding-top: 45%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
}

a.img-zoomIn figcaption:before,
a.img-zoomIn figcaption:after {}

a.img-zoomIn figcaption:before {}

a.img-zoomIn figcaption:after {}

html {
    font-size: 62.5%;
    /* Sets up the Base 10 stuff */
}

body {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.7;
    padding-top: 0;
    overflow-x: hidden;
    color: #231F20;
}

h1,
h2,
h3 {
    line-height: 1.2;
    margin-top: 0;
}

h2 {
    margin-bottom: 3rem;
}

h4 {}

p {
    margin-bottom: 15px;
}

hr {
    border-top: 1px solid #231F20;
}

a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    cursor: pointer !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

::selection {
    color: #fff;
    background: #1B75BB;
}

/*==== Color ====*/

.primary {
    color: #5A4A42;
}

.primarybg {
    background-color: #5A4A42;
}

.secondary {
    color: #5A4A42;
}

.secondarybg {
    background-color: #B77365;
}

.light {
    color: #EBE5E1;
}

.lightbg {
    background-color: #EBE5E1;
}

.brown {
    color: #AD763C;
}

.brownbg {
    background-color: #AD763C;
}

.white {
    color: #fff !important;
}

.whitebg {
    background-color: #fff !important;
}

/*==== Font ====*/
/* =================================================================
Header ========================================== */
.header-waypoint {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0px;
}

/*======= header =======*/
#header {
    background: rgba(0, 0, 0, 0);
    border-bottom: 0;
    margin-bottom: 0;
    padding: 8px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    z-index: 99999;
}

.header-active#header {
    padding: 0;
    background: #fff !important;
    -webkit-box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5px -9px 20px 0px rgba(0, 0, 0, 0.2);
}

a.socialmedia {
    float: right;
    top: 23px;
    position: absolute;
    right: 60px;
    font-size: 25px;
}

.home a.socialmedia {
    color: #1877f2 !important;
}

.header-active#header a.socialmedia {
    top: 15px;
    color: #1877f2 !important;
}

/*======= Logo =======*/
.navbar-header .navbar-brand {
    height: auto;
}

a#logo img {
    width: 285px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.header-active#header a#logo img {
    width: 285px;
}

.page-template-page-services .primarylogo,
.page-template-page-tips .primarylogo {
    display: none;
}

body.page-template-page-services .reversedlogo,
body.page-template-page-tips .reversedlogo {
    display: block;
}

.header-active#header .primarylogo {
    display: block !important;
}

body .reversedlogo {
    display: none;
}

.header-active#header .reversedlogo {
    display: none !important;
}

/*======= Navigation =======*/

.navbar-toggle {
    border-color: transparent;
    /*background: #f2f2f2;display: none;*/
}

.navbar-toggle .icon-bar {
    background: #231F20;
}

nav#navigation {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.header-active#header nav#navigation {}

#navigation li {
    margin: 0;
    text-align: center;
}

#navigation li.menu-external a {
    font-size: 24px;
    padding: 15px 10px;
}

#navigation li a,
.header-active#header #navigation li a {
    color: #998560 !important;
    background: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#navigation li.current-menu-item a {
    color: #998560 !important;
}

body.page-template-page-services #navigation li a,
body.page-template-page-tips #navigation li a,
body.page-template-page-services a.socialmedia,
body.page-template-page-tips a.socialmedia {
    color: #fff !important;
}

#navigation li.current-menu-item a:after,
.header-active#header #navigation li.current-menu-item a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #998560 !important;
    display: block;
    margin-top: 7px;
}


body.page-template-page-services #navigation li.current-menu-item a:after,
body.page-template-page-tips #navigation li.current-menu-item a:after {
    background: #fff !important;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active {
    background: transparent;
    color: #5A4A42 !important;
}

#navigation li.glyphicon a {
    text-indent: -999999px;
}

#navigation li.glyphicon:before {
    color: #414041;
    position: absolute;
    top: 20px;
    left: 0px;
}

#navigation li.current_page_parent > a {
    color: #414041;
    background: transparent;
}

#navigation li.current_page_parent > a:before {
    background: #414041 !Important;
}

#navigation li.dropdown ul.dropdown-menu {
    padding: 0;
    border: 0;
    background: #fff;
}

#navigation li.dropdown ul.dropdown-menu li a {
    padding: 8px 20px;
    color: #414041;
    border-bottom: 1px solid rgba(256, 256, 256, 0.3);
}

#navigation li.dropdown ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

#navigation li.dropdown.open a {
    background: transparent;
}

.page-head.clearfix {
    display: none;
}

article#post-not-found h1 {
    font-size: 20px;
}

/* =================================================================
Index Page ========================================== */
body.home {
    overflow-x: hidden;
}

.mainSection {
    background-color: #EBE5E1;
}

.introSection {
    font-family: 'Noto Serif';
    font-size: 32px;
}

.introSection img {
    width: 62.67px;
    margin-bottom: 3rem;
}

.aimSection {
    background: #F4F1EF;
    font-size: 18.67px;
}

.olSection ol {
    background: url(images/olafter.png) no-repeat bottom center;
    background-size: 45px auto;
    padding-bottom: 3rem;
    margin: 0 auto 5rem auto;
    padding-left: 0;
    font-size: 24px;
    counter-reset: item;
    list-style-type: none;
    width: 500px;
    max-width: 90%;
}

.olSection ol li {
    margin-bottom: 4.5rem;
    line-height: 1.5;
}

.olSection ol li:before {
    content: "0"counter(item) "  ";
    counter-increment: item;
    background: url(images/ol-aim.png) no-repeat center;
    background-size: auto 100%;
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    font-family: 'Noto Serif';
    font-size: 26.67px;
    color: #fff;
}

.valueSection {
    background: #706953 url(images/ourvaluesbg.png) no-repeat center;
    background-size: 100% auto;
    font-size: 24px;
}

.valueSection .sectionTitle:after {
    display: block;
    text-align: center;
    content: '';
    width: 62.67px;
    height: 4px;
    background: #fff;
    margin: 1.5rem auto;
    border-radius: 10px;
}

.value-item {
    margin-top: 3rem;
}

.value-item img {
    background: #fff;
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.meetSection .sectionTitle {
    color: #7A5F1E;
    margin-bottom: 7rem;
}

.sectionTitle.lightsep:after,
.meetSection .sectionTitle:after {
    display: block;
    text-align: center;
    content: '';
    width: 62.67px;
    height: 4px;
    background: #D6C399;
    margin: 1.5rem auto;
    border-radius: 10px;
}


.biobox {
    height: 100%;
    background: #F4F1EF;
}

.bioinfo {
    padding: 0 3rem 2rem;
}

.bioinfo h4 {
    font-size: 18px;
    font-weight: 900;
    margin-top: 2rem;
}

.brownbgSection {
    background: #AD763C url(images/specialisationbg.png) left no-repeat;
    background-size: 55% auto;
    background-position-y: 30px;
}

.specialisationSection ul {
    margin-top: 4rem;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    font-size: 24px;
}

.specialisationSection ul li {
    padding-right: 15px;
}

.peopleSection .sectionTitle {
    color: #7A5F1E;
}

#whatwesay img {
    width: 165px;
    border-radius: 50%;
}

.peopleSection .black {
    background: rgba(0, 0, 0, 0) !important;
}

.peopleSection .owl-carousel .owl-item {
    padding: 0 5rem !important;
    background: rgba(0, 0, 0, 0) !important;
}

.peopleSection .sa_owl_theme .owl-dots {
    bottom: -40px !important;
}

.peopleSection .owl-carousel .owl-item h3 {
    font-size: 26.67px;
    font-weight: 900;
}

.peopleSection .owl-carousel .owl-item h4 {
    font-size: 24px;
    font-weight: 400;
}

.peopleSection .owl-carousel .owl-item h4:after {
    display: block;
    text-align: center;
    content: '';
    width: 62.67px;
    height: 4px;
    background: #D6C399;
    margin: 1.5rem auto;
    border-radius: 10px;
}

body .black .sa_owl_theme .owl-nav .owl-prev:hover,
body .black .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 0.6 !important;
}

body .sa_owl_theme .owl-dots .owl-dot span {
    background-color: #D6C399 !important;
    opacity: 0.7;
}


body .sa_owl_theme button.owl-dot.active span {
    background-color: #D6C399 !important;
    opacity: 1;
}

body .sa_owl_theme .owl-dots:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.feesSection .sectionTitle {
    margin-bottom: 7rem;
}

.flagSection {
    background: #F1F1F2;
}

/*==== not found ====*/
article#post-not-found {
    margin-bottom: 11rem;
}

/*==== Service ====*/

.faqbox {
    display: block;
    border-radius: 2rem;
    padding: 3rem 5rem 5rem;
}

.contactSection {
    background: #EBE5E1 url(images/contactusbg.png) no-repeat center;
    background-size: 100% auto;
}

.contactSection h4 {
    font-size: 21.33px;
    font-weight: 700;
}

/*=== FAQ panels ===*/


.faqtab {
    text-align: left;
    padding: 2rem 0;
    background: #fff;
    display: block;
}

.faqtab[aria-expanded="true"] {
    background: #fff;
}

.faqtab,
.faqtab[aria-expanded="true"],
.faqtab[aria-expanded="false"] {
    background: #fff !important;
    color: #231F20;
}

.faqtab[aria-expanded="false"] {
    background: #ddf2fd;
}

.faqtab h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #231F20;
    padding-right: 7rem;
}


.faqtab h4:before,
.faqtab[aria-expanded="false"] h4:before {

    content: '';

    background: url(images/expand.png) center no-repeat;
    background-size: 100% auto;

    width: 40px;
    height: 40px;
    right: 65px;
    margin-top: -2px;
    position: absolute;
}

.faqtab[aria-expanded="true"] h4:before {
    content: '';

    background: url(images/collapse.png) center no-repeat;
    background-size: 100% auto;

    width: 40px;
    height: 40px;
    right: 65px;
    margin-top: -2px;
    position: absolute;

}

.panel-group .panel {
    color: #808184;
    margin-bottom: 0;
    border-radius: 0 !important;
    border: 0;
    box-shadow: none !important;
    border-bottom: 2px solid #E6E7E8;
    padding-bottom: 2rem;
}

.panel-collapse {
    padding-right: 2rem;
    padding-top: 2rem;
    font-size: 16px;
    line-height: 1.7;
}


/*==== Tips ====*/

.tipsmainSection {
    background: #706953 url(images/tipsmainbg.png) right no-repeat fixed;
    background-size: 55% auto;
    background-position-y: 30px;
}

.factorintroSection {
    font-size: 18.67px;
}

.factorSection p {
    text-align: left !important;
}

.factorSection.olSection ol li:before {
    content: "0"counter(item) "  ";
    counter-increment: item;
    background: url(images/ol-factor.png) no-repeat center;
    background-size: auto 100%;
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    font-family: 'Noto Serif';
    font-size: 26.67px;
    color: #fff;
}

.factorSection.olSection ol {
    width: 550px;
}

.graphicSection img {
    max-width: 100%;
    width: 700px;
    margin: 5rem auto;
}

.benefitsbox {
    background: #F4F1EF url(images/benefitsbg.png) left top no-repeat;
    background-size: 1080px auto;
    margin-top: 6rem;
}

.benefitsdetail {
    padding: 3rem;
}

.benefitsdetail h3 {
    font-weight: 700;
    font-size: 34.67px;
    margin-bottom: 2rem;
}

.benefitsdetail ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.benefitsbox li {
    color: #808184;
    font-size: 16px;
    padding-right: 1rem;
}

.gallerySection .owl-carousel .owl-item {
    padding: 0 11rem !important;
    background: rgba(0, 0, 0, 0) !important;
}

.gallerySection .sa_owl_theme .owl-dots {
    bottom: -40px !important;
}



/*======= Page ========*/
#pageTitle {
    font-family: 'Noto Serif';
    font-size: 56px;
    font-weight: 400;
    line-height: 1.15;
    margin-top: 0;
}

.sectionTitle {
    font-family: 'Noto Serif';
    font-size: 50.6px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
}

.sectionTitle:after {
    display: block;
    text-align: center;
    content: '';
    width: 62.67px;
    height: 4px;
    background: #AD763C;
    margin: 1.5rem auto;
    border-radius: 10px;
}

.inline-block {
    display: inline-block;
}

/*======= Contact  =====*/
#contact {
    padding-bottom: 9rem !important;
}

#contact a {
    color: #231F20;
}

#contact a:hover {
    color: #555;
}

.wpcf7-spinner {
    position: absolute;
}

form p {
    line-height: 0;
    margin: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    width: 100%;
}

.onlineform {
    margin-top: 4rem;
}

/*==== enquiry ====*/
div.wpcf7-response-output {
    border: 0 !important;
}

.form-group {
    margin-bottom: 2rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-control {
    outline: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    border: 0;
    box-shadow: 0;
    color: #999;
    background: #fff;
    height: auto !important;
    min-height: auto !important;
    padding: 1.5rem;
}

.form-control::placeholder {
    color: #999;
}

.form-control:focus::placeholder {
    color: rgba(0, 0, 0, 0);
}

.form-control.wpcf7-select {
    appearance: none;
    color: #999;
    background: #fff url(images/expand.png) center no-repeat;
    background-size: 40px auto;
    background-position-x: calc(100% - 10px);
}

/*

.form-control.wpcf7-select[aria-invalid="true"] {
    color: #716558;
}

.form-control.wpcf7-select[aria-invalid="false"] {
    color: #716558;
}

.form-control.wpcf7-select.wpcf7-not-valid {
    color: #716558;
}*/


textarea.form-control {
    height: auto;
    padding-bottom: 1.6rem;
}

span.wpcf7-not-valid-tip {
    background: rgba(0, 0, 0, 0);
    color: #B77365;
    font-size: 11px;
    margin: 1rem 0;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background: #f7e700;
}

/*======= Page =======*/
.pageSection {
    padding: 11rem 0;
}

/*======= List style =======*/
ul {
    padding-left: 20px;
    /*margin-bottom: 20px;*/
}

ul.lower-alpha {
    list-style-type: lower-alpha;
}

ul.disc {
    list-style-type: disc;
    margin-bottom: 10px;
}

/* =================================================================
Footer ========================================== */
#footer p {
    margin-bottom: 8px;
}

#footer p:last-child {
    margin-bottom: 0;
}

#footer {
    background: #231F20;
    padding: 2rem 0;
    font-size: 12px;
}

#footer .row > div {
    margin-bottom: 0 !important;
}

.footerSection {
    background: #716558;
    font-size: 13.33px;
    line-height: 2;
}

.footerSection h4 {
    font-size: 21.33px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.footerSection a {
    color: #fff;
    text-decoration: none;
}

.footerSection a:hover {
    color: #D6C399;
}

.footertitle {
    font-weight: 700;
    width: 110px;
    display: inline-block;
    position: absolute;
}

.footertitle:after {
    content: ':';
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.footerinfo {
    display: inline-block;
    margin-left: 120px;
}

/*======= Back to Top =======*/
#back-to-top {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    cursor: pointer;
    padding: 13px 16px;
    color: #aaa;
    border-radius: 50%;
}

#back-to-top:before {}

#back-to-top:hover {}

/* =================================================================
Plugins ========================================== */
/***** Media Queries *****/
@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .logo {
        background-image: url("/images/logo@2x.png");
        background-size: contain;
    }
}

@media only screen and (min-width: 768px) {


    .mobile {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

    .vcenter {
        vertical-align: middle;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .vmiddle {
        vertical-align: middle;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .vbottom {
        vertical-align: bottom;
        display: flex;
        flex-direction: row;
        align-items: end;
        justify-content: center;
    }

    .vtop {
        vertical-align: top;
        display: flex;
        flex-direction: row;
        align-items: initial;
        justify-content: center;
    }

    .vcenter-r {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    nav#navigation {
        padding-right: 60px;
    }

    ul#menu-main-menu {
        margin-top: 1rem;
    }

    .footerSection {
        padding: 7rem 0;
    }

    .footerSection .container {
        background: url(images/tcc-monogram.png) no-repeat right top;
        background-size: 100px auto;
    }

    .peopleSection .owl-carousel .owl-item .sa_hover_container {
        background: #fff url(images/speak.png) no-repeat !important;
        background-size: 88px auto !important;
        background-position-y: 6rem !important;
        background-position-x: calc(100% - 6rem) !important;
        border-radius: 2rem;
        padding: 5rem !important;
        width: 600px !important;
        max-width: calc(100% - 140px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .sa_owl_theme .owl-nav div,
    body .sa_owl_theme .owl-nav button {
        width: 70px !important;
        height: 62px !important;
        margin-top: -31px !important;
    }

    body .black .sa_owl_theme .owl-nav .owl-prev {
        background: rgba(0, 0, 0, 0) url(images/slider-prev.png) no-repeat center !important;
        background-size: 100% auto !important;
        left: 0 !important;
    }

    body .black .sa_owl_theme .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0) url(images/slider-next.png) no-repeat center !important;
        background-size: 100% auto !important;
        right: 0 !important;
    }

    .introSection {
        line-height: 1.6;
    }

    .aimSection {
        font-size: 20px
    }

    .meetSection p {
        margin-bottom: 3.5rem;
        line-height: 2;
    }

    .servicemaindesc {
        padding-left: 4rem;
    }

    .factorintroSection {
        background-size: auto 100% !important;
    }

    .servicemainSection {
        line-height: 1.8;
    }

    .caunsellingtxt,
    .tipstxt {
        column-count: 2;
        column-gap: 4.5rem;
        line-height: 1.7;
    }

    .form-control.wpcf7-select {
        background: #fff url(images/select.png) center no-repeat;
        background-size: 32px auto;
        background-position-x: calc(100% - 10px);
    }
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 600px) {
    html {
        font-size: 55%;
    }
}

@media only screen and (max-width: 767px) {

    body {
        font-size: 12px;
        line-height: 1.6;
    }

    .desktop {
        display: none;
    }

    .mobile .btn {
        margin-top: 1rem;
        width: 100%;
    }

    a#logo img {
        width: 195px;
    }

    .header-active#header a#logo img {
        width: 195px;
    }

    section {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pageSection {
        padding: 8rem 0;
    }

    .btn,
    button {
        padding: 12px 35px;
        font-weight: 700;
    }

    form.wpcf7-form {
        margin-top: 3rem;
    }

    nav#navigation {
        background: #fff;
    }

    body #navigation li a,
    body .header-active#header #navigation li a,
    body.page-template-page-services #navigation li a,
    body.page-template-page-tips #navigation li a {
        color: #998560 !important;
        font-size: 16px !important;
    }

    body #navigation li.current-menu-item a:after,
    body .header-active#header #navigation li.current-menu-item a:after,
    body.page-template-page-services #navigation li.current-menu-item a:after,
    body.page-template-page-tips #navigation li.current-menu-item a:after {
        background: #998560 !important;
    }

    .navbar-header .navbar-brand {
        margin-left: 0 !important;
        padding: 15px 25px !important;
    }

    button.navbar-toggle {
        margin-top: 2rem;
        border: 0;
        background: rgba(0, 0, 0, 0) !important;
    }

    button.navbar-toggle.collapsed {}

    .header-active#header button.navbar-toggle {
        margin-top: 1.7rem;
    }

    button.navbar-toggle:hover {
        /*   color: #aaa;*/
        border: 0;
        background: rgba(0, 0, 0, 0) !important;
    }

    .home .navbar-toggle .icon-bar {
        background: #AD763C;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .header-active#header .navbar-toggle .icon-bar {
        background: #231F20 !important;
    }

    .header-active#header a.socialmedia {
        top: 13.5px;
    }

    .mainSection {
        background: #EBE5E1 url(images/mainheaderbg.png) right no-repeat;
        background-size: 70% auto;
        background-position-y: 125px;
    }

    .brownbgSection {
        background: #AD763C url(images/specialisationbg.png) left no-repeat;
        background-size: 60% auto;
        background-position-y: 55px;
    }

    #pageTitle {
        font-size: 42px;
    }

    .sectionTitle {
        font-size: 31px;
    }

    .sectionTitle:after {
        display: block;
        text-align: center;
        content: '';
        width: 62.67px;
        height: 4px;
        background: #AD763C;
        margin: 1.5rem auto;
        border-radius: 10px;
    }

    /*
    .btn {
        font-size: 16px;
    }*/

    .mainlogo {
        width: 80%;
        margin: auto;
    }

    .introSection {
        font-size: 20px;
    }

    .introSection img {
        width: 35px;
        margin-bottom: 1rem;
    }

    .aimSection,
    .valueSection,
    .meetSection,
    .servicemainSection,
    .individualSection,
    .childrenSection,
    .supervisionSection,
    .factorSection,
    .tipsSection {
        font-size: 18px;
    }

    .valueSection {
        background: #706953 url(images/ourvaluesbgxs.png) no-repeat center;
        background-size: 100% auto;
    }

    .olSection ol {
        font-size: 18px;
    }

    .olSection ol li:before {
        font-size: 18px !important;
    }

    .bioinfo h4 {
        font-size: 20px;
        margin-top: 3rem;
    }

    .bioinfo {
        font-size: 16px;
    }

    .specialisationSection ul {
        margin-top: 4rem;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        font-size: 16px;
    }

    .specialisationSection ul li {
        margin-bottom: 1rem;
    }

    .meetSection p {
        line-height: 1.8;
        margin-bottom: 3rem;
    }

    .peopleSection .black {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .peopleSection .owl-carousel .owl-item {
        padding: 0 3.3rem !important;
    }

    .peopleSection .owl-carousel .owl-item h3 {
        font-size: 13px;
    }

    .peopleSection .owl-carousel .owl-item h4 {
        font-size: 12px;
    }

    .peopleSection .owl-carousel .owl-item .sa_hover_container {
        background: #fff url(images/speak.png) no-repeat !important;
        background-size: 40px auto !important;
        background-position-y: 3rem !important;
        background-position-x: calc(100% - 2rem) !important;
        border-radius: 2rem;
        padding: 2rem !important;
        width: 600px !important;
        max-width: calc(100% - 10px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .sa_owl_theme .owl-nav div,
    body .sa_owl_theme .owl-nav button {
        width: 25px !important;
        height: 22px !important;
        margin-top: -11px !important;
    }

    body .black .sa_owl_theme .owl-nav .owl-prev {
        background: rgba(0, 0, 0, 0) url(images/slider-prev-s.png) no-repeat center !important;
        background-size: 100% auto !important;
        left: 0 !important;
    }

    body .black .sa_owl_theme .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0) url(images/slider-next-s.png) no-repeat center !important;
        background-size: 100% auto !important;
        right: 0 !important;
    }

    .gallerySection .owl-carousel .owl-item {
        padding: 0 !important;
        background: rgba(0, 0, 0, 0) !important;
    }

    body .gallerySection .black .sa_owl_theme .owl-nav .owl-prev {
        background: rgba(0, 0, 0, 0) url(images/slider-prev-white-s.png) no-repeat center !important;
        background-size: 100% auto !important;
        left: 15px !important;
    }

    body .gallerySection .black .sa_owl_theme .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0) url(images/slider-next-white-s.png) no-repeat center !important;
        background-size: 100% auto !important;
        right: 15px !important;
    }

    .form-control.wpcf7-select {
        appearance: none;
        background: #fff url(images/expand.png) center no-repeat;
        background-size: 26px auto;
        background-position-x: calc(100% - 10px);
    }

    #whatwesay img {
        width: 80px;
    }

    .feesSection {
        font-size: 18px;
    }

    .feesSection p {
        text-align: left !important;
    }

    .flagSection {
        font-size: 14px;
        line-height: 1.6;
    }

    .contentBanner {
        height: 400px;
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .servicemainSectionxs {
        background: #AD763C url(images/specialisationbgxs.png) no-repeat;
        background-position-y: 80px;
        background-size: 100% auto !important;
        font-size: 18px;
    }

    .faqbox {
        padding: 3rem 3rem 3rem;
    }

    .faqtab {
        padding: 1.5rem 0 !important;
    }

    .faqtab h4 {
        font-size: 18px !important;
    }

    .faqtab h4:before,
    .faqtab[aria-expanded="false"] h4:before {
        width: 26px;
        height: 26px;
        right: 45px;
        margin-top: -2px;
    }

    .faqtab[aria-expanded="true"] h4:before {
        width: 26px;
        height: 26px;
        right: 45px;
        margin-top: -2px;
    }

    .panel-collapse {
        padding: 1.5rem 1.5rem 0 0;
    }

    .contactSection h4 {
        font-size: 16px;
    }

    .form-control {
        font-size: 12px;
    }

    .mainSection #pageTitle,
    .tipsmainSection #pageTitle {
        max-width: 88%;
    }

    .benefitsbox {
        background: #f4f1ef url(images/benefitsbgs.jpg) right top no-repeat;
        background-size: 70% auto;
    }

    .benefitsdetail h3 {
        font-size: 26px;
    }

    .benefitsdetail ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .benefitsbox li {
        font-size: 14px;
    }

    .benefitbg {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: right;
    }

    .footerSection {
        font-size: 11.5px;
        line-height: 1.8;
        padding: 4rem 0 3rem 0;
    }

    .footertitle {
        width: 80px;
    }

    .footerinfo {
        margin-left: 80px;
    }

    #footer {
        font-size: 10px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {

    header .container {
        width: calc(100% - 90px);
    }

    /*======= Scrollable header =======*/
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.row.display-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
}

.animated {
    animation-duration: 1s;
}
