﻿/*======================================================================================================
    1. Butttons
    2. Header & Navbar 
    3. Slider
    4. Section Counter
    5. Why Education ?
    6. Notice Board And Video Section
    7. Section-Campus
    8. Section-students
    9. Section-placement
    10. Footer
    11. Bottom Bar
    12. Enquire Button
    13. modals
=======================================================================================================*/

@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";


body {
    font-family: poppins,sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    background: #F8F9FA;
    color: #222;
}


h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.9);
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 11.5px;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48 !important;
    background: #f4f4f4 !important;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    padding: 3px 8px;
    border-radius: 4px;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48 !important;
    background-color: #fff !important;
    border: 1px solid #F2DEDE !important;
}

.parsley-required {
    color: #B94A48 !important;
}

.page {
    padding: 141px 0;
}

.margin-69 {
    margin-top: 69px;
}
/*==================================================================
    1. Button
==================================================================*/
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #7D2E2E;
    /*box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.08);*/
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #ffffff;
        background: #0e314c;
        /*transform: translateY(-5px);*/
        /*box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.08);*/
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: unset;
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: unset;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background: #0e314c;
        transform: translateY(-5px);
        box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.08);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #ffffff;
        background-color: #009E4A;
        box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.08);
        opacity: 1;
    }

        .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
            background: #0e314c;
            cursor: not-allowed;
            box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.08);
        }

.btn {
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 10px 10px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    text-transform: uppercase;
    transition: 0.5s;
}

    .btn::after, .btn::before {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 0;
        transition: 0.5s;
        background: #0e314c;
        z-index: -1;
    }

    .btn::after {
        left: 0;
        border-radius: 4px 0 0 4px;
    }

    .btn::before {
        right: 0;
        border-radius: 0 4px 4px 0;
    }

    .btn:hover::after, .btn:hover::before {
        width: 50%;
    }

.form-control {
    font-size: 14px;
    border-radius: 5px;
    padding: 21px 10px;
}

    .form-control:focus {
        border-radius: 5px !important;
        outline: 1px solid #f4f4f4;
        box-shadow: none;
        border: 1px solid transparent;
    }

.bg-main {
    background: #7D2E2E;
    /*background:#0d8e26;*/
}

.bg-subMain {
    background: #F8F9FA;
}

.text-main {
    color: #009E4A;
}

.text-subMain {
    color: #353535;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.section-head {
    padding: 22px 0px;
}

    .section-head .head-title {
        font-weight: 700;
        padding: 18px 15px;
        text-align: center;
    }

    .section-head p {
        padding: 29px 28px 0;
    }

.top_head {
    color: #fff;
    line-height: 48px;
}

    .top_head p {
        margin-bottom: 0;
    }

    .top_head i {
        padding: 0 4px;
    }

    .top_head a {
        color: #fff;
        padding: 0 10px;
        transition: .2s ease-in;
    }

        .top_head a:hover {
            color: #222;
        }

    .top_head .logiBtn a {
        /*background: #231f20;*/
        padding: 7px 13px;
        border-radius: 4px;
        transition: .2s ease-in;
        border: 1px solid #fff;
    }

        .top_head .logiBtn a:hover {
            background: #353535;
            color: #fff;
        }

.search i {
    background: #009E4A;
    padding: 12px 13px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

/*=======================================================================
   2. Header & Navbar 
=======================================================================*/

#header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

    #header.is-sticky .startp-nav {
        background-color: #ffffff !important;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        padding: 5px 0;
    }


.startp-mobile-nav {
    display: none;
}

    .startp-mobile-nav.mean-container .mean-nav ul li a.active {
        color: #009E4A;
    }

.startp-nav {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    /*padding-top: 15px;*/
    width: 100%;
    z-index: 999;
    height: auto;
}

    .startp-nav.p-relative {
        position: relative;
        padding-bottom: 15px;
    }

    .startp-nav nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .startp-nav nav .navbar-nav .nav-item {
        position: relative;
        padding: 15px 15px;
    }

        .startp-nav nav .navbar-nav .nav-item a {
            font-weight: 500;
            font-size: 14px;
            color: #353535;
            padding-left: 0;
            padding-right: 0;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: 14px;
            margin-right: 14px;
        }

            .startp-nav nav .navbar-nav .nav-item a:hover, .startp-nav nav .navbar-nav .nav-item a:focus, .startp-nav nav .navbar-nav .nav-item a.active {
                color: #7D2E2E;
            }

            .startp-nav nav .navbar-nav .nav-item a svg {
                width: 14px;
            }

        .startp-nav nav .navbar-nav .nav-item .dropdown_menu {
            -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
            background: #ffffff;
            position: absolute;
            top: 80px;
            left: 0;
            width: 250px;
            z-index: 99;
            padding-top: 20px;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 20px;
            opacity: 0;
            border-radius: 5px;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .startp-nav nav .navbar-nav .nav-item .dropdown_menu li {
                position: relative;
                padding: 0;
            }

                .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 9px 15px;
                    margin: 0;
                    display: block;
                    color: #353535;
                }

                    .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
                        color: #009E4A;
                    }

                .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
                    position: absolute;
                    left: 220px;
                    top: 0;
                    opacity: 0 !important;
                    visibility: hidden !important;
                }

                    .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
                        color: #0e314c;
                    }

                        .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus, .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active {
                            color: #009E4A;
                        }

                .startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu {
                    opacity: 1 !important;
                    visibility: visible !important;
                    top: -20px !important;
                }

                .startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a {
                    color: #009E4A;
                }

        .startp-nav nav .navbar-nav .nav-item:hover ul {
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

    .startp-nav nav .others-option {
        margin-left: 20px;
    }

        .startp-nav nav .others-option .btn {
            font-size: 12px;
            padding: 10px 10px;
        }

            .startp-nav nav .others-option .btn.btn-light {
                background: transparent;
                border: 2px dashed #009E4A;
                padding: 12px 33px;
                margin-right: 10px;
            }

                .startp-nav nav .others-option .btn.btn-light:hover, .startp-nav nav .others-option .btn.btn-light:focus {
                    color: #ffffff;
                    border-color: #8DD8F9;
                }

                .startp-nav nav .others-option .btn.btn-light::after, .startp-nav nav .others-option .btn.btn-light::before {
                    background: #009E4A;
                }

            .startp-nav nav .others-option .btn.btn-primary {
                background: #7D2E2E;
                /*box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);*/
            }

                .startp-nav nav .others-option .btn.btn-primary::after, .startp-nav nav .others-option .btn.btn-primary::before {
                    background: #0e314c;
                    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
                }

/*==================================================
    Default Page
==================================================*/
/*================================================
    3. Slider
==================================================*/


.slide .slider_text {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
    top: 186px;
    text-align: right;
    right: 0;
    width: 100%;
    padding: 32px 151px;
    color: white;
}

    .slide .slider_text h4, .slide .slider_text h1 {
        color: #fff;
    }

    .slide .slider_text h1 {
        font-weight: 500;
        font-size: 60px;
    }
/*.carousel {
    position: relative;
    top: 69px;
}*/
/*==========================================
    4. Section Counter
    =======================================*/
.section-counter {
    text-align: center;
    padding: 80px 0;
}

    .section-counter .counter-box {
        cursor: text;
    }

        .section-counter .counter-box .icon {
            padding-bottom: 11px;
        }

            .section-counter .counter-box .icon i {
                background: #009E4A;
                color: #fff;
                font-size: 38px;
                padding: 17px 20px;
                border-radius: 4px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

        .section-counter .counter-box .count {
            font-size: 31px;
        }

        .section-counter .counter-box h5 {
            font-weight: 700;
            padding: 9px 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .section-counter .counter-box:hover > .icon i {
            transform: translateY(-5px);
            background: #353535;
        }

        .section-counter .counter-box:hover > h5 {
            color: #009E4A;
        }

/*================================================================
   5. Why Education ?
==================================================================*/
.section-why {
    padding: 45px 0 90px;
}

    .section-why img {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
        border-radius: 4px;
    }

    .section-why .box span {
        display: block;
        background-color: #fff;
        border-radius: 5px;
        padding: 13px 12px 8px 40px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
        z-index: 1;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-weight: 600;
        font-size: 15.5px;
    }

        .section-why .box span::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            border-radius: 5px;
            background: #7D2E2E;
            z-index: -1;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .section-why .box span i {
            font-size: 12px;
            color: #ffffff;
            background: #7D2E2E;
            width: 23px;
            height: 23px;
            line-height: 23px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            text-align: center;
            border-radius: 3px;
            position: absolute;
            left: 8px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .section-why .box span:hover {
            color: #ffffff;
        }

            .section-why .box span:hover::before {
                width: 100%;
            }

            .section-why .box span:hover i {
                background-color: #fff;
                color: #7D2E2E;
            }


    .section-why .box:hover > i {
        transform: translate(-5px);
        background: #353535;
    }

    .section-why .box:hover > h4 {
        transform: translate(-5px);
        color: #7D2E2E;
    }

    .section-why .box h4 {
        font-size: 18px;
        font-weight: 500;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .section-why .box p {
        color: #808080;
    }

/*=============================================================
   6. Notice Board And Video Section
=================================================================*/

.section-notice-board {
    padding: 28px 0 82px;
}

    .section-notice-board .board {
        background: #fff;
        padding: 10px;
        border-radius: 4px;
        height: 315px;
        overflow: hidden;
        box-shadow: 0px 2px 10px #eee;
        border: 1px solid #fdfdfd;
    }

        .section-notice-board .board a {
            color: #808080;
        }

        .section-notice-board .board ul {
            /*padding: 0;
                margin: 0;*/
        }

            .section-notice-board .board ul li {
                padding: 12px 0;
                margin: 0;
                list-style-type: none;
            }

        .section-notice-board .board .time {
            border: 1px solid #009e4a;
            padding: 0 0;
            text-align: center;
        }

            .section-notice-board .board .time h6, .board .time span {
                color: darkgreen;
            }

        .section-notice-board .board .detail h6 {
            color: darkgreen;
            font-weight: 700;
        }
/*===================================================================
   7. Section-Campus
====================================================================*/

.section-cumps {
    padding: 36px 0 57px;
}

/*=============================================================
    8. Section-students
===============================================================*/
.section-students img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 2px 10px #eee;
    border: 1px solid #fdfdfd;
    /*border-radius: 50%;*/
}

.section-students {
    padding: 42px 0 100px;
}

    .section-students .client-box {
        background: #fff;
        padding: 35px 35px;
        border-radius: 5px;
        box-shadow: 0px 2px 10px #eee;
        border: 1px solid #fdfdfd;
        margin: 20px 6px;
        border-radius: 4px;
        height: 348px
    }

        .section-students .client-box p {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            height: 195px;
        }

        .section-students .client-box img {
            width: 70px !important;
            height: 70px;
        }

        .section-students .client-box h6 {
            font-weight: 700;
        }

        .section-students .client-box span {
            color: #808080;
        }

        .section-students .client-box .name {
            padding: 12px 19px;
        }
/*==================================================================
   9. section-placement
===================================================================*/
.section-placement {
    padding: 25px 0 89px;
}

/*========================================================================
  10. Footer
===========================================================================*/
footer {
    padding: 62px 0 42px;
}

    footer .footer-head .title {
        font-size: 22px;
        font-weight: 700;
        padding: 0 0 12px;
        border-bottom: 2px solid #7D2E2E;
        position: relative;
    }

        footer .footer-head .title:after {
            content: '';
            width: 120px;
            padding: 3px;
            background: #7D2E2E;
            position: absolute;
            bottom: -4px;
            left: 0;
            border-radius: 10px;
        }

    footer .footer-head {
        position: relative;
    }

        footer .footer-head .ul-contact i {
            content: '';
            position: absolute;
            font-size: 30px;
            background: #7D2E2E;
            color: #fff;
            width: 46px;
            height: 45px;
            text-align: center;
            border-radius: 4px;
            line-height: 44px;
            transition: .4s ease-in-out;
        }

        footer .footer-head .ul-contact {
            padding: 24px 0px;
            margin: 0;
        }

            footer .footer-head .ul-contact li {
                list-style-type: none;
                padding: 12px 0px;
                margin: 0;
            }

        footer .footer-head span {
            display: block;
            font-size: 16px;
            font-weight: 700;
            padding-left: 63px;
        }

        footer .footer-head a {
            display: block;
            padding: 3px 64px;
            color: #808080;
        }

            footer .footer-head a:hover, footer .footer-head .links li a:hover {
                color: #7D2E2E;
            }

        footer .footer-head .links1 i {
            font-size: 30px;
            background: #7d2e2e;
            color: #fff;
            width: 46px;
            height: 45px;
            text-align: center;
            border-radius: 4px;
            line-height: 44px;
            transition: .4s ease-in-out;
        }

        footer .footer-head .links {
            padding: 24px 0px;
            margin: 0;
        }

            footer .footer-head .links li {
                list-style-type: none;
                padding: 0px;
                margin: 0;
            }

                footer .footer-head .links li a {
                    display: block;
                    padding: 5px;
                    color: #808080;
                }

        footer .footer-head .links1 {
            padding: 24px 0px;
            margin: 0;
        }

            footer .footer-head .links1 li {
                padding: 0px;
                margin: 0;
                display: inline-block;
            }

                footer .footer-head .links1 li a {
                    padding: 0 0px;
                    color: #808080;
                    margin-right: 13px;
                }

                    footer .footer-head .links1 li a i:hover {
                        background: #353535;
                        transform: translateY(-5px);
                    }

    footer .address {
        position: relative;
        padding: 0 0;
    }

        footer .address i {
            content: '';
            color: #009E4A;
            font-size: 18px;
            position: absolute;
        }
/*===============================================================
   11. Bottom Bar
=================================================================*/
.bottom-bar {
    color: #fff;
    line-height: 50px;
}

    .bottom-bar a {
        color: #fff;
    }

        .bottom-bar a:hover {
            color: #353535;
        }

/*=======================================================
  12.  Enquire Button
=======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 4px;
    z-index: 4;
    text-align: center;
    height: 40px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    color: #ffffff;
    border-radius: 4px;
    font-size: 20px;
    background: #7D2E2E;
    padding: 0 14px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.trigger {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 155px;
    z-index: 4;
    text-align: center;
    height: 40px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    color: #ffffff;
    border-radius: 2px;
    font-size: 20px;
}

    .trigger.active {
        top: 98%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .trigger a {
        background: #009e4a;
        color: #fff;
        font-size: 24px;
        padding: 2px 11px;
        margin: 0;
        border: 1px solid #fff;
    }

        .trigger a:hover {
            background: darkgreen;
            color: #fff;
        }


/*===============================================================
  13.  modal
===============================================================*/
@media (min-width: 576px) {
    #EnquireModal .modal-dialog {
        max-width: 390px !important;
        margin: 1.75rem auto;
    }
}


/*==============================================================
    Contact us
===============================================================*/
.contact-left {
    padding: 80px 0;
}

.contact-form .card {
    border: none;
    box-shadow: 0px 2px 7px #eee;
}

    .contact-form .card .section-head {
        padding: 23px 0 0 22px;
    }

    .contact-form .card h2 {
        font-size: 18px;
    }

/*===============================================================
    About us
=================================================================*/

.about {
    padding: 0 0 90px 0;
}

    .about .section-head {
        padding: 45px 0 12px 0px;
    }


    .about h2 {
        font-size: 30px;
    }

    /*.about p {
    color: #808080;
    font-weight: 100;
}*/

    .about img {
        border-radius: 4px;
        box-shadow: 0px 0px 7px #cac1c1;
        width: 100%;
    }

    .about .box {
        margin-top: 60px;
        background: #fff;
        box-shadow: 0px 0px 7px #cac1c1;
        text-align: center;
        padding: 34px 27px;
        height: 550px;
        /*height: 434px;*/
        border-radius: 10px;
    }

        .about .box i {
            background: #7D2E2E;
            padding: 10px 10px;
            font-size: 50px;
            margin: 19px;
            color: #fff;
            border-radius: 4px;
        }

        .about .box h5 {
            padding: 17px 0px;
            font-weight: 700;
        }

        .about .box p {
            color: #808080;
        }

/*================================================
               Course Ielts Page   
 =================================================*/
.page.ieltsMain {
    padding: 120px 0 0 0 !important;
}

.ieltsMain .ieltsForm {
    justify-content: center;
    align-items: center;
}

    .ieltsMain .ieltsForm .form-head {
        text-align: center;
        padding-bottom: 8px;
    }

    .ieltsMain .ieltsForm .form {
        width: 370px;
        margin: 10px auto;
        box-shadow: 0px 0px 11px #ecebec;
        padding: 21px 22px;
        border-radius: 4px;
    }

.ieltsMain .left-top h3 {
    font-weight: 800;
}

.ieltsMain .left-top h3, .ieltsMain .left-top h5 {
    line-height: 36px;
}

.ieltsMain .left-top h1 {
    color: #009E4A;
    padding: 10px 0;
}

.ieltsMain .s1 {
    margin-bottom: 80px;
}

.ieltsMain .s2 {
    padding-top: 30px;
    padding-bottom: 100px;
    background: #F8F9FA;
}

    .ieltsMain .s2 .box {
        background: #fff;
        padding: 29px 29px;
        text-align: center;
        box-shadow: 0px 0px 11px #ecebec;
        border-radius: 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .ieltsMain .s2 .box:hover {
            transform: translateY(-5px);
        }

            .ieltsMain .s2 .box:hover i {
                color: #353535;
                transform: translateY(-5px);
            }

        .ieltsMain .s2 .box h4 {
            text-align: center;
            font-weight: 800;
            padding: 10px 0;
        }

        .ieltsMain .s2 .box i {
            color: #009E4A;
            font-size: 24px;
            border-radius: 4px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .ieltsMain .s2 p {
        padding: 18px 0;
        margin-bottom: 0;
    }


.navbar-expand-md .navbar-collapse {
    display: block !important;
}

.manilaSection {
    color: #fff;
}

.aboutManila .manilaImg {
    width: 50%;
    height: 700px;
    top: 6%;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../../img/feature_img.jpg);
}

.manilaSection:before {
    content: "";
    height: 100%;
    width: 1000%;
    background: #222;
    position: absolute;
    right: -134px;
    z-index: -1;
}

.manilaSection:after {
    content: "";
    height: 100%;
    width: 1000%;
    background: #222;
    position: absolute;
    right: -134px;
    z-index: -1;
}

.manilaDetails h1 {
    text-align: center;
    margin-bottom: 20px;
}

.manilaDetails {
    padding: 120px 59px;
    line-height: 30px;
}

.sectionThreeBox {
    margin-top: -80px;
    padding-bottom: 80px;
    z-index: 1;
}

    .sectionThreeBox .box {
        text-align: center;
        transition: .4s;
        background: #fff;
        padding: 25px 25px;
        border-radius: 4px;
        height: 360px;
        overflow: hidden;
    }

        .sectionThreeBox .box:hover {
            transform: translateY(-5px);
            box-shadow: 0px 42px 29px -31px rgba(107, 107, 107, 0.50);
        }

        .sectionThreeBox .box .box-icon {
            display: inline-block;
            width: 65px;
            height: 65px;
            line-height: 62px;
            background: #f7fafd;
            border-radius: 50%;
            font-size: 30px;
            color: #7D2E2E;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .sectionThreeBox .box:hover .box-icon {
            color: #fff;
            background: #7D2E2E;
        }

        .sectionThreeBox .box .box-title {
            text-align: center;
        }

            .sectionThreeBox .box .box-title h3 {
                font-size: 18px;
                margin: 25px 0 15px;
            }

        .sectionThreeBox .box .box-details p {
            font-size: 16px;
            /*text-align: justify;*/
        }

.section-about {
    padding: 80px 0px;
}

.about-form {
    background: #f4f5f6;
}

.section-about .about-form {
    padding: 32px 23px;
    background: #f4f5f6;
    border-radius: 4px;
}

.about-details {
    /*margin: 10px 0;*/
}

    .about-details .sub-title {
        color: #7D2E2E;
        font-weight: 500;
    }

.about-cards .box {
    text-align: center;
    transition: .4s;
    background: #f4f5f6;
    padding: 25px 25px;
    border-radius: 4px;
    font-size: 18px;
}

.about-cards a {
    font-weight: 600;
    color: #656565 !important;
}

.about-cards .box:hover {
    background: #7D2E2E;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 42px 29px -31px rgba(107, 107, 107, 0.50);
}

    .about-cards .box:hover h3 {
        color: #fff;
    }

.section-contact {
    padding: 42px 0 100px;
}

    .section-contact p {
        text-align: center;
        /*padding: 0 134px;*/
        line-height: 30px;
        /*padding-bottom: 60px;*/
    }

    .section-contact .form {
        padding: 42px 60px;
        box-shadow: 0px 2px 10px #eee;
        border-radius: 4px;
    }


    .section-contact .box {
        text-align: center;
        transition: .4s;
        background: #fff;
        padding: 25px 25px;
        border-radius: 4px;
        border: 1px solid #f4f4f4;
        height: 260px;
    }

        .section-contact .box:hover {
            transform: translateY(-5px);
            box-shadow: 0px 42px 29px -31px rgba(107, 107, 107, 0.50);
        }

        .section-contact .box .box-icon {
            display: inline-block;
            width: 65px;
            height: 65px;
            line-height: 62px;
            background: #f7fafd;
            border-radius: 50%;
            font-size: 30px;
            color: #7D2E2E;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .section-contact .box:hover .box-icon {
            color: #fff;
            background: #7D2E2E;
        }

        .section-contact .box .box-title {
            text-align: center;
        }

            .section-contact .box .box-title h3 {
                font-size: 18px;
                margin: 25px 0 15px;
            }

        .section-contact .box .box-details p {
            font-size: 16px;
            word-break: break-word;
            /*text-align: justify;*/
        }

            .section-contact .box .box-details p a {
                color: #999999;
            }

.page .page-header {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    margin-top: -70px;
    position: relative;
}

    .page .page-header img {
        width: 100%;
        filter: brightness(50%);
    }

    .page .page-header .page-title {
        content: '';
        position: absolute;
        top: 159px;
        left: 30px;
        color: #fff;
        font-weight: 900;
        z-index: 1;
    }

        .page .page-header .page-title h1 {
            color: #F4f4f4;
        }

.section-equipment {
    padding-bottom: 70px;
}

    .section-equipment .img {
        text-align: left;
        position: relative;
    }

        .section-equipment .img .img-fixed {
            /*padding-left: 50px;*/
            width: 100%;
            border-radius: 4px;
            /*margin-top: 26px;*/
        }

        .section-equipment .img .img-absolute {
            content: '';
            width: 53%;
            position: absolute;
            top: 122px;
            left: 295px;
            border-radius: 4px;
        }

    .section-equipment .equipment-box {
        background: #fff;
        padding: 35px 35px;
        border-radius: 5px;
        box-shadow: 0px 2px 10px #eee;
        border: 1px solid #fdfdfd;
        margin: 20px 6px;
        border-radius: 4px;
        line-height: 25px;
    }

.section-covid {
    padding: 40px 0 80px;
    border-bottom: 1px solid #f4f4f4;
}

    .section-covid .covid {
        background: #fff;
        background: #fff;
        box-shadow: 0px 2px 10px #eee;
        border: 1px solid #fdfdfd;
        padding: 38px 58px;
        border-radius: 4px;
    }

    .section-covid p {
        font-size: 18px;
    }

    .section-covid .covid-details {
        padding: 50px 0;
    }


.faq-accordion {
    -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 18px 0 rgba(0,0,0,.08);
    padding: 60px;
    background: #fff;
    border-radius: 10px
}

    .faq-accordion .accordion {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

        .faq-accordion .accordion .accordion-item {
            display: block;
            margin-bottom: 15px
        }

            .faq-accordion .accordion .accordion-item:last-child {
                margin-bottom: 0
            }

            .faq-accordion .accordion .accordion-item .accordion-title {
                display: block;
                padding: 12px 20px 12px 51px;
                text-decoration: none;
                color: #0e314c;
                position: relative;
                border-bottom: 1px solid #fff;
                background: #fff;
                font-size: 16px;
                font-weight: 500;
                box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
                border-radius: 4px;
            }

                .faq-accordion .accordion .accordion-item .accordion-title i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 40px;
                    text-align: center;
                    height: 100%;
                    background: #7D2E2E;
                    color: #fff
                }

                    .faq-accordion .accordion .accordion-item .accordion-title i::before {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        right: 0;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        font-size: 15px
                    }

                .faq-accordion .accordion .accordion-item .accordion-title.active {
                    border-bottom-color: #f4f4f4;
                }

                    .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
                        content: "\f068";
                    }

            .faq-accordion .accordion .accordion-item .accordion-content {
                display: none;
                position: relative;
                overflow: hidden;
                padding: 15px 0 0;
                line-height: 1.9
            }

                .faq-accordion .accordion .accordion-item .accordion-content.show {
                    display: block
                }

.faq-contact {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 8%);
    padding: 60px;
    background: #fff;
    border-radius: 10px;
}

/*.section-hiring {
    padding: 45px 0 90px;
}

    .section-hiring .box-hiring {
        margin-top: 60px;
        background: #fff;
        box-shadow: 0px 0px 7px #cac1c1;
        padding: 48px 55px;
        border-radius: 10px;
    }

        .section-hiring .box-hiring .img-box {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin: auto;
            box-shadow: 0px 0px 7px #cac1c1;
        }

        .section-hiring .box-hiring img {
            width: 100%;
            box-shadow: 0px 0px 7px #cac1c1;
        }

        .section-hiring .box-hiring h5 {
            padding: 10px 0px;
            font-weight: 700;
            font-size: 30px;
        }

        .section-hiring .box-hiring h4 {
            font-weight: 600;
            font-size: 20px;
            color: #909090 !important;
        }

    .section-hiring p {
        font-weight: 600;
        font-size: 15.5px;
        line-height: 25px;
    }*/

/*.section-hiring {
    padding: 45px 0 90px;
}*/

.about-left .box-hiring {
    padding: 32px 23px;
    background: #f4f5f6;
    border-radius: 4px;
    text-align: center;
}

    .about-left .box-hiring .img-box {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
        box-shadow: 0px 0px 7px #cac1c1;
        margin-bottom: 30px;
    }

    .about-left .box-hiring img {
        width: 100%;
        /*box-shadow: 0px 0px 7px #cac1c1;*/
    }


    .about-left .box-hiring h4 {
        font-weight: 600;
        font-size: 18px;
        color: #909090 !important;
    }

    .about-left .box-hiring p {
        margin-top: 25px;
        margin-bottom: 35px;
    }
