/* header */
@media screen and (max-width: 480px){
    .more-mb-c{top: 75px;}
    .mb-nd{display: none;}
    .mb-d h2{font-size: 24px !important;}
    .mb-pt {padding: 0 !important;}
}
@media screen and (min-width: 480px){
    .mb-d{display: none;}
}
@media (min-width: 992px) {
    #header-wrap:before {
        height: 90px;
        width: 100% !important;
    }

    .section:not(.recipe-itmes) {
        padding: 50px 0 20px;
    }
}
.tparrows{
    left: 96% !important;
}
.stretched #gotoTop {
    bottom: 100px;
}

.section {
    margin: 0;
}

#page-title{
    height: 300px;
    display: flex;
    align-items: center;
    width: 100%;
}
.custom-size{
    height: 580px !important;
}

#header.transparent-header+#page-title.page-title-parallax .container{
    padding-top: 0;
}

@media screen and (max-width: 1200px){
    #page-title{
        height: 215px;
    }
}

@media screen and (max-width: 992px){
    #page-title{
        height: 157px;
    }

    .custom-size{
        height: 460px !important;
    }
}

@media screen and (max-width: 620px){
    #page-title{
        height: 250px;
    }

    .custom-size{
        height: 480px !important;
    }
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.40);
}

.slider-features ul li img {
    display: block;
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 15px;
}

.post-detail .post-item {
    padding-top: 200px;
    margin-top: -200px;
}

.recipe-itmes .card img {
    transform: scale(1);
    transition: transform 0.2s ease-out;
    ;
}

.recipe-itmes .card:hover img {
    transform: scale(1.1);
    transition: transform 0.2s ease-out;
    ;
}

.apply-online-floating {
    position: fixed;
    top: 20%;
    right: 30px;
    z-index: 7080;
}

.apply-online-floating a {
    display: inline-block;
    border-radius: 50px;
    animation: border-blink 2s infinite;
}

.apply-online-floating a:hover {
    background: #cdf9f3;
}

#recipes-carousel .owl-item > .row{
    margin-bottom: 50px;
}
.owl-carousel .owl-nav [class*=owl-]{
    transform: translateY(-50%);
}
@keyframes border-blink {
    0% {
        box-shadow: 0 0 0 2px #1abc9c;
    }

    50% {
        box-shadow: 0 0 5px 2px #1abc9c;
    }

    100% {
        box-shadow: 0 0 0 2px #1abc9c;
    }
}

.has-error .control-label {
    /*color: red;*/
}

.has-error .form-control {
    border: 1px solid red;
}

.has-error .help-block {
    font-size: 0.8em;
    color: red;
}

.input-group-lg .form-control:not(textarea) {
    /*height: calc(1.5em + 1rem + 2px);*/
    height: 46px;
}

.input-group-lg .form-control,
.input-group-lg,
.input-group-lg .input-group-prepend>.btn,
.input-group-lg .input-group-append>.btn {
/*    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;*/
    border-radius: 6px !important;
}

input#contact-prefer_date{
    border-radius: 5px !important;
}

input#contact-prefer_date{
    border-radius: 5px !important;
}

.input-lg.select2-container--krajee .select2-selection--single, .input-group-lg .select2-container--krajee .select2-selection--single{
    font-size: 16px;
    line-height: 1.5;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection{
    border-color: #ced4da;
    box-shadow: none;
}

.select2-container--krajee .select2-dropdown{
    border-color: transparent;
}

.select2-container--krajee .select2-selection--single {
    height: 38px;
    line-height: 1.5;
}


.select2-container--krajee .select2-selection{
    font-size: 16px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 99%;
}
.select2-container--krajee .select2-selection{
    border-color: #ced4da;
    box-shadow: none;
}


.form-control-pill {
    border-radius: 6px !important;
}

.testimony-wrap .bg-img {
    padding-top: 70%;
    width: 70%;
    border-radius: 50%;
    margin: 0 auto;
}

.fileinput-button{
    margin-bottom: 10px;
}

.gallery-block .bg-img, #gallery .bg-img,
.fancybox .bg-img {
    width: 100%;
    padding-top: 95%;
    margin-bottom: 30px;
}

.news-events .bg-img{
    width: 100%;
    padding-top: 95%;
    margin-bottom: 0;
}

.gallery-block{
    background: #f5f4f2;
}

.gallery-block .shadow-sm, #video .shadow-sm{
    margin-bottom: 20px;
    min-height: 240px;
}

#gallery .col-md-4, #video .col-md-4{
    margin-bottom: 20px;
}

#gallery .col-md-4 h5, #video .col-md-4 h5{
    margin-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.news-events .card {
    height: 100%;
}

.news-events .card-link {
    position: absolute;
    bottom: 27px;
    right: 30px;
}

.slider-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#primary-menu ul li>a {
    padding: 8px !important;
}

#primary-menu .header-top-menu li a{
    font-size: 12px;
    color: #ddd !important;
}

.skrollr.skrollr-desktop #primary-menu .header-top-menu li a, .gototop-active #primary-menu .header-top-menu li a {
    font-size: 14px;
    color: #777!important;
}
.content-wrap {
    padding: 0 0;
}

.skrollr.skrollr-desktop .content-wrap{
    padding: 50px 0;
}

.device-touch .content-wrap{
    padding: 40px 0;
}

.gototop-active #header-wrap:before{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.5rem 1.3rem;
}

#logo a {
    height: 70px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#logo a.retina-logo {
    display: none !important;
}

#logo img {
    max-width: 350px;
    height: auto !important;
    /*background: #fff;*/
    border-radius: 4px;
}

@media screen and (max-width: 1024px){
    #logo img {
        max-width: 200px;
    }
}

footer .widget > h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.news-events .owl-carousel .owl-nav .owl-next {
    right: -12px !important;
}
.news-events .owl-carousel .owl-nav .owl-prev {
    left: -12px !important;
}

.modal-content .owl-nav, .modal-content .owl-dots{
    display: none !important;
}
.recipe-itmes .card-body .badge{
    display: none;
}
footer .fb_iframe_widget span{
    max-width: 100% !important;
}
footer .fb_iframe_widget iframe {
    max-width: 100%;
}
#primary-menu-trigger, #page-submenu-trigger{
    font-size: 36px;
}
#gallery, #video{
    padding: 40px 0 80px 0;
}

.subscribe-widget .form-group.required label.control-label:before,
.subscribe-widget .form-group.field-contact-enquiry label.control-label:before{
    content: "*";
    margin-right: 5px;
    float: right;
}
.subscribe-widget .form-group.has-error label.control-label:before,
.subscribe-widget .form-group.field-contact-enquiry.has-error label.control-label:before{
    /*color: red;*/
}
#contact-second_message_body{
    min-height: 135px;
}

.news-carousel button.owl-next:after, .news-carousel button.owl-prev:after{
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-carousel button.owl-next:after {
    content: "\e7a5";
}

.news-carousel button.owl-prev:after{
    content: "\e7a4";
}
.news-carousel .owl-item {
    padding: 0;
}
.play-video i {
    border: 4px solid #fff !important;
    color: #fff !important;
}
.call-out.type-2 {
    padding: 0 0 50px;
}

input::placeholder, textarea::placeholder, select::placeholder, .select2-selection__placeholder {
    font-size: 14px !important;
    color: #c1c1c1 !important;
}

select option{
    font-size: 1rem;
    /*color:  #c1c1c1 !important;*/
}
.testimony-wrap .bg-img{
    position: relative;
}
.icon-play{
    position: absolute;
    padding-left: 5px;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 71px;
    border-radius: 50%;
    z-index: 1;
    border: 4px solid #fff;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-top: -40px;
    margin-left: -40px;
    transition: transform .3s ease-out;
}

#page-title.page-title-parallax {
    background-position: 50% 65%;
}

#page-title.page-title-parallax.custom-size {
    background-position: 50% 50%;
}

@media (max-width: 1400px) {
    #page-title.page-title-parallax.custom-size {
        background-position: 50% 10%;
    }
}

@media (max-width: 1200px) {
    #page-title.page-title-parallax.custom-size {
        background-position: 70% 32px;
    }
}

@media (max-width: 992px) {
    #page-title.page-title-parallax.custom-size {
        background-position: 70% -100px;
    }
}

@media (max-width: 620px) {
    #page-title.page-title-parallax.mobile-parallax.custom-size {
        background-position: 0 10% !important;
    }
}

#slider.slider-element.dark.parallax{
    top: -100px !important;
    margin-bottom: -100px !important;
}

label{
    margin-bottom: 5px;
}

h3.text-title-light.text-dark.mb-5.ls1.uppercase{
    margin-bottom: 15px !important;
}
.why-us {
    padding: 40px 0 30px 0;
}

.why-us h2.section-title{
    margin-bottom: 0;
}

#footer .footer-widgets-wrap {
    padding: 40px 0 20px 0;
}

#copyrights {
    padding: 20px 0 15px 0;
}

.section.mt-2.nobg .col-12.mt-5.mb-3 h3.center{
    margin-bottom: 0 !important;
}

form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
    margin-bottom: 0;
}

#page-title.contact-page.page-title-parallax.page-title-dark{
    /*background-position: right !important;*/
}

#page-title.contact-page.page-title-parallax.page-title-dark h1{
    color: rgba(51, 51, 51, 0.82) !important;
}

#page-title.contact-page.page-title-parallax span{
    color: #666 !important;
}

.sub-menu .fa-angle-right{
    font-size: 14px !important;
    float: right;
}

.heading-block h2 {
    margin-bottom: 0 !important;
}

.text-center.pt-5 {
    padding-top: 2rem !important;
}

.gallery-block .text-center.pt-5 {
    padding-top: 1rem !important;
}

#content p {
    margin-bottom: 10px;
}

.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
    margin: 10px auto 20px;
}

.nobg.p-0 table.table{
    border: 2px solid #343a40;
    margin-bottom: 30px;
}

.nott.mb-5.zoomIn.animated{
    margin-bottom: 0.25em !important;
}

@media (max-width: 1400px) {
    #page-title.page-title-parallax {
        background-position: 50% 25%;
    }
}
@media (min-width: 992px) {
    #header-wrap:before {
        top: 37%;
        height: 90px;
    }
}
@media (max-width: 1199px) {
    footer .footer-widgets-wrap .col-lg-3.col-md-3.col-6{
        padding-right: 5px;
    }
}
@media (max-width: 991.98px) {
    .news-carousel .owl-item {
        padding: 20px 0;
    }
    #logo {
        height: 70px;
    }

    #primary-menu-trigger {
        top: 15px;
    }
    .section.mt-2.nobg .col-md-8.offset-2{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    #freeCounseling{
        background: none !important;
        padding: 60px 0 !important;
    }
    #freeCounseling .input-group .col-md-6.p-0{
        flex: 0 0 100%;
    max-width: 100%;
    }

     #page-title.page-title-parallax h1{
        font-size: 30px;
    }

    #header.transparent-header, #header.semi-transparent{
        z-index: 1;
    }
}


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

    .count-number{
        font-size: 35px;
    }

    #page-title{
        display: flex;
        align-items: center;
    }

    .recipe-itmes .position-sticky.full-screen.d-flex.flex-column.align-items-center.center.justify-content-center{
        background-position-y: 85% !important;
        padding-bottom: 140px;
    }

    .why-us h2.section-title{
        margin-bottom: 20px;
    }
    #logo img {
        max-width: 250px;
    }
    .container, #header.full-header .container, .container-fullwidth{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .why-us p{
        margin-bottom: 15px;
    }
    .why-us h2.section-title {
        font-size: 32px;
    }
    .why-us .col-md-3.col-xs-6 {
        width: 50%;
    }
    .text-title-light {
        font-size: 30px;
    }
    .section.mt-2.nobg p{
        text-align: justify;
    }
    .device-xs .categories {
        width: 93%;
    }
    .recipe-itmes br{
        display: none;
    }
    .recipe-itmes h2{
        font-size: 2.75rem;
    }
    #recipes-carousel .col-lg-7.d-flex.rounded-right{
        padding: 30px 20px !important;
    }
    .call-out h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .call-out .text-right{
        text-align: center !important;
    }
    .offset-3 {
        margin-left: 0;
    }
    footer .footer-widgets-wrap .col-lg-3.col-md-3.col-6 {
        padding-right: 5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .footer-widgets-wrap .col-lg-2.col-md-2.col-6.mt-4{
        margin-top: 0 !important;
    }
    .text-title-light.mb-5, h3.center{
        margin-bottom: 0.5em !important;
    }
    .section, #freeCounseling, #footer .footer-widgets-wrap, .call-out.type-2 {
        padding: 30px 0;
    }
    .section.nobg{
        padding: 30px 0 0 0 !important;
    }
    .gallery-block .col-md-4{
        width: 50%;
    }
    .subscribe-widget img{
        float: left;
        margin-right: 15px;
    }
    .subscribe-widget .heading-block.nobottomborder.mb-5{
        margin-bottom: 0.5em !important
    }
    .subscribe-widget .heading-block.nobottomborder.mb-5 p{
        margin-bottom: 15px !important;
        clear: both;
    }
    .news-events .owl-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }
    .news-events .owl-carousel .owl-nav .owl-next {
        right: 0 !important;
    }
    .news-carousel .card-body{
        padding: 15px !important;
    }

    .fancybox-content{
        width: 100% !important;
        height: 0 !important;
        overflow: hidden !important;
        padding-top: 56.25% !important;
    }
    .fancybox-content .fancybox-iframe{
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .testimonial-detail h3.display-4{
            font-size: 35px;
        }
}

.social-icon{
    border-color: transparent !important;
}

.social-icon img{
    transition: all .3s ease;
}
.social-icon:hover img{
    margin-top: -60px;
}

/* CSS FOR ACHIEVEMENT PAGE STARTS HERE */

.achievement-wrapper {
    padding: 50px 0 100px;
    font-family: 'Roboto', sans-serif;
}

.section-ttl {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    color: #5C8B99;
    border-bottom: 25px solid #CCCCCC;
    position: relative;
    margin-bottom: 70px;
}

.section-ttl:after {
    content: "";
    background: #CCCCCC;
    position: absolute;
    width: 25px;
    height: 100px;
    left: auto;
    right: -25px;
}

.section-ttl span{
    font-size: 60px;
    display: block;
    color: #456E7B;
    line-height: 1;
}

.achievement-block {
    position: relative;
}

.achievement-block .achievement-ttl{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;

}

.achievement-block.odd .achievement-content {
    position: absolute;
    top: calc(50% - 16px);
    width: 100%;
    left: -100%;
    text-align: right;
    padding-right: 15px;
}

.achievement-block.even .achievement-content {
    position: absolute;
    top: calc(50% - 16px);
    width: 100%;
    left: auto;
    right: -100%;
    text-align: left;
    padding-left: 15px;
}

.achievement-ttl.orange{
    color: #FF8A63;
}

.achievement-ttl.green{
    color: #CFE148;
}

.achievement-ttl.blue{
    color: #6D909D;
}

.achievement-ttl.yellow{
    color: #FFCA00;
}

.achievement-block .achievement-desc{
    color: #ABBEC6;
    font-size: 12px;

}



/* CSS FOR ACHIEVEMENT PAGE ENDS HERE */