﻿@import url('../../css2-1');

.para {
    text-align: justify;
    font-size: 17px;
    font-weight:300;
}


.head-first {
    font-size: 23px;
    font-weight:400
}


.head-second {
    font-size: 50px;
    font-weight:600
}


.test-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: top;
}


.workflow-head {
    font-size:16px;
    font-weight: 400;
}

@media screen and (min-width:1200px) {
    .workflow-head {
        font-size: 18px;
        font-weight: 400;
    }

}



.srvc-img {
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%)
}

.course-title {
    margin-bottom: 20px;
}

@media screen and (min-width:1200px) {
    .course-title {
        margin-bottom: 0px;
    }
}



#carousel-testimonial .owl-item.active.center .card {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);*/
    /*-webkit-transform: scale(1.20);
    -ms-transform: scale(1.20);
    transform: scale(1.20);*/
    border-right: 10px solid #1d2e7f;
    border-left: 10px solid #1d2e7f;
}




.pl-super-header-1 {
    font-size: 2.42rem;
    padding-top: 45px;
    font-weight: 400;
    line-height: 1.58;
    /*padding-top: 100px;*/
    color: #212325
}

@media (max-width:1680px) {
    .pl-super-header-1 {
        font-size: 2.75rem;
        padding-top: 80px;
        font-weight: 400;
    }
}

@media (max-width:1440px) {
    .pl-super-header-1 {
        font-size: 2.57rem;
        line-height: 1.43
    }
}

@media (max-width:1366px) {
    .pl-super-header-1 {
        font-size: 2.42rem;
        padding-top:20px;
        font-weight: 400;
    }
}

@media (max-width:1199px) {
    .pl-super-header-1 {
        font-size: 2rem
    }
}

@media (max-width:991px) {
    .pl-super-header-1 {
        font-size: 1.71rem;
        padding-top: 40px
    }
}

@media (max-width:767px) {
    .pl-super-header-1 {
        font-size: 1.57rem;
        padding-top: 30px
    }
}

@media (max-width:576px) {
    .pl-super-header-1 {
        font-size: 2rem
    }
}

.pl-super-header-1 span {
    font-weight: 800;
}



.services-list {
    padding: 34px 0 0;
    /*margin-bottom: 100px*/
}

@media (max-width:1680px) {
    .services-list {
        margin-bottom: 80px;
        padding: 5px 0 0
    }
}

@media (max-width:1366px) {
    .services-list {
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .services-list {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .services-list {
        margin-bottom: 50px
    }
}

@media (max-width:576px) {
    .services-list {
        margin-bottom: 40px
    }
}

.services-list li {
    margin-bottom: 20px;
    color: #303952;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 28px;
    text-align:left
}

@media (max-width:1680px) {
    .services-list li {
        font-size: 1.45rem;
        margin-bottom: 35px
    }
}

@media (max-width:1440px) {
    .services-list li {
        font-size: 1.28rem;
        margin-bottom: 1px;
        line-height: 28px
    }
}

@media (max-width:1366px) {
    .services-list li {
        font-size: 1.6rem
    }
}

@media (max-width:767px) {
    .services-list li {
        line-height: inherit
    }
}

@media (max-width:576px) {
    .services-list li {
        font-size: 1.5rem
    }
}

@media (max-width:767px) {
    .services-list li:last-child {
        margin-bottom: 0
    }
}

.services-list li img.header-icon {
    max-width:36px;
    height: auto;
    margin-right: 20px
}

@media (max-width:1440px) {
    .services-list li img.header-icon {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        margin-right: 12px
    }
}

@media (max-width:767px) {
    .services-list li img.header-icon {
        max-width: 26px;
        margin-right: 10px
    }
}

@media (max-width:576px) {
    .services-list li img.header-icon {
        max-width:49px
    }
}


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

/*================ Course Card =====================*/

.course_card {
    height: 124px;
    padding-left: 25px;
    background: #fff;
    width: 100%;
    height:168px;
    display: block;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
    transition: all .6s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-duration: 5s;
    transition-duration: 5s;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}


@media screen and (min-width:1200px) {
    .course_card {
        height: 170px;
       
        /*display: -webkit-flex;*/
        display: grid;
    }
}


.course_card:hover  {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    border-radius: 10px
}



.course_card img {
    margin-right: 10px;
    max-width: 100px
}

@media (max-width:1440px) {
    .course_card img {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
}

@media screen and (max-width:424px) {
    .course_card img {
        margin-right: unset;
        padding-top: 15px;
       
    }
}




.course_card h5 {
    color: #333;
    margin-bottom:5px;
    font-weight: 600;
    font-size: 1.75rem;
    white-space: normal;
    display: block
}

@media (max-width:1680px) {
    .course_card h5 {
        font-size: 1.625rem
    }
}

@media (max-width:1440px) {
    .course_card h5 {
        font-size: 1.8rem;
        text-align: center;
    }
}

@media (max-width:1366px) {
    .course_card h5 {
        font-size: 2rem
    }
}

@media (max-width:991px) {
    .course_card h5 {
        font-size: 1rem
    }
}

@media (max-width:767px) {
    .course_card h5 {
        font-size: 1.8rem;
        text-align: center;
    }
}

@media (max-width:320px) {
    .course_card h5 {
        font-size: 1.25rem
    }
}


.bg-1 {
    border-bottom: 5px solid crimson;
    border-top: 1px solid crimson;
    border-left: 1px solid crimson;
    border-right: 1px solid crimson;
}

.bg-2 {
    border-bottom: 5px solid #3f51b5;
    border-top: 1px solid #3f51b5;
    border-left: 1px solid #3f51b5;
    border-right: 1px solid #3f51b5;
}

.bg-3 {
    border-bottom: 5px solid #3c763dc7;
    border-top: 1px solid #3c763dc7;
    border-left: 1px solid #3c763dc7;
    border-right: 1px solid #3c763dc7;
}

.bg-4 {
    border-bottom: 5px solid #712B75;
    border-top: 1px solid #712B75;
    border-left: 1px solid #712B75;
    border-right: 1px solid #712B75;
}


.bg-5 {
    border-bottom: 5px solid #C65D7B;
    border-top: 1px solid #C65D7B;
    border-left: 1px solid #C65D7B;
    border-right: 1px solid #C65D7B;
}

.bg-6 {
    border-bottom: 5px solid #00C897;
    border-top: 1px solid #00C897;
    border-left: 1px solid #00C897;
    border-right: 1px solid #00C897;
}

.bg-7 {
    border-bottom: 5px solid #D82148;
    border-top: 1px solid #D82148;
    border-left: 1px solid #D82148;
    border-right: 1px solid #D82148;
}



/*=============== Blink========================*/

.blinking-text {
    animation: blinker 1s linear infinite;
    color: #efe8e0;
    font-weight: 600;
}

@keyframes blinker {

    0% {
        opacity: 1.5;
        color: #efe8e0;
    }

    100% {
        opacity: 2;
        color: #efe8e0;
    }

    50% {
        opacity: .3;
        color: #efe8e0;
    }
}

.green-btn {
    background-image: linear-gradient(to right, #66b804 0%, #6cbb0b 99%) !important;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #ffffff !important;
    box-shadow: 0 12px 12px -11px #0db4afb8;
    background-size: 200% auto;
    border: none;
    border-radius: 5px;
}


.red-btn {
    background-image: linear-gradient(to right, #ef506d 0%, #ef506d 99%) !important;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #ffffff !important;
    box-shadow: 0 12px 12px -11px #ef506d;
    background-size: 200% auto;
    border: none !important;
    border-radius: 5px;
}



.yellow-btn {
    background-image: linear-gradient(to right, #fcdb00 0%, #fcdb00 99%) !important;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #333 !important;
    box-shadow: 0 12px 12px -11px #fcdb00;
    background-size: 200% auto;
    border: none !important;
    border-radius: 5px;
}

.blue-btn {
    background-image: linear-gradient(to right, #1d2e7f 0%, #1d2e7f 99%) !important;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #ffffff !important;
    box-shadow: 0 12px 12px -11px #22779a;
    background-size: 200% auto;
    border: none !important;
    border-radius: 5px;
}

.default-btn {
    background-image: linear-gradient(to right, #f9f8f8 0%, #d9d9d9 99%) !important;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #000;
    box-shadow: 0 12px 12px -11px #d9d9d9;
    background-size: 200% auto;
    border: none;
    border-radius: 5px;
}



/*-- why us -*/

.our-why {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(75 131 252 / 10%);
    background: #fffffff0;
    border-bottom: .4rem solid #e5276a;
}

    .our-why .team_img {
        position: relative;
        overflow: hidden;
        padding: 20px;
        max-height: 350px;
    }

        .our-why .team_img:after {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,0.2);
            position: absolute;
            bottom: -100%;
            left: 0;
            transition: all 0.3s ease 0s;
        }

    .our-why:hover .team_img:after {
        bottom: 0;
    }

    .our-why img {
        width: auto;
        height: 100px;
    }

    .our-why .social {
        padding: 0 0 18px 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: -100%;
        right: 10px;
        background: #f76c5e;
        border-radius: 0 0 20px 20px;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    .our-why:hover .social {
        top: 0;
    }

    .our-why .social li a {
        display: block;
        padding: 15px;
        font-size: 15px;
        color: #fff;
    }

    .our-why:hover .social li a:hover {
        color: #2a4284;
    }

    .our-why .team-content {
        padding: 18px 0;
        /*background: #fff;*/
    }

    .our-why .title {
        font-size: 18px;
        font-weight: bold;
        color: #2a4284;
        text-transform: capitalize;
        margin: 0 0 20px;
        position: relative;
    }

        .our-why .title:before {
            content: "";
            width: 25px;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: -10px;
            right: 50%;
            margin-right: 9px;
            transition-duration: 0.25s;
        }

        .our-why .title:after {
            content: "";
            width: 25px;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: 9px;
            transition-duration: 0.25s;
        }

    .our-why:hover .title:before,
    .our-why:hover .title:after {
        width: 50px;
    }

    .our-why .post {
        font-family: 'Rubik', sans-serif;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize;
    }

/*.our-why .post:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #000;
            margin: 0 auto;
            position: relative;
            top: -13px;
        }*/

@media only screen and (max-width: 990px) {
    .our-why {
        margin-bottom: 30px;
    }
}







.one {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .one.ppb_fullwidth_button {
        overflow-x: hidden;
    }

@media only screen and (max-width: 767px) {
    .one {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .ppb_fullwidth_button {
        text-align: center;
    }
}

.standard_wrapper {
    max-width: 1425px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    /*display:flex;*/
}

@media screen and (min-width:1200px) {
    .standard_wrapper {
        max-width: 1425px;
        width: 100%;
        box-sizing: border-box;
        margin: auto;
        padding: 0 90px;
    }
}

.ppb_fullwidth_button h2.title {
    font-size: 22px;
    display: block;
    /*float: left;*/
}

.ppb_fullwidth_button .button {
    float: unset;
    text-align: center;
    display: table;
    margin-top: 10px;
}

@media screen and (min-width:1200px) {
    .ppb_fullwidth_button .button {
        /*float: right;*/
        margin-left: 20px;
        display: unset;
    }
}


.button {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-color: #ffffff;
    background-color: #633713;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 1.8em 0.5em 1.8em;
    color: #000 !important;
    background: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    letter-spacing: 1px;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    font-style: normal;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}



.testimonial {
    border-right: 5px solid rgb(54 208 205);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 30px 30px 10px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    min-height: 250px;
    border-radius: 10px
}

  
 

    .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 20px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-size: 15px;
        letter-spacing: 1px;
        color: #6f6f6f;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 17px;
        color: #a71c20;
        font-style: italic;
    }

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

        .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
}







/*-- Faculty -*/

.our-faculty {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(75 131 252 / 10%);
    background: #fffffff0;
}

    .our-faculty .team_img {
        position: relative;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
      
    }

        .our-faculty .team_img:after {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,0.2);
            position: absolute;
            bottom: -100%;
            left: 0;
            transition: all 0.3s ease 0s;
        }

    .our-faculty:hover .team_img:after {
        bottom: 0;
    }

   
    .our-faculty .social {
        padding: 0 0 18px 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: -100%;
        right: 10px;
        background: #f76c5e;
        border-radius: 0 0 20px 20px;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    .our-faculty:hover .social {
        top: 0;
    }

    .our-faculty .social li a {
        display: block;
        padding: 15px;
        font-size: 15px;
        color: #fff;
    }

    .our-faculty:hover .social li a:hover {
        color: #2a4284;
    }

    .our-faculty h1 {
        font-size: 20px;
        margin-bottom: 2px;
    }


    .our-faculty .team-content {
        padding: 18px 0;
        /*background: #fff;*/
    }

    .our-faculty .title {
        font-size: 18px;
        font-weight: bold;
        color: #2a4284;
        text-transform: capitalize;
        margin: 0 0 20px;
        position: relative;
    }

        .our-faculty .title:before {
            content: "";
            width: 25px;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: -10px;
            right: 50%;
            margin-right: 9px;
            transition-duration: 0.25s;
        }

        .our-faculty .title:after {
            content: "";
            width: 25px;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: 9px;
            transition-duration: 0.25s;
        }

    .our-faculty:hover .title:before,
    .our-faculty:hover .title:after {
        width: 50px;
    }

    .our-faculty .post {
        display: inline-block;
        font-size: 16px;
        font-weight:400;
        color: #000;
        text-transform: capitalize;
    }


@media only screen and (max-width: 990px) {
    .our-faculty {
        margin-bottom: 30px;
    }
}



