body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar .navbar-brand img {
    /* width: 80%; */
}

.navbar-nav .nav-item {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 800;
}

.navbar-nav .nav-item.active a {
    border-bottom: 2px solid #2E338C;
}

.navbar-nav .nav-item.contact-number {
    padding-top: 8px;
    color: #2E338C;
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar-nav .nav-item.contact-number img {
    width: 15px;
    margin: -5px 0px 0px 4px;
}

.navbar-nav .nav-item .btn-appointment {
    color: #2E338C;
    border: 2px solid #2E338C;
    border-radius: 50px;
    position: relative;
}

.navbar-nav .nav-item .btn-appointment span {
    position: absolute;
    top: -35px;
}

.navbar-nav .nav-item .btn-appointment span img {
    width: 60px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active {
    border-bottom: 2px solid #2E338C !important;
    /* border-radius: 6px; */
    color: #000000;
}

.banner .carousel-inner .carousel-item .carousel-caption {
    top: 24%;
    text-align: left;
    width: 25%;
    /* padding-top: 0; */
}

.banner .carousel-inner .carousel-item .carousel-caption h2 {
    /* font-size:30px;
    font-weight: 800;
    color: #F69320;
    margin-bottom: 20px; */
    font-size: 16px;
    font-weight: 600;
    color: rgba(246, 147, 32, 1);
    margin-bottom: 20px;
    line-height: 25px;
}

.banner .carousel-inner .carousel-item .carousel-caption h3 {
    font-family: 'Protest Riot', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #3F3C39;
    margin-top: 20px;
    margin-bottom: 0;
}

.banner .carousel-inner .carousel-item .carousel-caption p {
    font-size: 15px;
    color: #3F3C39;
    line-height: 22px;
}

.banner .carousel-inner .carousel-item .carousel-caption .btn-shopnow {
    background: #38b202;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .carousel-inner .carousel-item .carousel-caption .btn-shopnow img {
    width: 16%;
    margin-left: 10px;
}

.subscribe {
    padding: 20px 0px;
}

.subscribe .input-group {
    width: 60%;
}

.subscribe .input-group .get-appoint {
    padding: 15px;
    background: #E2195C;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px 0px 0px 10px;
}

.subscribe .input-group .form-control {
    border-color: #b3a5a5;
    padding: 24px;
    border-radius: 0px 10px 10px 0px !important;
}

.subscribe .input-group .input-group-append {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
}

.subscribe .chat .btn-chat {
    /* background: #2E338C;
    color: #ffffff;
    border-radius: 50px;
    position: relative;
    font-weight: bold;
    padding: 10px 20px; */
    color: #2E338C;
    border-radius: 50px;
    position: relative;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid #2E338C;
}

.subscribe .chat .btn-chat span {
    position: absolute;
    top: -35px;
}

.subscribe .chat .btn-chat span img {
    width: 60px;
}

.wings {
    width: 100%;
    background: #F69320;
    padding: 30px 0px;
    color: #ffffff;
}

.wings h2 {
    font-size: 20px;
    /* line-height: 25px; */
    margin-top: 10%;
    font-weight: bold;
}

.wings h2 span {
    font-size: 30px;
    display: block;
    font-weight: bold;
    margin-top: 3px;
}

.wings p {
    font-size: 16px;
    width: 90%;
    margin: 20px 0px;
}

.wings .btn-more {
    /* color: #ffffff; */
    border: 1px solid #ffffff;
    border-radius: 100px;
    font-size: 14px;
    padding: 8px 25px;
}

.philosophy {
    width: 100%;
    background: #FFF4E8;
    padding: 30px 0px;
    color: #ffffff;
}

.philosophy .phil-content {
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.philosophy .phil-content div {
    width: 75%;
}

.philosophy .phil-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.philosophy .phil-content p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;

}

.direction {
    padding: 30px 0px;
}

.direction h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
}

.map {
    width: 100%;
    background: #f6f7f9;
}

.direction .input-group .get-appoint {
    padding: 15px;
    background: #2E338C;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px 0px 0px 50px;
}

.direction .input-group .form-control {
    padding: 24px 10px 24px 10px;
    border-radius: 0px 50px 50px 0px !important;
    background: #E7ECF3;
    border: 0;
}

.direction .input-group .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #2E338C;
    border-radius: 0px 50px 50px 0px;
}

.job-item {
    background-color: #e7e7e7;
}

.job-tab .nav-tabs {
    margin-bottom: 40px;
    border-bottom: 0;
}

.job-tab .nav-tabs>li {
    float: none;
    display: inline;
}

.job-tab .nav-tabs li {
    margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
    margin-right: 0;
}

.job-tab .nav-tabs {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.footer {
    background: url(../images/footer-bg.png) no-repeat bottom #3F3C39;
    background-size: 100%;
    padding: 30px 0px 60px 0px;
    color: #C0B9B9;
    font-size: 15px;
    background-position: bottom;
}

.footer img {
    margin-bottom: 15px;
}

.footer h2 {
    font-size: 18px;
    color: #ffffff;
    /* margin-top: 20px; */
    font-weight: bold;
}

.footer .footer-contact {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 45px 0px 0px 0px;
}

.footer .footer-contact img {
    width: 5%;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer ul {
    margin: 0px;
    padding-left: 15px;
}

.footer ul li {
    margin: 0px;
    padding: 0;
}

.footer ul li a {
    color: #C0B9B9;
}

.footer p a {
    color: #C0B9B9;
}

.footer .services {
    position: relative;
}

.footer .services::after {
    position: absolute;
    content: "";
    right: 50px;
    top: 25px;
    bottom: 0;
    border-right: 1px solid #615D5D;
}

.footer .cbt {
    padding-top: 25px;
}

.footer .cbt .sn-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    margin-top: 30px;
}

.footer .cbt .sn-icons h2 {
    font-size: 15px;
    margin-bottom: 0;
}

.footer .cbt .sn-icons img {
    width: 10%;
    margin-bottom: 0;
}

.footer.inner-footer {
    margin-top: 100px;
}

.inner-banner {
    width: 100%;
    background: url(../images/our-team-banner.jpg) no-repeat;
    background-size: 100%;
    padding: 82px 0px;
    margin-bottom: 50px;
}

.inner-banner h2 {
    font-size: 30px;
    font-weight: bold;
    color: #2E338C;
}

.inner-banner h2 span {
    display: block;
}

.inner-banner p {
    font-size: 15px;
}
.achievements-banner{
    background: rgba(255, 244, 232, 1);
    height: 10px;
}
.holistic-development {
    padding: 0px 0px 50px 0px;
}

.holistic-development h2 {
    font-size: 16px;
    color: rgba(46, 51, 140, 1);
    font-weight: bold;
    margin: 30px 0px 20px 0px;
}

.holistic-development h2 span {
    display: block;
}

.holistic-development p {
    margin-bottom: 25px;
}

.holistic-development h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.our-vision {
    /* background: url(../images/carving-img.svg) no-repeat; */
    background: rgba(255, 233, 207, 1);
    padding: 50px 0px 50px 0px;
    /* background-size: 100%; */
    margin-bottom: 50px;
}

.our-vision img {
    width: 5%;
}

.our-vision p {
    margin: 0;
}

.our-vision h2 {
    font-size: 16px;
    color: rgba(46, 51, 140, 1);
    font-weight: bold;
    margin: 15px 0px 10px 0px;
}

.management h2 {
    font-size: 16px;
    color: rgba(46, 51, 140, 1);
    font-weight: bold;
    margin: 30px 0px 20px 0px
}

.management h5 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.management h5 span {
    display: block;
    margin-top: 5px;
}

.management .media {
    margin-bottom: 20px;
}

.management .media img {
    width: 25%;
}

.inner-banner.services-banner {
    width: 100%;
    background: url(../images/services-banner.jpg) no-repeat;
    background-size: 100%;
    
}

.services .media {
    border-bottom: 1px solid #efeded;
    padding-bottom: 40px;
}

.services .media img {
    width: 30%;
    margin-right: 40px;
}

.services .media.media-one img {
    margin-right: 0;
    margin-left: 40px;
}

.services .media .media-body h5 {
    font-size: 20px;
    color: rgba(46, 51, 140, 1);
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.services .media .media-body h3 {
    font-size: 15px;
    margin: 30px 0px 10px 0px;
}

.services .media .media-body ol {
    margin: 0px 0px 0px 15px;
    padding: 0;
}

.services .media .media-body ol li {
    font-size: 15px;
    margin-bottom: 5px;
}

.services .media .media-body p {
    font-size: 15px;
}

.inner-banner.contact-banner {
    width: 100%;
    background: url(../images/contact-banner.jpg) no-repeat;
    background-size: 100%;
    padding: 220px 0px;
    margin-bottom: 40px;
}

.inner-banner.contact-banner h2 {
    color: rgba(246, 147, 32, 1);
}

.inner-banner.gallery-banner {
    width: 100%;
    background: url(../images/gallery-banner.jpg) no-repeat;
    background-size: 100%;
    padding: 220px 0px;
    margin-bottom: 40px;
}

.inner-banner.gallery-banner h2 {
    color: rgba(246, 147, 32, 1);
}

.contact-page h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-page ul {
    margin: 0;
    padding: 0;
}

.contact-page ul li {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-page ul li span {
    margin-right: 20px;
}

.contact-page ul li span img {
    width: 2.5%;
}









.services .card {
    border: 0;
}

.services .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.services .card .card-body h5 {
    font-size: 16px;
    color: rgba(46, 51, 140, 1);
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.services .card .card-body .btn-more {
    background: #2E338C;
    color: #ffffff;
    border-radius: 50px;
    position: relative;
    font-weight: bold;
    padding: 10px 20px;
    float: right;
}

/* --- form start --- */
.input-group {
    position: relative;
    margin-bottom: 20px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 15px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    /* border: none; */
    /* border-bottom: 1px solid #757575; */
    border-radius: 6px;
}

input:focus {
    outline: none;
}

textarea {
    font-size: 18px;
    padding: 10px 10px 10px 15px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    /* border: none; */
    /* border-bottom: 1px solid #757575; */
    border-radius: 6px;
}

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin: 0;

}

input:focus~label,
input:valid~label {
    top: -10px;
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 0px 5px;
}

textarea:focus~label,
textarea:valid~label {
    top: -10px;
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 0px 5px;
}

.btn-submit {
    background: rgba(46, 51, 140, 1);
    color: #ffffff;
    margin-top: 20px;
}

.btn-submit:hover {
    color: rgba(46, 51, 140, 1);
    border: 1px solid rgba(46, 51, 140, 1);
    background: #ffffff;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

/* animations */
@-webkit-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/* ----- Tesimo---- */

 
.achievements{ 
    padding: 100px 0px 0px;
    text-align: center;
 }
 .achievements .content{
    margin: 0 auto;
 }
 .achievements h4{
    font-weight: bold;
    color: rgba(86, 86, 86, 1);
    position: relative;
    width: 50%;
    display: inline;
 }
 .achievements h4::before{
    position: absolute;
    content: "";
    left: -100px;
    background: url(../images/butterfley.svg) no-repeat;
    width: 100px;
    height: 100px;
    top: -45px;
    transform: scaleX(-1);
    background-size: 100%;
 }
 .achievements h4::after{
    position: absolute;
    content: "";
    right: -100px;
    background: url(../images/butterfley.svg) no-repeat;
    width: 100px;
    height: 100px;
    top: -45px;
    background-size: 100%;
 }
 .achievements h2{
    font-size: 30px;
    font-weight: bold;
    color: #2E338C;
 }
#testimonial-slider{
    padding: 50px 20px 35px 20px;
    text-align: center;
    /* background: #fff;
    box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1); */
}
.testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title{
    font-size: 18px;
    font-weight: bold;
    color: rgba(46, 51, 140, 1);
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
    display: none;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 80px !important;
    height: 80px !important;
    border-radius: 100% !important;
    border: 4px solid #ccc;
    /* background: url("../images/img-1.jpg") no-repeat; */
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(1) span{
    background: url("../images/img-2.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/img-1.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.1;
}
/* .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
} */
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}
/* ------ Test End---- */


@media only screen and (max-width: 768px) {
    .banner .carousel-inner .carousel-item .carousel-caption {
        width: auto;
        padding-top: 0;
        top: 12%;
    }

    .banner .carousel-inner .carousel-item .carousel-caption h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .banner .carousel-inner .carousel-item .carousel-caption h2 span {
        display: none;
    }

    .banner .carousel-inner .carousel-item .carousel-caption h3 {
        font-size: 13px;
        margin-top: 0px;
    }

    .banner .carousel-inner .carousel-item .carousel-caption p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .subscribe .input-group {
        width: auto;
    }

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

    .subscribe .chat .btn-chat {
        margin-top: 20px;
    }

    .subscribe .chat .btn-chat span {
        display: none;
    }

    .wings p {
        width: auto;
    }

    .philosophy .phil-content div {
        width: auto;
    }

    .inner-banner.services-banner {
        padding: 35px 0px;
    }

    .services .media {
        display: inherit;
    }

    .services .media img {
        width: 100%;
        margin: 0;
    }

    .services .media.media-one img {
        margin: 0;
    }

    .inner-banner {
        padding: 33px 0px;
        margin-bottom: 30px;
    }

    .inner-banner.services-banner h2 {
        font-size: 20px;
    }

    .inner-banner h2 {
        font-size: 20px;
    }

    .inner-banner p {
        display: none;
    }

    .our-vision {
        padding: 0;
        background: none;
        margin-bottom: 0;
    }

    .holistic-development {
        padding: 0;
    }

    .inner-banner.contact-banner {
        padding: 50px 0px;
        margin: 0px 0px 30px;
    }

    .inner-banner.gallery-banner {
        padding: 50px 0px;
        margin: 0px 0px 30px;
    }

    .footer .footer-contact {
        margin: 0px 0px 20px 0px;
    }

    .footer .services::after {
        display: none;
    }

    .footer.inner-footer {
        margin-top: 50px;
    }

    .navbar-nav .nav-item .btn-appointment span {
        display: none;
    }

    .navbar-nav .nav-item .btn-appointment {
        margin: 10px 0px 0px 0px;
    }

    .navbar-nav .nav-item {
        margin-left: 5px;
    }

    .navbar-nav .nav-item.contact-number {
        margin: 5px 0px 0px 5px;
    }
    .achievements h4::before{
        display: none;
    }
    .achievements h4::after{
        display: none;
    }
}