@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;0,700;0,800;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

:root {
    --primary: #222B5F;
    --secondary: #060b11;
    --white: #ffffff;
    --lightblue: #8194FF;
}



body {
    padding: 0;
    margin: 0;
    background: radial-gradient(circle, rgba(33,47,60,1) 11%, rgba(65,115,126,1) 24%, rgba(33,45,57,1) 47%);
    /*  font-family: 'Open Sans', sans-serif; */

    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Header */
.lagnuvo-absolute {
    position: fixed;
}

.lagnuvo-header {
    z-index: 9;
    width: 100%;
    padding: 15px 0;
}

.lagnuvo-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-links {
    display: flex;
    justify-content: center;
}

.lagnuvo-logo img {
    max-width: 150px;
}

.menu-links .navigation-menu {
    display: flex;
    align-items: center;
    margin: 0;
}

.menu-links .navigation-menu li {
    list-style: none;
}

.menu-links .navigation-menu li a {
    padding: 0 15px;
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.content-black .menu-links .navigation-menu li a {
    color: var(--secondary);
}

.content-black .openMenu {
    color: var(--secondary);
}

.lagnuvo-logo img+img {
    display: none;
}

.content-black .lagnuvo-logo img {
    display: none;
}

.content-black .lagnuvo-logo img+img {
    display: block;
}

/* Footer */
.lagnuvo-footer {
    bottom: 0;
    width: 100%;
}

.content-black .moveScroll {
    color: var(--secondary);
}

.moveScroll {
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: flex-end;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-family: 18px;
    text-transform: uppercase;
}

.moveScroll span {
    padding: 0 5px;
    cursor: pointer;
}

/* Home */
.section {
    position: relative;
}

.bg-banner {
    background-image: url('../images/banner/globe.jpg');
    height: 100% !important;
    width: 100% !important;
    background-size: contain;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-banner-1 {
    background: url('../images/banner/istockphoto-1077548368-612x612.jpg');
    height: 200px !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center 75% !important;
    background-size: cover !important;
}

.banner-2 {
    background: url('../images/banner/pexels-pixabay-356036.jpg');
}

.banner-3 {
    background: url('../images/banner/2012_solar_Stardale_Ontario-152.jpg');

}

.black-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mini-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mini-banner-title h5 {
    color: var(--lightblue);
    font-size: 25px;
    font-weight: 100;
    margin: 0;
}

.mini-banner-title h4 {
    font-size: 30px;
    font-weight: 100
}

.mini-banner-title h1 {
    font-size: 50px;
}

.mini-banner-title h4,
.mini-banner-title h1 {
    text-transform: uppercase;
    color: var(--white);
    /* line-height: 0.9em; */
    margin: 0;
}

.social-links {
    position: absolute;
    left: 50%;
    /* top: 30%; */
    z-index: 9;
    padding: 0;
    display: flex;
    width: 25%;
    justify-content: space-between;
    bottom: 50px;
    transform: translate(-50%, 50%);

}

.social-links li {
    list-style: none;
}

.social-links li {
    margin: 15px 0;
}

.social-links li a {
    color: var(--white);
    font-size: 20px;

}

.content-black .social-links li a {
    color: var(--secondary)
}

.mini-banner-title .btn-outline-white {
    background: var(--primary);
    margin-top: 25px;
    display: inline-block;
}

.btn-outline-white {
    color: var(--white);
    padding: 10px 35px;
    border: 1px solid var(--white);
    font-family: 'Montserrat', sans-serif;
    transition: .5s ease;


}
.badge-fix {
    position: fixed;
    width: 120px;
    height: 120px;
    z-index: 9999;
    bottom: 15px;
    left: 15px;
}
.btn-outline-black {
    color: var(--secondary);
    border-color: var(--secondary);
}

.btn-outline-white:hover {
    color: var(--secondary);
    background: var(--white);
}

.btn-outline-black:hover {
    color: var(--white);
    background: var(--secondary);
}

.quater-blue-transparent {
    background: rgba(34, 43, 95, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 1;
}

#fp-nav {
    right: 10%;
}

#fp-nav.hide {
    display: none;
}

#fp-nav ul li {
    width: auto !important;
    height: auto !important;
    margin: 0px 0px 10px;
}

#fp-nav ul li a {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

#fp-nav ul li a:before {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#fp-nav ul li a:after {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    transform: scale(0.7);
    transition: all 0.5s;
    opacity: 0;
}

#fp-nav ul li a span {
    display: none;
}

#fp-nav ul li a.active:before {
    background: #fff;
}

#fp-nav ul li a.active:after {
    transform: scale(1);
    opacity: 1;
}

#fp-nav.white ul li a:before {
    background: rgba(16, 16, 16, 0.3);
}

#fp-nav.white ul li a:after {
    border-color: #101010;
}

#fp-nav.white ul li a.active:before {
    background: #101010;
}

.content-wrapper {
    padding: 110px;
    color: var(--white);
    position: relative;
    z-index: 2;
    font-weight: 100;
}

.content-wrapper .content-title h5 {
    color: var(--lightblue);
    margin: 0;
    line-height: 1em;
}

.content-wrapper .content-title h3 {
    color: var(--primary);
    font-weight: 600;
}

.content-wrapper .content-title h5,
.content-wrapper .content-title h3 {
    text-transform: uppercase;
}

.content-wrap-normal ul {
    direction: rtl;
    padding-right: 15px;
}

.content-wrapper .content-wrap-bold p,
.content-wrapper .content-wrap-normal p,
.content-wrapper .content-wrap-bold ul li {
    font-size: 13px;
}

.content-wrapper .content-wrap-bold p,
.content-wrapper .content-wrap-bold ul li {
    font-weight: 600;

}

.content-wrapper .content-wrap-bold ul {
    direction: rtl;
    padding-right: 15px;
}

.content-wrapper .content-list-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-social {
    display: inline-flex;
    float: right;
}
.footer-social li {
    margin: 0 20px;
}
.footer-social li .fab {
    color: #fff;
}
.content-wrapper .content-list-items .round-item {
    background: #ffffff66;
    padding: 20px;
    border-radius: 100%;
    height: 160px;
    width: 160px;
    border: 1px solid var(--secondary);
}
.content-wrapper .content-list-items .content-item .content-icon {
    height: 50px;
    width: 50px;
    margin: 15px auto;
}

.content-wrapper .content-list-items .content-item .content-icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.content-wrapper .content-list-items .content-item .content-list-title h4 {
    font-size: 16px;
    color: var(--secondary);
}

.section-three {
    background: var(--white);
}

.half-white-transparent {
    background: url('../images/banner/pexels-skitterphoto-722700.jpg'), #ffffff;
    height: 100%;
    width: 50%;
    background-size: 200%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.half-white-transparent-2 {
    background: url('../images/banner/pexels-vivint-solar-2850472.jpg'), #ffffff;
    background-position: center;
}

.half-white-transparent-3 {
    background: url('../images/banner/landscape.jpg'), #ffffff;
    background-position: center;
    background-size: contain;
}


.white-transparent {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}

.product-img {
    height: 300px;
    width: 300px;
    position: relative;
    z-index: 1;
}

.product-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.black {
    color: var(--secondary) !important;
}

.white {
    color: var(--white) !important;
}

.border-left-bar {
    border-left: 5px solid var(--primary);
}

.c-title.-large {
    font-size: 50px;
    color: var(--white);
    margin-bottom: 80px;
}

.spec-title {
    padding-left: 5px;
}

/* .spec-title p {
    font-weight: 600;
} */

.spec-title p,
.spec-title h5 {
    font-size: 14px;
    margin: 0;
    margin-right: 10px;
}

.spec-title h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.wave-wrapper {
    position: relative;
}

/* .wave-pattern{
    position: absolute;
    background: url('../images/icons/objects.svg');
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
} */
.section-four {
    background: var(--secondary);
}

.p-300 {
    padding-top: 210px;
}

.section-end {
    background-color: var(--secondary);

}

.section-end:before {
    background-image: url(../img/giphy.gif);
    background-repeat: repeat;
    opacity: .04;
}

.iso {
    /* height: 200px; */
    width: 85px;
    margin: auto;
}

.iso img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.footer-logo-lagnuvo {
    height: 250px;
    width: 250px;
    margin: auto;
}

.footer-logo-lagnuvo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.hide {
    display: none;
}

.footer-block {
    padding: 15px;
}

.footer-block .call-center {
    display: flex;
}

.footer-block .call-center .call-icon {
    height: 50px;
    width: 50px;
}

.footer-block .call-center .call-icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.call-detail p {
    font-size: 14px;
    text-transform: uppercase;
}

.call-detail a {
    font-size: 21px;
}

.footer-block h5,
.footer-block p,
.footer-block a,
.call-detail p,
.call-detail a {
    margin: 0;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
}

.footer-block h5 {
    font-size: 16px;
    font-weight: 400;
}

.footer-block p {
    font-size: 12px;
    font-weight: normal;
}
.award-img {
    position: absolute;
    z-index: 9;
    right: 10%;
    top: 3%;
    width: 350px;
}
.seller-icon {
    display: inline-flex;
    margin: 0;
    margin-left: 15px;
}

.seller-icon img {
    max-width: 80px;
    height: 25px;
    margin-right: 15px;
}


.wave_section {
    position: relative;
}

.wave_section .t_two {
    bottom: 100px;
    right: 600px;
}

.wave_section .t_three {
    right: 150px;
    left: auto;
    top: 250px;
}

.wave_section.active .first {
    animation: fadeInDown 0.9s both 1s;
}

.wave_section.active .two {
    animation: fadeInDown 0.9s both 1.2s;
}

.wave_section.active .productBlock {
    animation: fadeIn 0.9s both 1.2s;
}


.wave_section.active .footerBlock {
    animation: fadeInUp 0.9s both 1.2s;
}






.c-searchblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding: 120px calc(20px + 60*(100vw - 811px)/589) 150px; */
    /* background-color: #083f88; */
    text-align: center
}

.c-searchblock.is-active .c-searchblock_footer,
.c-searchblock.is-active .c-searchblock_loop {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.c-searchblock.is-active .c-searchblock_footer {
    opacity: 1
}

@media only screen and (max-width:810px) {
    .c-searchblock {
        padding-left: 20px;
        padding-right: 20px
    }
    .award-img {
        display: none;
    }
    .bg-banner {
        background-size: cover;
    }
}

@media only screen and (min-width:1400px) {
    .c-searchblock {
        padding-left: 80px;
        padding-right: 80px
    }
}



.c-searchblock_loop {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 180px;
    -webkit-perspective: 200px;
    perspective: 200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.76, 0, .24, 1) .08s;
    transition: -webkit-transform .8s cubic-bezier(.76, 0, .24, 1) .08s;
    transition: transform .8s cubic-bezier(.76, 0, .24, 1) .08s;
    transition: transform .8s cubic-bezier(.76, 0, .24, 1) .08s, -webkit-transform .8s cubic-bezier(.76, 0, .24, 1) .08s;
    margin-bottom: 85px;
}

.editMode .c-searchblock_loop {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none
}

.c-searchblock_loop-content {
    width: 100%;
    height: 100%;
    -webkit-animation: loop 2s cubic-bezier(.19, 1, .22, 1) infinite;
    animation: loop 2s cubic-bezier(.19, 1, .22, 1) infinite
}

.c-searchblock_chevron,
.c-searchblock_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-searchblock_chevron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-searchblock_chevron svg {
    fill: #fff;
    width: 120px;
    height: 110px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-searchblock_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-searchblock_image.-first {
    -webkit-animation: loop 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-first 4s linear infinite;
    animation: loop 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-first 4s linear infinite
}

.c-searchblock_image.-third {
    -webkit-animation: loop 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-third 4s cubic-bezier(.19, 1, .22, 1) infinite;
    animation: loop 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-third 4s cubic-bezier(.19, 1, .22, 1) infinite
}

.c-searchblock_image.-back {
    -webkit-transform-origin: 50% 50% 25px;
    transform-origin: 50% 50% 25px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.c-searchblock_image.-back.-second {
    -webkit-animation: loop-image-back 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-second 4s cubic-bezier(.19, 1, .22, 1) infinite;
    animation: loop-image-back 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-second 4s cubic-bezier(.19, 1, .22, 1) infinite
}

.c-searchblock_image.-back.-fourth {
    -webkit-animation: loop-image-back 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-fourth 4s cubic-bezier(.19, 1, .22, 1) infinite;
    animation: loop-image-back 2s cubic-bezier(.19, 1, .22, 1) infinite, loop-fourth 4s cubic-bezier(.19, 1, .22, 1) infinite
}

.c-searchblock_image img {
    max-height: 330px;
    max-width: 300px;
}

@-webkit-keyframes loop {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    25% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    75% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@keyframes loop {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    25% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    75% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@-webkit-keyframes loop-first {
    0% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    76% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes loop-first {
    0% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    76% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes loop-second {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes loop-second {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes loop-third {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    26% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes loop-third {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    26% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes loop-fourth {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes loop-fourth {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes loop-image-back {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    25% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    50% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }

    75% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }

    to {
        -webkit-transform: rotateY(540deg);
        transform: rotateY(540deg)
    }
}

@keyframes loop-image-back {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    25% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    50% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }

    75% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }

    to {
        -webkit-transform: rotateY(540deg);
        transform: rotateY(540deg)
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.openMenu {
    display: none;
}

.promo-video {
    position: absolute;
    top: 0;
    bottom: 0;
}

.promo-video video {
    max-width: 100%;
    /* height: 420px; */
    width: 100%;
    object-fit: cover;
}

.bg-blue {
    background: var(--primary);
}

.bg-white {
    background: var(--white);
}

.mini-box {
    padding: 25px 110px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mini-box .content-list-items {
    max-width: 50%;
    margin: auto;
}

.guarantee-feature img {
    border-right: 1px solid #231F20;
    padding: 0 5px
}

.guarantee-feature img:last-child {
    border-right: 0;
}

/*************
     Modal
*************/
.sineWaveModal {
    height: 100%;
    width: 100%;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    z-index: 9999;
    color: #fff;
    overflow: auto;
}

.Close {
    position: fixed;
    top: 25px;
    right: 65px;
    z-index: 999;
    cursor: pointer;
}

/*************
     Modal
*************/
.aboutLag {
    height: 100%;
    width: 100%;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    z-index: 9999;
    color: #fff;
    overflow: auto;
}

.aboutLag .Close {
    position: absolute;
    top: 25px;
    right: 65px;
    z-index: 999;
    cursor: pointer;
}

.about-img-wrap {
    height: 100%;
    width: 100%;
}



/*************
     Modal
*************/
.mpptModal {
    height: 100%;
    width: 100%;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    z-index: 9999;
    color: #fff;
    overflow: auto;
}

.mpptModal .Close {
    position: absolute;
    top: 25px;
    right: 65px;
    z-index: 999;
    cursor: pointer;
}


.lightblue {
    color: var(--lightblue) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary);
}

.nav-pills .nav-link {
    border-radius: 0;
    font-weight: normal;
    color: var(--secondary);
    background: var(--lightblue);
}

.mppt-table {
    text-align: left;
}

.mppt-table h5 {
    text-transform: uppercase;
    color: var(--secondary);
}

.mppt-table table tr td {
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    border-bottom-width: 1px;
    border-color: #333;
}

.mppt-table table tr td:first-child {
    background-color: var(--lightblue);
}

.scrollable-content {
    overflow: scroll;
}



.download-brochure {
    cursor: pointer;
    display: block;
    max-width: 32%;
    margin: auto;
    padding: 10px;
    border-radius: 25px;
}

.download-brochure:hover {
    background-color: var(--lightblue) !important;

}

.download-brochure h3 {
    position: relative;
    margin: 0;
}

.download-brochure h3 p {
    margin: 0;
    font-size: 23px;
}

.download-brochure h3 i {
    position: absolute;
    opacity: 0;
    top: calc(50% + 0px);
    left: 0;
    -webkit-transform: translate(-34px, -50%) scale(0);
    transform: translate(-34px, -50%) scale(0);
    margin-right: 15px;
    transform: translateX(0);
    -webkit-transition: opacity .4s cubic-bezier(.25, 1, .5, 1), -webkit-transform .4s cubic-bezier(.25, 1, .5, 1);
    transition: opacity .4s cubic-bezier(.25, 1, .5, 1), -webkit-transform .4s cubic-bezier(.25, 1, .5, 1);
    transition: opacity .4s cubic-bezier(.25, 1, .5, 1), transform .4s cubic-bezier(.25, 1, .5, 1);
    transition: opacity .4s cubic-bezier(.25, 1, .5, 1), transform .4s cubic-bezier(.25, 1, .5, 1), -webkit-transform .4s cubic-bezier(.25, 1, .5, 1);

}

.download-brochure:hover h3 p {
    -webkit-transform: translate(80px);
    transform: translate(10px);
    transition: opacity .4s cubic-bezier(.25, 1, .5, 1), -webkit-transform .4s cubic-bezier(.25, 1, .5, 1);
    color: var(--secondary);
}

.download-brochure:hover h3 i {
    /* display: flex; */
    opacity: 1;
    transform: translateY(-50%) scale(1);
    color: #ffffff;
}


/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.preloader .preloader {
    width: 300px;
    height: 300px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-left: -25px; */
    margin-top: -25px;
    transform: translate(-50%, -50%);
}

.preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: url('../images/symbol.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader .preloader span:last-child {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

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

@keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

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

.btn-blue {
    background: var(--lightblue);
    color: var(--secondary);
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
}

.modal {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--white)
}

.modal-dialog {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    height: 100%;
}

.modal-content {
    height: 100%;
    border-radius: 0;
    border: 0;
}

.footer-wrold-map {
    position: absolute;
    background: url('../images/world.png');
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    background-size: 75%;
    opacity: .5;
}
.downloadpdf-icon input[type="button"] {
    position: relative; 
}
.downloadpdf-icon input {  font-family: "Font Awesome 5 Free"; } 
.downloadpdf-icon::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size:40px;
}
.single-product {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    border-bottom: 3px solid var(--primary);
    margin-bottom: 30px;
}
.product-feat h4 {
    color: #222B5F;
    font-weight: 600;
    margin-bottom: 0;
        padding: 0 10px;
}
.product-feat h4 span {
    font-size: 14px;
    font-weight: 500;
}
.product-feat p {
    margin-bottom: 10px;
        padding: 0 10px;
}
.product-desc {
    font-size: 13px;
    text-align: justify;
    padding: 0 10px;
    padding-bottom: 10px;
}
.badge {
    font-weight: 500;
    font-size: 70%;
}
.single-product .product-img {
    height: 100%;
    width: 100%;
    background: #fbfbfb;
    margin-bottom: 10px;
}
.prd-platinun {
    color: #222B5F;
    font-weight: 600;
    margin-bottom: 20px;
}
.desc-platinun {
    font-size: 13px;
    text-align: justify;
    padding-bottom: 10px;
}
.sm-product-img {
    text-align: center;
    background: #f7f7f7;
    border-radius: 3px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.sm-product-img img {
    width: 100%;
} 
.sm-product-img p {
    color: #222B5F;
    font-size: 16px;
    font-weight: 500;
}
.our-mv {
    color: #222B5F;
    margin: 0;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.modal-open::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}