body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    color: #303030;
    font-family: 'poppinsregular' !important;
}

@font-face {
    font-family: 'barlow_condensedregular';
    src: url('../font/barlowcondensed-regular-webfont.woff2') format('woff2'), url('../font/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../font/poppins-regular-webfont.woff2') format('woff2'), url('../font/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.store_nav {
    border-bottom: 4px solid #e3e3e3;
}

    .store_nav .nav-link {
        font-size: 18px;
        padding: 3px 10px;
        line-height: 18px;
    }

.search_wrp button {
    position: absolute;
    right: 10px;
    top: 6px;
}

    .search_wrp button i {
        font-size: 25px;
    }

.banner_area {
    height: 450px;
}

    .banner_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.square_pic {
    height: 615px;
}

    .square_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rect_pic {
    height: 300px;
    margin-bottom: 15px;
}

    .rect_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.card {
   
    border: 0px!important;
  
}
.card-img {
    max-height: 300px;
    padding: 10px;
}

    .card-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.video_wrp {
    height: 500px;
}

    .video_wrp video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.carousel-control-prev .bg-transparent {
    background-color: inherit !important;
}
.carousel-control-next .bg-transparent {
    background-color: inherit !important;
}
.carousel-control-next, .carousel-control-prev {
    position: relative !important;
    top: 10px !important;
 
    /*z-index: 999999 !important;*/

   
    /* justify-content: center; */
    width: 60px!important;
    padding: 5px!important;
    /* color: #fff; */
    /* text-align: center; */
    background: #000 !important;
    /* border: 0; */
   
    margin: 10px !important;
   
}
.modal-content {
  
    background-color: #000!important;
     border:0px!important; 
   
}
.modal-footer {
    border-top: 0px !important;
}
.modal-body {
     background: #000!important; 
   
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem!important;
    height: 3rem!important;
    background-color: #000 !important;
}
header {
    background: #287296;
    padding: 0.5rem;
}

.menu {
    padding-top: 5px;
}

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .menu ul li {
            display: inline-block;
            position: relative;
        }

            .menu ul li a {
                color: #fff;
                text-decoration: none;
                font-family: monospace;
                font-size: 16px;
                text-transform: uppercase;
                padding: 0 5px;
                cursor:pointer;
            }
			 .menu-icon ul li a {
                cursor:pointer;
                font-size: 20px;
                
            }
         .menu ul li a:hover {
                color: #b3e5fc;
                text-decoration: underline;
               
            }
            .menu ul li select {
                background: none;
                border: 0;
                color: #fff;
                color: #fff;
                text-decoration: none;
                font-family: monospace;
                font-size: 20px;
                text-transform: uppercase;
                padding: 0 5px;
            }

                .menu ul li select:focus {
                    outline: 0;
                }

                .menu ul li select option {
                    color: #000;
                    font-size: 14px;
                }

.badge {
    border-radius: 1em;
    font-size: 10px;
    left: 26px;
    padding: 3px 4px 1px;
    position: absolute;
    top: -2px;
    font-size: .5em !important;
}

.bg-maincolor {
    background-color: #f56981;
}

.footer_top {
    /* background: linear-gradient(180deg, rgba(78,117,129,1) 79%, rgba(101,142,156,1) 99%, rgba(255,255,255,1) 100%); */
    background: #4e7581;
    background-position-y: bottom;
    padding: 2rem 0;
    color: #000;
    line-height: 2;
}

    .footer_top ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer_top ul li {
            font-size: 14px;
            padding-bottom: 5px;
        }

            .footer_top ul li a {
                color: #fff;
                text-decoration: none;
            }

.footer_bottom {
    background: linear-gradient(180deg, rgba(78,117,129,1) 79%, rgba(101,142,156,1) 99%, rgba(255,255,255,1) 100%);
    /* background-color: #4e7581; */
    padding: 2rem 0;
    color: #afacac;
}

    .footer_top p, .footer_bottom p {
        font-size: 16px;
    }

    .footer_bottom i {
        border: 1px solid #afacac;
        padding: 5px;
        border-radius: 50%;
        margin-right: 8px;
    }

.footerrow {
    align-content: center;
    justify-content: space-evenly;
}

.footer-top-col {
    /* border-bottom: 1px solid white; */
    /* border-radius: 13px; */
    color: white;
}

.footer-col-bot {
    color: white;
}

.Heading-Footer {
    font-size: calc(1.275rem + .3vw);
    color: white;
    /* border-radius: 5px; */
    border-bottom: 1px solid white;
}

.navbar-brand {
    max-width: 5%;
}

    .navbar-brand img {
        width: 100%;
    }



/* 12-1-23 */
/*.carousel-control-next, .carousel-control-prev {
    position: unset !important;
}*/

.w-100 {
    height: 100%;
}

.MBody {
    display: flex;
    height: 300px;
    padding: 0;
}

.FirstOne {
    margin: 0 auto;
    width: 100%;
}

#ImgZoomBtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#imgno1 {
    font-size: 90px;
    position: absolute;
    color: white;
    opacity: 1;
    transition: 1s;
}

		#IconPlayBtn{
		 
			font-size: 90px;
			position: absolute;
			color: white;
			opacity: 0;
			transition:1s;
		}

		.Btnshow:hover #IconPlayBtn{
		opacity:1;
		}

		.vmdcont{
			background:transparent !important;
			border:none !important;
			-webkit-box-shadow:none !important;
		}
