body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}


nav {
    background: #051f1f;
    /* height: 70px; */
    color: rgb(255, 255, 255);
}
nav a.nav-link {
    padding: 5px 23px !important;
}
nav li.nav-item {
    font-weight: 600;
    border-right: 1px solid white;
    height: 15px;
    display: flex;
    align-items: center;
}
.main-logo {
    width: 170px;
    margin-top: -12px;
}
@media (min-width: 767px){
.fs-2 {
    font-size: 2.7rem !important;
}
}
@media (max-width:767px){
    
    a.pro-link {
        font-size: 1.3rem !important;
        color: #11225f;
        background: #ffffff;
        padding: 8px 20px !important;
        border-radius: 30px;
        border: 2px solid white;
        font-weight: 700;
    }
    .sub-title{
        font-size: 1.1rem !important;
    }
    .ecover-img img,.fb-img img,.google-img img{
        max-width: 300px;
        aspect-ratio: inherit !important;
    }
    .email-list{
        font-size: 1.2rem !important;
        list-style:none;
        padding: 0px;
        margin: 0px;
        gap: 15px;
    }
    .email-list li span:nth-child(1) {
        display: inline-block;
        width: 30px !important;
    }
    .ecover-img {
        text-align: center;
        margin-bottom: 0px !important;
        padding: 10px 10px;
    }
    .action-con .nav-link {
        font-size: 1.1rem !important;
    }
}
@media (max-width:425px) {
    a.pro-link {
        font-size: 1.3rem !important;
        color: #11225f;
        background: #ffffff;
        padding: 8px 10px !important;
        border-radius: 30px;
        border: 2px solid white;
        font-weight: 700;
    }
    a.pro-link img{
        width: 20px !important;
    }
}
@media (max-width: 992px){
nav li.nav-item {
    height: auto;
    border-right: none;
}
nav a.nav-link {
    padding: 5px !important;
}
}
.heading {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.8rem;
    /* max-width: 700px; */
    text-align: center;
    color: #000000;
    /* margin: 0px auto; */
}
.sec-space {
    margin: 0px 0px;
    padding: 2rem 0px 2rem 0px;
}
.email-list{
    font-size: 1.7rem;
    list-style:none;
    padding: 0px;
    margin: 0px;
}

.email-list li span:nth-child(1){
    display: inline-block;
    width: 50px;
}
.email-list li{
    border-radius: 4px;
    /* background: #732c00; */
    color: black;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #777777;

}
    .email-list li:hover {
        background: white;
        outline: 1px solid #408f40;
        color: #598f40 !important;
        font-weight: 500;
    }

        .email-list li:hover a {
            color: #408f40 !important;
            margin: 0px;
        }
.email-list li span{
    display: inline-block;
    margin-right: 10px;
}
a.pro-link {
    font-size: 2.2rem;
    background: #16a758;
    color: white;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}
.email-list li a{
    display: block;
    text-decoration: none;
    padding: 15px 15px;
    color: black !important;
    /* text-align: center; */
    /* padding-left: 0%; */
}

.email-list li a:hover{
    text-decoration: underline;
}
.bg-gradient {
    background: rgb(21, 51, 154);
    background: -moz-linear-gradient(180deg, rgba(21, 51, 154, 1) 0%, rgba(15, 29, 80, 1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(21, 51, 154, 1) 0%, rgba(15, 29, 80, 1) 100%) !important;
    background: linear-gradient(180deg, rgba(21, 51, 154, 1) 0%, rgba(15, 29, 80, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15339a",endColorstr="#0f1d50",GradientType=1) !important;
}
footer {
    background-color: #031212;
    color: white;
}
.footer-link {
    max-width: 380px;
    text-align: center;
}
footer a {
    text-decoration: none;
    color: white !important;
}
footer h2 {
    margin-bottom: 14px;
    font-weight: 600;
}
footer ul {
    margin: 0px;
    padding: 0px;
    color: white;
    list-style: none;
}
footer ul li {
    margin: 5px 0px;
}
footer ul li a {
    color: white;
    text-decoration: none;
    margin: 10px 0px;
    font-size: 1.1rem;
    font-weight: 500;
}
.footer-logo img {
    width: 200px;
}
.ecover-img img{
    aspect-ratio: 3/2;
    object-fit: contain;
}
.google-img img,.fb-img img{
    aspect-ratio: 3/3;
    object-fit: contain;
}
.ecover-text{
    font-weight: 500;
}
.ecover-img,.google-img,.fb-img{
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 10px;
}
.fw-500{
    font-weight: 500;
}
li.header-row {
    display: block;
    text-decoration: none;
    padding: 15px 15px;
    color: black !important;
}
.action-con .nav-link {
    background-color: #408f40 !important;
    color: rgb(255, 255, 255) !important;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    width: calc(25% - 0.4rem) !important;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 8px;
}
@media (max-width:1200px){

    .action-con .nav-link {
        width: calc(33.3% - 0.4rem) !important;
    }
}
@media (max-width:800px) {

    .action-con .nav-link {
        width: calc(50% - 0.4rem) !important;
    }
}
@media (max-width:500px) {

    .action-con .nav-link {
        width: calc(100%) !important;
    }
}
.action-con {
    background: transparent;
    display: flex;
    justify-content:center;
}
.divider
{
	position: relative;
	margin-top: 90px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0px;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 2px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}
.wrapper
{
	padding-bottom: 90px;
}

.horizontal-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.horizontal-menu li {
    display: inline-block;
    margin-right: 20px;
}

footer ul li {
    margin: 5px 0px;

}
.videobox {
    position: relative;
    margin: 0 0 30px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 22px;
    border: #9e9e9e solid 3px;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.add-power-watch-btn button, .add-power-watch-btn a {
    background: #16a758;
    color: rgb(255 255 255);
    font-size: 2.2rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 0px solid;
    width: 450px;
    max-width: 100%;
}
    .add-power-watch-btn button:hover, .add-power-watch-btn a:hover, .add-power-watch-btn a:active {
        background: #108b48 !important;
        color: #ffffff !important;
    }






.responsive-video.qq {
    padding-bottom: 67% !important;
}

.responsive-video.rl {
    padding-bottom: 175%;
}

@media (max-width:767px) {

    .responsive-video.rl {
        padding-bottom: 130%;
    }
}




.image-carousel {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

    .carousel-track img {
        width: 100% !important;
        flex-shrink: 0;
        height: auto;
        object-fit: cover;
    }

/* Arrows */
.carousel-btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-btn:hover {
        background: #000;
    }

.prev {
    left: 15px;
}

.next {
    right: 15px;
}




.img-big {
    cursor: pointer;
    transition: 0.3s;
}

    .img-big:hover {
        transform: scale(1.05);
    }

/* Popup Style */
#imgPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    #imgPopup img {
        max-width: 80%;
        max-height: 80%;
        border-radius: 10px;
    }

#closePopup {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
