@import url('https://fonts.googleapis.com/css?family=Poppins');

/*---navigation Section start------*/
/*--navbar1-----*/

/*  */

.m-lang-section select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    /* background: #5c6664; */
    background: #f5f5f5;
    background-image: none;
    flex: 1;
    padding: 0 .6rem;
    color:#2b2e2e;
    cursor:pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
 }
 .m-lang-section select::-ms-expand {
    display: none;
 }
 .m-lang-section .select {
    position: relative;
    display: flex !important;
    width: 53px;
    height: 58px;
    line-height: 4.15;
    /* background: #5c6664; */
    background: #f5f5f5 ;
    overflow: hidden;
    /* border-radius: .25em; */
    align-items: center;
    transition:.3s all ease;
 }
 /* .m-lang-section .select:hover {
    background: #9bafab;
 } */
 .m-lang-section #wrapper{
    display: flex;
    align-items: center;
 }

 .m-lang-section .select::after {
    content: '\f078';
    position: absolute;
    top: 0;
    right: 0;
    padding:  0rem .6rem 0rem .6rem;
    /* background: #2b2e2e; */
    background: transparent;
    cursor:pointer;
    pointer-events:none;
    transition:.3s all ease;
    font-size: 14px;
    font-family: 'FontAwesome';
    /* color: transparent; */
    color: #2b2e2e;
 }
 .m-lang-section .select.active::after {
    transform: rotate(180deg);
 } 
 .lang-wrapper {
    position: absolute;
    top: 0px;
    right: 53px;
}


/*  */
body {
    font-family: poppins;
}
body p {
    line-height: 1.8;
    color: #616161;
}
.money-nav .nav-wrapper .navbar{
    padding:0px 0px 0px 10px;
 }
 .money-nav .nav-wrapper .background-color{
    background-color: #ffffff;
    box-shadow: 0px 3px 5px -5px #212121;
    -webkit-box-shadow: 0px 3px 5px -5px #212121;
}

.money-nav .nav-wrapper a img {
    height: 3rem !important;
    width: auto;
    padding-left: 10px;
}

.money-nav .nav-wrapper .navbar li{
    border-right: 1px solid rgba(0, 0, 0, 0.055) ;
    border-left: 1px solid rgba(0, 0, 0, 0.055) ;
 }
 .money-nav .nav-wrapper .nav-item .nav-link{
    font-size: .9rem;
    padding:18px 26px 18px 26px;
    font-weight: 600;
    color: #212121;
    transition: .2s ease;
}
.money-nav .nav-wrapper .nav-item .nav-link:hover {
    background: #46bd4c;
    color: #fff;
}
/* .nav-wrapper .navbar .nav-item {
    color: #212121 !important;
} */
.money-nav .nav-wrapper ul .nav-item {
    padding: 0;
}

/* .money-nav .nav-wrapper .lang-links .active{
    background-color:#46BD4C ;
    color: #fff !important;
}
.money-nav .nav-wrapper .lang-links .nav-item .nav-link:hover{
    background-color:#46BD4C ;
    color: #fff !important;
} */

/* .money-nav .nav-wrapper .lang-links {
    background-color: aquamarine !important;
} */

.nav-wrapper .search{
    padding: 0px;
}


.money-nav  .nav-wrapper .lang-links{
    padding-left: 10px;
    padding-right: 10px;
}

.money-nav  .nav-wrapper .btn {
    border: 1px solid rgba(0, 0, 0, 0.08);
    outline: none;
    padding: 5px 9px;
    background-color: #fff;
    font-size: 12px;
    border-radius: 50%;
    margin: 0 1px;
    position: relative;
    /* top: 13px; */
  }
  .money-nav  .nav-wrapper .eng-btn{
    padding: 5px 11px;
  }
  /* Style the active class, and buttons on mouse-over */
  .money-nav .nav-wrapper   .border-line .active {
    background-color: #46BD4C;
    color: #fff;
  }
  .money-nav  .nav-wrapper .btn:hover{
    background-color: #46BD4C;
    color: #fff;
  }
   .money-nav  .nav-wrapper .border-line{
    padding: 0px 14px;
  } 

/*--Navbar Section end------*/

/* Language Selection Style */
.mobile-hide-lang{
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.055);
    border-left: 1px solid rgba(0, 0, 0, 0.055);
}

.mobile-hide-lang ul{
    padding: 0 5px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.mobile-hide-lang ul li{
    border: 1px solid rgba(0, 0, 0, 0.08);
    outline: none;
    padding: 5px 7px;
    background-color: #fff;
    font-size: 12px;
    border-radius: 50%;
    margin: 0 1px;
    cursor: pointer;
    transition: .3s ease;
    margin: 0px 3px;
}
.mobile-hide-lang ul .lang-item-en{
    padding: 5px 9px ;
}
.mobile-hide-lang ul li a{
    color: #212121;
    text-decoration: none;
    padding: 2px;
    transition: .3s ease;
}
.mobile-hide-lang ul .lang-item-si, .mobile-hide-lang ul .lang-item-ta{
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    outline: none;
    padding: 5px 7px;
    background-color: #fff;
    font-size: 12px;
    border-radius: 50%;
    margin: 0 1px;
    cursor: pointer;
    transition: .3s ease;
    margin: 0px 2px;
}
.mobile-hide-lang ul li:hover{
    border: 1px solid #46BD4C;
    background-color: #46BD4C;
    color: #FFF;
    
}
.mobile-hide-lang ul li:hover a{
    color: #FFF;
}
.mobile-hide-lang ul .current-lang{
    background-color: #46BD4C;
    color: #FFF;
}
.mobile-hide-lang ul .current-lang a{
    color: #FFF;
}
/* .mobile-hide-lang ul .current-lang{
    background-color: #46BD4C;
    color: #FFF;
} */
/* Language Selection Style */

/*--Carousel Section Started------*/
.slides-section .carousel-control-prev span{
    font-family: FontAwesome !important;
}
.slides-section .carousel-control-next span{
    font-family: FontAwesome !important;
}
.slides-section a span {
    font-size: 2rem !important;

}
/* .carousel-item {
    height: 60vh;
    min-height: 450px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 5px;
    /* background-color: #46bd4c;
    border: 1px solid #46bd4c; */
}

.slides-section .carousel-caption {
    text-align: left;
    max-width: 600px;
    top: 60%;
    transform: translateY(-50%);
    bottom: initial;
}


.slides-section .carousel-caption p {
    color: #FFF;
}

.slides-section .carousel-caption .btn {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 48px;
    padding: 6px 20px;
    background-color: #46bd4c;
    color: #fff;
    padding: 10px 30px;
}

.slides-section .carousel-caption .btn:hover {
    background-color: #04204e;
    border: 1px solid #04204e;
    transition: .3s ease;
}

.slides-section .blue-background {
    background-color: #0056B7;
}

.slides-section .blue-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    padding: 15px 25px 15px 15px;
    height: 90px;
    width: 370px;
    border-radius: 15px 0 0 0;
}

.slides-section .blue-bar p {
    font-size: 1rem;
}

.slides-section .blue-bar .p2 {
    font-size: 1.3rem;
}

.slides-section .blue-bar h3 {
    font-size: 2.5rem;
}

.slides-section .box-text {
    font-size: 2.2rem;
    font-weight: 600;
    /* float: right;
    position: relative;
    bottom: 10px; */
}
/*--Carousel Section end------*/


/*--Find Product  Section Startec-----*/
.find-product .bg-image{
    background-image: url('../assets/images/Stock-images/market-background.jpg');
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.find-product .content-area {
    padding: 36px 16px 16px 16px;
}
.find-product .container-fluid{
    padding: 0;
}
.find-product .content-area .header-text {
    color: #04204e;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 16px;
    text-align: center;

}
.find-product .content-area .txt{
    color: #616161;
    line-height: 36px;
    text-align: center;
}



.find-product .content-area a {
    text-decoration: none;
}

.find-product .content-area .col-custom {
    padding: 5px 6px;
}
.find-product .content-area .col-custom-1 {
    width: 3px;
}
.find-product .content-area .custom-img img {
    width: 48px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.find-product .content-area .custom-img .img-2  {
       display: none;
}

/* .find-product .content-area .text h3{
    text-align: center;
    color: #212121;
    font-weight: 600;
    padding-top: 16px;
} */
.find-product .content-area .text{
    text-align: center;
    color: #212121;
    font-weight: 600;
    padding-top: 16px;
}
.find-product .content-area .bg {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    border-radius: 50%;
    margin: 0 auto;
    width: 121px;
    height: 121px;
    line-height: 120px;
}

.find-product .content-area a:hover .bg {
    background-color: #46BD4C;
    transition: .3s ease;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
}

.find-product .content-area a:hover .img-1 {
    display: none;
    transition: .3s ease;
}
.find-product .content-area a:hover .img-2 {
    display: block;
    transition: .3s ease;

}
.find-product .custom-row{
    margin: 0;
}

/* .find-product .content-area a:hover h3 {
    color: #46BD4C !important;
    text-decoration: none;
    transition: .3s ease;
    font-weight: 600;
} */
.find-product .content-area a:hover span {
    color: #46BD4C !important;
    text-decoration: none;
    transition: .3s ease;
    font-weight: 600;
}
/*--Find Product  Section end------*/

/*---Welcome Section Start---*/

.mobile-show{
    display: none;
}
.welcome-section .welcome-text {
    text-align: left;
    vertical-align: middle;
    padding: 10%;
}

.welcome-section .background-wrapper .custom-col-2 {
    padding: 0px !important;
}
.welcome-section .background-wrapper .custom-row {
    height: 100%;
}
.welcome-section .background-wrapper{
    background-color: #fafafafa;
}

.welcome-section .welcome-text h2 {
    font-size: 2rem;
    margin-bottom: 24px;
    font-weight: 600;
}

.welcome-section .welcome-text .desc-style {
    color: #616161;
    font-size: 1rem;
    margin-bottom: 24px;
    line-height: 2.25rem;
}


.welcome-section .welcome-text .btn {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 10px 30px;
    color: #fff;
    margin-top: 16px;
}

.welcome-section .welcome-text .bg-blue:hover {
    color: #ffffff;
    background-color: #04204e !important;
    transition: .3s ease;
}

/*---Welcome Section End---*/

/*---Welcome Section End---*/
/*----news section */

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.news-wrapper {
    position: relative;
    border-radius: 5px;
}

.news-section h2{
    font-size: 28px;
    color: #212121;
}
.news-wrapper .head{
    font-size:22px;
}
.news-wrapper p{
    font-size:1rem;
    color: #212121;
    line-height: 30px;
}
.news-wrapper span{
    font-size:1rem;
}
.news-inner {
    border-radius: 5px;
    overflow: hidden;
}
.news-section a{
    color: #212121;
    text-decoration: none;
}
.news-image {
    min-height: 160px !important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.news-content-wrapper {
    padding: 15px;
}
.date {
    color: #616161;
    font-size: 12px;
}

.news-section .arrow{
    padding-bottom: 36px;
}
.home-slider {
    display: flex;
    flex-wrap: wrap;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background:#212121 !important;
}
.owl-theme .owl-dots .owl-dot span{
    background:rgb(230, 230, 230) !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    padding-bottom: 1rem;
}

.footer-section-2 .text-left{
        text-align: left!important;
        padding: 0;
}

/*----------Media query.........*/
@media (min-width: 992px) {
   .m-lang-section {
        display: none;
    }
}
@media (max-width: 360px) {
.welcome-section .welcome-text h2 {
    font-size: 23px !important;
}
/* .welcome-section .background-wrapper .image{
    height: 28vh;

} */
}


@media (max-width: 600px) {
    /* .welcome-section .background-wrapper .image{
        height: 30vh;
        min-height: unset;
    
    } */
    .welcome-section .welcome-text h2 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 24px;

    }

    .welcome-section .welcome-text p {
        font-size: 16px;

    }
    .welcome-section .welcome-text .btn {
        font-size: .8rem;
        font-weight: 500;
        /* margin-bottom: 48px; */
        padding: 10px 30px;
        color: #fff;
    }

    /* .welcome-section .welcome-text {
        padding-top: 8vh;
        padding-left: 5%;
        text-align: left;
        padding-right: 5%;
    } */
}

 @media (max-width: 768px) {
    

    .welcome-section .py-5 {
        padding: 18px 0 !important;
    }

     .welcome-section .welcome-text h2 {
        font-size: 1.5rem !important;
        line-height: 36px !important;
        margin-bottom: 20px;
    }

    .welcome-section .welcome-text p {
        font-size: 16px;
        line-height: 28px;
    }

    .welcome-section .welcome-text .btn {
        font-size: .7rem;
    }

    /*--welcome section end---*/


    /* .welcome-section .background-wrapper .image{
        height: 40vh;
    } */
    .find-product .content-area {
        padding: 16px 16px 16px 16px;
    }
}

@media (max-width: 992px) {
    .money-nav .nav-wrapper .nav-item .nav-link:hover {
        background:transparent;
        color: #46bd4c;
    }
    .find-product{
        padding-bottom:1rem;
    } 
    .carousel-indicators li {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 5px;
        position: relative;
        bottom: -15px;
    }
    
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 5px;
        /* border: 1px solid #fff;  */
    }
    .welcome-section .welcome-text .btn {
        font-size: .8rem;
        font-weight: 500;
        margin-bottom: 16px;
        padding: 10px 30px;
        color: #fff;
        margin-top: 16px;
    }
    .welcome-section .welcome-text .desc-style {
        color: #616161;
        font-size: 1rem;
        margin-bottom: 16px;
        line-height: 1.8rem;
    }
    .welcome-section .welcome-text h2 {
        font-size: 1.5rem !important;
        line-height: 36px !important;
        margin: 16px 0;
       
    }
    .mobile-show  {
        display: block;
   }
   .box-shadow{
    /* box-shadow: 0px 4px 16px #00000014; */
    box-shadow: 0px 10px 16px -10px #00000014;
   }
   .desktop-show  {
    display: none;

}

    .money-nav .nav-wrapper .navbar {
        padding: 0px 0px 0px 0px;
    }
    .nav-wrapper .navbar {
        padding: 0px 0px 0px 0px;
    }

.nav-wrapper .navbar-toggler {
  outline: none;
}
    /* .money-nav .nav-wrapper .background-color {
        background-color: #ffffff;
        box-shadow: 0px 3px 5px -5px #212121;
        -webkit-box-shadow: 0px 3px 5px -5px #212121;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 22;
    } */
    /* .nav-wrapper .background-color {
        background-color: #ffffff;
        box-shadow: 0px 3px 5px -5px #212121;
        -webkit-box-shadow: 0px 3px 5px -5px #212121;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 22;
    } */
    .navigation-section ul .nav-item, .search {
        padding: 0.5rem 1rem .5rem 1rem;
    }
    .navbar-nav {
        height: 100vh;
    }
    .mobile-hide-lang{
        display: none;
    }
}

 @media (max-width: 1024px) {
    /* .welcome-section .welcome-text {
        padding-top: 5.5vh;
    } */
    .money-nav .nav-wrapper .nav-item .nav-link {
        font-size: .9rem;
        padding: 18px 20px 18px 20px;
        font-weight: 600;
        color: #212121;
    }
}


@media (max-width: 1365px) {
    /* .welcome-section .welcome-text {
        padding-left: 16px;
        padding-top: 3.5vh;
    } */
   
}

@media (max-width: 1023px) {
    /* .welcome-section .welcome-text {
        padding-top: 5.5vh;
    } */
    /* .welcome-section .background-wrapper .image {
        height: 35vh;
        min-height: unset;
    } */
}
@media (max-width: 639px) {
    /* .welcome-section .welcome-text {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8.5vh;
    } */

}
@media (max-width: 992px) {
.welcome-section .background-wrapper .image{
    min-height: 65vw;
    height: 100%;
}
.welcome-section .welcome-text {

    padding: 5%;
}
}

/* @media (max-width: 1024px){
.welcome-section .background-wrapper .image {
    height: 42vh;
}
} */
/*----------Media query For Product Section.........*/



@media only screen and (min-width: 320px) and (max-width: 480px){
    .find-product .content-area .custom-img img {
        width: 48px;
}
    .find-product .content-area .bg {
    width: 112px;
    height: 112px;
    line-height: 112px;
}

}
@media only screen and (min-width: 360px) and (max-width: 640px){
    .find-product .content-area .custom-img img {
        width: 54px;
}
    .find-product .content-area .bg {
        width: 132px;
        height: 132px;
        line-height: 132px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .find-product .content-area .custom-img img {
        width: 40px;
}
/* .welcome-section .background-wrapper .image {
    height: 28vh;
    min-height: unset;
} */
    .find-product .content-area .bg {
        width: 91px;
        height: 91px;
        line-height: 91px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1220px){
    .find-product .content-area .custom-img img {
        width: 28px;
}
    .find-product .content-area .bg {
        width: 48px;
        height: 48px;
        line-height: 48px;
}
}
@media only screen and (min-width: 1030px) and (max-width: 1366px){
    .find-product .content-area .custom-img img {
        width: 40px;
}
    .find-product .content-area .bg {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 auto;
}
}

@media only screen and (min-width: 411px) and (max-width: 731px){
    .find-product .content-area .custom-img img {
        width: 66px;
}
    .find-product .content-area .bg {
        width: 157px;
        height: 157px;
        line-height: 157px;
}
}
@media only screen and (min-width: 1370px) and (max-width: 1605px){
    .find-product .content-area .custom-img img {
        width: 42px;
}
    .find-product .content-area .bg {
        width: 90px;
        height: 90px;
        line-height: 90px;
}
}

@media only screen and (min-width: 420px) and (max-width: 767px){
    .find-product .content-area .custom-img img {
        width: 55px;
}
    .find-product .content-area .bg {
        width: 140px;
        height: 140px;
        line-height: 140px;
}
}
@media only screen and (min-width: 375px) and (max-width: 812px){
    .find-product .content-area .custom-img img {
        width: 55px;
}
    .find-product .content-area .bg {
        width: 140px;
        height: 140px;
        line-height: 140px;
}
}
@media only screen and (min-width: 414px) and (max-width: 736px){
    .find-product .content-area .custom-img img {
        width: 60px;
}
    .find-product .content-area .bg {
        width: 159px;
        height: 159px;
        line-height: 159px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .find-product .content-area .custom-img img {
        width: 40px;
}
    .find-product .content-area .bg {
        width: 91px;
        height: 91px;
        line-height: 91px;
    }
}

@media only screen and (min-width: 766px) and (max-width: 813px){
    .find-product .content-area .custom-img img {
        width: 45px;
}
    .find-product .content-area .bg {
        width: 88px;
        height: 88px;
        line-height: 88px;
}
}
@media only screen and (min-width: 993px) and (max-width: 1024px){
    .find-product .content-area .custom-img img {
        width: 26px;
}
    .find-product .content-area .bg {
        width: 46px;
        height: 46px;
        line-height: 46px;
}
}
@media only screen and (min-width: 500px) and (max-width: 547px){
    .find-product .content-area .custom-img img {
        width: 90px;
}
    .find-product .content-area .bg {
        width: 195px;
        height: 195px;
        line-height: 195px;
}
}
@media only screen and (min-width: 548px) and (max-width: 566px){
    .find-product .content-area .custom-img img {
        width: 90px;
}
    .find-product .content-area .bg {
        width: 195px;
        height: 195px;
        line-height: 195px;
}
}

/* image size style*/
@media only screen and (min-width: 320px) and (max-width: 480px){
    .welcome-section .background-wrapper .image {
        height: 32vh;
        /* min-height: unset; */
        object-fit: cover;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1365x){
    .welcome-section .background-wrapper .image {
        height: 100%;
        min-height: unset !important;
        
        
    }
}

@media only screen and (min-width: 600px) and (max-width: 768x){
    .welcome-section .background-wrapper .image {
        height: 42vh;
        min-height: unset;
        object-fit: cover;
    }
}
@media only screen and (min-width: 769px) and (max-width: 991x){
    .welcome-section .background-wrapper .image {
        min-height: 38vh;
        height: 100%;
        
    }
}
/* image size */