@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@font-face {
   font-family:YesevaOne-Regular;
   src: url(../css/fonts/Geneva-Regular.ttf);
}
@font-face {
   font-family:Pretendard-SemiBold;
   src: url(../css/fonts/Pretendard-SemiBold.otf);
}
@font-face {
   font-family:Pretendard-Medium;
   src: url(../css/fonts/Pretendard-Medium.otf);
}
body{
overflow-x: hidden;
}
.stick-iocn-img
{
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 53px;
    filter: drop-shadow(4px 5px 3px rgba(12,12,12,0.5));
}
.height-cont
{
    height: 80px;
    overflow: hidden;
}
.client-logo-3
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -o-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0 0 0;
    flex-direction: column;
}
.client-logo-3 h2
{
    color: #000;
    font-size: 16px;
    padding: 0 1em;
    position: relative;
    top: -23px;

}
.client-logo-3 img
{
width: 200px;
line-height-step: 200px;
}
.rel-wh
{
    position: relative;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
}
.pinkBg {
    background-color: #2cb641 !important;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
}

.intro-banner-vdo-play-btn {
    height: 50px;
    width: 50px;
    position: fixed !important;
    top: 87% !important;
    right: 10px !important;
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 999999999;
}

.intro-banner-vdo-play-btn i {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}
.stick-iocn
{
        background-color: #2cb641 !important;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
        height: 50px;
    width: 50px;
    position: fixed !important;
    top: 87% !important;
    right: 10px !important;
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 999999999;
}
*{
    margin:0;
    box-sizing: border-box;
}
.ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

#New-Launch .owl-carousel .owl-nav button.owl-prev {
    background-color: #f1f1f1;
    border-radius: 50%;
    color: #da0a05;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -68px;
    top: 150px;
}
#New-Launch .testi-slider-img img 
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#New-Launch .owl-carousel .owl-nav button.owl-next {
     background-color: #da0a05;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -68px;
    top: 150px;
}
.our-team-bx .owl-carousel .owl-nav button.owl-prev {
    background-color: #f1f1f1;
    border-radius: 50%;
    color: #da0a05;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -68px;
    top: 150px;
}
.our-team-bx .testi-slider-img img 
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.our-team-bx .owl-carousel .owl-nav button.owl-next {
     background-color: #da0a05;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -68px;
    top: 150px;
}
.list-res
{

}
.view-more-btn
{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #2f328d;
    float: right;
    margin-top: 20px;
    transition: 0.8s all;
}
.view-more-btn img
{
width: 16px;
    transform: rotate(-90deg);
        transition: 0.8s all;
}
.view-more-btn:hover
{
    transform: rotate(40deg);
     transition: 0.8s all;
}
.team-img {
    position: relative;
    overflow: hidden;
    height: 140px;
    width: 120px;
}
.team-member, .team-img {
    position: relative;
    overflow: hidden;
}
.team-member
{
      margin-top: 30px;
    background: #f5f5f5;
    padding: 24px;
}
.team-img img
{
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}
.lin-bx
{
    background-color: #e2e2e2;
    color: #888888;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.hrline
{
    background-color:#ccc;
    height:1px;
    width: 100%;
    margin-bottom: 16px;
}
.team-title {
    margin: 4px 0 20px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #060500;
    font-family:Pretendard-Medium;
}
.team-member p
{
        margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #58595b;
    font-family: 'Poppins', sans-serif;
}
.table-investor
{
    margin: 1em 0 0 0;
}
.sec-pha-2
{
    margin-top: 26px;
}
.container{
    max-width: 1260px;
    margin:auto;
}
.footer-btm-br
{
    border-top: 0.5px solid #30328d;
    padding-top: 15px;

}
.hide-desktop-sec
{
    display: none;
}
.footer-link4
{
    text-align: right;
}
.footer-btm
{
        background: #f0f1ff;
             font-family: 'Poppins', sans-serif;
    color: #2f328d;
    font-size: 15px;
    font-weight: 400;
}
.btn-1
{
    background-color: #c8cff9;
    padding:10px;
    border-radius: 10px;
}
ul{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
.abt-v1-img-img img {
    width: 45px;
    display: block;
}
.win-v1
{
    margin:1em 0 2em 0;
}
.h3-cdi
{
    font-family: Pretendard-SemiBold; 
   font-size: 18px; 
   color: #000000; 
   line-height: normal; 
   letter-spacing: 1px;
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#30328d;
    width: 100%;
    bottom: 4px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
/*header*/
.header{
    position: relative;
    width: 100%;
    left:0;
    top:0;
    z-index: 99;
    padding: 10px 0;
}
.header-main{
/*  background-color: #ffffff;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-radius: 0px;
}
.header .logo{
    padding: 0px;
}
.header .logo img
{
        width: 230px;
}
.header .logo a{
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}
.header .nav-menu{
    padding: 0px;
}
.header .menu > .menu-item{
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.header .menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 15px;
    color: #2f328d;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left:5px; 
    pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
    content:'';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top:50%;
    background-color: #2f328d;
    height: 2px;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #2f328d;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
    
}
.header .menu > .menu-item > .sub-menu{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 220px;
    position: absolute;
    left:0;
    top:100%;
    background-color: #ffffff;
    padding: 10px 0;
/*  border-top: 3px solid #e91e63;*/
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);       
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
    display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #2f328d;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
.header .open-nav-menu{
    height: 34px;
    width: 40px;
    margin-right: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header .open-nav-menu span{
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}
.header .open-nav-menu span:before{
    top:-7px;
}
.header .open-nav-menu span:after{
    top:7px;
}
.header .close-nav-menu{
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin:0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.header .close-nav-menu img{
    width: 16px;
}
.header .menu-overlay{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease;
}



/* responsive */

@media(max-width: 991px){
    .header .menu-overlay.active{
    visibility: visible;
    opacity: 1;
}
    .header .nav-menu{
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top:0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }
    .header .nav-menu.open{
        visibility: visible;
        right: 0px;
    }
    .header .menu > .menu-item{
        display: block;
        margin:0;
    }
    .header .menu > .menu-item-has-children > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .menu > .menu-item > a{
/*      color: #ffffff;*/
        padding: 12px 15px;
        border-bottom:1px solid #dcd8d8;
    }
    .header .menu > .menu-item:first-child > a{
        border-top: 1px solid #333333;  
    }
    .header .menu > .menu-item > a .plus:before, 
    .header .menu > .menu-item > a .plus:after{
        background-color: #ffffff;
    }
    .header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu{
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border:none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top:auto;
        max-height: 0;
        overflow: hidden;
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a{
        padding: 14px 45px 0 45px;
/*      color: #ffffff;*/
/*      border-bottom: 1px solid #333333;*/
    }
    .header .close-nav-menu,
    .header .open-nav-menu{
        display: flex;
    }
}
.menu
{
    display: flex;
}
.get-touch-btn
{
    background-color: #2f328d;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #2f328d;
    padding: 8px 10px;
    margin-left: 40px;
    margin-top: 0;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.get-touch-btn:hover
{
background-color: #fff;
color:#2f328d;
}
.title
{
    font-family: YesevaOne-Regular;
    text-align: center;
    letter-spacing: 2px;
    color: #2f328d;
    margin-bottom:20px;
    font-size: 40px;
    font-weight: 900;
}
.sub-title
{
    color: #585858;
        font-family:YesevaOne-Regular;
        font-size: 15px;
    text-align: center;
}
.sec-1
{
    padding:3em  0 1em 0;
}
.sec-height-100vh
{
      height: 90vh;
    padding: 1em 0 0 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.sec-2-r-h31 {
    font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    line-height: normal;
    letter-spacing: 1px;
}
.box-s1
{
    border-radius: 21px;
    padding:0px;
        display: flex;
        margin-top: 0px;
        flex-direction: column;
    justify-content: center;
    transition: 0.5s all;
    overflow: hidden;
}

.box-s1-img
{
      width: 100%;
    height: 45vh;
    transition: 0.5s all;
        overflow: hidden;
         border-radius: 21px;
    position: relative;
    padding:10px 10px 0px 10px;
}
.box-s1:hover .box-s1-img img
{
transform: scale(1.1);
}
.box-s1-img img
{

width: 100%;
height: 100%;
  transition: 0.5s all;
 border-radius: 21px;
    transition: 0.5s all;
    display: block;
object-fit: cover;
}
.img-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    overflow: hidden;
    position: relative;
}
.box-s1-1
{
    background-color: #d9cbbd;
}
.box-s1-2
{
    background-color: #f4b940;
}
.box-s1-3
{
    background-color: #7f8436;
}
.box-s1 h2
{
color: #2f328d;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 14px 0 14px 0;
    line-height: normal;
    text-align: center;
}
    .col-sm-41 {
        flex: 0 0 auto;
        width: 32.33333333%;
    }
    .jus-cnt
    {
        justify-content: space-between;
    }

    {
        font-family:Pretendard-SemiBold;
    }
    .sec-3
    {
        padding: 3em 0;
    }
    .sec-3-l
    {
            padding-right: 150px;
    }
    .sec-3-l h3
    {
        font-family: Pretendard-SemiBold;
    font-size: 30px;
    color: #000c41;
    line-height: 43px;
    letter-spacing: 1px;
    }
    .sec-div-1
    {
        margin-bottom: 10px;
    }
    .sec-3-r1-img img
    {
            width: 50px;
    display: block;
    margin: 0 auto;
 }  
    .sec-3-r1 h3
    {
    font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #000c41;
    line-height: normal;
    letter-spacing: 1px;
    }
     .sec-3-r1 p
    {
         font-family: 'Poppins', sans-serif;
         font-size: 15px;
         color: #000000;
         line-height: 28px;
         margin: 13px 0 13px 0;
    }
    .counters p
    {
        color: #2f328d;
    font-family: 'Poppins', sans-serif;
    font-size: 49px;
    font-weight: 600;
        margin: 0;
    }
    .counters
    {
        margin:40px 0 40px 0;
    }
    .count-text
    {
          font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #585858;
    font-weight: 500;
    }
    .sec-5-left
    {
        padding-right: 150px;
    }
    .sec-5-left h2
    {
            font-family: Pretendard-SemiBold;
    font-size: 30px;
    color: #000c41;
    line-height: 43px;
    letter-spacing: 1px;
    }
    .sec-7
    {
        padding:3em 0;
    }
    .sec-7-box
    {
        position: relative;
    }
    .sec-7-info
    {
        position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    /* font-family: Pretendard-SemiBold; */
    color: #fff;
    font-size: 15px;
    font-family: Pretendard-Medium;
    text-align: center;
    padding: 2em 0;
    }
      .sec-7-info h3
      {
        font-size: 20px;
      }
    .sec-7-box
    {
        border-radius: 20px;
    }
.sec-7-box img
{
    width: 100%;
border-radius: 20px;
}
.sec-5
{
    padding: 2em 0 2em 0;
}
.sec-7-box:after
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    right: 0;
    border-radius: 20px;
    height: 100%;
    left: 0;
    background:linear-gradient(to top, rgba(47,50,141,0.87), rgba(47,50,141,0.2), rgba(47,50,141,0.2));
    -webkit-background:linear-gradient(to top, rgba(47,50,141,0.87), rgba(47,50,141,0.2), rgba(47,50,141,0.2));
    -moz-background:linear-gradient(to top, rgba(47,50,141,0.87), rgba(47,50,141,0.2), rgba(47,50,141,0.2));
    -o-background:linear-gradient(to top, rgba(47,50,141,0.87), rgba(47,50,141,0.2), rgba(47,50,141,0.2));
}
.footer {
    background-color: #f0f1ff;
    padding: 3em 0 2em 0;
}
.footer-img
{
        width: 200px;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #2f328d;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.footer-bottom {
    background:#0e3274;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
}
.sn-nm {
    font-family: 'Poppins', sans-serif;
    color:#2f328d;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 101px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 30px;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #2f328d;
    margin-right: 6px;
}
.pic-1
{
    position: absolute;
    bottom: 0;
}
.c1 {
    margin-bottom: 16px;
}
.sn {
    color: #2f328d;
    font-size: 23px;
    line-height: 15px;
    margin-top: 6px;
}
.left-carr
{
    padding-right: 1em;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color:#2f328d;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.c1 {
    margin-bottom: 16px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #2f328d;
    color: #2f328d;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color:  #2f328d;
    font-size: 15px;
    font-weight: 400;
    transition: 0.6s all;
    line-height: 28px;
}
.foot-1 h2 {
   font-family: 'Poppins', sans-serif;
    color: #2f328d;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 19px;
}
.top-border
{
        border-top: 0.5px solid #fff;
        padding-top: 16px;
}
.relative-pos
{
    position: relative;
}
.fl-lt-list li {
    margin-bottom: 10px;
}
.sec-2-r h3 {
    font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    letter-spacing: 1px;
}
.left-s1
{
    display: flex;
    justify-content: space-between;
}
.sec-2-r p
{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
    margin:0;
}
.sec-2-r
{
    position: relative;
    background: #fafafa;
    border-radius: 20px;
    padding: 20px;
    height: 290px;
}
.img-l1-pic
{
    position: relative;
    right:0;
}
.left-sec-2-s1
{
    background: #2f328d;
    position: relative;
    border-radius: 24px 24px  24px;
}
.left-sec-2-s1:after
{
    content: '';
    position: absolute;
    width: 500px;
    background: #30328d;
    z-index: 1;
    width: 400px;
    height: 120px;
    bottom: 0;
    border-radius: 0 24px 24px 24px;
}
.left-sec-2-s1-img
{
    border-left: 30px solid #fff;
}
.left-sec-2-s1 p {
   font-family: Pretendard-SemiBold;
    font-size: 23px;
    color: #fff;
    line-height: normal;
    letter-spacing: 1px;
    position: relative;
    z-index: 11;
    padding: 20px 20px;
}
.left-sec-2-s1:before {
  content: '';
    position: absolute;
    bottom: 121px;
    background: transparent;
    width: 20px;
    height: 20px;
    right: -19px;
    border-radius: 0px 0 20px 0px;
    box-shadow: 10px 10px 0 10px #30328d;
    z-index: 11;
    transform: rotate(96deg);
}
.sec-2-r .img-l1-pic img
{
    width: 140px;
    position: absolute;
    right: -19px;
    /* bottom: 0; */
    margin-top: 19px;
}
.get-touch-btn-1
{
background-color: #2f328d;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #fff;
    padding: 8px;
    margin-left: 0;
    margin-top: -11px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: absolute;
    left: 228px;
    z-index: 11;
    width: 144px;
    /* top: 0; */
    text-align: center;
}
.get-touch-btn-1:hover
{
background-color: #fff;
color:#2f328d;
}
.get-touch-btn-2
{
    background-color: #fff;
    color:#000000;
    transition: 0.5s all;
    border: 1px solid #d9342f;
    padding: 8px;
    margin-left: 0px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
        position: absolute;
    bottom: 24px;
}
.get-touch-btn-2:hover
{
background-color: #d9342f;
color:#fff;
}
.sec-2-s2
{
    border:2px solid #2f328d;
    border-radius: 20px;
        overflow: hidden;
        margin: 2em 0 2em 0;
}
.sec-t1
{
     font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    letter-spacing: 1px;
}
.d-cnt
{
        display: flex;
    justify-content: center;
    align-items: center;
}
.sec-2-cnt
{
    padding-right: 60px;
        border-right: 1px solid #30328d;
}
.cnt-info
{
        display: flex;
    justify-content: center;
    align-items: center;

}
.client-logo
{
    padding:3em 0 2em 0;
}
.info
{
        font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
    margin: 0;
}
.client-logo
{

}
.client-logo .owl-prev img, .owl-next img {
    width: 20px;
}
.client-logo .owl-carousel .owl-nav button.owl-next {
 
        border-radius: 50%;
    color: #020000;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -50px;
  top: 20px;
}
.client-logo .owl-carousel .owl-nav button.owl-next span
{
   position: relative;
    top: -4px;
}
.client-logo .owl-carousel .owl-nav button.owl-prev {
 
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -50px;
    top: 20px;
}
.client-logo .owl-carousel .owl-nav button.owl-prev span
{
   position: relative;
    top: -4px;
}
.main-wrapper
{
    margin:0px 0 4em 0;
}
.login-div-info
{
        padding: 1em 2em;
}
.abt-s1
{
    padding-left: 10px;
}
.info-1
{
color: #585858;
font-size: 15px;
line-height: 28px;
margin-bottom: 4px;
font-family: 'Poppins', sans-serif;
}
.h2-head
{
        font-family: Pretendard-SemiBold;
    font-size: 30px;
    color: #000c41;
    line-height: 43px;
    letter-spacing: 1px;
}
.h2-subhead
{
    font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #000c41;
    line-height: 32px;
    letter-spacing: 1px;
}
.vision-div
{
    margin:1em 0 3em 0;
}
.abt-v1
{
    margin-top: 2em;
}
.div-info
{
    margin-top: 20px;
}
.login-btn
{
    background-color: #2f328d;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #2f328d;
    padding: 8px 34px;
    margin-left: 0px;
    margin-top: 0;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.login-btn:hover
{
background-color: #fff;
color:#2f328d;
}

.abt-s2
{
    padding-right: 20px;
}
.abt-v1-info p
{
font-family: Pretendard-SemiBold;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    letter-spacing: 1px;
}
.abt-v1-info
{
    padding-left: 30px;
}
.abt-sec-2
{
    margin-top:4em;
}
.sub-title_2 {
    color: #2f328d;
    font-family: YesevaOne-Regular;
    font-size: 15px;
    text-align: center;
}
.login-box .form-control {
    display: block;
    width: 100%;
    padding: 12px 18px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7a7a7a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 2px solid #9092c2;
    border-radius: 11px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  .form-check-input {
    border: 2px solid #9092c2;
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #9092c2;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
/*pro*/
.pro-Launch-box {
    width: 100%;
    background-color: #fafafa;
    margin-bottom: 30px;
    overflow: hidden;
    /* height: 280px; */
}
.product-name
{
   font-size: 21px;
    color: #2f328d;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 500;
    margin:0px 0 30px 0;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb {
        width: 100%;
    /* bottom: -22px; */
    margin: 0;
    display: flex;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0 0 40px 0;
    font-family: 'Poppins', sans-serif;
}
.client-box-box img
{
    filter:hue-rotate(3deg);
}
.fliter-chk
{
    margin-bottom: 10px;
     color: #2f328d;
     font-size: 16px;
     font-family: 'Poppins', sans-serif;
}
.left-pro .accordion-button
{
       color: #2f328d;
     font-size: 16px;
     font-family: 'Poppins', sans-serif; 
}
.left-pro .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border-bottom: 1px solid #c6c6c6;
}
.breadcrumb-item+.breadcrumb-item::before {
      display: inline-block;
    padding-right: 0.7rem;
    color: #303d52;
    content: ">";
    font-size: 17px;
    top: -2px;
    position: relative;
    padding-left: 0.7rem;
}
.product-head {
    font-size: 18px;
    color: #2f328d;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 500;
    margin:0 0 20px 0;
    font-family: 'Poppins', sans-serif;
}
.d-end
{
    display: flex;
    justify-content: flex-end;
}
.btn-secondary
{
    background: #8e9093;
    border: 1px solid #8e9093;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 7px 20px;
}
.breadcrumb-item a  {
    color: #303d52;
    font-size: 15px;
     font-family: "Poppins", sans-serif;
}

.breadcrumb-item .active
{
 color: #303d52;
    font-size: 15px;
     font-family: "Poppins", sans-serif;
}
.breadcrumb-item.active {
    color: #303d52;
}
.pro-Launch-img {
    width: 100%;
    height: 250px;
       display: flex;
       background: #e6e6e6;
/*    aspect-ratio: 6 / 6;*/
    justify-content: center;
    align-items: center;
}
.pro-Launch-box
{
        border-radius: 4px;
        overflow: hidden;
    border: 1px solid #e4e4e4;
}
.pro-Launch-img img

{
    width: 100%;
        object-fit: contain;
    height:100%;
}
.pro-Launch-info {
    background-color: #f2f2f2;
    padding: 14px;
}
.pro-Launch-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
    margin: 0;
    text-align: center;
    font-weight: 550;
}
/**/
.form-group
{
    margin-bottom: 20px;
}
.login-box label
{
color: #585858;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
}
.login-txt
{
        text-align: center;
    font-family: Pretendard-SemiBold;
    font-size: 32px;
    color: #000c41;
    line-height: 43px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.abt-v1-img img
{
    width: 60px;
    display: block;
    margin:0 auto;
}
.mission-div
{
    margin: 2em 0;
}
.product-item-box-1
{
    background-color: #a0a1cb;
    border-radius: 25px;
    padding:30px 20px;
    height: 100%;
    transition: 0.5s all;
}
.product-item-box-1 h3
{
font-family: Pretendard-SemiBold;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.6px;
}
.product-item-box-1 p
{
    color: #fff;
font-size: 15px;
line-height: 28px;
text-align: center;
margin-top: 4px;
margin-bottom: 0;
font-family: 'Poppins', sans-serif;
}
.product-item-box-1:hover
{
    background-color: #2f328d;
}
.product-item-box-1-btm
{
margin-top: 20px;
}
.add-div
{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d6d6d6;
}
.line
{
    background-color: #2f328d;
    height: 3px;
    width: 160px;
    margin:6px 0 16px 0;
}
.info-21
{
    color: #d9322e;
    font-size: 18px;
    line-height: 28px;
    font-weight: 550;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
}
.cont-div-right
{
    background-color: #2f328d;
    padding:3em;
}
.cont-div-right .form-label
{
 font-family: 'Poppins', sans-serif;
 color: #fff;
 margin-top: 12px;
}
.down-arrow-sec
{
    margin:14px 0 0px 0;
}
.sec-2
{
    padding:0 0;
}
.cont-div-right .form-control {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f8f6f6;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.sub-btn
{
    background-color: #d9322e;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #d9322e;
    padding: 8px 24px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 26px;
    letter-spacing: 0.5px;
    display:block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: center;
    width: 200px;
}
.sub-btn:hover
{
background-color: #fff;
color:#d9322e;
}
.scroll-btn {
  background-color: rgb(47, 50, 141);
  border-radius: 100px;
  box-shadow: 0px 8px 18px rgba(47, 50, 141, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
   width: 30px;
  height: 48px;
}

.down-arrow {
  width: 20px; /* adjust based on your image size */
  animation: bounce 2s infinite;
  position: relative;
}

@keyframes bounce {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
.New-Launch-box
{
    background-color: #fafafa;
}
.New-Launch-info
{
    background-color: #f2f2f2;
    padding: 14px;
    height: 78px;
}
.New-Launch-box
{
        width: 100%;
    height: 280px;
}
.product-sec .owl-carousel .owl-stage-outer {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 380px;

    -webkit-transform: translate3d(0, 0, 0);
}
.New-Launch-img img
{

}
.btn-flex
{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.product-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2f328d;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #2f328d;
    padding: 8px 14px;
    margin-left: 0;
    margin-top: 0;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.product-sec .nav-pills .nav-link{
    background-color: #fff;
    color: #2f328d;
    transition: 0.5s all;
    border: 1px solid #2f328d;
    padding: 8px 14px;
    margin-left: 10px;
    margin-top: 0;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.product-sec .nav-pills .nav-link:hover
{
     background-color: #2f328d;
    color: #fff;
}
.product-sec
{
    margin-bottom: 3em;
}
.New-Launch-img
{
 width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.New-Launch-info p
{
        font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
    margin:0;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec-news {
    position: relative;
    background: #fafafa;
    border-radius: 20px;
    padding: 20px;
    height: 330px;
}
.sec-news h3 {
    font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    letter-spacing: 1px;
}
.sec-news p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
    margin: 0;
}
.get-touch-btn-22
{
    background-color: #fff;
    color:#000000;
    transition: 0.5s all;
    border: 1px solid #d9342f;
    padding: 8px;
    margin-left: 0px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
   
}
.events-sec-2-s1 {
    background: #2f328d;
    position: relative;
    border-radius: 24px 0px 24px 24px;
    padding: 30px;
      height: 330px;
}
.events-sec-2-s1 h3
{
        font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #fff;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.h1t1
{
      font-family: Pretendard-SemiBold;
    font-size: 18px;
    color: #fff;
    margin:10px 0 4px 0;
}
/*.events-sec-2-s1:after
{
        content: '';
    position: absolute;
    width: 500px;
    background: #fff;
    z-index: 1;
    width: 211px;
    height: 80px;
    bottom: -5px;
    right: -5px;
    border-radius: 20px;
}*/
.curve-bx
{
    position: relative;
    z-index: -1;
}
.curve-bx:before
{
     content: '';
    position: absolute;
    top: 218px;
    background: transparent;
    width: 20px;
    height: 20px;
    left: 1px;
    border-radius: 0px 0 20px 0px;
    box-shadow: 10px 10px 0 10px #30328d;
    z-index: 11;
    transform: rotate(181deg);
}
.div-info-plant
{
    margin:2em 0 2em 0;
}
.abt-s21-2
{
     border:1px solid #ccc;
    padding:10px;
    border-radius: 8px;
}
.curve-bx
{
    background-color: #000;
}
.left-bx-sq
{
    position: absolute;
    height: 400px;
    width: 100%;
    background: #fff;
}
.left-s1
{
    position: relative;
}
.cnt-btn
{
         position: absolute;
    bottom: 24px;
    width: 100%;
        display: flex;
    justify-content: center;
}
.get-touch-btn-22:hover
{
background-color: #d9342f;
color:#fff;
}
.pl-0dm
{
    padding-right: 0;
}
.main-event-1 p
{
width: 53vw;
}

.curve-bx {
    background-color: #000;
    background-color: #30328d;
    height: 218px;
    padding: 0;
    border-radius: 0 24px 24px 0;
    position: relative;
    left: -13px;
}
.get-touch-btn-47
{
    background-color: #2f328d;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #2f328d;
    padding: 11px 34px;
    margin-left: 40px;
    margin-top: 0;
    letter-spacing: 0.5px;
    display: block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: absolute;
    bottom: 35px;
    right: 13px;
}
.get-touch-btn-47:hover
{
background-color: #fff;
color:#2f328d;
}
.our-team-bx
{
    padding:3em 0 5em 0;
}
.testi-box
{
    background-color: #fafafa;
    padding:2em;
    border-radius: 20px;
    height:100%;
}
.test-nm
{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0;
}
.test-dis
{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    margin: 2px 0 0 0;
}
.mt-lg-20px
{
    margin-bottom: 20px;
}
.test-img
{
      border-radius: 16px;
      width: 55px;
      height: 55px;
      background-color: #ccc;
}
.test-img img
{
 border-radius: 16px;
 height: 100%;
}
.testi-box-info
{
    height: 250px;
    margin-bottom: 20px;
    overflow-y: scroll;
}
.testi-box-info p
{
text-align: justify;
}
.test-img .owl-carousel .owl-item img
{
width: 100%;
}
.product-item-box
{
margin-top: 1em;
}

.testi-box.active-item {
  background-color: #3a4aff; /* highlighted active item */
}
.certificate-bx-img
{
width: 100%;
height: 250px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding:4px;
}
.certificate-bx-img img
{
width: 100%;
height: 100%;
object-fit: cover;
}
.cert-h3 {
    font-family: Pretendard-SemiBold;
    font-size: 17px;
    color: #000c41;
    text-align: center;
    line-height: normal;
    letter-spacing: 1px;
    margin:20px 0 10px 0;
}
.cert-h4 {
    font-family: Pretendard-SemiBold;
    font-size: 20px;
    color: #000c41;
    line-height: normal;
    letter-spacing: 1px;
    margin:30px 0 14px 0;
}
.key-list
{
    color: #585858;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 6px;
    margin-left: 25px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}
.key-list li
{
list-style-type: none;
margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
    list-style-type: none;
}
.key-list li:before {
    position: absolute;
    left: -14px;
    height: 6px;
    width: 6px;
    display: block;
    font-size: 22px;
    background-color: #d40c12;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    top: 11px;
}
.certificate-bx
{
    height: 100%;
    margin-top: 20px;
}
@media only screen and (max-width: 820px) 
{
.box-s1-img {
    width: 100%;
    height: 20vh;
    transition: 0.5s all;
    overflow: hidden;
    border-radius: 21px;
    position: relative;
    padding: 10px 10px 0px 10px;
}
.our-team-bx
{
    padding:0em 0 3em 0;
}
.hide-desktop-sec
{
    display: block;
}
.menu {
    display: block;
}
.sec-height-100vh {
    height: auto;
    padding: 2em 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.get-touch-btn-1 {
    background-color: #2f328d;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #fff;
    padding: 8px;
    margin-left: 0;
    margin-top: -80px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: absolute;
    left: 180px;
    z-index: 11;
    width: 144px;
    /* top: 0; */
    text-align: center;
}
.left-sec-2-s1:after {
    content: '';
    position: absolute;
    width: 500px;
    background: #30328d;
    z-index: 1;
    width: 353px;
    height: 120px;
    bottom: 0;
    border-radius: 0 24px 24px 24px;
}
.sec-3-l {
    padding-right: 10px;
}
.sec-5-left {
    padding-right: 0;
}
.sn-nm {
    font-family: 'Poppins', sans-serif;
    color: #2f328d;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0;
    display: none;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    flex-direction: column;
}
.flx-dir
{
        display: flex;
    flex-direction: column-reverse;
}
.abt-sec-2 img
{
margin:10px 0 0px 0;
}
.abt-sec-1 img
{
margin:10px 0 0px 0;
}
.abt-sec-2 {
    margin-top: 2em;
}
.alert
{
    margin: 0;
    padding: 0;
}
.cont-div-right {
    background-color: #2f328d;
    padding: 2em;
    margin-top: 24px;
}
.g-recaptcha
{
    margin-top: 1em;
}

}
@media only screen and (max-width: 600px) 
{
.col-sm-41 {
    flex: 0 0 auto;
    width: 100%;
}
    .box-s1-img {
        width: 100%;
        height: 300px;
        transition: 0.5s all;
        overflow: hidden;
        border-radius: 21px;
        position: relative;
        padding: 10px 10px 0px 10px;
    }
    .plants-right
    {
        margin-top: 24px;
    }
    .plants-left .nav-pills .nav-link.active > em {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 25.5px solid transparent;
    border-bottom: 25.5px solid transparent;
    border-left: 25px solid #30328d;
    z-index: 10;
    display: none;
}
    .box-s1
    {
        margin-bottom: 2em;
    }
    .left-sec-2-s1 p {
    font-family: Pretendard-SemiBold;
    font-size: 17px;
    color: #fff;
    line-height: normal;
    letter-spacing: 1px;
    position: relative;
    z-index: 11;
    padding: 20px 20px;
}
.left-s1 {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 30px 30px;
}
.left-sec-2-s1 {
    background: #2f328d;
    position: relative;
    border-radius: 24px 24px 24px;
}
.left-sec-2-s1-img {
    border-left: 11px solid #fff;
    /* object-fit: contain; */
    position: relative;
    top: 0;
    border-radius: 30px 30px 30px 30px;
    width: 100%;
}
.sec-3-l {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .counters {
    margin: 20px 0 20px 0;
}
.sec-2-cnt {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-right: none;
}
.sec-2-s2 {
    border: 2px solid #2f328d;
    border-radius: 20px;
    overflow: hidden;
    margin: 2em 0 2em 0;
    padding-bottom: 2em;
}
.sec-3-r1
{
    padding-left: 12px;
}
.sec-5-left
{
    margin-bottom: 26px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #2f328d;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.footer-img {
    width: 100%;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #2f328d;
    color: #2f328d;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.sec-7-box {
    border-radius: 20px;
    margin-bottom: 2em;
}
.sec-7 {
    padding: 1em 0 1em 0;
}
.curve-bx {
    background-color: #000;
    background-color: #30328d;
    height: 218px;
    padding: 0;
    border-radius: 0 24px 24px 0;
    position: relative;
    left: -13px;
    width: 113px;
}
.events-sec-2-s1 {
    background: #2f328d;
    position: relative;
    border-radius: 24px 0px 24px 24px;
    padding: 30px;
    height: 296px;
}
.get-touch-btn-47 {
    background-color: #2f328d;
    color: #fff;
    transition: 0.5s all;
    border: 1px solid #2f328d;
    padding: 11px 15px;
    margin-left: 40px;
    margin-top: 0;
    letter-spacing: 0.5px;
    display: block;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.pl-4
{
    padding-left: 20px;
}
.soc-lin {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 12px;
}
.sec-5-left h2 {
    font-family: Pretendard-SemiBold;
    font-size: 27px;
    color: #000c41;
    line-height: normal;
    letter-spacing: 1px;

}
.footer-link
{
    text-align: center;
    margin: 0;
}
.abt-s1 {
    padding-left: 0;
}
.footer-link4 {
    text-align: center;
}
.abt-sec-2 {
    margin-top: 1em;
}
.abt-sec-2 img
{
margin:10px 0 20px 0;
}
.abt-sec-1 img
{
margin:10px 0 20px 0;
}
.info-1 {
    color: #585858;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
.flx-dir
{
        display: flex;
    flex-direction: column-reverse;
}
.abt-s2 {
    padding-right: 0;
}
.product-item-box-1-btm {
    margin-top: 0;
    margin-bottom: 27px;
}
.product-item-box-1 p {
    color: #fff;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.cont-div-right {
    background-color: #2f328d;
    padding: 2em;
    margin-top: 24px;
}
.g-recaptcha
{
    margin-top: 1em;
}
.alert
{
    margin: 0;
    padding: 0;
}
.title {
    font-family: YesevaOne-Regular;
    text-align: center;
    letter-spacing: 1px;
    color: #2f328d;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 900;
}
.client-logo .owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 20px;
}
.sec-news {
    position: relative;
    background: #fafafa;
    border-radius: 20px;
    padding: 20px;
    height: auto;
    margin-top: 30px;
}
.client-slide  {
    position: relative;
    padding: 0 34px;
 
}
.client-logo .owl-carousel .owl-nav button.owl-prev {
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: 0;
    top: 20px;
}
.client-logo {
    padding: 2em 0 0em 0;
}
.cnt-btn {
    position: absolute;
    bottom: 24px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    left: 0;
}
.counters p {
    color: #2f328d;
    font-family: 'Poppins', sans-serif;
    font-size: 39px;
    font-weight: 600;
    margin: 0;
}
.product-sec {
    margin-bottom: 0;
}
.sec-3-l h3 {
    font-family: Pretendard-SemiBold;
    font-size: 26px;
    color: #000c41;
    line-height: normal;
    letter-spacing: 1px;
}
.test-img img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}
.get-touch-btn {
 background-color: #2f328d;
        color: #fff;
        transition: 0.5s all;
        border: 1px solid #2f328d;
        padding: 8px 10px;
        margin-right: 0;
        margin-left: auto;
        margin-top: 0px;
        letter-spacing: 0.5px;
        display: block;
        border-radius: 100px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
}
.mob-w-100px
{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sec-3 {
    padding: 3em 0 2em 0;
}
.hide-br br
{
    display: none;
}
   .header-main .get-touch-btn {
        background-color: #2f328d;
        color: #fff;
        transition: 0.5s all;
        border: 1px solid #2f328d;
        padding: 8px 10px;
        margin-right: 0;
        margin-left: 65px;
        width: auto;
        margin-top: 30px;
        letter-spacing: 0.5px;
        display: inline-block;
        border-radius: 100px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    .right-pro-details {
    padding-left: 0;
}
#New-Launch .owl-carousel .owl-nav button.owl-prev {
    background-color: #f1f1f1;
    border-radius: 50%;
    color: #da0a05;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: relative;
    left: 0;
    top: 0;
}
#New-Launch .owl-carousel .owl-nav button.owl-next {
    background-color: #da0a05;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: relative;
    right: 0;
    top: 0;
}
#New-Launch .owl-nav
{
        display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.our-team-bx .owl-nav
{
        display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.our-team-bx .owl-carousel .owl-nav button.owl-prev {
    background-color: #f1f1f1;
    border-radius: 50%;
    color: #da0a05;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
   position: relative;
    right: 0;
    top: 0;
}
.our-team-bx .owl-carousel .owl-nav button.owl-next {
    background-color: #da0a05;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
     position: relative;
    right: 0;
    top: 0;
}

}

