/* @import url('https://fonts.googleapis.com/css2?family=Montserrat: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'); */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');
:root {
    --primary: #028467;
    --secondary: #fa4020;
    --light: #E8F5E9;
    --dark: #0F4229;
}

body{
    margin: 0;padding: 0;
    font-family: 'Playfair Display', serif;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
  /* font-family: 'Montserrat', sans-serif;  */
  font-family: 'Roboto', sans-serif; 
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Playfair Display', serif;
}
p{
 /* font-family: 'Montserrat', sans-serif;  */
 font-family: 'Roboto', sans-serif; 
 font-size: 1.2rem;
}
header{
    z-index: 10003;
    background-color: transparent;
    top: 20px;
    left: 15px;
}

.navbar-brand img{max-width: 210px;height:90px;}
/*header ul{list-style: none;}
header ul li{display: inline-block;margin: 0px;border-right: solid 1px #333;line-height: 8px;}
header ul li a{font-size: 16px;color: #333;text-decoration: none;padding: 0 10px;line-height: 8px;font-family: 'Montserrat', sans-serif;}
header ul li a i{margin-right: 8px;color: #2db875;}
header ul li:last-child{border-right: 0;}*/

/*Menu Start Here*/

/* ==== Menu NavBar  ==== */
nav.navbar.fixed-top {}
#menu{
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  align-items: center;
  transition: .5s;
  z-index: 999;
  top: 16px;
  cursor: pointer;
}
.headerTextLink {
    display: inline-block;
    padding-right: 20px;
}

.menu-line1{
  width: 100%;
  height: 2px;
  background: #fff;
  transition: .6s;
}

.menu-line2{
  width: 100%;
  height: 2px;
  margin-top: .3rem;
  background: #fff;
  transition: .6s;
}
.menu-line3{
  width: 100%;
  height: 2px;
  margin-top: .3rem;
  background: #fff;
  transition: .6s;
}
.rotate .menu-line3{display: none;background: #000;}


.rotate{
  transform: rotateZ(180deg)
}
.rotate1{
  background: #000;
  transform: rotateZ(45deg);
}
.rotate2{
  background: #000;
  width: 100%;
  transform:  translate(0,-0.4rem) rotateZ(-45deg);
}
.nav-page1 {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: translate(0,-100%);
    transition: .5s;
    z-index: 9;
}
.nav-page1 ul{list-style: none;margin: 0;padding: 0;text-align: center;}
.nav-page1 li{border-bottom: solid 1px #c5c5c5;padding: 15px 0px;}
.nav-page1 li a{color: #333;font-weight: bold;font-size: 24px;}
.nav-page1 li a:hover {color: #255e38;}
.nav-page1 span{
  padding: 1rem;
}
.nav-page2{
  position: fixed;
  top:0 ;
  left: 0%;
  background: #fff;
  width: 100%;
  height: 70vh;
  transition: .8s;
  transform: translate(0,-100%);
}

.transform{
  transform: translate(0,0);
}

.contact_details a{display: block;color: #333;padding: 5px 0;font-family: 'Roboto', sans-serif;}
.contact_details a i{margin-right: 8px;color: #2db875;}


/*Menu End Here*/


.bounce {
 height: 50px;  
 overflow: hidden;
 position: relative;
 font-weight:bold;
 background: #f3f781;
 color: #000;
 border: 1px solid #ccc;
}
.bounce p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(50%);
 -webkit-transform:translateX(50%); 
 transform:translateX(50%);
 /* Apply animation to this element */  
 -moz-animation: bouncing-text 5s linear infinite alternate;
 -webkit-animation: bouncing-text 5s linear infinite alternate;
 animation: bouncing-text 5s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes bouncing-text {
 0%   { -moz-transform: translateX(50%); }
 100% { -moz-transform: translateX(-50%); }
}
@-webkit-keyframes bouncing-text {
 0%   { -webkit-transform: translateX(50%); }
 100% { -webkit-transform: translateX(-50%); }
}
@keyframes bouncing-text {
 0%   { 
 -moz-transform: translateX(50%); /* Browser bug fix */
 -webkit-transform: translateX(50%); /* Browser bug fix */
 transform: translateX(50%);    
 }
 100% { 
 -moz-transform: translateX(-50%); /* Browser bug fix */
 -webkit-transform: translateX(-50%); /* Browser bug fix */
 transform: translateX(-50%); 
 }
}

.marquee {
 height: 50px;  
 overflow: hidden;
 position: relative;
 background: #f5d0a9;
 color: #000;
 font-weight:bold;
 font-size:16px;
 border: 1px solid #ccc;
}
.marquee p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);  
 transform:translateX(100%);
 /* Apply animation to this element */  
 -moz-animation: scroll-left 5s linear infinite;
 -webkit-animation: scroll-left 5s linear infinite;
 animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%);     
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

.marquee-outer {
 height: 100px; 
 overflow: hidden;
 position: relative;
 color: #FFFFFF;
 background: #d0f5a9;
}
.marquee-inner {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);  
 transform:translateX(100%);
 /* Apply animation to this element */  
 -moz-animation: scroll-left 5s linear infinite;
 -webkit-animation: scroll-left 5s linear infinite;
 animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%);     
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
.html-marquee {
    .overflow: hidden;
    position: fixed;
    background: #0d7a46;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 3;
    line-height: 30px;
}
.marquee2{
  bottom: 0;
  top: auto;
}

.main-page{}
.home-page-2{}
.main-page .card{margin: 0px;border-radius: 0;border: 0;height: 50vh;}
.main-page .card img{
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    height: 100%;
    object-fit: cover;
}
.main-page .card .hover-content {
  transition: .5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  opacity: 1;
}

.main-page .card:hover .hover-content {opacity: 1;}
.main-page .card .hover-content a {
  transition: .5s ease;
  opacity: 0;
  text-align: center;
  display: inline-block; 
}

.main-page .card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 80%);
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity: 0.7;
}
.main-page .card:hover:after {
  opacity: 0.9;
}

.main-page .card:hover .hover-content a {
  opacity: 1;
  background: var(--secondary);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 5px;
}  
.main-page .card a:hover {background-color: #2db875;}
.text {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.card:hover .hover-content .text {color: #fff;}
.card .hover-content{opacity: 1;}

.update_links {
    position: absolute;
    z-index: 3;
    left: -4px;
    top: -4px;
}
.update_links img {
    max-width: 130px;
}
.date_birth {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9;
    height: 30px;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}
.thought-day{bottom: 0;top: auto;}

/*  Home Page 1 CSS*/
.home-page-2 .card{}

.home-page-2 .hover-content{opacity: 1;}
.home-page-2 .card:after{content: none;}
.home-page-2 .card .hover-content{position: relative;padding: 20px;}
.bg-1{background-color: #f14e3b;}
.bg-2{background-color: #fb9028;}
.bg-3{background-color: #e02e86;}
.bg-4{background-color: #a6bb12;}
.bg-5{background-color: #1e71bb;}
.bg-6{background-color: #e27dd0;}
.bg-7{background-color: #ffd318;}
.bg-8{background-color: #04ccdc;}

.home-page-2 .card:hover .hover-content a {
  background-color: rgb(10 10 10 / 56%);
} 
.home-page-2 .card .hover-content img {
    max-width: 90px;
    height: auto;
    filter: brightness(1) invert(1);
    margin-bottom: 15px;
} 

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #234f31;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link {color: #242424;font-weight: 500;}
.nav-link:hover{color: #234f31;}

.announcements{
  background: url(../images/announcements.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
.hr_date{
  font-family: 'Roboto', sans-serif;font-weight: 500;
}
.announcements-section h2 {
  color: #174d33;
}
.inner_hr{border-top: solid 1px #174d33;}
.inner_hr h3 {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
}
.view_all_btn {
  opacity: 1;
  background: var(--secondary);
  color: white;
  font-size: 16px;
  padding: 10px 32px;
  text-decoration: none;
  margin: 0px 0 25px;
  display: inline-block;
  border-radius: 5px;
}
.view_all_btn:hover {color: #fff;}

.read_more_btn {
  opacity: 1;
  background: #174d33;
  color: white;
  font-size: 16px;
  padding: 10px 32px;
  text-decoration: none;
  margin: 0px 0 30px;
  display: inline-block;
  border-radius: 5px;
}
.read_more_btn:hover {color: #fff;}

.counter_div {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 7%);
  padding: 2rem 2.2rem;
  width: 100%;
  transition: all .5s ease;
  margin-bottom: 25px;
  border: 1px solid #e9e9e9;
}
.counter_div:hover {
    box-shadow: 0 0 10px 9px rgb(125 125 125 / 30%);
}

.location_section .wpo-section-title h2 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: .3px;
}
.sitemap > ul {
  float: left;
  width: 48%;
}
.sitemap > ul > li {
  margin: 0 0 6px;
  padding: 0 0 8px 10px;
}
.sitemap > ul > li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 600;
  color: var(--primary);
  position: absolute;
  left: -15px;
  font-size: 1.1rem;
}
.sitemap > ul > li {
  /* background: url(../images/menu_arrow.png) no-repeat 0 6px; */
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  list-style: none;
}
.sitemap > ul li ul {
  border-left: 1px solid  var(--primary);
}
.sitemap > ul li ul li {
  /* border-left: 1px solid  var(--primary); */
  line-height: 24px;
  margin:5px 0;
  padding-left: 12px;
  position: relative;
  width: 94%;
}
.sitemap > ul li ul li::before {
  border-bottom: 1px solid var(--primary);
  content: "";
  left: 0;
  position: absolute;
  top: 11px;
  width: 10px;
}
.sitemap > ul li ul li a{
  margin:5px 0;
}
.sitemap > ul li ul li > ul {
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 5px;
}
.sitemap > ul li ul li > ul li::before {
  border-bottom: 1px solid var(--primary);
  content: "";
  left: 0;
  position: absolute;
  top: 11px;
  width: 10px;
}
.sitemap > ul li ul li > ul li{
  width: 33.33%;
}
.dropw-100, .counter_div ul.dropdown-menu {
  width: 100% !important;
}

/*Location Details*/

.location-details .wpo-section-title{margin-bottom: 20px;}
.factory_slider {
    max-width: 800px;
    margin: auto;
    /* margin-top: 2rem; */
}
.slider .slick-prev:before, .slider-vertical .slick-next:before {
  display: none;
}
.slider .slick-prev, .slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.slider .slick-prev:before, .slider .slick-next:before {
  display: none;
}
.slider .slick-prev {
    border-width: 14px 14px 14px 0px;
    border-color: transparent #ffffff;
    left: 0px;
    right: auto;
}
.slider .slick-next {
    border-width: 14px 0px 14px 14px;
    border-color: transparent #ffffff;
    right: 0px;
    left: auto;
} 
.slider .slick-prev:hover, .slider .slick-next:hover {
    border-color: transparent #ffd200;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
    border-color: transparent #000000;
}
.slider .slides {
  height: 500px;
  background: #333333;
  text-align: center;
  font-size: 75px;
  color: #ffffff;
  width: 700px;
}
.slides.slick-slide img{
  width: 100%;
}
.slider-thumb .slick-slide {
  height: 100%;
  line-height: 50px;
  font-size: 25px;
  width: 100%;
  padding: 10px 5px;
}

.slider-thumb .slick-slide img{
  object-fit: cover;
}
.full-view-map iframe{width: 100%;height: 400px;}
.chart_usr_img {width: 60px;}
.usr_name {
    font-size: 20px;
    font-weight: bold;
}
.name-box {
    width: 260px;
    padding-right: 30px !important;
}
.case_study{transition: 1s all;}
.case_study .read_more_btn{
  width: 150px;
  margin: 0 auto 20px;
}
.case_study .card:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  transition: 1s all;
}



ol.static-org-chart, ol.static-org-chart ol, ol.static-org-chart li, ol.static-org-chart li > div {
    position: relative;
}
ol.static-org-chart, ol.static-org-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.static-org-chart {
    text-align: center;
}
ol.static-org-chart ol {
    padding-top: 1em;
}
ol.static-org-chart ol:before, ol.static-org-chart ol:after, ol.static-org-chart li:before, ol.static-org-chart li:after, ol.static-org-chart > li > div:before, ol.static-org-chart > li > div:after {
    background-color: #ff5722;
    content: '';
    position: absolute;
}
ol.static-org-chart ol > li {
    padding: 1em 0 0 1em;
}
ol.static-org-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}
ol.static-org-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}
ol.static-org-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 4em;
    width: 1em;
}
ol.static-org-chart > li ol > li:not(:last-of-type):after {
    height: 105%;
    left: 0;
    top: 0;
    width: 3px;
}
ol.static-org-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}
ol.static-org-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}
/*** PRIMARY ***/
ol.static-org-chart > li > div {
    margin-left: 1em;
}
ol.static-org-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    left: -1em;
    width: 1em;
}
ol.static-org-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    left: -1em;
    width: 3px;
}
ol.static-org-chart > li > div + div {
    margin-top: 1em;
}
ol.static-org-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}
/*** SECONDARY ***/
ol.static-org-chart > li > ol:before {
    left: 0;
    right: inherit;
}
ol.static-org-chart > li > ol:after {
    left: 0;
    width: 100%;
}
ol.static-org-chart > li #first:after {
    width: 0%;
}
ol.static-org-chart #second:after {
    width: 0%;
}
ol.static-org-chart #second:before {
    height: 6em!important;
    left: 0!important;
    top: -5em !important;
}
ol.static-org-chart #first > li > div {
    height: 80px;
    width: 250px;
    z-index: 3;
    border-radius: 50px;
    background: #fff;
}
ol.static-org-chart #first > li > div > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 75em ) {
      ol.static-org-chart #second:before {
        height: 1em!important;
        left: 50%!important;
        top: 0em !important;
        width: 3px!important;
    }
    ol.static-org-chart {
        margin-left: -1em;
        margin-right: -1em;
   }
   /* PRIMARY */
    ol.static-org-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(2), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(3), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(4), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(5), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
   }
    ol.static-org-chart > li > div:before, ol.static-org-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
   }
    ol.static-org-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
   }
    ol.static-org-chart > li > div:only-of-type:after {
        display: none;
   }
    ol.static-org-chart > li > div:first-of-type:not(:only-of-type):after, ol.static-org-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
   }
    ol.static-org-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
   }
    ol.static-org-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
   }
    ol.static-org-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
   }
   /* SECONDARY */
    ol.static-org-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
   }
    ol.static-org-chart > li > ol:before, ol.static-org-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
   }
    ol.static-org-chart > li > ol:after {
        display: none;
   }
    ol.static-org-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
   }
    ol.static-org-chart > li > ol > li:only-of-type {
        padding-top: 0;
   }
    ol.static-org-chart > li > ol > li:only-of-type:before, ol.static-org-chart > li > ol > li:only-of-type:after {
        display: none;
   }
    ol.static-org-chart > li > ol > li:first-of-type:not(:only-of-type):after, ol.static-org-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
   }
    ol.static-org-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
   }
    ol.static-org-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
   }
    ol.static-org-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
   }
    ol.static-org-chart #first > li > div {
        height: 80px;
        width: 150px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);
   }
    ol.static-org-chart #first > li > div > div {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
   }
}
ol.static-org-chart .staff_card {
    width: 325px !important;
    min-width: 280px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    border:1px solid #ccc;
}
ol.static-org-chart .staff_title {
    height: auto;
    text-align: center;
    color: #595959;
    padding: 10px 10px 0 10px;
    font-weight: bold;
    border-radius: 50px 50px 0px 0px;
}
ol.static-org-chart .staff_info {
    height: 80px;
    padding: 5px;
    display: flex;
    align-items: center;
}
ol.static-org-chart .staff_image img {
    border-radius: 100px;
    width: 70px;
    height: 70px;
}
ol.static-org-chart .staff_image {
    float: left;
    width: 25%;
    min-width: 75px;
}
ol.static-org-chart .staff_name_container {
    float: right;
    width: 65%;
    margin-left: 10px;
}
ol.static-org-chart .staff_name_label {
    color: #234f31;
    font-size: 16px;
    text-align: left;
}
ol.static-org-chart .staff_name {
    font-size: 14px;
    text-align: left;
}
ol.static-org-chart #second > li > div:not(:first-child) {
    height: 60px;
    width: 250px;
    background-color: #ececec;
    color: #234f31;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 0.2rem;
}
ol.static-org-chart #second > li > div:not(:first-child) > div {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
ol.static-org-chart #second > li > div:not(:first-child):hover {
    background-color: #ff5722;
    box-shadow: none;
}
ol.static-org-chart .staff_card + div {
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Knowledge Sharing List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 19px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
  font-family: 'Montserrat', sans-serif;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Knowledge Sharing Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

.about-md-corner .wpo-section-title {margin-bottom: 20px;}
.video_area .wpo-section-title h2{font-size: 42px;}
.single_video {
    position: relative;
    top: -100px;
    margin: auto;
    text-align: center;
}
a.play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #7249AC;
    border-radius: 50%;
    line-height: 70px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top:0;
    text-align: center;
}

.ripple {
    position: absolute;
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    background-color: #7249AC;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.3), 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3);
            box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.3), 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3), 0 0 0 90px rgba(189, 142, 210, 0);
            box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3), 0 0 0 90px rgba(189, 142, 210, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.3), 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3);
            box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.3), 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3), 0 0 0 90px rgba(189, 142, 210, 0);
            box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3), 0 0 0 90px rgba(189, 142, 210, 0);
  }
}


.quote-slide{
  background: #f8f8f8;
  height: auto;
  padding: 50px 60px;
  text-align: center;
}
.quote-slide p{
  font-size: 30px;
  font-weight: 500;
}
.quote-slide .slick-dots {
    background: #e5e5e5;
    padding: 10px;
    left: 0;
}
.slick-slider2 img{margin: auto;}
.quote-slide .slick-dots li button:before {
    font-size: 16px;
}
.slick-slider2 .slick-dots {
    bottom: 22px;
    height: 3px;
}
.slick-slider2 li{margin: 0 5px;}
.slick-slider2 .slick-dots li button{
    width: 35px;
    height: 3px;
    padding: 0;
    opacity: .7;
    transition: opacity .6s ease;
}
.slick-slider2 .slick-dots li button:before {
    line-height: 3px;
    width: 30px;
    height: 3px;
    content: '';
    background: #000;
}
.wpo-site-footer .wpo-lower-footer ul li a, .wpo-site-footer-s2 .wpo-lower-footer ul li a {
    margin: 0 4px;
}

.greeting_name {
    font-size: 22px;
    font-weight: 500;
    color: #174d33;
}

/*Vaciencies Css*/

.jobTuple:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 106 194 / 20%);
    box-shadow: 0 3px 8px 0rgba(0,106,194,.2);
    cursor: pointer;
}
.jobTuple {
    border: 1px solid #ebf0f6;
    padding: 24px 24px 16px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', sans-serif; 
}
.jobTupleHeader .main_title{
    color: #091e42;
    max-width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif; 
}
.jobTupleHeader .subTitle {
    color: #091e42;
    max-width: 100%;
    display: inline-block;
}
.starRating{margin: 0 15px;}
.starRating i{color: #ffab00;}

.experiance-salary_location{list-style: none;margin: 10px 0;}
.experiance-salary_location li{display: inline-block;margin: 0 20px 0 0;}
.experiance-salary_location li i{margin-right: 5px;}
.grey-text {
    color: #536777;
}
.job-description i{margin-right: 5px;}


.department_list {
    max-width: calc(100% - 60px);
     overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.technology-date{
    margin: 5px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tech-btn{
  background-color: #174d33;
  padding: 7px 15px;
  border-radius: 25px;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 15px 10px 0;
}
.location-fee{
  list-style: none;
  margin: 0;
  padding: 0;
}
.location-fee li{
  display: inline-block;
  font-size: 15px;
  color: #333;
  padding: 5px 15px 10px 0;
}

.article-list { margin: 0; padding: 0; list-style: none;}
 .article-list li { margin: 0; padding: 10px 0px; display: block; overflow: hidden;}
 .article-list li .blog-sub-heading a { font-size: 18px; color: #484848; padding: 0px 0 5px 0px; font-weight: bold; display: block;}
 .article-list li a { margin: 0; padding: 0 0px; color: #686868; font-size: 18px; line-height: 24px;}
 .article-list li a:hover { color: #ca0e64;}
 .article-list li span { font-size: 13px; color: #ca0e64; font-weight: 400; text-transform: uppercase;}
 .blog-img-sec { width: 200px; height: 120px; float: left; margin: 0 15px 0px 0px; transition: 1s; overflow: hidden;}
 .blog-img-sec img:hover { transform: scale(1.3); transition: 1s;}
 .article-list li img {min-height: 70px;width: 100%; transition: 1s;}

.new-joiners .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  font-family: arial;
}

.new-joiners .title {
  color: grey;
  font-size: 18px;
}

.new-joiners .card button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.new-joiners .card a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.new-joiners .card button:hover, .new-joiners .card a:hover {
  opacity: 0.7;
}

.our-sites .counter_div {padding: 2rem 1rem;margin-bottom: 30px;}
.our-sites .counter_div p {font-size: 20px;font-weight: bold;}

.add-more{background: #fff !important;color: #333;}
.add-more:hover{color: #174d33;}

.save-btn{background: #174d33 !important;color: #fff;}
.save-btn:hover{color: #fff;}


@media(max-width: 1399.98px){

  .text {font-size: 24px;}
  .home-page-2 .card .hover-content {padding: 10px;}

}
@media(max-width: 1199.98px){

  .text {font-size: 20px;}

}

@media (max-width: 991.98px) {  }


@media(max-width: 767.98px){
  
  nav.navbar.fixed-top {left: 15px;padding-top: 0;}
  #menu.rotate {top: 0;}

}

@media (max-width: 575.98px) {  }
.greetig-message{ max-width: 720px;margin: 0 auto; }
.greetig-message p {
    font-size: 14px;
    text-align: left;
}
.event-btn{
  display: block;
  width:100%;
  text-align:center;
  border-radius: 10px;
  margin-top: 1rem;
}
.blog .posts-list .title a{
  text-transform: capitalize;
}
.bg-white{
  background: #fff;
}
.wpo-about-text p {
  text-align: justify;
}
.ft-1pt5rem{
  font-size: 1.5rem;
}
.ft-2rem{
  font-size: 2rem;
}
.ft-3rem{
  font-size: 3rem;
}
.text-green{
  color: #255e38;
}
.text-red{
  color: #fd401e;
}
.greetig-message p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: .6rem;
  text-align: justify;
}
.dim-blue{
  background-color: #ecf0ff !important;
}
.fc .fc-button {
  display: flex !important;
  text-transform: capitalize;
  align-items: center !important;
}
.fc-theme-standard th {
  background: #174d33;
}

.fc .fc-col-header-cell-cushion {
  padding: 10px 4px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.fc .fc-daygrid-day-top {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 4px;
}
a.fc-event{
  padding: 3px;
}