﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

.list-ico {
    color: #0046c0;
}


.why-content{
    font-size:20px;
    font-weight:300;
    line-height:1.5;
}


.img-radius {
    border-radius: 10px;
}

.bg-style-1 .ser_shap_l {
    position: absolute;
    left: 0;
    bottom: 30%;
    z-index: -1;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.bg-style-1 .ser_shap_r {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;
}




.faq-content {
    font-size: 22px;
}

@media screen and (min-width:1200px) {

    .faq-content {
        font-size: 18px;
    }
}





.srvc-grid-content {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6;
    padding: 0px 5px;
}

@media screen and (min-width:1200px) {

    .srvc-grid-content {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.6;
        padding: 0px 5px;
    }
}


.serv-card {
    box-shadow: 0 6px 26px rgb(0 0 0 / 8%);
}


.menu-box-1 {
    background: #fff;
    border: 0px solid rgba(130, 130, 130, 0.2);
    box-shadow: 0 30px 40px -20px rgb(0 0 0 / 25%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-left-side {
    height: 250px;
   
}

@media screen and (min-width:1200px) {
    .menu-left-side {
        height: 380px;
       
    }
}

.service-content {
    padding: 2rem .5rem 2rem .5rem !important;
    background-color: #fff;
    color: #000;
    font-weight:700 !important;
    font-size:2rem;
    line-height: 1.25;
    text-align:center;
}


@media screen and (min-width:1200px) {
    .service-content {
        padding: 2rem .5rem 2rem .5rem !important;
        background-color: #fff;
        color: #000;
        font-weight: 800 !important;
        font-size: 3rem;
        line-height: 1.25;
        text-align: center;
    }
}

.swag-factory {
    height: 300px;
    width: auto
}

@media screen and (min-width:1200px) {
    .swag-factory {
        height: 600px;
        width: auto
    }
}


.profile-box {
    position: relative;
    background-color: #fcfcfc;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

    .profile-box:before {
        content: '';
        height: 10px;
        width: calc(100% - 30px);
        position: absolute;
        z-index: 999;
        top: -10px;
        border-radius: 5px 5px 0 0;
        background-color: #f2f6f7;
        opacity: .2;
        left: 15px;
    }


.testimonialbg {
    background: linear-gradient(to right,#303030 0%, #696969 100%) !important;
}


.card {
    border-radius: 15px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 0 6px 26px rgb(0 0 0 / 8%);
    border: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .card:hover {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }



.titlebox {
    bottom: 0;
    position: absolute;
    width: -webkit-fill-available;
    background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(98 98 98 / 0%)), color-stop(100%,#000));
    border-radius: 0 0 15px 15px !important;
    height: 60px;
}

.country {
    font-size: 22px !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}


.bread-head {
    font-size: 25px;
    background: #0404048c;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    font-weight: 800;
    font-family: 'Noto Sans', sans-serif;;
}

@media screen and (min-width:1200px) {
    .bread-head {
        font-size: 35px;
        background: #0404048c;
        border-radius: 10px;
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
        color: #fff;
        box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
        backdrop-filter: blur(5px);
        font-weight: 800;
        font-family: 'Noto Sans', sans-serif;;
    }
}

.srvc-head {
    font-size: 25px;
    font-family: 'Noto Sans', sans-serif;
    color: #105596;
    text-transform: uppercase;
    font-weight: 800;
}

@media screen and (min-width:1200px) {
    .srvc-head {
        font-size: 48px;
        font-weight: 900;
        font-family: 'Noto Sans', sans-serif;;
        color: #105596;
        text-transform: uppercase;
    }
}


.gradient-txt {
    background: linear-gradient(to right, #745e0e 0%, #745e0e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ico {
    width: auto;
    height: 80px
}



@media only screen and (max-width: 1024px) {
    .movie-sec.cc-height-3, .movie-sec.cc-height-3 .cc-item {
        height: auto;
    }

    .windows-image {
        height: initial;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .movie-sec.cc-height-3, .movie-sec.cc-height-3 .cc-item {
        height: 60vh;
    }

    .windows-image {
        height: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .movie-sec.cc-height-3, .movie-sec.cc-height-3 .cc-item {
        height: 60vh;
    }

    .windows-image {
        height: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .movie-sec.cc-height-3, .movie-sec.cc-height-3 .cc-item {
        height: 60vh;
    }

    .windows-image {
        height: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .movie-sec.cc-height-3, .movie-sec.cc-height-3 .cc-item {
        height: auto;
    }

    .windows-image {
        height: initial;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .movie-sec.cc-height-3, .movie-sec.cc-height-3 .cc-item {
        height: auto;
    }

    .windows-image {
        height: initial;
    }
}


.adv {
    font-size: 12px;
    color: rgb(0 0 0 / 78%);
    float: left
}

.txt-content{
    font-size:22px;
    line-height:1.6;
}

@media screen and (min-width:1200px) {
    .txt-content {
        font-size: 20px;
        line-height: 1.6;
    }
}


.bl-item-image-blog {
    background-size: cover !important;
    height: 235px;
    display: block;
    background-position: center !important;
}


@media (min-width : 1366px) {
    .bl-item-image-blog {
        background-size: cover !important;
        height: 235px;
        display: block;
        background-position: center !important;
    }
}


@media (max-width : 1000px) {
    .bl-item-image-blog {
        background-size: cover !important;
        height: 235px;
        display: block;
        background-position: center !important;
    }
}



@media (min-width : 1920px) {
    .bl-item-image-blog {
        background-size: cover !important;
        height: 350px;
        display: block;
    }
}


.cta-bg {
    background-image: url('../img/bg/business-finance.jpg');
    padding: 100px 0 100px 0;
    color: #333;
    background-size: cover;
    background-position: top left;
}


.cta {
    background: linear-gradient(to right, #99303c 0%, #e91e63 100%);
    padding: 35px 0 35px 0;
    color: #fff;
}

.space-5 {
    width: 100%;
    height: 5px;
}

.octf-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px 41px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-align: center;
    background: #1a1a1a;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    position: relative;
}

.octf-btn:before, .octf-btn:after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.octf-btn:before {
    width: calc( 100% + 2px );
    height: 1px;
    bottom: -6px;
    left: 10px;
}

.octf-btn:after {
    width: 1px;
    height: calc( 100% + 2px );
    top: 10px;
    right: -6px;
}

.octf-btn:hover, .octf-btn:active, .octf-btn:focus {
    background: transparent;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

    .octf-btn:hover:before, .octf-btn:active:before, .octf-btn:focus:before {
        width: 0;
    }

    .octf-btn:hover:after, .octf-btn:active:after, .octf-btn:focus:after {
        height: 0;
    }

.octf-btn.octf-btn-light {
    background: #fff;
    color: #1a1a1a;
}


.dark-scheme .octf-btn {
    background: #fff;
    color: #1a1a1a;
}

    .dark-scheme .octf-btn:hover, .dark-scheme .octf-btn:active, .dark-scheme .octf-btn:focus {
        background: #1a1a1a;
        color: #fff;
    }

.octf-btn.octf-btn-light {
    background: #fff;
    color: #1a1a1a;
}

    .octf-btn.octf-btn-light:before, .octf-btn.octf-btn-light:after {
        background: #fff;
    }

    .octf-btn.octf-btn-light:visited {
        background: #fff;
        color: #1a1a1a;
    }

    .octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
        color: #fff;
        background: #1a1a1a;
        border-color: #1a1a1a;
    }

.octf-btn.octf-btn-dark {
    color: #fff;
    background: #1a1a1a;
}

    .octf-btn.octf-btn-dark:before, .octf-btn.octf-btn-dark:after {
        background: #1a1a1a;
    }

    .octf-btn.octf-btn-dark:visited {
        color: #fff;
        background: #1a1a1a;
    }

    .octf-btn.octf-btn-dark:hover, .octf-btn.octf-btn-dark:focus {
        background: #fff;
        color: #1a1a1a;
        border-color: #fff;
    }



.qodef-m-number {
    font-family: Montserrat,sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e8ebe0;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.text-lg-right {
    text-align: right !important;
}


.touch {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
}



.dot {
    font-size: 30px;
    color: #f81212;
}


@media screen and (min-width:1200px) {
    .dot {
        font-size: 65px;
        color: #f81212;
    }

}

.ico {
    width: auto;
    height: 100px;
}

.feature {
    box-shadow: unset !important;
}


.counting {
    font-size: 4rem;
    font-weight: 600;
    color: #000;
}

.srvc-title {
    background: linear-gradient(to right, #a13a47 0%, #e81e62 100%);
    padding: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    border-radius: 50px;
}

/*.box-border-dark {
    border: 4px solid #000000a3;
}*/

.menu_box {
    /*height: 400px;*/
    border: 4px solid #a44002;
}

.menu_content {
    /*height: 393px*/
    overflow-x: hidden;
   
    text-align: left;
    margin-left: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.menu_bg {
    background-size: cover;
    background-attachment: local;
    height: 393px
}


/*.box-border {
    border: 4px solid #dfc378;
}*/


.test-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: top;
}


.workflow-head {
    font-size: 25px;
    font-weight: 400;
}

@media screen and (min-width:1200px) {
    .workflow-head {
        font-size: 30px;
        font-weight: 400;
    }

}


.main-heading {
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    margin-bottom: 2px;
}

@media screen and (min-width:1200px) {
    .main-heading {
        font-family: 'Titillium Web', sans-serif;
        font-size: 50px;
        margin-bottom: 2px;
    }
}


.second-heading {
    font-family: 'Poppins', sans-serif;
}


.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: 45px;
        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;
    font-family: 'Rancho', cursive;
}



.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: 20px;
        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: 76px;
    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: 81px
    }
}


.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;
    font-family: 'Titillium Web', sans-serif;
}

@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-0 {
    border-bottom: 5px solid #835a00;
    border-top: 1px solid #835a00;
    border-left: 1px solid #835a00;
    border-right: 1px solid #835a00;
}


.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 #2ce0a5;
    border-top: 1px solid #2ce0a5;
    border-left: 1px solid #2ce0a5;
    border-right: 1px solid #2ce0a5;
}

.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 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background: linear-gradient(to left,#1f7a22 0%, #1f7a22 100%);
    /*box-shadow: 6px 6px 0 -1px #373737;*/
}


    .green-btn:before {
        position: absolute;
        content: '';
        left: 110%;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        background-color: #1f7a22;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        transform: skewX(-10deg);
    }

    .green-btn .txt {
        position: relative;
        z-index: 1;
        line-height: normal;
    }



    .green-btn:hover::before {
        left: 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .green-btn:hover {
        color: #fff !important;
    }


.red-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background: linear-gradient(to left,#f44336 0%, #f44336 100%);
    /*box-shadow: 6px 6px 0 -1px #373737;*/
}


    .red-btn:before {
        position: absolute;
        content: '';
        left: 110%;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        background-color: #f44336;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        transform: skewX(-10deg);
    }

    .red-btn .txt {
        position: relative;
        z-index: 1;
        line-height: normal;
    }



    .red-btn:hover::before {
        left: 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .red-btn:hover {
        color: #fff !important;
        border-color: #f70000;
    }





.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 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding: 6px 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background-color: #1d2e7f;
}


    .blue-btn:before {
        position: absolute;
        content: '';
        left: 110%;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        background-color: #fff;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        transform: skewX(-10deg);
    }

    .blue-btn .txt {
        position: relative;
        z-index: 1;
        line-height: normal;
    }



    .blue-btn:hover::before {
        left: 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .blue-btn:hover {
        color: #1d2e7f !important;
        border-color: #1d2e7f;
    }

.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;*/
    background: rgb(255 255 255 / 40%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
}

    .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: 0 0 5px 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: 'Titillium Web', sans-serif;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: #607d8b;
        text-transform: capitalize;
        padding-bottom: 20px;
    }

/*.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: 23px;
}

@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;
}


/*-- Faculty -*/

.our-faculty {
    text-align: center;
    border-radius: 15px;
    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 {
        color: #333;
        font-size: 2rem;
        margin-bottom: 5px;
        font-weight: 600;
        white-space: normal;
        display: block;
        font-family: 'Titillium Web', sans-serif;
    }


    .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;
    }
}


.gold-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000 !important;
    padding: 6px 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background-color: #dfc378;
}


.gold-btn:before {
    position: absolute;
    content: '';
    left: 110%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.gold-btn .txt {
    position: relative;
    z-index: 1;
}



.gold-btn:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

    .gold-btn:hover {
        color: #000 !important;
        border-color: #dfc378;
    }


.light-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000 !important;
    padding: 10px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background: linear-gradient(to left,#fff 0%, #fff 100%);
    box-shadow: 6px 6px 0 -1px #745e0e;
}


.light-btn:before {
    position: absolute;
    content: '';
    top: 110%;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.light-btn .txt {
    position: relative;
    z-index: 1;
}

.light-btn:hover::before {
    top: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

    .light-btn:hover {
        color: #000 !important;
        border-color: #000;
        box-shadow: 6px 6px 0 -1px #745e0e;
    }






.dark-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff !important;
    padding: 5px 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background: linear-gradient(to left,#105596 0%, #105596 100%);
    /*box-shadow: 6px 6px 0 -1px #373737;*/
}


    .dark-btn:before {
        position: absolute;
        content: '';
        top: 110%;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        background-color: #105596;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        transform: skewX(-25deg);
    }

    .dark-btn .txt {
        position: relative;
        z-index: 1;
       
    }

    .dark-btn:hover::before {
        top: 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
       
    }

    .dark-btn:hover {
        color: #fff !important;
        border-color: #105596;
        /*box-shadow: 6px 6px 0 0px #373737;*/
    }






.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;
    }
}


.testimonial {
    margin: 0 20px 40px;
}

    .testimonial .testimonial-content {
        padding: 20px 25px 35px 50px;
        margin-bottom: 35px;
        background: #000;
        border: 1px solid #f0f0f0;
        position: relative;
        color:#fff;
    }

        .testimonial .testimonial-content:after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            left: 22px;
            transform: rotate(45deg);
        }

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #000000;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #000000;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }

.testimonial .description {
    font-size: 16px;
    font-style: normal;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #dfc378;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #ff4242;
}


.gradient-btn i {
    background: #fff;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #FFFFFF47 0% 0% no-repeat padding-box;
    right: 3px;
    top: 3px;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
}

.gradient-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff !important;
    padding: 5px 5px 5px 20px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(to left,#105596 0%, #105596 100%);
    box-shadow: 3px 4px 15px #3fb0cea6;
    border:none;
}


    .gradient-btn:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 150%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
        background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
        background: linear-gradient(to right, #009688 10%, #4CAF50 45%, #009688, #009688);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.gradient-btn .txt {
    position: relative;
    z-index: 1;
}

    .gradient-btn:hover::before {
        top: 0%;
        left: -50%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .gradient-btn:hover {
        color: #fff !important;
        border-color: #105596;
        /*box-shadow: 6px 6px 0 0px #373737;*/
    }
