@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@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");

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: var(--text-black);
    padding: 0;
    margin: 0;
    padding-top: 165px;
}
a {
    text-decoration: none;
    color: var(--text-black);
}
:root {
    --deepgreen: #023f75;
    --deepblue: #003761;
    --lightgray: #e8ecef;
    --gray-2: #f9f9f9;
    --text-black: #181832;
    --text-white: #ffffff;
    --maroon: #a00909;
    --text-blue: #062c53;
    --teal-green: #0a8890;
    --teal-blue: #127099;
    --light-blue1: rgb(15, 122, 174);
    --vibernt-color-dep: #c6ff96;
    --vibernt-color-light: #5decd8; 
}
.justify-content-flex-end {
    justify-content: flex-end !important;
}
.navbarmenumodal{
    background-color: #062c53b5;
    color: #ffffff;   
}
ul.menu{
   
        padding: 0;
        list-style: none;
        width: 100%;
        box-shadow: 0px 0px 25px #00000070;
        clear: both;
        display: table;
        margin-bottom: 100px;
    
    .list{
        font-size: 14px;
        border-bottom: 1px solid #006e8b;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        vertical-align: sub;
        background: var(--light-blue1);
        clear: both;
       &:after{
          content: "\f107";
          font-family:FontAwesome;
          position: absolute;
          right: 17px;
          top: 17px;
          padding: 0px 5px;
          color:#fff;
       }
       &:before{
          content: '\f142';
          font-family:FontAwesome;
          position: absolute;
          left: 17px;
          top: 17px;
          padding: 0px 5px;
          color:#fff;  
       }
       a{
          text-decoration: none;
          color: #fff;
          padding: 17px 0px 17px 45px;
          display: block;
          height: 100%;
          box-sizing: border-box;
          &:hover{
             background-color: #324252;
             transition:  300ms all;
             color: var(--vibernt-color-dep);
          }
       }
       .items{
          height: 0px;
          overflow: hidden;
          a{
             padding:17px;
             &:hover{
                background-color: #3f5d79;
                color:#fff;
                transition:  300ms all;
 
             }
          }
       }
       &:last-child{
          border-bottom:none;
       }
    }
    .active{
       &:after{
          content: "\f106";
          font-family:FontAwesome;
          position: absolute;
          right: 17px;
          top: 17px;
          padding: 0px 5px;
          color:#fff;
       }
       &:before{
          content: '\f141';
          font-family:FontAwesome;
          position: absolute;
          left: 17px;
          top: 17px;
          padding: 0px 5px;
          color:#fff;  
       }
       >.items{
          display: block;
          background: #23313f;
          padding: 0px;
          height: auto;
          color:#fff;
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 200ms;
          clear: both;
          float: left;
          width: 100%;
          li{
             padding:0px;
             border-bottom:1px solid #324252;
             list-style: none;
          }
          li:last-child{
             border-color:transparent;
             padding-bottom: 0px;
          }
          .active{
             > .items{
                background-color: #2f4b67;
             }
          }
       }
       > a{
        color: var(--vibernt-color-dep);
          text-transform: uppercase;
          font-weight: bold;
 
       }
       .list{
          background: #697d92;
          a{
             padding: 17px 0px 17px 45px;
 
          }
       }
    }
 }
/*******************************header*************************/
.onehead-fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 999;
}
.header-access .dropdown-toggle {
    padding: 0;
    font-size: 20px;
    line-height: normal;
    background: transparent;
    border: 0;
    margin-left: 15px;
}
.header-access .dropdown-menu {
    background: var(--deepgreen);
}
.topbar_header {
    background: var(--deepgreen);
    color: var(--text-white);
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
}
.calendar-box img,
.accessibility img,
.skip_to_content img {
    width: 20px;
}
.hindi-box img {
    height: 20px;
}
.lang-box {
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid var(--text-white);
    text-align: center;
    font-size: 10px;
    display: inline-block;
    padding: 3px;
    width: 22px;
    color: var(--text-black);
    margin-left: 5px;
}
.theme-box,
.language-box,
.skip_to_content,
.hindi-box,
.social-box {
    margin-left: 10px;
    align-items: center;
    display: flex;
}
.theme-box a {
    display: inline-block;
    border: 1px solid var(--text-white);
    margin-left: 5px;
    width: 20px;
    height: 22px;
}
.theme-box-gray {
    background-color: #f6f6f6;
}
.theme-box-yellow {
    background-color: #000;
}
.soical-icons {
    width: 20px;
    height: 20px;
    line-height: 21px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: var(--text-white) !important;
    margin-right: 5px;
    font-size: 12px;
}
.facebook {
    background: #0094d3;
}
.twitter {
    background: #000101;
}
.linkedin {
    background: #006394;
}
.youtube {
    background: #ed0000;
}
header {
    position: relative;
}
.navbar-brand img {
    max-width: 300px;
}
.navigation-box {
    flex-direction: column !important;
}
.upper-head-box {
    width: 100%;
}
.facility-area {
    margin-left: 25px;
}
.f-box {
    display: flex;
    align-items: center;
    line-height: normal;
    margin-left: 10px;
}
.f-box img {
    margin-right: 10px;
    transition: transform 2s;
    max-width: 34px;
}
.f-box:hover {
    cursor: pointer;
}

.upper-head-box button {
    background: var(--deepgreen);
    border-radius: 0.5rem;
    color: var(--text-white);
}
.upper-head-box .form-control {
    border-radius: 0.5rem;
}
.navbar-nav {
    width: 100%;
}
.navbar-brand img{
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    transition: all 1s cubic-bezier(.645,.045,.355,1);
}
.manage_width{
    max-width:250px !important;
    -webkit-transition: all 1s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 1s cubic-bezier(.645, .045, .355, 1);
    transition: all 1s cubic-bezier(.645,.045,.355,1);
}
.navbar-nav .nav-item {
    padding-left: 10px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.navbar-nav .nav-item:last-child{
    display: none;
}
header .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    padding-bottom: 25px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.nav-link i{
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.nav-link:hover{
    color: var(--light-blue1);
    opacity: 1;
}
/*******************************megamenu*************************/

#star {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: draw 5s linear forwards infinite;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
.submenu{
    position: absolute;
    background: #fbfeff;
    left: 0;
    padding: 15px;
    min-width: 200px;
    display: none;
    z-index: 99;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
 
}
.submenu ul{
    padding: 0;
}
.submenu li{
    list-style: none;
    margin-bottom: 15px;
}
.submenu li:last-child{
    margin-bottom: 0;
}
.navbar-nav .nav-item:hover .submenu {
    display: block;
    
}
.megamenu {
    width: 100%;
    min-height: 100px;
    position: absolute;
    background: #fbfeff;
    left: 0;
    display: none;
    padding: 15px 0;
    z-index: 999;
    top: 110px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); 
}
.company-menus .d-flex{
align-items: flex-start;
}
.company-menus img {
    width: 160px;
    margin-left: 10px;

}
.navbar-nav .nav-item:hover .megamenu {
    display: block;
}
.welcome-box {
    background: var(--teal-blue);
    color: var(--text-white);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.welcome-box h3 {
    color: var(--vibernt-color-light);
    font-size: 22px;
    font-weight: bold;
    /* display: none; */
}
.welcome-box div h3{
    font-size: 20px;
   
    color: var(--text-white);
}
.welcome-box div h3 span{
    font-size: 16px;
    color: var(--vibernt-color-dep);
    display: block;
}
.welcome-box div h3 i{
    color: var(--vibernt-color-dep);
   
}
.welcome-box h4 {
    font-size: 16px;
}
.welcome-box:after {
    content: "";
    background: url(../images/logo-light.png) no-repeat center;
    width: 35px;
    height: 55px;
    background-size: cover;
    opacity: 0.75;
    position: absolute;
    right: 25px;
    bottom: 15px;
}
.explore-link {
    text-decoration: none;
    background: var(--text-white);
    padding: 7px 15px;
    color: var(--deepgreen);
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    display: none !important;
}
.explore-link:hover {
    color: var(--deepgreen);
}
.explore-link:hover i {
    animation: jello 1.5s 1;
}
.company-menus h3 {
    font-weight: bold;
    font-size: 22px;
    color: var(--deepgreen);
    border-bottom: 1px dashed var(--deepgreen);
    padding-bottom: 15px;
}
.company-menus ul {
    padding-left: 0;
}
.company-menus ul li {
    list-style: none;
}

.company-menus ul li a,
.submenu a {
    color: var(--text-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0 0;
    display: block;
    transition: all 0.5ms;
}
.submenu a {
    padding: 0;
}
.company-menus .col-md-5:nth-child(1) ul {
    border-right: 1px dashed var(--deepgreen);
    padding-right: 5px;
}
.company-menus .col-md-6:nth-child(1) ul {
    border-right: 1px dashed var(--deepgreen);
    padding-right: 5px;
}
.company-menus .col-md-3 ul {
    border-right: 1px dashed var(--deepgreen);
    padding-right: 5px;
}
.company-menus .col-md-3:last-child ul {
    border-right: 0;
}
.justify-content-space-between {
    justify-content: space-between !important;
}
.navbar-nav .nav-item:hover .nav-link i{
    transform: rotate(90deg);
}
/*******************************explore business*************************/
.explore-menutab {
    padding: 0;
    margin-top: 5px;
}
.explore-menutab button img {
    filter: brightness(0);
    transform: translateY(0);
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.explore-menutab button.active img {
    filter: brightness(1);
}
.explore-menutab .nav-link {
    width: 33%;
    padding: 25px 15px;
    background: #e8ecef;
    border-radius: 0;
    margin-bottom: 5px;
    height: 175px;
    color: var(--text-black);
    font-weight: bold;
 
}

.explore-menutab .nav-link:hover img {
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}
.explore-menutab .nav-link img {
    height: 50px;
}
.explore-menutab .nav-link.active {
    background-color: var(--deepblue);
}
.explore-menutab button:hover img {
    filter: brightness(1);
}

.explore-menutab .nav-link.hvr-bounce-to-bottom:before {
    background: #00375e !important;
}

.explore-menutab .nav-link p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 16px;
}
.explore-menutab .nav-link:hover p {
    color: var(--text-white);
}
.section-heading h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: flex;
    grid-gap: 22px;
    align-items: center;
    justify-content: center;
    color: var(--text-black);
}

.section-heading h3:after,
.section-heading h3:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #181832;
    width: 150px;
}
.explore-menutab .tab-pane img {
    height: 536px;
    width: 100%;
}
.explore-menutab .tab-pane {
    height: 540px;
    background-size: cover;
}
/**********************************aboutsection***************************/
#myChart {
    height: 50%;
    width: 50%;
    min-height: 150px;
}
.zc-ref {
    display: none;
}
select {
    margin: 10px;
}
.about-section {
    background: #fbfbfb;
    /* background: linear-gradient(180deg, rgba(239, 239, 255, 1) 47%, rgba(255, 255, 255, 1) 78%); */
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}
.gear-pattern-layer {
    position: absolute;
    right: -160px;
    bottom: -35px;
    width: 245px;
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

.chunk-box {
    background: var(--text-white);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    min-height: 265px;
    overflow: hidden;
}
.chunk-box h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    color: var(--text-black);
}
.view-all {
    position: absolute;
    right: 0;
    background: var(--deepblue);
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 1.5em;
    font-weight: 500;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.view-all:hover {
    background-color: var(--text-white);
    color: var(--deepblue);
    border: 1px solid var(--deepblue);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.number-reflection {
    font-size: 18px;
    text-decoration: none;
    color: var(--text-white);
    padding: 5px 15px;
    border-radius: 10px;
    min-width: 30%;
}
.number-reflection:hover {
    color: var(--text-white);
}
.number-reflection span {
    font-weight: bold;
    font-size: 15px;
}
.green-box {
    background: #00375e;
    margin-left: 10px;
}
.blue-box {
    background: var(--teal-blue);
}
.button-group-box {
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
}
.chunk-box ul {
    padding-left: 0;
    margin-top: 25px;
}
.chunk-box li {
    list-style: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.chunk-box li i {
    color: var(--vibernt-color-light);
}
.t-link {
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid var(--teal-blue);
    text-decoration: none;
    /* margin-right: 15px; */
    color: var(--text-black);
    min-width: 33%;
    margin-top: 20px;
}
.t-link span {
    color: var(--deepgreen);
    display: block;
    font-weight: 600;
}
.t-link small {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: -5px !important;
    display: block;
}
.t-link p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}
.red-high {
    color: #e72a00;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: -5px !important;
}
.desc {
    font-size: 14px;
    margin: 20px 0;
    text-align: justify;
}
.link-career a {
    text-decoration: none;
    color: var(--deepgreen);
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.link-career a i {
    margin-right: 5px;
}
.career-box {
    justify-content: space-between;
}
.career-img {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
}
/*********************************news section*************************************/
.news-section {
    background: url("../images/news-bg.jpg") no-repeat center;
    padding: 4rem 0;
    background-size: cover;
}
.myWrapper ul {
    padding-left: 0;
}
.news-stripe {
    list-style: none;
    background: var(--deepblue);
    color: var(--text-white);
    display: flex;
    margin-bottom: 25px !important;
    border-radius: 5px;
    overflow: hidden;
}
.news-stripe .news-thumb {
    width:85px;
    height: 86px;
    
}
.news-date {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: var(--vibernt-color-dep);
    display: block;
    margin-bottom: 10px;
}
.news-date img{
    width: 15px !important;
}
.news-details-info h3 {
    margin-bottom: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-details-info {
    padding: 15px;
    font-family: "Poppins", sans-serif;
}
.reward-section {
    padding: 4rem 0;
}
.reward-box {
    width: 100%;
    padding: 25px;
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
}
.reward-box:hover {
    color: var(--light-blue1);
}
.reward-box img {
    /* filter: brightness(0); */
    transition: 0.4s ease-out;
}
.reward-box h4 {
    font-size: 18px;
    font-weight: bold;
}
.counting-num {
    font-weight: bold;
    font-size: 32px;
    color: var(--deepgreen);
}
.reward-box p {
    margin-bottom: 0;
    font-size: 16px;
}
/* .reward-box:hover{
    background: var(--deepblue);
    color: var(--text-white);
  } */

.reward-box.hvr-rectangle-out {
    border-radius: 5px;
    background: transparent;
}
.reward-box.hvr-rectangle-out:before {
    /* background: var(--deepblue);
    color: var(--text-white); */
    border-radius: 5px;
    background-color: #f9f9f9;
}
.reward-box:hover img {
    /* filter: brightness(1); */
    transform: scale(0.75);
}
.reward-box:hover .counting-num {
    color: var(--text-blue);
}
/***********************flipbox*******************************/
.flipbox-section {
    padding: 5rem 0;
}
.flipbox-section .card {
    height: 270px;
    border-radius: 15px;
    padding: 22px 12px;
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s ease-out;
    /* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
    width: 20%;
}
.flipbox-section .card:hover {
    transform: translateY(20px);
}
.flipbox-section .card:hover:before {
    opacity: 1;
}
.flipbox-section .card:hover .info {
    opacity: 1;
    transform: translateY(-10px);
}
.flipbox-section .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dff5ff;
    z-index: 2;
    transition: 0.4s ease-out;
    opacity: 0;

    color: var(--text-black);
}

.flipbox-section .read_more {
    display: block;
    width: 30px;
    height: 30px;
    background: var(--deepgreen);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: auto;
    transition: 0.4s ease-out;
}

.flipbox-section .read_more i {
    color: #fff;
}

.flipbox-section .read_more:hover {
    background: #fff;
}

.flipbox-section .read_more:hover i {
    color: var(--deepgreen);
}

.flipbox-section .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}
.flipbox-section .card .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s ease-out;
}
.flipbox-section .card .info h1 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    color: var(--deepgreen);
    text-align: center;
    /* border-bottom: 2px solid var(--deepgreen); */
}
.flipbox-section .card .info p {
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 8px;
    color: black;
    text-align: center;
}
.flipbox-section .card .info button {
    padding: 0.25rem 0.6rem;
    outline: none;
    border: none;
    border-radius: 20px;
    background: var(--deepgreen);
    color: var(--text-white);
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
    display: block;
    margin: 0 auto;
}
/* .flipbox-section .card .info button:hover {
    background: dodgerblue;
    color: white;
  } */
.flipbox-name {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
    top: 50%;
    margin-top: -25px;
    color: var(--text-white);
    border-bottom: 2px solid var(--text-white);
    text-align: center;
}
/*************************customer-feedback-section-2***********************************/
.customer-feedback-section-2 {
    padding-bottom: 50px;
    margin-bottom: -5px;
    overflow: hidden;
}
.contact-showing-box {
    padding: 20px;
    background: #023f75;
    color: var(--text-white);
    width: 100%;
    height: 123px;
    display: flex;
    flex-direction: column;
    align-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 15px;
}
.contact-showing-box:nth-child(2) {
    background: var(--light-blue1);
    color: var(--text-white);
}
.contact-showing-box:nth-child(3) {
    background: #0ba8f5;
}
.contact-showing-box h4 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}
.contact-showing-box a {
    display: block;
    color: var(--text-white);
}
.side-svg {
    position: absolute;
    right: 6px;
    width: 76px;
    transform: rotate(20deg);
    bottom: 0px;
    opacity: 0.2;
}
.contact-showing-box:hover .side-svg {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
/**********************footer******************************/
footer {
    /* padding: 3rem 0 15px; */
    /* background: url(../images/footer-png.png) no-repeat top center #D2DBF4; */
    background-size: cover;
    background-color: var(--deepblue);
    color: var(--text-white);
    font-family: "Poppins", sans-serif;
}
footer ul li a {
    text-decoration: none;
    color: var(--text-black);
    font-weight: 600;
}
footer ul li {
    padding-bottom: 10px;
}
.text-right {
    text-align: right !important;
}
.social-box-footer {
    display: flex;
    justify-content: flex-end;
}
.social-box-footer a {
    color: var(--text-black);
    font-size: 15px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.user-visit {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.copyright-section {
    /* border: 1px solid #EEB900;
    border-radius: 20px;
    background: #00000040;
    text-align: center;
    padding: 7px 15px;
    font-weight: bold;*/
    font-size: 12px;
    /* margin-top: 5px; */
}
.external-link-swiper img{
    max-width: 100%;
    text-align: center;
    height: 55px;
    
}
.external-link-swiper .swiper-slide{
    text-align: center;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    padding: 10px;
}
.copyright-section a {
    text-decoration: none;
    color: var(--vibernt-color-light);
}

/* .icon {
    position: relative;
    float: left;
    margin-left: 9px;
    margin-top: -32px;
    z-index: 2;
    color: var(--deepgreen);
  } */

.icon-textarea {
    float: left;
    margin-left: 9px;
    margin-top: -116px;
    position: relative;
    z-index: 2;
    color: var(--deepgreen);
}
.form-box {
    padding: 30px;
    background: #dff5ff;
    border-radius: 20px;
}
.form-box .form-group {
    margin: 0 !important;
}
.form-box input,
.form-box textarea {
    /* to create space for placing icon*/
    color: #505d7b;
    border-radius: 7px !important;
    border-radius: 0px;
    border-color: #d4d4d4;
    margin-bottom: 15px;
}
.form-box input {
    height: 50px;
}
.form-box button {
    background: var(--deepblue);
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 1.5em;
    font-weight: 500;
}
.video-details-box {
    background: var(--deepgreen);
    color: var(--text-white);
    border-radius: 0 0 15px 15px;
    padding: 15px;
    margin-top: -5px;
    justify-content: space-between;
    align-content: center;
    font-size: 18px;
}
.view-all-video {
    padding: 5px 15px;
    color: var(--deepgreen);
    text-decoration: none;
    background: var(--text-white);
    border-radius: 15px;
    font-size: 14px;
}

.cl-effect-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.cl-effect-2 a {
    position: relative;
    margin-left: 15px;

    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 16px;
}
.pattern-2.cl-effect-2 a {
    font-size: 12px;
    line-height: 30px;
}
.right-side-foot .user-visit {
    font-size: 12px;
    margin-right: 10px;
}
.cl-effect-2 a:hover,
.cl-effect-2 a:focus {
    outline: none;
}
/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.cl-effect-2 a:nth-child(3) span {
    background: var(--light-blue1);
    color: var(--text-white);
}
.cl-effect-2.pattern-2 {
    justify-content: space-between;
}
.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: var(--teal-green);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 0.25em;
}

.cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0965a0;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: 0.25em;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
    border-radius: 0.25em;
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
    background: #28a2ee;
    padding-left: 15px;
    border-radius: 0.25em;
    color: var(--text-white);
}
.sensex {
    margin: 0;
    font-weight: bold;
}

.sensex li {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
}

.sensex li:not(:last-child) {
    margin-right: 20px;
}

.sensex > li > img {
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
footer ul li a.hvr-underline-from-left:before {
    background: var(--deepblue);
}
footer ul li a:hover {
    color: var(--deepblue);
}
.link-foot-box a {
    color: var(--vibernt-color-light);
    /* font-weight: bold; */
}
.link-foot-box h6 {
    opacity: 0 !important;
}
/***********************************************************************/
footer {
    padding: 3em 0 2em;
}

/**************************************breadcrumb**************************************************/
.breadcrumb-stripe {
    background: #062c53;
    padding: 10px 0;
    color: var(--text-white);
    font-family: "Poppins", sans-serif;
}
.breadcrumb-stripe ul {
    padding-left: 0px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    align-content: center;
}
.breadcrumb-stripe ul li {
    list-style: none;
}
.breadcrumb-stripe ul li a {
    color: var(--text-white);
}
.breadcrumb-stripe ul li {
    padding-right: 5px;
}
.breadcrumb-stripe ul li a i {
    color: var(--vibernt-color-dep);
    padding-right: 5px;
}
/*** 

====================================================================
	About Page
====================================================================

***/
.board-members-section {
    padding: 3rem 0;
}
.current_open_list{
    margin-bottom: 0;
}
/* Product Block */

.product-block {
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-bottom: 60px;
}

.product-block .inner-box {
    position: relative;
    text-align: center;
}

.product-block .inner-box .color-layer {
    position: absolute;
    left: 0px;
    top: 90px;
    right: 0px;
    bottom: 25px;
    border-radius: 7px;
    background-color: var(--gray-2);
    border: 1px solid #ededed;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: -1;
    height: 240px;
}
.designation {
    font-size: 14px;
}
.product-block .inner-box .color-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 7px;
    transform: scale(0.3, 1);
    background-color: var(--text-blue);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-block .inner-box:hover .color-layer:before {
    transform: scale(1, 1);
    opacity: 1;
}

.product-block .inner-box .image-box {
    position: relative;
    display: inline-block;
}

.product-block .inner-box .image-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 50%;
    background-color: var(--vibernt-color-light);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-block .inner-box:hover .image-box:before {
    transform: translateY(-15px);
    opacity: 1;
}

.product-block .inner-box .image {
    position: relative;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--text-white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.product-block .inner-box .image img {
    width: 100%;
}
.product-block .inner-box:hover .designation {
    color: var(--text-white);
}
.product-block .inner-box h5 {
    position: relative;
    color: var(--deepblue);
    padding: 0 10px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-block .inner-box:hover h5 {
    color: var(--text-white);
}
.top-management {
    background: #f7f7f7;
    padding: 3rem 0;
    position: relative;
}
.medium-text {
    font-size: 18px;
}
.section-header h2 {
    font-size: 35px;
    color: var(--deepblue);
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.section-header h3,
.section-header h1 {
    color: var(--deepblue);
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.management-tab .nav-tabs {
    justify-content: space-between;
    text-align: center;
}
.management-tab .nav-item {
    width: 33%;
}
.management-tab .nav-item img {
    display: block;
    margin: 0 auto 15px;
    height: 100px;
}
.management-tab .nav-link,
.jvs-tab .nav-link {
    width: 100%;
    border-bottom: 2px solid #e9e9e9;
    border: 0;
    color: #003942;
}
.management-tab .nav-item:hover .nav-link {
    color: var(--teal-blue);
}
.management-tab .nav-item:hover .hvr-float {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.management-tab .nav-link:hover {
    border: 0;
}
.management-tab .nav-link.active {
    background: transparent;
    border: 0;
    color: var(--teal-blue);
    border-bottom: 2px solid var(--deepgreen);
}
.management-emplyoee-box {
    padding: 25px 15px;
    border-radius: 0.55rem;
    border: 1px solid #e9e9e9;
    background: var(--text-white);
    text-align: center;
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    overflow: hidden;
}
.management-emplyoee-box h4 {
    font-weight: 600;
    font-size: 18px;
}
.management-emplyoee-box .designation {
    font-size: 14px;
}
.top-management::before {
    content: "";
    background: url(../images/decoration-back-main-1-L-half.png);
    position: absolute;
    left: 0;
    top: 25px;
    width: 175px;
    height: 265px;
    background-size: cover;
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.management-emplyoee-box:before {
    position: absolute;
    content: "";
    top: -40px;
    border-radius: 50%;
    left: -45px;
    width: 80px;
    height: 80px;
    background-color: var(--teal-blue);
    border: 4px solid #fff;
    box-shadow: 0 20px 50px rgba(150, 157, 176, 0.25);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.management-emplyoee-box:hover:before {
    transform: scale(1);
}
.diversity-box {
    background: url("../images/diversity-bg.png") no-repeat #003942;
    width: 100%;
    min-height: 250px;
    padding: 35px;
    color: var(--text-white);
    border-radius: 20px;
    align-content: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.diversity-box .section-header h3 {
    color: var(--text-white);
    font-size: 30px;
}
.diversity-box .desc {
    font-size: 16px;
    padding-right: 5%;
}

.diversity-box .col-md-4 {
    position: relative;
}
.diversity-box .col-md-4:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: -5%;
    border-left: 2px dashed var(--text-white);
}
.overview-section {
    padding: 6rem 0;
}
#chartdiv {
    width: 100%;
    height: 350px;
}
.quote-high-box {
    border: 3px solid var(--deepgreen);
    border-radius: 30px;
    padding: 25px 35px 20px;
}
.hover-quote-right {
    background: #ffffff;
    bottom: -25px;
    position: absolute;
    right: 35px;
    padding: 0 15px;
    font-size: 55px;
    color: var(--deepgreen);
}
.hover-quote {
    position: absolute;
    font-size: 55px;
    background: #ffffff;
    top: -35px;
    left: 25px;
    color: var(--deepgreen);
    padding: 0 15px;
}
.overflow-box {
    max-height: 520px;
    overflow-y: scroll;
    margin-right: 3px;
    padding-right: 10px;

}
/* width */
.overflow-box::-webkit-scrollbar,
.about-box4 .about-layout .media .media-body .item-content a::-webkit-scrollbar,
.blog-box2 .content-box .section-title::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.overflow-box::-webkit-scrollbar-track,
.about-box4 .about-layout .media .media-body .item-content a::-webkit-scrollbar-track,
.blog-box2 .content-box .section-title::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.overflow-box::-webkit-scrollbar-thumb,
.about-box4 .about-layout .media .media-body .item-content a::-webkit-scrollbar-thumb,
.blog-box2 .content-box .section-title::-webkit-scrollbar-thumb {
    background: var(--teal-blue);
    border-radius: 5px;
}

/* Handle on hover */
.overflow-box::-webkit-scrollbar-thumb:hover {
    background: var(--teal-green);
}
/*** 

====================================================================
	JVS Page
====================================================================

***/
.joint-venture-section {
    position: relative;
    padding-top: 3rem;
    overflow: hidden;
}
/* .joint-venture-section::before {
    content: "";
    position: absolute;
    background: url("../images/tier-bg.png") no-repeat center;
    background-size: cover;
    width: 55%;
    height: 70%;
    left: -25%;
    top: 0;
    z-index: -1;
} */
.pxl-item--inner {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    /* box-shadow: 0 10px 60px rgba(137, 151, 186, .15); */
    position: relative;
    font-family: "Poppins", sans-serif;
}
.pxl-item--featured {
    overflow: hidden;
    position: relative;
}
.inner-jv-box:hover .pxl-item--featured img {
    transform: scale(1.1) rotate(3deg);
}
.pxl-item--inner .pxl-item--featured img {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.jv-box .pxl-item--inner .pxl-item--featured img {
    width: 100%;
    border-radius: 10px;
}
.pxl-item--inner .wrap-inner {
    padding: 25px 30px 30px 25px;
    background: var(--gray-2);
}
.pxl-item--title {
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.48px;
    color: var(--deepblue);
}
.pxl-item--inner .pxl-item--button {
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    transform: scale(0);
    position: absolute;
    z-index: 2222;
    top: 30px;
    width: 49px;
    height: 49px;
    right: 30px;
    background-color: #003942;
    border-radius: 100px;
    text-align: center;
    line-height: 44px;
}

.inner-jv-box:hover .pxl-item--button {
    transform: scale(0.8) !important;
}
.pxl-item--inner .pxl-item--holder {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    padding: 0 45px 34px;
    width: 100%;
    height: 100%;
    bottom: -50px;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, #003942 11.66%, rgba(248, 197, 3, 0) 100.06%);
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
}
.pxl-item--holder h6 a{
    color: var(--text-white);
}
.owl-theme .owl-dots .owl-dot {
    display: block !important;
}
.pxl-item--holder h6 {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    width: 80%;
}
.inner-jv-box:hover .pxl-item--holder {
    opacity: 1;
    bottom: 0px;
}
.grid-animation {
    position: absolute;
    animation: pxl_left_right 12s ease-out infinite;
    right: 7%;
    bottom: 10%;
    opacity: 0.75;
    -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_left_right {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-40px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(40px);
    }

    100% {
        transform: translateX(0);
    }
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
}
.owl-dot.active span {
    width: 40px;
}
.jvs-tab .accordion-button:not(.collapsed) {
    background-color: var(--deepblue);
    color: var(--text-white);
}
.jvs-tab .accordion-header .accordion-button{
    background: var(--vibernt-color-light);
    color: var(--text-blue) !important;
}
.jvs-tab .counter-text a {
    position: relative;
    margin-top: 10px;
    color: #77b2ac;
    font-weight: bold;
    font-size: 14px;
}
.jvs-tab .counter-text {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom:1px solid #dadada
}
.jv-box .meta-content {
    width: 100%;
}
.jvs-tab .nav-item {
    width: 50%;
}
.jvs-tab .nav-link {
    font-size: 20px;
    background: #e4fdf7;
    color: var(--text-black);
    border-radius: 0;
}
.jvs-tab .nav-tabs {
    width: 100%;
}
.jvs-tab .nav-link{
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}
.jvs-tab .nav-link.active {
    background: var(--deepblue);
    border: 0;
    color: var(--text-white);
}
.jvs-tab .nav-item:hover .nav-link {
    color: var(--teal-blue);
    border: 0;
}
/*** 

====================================================================
	Contact Us Page
====================================================================

***/
.rts-banner-area-two {
    position: relative;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    background: var(--teal-green);
}
.rts-banner-area-two .banner-image-right {
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 18% 100%, 9% 77%);
    width: 1220px;
    height: 607px;
    
    background-color: #fff;
    /* background-image: url(../images/banner/03.jpg); */
}
.rts-banner-area-two .banner-image-right .banner-content {
    margin-left: 300px;
    margin-top: 130px;
}
.rts-banner-area-two .banner-image-right .banner-content span {
    color: #0C0A0A;
   
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.rts-banner-area-two .banner-image-right .banner-content .title {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.rts-banner-area-two .banner-image-right .banner-content .short-disc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
}
.rts-btn.btn-seconday {
    background: var(--text-blue);
    padding: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    height: 50px;
    &:hover{
        &::after{
            transform: translateY(0);
        }
    }
}
.rts-btn.btn-seconday::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background:var(--vibernt-color-light);
    transform: translateY(110%);
    transition: 0.3s;
    z-index: -1;
}
.banner-slide-3{
	margin-top: 0;
    animation: ImgBounce 2s ease-in-out 0s infinite alternate;
}
.registered-office-box{
    padding: 5rem 0 0rem;
    background-image: url(../images/bg-block-left-top.png);
    background-position: top left;
    background-repeat: no-repeat;

}
.registered-office-box .accordion-button{
    font-weight: bold;
}
.registered-office-box .accordion-button:not(.collapsed) {
    color: var(--deepblue);
    background-color: transparent;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.registered-office-box .accordion-body ul{
    list-style: none;
    padding-left: 0;
}
.registered-office-box .accordion-body ul li svg{
    width: 15px;
}
.thumbnail-11-about {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.thumbnail-11-about img{
    max-width: 450px;
}
.thumbnail-11-about .shorts-experience {
    position: absolute;
    left: -20px;
    top: 60px;
    transform: rotate(-90deg);
    padding: 15px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}
.thumbnail-11-about .shorts-experience .title {
    color: #30373E;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 7px;
}
.thumbnail-11-about .shorts-experience span {
    color: #30373E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
}
.thumbnail-11-about .small-image {
    position: absolute;
    bottom: -120px;
    left: 0;
    border: 18px solid #fff;
    max-width: 300px;
}
.contact-banner{
    background: url('../images/contact-bg.jpg') no-repeat center;
    padding: 4rem 0 10rem;
    background-attachment: fixed;
    min-height: 50vh;
    text-align: center;
    
}
.contact-banner .section-head{
    z-index: 9;
    position: relative;
}
.contact-banner::after{
    content: '';
    position: absolute;
    background: var(--text-black);
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:1;
}

.city-wise-box{
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.50rem;
    border: 1px dashed var(--light-blue1);
    padding: 25px;
    justify-content: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
    width: 300px;
    align-content: center;
    align-items: center;
}
.city-wise-box img{
    max-width: 25px;
}
.contats-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.contact-tab-section .nav-pills-custom .nav-link {
    width: 100%;
    position: relative;
    display: block;
    padding: 12px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-tab-section .nav-pills-custom .nav-link.active {
    color: var(--text-white);
    background: var(--deepgreen);
    border-radius: 1e3px 0 0 1e3px;
}
.contact-tab-section .nav-pills-custom .nav-link:hover i {
    transform: translateX(10px);
}
.contact-tab-section .nav-pills-custom .nav-link.active i {
    padding-left: 10px;
}
.contact-tab-section .nav-pills-custom .nav-link i {
    padding-right: 15px;
    transition: all 1000ms ease, transform 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contats-item {
    text-decoration: none;
    padding: 30px 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 10px rgba(61, 61, 61, 0.596);
    transition: all 1000ms ease, transform 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    list-style: none;
}
.contats-item .title,
.contats-item h4 {
    font-size: 16px;
    font-weight: 600;
}
.contats-item:hover .title,
.contats-item:hover h4 {
    color: #fff !important;
}
.contats-item:hover {
    background-color: var(--deepblue);
    color: #fff !important;
}
.contats-item:hover {
    transform: translateY(-20px);
    transition-duration: 1000ms;
}
.contats-item::after:hover {
    background-color: #fff;
    color: #ff4848;
}
.contats-item .call-user {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px 0;
    cursor: pointer;
    transition: inherit;
    /* box-shadow: inset 4px 4px 7px rgba(61, 61, 61, 0.596);
   */
    background-color: var(--deepblue);
    background-size: 20px 20px;
}
.contats-item p a .contats-item:hover p a {
    color: var(--text-white);
}
.contats-item .call-user a,
.contats-item .call-user span {
    color: #fff;
}
.contats-item .call-user span {
display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.contats-item:hover .call-user {
    background-color: #fff;
}
.contats-item:hover .call-user a,
.contats-item:hover .call-user span {
    color: var(--deepblue);
}
.contats-item .description {
    margin-bottom: 20px;
    padding: 0;
}
.border-btm {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid var(--deepblue);
}
.contact-det-list {
    padding: 0;
}
.contact-det-list li {
    list-style: none;
    margin-bottom: 15px;
}
.contact-det-list li .cicon {
    float: left;
    font-size: 20px;
    line-height: 18px;
    margin: 0 15px 0 0;
    color: var(--deepgreen);
}
.contact-det-list li a {
    text-decoration: none;
}
.feedback-form .form-group {
    margin-bottom: 15px;
}
.right-side-content .management-emplyoee-box {
    text-align: left;
}
.management-emplyoee-box ul {
    padding: 0;
}
.management-emplyoee-box ul li {
    margin: 0 0 10px;
    list-style: none;
    position: relative;
}
.management-emplyoee-box ul li i {
    font-size: 20px;
    padding-right: 10px;
    width: 25px;
    color: var(--teal-blue);
}
.feedback-frm .icon-textarea {
    margin-top: -143px;
}
.feedback-frm textarea {
    height: 143px;
}
.contact-details {
    background-image: url(../images/h1-bg2.webp);
    background-position: center center;
    background-size: cover;
    padding: 5rem 0 11%;
    position: relative;
}
.contact-details .contact-box-single {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contact-details .contact-box-single img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.contact-bx-text {
    padding: 15px;
    text-align: center;
}
.contact-details .contact-box-single .pxl-item--icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(137, 151, 186, 0.15);
    width: 90px;
    height: 90px;
    border-radius: 15px;
    background-color: var(--deepblue);
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 23px;
}
.contact-details .contact-box-single .pxl-item--icon i {
    font-size: 41px;
    color: var(--text-white);
}
.contact-details .contact-box-single .pxl-item--icon svg path {
    fill: var(--text-white);
}
.posrel {
    position: relative;
}
.feedback-frm {
    border-radius: 17px;
    background-color: var(--deepblue);
    color: #ffffff;
    padding: 40px 50px 45px;
    /* margin-top: -40%; */
}
.gmap-holder {
    margin-bottom: 70px;
    position: relative;
}
.feedback-frm button {
    width: 100%;
    background: var(--vibernt-color-light);
    border-radius: 6px;
    height: 50px;
    font-size: 18px;
    color: var(--deepblue);
}
.feedback-frm button:hover {
    background: var(--vibernt-color-light);
}
@keyframes pxl_right_left {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}
.gmap-holder .section-heading {
    margin-top: 11%;
}
.map-navigate {
    font-size: 60px;
    opacity: 0.5;
    color: var(--vibernt-color-light);
}
.map-navigate:hover {
    opacity: 1;
    color: var(--vibernt-color-light);
}
.overflow-box-address {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}
.overflow-box-address::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.overflow-box-address::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.overflow-box-address::-webkit-scrollbar-thumb {
    background: var(--teal-blue);
    border-radius: 10px;
}

/* Handle on hover */
.overflow-box-address::-webkit-scrollbar-thumb:hover {
    background: var(--teal-green);
}
.gmap-holder::after {
    animation: pxl_right_left 12s ease-out infinite;
    -webkit-animation: pxl_right_left 12s ease-out infinite;
    position: absolute;
    right: 0;
    bottom: -50px;
    content: url(../images/mov-dot.svg);
    z-index: -1;
}
.feedback-frm .icon {
    position: relative;
    float: left;
    margin-left: 9px;
    margin-top: -32px;
    z-index: 2;
    color: var(--deepgreen);
}
.contact-tab-section {
    overflow: hidden;
}
.left-side-nav {
    background: var(--light-blue1);
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 35px 0 35px 0;
    font-family: "Poppins", sans-serif;
    color: var(--text-white);
}
.left-side-nav .nav-pills-custom {
    width: 60%;
}
.contact-tab-section > .container-fluid > .row > div:nth-child(2) {
    background: url("../images/contact-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.attachment-full {
    position: absolute;
    animation: pxl_left_right 12s ease-out infinite;
    left: 7%;
    top: 10%;
    opacity: 0.75;
    -webkit-animation: pxl_left_right 12s ease-out infinite;
}
.right-side-content {
    padding: 50px 25px 35px 0;
    font-family: "Poppins", sans-serif;
}
.right-side-content .tab-content {
    background: var(--deepgreen);
    width: 750px;
    bottom: 0;
    padding: 5%;
    border-radius: 0.5rem;
    left: -25px;
    position: absolute;
    height: 525px;
    color: var(--text-white);
}
.contats-list ul {
    padding-left: 0;
}
.city-modal{
    background: var(--lightgray);
    color: var(--deepgreen);
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}
.city-modal ul{
    padding-left: 0;
}
.city-modal ul li{
    list-style: none;
    font-size: 16px;
}
.city-modal .modal-title{
    font-size: 25px;
}
.contats-list ul li {
    list-style: none;
    flex: 0 0 auto;
    width: 25%;
    margin: 1rem 0;
    text-align: center;
}
.key-contact {
    padding: 5rem 0;
    background: #fbfbfb;
}
.right-side-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-white);
    margin-left: 15px;
    margin-top: 5px;
}
.right-side-content address {
    font-size: 18px;
    line-height: 26px;
    color: var(--text-white);
}
.right-side-content ul {
    padding-left: 0;
}
.right-side-content ul li {
    padding: 0 0 15px;
    list-style: none;
    font-size: 18px;
    color: var(--text-white);
}
.right-side-content ul li svg {
    margin-right: 10px;
}
.right-side-content ul li a {
    color: var(--text-white);
    word-break: break-all;
}
.fix-width {
    width: 150px !important;
    height: 100px !important;
}
.contact-style-1{
    padding: 5rem 0;
}
.contact-style-1 input{
	height:50px;	
}
.contact-style-1 .site-button{
	height:50px;
	width:100%;
}
.contact-style-1 .form-control{
	padding:10px 20px;
    border-radius: 4px;	
}
.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover{
	border-color:#c0c0c0;
}
.contact-style-1 h2{
	margin-top:0;
}
.contact-style-1 .border-1{
	border:1px solid #eee;
}
.contact-style-1 .dlab-social-icon-lg{
	border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	margin: 0;
}
.contact-style-1 .dlab-social-icon-lg a{
	text-align:center;
}
.contact-style-1 .dlab-social-icon-lg li a:hover{
	background:#fff;
	color:#000;
	border:1px solid #eee;
}
.p-a30 {
    padding: 30px;
}
.no-margin {
    margin: 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
}
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
    display: table;
    line-height: normal;
    margin-left: auto;
    padding: 15px;
    width: 52px;
    text-align: center;
}
.icon-bx-xs i {
    font-size: 20px;
    color: var(--deepblue);
}
.icon-bx-xs:hover  i{
    color: var(--light-blue1);
}
.icon-bx-wraper {
    position: relative;
}
.icon-cell {
    display: table-cell;
    vertical-align: middle;
}
.contact-style-1 .section-head .section-title-divider {
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid var(--light-blue1);
    padding: 8px 25px;
    cursor: pointer;
    color: var(--light-blue1);
    font-size: 16px;
    font-weight: 400;
    text-transform: CAPITALIZE;
    line-height: 1.3em;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}
.contact-style-1 .section-head .section-title-divider:hover{
    background: var(--light-blue1);
    color: var(--text-white);
}
/*** 

====================================================================
	Milestone Page
====================================================================

***/
.milestone-head span {
    font-size: 16px;
    color: var(--vibernt-color-light);
}
.milestone-head {
    font-size: 30px;
    color: var(--teal-blue);
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.milestone-tab .nav-tabs:hover .nav-link {
    border: 0;
    border-radius: 0;
    color: var(--deepblue);
}
.milestone-tab .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: var(--text-blue);
}
.milestone-tab .nav-tabs .nav-link.active {
    border: 0;
    border-top: 1px solid var(--bs-cyan);
    border-width: 5px;
    border-radius: 0;
    background: #fbfbfb;
    color: var(--deepblue);
}
.milestone-tab .tab-pane {
    padding: 2rem 25px;
}
.milestone-tab .tab-pane.active {
    background: #fbfbfb;
}
.milestone-tab .owl-dots {
    margin-top: 0 !important;
}
.service-block-four {
    position: relative;
    margin-bottom: 30px;
    min-height: 340px;
}
.milestone-tabname {
    position: relative;
}
.milestone-tabname .owl-nav {
    position: absolute;
    right: 0;
    width: 70px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.milestone-tabname .owl-nav button.owl-prev,
.milestone-tabname .owl-nav button.owl-next {
    border: 2px solid #dadada;
    display: block;
    padding: 0px 10px !important;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    line-height: normal;
    background: var(--deepgreen);
}

.milestone-tabname .owl-nav button.owl-next {
    display: block;
}

.service-block-four .inner-box {
    position: relative;
    padding: 30px 22px;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--text-white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}

.service-block-four .inner-box .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block-four .inner-box .image-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    background-color: var(--deepgreen);
}

.service-block-four .inner-box:hover .image-layer {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block-four .inner-box .post-number {
    position: absolute;
    right: 30px;
    top: 35px;
    line-height: 1em;
    font-weight: 800;
    font-size: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: linear-gradient(to bottom, var(--teal-blue) 0%, var(--text-white) 100%);
}

.service-block-four .inner-box:hover .post-number {
    color: var(--text-white);
}

.service-block-four .inner-box:hover .icon-box {
    color: var(--text-white);
    /* background: var(--color-fourtyone); */
    background: linear-gradient(to right, var(--vibernt-color-dep) 0%, var(--teal-blue) 100%);
}

.service-block-four .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-size: 34px;
    color: var(--text-blue);
    background-color: #f7f7f7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-four .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box h5 {
    font-weight: 800;
    color: var(--text-blue);
    font-size: 30px;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-four .inner-box:hover h5,
.service-block-four .inner-box:hover .text {
    color: var(--text-white) !important;
}

.service-block-four .inner-box .text {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
   overflow-y: scroll;
   height: 80px;
   padding-right: 5px;
}
/* width */
.service-block-four .inner-box .text::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.service-block-four .inner-box .text::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.service-block-four .inner-box .text::-webkit-scrollbar-thumb {
    background: var(--teal-blue);
    border-radius: 5px;
}

/* Handle on hover */
.service-block-four .inner-box .text::-webkit-scrollbar-thumb:hover {
    background: var(--teal-green);
}

.histroy-section2 {
    background-color: var(--teal-blue);
    color: var(--text-white);
}
.histroy-section {
    background-color: var(--gray-2);
}
.cursor-pointer{
    cursor: pointer;
}
.pres-timeline {
    font-size: 12px;
    color: #4a4a4a;
    width: 100%;
    margin: 30px 0;
}
.pres-timeline > div > div {
    padding: 1em 0;
    box-sizing: border-box;
}
.pres-timeline .periods-container,
.pres-timeline .cards-container {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    min-height: 100px;
    transition: height 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.periods-container:before {
    background-image: linear-gradient(left, #fff, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.periods-container:after {
    background-image: linear-gradient(right, #fff, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.periods-container .btn-back,
.periods-container .btn-next {
    display: inline-block;
    width: 15%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease-in-out;
}
.periods-container .btn-back:hover,
.periods-container .btn-next:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.periods-container .btn-back.hide,
.periods-container .btn-next.hide {
    display: none;
}

.periods-container .btn-back {
    left: 0;
}

.periods-container .btn-next {
    right: 0;
}

.periods-container section {
    width: 60%;
    height: 0;
    position: absolute;
    /* margin-left: 15%; */
    border-bottom: 5px solid #dfe3e6;
    padding: 1.5em;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease;
    bottom: 0;
    opacity: 0;
    background-color: #fff;
}
.periods-container section.active {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    z-index: 5;
}
.periods-container section.active .title,
.periods-container section.active p {
    display: block;
}
.periods-container section.prev {
    height: auto;
    opacity: 0.4;
    transform: translateX(-100%);
    z-index: 0;
}
.periods-container section.prev .year {
    text-align: right;
}
.periods-container section.next {
    height: auto;
    opacity: 0.4;
    transform: translateX(100%);
    z-index: 0;
}
.periods-container section .year {
    font-size: 20px;
    font-weight: 400;
}
.periods-container section .title {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 700;
    display: none;
    margin-bottom: 0;
}
.periods-container section p {
    display: none;
}

.timeline-container {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.timeline-container:before {
    background-image: linear-gradient(left, #fff, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.timeline-container:after {
    background-image: linear-gradient(right, #fff, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.timeline-container .timeline {
    position: absolute;
    display: block;
    height: 50px;
    transition: left 0.3s ease-in-out;
}
.timeline-container .timeline ol {
    display: block;
    width: 100% !important;
    height: 2px;
    background-color: #dfe3e6;
    list-style: none;
    padding-left: 210px;
    padding-right: 300px;
    display: flex;
}
.timeline-container .timeline ol li {
    display: inline-block;
    padding: 5px;
    margin-top: -11px;
    margin-left: 80px;
    border-radius: 50%;
    border: 3px solid #7f9298;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.timeline-container .timeline ol li.active {
    box-shadow: none;
}
.timeline-container .timeline ol li.active:before {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    top: -25px;
    transition: opacity 0.3s ease-in-out;
    background: #7d9297;
}
.timeline-container .timeline ol li.active:after {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    bottom: -25px;
    transition: opacity 0.3s ease-in-out;
}
.timeline-container .btn-back,
.timeline-container .btn-next {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    margin-top: 0px;
    z-index: 11;
    transition: all 0.3s ease;
    height: 100%;
    background: gray; 
}
.timeline-container .btn-back.hide,
.timeline-container .btn-next.hide {
    display: none;
}
.timeline-container .btn-back:hover,
.timeline-container .btn-next:hover {
    border-color: #7f9298;
}
.timeline-container .btn-back {
    left: 1em;
}
.timeline-container .btn-next {
    right: 1em;
}

.cards-container:before {
    background-image: linear-gradient(left, #fff, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.cards-container:after {
    background-image: linear-gradient(right, #fff, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}

.cards-container section {
    width: 60%;
    position: absolute;
    /* margin-left: 15%; */
    margin-bottom: 2em;
    border: 1px solid #f5f7f6;
    padding: 1.5em;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    top: 0;
    opacity: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.cards-container section.active {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    z-index: 5;
}
.cards-container section.prev {
    height: auto;
    opacity: 0.4;
    transform: translateX(-105%);
    z-index: 0;
}
.cards-container section.next {
    height: auto;
    opacity: 0.4;
    transform: translateX(105%);
    z-index: 0;
}
.cards-container section .year {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.cards-container section .title {
    font-weight: 400;
}
.cards-container section img {
    max-width: 100%;
    max-height: 350px;
    width: auto;
    text-align: center;
}
.pres-timeline .cards-container .content{
    text-align: center;
}
/* ***************************history2*************************************** */
.timeline-carousel {
    position: relative;
    overflow: hidden;
}

.timeline-carousel h1 {
    color: white;
    font-size: 46px;
    line-height: 50pd;
    margin-bottom: 40px;
    font-weight: 900;
}
.timeline-carousel__image {
    padding-right: 30px;
}
.timeline-carousel__item {
    cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
    border-radius: 10px;
    padding-bottom: 71.4%;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}
.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
    font-size: 36px;
    line-height: 36px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    background-color: var(--teal-blue);
    z-index: 1;
    position: relative;
    margin: -15px 0 20px;
    font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;

    z-index: 3;
}
.timeline-carousel__item-inner .month {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--vibernt-color-dep);
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
}
.timeline-carousel__item-inner p {
    font-size: 12px;
    line-height: 18px;
    color: white;
    width: 60%;
    font-weight: 400;
    margin-bottom: 15px;
}

.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}
.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}
.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: var(--vibernt-color-dep);
}
.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: var(--vibernt-color-dep);
}
.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}
.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active button {
    background: #b38c52;
    border-color: #b38c52;
}
.slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
    background: #b38c52;
    border-color: #b38c52;
}
.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}
.link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.link .fa {
    font-size: 28px;
    margin-right: 8px;
    color: #fff;
}
/*** 

====================================================================
	Administrive Ministry Page
====================================================================

***/
.admin-grid {
    position: absolute;
    animation: pxl_left_right 12s ease-out infinite;
    right: 7%;
    top: 10%;
    opacity: 0.75;
    -webkit-animation: pxl_left_right 12s ease-out infinite;
    z-index: -1;
}
.pr-3 {
    padding-right: 60px;
}
.link-box {
    background: var(--deepgreen);
    padding: 15px 20px;
    width: 80%;
    justify-content: space-between;
    border-radius: 0.5rem;
}
/*** 

====================================================================
	Celebration Page
====================================================================

***/
.photo-gallery {
    padding: 5rem 0;
    background-color: var(--gray-2);
}
/*** 

====================================================================
	Certificate Page
====================================================================

***/
.certificate-box{
    padding: 8rem 0 4rem;
}
.certification-small-box{
    padding: 25px;
    background-color: #E4FDF7;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 4rem;
    font-family: "Poppins", sans-serif;
    width: 100%;
}
.certificate-box .col-sm-6:nth-child(2) .certification-small-box{
    background-color: #77B2AC;
    color: #ffffff;
}
.certificate-box .col-sm-6:nth-child(2) .certification-small-box h3,
.certificate-box .col-sm-6:nth-child(4) .certification-small-box h3,
.certificate-box .col-sm-6:nth-child(3) .certification-small-box h3{
    color: var(--text-white);
}
.certificate-box .col-sm-6:nth-child(3) .certification-small-box{
    background-color:  var(--deepblue);
    color: var(--text-white);
    
}
.certificate-box .col-sm-6:nth-child(4) .certification-small-box{
    background-color: #0F7AAE;
    color: #ffffff;
}
.certificate-box .col-sm-6:nth-child(5) .certification-small-box {
    background-color: #beedff;
}
.certificate-box .col-sm-6:nth-child(6) .certification-small-box {
    background-color: #00ACC1;
}
.certificate-box .col-sm-6:nth-child(7) .certification-small-box {
    background-color: #80CBC4;
}
.certificate-box .col-sm-6:nth-child(8) .certification-small-box {
    background-color: #81D4FA;
}
.certificate-box .col-sm-6:nth-child(9) .certification-small-box {
    background-color: #beedff;
}
.certification-small-box h3{
 font-size: 22px;
 font-weight: bold;
 text-transform: uppercase;
 margin: 25px 0;
 color: var(--deepblue);
}
.certification-small-box h4{
    font-size:16px;
    
    font-weight: bold;
    
}
.certification-small-box p{
    text-transform: capitalize;
}
.certification-small-box .small-desc{
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}
.certification-small-box hr{
color: #bdbdbd;
}
.logo-holder{
    background: #ffffff;
    margin: -22% auto 0;
    width: fit-content;
    padding: 25px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.logo-holder img{
    width: 150px;
}
/*** 

====================================================================
	Awards Page
====================================================================

***/
.dashed {
    border-style: dashed;
}
.service-block-two {
    position: relative;
    z-index: 20;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.service-block-two .inner-box .image {
    position: relative;
}

.service-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    max-height: 280px;
}

.service-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 35px;
    z-index: 1;
    padding-left: 110px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .overlay-box {
    bottom: -120px;
}

.service-block-two .inner-box .overlay-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 35px;
    color: var(--text-white);
    background-color: var(--deepblue);
}

.service-block-two .inner-box .overlay-box .content {
    position: relative;
    padding: 18px 25px 14px;
    background-color: var(--text-white);
}

.service-block-two .inner-box .overlay-box h5 {
    font-weight: bold;
    color: var(--deepblue);
    font-size: 18px;
}

.service-block-two .inner-box .overlay-box .title {
    position: relative;
    display: block;
    font-size: var(--font-15);
    margin-top: var(--margin-top-5);
}

.service-block-two .inner-box:hover .overlay-box-two {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block-two .inner-box .overlay-box-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block-two .inner-box .overlay-box-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 30px;
    bottom: 0px;
    opacity: 0.9;
    background-color: var(--text-white);
}

.service-block-two .inner-box .overlay-box-two .icon-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    font-size: 44px;
    color: var(--text-white);
    z-index: 99;
    background-color: var(--light-blue1);
}

.service-block-two .inner-box .overlay-box-two .icon-two:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -18px;
    border-top: 18px solid var(--deepblue);
    border-right: 30px solid transparent;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 40px;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service-block-two .inner-box .overlay-box-two h5 {
    max-width: 200px;
    font-size: 16px;
    color: var(--deepblue);
    font-weight: bold;
}

.service-block-two .inner-box .overlay-box-two h5 a {
    position: relative;
    color: var(--black-color);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .overlay-box-two h5 a:hover {
    color: var(--color-eleven);
}

.service-block-two .inner-box .overlay-box-two .text {
    color: var(--color-eight);
    margin-top: var(--margin-top-15);
    margin-bottom: var(--margin-bottom-20);
    font-size: 13px;
    height: 152px;
    padding-bottom: 25px;
}

.service-block-two .inner-box .overlay-box-two .read-more {
    position: relative;
    padding: 14px 22px;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: var(--font-14);
    color: var(--text-white);
    text-transform: uppercase;
    background-color: var(--color-eleven);
    font-family: var(--font-family-BeVietnam);
}

.service-block-two .inner-box .overlay-box-two .read-more span {
    position: relative;
    top: 1px;
    font-family: "Flaticon";
    font-size: var(--font-12);
    margin-left: var(--margin-left-5);
}

.service-block-two.style-two .inner-box .overlay-box .icon,
.service-block-two.style-two .inner-box .overlay-box-two .read-more,
.service-block-two.style-two .inner-box .overlay-box-two .icon-two {
    background-color: var(--main-color);
}

.service-block-two.style-two .inner-box .overlay-box-two h5 a:hover {
    color: var(--main-color);
}

.service-block-two.style-three .inner-box .overlay-box .icon,
.service-block-two.style-three .inner-box .overlay-box-two .read-more,
.service-block-two.style-three .inner-box .overlay-box-two .icon-two {
    background-color: var(--color-thirteen);
}

.service-block-two.style-three .inner-box .overlay-box-two h5 a:hover {
    color: var(--color-thirteen);
}
/*** 

====================================================================
	research Page
====================================================================

***/
.research-box{
    padding: 4rem 0;
}
.exhibition-carousel{
    position: relative;
}
.exhibition-carousel > img{
    width: 90%;
}
.exhibition-carousel:after {
    content: "";
    position: absolute;
    width: calc(100% - 70px);
    height: 100%;
    right: 0;
    top: -45px;
    background-color: var(--deepgreen);
    z-index: -1;
}

.pxl-banner1 .pxl-banner-inner img {
    border-radius: 5px;
    border: 5px solid #fff;
    box-shadow: 0 4px 100px rgba(178, 178, 178, .45);
}
.pxl-banner1 .pxl-banner-inner .pxl-item--image2 {
    position: absolute;
    top: calc(43% + 65px);
    transform: translatey(-56%);
    right: -20px;
    /* -webkit-animation: pxl_left_right 12s ease-out infinite; */
}

.pxl-banner1 .pxl-banner-inner .pxl-item--meta {
    position: absolute;
    bottom: -19px;
    right: 70px;
    width: 115px;
    height: 136px;
    color: var(--text-white);
    background-color: var(--deepgreen);
    text-align: center;
    padding: 15px;

}
.pxl-banner1 .pxl-banner-inner .pxl-item--meta:before {
    width: 44px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: -43px;
    content: '';
    background-color:  var(--deepgreen);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.pxl-banner1 .pxl-banner-inner .pxl-item--meta .pxl-item--title {
    color: #fff;
    text-align: center;
    font-size: 11px;
   line-height: normal;
}
.pxl-banner1 .pxl-banner-inner .pxl-item--meta .pxl--counter-number {
    color: #fff;
    text-align: center;
    
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
.research-box ul{
    margin-top:25px;
}
.research-box ul li{
    margin-bottom: 10px;
    list-style:none;
    padding-left: 30px;
    position: relative;
}
.research-box ul li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-image: url(../images/icon-function-head.png);
    margin-right: 5px;
    top:2px;
    position: absolute;
    left: 0;
    }
.highlight-box{
    padding: 15px;
    background: #f1f1f1;
    border-radius: 10px;
}
.pxl-icon-active {
    color: #FFFFFF;
    background-color: var(--light-blue1);
    
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 8px;
    padding: 4px 66px 0px 30px;
    position: relative;
} 
.pxl-icon-active:hover{
    background-color: var(--text-blue);
}
.pxl-icon-active span.fa-check{
    border-radius: 10px 10px 10px 10px;
    color: var(--text-blue);
    font-size: 18px;
    top: 6px;
    right: 6px;
    width: 38px !important;
    height: 38px !important;
    background-color: #FFFFFF;
    position: absolute !important;
    display: flex;
    align-items: center;
    justify-content: center;

}
.pxl-item--icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
}
.pxl-item--inner{
    margin-left: 25px;
}
.pxl-item--icon span.fa-phone {
    color: var(--deepblue);
    text-align: center;
    background-color: #75ffa41c !important;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    width: 58px;
    min-width: 58px;
    border-radius: 50%;
}
.research-box .pxl-item--inner {
    column-gap: 16px;
}
/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-about-section {
    position: relative;
    z-index: 2;
    padding: 3rem 0;
    background: #f3f3f3;
}
.home-about-section .overlay {
    z-index: -1;
    background-image: url(../images/builderon-img19.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -3px;
}
.modal-video-close-btn {
    position: absolute;
    z-index: 14;
    top: 0;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: #f00;
}
.home-about-section .about-us-inner {
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: space-between;
    align-items: center;
}
.home-about-section .about-us-inner .about-left-content {
    position: relative;
    z-index: 2;
    
    /* padding-top: 208px; */
}
.home-about-section .about-us-inner .about-left-content .pattern-overlay {
    background-image: url(../images/ESG_performance.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    max-width: 456px;
    max-height: 307px;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 6px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.section-head .section-title-divider {
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid var(--light-blue1);;
    padding: 5px 15px 5px 15px;
    color: var(--light-blue1);;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    border-radius: 5px;
}
@media screen and (max-width: 575px) {
    .home-about-section .about-us-inner .about-left-content .pattern-overlay {
        max-width: initial;
    }
}
.home-about-section .about-us-inner .about-left-content .section-head {
    margin-bottom: 30px;
    padding: 50px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    border-radius: 5px;
}
.home-about-section .about-list h3,
.live-tender-section .about-list h3,
.box-plate h3 {
    font-size: 20px;
    margin-bottom: 7px;
}
/* .cori{
    background: -webkit-linear-gradient(-68deg, #00375e, #4801ff);
    color: var(--text-white);
   
}
.cori:hover td{
    color: var(--text-white) !important; 
    
} */

.box-plate h3 {
    color: var(--deepblue);
    font-family: "Poppins", sans-serif;
 
    font-weight: bold;
}
.home-about-section .about-list a,
.home-about-section .about-list span,
.live-tender-section .about-list a  {
    font-size: 14px;
    display: block;
}
.home-about-section .about-list,
.live-tender-section .about-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
}
.home-about-section .about-list{
-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.home-about-section .about-list .col-6{
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.home-about-section .about-list .col-6:first-child{
    margin-right: 5px;
     width: 48%;

}
.home-about-section .about-list:hover .side-svg {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.box-plate{
    padding: 15px;
    border-left: 1px solid #f1f1f1;
    border-radius: 5px;
    width: max-content;
}
.box-plate:nth-child(3){
    border-right: 1px solid #f1f1f1;
}
.box-plate:last-child{
    border-left: 0;
}
.home-about-section .about-us-inner .about-right-content {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 30px;
}
.home-about-section .about-us-inner .about-right-content .box-orange {
    max-width: 513px;
    max-height: 600px;
    right: 0;
    top: 30px;
    background-color: #003942;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.home-about-section .about-us-inner .about-right-content .about-right-img {
    right: 50px;
    position: relative;
    background-image: url(../images/img001.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 525px;
    max-width: 480px;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 5px;
}
.home-about-section .about-us-inner .about-right-content .about-right-img .video-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 25px), -50%);
}
@media screen and (max-width: 767px) {
    .home-about-section .about-us-inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-about-section .about-us-inner .about-left-content .section-head {
        margin-right: auto;
    }
    .home-about-section .about-us-inner .about-right-content .about-right-img {
        right: -50px;
        padding-bottom: 75%;
        width: 100%;
        min-width: calc(100% - 50px);
    }
    .home-about-section .about-us-inner .about-right-content .about-right-img .video-button {
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 575px) {
    .home-about-section .about-us-inner .about-left-content .section-head {
        margin-left: auto;
    }
    .home-about-section .about-us-inner .about-right-content {
        padding-top: 25px;
    }
    .home-about-section .about-us-inner .about-right-content .box-orange {
        display: none;
    }
    .home-about-section .about-us-inner .about-right-content .about-right-img {
        right: auto;
        min-height: auto;
        max-width: 100%;
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 479px) {
    .home-about-section .about-us-inner .about-left-content .section-head {
        padding: 35px 24px;
    }
    .home-about-section .about-us-inner .about-right-content {
        padding-bottom: 0;
    }
}
.bl-goi {
    border-top: 1px solid #d1d1d1;
    font-family: "Poppins", sans-serif;
}
.bl-goi .d-flex{
    
}
.bl-goi h2 {
    
    font-size: 25px;
    font-weight: bold;
    color: var(--deepgreen);
    line-height: 18px;
    padding-top: 10px;
}
.bl-goi .d-flex a {
  
    text-align: center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.bl-goi .d-flex a img{
    height: 100px;
    /* filter: grayscale(1); */
}
.bl-goi .d-flex a:hover img{
    filter: grayscale(0);
}
.video-button a {
    box-shadow: 0px 0px 10px #fd5d14;
    border: 3px solid #ffffff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 25px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
}
.video-button a i {
    color: #ffffff;
    text-shadow: 0px 0px 10px #fd5d14;
}
.video-button a:before,
.video-button a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 var(--deepblue);
    -moz-box-shadow: 0 0 0 0 var(--deepblue);
    -ms-box-shadow: 0 0 0 0 var(--deepblue);
    -o-box-shadow: 0 0 0 0 var(--deepblue);
    box-shadow: 0 0 0 0 var(--deepblue);
    opacity: 0.6;
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
.video-button a:before {
    animation-delay: 0.9s;
}
.video-button a:after {
    animation-delay: 0.3s;
}
@media screen and (max-width: 575px) {
    .video-button a {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(253, 93, 20, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 93, 20, 0);
    }
}
@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(253, 93, 20, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 93, 20, 0);
    }
}
.rts-section-gap {
    padding: 3rem 0;
}
.fun-facts-bg {
    background-image: url(../images/bg_img_01.webp);
    background-size: cover;
    background-attachment: fixed !important;
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.elecate-left-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--vibernt-color-light);
    text-transform: uppercase;
}
.rts-fun-facts-area .elecate-left-title .title,
.current-year-financial-report .elecate-left-title .title {
    color: #fff;
    margin-top: 4px;
    font-weight: 700;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    line-height: 50px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.single-fun-facts-one {
    padding: 25px;
    background: #f3f3f3;
    height: 100%;
    margin-right: 15px;
    width: 20%;
    transition: 0.5s;
    border-radius: 0.25rem;
    animation-delay: 0.9s;
}
.current-year-financial-report .single-fun-facts-one {
    width: 48%;
}
.current-year-financial-report .single-fun-facts-one:hover li,
.current-year-financial-report .single-fun-facts-one:hover li a{
    color: var(--text-white);

}

.cubeSwiper,
.cubeSwiper1 {
    width: 100%;
  
   
  }

 .cubeSwiper,
 .cubeSwiper1 {
    background-position: center;
    background-size: cover;
  }

  .cubeSwiper  .swiper-slide img,
  .cubeSwiper1  .swiper-slide img {
    display: block;
    width: 100%;
  }

.cubeSwiper .swiper-pagination-bullet-active {
background:hotpink;
}
.single-fun-facts-one:hover {
    background: var(--deepblue);
}
.single-fun-facts-one:hover .inner .icon {
    transform: rotate(313deg);
}

.single-fun-facts-one:hover .inner .title,
.single-fun-facts-one:hover p {
    color: var(--text-white);
}
.single-fun-facts-one:nth-child(2n) {
    margin-top: 45px;
}
.single-fun-facts-one .inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    height: 35px;
    width: 35px;
    margin-top: 25px;
    transition: 0.5s;
}
.single-fun-facts-one .inner .title {
    color: var(--deepblue);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    display: block;
}
.single-fun-facts-one .inner p {
    font-size: 14px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
/*--------------------------------------------------------------
>>> Home home-testimonial
----------------------------------------------------------------*/
.home-testimonial-section {
    padding: 3rem 0 ;
    background-image: url('../images/shape56.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.home-testimonial-section .home-testimonial-inner {
    position: relative;
    z-index: 2;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left {
    background-color:var(--deepgreen);;
    position: relative;
    z-index: 1;
    padding: 25px;
    /* border-radius: 7px; */
}

@media screen and (max-width: 991px) {
    .home-testimonial-section .home-testimonial-inner .home-testimonial-left .overlay {
        background-size: cover;
    }
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .section-head {
    margin-bottom: 0;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .home-testimonial-content .author-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    opacity: 0.5;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail {
    color: #ffffff;
    padding-left: 5px;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail p {
    margin-bottom: 15px;
    font-size:24px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    min-height: 70px;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail .author-info .author-name {
    margin-bottom: 0;
    color: var(--vibernt-color-light);
    font-size: 14px;
    display: flex;
    align-items: center;
}
.home-testimonial-section .home-testimonial-inner .home-testimonial-left .testimonial-slider .testimonila-detail .author-info .author-name img{
    width: 20px;
    margin-right:10px;
}
.home-testimonial-section .owl-dots{
    margin-top: 50px !important;
}
.home-testimonial-section .owl-nav{
    position: absolute;
    top:0;
    right: 15px;
    color: var(--deepblue);
 
}
.home-testimonial-section .owl-nav:hover button{
    color: var(--deepblue) !important;
}
.home-testimonial-section .owl-nav button{
    background-color: var(--text-white) !important;
   width: 25px !important;
   height: 25px !important;
   text-align: center;
    border-radius: 50% !important;
}
.testimonial-slider{
    position: static;
}
.home-testimonial-section  .view-all {
    position: absolute;
    right: 70px;
    background: transparent;
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 1.5em;
    font-weight: 500;
    top: 8px;
}
@media screen and (max-width: 767px) {
    .home-testimonial-section .home-testimonial-inner .home-testimonial-left {
        margin-bottom: 30px;
    }
    .home-testimonial-section .home-testimonial-inner .home-testimonial-right .home-testimonial-img {
        margin-left: 0;
        margin-top: 0;
    }
}
.home-testimonial-section .section-title-divider {
    margin-bottom: 3rem !important;
}
.section-head-white .section-title-divider {
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    border-radius: 5px;
    font-family: 'Poppins',sans-serif;
}
/*** 

====================================================================
	Financial Page
====================================================================

***/
.research-box .col-md-2:nth-child(1) .performance-highlight{
 background-color: #01579B;
}
.research-box .col-md-2:nth-child(2) .performance-highlight{
    background-color: #0277BD;
   }
.research-box .col-md-2:nth-child(3) .performance-highlight{
    background-color: #0288D1;
   }
   .research-box .col-md-2:nth-child(4) .performance-highlight{
    background-color: 	#039BE5;
   }
   .research-box .col-md-2:nth-child(5) .performance-highlight{
    background-color:#03A9F4;
   }
   .research-box .col-md-2:nth-child(6) .performance-highlight{
    background-color: #29B6F6;
   }
.performance-highlight{
    padding: 25px;
    font-family: "Poppins", sans-serif;
    position: relative;
    overflow: hidden;
    height: 155px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.performance-highlight h2{
    font-size: 16px;
    color: var(--text-white);
    font-weight: bold;
    
}
.sus-report-box .performance-highlight h2{
    color: var(--text-blue);
}
.performance-highlight h3{
    font-size:14px;
    font-weight: bold;
    color: var(--text-white);
    font-family: "Inter", sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
}
.performance-highlight h3 span{
    font-size:20px;
}
.performance-highlight h3 a{
    font-weight: bold;
    color: var(--deepblue);
}
.performance-highlight::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    background: var(--vibernt-color-light);
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
    top: -30%;
    left: -10%;
    transition: 0.3s;
    opacity: 0;
}
.performance-highlight:hover::after{
    opacity: 1;
}
.performance-highlight:hover{
    border-color: var(--vibernt-color-light) !important;
}

.annual-report-current-year{
    padding: 4rem 0;
}
.annual-report-current-year::after{
    content: '';
    background: url('../images/fr1.avif') no-repeat center left;
    position: absolute;
    width: 47%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-attachment: fixed;
}
.year-box-report{
    padding: 25px;
    position: relative;
    width: 50%;
    margin-bottom: 35px;
}
.year-box-report ol{
    padding-left: 0;
    margin-bottom: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.year-box-report ol li {
    list-style: none;
}
.year-box-report ol li:hover a{
 color: #007cfb;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}
.year-box-report ol li span{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}
.pdf_list li{
    list-style: none;
    margin-bottom: 8px;
}
.pdf_list {
    padding-left: 0;
    margin-top: 10px;
}
.years-statement{
    position: absolute;
    font-size: 12px;
    padding: 5px 10px;
    background: var(--text-blue);
    color: var(--text-white);
    top: -15px;
    border-radius: 7px;
}
.year-box-report:nth-child(3){
    position:  absolute;
right: -30px;
top: 50%;
margin-top: -110px;
}
.quarter-report-current-year{
    padding: 4rem 0;
}
.quarter-img{
    max-width: 100%;
}
.about-two__image__inner {
    position: relative;
    display: table;
}
.about-two__image__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--easilon-base, #00CDE5);
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(4.3deg);
    z-index: -1;
    animation: rotateShape 3s linear infinite;
}
@keyframes rotateShape {
    50% {
      transform: rotate(-4.3deg);
    }
    100% {
      transform: rotate(4.3deg);
    }
  }
/*** 

====================================================================
	Tender Page
====================================================================

***/
.counter-part{
    background:url('../images/counter-bg.jpg') no-repeat center;
    padding: 10% 0;
    background-attachment: fixed;
    background-size: cover;
}
.graph-piece{
    padding: 4rem 0 0;
    
}
.chart-holder{
    padding: 40px 40px 25px;
    background: var(--bs-gray-100);
    border-radius: 10px;
    box-shadow: 0px 6px 6px 0px rgba(126, 126, 126, 0.1);
}
.funfact-one__item__number {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 45px;
    color: var(--text-white);
   
    line-height: 1.22;
    letter-spacing: var(--easilon-letter-space-xl, -0.03em);
    text-transform: capitalize;
    transition: all 500ms ease;
}
.funfact-one__item__title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--easilon-white2, #F6F6F8);
    line-height: 1.38;
    letter-spacing: var(--easilon-letter-space-xl, -0.03em);
    text-transform: capitalize;
}
.testimonials-one__funfact__single + .testimonials-one__funfact__single {
    margin-top: 30px;
  }
  .testimonials-one__funfact__image img {
    width: 100%;
    display: block;
  }
  .testimonials-one .funfact-one__item {
    position: relative;
    padding: 36px 11px 40px;
    background-color: var(--easilon-white2, #F6F6F8);
    overflow: hidden;
    text-align: center;
  }
  .testimonials-one .funfact-one__item::before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: -82%;
    left: 36px;
    background-color: var(--easilon-base, #00CDE5);
    transform: rotate(45deg);
    transition: all 500ms ease;
  }
  .testimonials-one .funfact-one__item::after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    bottom: -82%;
    right: 36px;
    background-color: var(--easilon-base, #00CDE5);
    transform: rotate(45deg);
    transition: all 500ms ease;
  }
  .testimonials-one .funfact-one__item:hover::before, .testimonials-one .funfact-one__item:hover::after {
    background-color: var(--easilon-black, #2B2B5E);
  }
  .testimonials-one .funfact-one__item__number {
    color: var(--easilon-white2, #F6F6F8);
    text-shadow: 1px 1px 0 var(--easilon-base, #00CDE5), -1px -1px 0 var(--easilon-base, #00CDE5), 1px -1px 0 var(--easilon-base, #00CDE5), -1px 1px 0 var(--easilon-base, #00CDE5), 1px 1px 0 var(--easilon-base, #00CDE5);
    transition: all 500ms ease;
  }
  .testimonials-one .funfact-one__item:hover .funfact-one__item__number {
    color: var(--easilon-base, #00CDE5);
    text-shadow: 1px 1px 0 transparent, -1px -1px 0 transparent, 1px -1px 0 transparent, -1px 1px 0 transparent, 1px 1px 0 transparent;
  }
  .testimonials-one .funfact-one__item__title {
    color: var(--easilon-black, #2B2B5E);
  }
  
.live-tender-section .t-link{
    min-width: auto;
}
/* width */
.live-tender-section .table-responsive::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.live-tender-section .table-responsive::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.live-tender-section .table-responsive::-webkit-scrollbar-thumb {
    background: var(--teal-blue);
    border-radius: 5px;
}

/* Handle on hover */
.live-tender-section .table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--teal-green);
}
.tender-search-section{
    padding: 10px 25px 0;
    background:var(--text-blue);
    margin-bottom: 0px;
    /* color: #ffffff; */

}
.tender-search-section .d-flex{
    justify-content: space-between;
}
.captcha{
    display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.btn-captcha{
    width: fit-content !important;
   
    padding: 3px 6px !important;
align-items: flex-start;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    vertical-align: middle;
}
.tender-search-section .form-control{
    margin: 0;
    margin-bottom: 15px; 
    align-items: center;
    padding: 7px 15px;
    height: calc(2.5rem + 3px);
    min-width: 150px;

}
.tender-search-section .form-floating>label{
    left: auto;
    padding: 9px .75rem;
}
.tender-search-section select.form-control{
    appearance: auto;
    margin-right: 5px;
    height: 44px;
    font-size: 14px;
}

.tender-search-section button {
    width: 100%;
    background: var(--vibernt-color-light);
    color: white !important;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    color: var(--deepblue);
    padding: 7px 15px;
}
.tender-search-section button:hover{
    background-color: var(--deepblue);
    color: var(--text-white);
}
.tender-search-section .form-check .form-check-input {
    float: left;
    margin-left:0em;
    margin-right: 15px;
}
.tender-list-section td{
    position: relative;
}
.tender-list-section{
    padding: 2rem 0;
    background: url('../images/bg-block-circle-left-top.png') top left no-repeat;
}
.captchalef{
    width:85%;
}
.captchalef img {
    margin: 0;
    height: 45px !important;
    margin-bottom: 15px;
    align-items: center;
    padding: 7px 15px;
    height: calc(2.5rem + 3px);
    min-width: 150px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.quick-link-box{
    background: var(--bs-gray-100);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 15px 30px;
    border-radius: 5px;
}
.quick-link-box ul{
    padding-left: 0;
    margin-bottom: 0;
}
.quick-link-box ul li{
    list-style: none;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0;
}
.quick-link-box ul li:last-child{
    border-bottom: 0;
}
.quick-link-box ul li a{
    color: var(--deepblue);
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;
    padding: .1% 0;
    background-repeat: no-repeat;
    color: inherit;
}
.quick-link-box ul li a:hover {
    background-size: 100% 1px;
}
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
    font-size: 14px;	
    position: relative;
    min-height: 255px;
}
.active-corrigendum-stripe {
    display: block;
    background: -webkit-linear-gradient(-68deg, #3caeff, #4801ff);
    padding: 5px 15px;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    background-size: 400% 400%;
	animation: gradient 5s ease infinite;
}
.icon-content h6{
    color: var(--teal-blue);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.m-l40 {
    margin-left: 40px;
}
.m-b30 {
    margin-bottom: 30px;
}
.p-a30 {
    padding: 30px;
}
.icon-bx-sm{
 padding: 15px;
    background-color: var(--light-blue1);
    cursor: pointer;
}
.icon-bx-sm a{
    display: block !important;
}
.icon-bx-sm i {
    font-size:26px;
    vertical-align: middle;
}
.p-l40{
padding-left: 40px;
}
.live-tender-section .chunk-box .t-link p{
    font-size: 13px;
}
.dlab-tilte{
    color: var(--teal-blue);
    font-size: 16px;
    font-weight: bold;
}
.bookmark{
    position: absolute;
    font-size: 30px;
    top: -7px;
    right: 0px;
}
.tender-list-section .view-all{
    top: 0;
}
.tender-list-section tr th{
    background-color: var(--deepblue);
    color: var(--text-white);
    padding: 12px 10px;
}
.tender-list-section tr th::before,
.tender-list-section tr th::after{
    position: absolute;
    display: block;
    opacity: 1 !important;
    right: 10px;
    line-height: 9px;
    font-size: 20px;
}
table.dataTable{
    width: 100% !important;
}
.live-tender-section li{
    margin-bottom: 10px;
    font-size: 16px;
}
.vender-registration{
    border-radius: 10px;
    background-color: var(--deepblue);
    width: 100%;
    padding: 15px;
   
}
.inner-vendor{
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -0px;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
}
.end-box{
    display: flex;
align-items: center;
justify-content: flex-end;
}
.vendor-separator{
    position: absolute;
    z-index: 1;
    height: 260px;
}
.end-box .pxl-icon--right{
    z-index: 9;
}
.vendor-image{
    height: 332px;
    position: absolute;
    left: 50px;
    z-index: 4;
    bottom: -41px;
}
.tender-document{
    padding: 2rem 0;
}
.download-butt {
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid var(--light-blue1);
    padding: 8px 25px;
    cursor: pointer;
    color: var(--light-blue1);
    font-size: 16px;
    font-weight: 400;
    text-transform: CAPITALIZE;
    line-height: 1.3em;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 15px;
}
.tender-document .service-block-four:hover .download-butt{
    background: var(--vibernt-color-light);
   border-color: var(--vibernt-color-light);
   color: var(--text-white);
}
.tender-document .service-block-four .inner-box{
    min-height: 340px;
}
.tender-document .service-block-four .inner-box h5{
    font-size: 20px;
}
.submit-feedback{
    background-color: #E4FDF7;
    color: var(--text-blue);
    padding: 3rem 0;
}
.tender-related-link-box{
    justify-content: space-between;
}
/*** 

====================================================================
	Sustainability Page
====================================================================

***/
.performance-highlight .pxl-item--button {
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    transform: scale(0);
    position: absolute;
    z-index: 2222;
    bottom: 10px;
    width: 40px;
    height: 40px;
    right: 15px;
    background-color: #003942;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    text-align: center;
}
.performance-highlight:hover .pxl-item--button{
    transform: scale(0.8) !important;
}
.image-box{
    position: relative;
}
.image-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.image-box .about-shape li {
    position: absolute;
    z-index: -1;
}
.about-shape li:nth-child(1) {
    top: -38px;
    right: -48px;
    -webkit-animation: pxl_left_right 12s ease-out infinite;
}
.about-shape li:nth-child(2) {
    right: -70px;
    top: 90px;
}
.about-shape li:nth-child(3) {
    left: -50px;
    bottom: -50px;
    opacity: 30%;
}
.about-shape li:nth-child(4) {
    height: 0;
    width: 0;
    top: -16px;
    left: -50px;
    transform: rotate(-385deg);
    opacity: 70%;
    z-index: 5;
    border-left: 50px solid transparent;
    border-right: 56px solid transparent;
    border-bottom: 65px solid var(--deepgreen);
    animation-iteration-count: infinite;
}
.image-box>img {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.text-justify{
    text-align: justify !important;
}
.sustainability-section{
    padding: 3rem 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/health-safety-enviroment.jpg);
    color: var(--text-white);
}
.sustainability-section img{
    max-width: 100%;
}
.sustainability-section:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    background-color: var(--deepgreen);
    z-index: 1;
}
.sustainability-section .container{
    position: relative;
    z-index: 99;
}
.event-link-box{
    position: relative;
    padding: 30px 30px 40px;
    border-radius: 6px;
    background-color: #f4f4f4;
    font-family: "Poppins", sans-serif;
    
}
.event-link-box .nav-link {
    position: relative;
    display: block;
    padding: 15px 20px;
    border-radius: 3px;
    font-size: 18px;
    color: var(--light-blue1);
    border: 1px solid #d2d2d2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: left;
    margin-bottom: 15px;
}
.event-link-box .nav-link i{
    position: absolute;
    right: 20px;
    top:50%;
    margin-top:-9px;    
}
.event-link-box .nav-link.active{
    background-color: var(--deepgreen);
}
.event-link-box .nav-link:hover{
    background-color: var(--deepgreen);
    color: var(--text-white);
    border-color:var(--deepgreen);
}
.yoga-video-one-image{
    
    position: relative;
    background-image: url(../images/tap-img-04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   
    width: 100%;
    padding-bottom: 100%;
    border-radius: 5px;
}
.yoga-details-box{
    background: #f6fbff;
    border-radius: 10px;
    padding: 25px;
}
.yoga-details-box .video-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 10px), -50%);
}
.yoga-video-two-image{
    
    position: relative;
    background-image: url(../images/tap-img-01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   
    width: 100%;
    padding-bottom: 100%;
    border-radius: 5px;
}

.yoga-video-three-image{
    
    position: relative;
    background-image: url(../images/lpg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   
    width: 100%;
    padding-bottom: 100%;
    border-radius: 5px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: var(--light-blue1);
    z-index: 999;
    color: var(--lightgray);
  }
/*** 

====================================================================
	career Page
====================================================================

***/
.job-list {
    padding: 4rem 0;
}
.opening-links{
background: url(../../main/images/abstract-line.png) no-repeat;
background-attachment: fixed;
background-size: cover;
padding-bottom: 15px;
border-bottom: 1px solid #f3f3f3;
border-top: 1px solid #f3f3f3;
}
.opening-links .row .col-md-3:nth-child(even) .service-block-four{
    margin-top:30%;
}
.career-intro{
    padding: 5rem 0;
}
.career-intro img{
    max-width: 100%;
}
.bg-animation{
    width: 75%;
    height: 75%;
    background-size: 400% 400%;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    position: absolute;
    top:-3%;
    background: linear-gradient(173deg, rgba(15,122,174,1) 0%, rgba(93,236,216,1) 50%, rgba(11,94,102,0.8295693277310925) 100%);

    animation:  sliderShape 6s ease infinite;
    z-index: -1;
}

@keyframes sliderShape{
    0%,100%{
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
      transform: translate3d(0,0,0) rotateZ(0.01deg);
      background-position: 0% 50%;
    }
    34%{
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
      transform:  translate3d(0,5px,0) rotateZ(0.01deg);
      background-position: 0% 50%;
    }
    50%{
      transform: translate3d(0,0,0) rotateZ(0.01deg);
      background-position: 100% 50%;
    }
    67%{
      border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
      transform: translate3d(0,-3px,0) rotateZ(0.01deg);
      background-position: 0% 50%;
    }
  }
  .svg-plane{
    position: absolute;
    top:2rem;
    right: 1rem;
}
  #Layer {
    stroke: #ff723a;
    fill: transparent;
    stroke-dasharray: 500;
    stroke-dashoffset: -500;
    animation: strokeanimate 5s forwards infinite;
  }
  @keyframes strokeanimate {
    100% {
      stroke-dashoffset: 500;
    }
  }
 .career-header{
    border-left: 5px solid var(--light-blue1);
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
 }
 .career-header h2{
     font-size: 30px;
     color: var(--text-blue);
 }
 .career-icon-box{
    width: 100%;
    position: relative;
    padding: 20px;
    background: #E4FDF7;
    border-radius: 7px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    height: 175px;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    align-content: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);

    .icon-img{
        height: 60px;
    }
    p{
        font-size: 16px;
        margin-top: 15px;
        line-height: 20px;
        margin-bottom: 0;
        font-weight: 700;
    }
 }
 .career-icon-box:hover{
    transform: scale(0.75);
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
 }
 .career-intro .nav-link:nth-child(1) .career-icon-box{
    background: #EDE7F6;
 }
 .career-intro .nav-link:nth-child(2) .career-icon-box{
    background: #F1F8E9;
 }
 .career-intro .nav-link:nth-child(3) .career-icon-box{
    background: #FFF3E0;
    
 }
 .career-intro .nav-link:nth-child(4) .career-icon-box{
    background: #FCE4EC;
 }
 .career-icon-box:nth-child(5){
    background: #E8EAF6;
 }
 .career-intro .nav-link{
    width: 48%;
    background: transparent !important;
    padding: 0 !important;
 }
 .career-intro .nav-link.active{
    color: var(--teal-green) !important;
    filter: invert(1);
 }
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(15, 122, 174, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.rewards-recognition-section{
    padding:0 0 4rem;
}
.reward-content-bg{
    padding: 3rem;
    background: url('../images/rewardsbg.png') no-repeat left bottom;
    background-size: cover;
    border-radius: 35px;
}
.reward-class-img{
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    grid-auto-flow: column;
    span{
    display: block;
    text-align: center;
    }
    img{
        -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }
}
.reward-icon-box{
   
    padding-bottom: 0;
    border: 1px dashed #d3d3d3;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    img{
        width: 70px;
        max-width: 100%;
        padding: 10px;
       -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }
    .icon-heading{
        background: linear-gradient(353deg, #00cced, #bdedde);
        padding: 7px 10px;
        border-radius: 5px;
        font-weight: 700;
        color: var(--text-white);
        -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    z-index: 2;
    position: relative;
    margin-right: 10px;
    }
}
.reward-icon-box::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #000;
    background: linear-gradient(-45deg, #00cced, #ffffff);
    position: absolute;
    transition: 0.5s;
    z-index: -1;
  }
.reward-icon-box:hover img{
    /* transform: translateY(-10px); */
}
.reward-icon-box:hover .icon-heading{
    background: transparent;
    /* transform: translateY(-20px); */
}
.reward-icon-box:hover::after {
    top: 0;
  }
  .slider-component {
    margin-block: 1rem;
    overflow: hidden;
  }
  
.nav-link.active .reward-icon-box::after {
    top: 0;
    z-index: 1;    
  }
  .nav-link.active .reward-icon-box img{
    position: relative;
    z-index: 9;
  }
  .nav-link.active .reward-icon-box .icon-heading{
    background: transparent;
  }
  .slider-component .swiper {
    margin-block: 1rem;
    
  }
  .nested-tab.nav-pills .nav-link.active, .nested-tab.nav-pills .show>.nav-link {
    color: var(--bs-cyan);
    background-color: transparent;
    border: 1px dashed var(--bs-cyan);
    border-bottom: 0;
    border-radius: 0;
    position: relative;
}
.nested-tab.nav-pills .nav-link.active::after, .nested-tab.nav-pills .show>.nav-link::after{
    content: '';
    position: absolute;
    width: 100%;
    background: var(--text-white);height: 5px;
    bottom: -2px;
    left:0;
} 
.nested-tab .nav-link{
    color: var(--text-blue);
    cursor: pointer;
}
.nested-tab li {
    margin-bottom: 0 !important;
}
.nested-tab-content.tab-content>.tab-pane {
   
    border: 1px dashed var(--bs-cyan) !important;
}
.nested-tab-content .desc{
    padding: 0 15px;
}
  .slider-component .swiper-slide {
    aspect-ratio: 16 / 9;
    border-radius: 0.5em;
    overflow: hidden;
    img{
        width: 100%;
    }
  }

.testimonial-section-three{
	position:relative;
	padding:4rem 0 3rem;
	background-position:center center;
}


.testimonial-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:50px !important;
}

.testimonial-section-three .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 12px;
	border-radius:50%;
	display:inline-block;
	background-color:var(--vibernt-color-light);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.testimonial-section-three .owl-theme .owl-dots .owl-dot span {
    margin: 0;
}
.testimonial-section-three .owl-theme .owl-dots .owl-dot.active span, .testimonial-section-three .owl-theme .owl-dots .owl-dot:hover span{
    background-color:var(--vibernt-color-light);
}
.testimonial-section-three .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:-7px;
	top:-7px;
	right:-7px;
	bottom:-7px;
	opacity:0;
	border-radius:50px;
	display:inline-block;
	border:1px solid var(--vibernt-color-light);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-section-three .owl-dots .owl-dot.active,
.testimonial-section-three .owl-dots .owl-dot:hover{
	background-color:var(--vibernt-color-light);
}

.testimonial-section-three .owl-dots .owl-dot.active::before,
.testimonial-section-three .owl-dots .owl-dot:hover::before{
	opacity:1;
}
.testimonial-block-two .pxl-item--inner {
    background-color: #003942;
    padding: 0 50px 30px;
    border-radius: 10px;
    position: relative;
    overflow: visible;
}
.three-item-carousel-two.owl-carousel .owl-stage{
    padding-top: 50px;
}
@media(max-width: 767px) {
   .testimonial-block-two .pxl-item--inner {
        padding:0 30px 30px
    }
}

@media(max-width: 575px) {
   .testimonial-block-two .pxl-item--inner {
        padding:0 20px 30px
    }
}

.testimonial-block-two .quote {
    position: absolute;
    top: -26px;
    right: 57px
}

.testimonial-block-two .quote svg path {
    fill: var(--primary-color)
}

.testimonial-block-two .pxl-item--image {
    position: relative;
    display: block;
    width: 86px;
    height: 86px;
    transform: translatey(-44px)
}

.testimonial-block-two .pxl-item--image:before {
    position: absolute;
    content: '';
    left: -5px;
    bottom: -5px;
    right: -5px;
    height: 47px;
    background-color: var(--vibernt-color-light);
    border-radius: 0 0 1e3px 1e3px
}

.testimonial-block-two .pxl-item--image img {
    z-index: 2;
    position: relative;
    border-radius: 1e3px
}

.testimonial-block-two .pxl-item--desc {
    margin-top: -5px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
    
}
.testimonial-block-two .pxl-item--desc.showmore {
    overflow: visible !important;
    display: block;
    transition: all 700ms ease;
    -moz-transition: all 7ms ease;
    -webkit-transition: all 7ms ease;
    -ms-transition: all 7ms ease;
    -o-transition: all 7ms ease;
}
.testimonial-block-two .pxl-item--meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 15px
}

@media(max-width: 575px) {
   .testimonial-block-two .pxl-item--meta {
        flex-wrap:wrap
    }
}

.testimonial-block-two .pxl-item--meta .content-left {
    display: flex;
    align-items: center;
    column-gap: 15px
}

.testimonial-block-two .pxl-item--meta .content-left .rating {
    color: #fff;
    
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

.testimonial-block-two .pxl-item--meta .content-right .pxl-item--title {
    color: #fff;
    
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 2px
}

.testimonial-block-two .pxl-item--meta .content-right .pxl-item--position {
    color: #fff;
   
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}


.testimonial-block-two .inner-box .showmore{
    overflow: visible !important;
    display: block;
    transition:all 700ms ease;
	-moz-transition:all 7ms ease;
	-webkit-transition:all 7ms ease;
	-ms-transition:all 7ms ease;
	-o-transition:all 7ms ease;
}

.testimonial-block-two .read-more-arrow,
.testimonial-block-two .read-less-arrow{
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-grid;
    color: var(--text-white);
    margin-top: 10px;
   
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: end;
    justify-items: end;
}

.rules-box{
    /* padding: 4rem 0; */
}
.box-mode:hover .download-butt {
    background: var(--vibernt-color-light);
    border-color: var(--vibernt-color-light);
    color: var(--text-white);
    transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.box-mode{
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.height-adjusting{
    margin-top: 20%;
}
.box-mode:hover{
    background: #E4FDF7;
}
select{
    appearance: auto !important;
}
/*** 

====================================================================
	Media Page
====================================================================

***/
.about-box4 .about-layout {
    color: #fff;
    padding: 40px 25px 30px 40px;
    box-shadow: 0px 6px 32px 0px rgba(126, 126, 126, 0.1);
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
    background-color: var(--text-white);
  }
  .document-box small {
    color: var(--text-black);    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .about-box4 .about-layout  .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    align-items: center;
}
  .about-box4 .about-layout:hover {
    box-shadow: 0px 25px 62px 0px rgba(126, 126, 126, 0.2);
  }
  .about-box4 .about-layout:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .about-box4 .about-layout:hover .media .item-img:before {
    background-color: #ffece8;
  }
  .about-box4 .about-layout:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: var(--vibernt-color-dep);
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: none;
    z-index: -5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 479px) {
    .about-box4 .about-layout:before {
      height: 100%;
    }
  }
  
  .about-box4 .about-layout .media .item-img {
    position: relative;
    z-index: 5;
  }
  .about-box4 .about-layout .media .item-img:before {
    content: "";
    height: 72px;
    width: 72px;
    background-color: #f3fdff;
    position: absolute;
    bottom: -13px;
    left: -15px;
    border: none;
    border-radius: 50%;
    z-index: -5;
    transition: all 0.3s ease-in-out;
  }
  .about-box4 .about-layout .media .about-img2:before {
    bottom: -15px;
    left: -15px;
  }
  .about-box4 .about-layout .media .media-body {
    margin-left: 40px;
  }
  .about-box4 .about-layout .media .media-body .item-content {
    margin-top: -10px;
    font-family: 'Poppins', sans-serif;
  }


  .about-box4 .about-layout .media .media-body .item-content a {
color: #646464;
    margin-bottom: 0;
    font-weight: 500;
    max-height: 60px;
    display: block;
    overflow-y: scroll;
  }
  
  .about-box4 .about-layout .media .media-body .item-content .date{
    display: block;
    margin-top: 3px;
    color: var(--text-blue);
  }
  @media only screen and (max-width: 991px) {
    .about-box4 .about-layout .media .media-body .item-content a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  .press-release-box .nav-link{
    border: 1px solid var(--lightgray);
    border-radius: 3px;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--text-blue);
    font-size: 16px;
    box-shadow: -10px 15px 7px -10px rgb(161 161 161 / 20%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
  }

  .press-release-box .nav-pills .nav-link.active, .press-release-box .nav-pills .show>.nav-link,
  .press-release-box .nav-pills .nav-link:hover {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--deepblue);
}
.press-release-box .nav-pills .nav-link:hover{
    transform: translateY(-5px) scale(1.03);
}
.press-release-box .nav-pills .nav-link:hover i{
    transform: translateX(-10px);
   
}

.blog-box2 {
    margin-bottom: 60px;
    position: relative;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .blog-box2:hover{
    border-bottom: 5px solid var(--vibernt-color-dep);
  }
  .blog-box2:hover .item-img img {
    transform: scale(1.1);
  }
  .blog-box2:hover .content-box {
    transform: translateY(0);
  }
  .blog-box2 .item-img {
    overflow: hidden;
    border-radius: 4px;
   
  }
  .blog-box2 .item-img img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    height: 250px;
  }
  .blog-box2 .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border: none;
    width: 83%;
    padding: 15px 20px 20px 10px;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
  }
  .blog-box2 .content-box:after {
    content: "";
    width: 60px;
    height: 60px;
    background: var(--vibernt-color-dep);
    position: absolute;
    top: -25px;
    right: -35px;
    transform: rotate(55deg);
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .blog-box2 .content-box .entry-meta {
    margin-bottom: 7px;
  }
  .blog-box2 .content-box .entry-meta ul{
    margin-bottom: 0px;
  }
  .blog-box2 .content-box .entry-meta ul li {
    display: inline-block;
    margin-right: 22px;
  }
  .blog-box2 .content-box .entry-meta ul li:last-child {
    margin-right: 0;
  }
  .blog-box2 .content-box .entry-meta ul li a {
    color: #646464;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .blog-box2 .content-box .entry-meta ul li a:hover {
    color: var(--light-blue1);
  }
  .blog-box2 .content-box .entry-meta ul li a i {
    color: var(--vibernt-color-light);
    font-size: 14px;
    margin-right: 8px;
  }
  .blog-box2 .content-box .section-title {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    margin-bottom: 0;
    max-height: 60px;
    display: block;
    overflow-y: scroll;
    /* overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; */
  }
  @media only screen and (max-width: 1199px) {
    .blog-box2 .content-box .section-title {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .blog-box2 .content-box .section-title {
      font-size: 20px;
    }
  }
  .blog-box2 .content-box .section-title a {
    color: #000;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
  }
  .blog-box2 .content-box .section-title a:hover {
    color: var(--light-blue1);
  }
  .blog-box2 .content-box .blog-date {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 5;
    font-size: 24px;
    color: var(--text-blue);
    font-weight: 700;
    text-align: center;
    line-height: 20px;
  }
  .blog-box2 .content-box .blog-date span {
    font-size: 14px;
    display: block;
    margin-top: -3px;
    font-weight: 400;
    
  }
  .blog-box2:hover .content-box:after{
  transform: rotate(80deg);
  }
  .single-blog-box1 .big-item-img {
    margin-bottom: 20px;
  }
  .single-blog-box1 .big-item-img img{
    border-radius: 10px;
    width: 100%;
  }
  .single-blog-box1 .entry-meta {
    margin-bottom: 10px;
  }
  .single-blog-box1 ul{
    padding-left: 0;
  }
  .single-blog-box1 .entry-meta ul li {
    display: inline-block;
    margin-right: 22px;
    color: #646464;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
  }
  .single-blog-box1 .entry-meta ul li i {
    color: var(--light-blue1);
    font-size: 14px;
    margin-right: 8px;
  }
  .single-blog-box1 .entry-meta ul li:last-child {
    margin-right: 0;
  }
  .single-blog-box1 .single-para {
    margin-bottom: 30px;
  }
  .single-blog-box1 .quotetion-box {
    background-color: #f7f7f7;
    padding: 25px 40px 12px 45px;
    border: none;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    margin-left: 40px;
  }
  @media only screen and (max-width: 1199px) {
    .single-blog-box1 .quotetion-box {
      margin-left: 0px;
    }
  }
  .single-blog-box1 .quotetion-box:after {
    content: "";
    height: 138px;
    width: 3px;
    background-color: #00cced;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .single-blog-box1 .quotetion-box .item-quote2 {
    color: #444;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
  }
  @media only screen and (max-width: 767px) {
    .single-blog-box1 .quotetion-box .item-quote2 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  @media only screen and (max-width: 479px) {
    .single-blog-box1 .quotetion-box .item-quote2 {
      font-size: 15px;
    }
  }
  .single-blog-box1 .quotetion-box .quotetion-icon2 {
    font-size: 72px;
    color: #e5e5e5;
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: -1;
  }
  @media only screen and (max-width: 479px) {
    .single-blog-box1 .quotetion-box .quotetion-icon2 {
      font-size: 50px;
    }
  }
  .single-blog-box1 .single-about {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 42px;
  }
  .single-blog-box1 .single-about .single-about-img {
    position: relative;
    z-index: -5;
  }
  .single-blog-box1 .single-about .single-about-img img {
    border-radius: 0px 50px 0px 50px;
  }
  @media only screen and (max-width: 991px) {
    .single-blog-box1 .single-about .single-about-img img {
      margin-bottom: 20px;
    }
  }
  .single-blog-box1 .single-about .background-image {
    position: absolute;
    bottom: -50px;
    left: -50px;
    opacity: 15%;
    z-index: -5;
  }
  @media only screen and (max-width: 1199px) {
    .single-blog-box1 .single-about .background-image {
      display: none;
    }
  }
  .single-blog-box1 .single-about .blog-body {
    margin-left: 10px;
  }
  .single-blog-box1 .single-about .blog-body .heading-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
  }
  @media only screen and (max-width: 1199px) {
    .single-blog-box1 .single-about .blog-body .heading-title {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .single-blog-box1 .single-about .blog-body .heading-title {
      font-size: 24px;
      line-height: 30px;
    }
  }
  .single-blog-box1 .single-about .blog-body .blog-para1 {
    margin-bottom: 12px;
  }
  @media only screen and (max-width: 1199px) {
    .single-blog-box1 .single-about .blog-body .blog-para1 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  .single-blog-box1 .single-about .blog-body .single-list {
    margin-bottom: 15px;
  }
  .single-blog-box1 .single-about .blog-body .single-list ul li {
    color: #000;
    font-weight: 500;
  }
  @media only screen and (max-width: 1199px) {
    .single-blog-box1 .single-about .blog-body .single-list ul li {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  .single-blog-box1 .single-about .blog-body .single-list ul li i {
    color: #00cced;
    font-size: 11px;
    margin-right: 10px;
  }
  .single-blog-box1 .blog-social-area {
    padding: 40px 0px;
    border-bottom: 1px solid #e5e5e5;
  }
  @media only screen and (max-width: 575px) {
    .single-blog-box1 .blog-social-area {
      text-align: center;
      display: block;
    }
  }
  .single-blog-box1 .blog-social-area .single-post-tag .item-tag li {
    display: inline-block;
  }
  .single-blog-box1 .blog-social-area .single-post-tag .item-tag li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out;
  }
  .single-blog-box1 .blog-social-area .single-post-tag .item-tag li a:hover {
    color: #fff;
    background-color: #00cced;
  }
  @media only screen and (max-width: 1199px) {
    .single-blog-box1 .blog-social-area .single-post-tag .item-tag li .investment-btn {
      display: none;
    }
  }
  .single-blog-box1 .blog-social-area .single-post-tag .item-tag li span {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    font-family: 'Barlow', sans-serif;
  }
  @media only screen and (max-width: 767px) {
    .single-blog-box1 .blog-social-area .single-post-tag .item-tag li span {
      margin-right: 5px;
    }
  }
  .single-blog-box1 .blog-social-area .blog-social {
    display: flex;
    justify-content: flex-end;
  }
  @media only screen and (max-width: 575px) {
    .single-blog-box1 .blog-social-area .blog-social {
      text-align: center;
      display: block;
      margin-top: 20px;
    }
  }
  .single-blog-box1 .blog-social-area .blog-social li {
    display: inline-block;
  }
  .single-blog-box1 .blog-social-area .blog-social li a {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    display: inline-block;
  }
  .single-blog-box1 .blog-social-area .blog-social li a i {
    margin-right: 10px;
  }
  .single-blog-box1 .blog-social-area .blog-social li a:hover {
    color: #00cced;
  }
  .single-blog-box1 .blog-social-area .blog-social li span {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    font-family: 'Barlow', sans-serif;
  }
  @media only screen and (max-width: 767px) {
    .single-blog-box1 .blog-social-area .blog-social li span {
      margin-right: 5px;
    }
  }
  .single-blog-box1 .blog-author .media {
    padding: 30px 30px 30px 30px;
    background-color: #f8f8f8;
  }
  @media only screen and (max-width: 767px) {
    .single-blog-box1 .blog-author .media {
      display: block;
    }
  }
  @media only screen and (max-width: 767px) {
    .single-blog-box1 .blog-author .media .item-img {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  .single-blog-box1 .blog-author .media .media-body {
    margin-left: 25px;
    margin-top: -7px;
  }
  @media only screen and (max-width: 767px) {
    .single-blog-box1 .blog-author .media .media-body {
      margin-left: 0;
      text-align: center;
    }
  }
  .single-blog-box1 .blog-author .media .media-body .item-subtitle {
    color: #7b7a7a;
    font-size: 16px;
    line-height: 30px;
  }
  .single-blog-box1 .blog-author .media .media-body .item-title {
    color: #00cced;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 3px;
  }
  .single-blog-box1 .blog-author .media .media-body p {
    color: #646464;
    line-height: 24px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .single-blog-box1 .blog-comment {
    padding: 30px 0px 0px 0px;
  }
  .single-blog-box1 .blog-comment .heading-layout {
    margin-bottom: 52px;
  }
  @media only screen and (max-width: 575px) {
    .single-blog-box1 .blog-comment .heading-layout {
      text-align: center;
    }
  }
  .single-blog-box1 .blog-comment .heading-layout h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }
  .single-blog-box1 .blog-comment .heading-layout span {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    padding-bottom: 23px;
  }
  .single-blog-box1 .blog-comment .heading-layout span:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #ffa996;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 10px;
    border: none;
  }
  .single-blog-box1 .blog-comment .heading-layout span:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #00cced;
    position: absolute;
    bottom: 0px;
    left: 20px;
    border-radius: 10px;
    border: none;
  }
  .single-blog-box1 .blog-comment .media {
    border-bottom: 1px solid #e1e1e1;
    line-height: 30px;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 575px) {
    .single-blog-box1 .blog-comment .media {
      display: block;
    }
  }
  .single-blog-box1 .blog-comment .media:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .single-blog-box1 .blog-comment .media:nth-child(odd) {
    padding-left: 40px;
  }
  @media only screen and (max-width: 479px) {
    .single-blog-box1 .blog-comment .media:nth-child(odd) {
      padding-left: 20px;
    }
  }
  @media only screen and (max-width: 575px) {
    .single-blog-box1 .blog-comment .media .item-img {
      text-align: center;
    }
  }
  .single-blog-box1 .blog-comment .media .item-img img {
    border-radius: 50%;
  }
  .single-blog-box1 .blog-comment .media .media-body {
    margin-left: 15px;
  }
  @media only screen and (max-width: 575px) {
    .single-blog-box1 .blog-comment .media .media-body {
      margin-left: 0;
      text-align: center;
    }
  }
  .single-blog-box1 .blog-comment .media .media-body .item-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
  }
  .single-blog-box1 .blog-comment .media .media-body .item-date {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .single-blog-box1 .blog-comment .media .media-body p {
    margin-bottom: 7px;
    color: #646464;
    line-height: 30px;
  }
  .single-blog-box1 .blog-comment .media .media-body .reply-btn {
    color: #00cced;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
  }
  .single-blog-box1 .blog-comment .media .media-body .reply-btn:hover {
    color: #646464;
  }
  .single-blog-box1 .blog-comment .media .media-body .reply-btn:hover i {
    color: #00cced;
  }
  .single-blog-box1 .blog-comment .media .media-body .reply-btn i {
    color: #646464;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
  }
  .single-blog-box1 .blog-reply {
    padding: 10px 0px 0px 0px;
  }
  .single-blog-box1 .blog-reply .item-title {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 26px;
  }
  .single-blog-box1 .blog-reply .item-title:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #ffa996;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 10px;
    border: none;
  }
  .single-blog-box1 .blog-reply .item-title:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #00cced;
    position: absolute;
    bottom: 0px;
    left: 20px;
    border-radius: 10px;
    border: none;
  }
  .single-blog-box1 .blog-reply .comments-box .form-group .form-control {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
  }
  .single-blog-box1 .blog-reply .comments-box .form-group .form-control:focus {
    box-shadow: none;
    border-color: #00cced;
  }
  .single-blog-box1 .blog-reply .comments-box .form-group input {
    height: 54px;
  }
  .single-blog-box1 .blog-reply .comments-box .form-group {
    margin-bottom: 7px;
  }
  .single-blog-box1 .blog-reply .comments-box .form-group:last-child {
    margin-bottom: 0;
  }
  .single-blog-box1 .blog-reply .comments-box .form-button .item-btn {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #00cced;
    padding: 13px 34px;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
  }
  .single-blog-box1 .blog-reply .comments-box .form-button .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    color: #fff;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    border-radius: 4px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }
  .single-blog-box1 .blog-reply .comments-box .form-button .item-btn:hover {
    color: #00cced;
    background-color: #f8f8f8;
  }
  .widget.widget-search-box {
    margin-bottom: 32px;
}
.widget.widget-search-box .input-group {
    height: 60px;
    position: relative;
}
.widget.widget-search-box .input-group .input-group-append button {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #00cced;
    border-radius: 4px;
    border: none;
    height: 60px;
    line-height: 30px;
    text-align: center;
    box-shadow: none;
    border-left: 1px solid #dfdfdf;
    padding: 10px 23px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}
.widget-heading .item-subtitle {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.widget-heading .item-subtitle:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #00cced;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 10px;
    border: none;
  }
  .widget-heading .item-subtitle:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #85d7ff;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
  }
  @media only screen and (max-width: 991px) {
    .widget-heading .item-subtitle {
      font-size: 20px;
    }
  }
  .widget-heading .item-subtitle a {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .widget-heading .widget-subtitle {
    margin-bottom: 10px;
  }
  .widget-heading .widget-subtitle2 {
    margin-bottom: 35px;
  }
  @media only screen and (max-width: 991px) {
    .widget-break-lg {
      margin-top: 50px;
    }
  }
  .widget.widget-categoery-box .item-categoery,
  .tag-list{
    padding-left: 0;
  }
  .widget.widget-categoery-box .item-categoery li {
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
  }
  .widget.widget-categoery-box .item-categoery li:hover a {
    color: #00cced;
  }
  .widget.widget-categoery-box .item-categoery li:hover a span {
    color: #ffa996;
  }
  .widget.widget-categoery-box .item-categoery li:hover a i {
    margin-right: 10px;
    color: #000;
  }
  .widget.widget-categoery-box .item-categoery li a {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
  }
  .widget.widget-categoery-box .item-categoery li a span {
    color: #000;
    transition: all 0.3s ease-in-out;
  }
  .widget.widget-categoery-box .item-categoery li a i {
    color: #646464;
    margin-right: 7px;
    transition: all 0.3s ease-in-out;
  }
  .widget.widget-recent-box {
    margin-bottom: 32px;
  }
  .widget.widget-recent-box .media {
    margin-bottom: 25px;
  }
  .widget.widget-recent-box .media:last-child {
    margin-bottom: 0;
  }
  .widget-tag-box .tag-list li {
    display: inline-block;
    margin-bottom: 3px;
  }
  .widget-tag-box .tag-list li a {
    color: #444444;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    background-color: #f2f2f2;
    border: none;
    border-radius: 4px;
    padding: 7px 14px;
    display: block;
  }
  .widget-tag-box .tag-list li a:hover {
    color: #fff;
    background-color: #00cced;
  }
  .event-box  .pxl-item--featured img{
    clip-path: polygon(0 0, 100% 0, 100% 68%, 0% 100%);
    width: 100%;
    height: auto;
    max-height: 320px;
    min-height: 320px;
  }
  .event-box .pxl-item--inner .wrap-inner {
    border-radius: 10px;
    position: relative;
    padding: 25px 30px 30px 25px;
    background: var(--lightgray);
    margin-top: -190px;
    margin-left: 60px;
    background: #fff;
    box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    z-index: 2;
}
.event-box .pxl-item--inner{
    margin-bottom: 35px;
    margin-left: 0;
    background: #f8f9fa;
}
.event-box .pxl-item--category a {
    color: var(--deepblue);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    opacity: .9785;
}
.event-box .pxl-item--title{
    margin-bottom: 10px;
}
.event-box .pxl-item--title a{
margin-top: 5px;
    margin-bottom: 12px;
    color: var(--light-blue1);
    
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: .48px;
}
.event-box .pxl-icon{
position: absolute;
    right: 30px;
    z-index: 2;
    top: -48px;
    border-radius: 1e3px;
    width: 88px;
    height: 88px;
    background-color: var(--deepblue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-box .pxl-icon img{
z-index: 2;
-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
-khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
-moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
-ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.event-box  .item--content{
color: #505d7b;
font-size: 14px;
font-weight: 400;
line-height: 26px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.event-box .pxl-icon::before{
    position: absolute;
    content: '';
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-color: #00cced4d;
    z-index: 0;
    -webkit-border-radius: 1e3px;
    -khtml-border-radius: 1e3px;
    -moz-border-radius: 1e3px;
    -ms-border-radius: 1e3px;
    -o-border-radius: 1e3px;
    border-radius: 1e3px;
}
.event-box .pxl-icon::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:var(--deepblue);
    z-index: 1;
    -webkit-border-radius: 1e3px;
    -khtml-border-radius: 1e3px;
    -moz-border-radius: 1e3px;
    -ms-border-radius: 1e3px;
    -o-border-radius: 1e3px;
    border-radius: 1e3px;
}
.event-box .pxl-item--readmore{
    margin-top: 25px;
}
.event-box .pxl-item--readmore .btn-readmore{
    display: inline-block;
    background-color: rgb(0 55 94 / 8%);
    line-height: 46px;
    padding: 0 40px;
    border-radius: 10px;
    color: var(--deepblue);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.event-box .pxl-item--readmore .btn-readmore:hover{
    background-color: rgb(0 55 94 / 100%);
    color: var(--text-white);
}
.event-box .wrap-inner:hover .pxl-icon img{
    transform: scale(1.3);

}
.archive-button{
    background: var(--deepblue);
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    border-radius: 7px;
    padding: 15px 1.5em;
    font-weight: 500;
    overflow: hidden;
    float: right;
}
.float-left{
    float: left !important;
}

.weekly-tab-details .about-box4 .about-layout .media .item-img:before {
    content: "";
    height: 48px;
    width: 48px;
    background-color: #003f72;
    position: absolute;
    bottom: -10px;
    left: -8px;
    border: none;
    border-radius: 50%;
    z-index: -5;
    transition: all 0.3s ease-in-out;
}
/*************************************************************/
.gallery {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
    
    }
    .gallery-slider{
        width: 100%;
        height: auto;
        margin: 0;
    }
        .gallery-slider     .swiper-slide {
            width: auto;
           
        } 
        .gallery-slider .swiper-slide img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 auto;
        }
       
    .gallery-thumbs {
        width: 100%;
        padding: 0;
        overflow: hidden;
        background: #a1a1a1;
       
    }
    .gallery-thumbs .swiper-slide {
        width: 100px;
        height: 100px;
        text-align: center;
        overflow: hidden;
        opacity: .1;

        img {
            width: 100%;
        height: auto;
        }
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    .slider {
       margin-top: 15px;
      }
      .slider .swiper-wrapper{
        flex-direction: column;
      }
      .slider .swiper-container {
        width: 100%;
        height: 100%;
      }
      .slider__flex {
        display: flex;
        align-items: flex-start;
      }
      .slider__col {
        display: flex;
        flex-direction: column;
        width: 150px;
        margin-right: 32px;
      }

    .slider__prev,
    .slider__next {
      cursor: pointer;
      text-align: center;
      font-size: 14px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    .slider__prev:focus,
    .slider__next:focus {
      outline: none;
    }
    .slider__thumbs {
      height: calc(400px - 96px);
      overflow: hidden;
    }
    .slider__thumbs .slider__image {
      transition: 0.25s;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.5;
    }
    .slider__thumbs .slider__image:hover {
      opacity: 1;
    }
    .slider__thumbs .swiper-slide-thumb-active .slider__image {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1;
    }
    .slider__images {
      height: 400px;
      width: 100%;
      overflow: hidden;
    }
    .slider__images .slider__image img {
      transition: 3s;
    }
    .slider__images .slider__image:hover img {
      transform: scale(1.1);
    }
    .slider__image {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      overflow: hidden;
    }
    .slider__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
    @media (max-width: 767.98px) {
      .slider__flex {
        flex-direction: column-reverse;
      }
      .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
      }
      .slider__images {
        width: 100%;
      }
      .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px;
      }
      .slider__prev,
      .slider__next {
        height: auto;
        width: 32px;
      }
    }
    



    .gallery-wrapper {
        position: relative;
        z-index: 1;
    }
    .gallery-wrapper .content {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 3vh 0;
        background: #101014;
        background: linear-gradient(to left, #19191f, #101014);
    }
    .gallery-wrapper .content .gallery.full {
        position: relative;
        display: flex;
        align-items: center;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
        display: flex;
        height: 80vh;
        align-items: center;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
        position: relative;
        height: 50vh;
        transition: all 0.4s ease-out;
        box-sizing: border-box;
        width: auto;
        opacity: 0.25;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
        width: 20% !important;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        height: 80vh;
        width: 60% !important;
        opacity: 1;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .zoom {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image {
        width: 100%;
        height: 100%;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: auto;
        padding: 50px 50px 30px 50px;
        background: black;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
        display: flex;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show {
        opacity: 1;
        visibility: visible;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show .text-wrap {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
        display: flex;
        flex-direction: column;
        max-width: 600px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(50px);
        transition: all 0.4s linear;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name span {
        font-size: 2.2em;
        font-weight: 700;
    }
    .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .caption p {
        font-size: 1.16em;
        color: #fff;
        line-height: 1.7;
    }
    .gallery-wrapper .content .gallery.full .swiper-next-button,
    .gallery-wrapper .content .gallery.full .swiper-prev-button {
        position: absolute;
        z-index: 99;
        outline: none;
        transition: all 0.2s linear;
        width: 20%;
        height: 50vh;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        cursor: pointer;
        display: none;
    }
    .gallery-wrapper .content .gallery.full .swiper-next-button.swiper-button-disabled,
    .gallery-wrapper .content .gallery.full .swiper-prev-button.swiper-button-disabled {
        opacity: 0.2;
    }
    .gallery-wrapper .content .gallery.full .swiper-next-button em,
    .gallery-wrapper .content .gallery.full .swiper-prev-button em {
        font-size: 68px;
    }
    .gallery-wrapper .content .gallery.full .swiper-next-button {
        right: 0;
        padding-left: 5vw;
        justify-content: flex-start;
    }
    .gallery-wrapper .content .gallery.full .swiper-prev-button {
        left: 0;
        padding-right: 5vw;
    }
    .gallery-wrapper .content .gallery.thumb {
        position: relative;
        width: 100%;
        max-width: 1020px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding-left: 12px;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container {
        width: 100%;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide {
        position: relative;
        height: 10vh;
        box-sizing: border-box;
        cursor: pointer;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .image {
        box-shadow: inset 0px 0px 0px 2px #ed1b28;
        padding: 2px;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .image .overlay {
        opacity: 1;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide .image .overlay {
        position: absolute;
        left: 2px;
        top: 2px;
        background-color: rgba(43, 44, 54, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        opacity: 0;
        transition: all 0.2s linear;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-next-button {
        right: -15px;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
        left: -5px;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-prev-button em {
        transform: rotate(180deg);
    }
    .gallery-wrapper .content .gallery.thumb .swiper-next-button,
    .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
        position: absolute;
        z-index: 99;
        outline: none;
        transition: all 0.2s linear;
        width: 32px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ed1b28;
        cursor: pointer;
        
    }
    .gallery-wrapper .content .gallery.thumb .swiper-next-button:hover,
    .gallery-wrapper .content .gallery.thumb .swiper-prev-button:hover {
        background-color: #c5101b;
    }
    .gallery-wrapper .content .gallery.thumb .swiper-next-button.swiper-button-disabled,
    .gallery-wrapper .content .gallery.thumb .swiper-prev-button.swiper-button-disabled {
        opacity: 0.2;
    }
    /*signature*/
    .signature {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        padding: 20px;
    }
    .signature h3 {
        font-weight: 600;
        font-size: 0.926em;
        color: #ed1b28;
        display: flex;
        margin-bottom: 5px;
    }
    .signature a,
    .signature em {
        text-decoration: none;
        color: #777;
        margin-right: 5px;
        font-size: 0.88em;
        transition: all 0.2s linear;
    }
    .signature a:hover,
    .signature em:hover {
        color: #aaa;
    }
    /*Mobile*/
    @media only screen and (max-width: 1024px) {
        .gallery-wrapper .content {
            padding: 5vh 0;
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
            height: 70vh;
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
            height: 50vh;
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
            width: 10% !important;
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
            height: 70vh;
            width: 80% !important;
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
            padding: 20px;
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
            transform: translateY(0);
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name span {
            font-size: 1.6em;
        }
        .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .caption p {
            font-size: 1.06em;
        }
        .gallery-wrapper .content .gallery.full .swiper-next-button,
        .gallery-wrapper .content .gallery.full .swiper-prev-button {
            width: 10%;
            height: 50vh;
            align-items: center;
            justify-content: center;
            
        }
        .gallery-wrapper .content .gallery.full .swiper-next-button em,
        .gallery-wrapper .content .gallery.full .swiper-prev-button em {
            font-size: 45px;
        }
        .gallery-wrapper .content .gallery.full .swiper-next-button {
            padding-left: 0;
        }
        .gallery-wrapper .content .gallery.full .swiper-prev-button {
            padding-right: 0;
        }
        .gallery-wrapper .content .gallery.thumb {
            padding: 0 30px;
            max-width: 100%;
        }
        .gallery-wrapper .content .gallery.thumb .swiper-container .swiper-wrapper .swiper-slide {
            height: 80px;
        }
        .gallery-wrapper .content .gallery.thumb .swiper-next-button {
            right: 10px;
        }
        .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
            left: 10px;
        }
        .signature {
            display: none;
        }
    }
    .active>.page-link, .page-link.active {
        z-index: 3;
        color: var(--text-white);
        background-color: var(--text-blue);
        border-color: var(--bs-pagination-active-border-color);
    }
    .page-link{
        color: var(--text-blue);
    }
/*** 

====================================================================
	Governance Page
====================================================================

***/

    .about__img-wrap-three > img:nth-child(1) {
        -webkit-border-radius: 10px 185px 10px 10px;
        -moz-border-radius: 10px 185px 10px 10px;
        -o-border-radius: 10px 185px 10px 10px;
        -ms-border-radius: 10px 185px 10px 10px;
        border-radius: 10px 185px 10px 10px;
        max-width: 100%;
    }
    .experience__box-three {
        display: flex;
        align-items: center;
    }
    .experience__box-three .title {
        background: linear-gradient(135deg, #3aa2f7, #00a6c7);
        border-radius: 8px;
        margin-bottom: 0;
        padding: 20px;
    }
    .experience__box-three .title span {
      color: var(--text-white);
        font-size:24px;
        font-weight: 800;
        line-height: 0.8;
        position: relative;
        
    }
    .experience__box-three p {
        margin-bottom: 0;
        color: var(--text-blue);
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 10px;
    }
    .experience__box-three p span {
        display: block;
    }
    .about__img-wrap-three {
        position: relative;
    }
    .about__img-wrap-three .shape img {
        position: absolute;
        left: -20%;
        bottom: 20%;
        z-index: -1;
    }
    .alltuchtopdown {
        -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
        animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
        animation-duration: 3s;
    }
    @keyframes alltuchtopdown {
        0% {
          -webkit-transform: rotateX(0deg) translateY(0px);
          -moz-transform: rotateX(0deg) translateY(0px);
          -ms-transform: rotateX(0deg) translateY(0px);
          -o-transform: rotateX(0deg) translateY(0px);
          transform: rotateX(0deg) translateY(0px);
        }
        50% {
          -webkit-transform: rotateX(0deg) translateY(-20px);
          -moz-transform: rotateX(0deg) translateY(-20px);
          -ms-transform: rotateX(0deg) translateY(-20px);
          -o-transform: rotateX(0deg) translateY(-20px);
          transform: rotateX(0deg) translateY(-20px);
        }
        100% {
          -webkit-transform: rotateX(0deg) translateY(0px);
          -moz-transform: rotateX(0deg) translateY(0px);
          -ms-transform: rotateX(0deg) translateY(0px);
          -o-transform: rotateX(0deg) translateY(0px);
          transform: rotateX(0deg) translateY(0px);
        }
      }
      @-webkit-keyframes alltuchtopdown {
        0% {
          -webkit-transform: rotateX(0deg) translateY(0px);
          -moz-transform: rotateX(0deg) translateY(0px);
          -ms-transform: rotateX(0deg) translateY(0px);
          -o-transform: rotateX(0deg) translateY(0px);
          transform: rotateX(0deg) translateY(0px);
        }
        50% {
          -webkit-transform: rotateX(0deg) translateY(-20px);
          -moz-transform: rotateX(0deg) translateY(-20px);
          -ms-transform: rotateX(0deg) translateY(-20px);
          -o-transform: rotateX(0deg) translateY(-20px);
          transform: rotateX(0deg) translateY(-20px);
        }
        100% {
          -webkit-transform: rotateX(0deg) translateY(0px);
          -moz-transform: rotateX(0deg) translateY(0px);
          -ms-transform: rotateX(0deg) translateY(0px);
          -o-transform: rotateX(0deg) translateY(0px);
          transform: rotateX(0deg) translateY(0px);
        }
      }
      .section-title .sub-title {
        display: block;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        line-height: normal;
        color: var(--vibernt-color-light);
        margin-bottom: 12px;
    }
    .section-title  .tg-element-title{
    color: var(--deepblue);
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: bold;
    }
    .about__content-three > p {
        margin-bottom: 15px;
        width: 95%;
        font-size: 16px;
    }
    .about__list-box .list-wrap {
        margin-top: 20px;
        padding: 0px;
    }
  
.about__list-box .list-wrap li i {
   
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
   
    color:var(--text-blue);
    line-height: 0;
    font-size: 25px;
  
}
.about__list-box .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size:16px;
    font-weight: 500;
    gap: 12px;
    margin-bottom: 10px;
    list-style: none;
}

.about__list-box .list-wrap li small{
    font-size: 14px;
}
.project__item-three{
    position: relative;
    margin-bottom: 25px;
}

.project__content-three {
    width: 320px;
    background: var(--deepblue);
    color: var(--text-white);
    border-radius: 15px;
    padding: 25px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project__thumb-three {
    width: 90%;
    margin-left: auto;
}
.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shine-animate-item:hover .shine-animate::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}
.shine-animate::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@keyframes hoverShine {
    100% {
        left: 125%;
    }
}
.project__thumb-three img {
    width: 100%;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}
.project__content-three  .list-wrap li i {
   
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 25px;
  
}
.project__content-three  .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    gap: 12px;
    margin-bottom: 10px;
    list-style: none;
}
.project__content-three .list-wrap{
    padding: 0;
}
.project__content-three  .list-wrap li small{
    font-size: 14px;
}
.image-style7 .images-shape {
    list-style: none;
    padding: 0;
    margin: 0;
}

.image-style7 .image-box .images-shape li {
    position: absolute;
}
.image-box img{
    max-width: 100%;
}

.image-style7 .image-box .images-shape li {
    bottom: 30px;
    right:70px;
    z-index: -1;
    animation: pxl_left_right 12s ease-out infinite;
}
.image-style7 .image-box .full-image>img {
    border-radius: 50% 50% 50% 50%;
}
.right-sec .image-box{
    text-align: right;
}
.right-sec .image-style7 .image-box .images-shape li{
    right: auto;
    left: 75px;
}
.msme-bg{
    background: url(../images/decoration-back-main-1-L-half.png) no-repeat top left;
    padding: 4rem 0 2rem;
}
.table th{
    background-color: var(--deepblue);
    color: var(--text-white) !important;
}
.modal-body .table th{
    background-color: var(--bs-table-bg);
    color: var(--deepblue) !important;
}
  .floatingButtonWrap {
      display: block;
      position: fixed;
      bottom: 10%;
      right: 6%;
      z-index: 999999999;
  }
  
  .floatingButtonInner {
      position: relative;
  }
  
  .floatingButton {
      display: block;
      width: 60px;
      height: 60px;
      text-align: center;
      background: -webkit-linear-gradient(45deg, #127099, #507cb3);
      background: -o-linear-gradient(45deg, #127099, #507cb3);
      background: linear-gradient(45deg, #127099, #507cb3);
      color: #fff;
      line-height: 50px;
      position: absolute;
      border-radius: 50% 50%;
      bottom: 0px;
      right: 0px;
      border: 5px solid #b2bedc;
      /* opacity: 0.3; */
      opacity: 1;
      transition: all 0.4s;
  }
  
  .floatingButton .fa {
      font-size: 15px !important;
  }
  
  .floatingButton.open,
  .floatingButton:hover,
  .floatingButton:focus,
  .floatingButton:active {
      opacity: 1;
      color: #fff;
  }
  
  
  .floatingButton .fa {
      transform: rotate(0deg);
      transition: all 0.4s;
  }
  
  .floatingButton.open .fa {
      transform: rotate(270deg);
  }
  
  .floatingMenu {
      position: absolute;
      bottom: 60px;
      right: 0px;
      /* width: 200px; */
      display: none;
  }
  
  .floatingMenu li {
      width: 100%;
      float: right;
      list-style: none;
      text-align: right;
      margin-bottom: 5px;
  }
  
  .floatingMenu li a {
      padding: 8px 15px;
      display: inline-block;
      background: var(--vibernt-color-dep);
      color: var(--light-blue1);
      border-radius: 5px;
      overflow: hidden;
      white-space: nowrap;
      transition: all 0.4s;
      /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
      box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
      -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
      box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
  }
  
  .floatingMenu li a:hover {
      margin-right: 10px;
      text-decoration: none;
  }
  .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    font-weight: 500;
}
button.link-box{
    width: fit-content;
}
.share-print{
    justify-content: flex-end;
font-size: 20px;
}
.news-bg{
    background: url(../images/bg2.png) no-repeat;
    background-attachment: fixed;
}
#documentViewer{
    background-color: #006394 !important;
}
.blog-packery .blog-item {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.blog-packery.blog-packery-2 .blog-item .blog-post-info {
    background: #fff;
    float: left;
    width: 50%;
    padding: 87px 28px 49px;
}
.blog-packery.blog-packery-2 .image_size .blog-img {
    float: left;
    width: 50%;
    margin: 0 !important;
}
.page-title-inner {
    padding-left: 26px;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.page-title-inner:before {
    content: '';
    width: 4px;
    top: 10px;
    bottom: 4px;
    left: 0;
    background-color: var(--vibernt-color-light);
    position: absolute;
}
.link-pdf-box{
    background: #fbfbfb;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
}
.serial-no{
    position: absolute;
    right: -7px;
    font-size: 45px;
    transform: rotate(10deg);
    bottom: -20px;
    line-height: normal;
    color: #00cced47;
    /* opacity: 0.50; */
}
h1.page-title,
.page-title-inner h1 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.previewShapeRevX{
	animation: previewShapeRevX 5s linear infinite;
}
@keyframes previewShapeRevX{
    0% {
        transform: translateX(15px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(15px);
    }
}
/*******************CSR*******************************/
.program-section{
    padding: 5rem 0 2rem;
    position: relative;
    background-color: var(--text-blue);
    overflow: hidden;
}
.svg-pattern{
    position: absolute;
    left: 0;
    bottom: 0;

}
.feature-box {
    --cnvs-featured-box-icon: 4rem;
    --cnvs-featured-box-padding-x: 0.75rem;
    --cnvs-featured-box-icon-size: 1.75rem;
    --cnvs-featured-box-font-size: 1.125rem;
    --cnvs-featured-box-font-color: var(--cnvs-heading-color);
    --cnvs-featured-box-font-weight: 600;
    --cnvs-featured-box-font-tt: none;
    --cnvs-featured-box-icon-sm: calc(4rem * 0.5);
    --cnvs-featured-box-padding-x-sm: calc(0.75rem / 1.5);
    --cnvs-featured-box-icon-size-sm: calc(1.75rem / 1.75);
    --cnvs-featured-box-icon-lg: calc(4rem * 1.5);
    --cnvs-featured-box-icon-size-lg: calc(1.75rem * 1.4285714286);
    --cnvs-featured-box-icon-xl: calc(4rem * 2);
    --cnvs-featured-box-icon-size-xl: calc(1.75rem * 2.5714285714);
    --cnvs-featured-box-outline-border: 1px;
    --cnvs-featured-box-outline-padding: 0.25rem;
    --cnvs-featured-box-rounded: 0.25rem;
    --cnvs-featured-box-bg-light: var(--cnvs-contrast-200);
    --cnvs-featured-box-bg-dark: #343a40;
    --cnvs-featured-box-plain-font-size: 3rem;
    --cnvs-featured-box-plain-icon-size: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
   
}

.feature-box:first-child {
    margin-top: 0
}

.fbox-icon {
    width: calc(var(--cnvs-featured-box-icon) + var(--cnvs-featured-box-padding-x) * 2);
    height: var(--cnvs-featured-box-icon);
    padding: 0 var(--cnvs-featured-box-padding-x)
}

.fbox-icon a,.fbox-icon i,.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}

.fbox-icon i,.fbox-icon img {
    border-radius: 50%;
    background-color: var(--cnvs-themecolor)
}

.fbox-icon i {
    font-style: normal;
    font-size: var(--cnvs-featured-box-icon-size);
    line-height: var(--cnvs-featured-box-icon);
    text-align: center
}

.fbox-content {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 var(--cnvs-featured-box-padding-x)
}

.fbox-content .h3,.fbox-content h3 {
    font-size: var(--cnvs-featured-box-font-size);
    font-weight: var(--cnvs-featured-box-font-weight);
    font-family: var(--cnvs-primary-font);
    text-transform: var(--cnvs-featured-box-font-tt);
    margin-bottom: 10px;
    color: var(--cnvs-featured-box-font-color)
}

.fbox-content p {
    margin-top: .5rem;
    margin-bottom: 0;
    color: var(--cnvs-contrast-600)
}
/*********************corporateit***********************************/
.corporate-banner{
    background: url('../images/corporate-bg.png') no-repeat;
    padding: 4rem 0 150px;
}
.wave{
    position: absolute;
    bottom: -8px;
    width: 100%;
}
.wave img{
    width: 100%;
}
.corporate-icon-box .product-block .inner-box .image{
    width: 130px;
    height: 130px;
}
.corporate-icon-box .product-block .inner-box .color-layer{
    height: 185px;
}
.corporate-icon-box .product-block .inner-box .image img {
    width: 61%;
    text-align: center;
    margin-top: 25px;
}
               /* Create four equal columns that sits next to each other */
               .column-grid-gallery {
                -ms-flex: 25%; /* IE10 */
                flex: 25%;
                max-width: 25%;
                padding: 0 4px;
              }
              
              .column-grid-gallery img {
                margin-top: 8px;
                vertical-align: middle;
                width: 100%;
              }
              
              /* Responsive layout - makes a two column-layout instead of four columns */
              @media screen and (max-width: 800px) {
                .column-grid-gallery {
                  -ms-flex: 50%;
                  flex: 50%;
                  max-width: 50%;
                }
              }
              
              /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
              @media screen and (max-width: 600px) {
                .column-grid-gallery {
                  -ms-flex: 100%;
                  flex: 100%;
                  max-width: 100%;
                }
              }
.gallery-box-grid{
    padding: 0 0 4rem;
}
.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
}
.timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 50vw;
}
.timeline__event:nth-child(2n + 1) {
    flex-direction: row-reverse;
}
.timeline__event:nth-child(2n + 1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n + 1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #0365b4;
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    animation: fillTop 200ms forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #0365b4;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #01579B;
    letter-spacing: 1.5px;
}
.timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
}
.timeline__event__date {
    color: #a8d9ff;
    font-size: 1.5rem;
    font-weight: 600;
    background: #01579B;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a3dafc;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #a3dafc;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
}
.timeline__event__icon i {
    font-size: 32px;
}
.timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #01579B;
    position: absolute;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    animation: fillTop 200ms forwards 4s ease-in-out;
}
.timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #01579B;
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
    flex-basis: 60%;
}
.timeline__event--type2:after {
    background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
    background: #0277BD;
}
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
    background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
    background: #87bbfe;
    color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
    background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
    color: #0277BD;
}
.timeline__event--type3:after {
    background: #039BE5;
}
.timeline__event--type3 .timeline__event__date {
    color: #d1f1ff;
    background-color: #039BE5;
}
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
    background: #d1f1ff;
}
.timeline__event--type3 .timeline__event__icon {
    background: #d1f1ff;
    color: #039BE5;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
    background: #d1f1ff;
}
.timeline__event--type3 .timeline__event__title {
    color: #039BE5;
}
.timeline__event:last-child .timeline__event__icon:before {
    content: none;
}
@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
        align-self: center;
   }
    .timeline__event__content {
        width: 100%;
   }
    .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        width: 100%;
        margin: 0;
        box-shadow: none;
   }
    .timeline__event__icon:before, .timeline__event__icon:after {
        display: none;
   }
    .timeline__event__date {
        border-radius: 0;
        padding: 20px;
   }
    .timeline__event:nth-child(2n + 1) {
        flex-direction: column;
        align-self: center;
   }
    .timeline__event:nth-child(2n + 1) .timeline__event__date {
        border-radius: 0;
        padding: 20px;
   }
    .timeline__event:nth-child(2n + 1) .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        margin: 0;
   }
}
@keyframes fillLeft {
    100% {
        right: 100%;
   }
}
@keyframes fillTop {
    100% {
        top: 100%;
   }
}
@keyframes fillLeftOdd {
    100% {
        left: 100%;
   }
}
.why-us-c .whyus-icn-c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
  }
  
 .whyus-icn-c .whyus-icn-c-bk-bdr {
    width: 175px;
    height: 175px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
    border: 2px dashed #c5c5c5;
    border-radius: 50%;
    z-index: 1
  }
  
 .whyus-icn-c .whyus-icn-c-bk-bdr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed #e0e0e0;
    border-radius: 100%;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
  }
  
 .whyus-icn-c .whyus-icn-c-sngl {
    position: relative;
    z-index: 9;
    width:220px;
    height: 220px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 20px #0000001f;
    box-shadow: 5px 5px 20px #0000001f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px
  }
  @keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
  
    50% {
        opacity: 1;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
  
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
  }
 .whyus-icn-c .whyus-icn-c-sngl img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 10px;
    margin-bottom: 15px
  }
  
 .whyus-icn-c .whyus-icn-c-sngl p {
    color: #9e9e9e!important;
    font-size: 13px;
    margin: 0;
  }
  .tab-pane li{
    margin-bottom: 15px;
  }
  .city-box .contats-item{
    width: 100%;
  }
  .city-box .contats-list ul li{
    width: 100% !important;
  }
 .employment-section .nav-tabs .nav-item.show .nav-link, .employment-section .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--text-blue);
    border-bottom: 0;
    position: relative;
}
.employment-section .tab-content>.active {
    display: block;
    border: 1px solid var(--text-blue);
    padding: 0 15px;
    border-radius: 5px;
}
.nested-tab-content{
    margin-bottom: 15px;
}

.employment-section .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    background: var(--text-white);
    height: 5px;
    bottom: -2px;
    left: 0;
}
/* ***************************************dark bg************************************************* */
.background-black
{
    background-color:#000000;
    color:#ffffff;
}
.background-black .milestone-tab .tab-pane.active {
    background: #202020;
}
.background-black .histroy-section{
    background-color: #545454;
    color: #ffffff;
}
.background-black .quick-link-box,
.background-black .tender-list-section tr th {
    background: #545454;
}
.background-black .about-section{
    background: #001423;
    padding: 3rem 0;
}
.background-black .home-testimonial-section {
  
    background: #001525;
}
.background-black .reward-box.hvr-rectangle-out{
    color: var(--text-white);
}
.background-black .counting-num {
    color: #00cced;
}
.background-black .reward-box img {
    filter: sepia(1);
}
.background-black .reward-box:hover {
    color: var(--light-blue1);
}
.background-black .reward-box:hover img {
    filter: sepia(0);
}
.background-black .home-about-section {
   background: #002139;
}
.background-black .section-header h3, .background-black .section-header h1,
.background-black .section-header h2 {
    color: var(--text-white);
}
.background-black .quote-high-box{
    color:var(--vibernt-color-light) ;
    border-color: var(--text-white);
}
.background-black .hover-quote,
.background-black .hover-quote-right
{
    background-color: #000000;
    color: #ffffff;
}
.background-black .top-management {
    background: #001a27;
}
.background-black .tender-list-section{
    background-image: none;
}
.background-black .management-tab .nav-item:hover .nav-link,
.background-black .management-tab .nav-item .nav-link  {
    color: var(--text-white);
}
.background-black .desc,
.background-black .research-box ul,
.background-black .jv-box,
.background-black .inner-jv-box,
.background-black .board-members-section>p,
.background-black li>a,
.background-black table,
.background-black .table-striped>tbody>tr:nth-of-type(odd)>*,
.background-black .about__list-box .list-wrap li,
.background-black .section-heading h3,
.background-black .company-menus ul li a,
.background-black .submenu a,
.background-black .company-menus h3,
.background-black .table-hover>tbody>tr:hover>*,
.background-black .modal-content,
.background-black .modal-body .table th,
.background-black a,
.background-black .sus-report-box .performance-highlight h2,
.background-black .document-box small,
.background-black .press-release-box .nav-link,
.background-black .event-box .item--content,
.background-black .bl-goi h2,
.background-black .box-plate h3
 {
   
    color: #FFFF00 !important;
}
.background-black .about-box4 .about-layout .media .media-body .item-content .date,
.background-black .milestone-tab .nav-tabs .nav-link,
.background-black .text-dark{
    color: #ffffff !important;
}
.background-black .navbar-toggler-icon {
   
    filter: invert(75);
}
.background-black .modal-content,
.background-black .blog-box2 .content-box,
.background-black .tender-search-section .form-control{
    background-color: #545454 !important;
}
.background-black .research-box ul li::before {
    
    filter: invert(1);
}
.background-black .megamenu,
.background-black .daterangepicker .calendar-table table,
.background-black .page-item.disabled .page-link,
.background-black .periods-container section,
.background-black  .event-box .pxl-item--inner .wrap-inner{
    background-color: #000000;
}
.background-black .tender-search-section .form-control{
    color: var(--text-white);
}
.background-black .accordion-body,
.background-black .pxl-item--readmore .btn-readmore,
.background-black .link-pdf-box {
   
    background: #545454;
}
.background-black .jv-box h5 a,
.background-black .inner-jv-box h5 a{
    color: #00cced;
}
.background-black .wave img {
    width: 100%;
    filter: invert(1);
}
.background-black .photo-gallery{
    padding: 3rem 0;
    padding-top: 3rem !important;
    background: #001a27;
}
.background-black .contact-style-1 .border-1 {
    border: 1px solid var(--bs-cyan);
    background: var(--bs-cyan);
}
.background-black .research-box.bg-light{
    background: #003b43 !important;
}
.background-black .navbar{
    background: #000000;;
}
.background-black .navbar-brand img {
    filter: brightness(85);
}

.background-black .f-box a,
.background-black .section-title-divider
{
color: #FFFF00 !important;
}
.background-black .f-box img{
    filter: hue-rotate(172deg);
}
.background-black .section-heading h3:after, 
.background-black .section-heading h3:before,
.background-black .section-title-divider,
.background-black .career-header{
    border-color: #FFFF00 !important;

}
.background-black .pxl-item--icon span.fa-phone {
    color: #ffffff;
    text-align: center;
    background-color: #363636 !important;
}
.background-black .pxl-item--inner {
   
    background: #545454;
    color: #fff;
}
.background-black .about-box4 .about-layout,
.background-black .single-fun-facts-one,
.background-black .home-about-section .about-us-inner .about-left-content .section-head,
.background-black .key-contact{
    background: #545454;
}
.background-black .contats-item {
   
    background-color: #0dcaf0;
}
.background-black .about__content-three{
    color: var(--text-white);
}
.background-black .bg-light,
.background-black .chunk-box,
.background-black .service-block-four .inner-box{
    background: #545454 !important;
}
.background-black .chunk-box h2,
.background-black .t-link span,
.background-black .single-fun-facts-one .inner .title,
.background-black .career-header h2,
.background-black .service-block-four .inner-box h5{
    color: yellow;
}

.search-results-module-results .card{
    padding: 15px;
    margin-left: -15px;
    margin-bottom: 15px;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.read-more{
    width: 100%;
    background: var(--vibernt-color-light);
    color: white !important;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    color: var(--deepblue);
    padding: 7px 15px;
}
.style2-box {
    background: #ECF3F8 !important;
    padding: 33px 25px 25px 20px !important;
    position: relative !important;
    width: 100% !important;
  }
  .style2-box .section-title{
    max-height: 60px;
    display: block;
    overflow-y: scroll;
  }
  .style2-box:after{
  content: "";
    width: 40px !important;
    height: 40px !important;
    background: var(--text-blue) !important;
    position: absolute;
    top: -20px !important;
    right: 20px !important;
    transform: rotate(55deg);
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .style2-box .blog-date {
    position: absolute;
    top: -15px !important;
    right: 29px !important;
  }
  .form-select{
    background-image:  none !important;
    margin: 0 !important;
    color: rgba(119, 119, 119, 1) !important;
  }

  @media only screen and (max-width: 768px) {
  .right-side-content .tab-content {
    background: var(--deepgreen);
    width: 100%;
    bottom: 0;
    padding: 3%;
    border-radius: 0.5rem;
    left: -25px;
    position: static !important;
    height: fit-content;
    color: var(--text-white);
}
.right-side-content {
    padding: 0 !important;
   
}
.left-side-nav {
    background: var(--light-blue1);
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 25px;
    font-family: "Poppins", sans-serif;
    color: var(--text-white);
    flex-direction: row;
}
.left-side-nav .nav-pills-custom {
    width: 100% !important;
    display: block !important;
}
.attachment-full{
    display: none !important;
}
.contact-tab-section .nav-pills-custom .nav-link {
    width: fit-content;
    float: left;
    position: relative;
    display: block;
    padding: 12px 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 0 !important;
    background: #00000036;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.city-wise-box {
   
    padding: 10px;
  
    width: 165px;
    align-content: center;
    align-items: center;
}
.city-wise-box img {
    max-width: 20px;
}
.tab-list-details .col-md-6{
    width: 50% !important;
}
.right-side-content h3 {
    font-size: 14px;
}
.map-navigate{
    font-size: 30px;
}
.right-side-content ul li{
    font-size: 14px;
}
.right-side-content ul li svg,
.city-modal ul li svg{
    width:15px
}
.city-modal ul li {
   
    font-size: 14px;
    word-break: break-all;
}
.overflow-box-address{
    max-height: 250;
    height: auto;
}
  }
i{
    /* font-family: "Font Awesome 6 Free" !important; */
}
.modal-close{
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
    color: #0dcaf0;
    opacity: 1;
    background: #ffffff;
    width: 25px;
    height: 25px;
    padding: 7px;
}
/* .temporary-board-member-block .col-md-3:nth-child(7){
    display: none !important;
} */