@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.abt-top-wrapper *{font-family: "Poppins", sans-serif !important;}
.about-inner-wrapper{background-color: #f5f5f5;}
.abt-top-wrapper .heading{color: #183a57;margin-bottom: 37px;font-size: 40px;font-weight: 700;}
.about-inner-wrapper img{mix-blend-mode: multiply;}
.about-inner-wrapper h1{color: #183a57;font-weight: 700;font-size: 27px;line-height: 38px;}
.about-inner-wrapper p{color: #000;font-size: 20px;font-weight: 300;line-height: 39px;}
.about-inner-wrapper p span{display: inline-block;background-color: #79c64e;padding: 5px;font-weight: 700;text-transform: capitalize;}
/*  */
.about-values-wrapper{background-color: #f5f5f5;}
.about-values-head {position: relative;border: none;align-items: center;display: flex;z-index: 1;}
.about-values-head h3 {z-index: 3;color: #f5f5f5;font-weight: 700;}
.about-values-tri{position: absolute;z-index: 1;background: 0 0;border-left: 90px solid #183a57;border-top: 40px solid transparent;border-bottom: 40px solid transparent;border-right: 0 solid transparent;}
@media only screen and (min-width: 1024px) {
    .about-values-tri {width: 100%;right: 5%;background: 0 0;border-left: 1000px solid #183a57;border-top: 240px solid transparent;border-bottom: 240px solid transparent;border-right: 0 solid transparent;}
}
.about-values-wrapper .inner-left-nav .nav-pills .nav-link::before {content: "";display: block;position: absolute;top: 0;left: 0;background: #79c64e;width: 0;height: 100%;z-index: -1;}
.about-values-wrapper .inner-left-nav .nav-pills .nav-link {color: #000;padding: 9px 12px;z-index: 9;position: relative;text-transform: uppercase;font-size: 18px;font-weight: 300;margin-bottom: 12px;}
.about-values-wrapper .nav-pills .nav-link.active, .nav-pills .show .nav-link {color: #00267a; background-color: transparent;}
.about-values-wrapper .inner-left-nav .nav-pills .nav-link.active::before {text-decoration: none;width: 100%;}
.about-values-wrapper .inner-left-nav .nav-pills .nav-link:hover::before {width: 4px;transition: .3s;}

.about-values-wrapper .tab-content {position: relative;height: 400px; }
.about-values-wrapper .tab-content .tab-pane .circle-1{height: 100%;display: flex;align-items: center;padding:20px;}
.about-values-wrapper .tab-content .tab-pane .circle-1 h5{color: #183a57;}
.about-values-wrapper .tab-content .tab-pane {background-color: #79c64e;width: 400px;height: 400px;text-align: center;border-radius: 50%;transition: all 1s ease;opacity: 0;transform: translateX(170%);z-index: 0;display: block !important;position: absolute;top: 0;left: 0;transition: 0.4s;}
.about-values-wrapper .tab-content .tab-pane.active {opacity: 1;transform: translateX(0);z-index: 1;transition: 1s;}

/*  */
.about-Vision-wrapper{background-color: #183a57;}
.about-Vision-wrapper h2.heading{color: #fff !important;font-size: 40px; font-weight: 700;}
.about-Vision-wrapper .about-Vision .Vision-cont > *{color: #fff;text-align: center;}
.about-Vision-wrapper .about-Vision .Vision-cont h4{font-size: 24px;    color: #79c64e;font-weight: 600;}
.about-Vision-wrapper .about-Vision .Vision-cont p{font-size: 15px;line-height: 20px;}
.about-Vision-wrapper .about-Vision .Vision{    display: flex;}
.about-Vision-wrapper .about-Vision .Vision img{width: 60px;object-fit: scale-down;}

/*  */

.about-competence-wrapper .flip-card {background: transparent;width: 100%;height: 250px;perspective: 1000px;margin-bottom: 20px;}
.about-competence-wrapper .flip-card-inner {position: relative;width: 100%;height: 100%;transition: transform 0.8s ease;transform-style: preserve-3d;}
.about-competence-wrapper .flip-card:hover .flip-card-inner {transform: rotateY(180deg);}
.about-competence-wrapper .flip-card-front, .about-competence-wrapper .flip-card-back {position: absolute;width: 100%;height: 100%;backface-visibility: hidden;border-radius: 0;box-shadow: 0 5px 15px rgba(0,0,0,0.1);display: flex;align-items: center;justify-content: center;padding: 20px;text-align: center;}
.about-competence-wrapper .flip-card-front.green1 {background-color: #79c64e;}
.about-competence-wrapper .flip-card-front.green1 h3{color: #fff;}
.about-competence-wrapper .flip-card-front h3{font-size: 20px;padding: 17px;color: #000;font-weight: 300;}
.about-competence-wrapper .flip-card-back {background-color: #fff; /* deep blue */color: #fff;transform: rotateY(180deg);}


@media screen  and (max-width: 1024px) {
    .about-values-wrapper .tab-content .tab-pane {
        background-color: #79c64e;
        width: 100%;
        height: inherit;}
    }
    
@media screen  and (max-width: 768px) {
  .about-values-head {margin-bottom: 40px;}
  .about-values-tri {border-left: 300px solid #183a57;border-top: 60px solid transparent;}
}