/*
===================================
/*

<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
font-family: 'Open Sans', sans-serif;
===================================

===================================
*/

@font-face {
    font-family: 'BaronNeue-Regular';
    src: url(../fonts/baron/BaronNeue-Regular.otf);
}
@font-face {
    font-family: 'Baron-Neue';
    src: url(../fonts/baron/Baron-Neue.otf);
}
@font-face {
    font-family: 'Baron-Neue-Bold';
    src: url(../fonts/baron/Baron-Neue-Bold.otf);
}
@font-face {
    font-family: 'Baron-Neue-Black';
   src: url(../fonts/baron/Baron-Neue-Black.otf);
}

:root
{
	--open:'Open Sans', sans-serif;
	--baron1:'BaronNeue-Regular';
	--baron2:'Baron-Neue';
	--baron3:'Baron-Neue-Bold';
	--baron4:'Baron-Neue-Black';
	--color1:#0C054B;
	--color11:#160b7b;
	--color2:#d5b35e;
	--black:#000;
	--white:#fff;
	--color333:#333;
}
body
{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	color: #000;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Open Sans', sans-serif;
}

/*
==========================================
*/

.full-screen-video
{
	width: 100%;
	height: 100vh;
	position: relative;
}
.full-screen-video #topVid
{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.full-screen-video:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 80%), rgba(0 0 0 / 30%), rgba(0 0 0 / 00%), rgba(0 0 0 / 00%), rgba(0 0 0 / 20%));
}
/*
=================================================
*/

.logo-and-button-for-nav
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding-top: 15px;
}
.logo-and-button-for-nav .logo-nav-row
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.logo-and-button-for-nav .logo-nav-row .logo a
{
	display: inline-block;
}	
.logo-and-button-for-nav .logo-nav-row .logo a img
{
	width: 120px;
}
.logo-and-button-for-nav .logo-nav-row .nav-buttons
{
	flex: 0 0 auto;
	margin-top: 20px;
}
.logo-and-button-for-nav .logo-nav-row .nav-buttons a img
{
	width: 50px;
}

.logo-and-button-for-nav
{
	transition: .3s;
}
.logo-and-button-for-nav.fixed_top_nav
{
    position: fixed;
    z-index: 50;
    left: 0;
    width: 100%;
    background-color: rgba(0 0 0 / 90%);
    border-bottom: 1px solid #666;
    box-shadow: 0px 10px 10px 5px rgb(255 255 255 / 20%);
    padding-bottom: 10px;
    padding-top: 10px;
}
.logo-and-button-for-nav.fixed_top_nav .logo-nav-row .logo a img
{
	width: 80px;
}

/*
===================================================
*/

.full-screen-navigation .close-navigation
{
	position: absolute;
	top: 25px;
	right: 40px;
	z-index: 50;
	cursor: pointer;
}
.full-screen-navigation .close-navigation img
{
	width: 40px;
}

.full-screen-navigation
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
}
.full-screen-navigation.show_full_nav
{
	opacity: 1;
	visibility: visible;
}
.full-screen-navigation .slice-container
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.full-screen-navigation .slice-container span
{
	flex: 0 0 auto;
	width: 25%;
	height: 0%;
	background-color: rgba(0 0 0 / 90%);
	transition: .3s;
}
.full-screen-navigation .slice-container span:nth-child(2)
{
	transition-delay: .4s;
}
.full-screen-navigation .slice-container span:nth-child(3)
{
	transition-delay: .5s;
}
.full-screen-navigation .slice-container span:nth-child(4)
{
	transition-delay: .6s;
}
.full-screen-navigation.show_full_nav .slice-container span
{
	height: 100%;
}
.full-screen-navigation .slice-container span:not(:last-child)
{
	border-right: 1px solid #222020;
}

.full-screen-navigation .menu-container
{
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 50;
}


.full-screen-navigation .menu-container .main-ul1 li.main-li
{
	margin: 20px 0 20px;
}
.full-screen-navigation .menu-container .main-ul1 li.main-li > a
{
	font-weight: 700;
	display: block;
	color: var(--white);
	font-size: 21px;
	transition: .4s;
}
.full-screen-navigation .menu-container .main-ul1 li.main-li:hover > a
{
	padding-left:20px;
}

/*======================================*/
.full-screen-navigation .menu-container .dropdown12 .submenu1
{
	width: 250px;
	display: block;
}
.full-screen-navigation .dropdown12 .submenu1 .ul-box
{
	width: 100%;
}

@media screen and (max-width:767px)
{
	.full-screen-navigation .menu-container .dropdown12 .submenu1
	{
		display: none;
	}
	.full-screen-navigation .menu-container .main-ul1 li.main-li.show-submenus.dropdown12 .submenu1
	{	
		display: block !important;
	}
	.full-screen-navigation .dropdown12.show-submenus .submenu1 .ul-box ul
	{
		display: block !important;
	}
	.full-screen-navigation .menu-container .show-submenus.dropdown12 .submenu1
	{
		width: 100%;
	}
}

/*======================================*/

.full-screen-navigation .menu-container .submenu1
{
    position: absolute;
    top: 0;
    left: 250px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1000px;
    top: 20px;
    background-color: rgba(255 255 255 / 99%);
    padding: 20px;
    border-radius: 8px;
    max-height: 500px;
    overflow-y: auto;
}

.full-screen-navigation .submenu1::-webkit-scrollbar {
	width: 4px;
}

.full-screen-navigation .submenu1::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
.full-screen-navigation .submenu1::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.full-screen-navigation .submenu1 .ul-box
{
	flex: 0 0 auto;
	width: 25%;
	padding: 15px 15px;
}
.full-screen-navigation .submenu1 .ul-box .cat-heading
{
	font-weight: 700;
	font-size: 15px;
}
.full-screen-navigation .submenu1 .ul-box ul
{
	padding-left: 0;
}
.full-screen-navigation .submenu1 .ul-box ul li a
{
	position: relative;
	transition: .2s;
	font-size: 14px;
	display: block;
	padding: 3px 0;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 15px;
	font-weight: 500;
	color: var(--color333);
	transition: .3s;
}
.full-screen-navigation .submenu1
{
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.full-screen-navigation .menu-container .main-ul1 li.main-li.dropdown1.show-submenus .submenu1
{
	opacity: 1;
	visibility: visible;
}
.full-screen-navigation .submenu1 .ul-box ul li a:before
{
	content: '\f101';
	font-family: fontawesome;
	position: absolute;
	left: 0;
}
.full-screen-navigation .submenu1 .ul-box ul li:hover a
{
	padding-left: 25px;
}

/*
==================================
*/

.about-home-page
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-home-page .about-home-container
{
	background-color: rgba(255 255 255 / 95%);
	padding: 50px 0;
}
.about-home-page .about-home-container .home-description-box
{
	text-align: center;
	max-width: 80%;
	margin: auto;
}
.about-home-page .about-home-container .home-description-box p
{
	font-family: var(--open);
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	color: #333;
}

.heading01 h4
{
	display: inline-block;
	font-family: var(--open);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 29px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.heading01 h4:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 2px;
	background-color: var(--black);
}
.heading01 h4:after
{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 15px;
	height: 15px;
	background-color: var(--white);
	border: 2px solid var(--black);
	animation:abcd 8s .2s infinite;
}

@keyframes abcd
{
	0%
	{
		transform: rotate(45deg);
	}
	49%
	{
		transform: rotate(360deg);
	}
	100%
	{
		transform: rotate(45deg);
	}
}







.heading02 h4
{
	display: inline-block;
	font-family: var(--open);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 29px;
	color: var(--black);
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.heading02 h4:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 2px;
	background-color: var(--black);
}
.heading02 h4:after
{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 15px;
	height: 15px;
	background-color: var(--white);
	border: 2px solid var(--black);
	animation:abcde 8s .2s infinite;
}

@keyframes abcde
{
	0%
	{
		transform: rotate(45deg);
	}
	49%
	{
		transform: rotate(360deg);
	}
	100%
	{
		transform: rotate(45deg);
	}
}

/*
==========================================
*/

section.categories
{
	background-color:var(--black);
	padding: 70px 0 30px;
}
section.categories .category-rows 
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.categories .category-rows .categories-colom
{
	flex: 0 0 auto;
	margin-bottom: 25px;
}
section.categories .category-rows .categories-colom.cols-6
{
	width:49%;
}
section.categories .category-rows .categories-colom.cols-4
{
	width:32.3333%;
}
section.categories .category-rows .categories-colom.cols-5
{
	width:40.6666%;
}
section.categories .category-rows .categories-colom.cols-7
{
	width:57.3333%;
}

@media screen and (min-width: 993px)
{
	section.categories .category-rows .categories-colom.cols-3
	{
		width:24%;
	}
}
@media screen and (max-width: 576px)
{
	section.categories .category-rows .categories-colom.cols-3
	{
		width: 96%;
	    margin-left: 2%;
	    margin-right: 2%;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.categories .category-rows .categories-colom.cols-3
	{
		width: 46%;
	    margin-left: 2%;
	    margin-right: 2%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.categories .category-rows .categories-colom.cols-3
	{
		width: 46%;
	    margin-left: 2%;
	    margin-right: 2%;
	}
}

section.categories .category-rows .categories-colom
{
	position: relative;
}
section.categories .category-rows .categories-colom:before
{
	content: '';
	position: absolute;
	top: 0;
	left: ;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 10%), rgba(0 0 0 / 10%), rgba(0 0 0 / 50%), rgba(0 0 0 / 80%));
	z-index: 2;
}
section.categories .category-rows .categories-colom .content-title
{
	position: absolute;
	bottom: 50px;
	left: 40px;
	z-index: 3;
}
section.categories .category-rows .categories-colom .image
{
	height: 350px;
	overflow: hidden;
}
section.categories .category-rows .categories-colom .image img
{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transform: scale(1.1);
	transition: 2s;
}
section.categories .category-rows .categories-colom:hover .image img
{
	transform: scale(1);
}
section.categories .category-rows .categories-colom .content-title h5
{
	font-size: 25px;
	font-weight: 400;
	text-transform:uppercase; ;
	font-family:var(--open);
	color: var(--white);
	margin-bottom: 15px;
}
section.categories .category-rows .categories-colom .content-title .explore-btn a
{
	display: inline-block;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 400;
	padding: 5px 15px;
	border: 1px solid var(--white);
	font-size: 13px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 5px rgba(0 0 0 / 30%);
}
section.categories .category-rows .categories-colom .content-title .explore-btn a:hover
{
	background-color: var(--white);
	color: var(--black);
	font-weight: 600;
	text-shadow: 2px 2px 5px rgba(0 0 0 / 0%);
}
/*
=================================
*/
footer
{
	background-color: #000;
}
footer .footer-container
{
	padding-top: 40px;
}
footer .footer-container .container
{
	max-width: 90%;
}
footer .footer-container .container .footer_box .ftr_head
{
	font-family: var(--open);
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;	
	text-transform: uppercase;
	color: var(--white);
}
footer .footer-container .container .footer_box ul
{
	padding-left: 0;
}
footer .footer-container .container .footer_box ul.two
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
footer .footer-container .container .footer_box ul.two li
{
	flex: 0 0 auto;
	width: 50%;
}
footer .footer-container .container .footer_box ul.two li a
{
}
footer .footer-container .container .footer_box ul li a
{
	position: relative;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	display: block;
	transition: .3s;
	color: #fff;
}
footer .footer-container .container .footer_box ul li a:before
{
	content: '\f105';
	position: absolute;
	left: 0;
	top: 0px;
	font-family: fontawesome;
}
footer .footer-container .container .footer_box ul li a:hover
{
	text-decoration: underline;
	padding-left: 15px;
}
footer .footer-container .container .address-row{
	font-weight: 400;
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
	color: var(--white)
}


footer .copyright-text
{
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: var(--white);
}

/*
============================================
*/
body.inner_page
{
	/*background-color: #000;*/
}

/*
============================================
*/

section.banner_inner_page
{
	position: relative;
	overflow: hidden;
	clip-path: polygon(50% 0%, 100% 0, 100% 60%, 49% 100%, 49% 100%, 0% 60%, 0 0);
	height: 350px;
}
section.banner_inner_page:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0 0 0 / 20%);*/
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 80%), rgba(0 0 0 / 20%), rgba(0 0 0 / 00%), rgba(0 0 0 / 00%));
	z-index: 5;
}
section.banner_inner_page .banner_text
{
	height: 100%;
	position: relative;
}
section.banner_inner_page img
{	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
}
section.banner_inner_page .banner_text h4
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
	text-shadow: 2px 2px 5px rgba(255 255 255 / 20%);
	font-size: 30px;
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
}
/*
==================================================
*/
section.know-us-page
{
	margin-top: 40px;
	margin-bottom: 60px;
}
.know-us-page *
{
	/*color: var(--white);*/
}
section.know-us-page .container
{
	max-width: 90%;
}
section.know-us-page .content p
{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: justify;
}

/*
===================================================
*/
.side_image
{
	float: right;
	max-width: 400px;
	margin-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.side_image img
{
	width: 100%;
	border-radius: 8px;
	transform: scale(1);
	transition: .5s;
}
.side_image:hover img
{
	transform: scale(1.05);
}
.side_image:before
{
	content: '';
	position: absolute;
	top: 25px;
	left: -8px;
	width: 96%;
	height: 95.5%;
	background-color: #ccc;
	border-radius: 8px;
	z-index: -1;
}

/*
=======================================
*/

.about-home-page.mission p
{
	text-transform: capitalize;
	line-height: 37px !important;
	color: #555 !important;
	font-weight: 400 !important;
	font-style: italic;
	font-size: 25px !important;
	margin-bottom: 0;
}
.about-home-page.mission .about-home-container .home-description-box
{
	max-width: 70%;
}
.about-home-page.mission .about-home-container
{
	background-color: #fff;
	padding: 30px 0;
}
.mission
{
	position: relative;
}

.mission #wave
{
	position: absolute;
	left: 0;
	top: -77px;
	width: 100%;
}
.mission #wave path
{
	fill: var(--white);
}

.mission #wave2
{
	position: absolute;
	left: 0;
	bottom: -77px;
	width: 100%;
}
.mission #wave2 path
{
	fill: var(--white);
}

/*
=============================================
*/

body.inner_page footer .footer-container {
	padding-top: 80px;
}

/*
=============================================
*/
section.infora .container
{
	max-width: 95%;
}
.infrastructure-box .info-structure-container
{
	margin-top: 25px;
	position: relative;
}
.infrastructure-box .info-structure-container:before{
	content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0 0 0 / 10%), rgba(0 0 0 / 5%), rgba(0 0 0 / 50%), rgba(0 0 0 / 80%));
    z-index: 2;
}
.infrastructure-box .info-structure-container .image
{
	overflow: hidden;
}
.infrastructure-box .info-structure-container .image img
{
	width: 100%;
	height: 280px;
	object-position: center;
	object-fit: cover;
	transition: .3s;
}
.infrastructure-box:hover .info-structure-container .image img
{
	transform: scale(1.05);
}
.infrastructure-box .info-structure-container .infra_name
{
	text-align: center;
	padding: 12px 0;
	font-weight: 500;
	position: absolute;
	bottom: 20px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 5;
	font-size: 25px;
    text-transform: uppercase;
    font-family: var(--open);
    text-shadow: 2px 2px 5px rgba(0 0 0 / 20%);
}
.infrastructure-box .info-structure-container .infra_name
{
	color: var(--white);
	font-weight: 600;
}
.infrastructure-box .info-structure-container .stretched-link::after
{
	z-index: 2;
}

.fancybox-overlay .fancybox-title
{
	text-align: center;
	font-family: var(--open);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}
section.events .infrastructure-box .info-structure-container .infra_name
{
	bottom: 20px;
	left: 20px;
	text-align: left;
	width: 100%;
}
section.events .infrastructure-box .info-structure-container .infra_name .date
{
	margin-top: 5px;
	font-weight: 600;
	font-size: 14px;
}
/*
===============================================
*/

.pagination_block
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
}
.pagination_block a
{
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	background-color: var(--black);
	color: var(--white);
	font-weight: 600;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	margin: 0 5px;
	border-radius: 50%;
}
.pagination_block a.active,
.pagination_block a:hover
{
	border: 2px solid #888;
	color: var(--white);
	background-color: #888;
}

/*
===========================================
*/
.table_cart
{
	margin-top: 20px;
}
.table_cart .table
{
	width: 100%;
}
.table_cart .table thead tr th:nth-child(1)
{
	width: 10%;
}
.table_cart .table thead tr th
{
	padding: 10px 20px;
	background-color: var(--black);
	border:1px solid var(--black);
	color: var(--white);
	font-weight: 500;
	font-size: 16px;
}
.table_cart .table tbody tr td:first-child
{
	border-left:1px solid #eaeaea;
}
.table_cart .table tbody tr td
{
	padding: 10px 20px;
	vertical-align: middle;
	border-bottom-color: #eaeaea;
	border-right:1px solid #eaeaea;
}
.table_cart .table tbody tr td[data-title="Sr. No."]
{
	font-weight: 600;
	font-size: 17px;
}
.table_cart .table tbody tr td[data-title="Product Image"]
{
	text-align: center;
}
.table_cart .table tbody tr td[data-title="Product Image"] .product_image
{
	width: 100px;
}
.table_cart .table tbody tr td[data-title="Product"] h5
{
	font-size: 18px;
	font-weight: 400;
}
.table_cart .table tbody tr td[data-title="Product"] h6
{
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
}
.table_cart .table tbody tr td[data-title="Product"] h6 strong
{
	font-weight: 700;
}
.table_cart .table tbody tr td[data-title="Quantity"] .enquiry_cart_plus_minus
{
	text-align: center;
}
.table_cart .table tbody tr td[data-title="Quantity"] .enquiry_cart_plus_minus .minus
{
	width: 40px;
	height: 40px;
	border: 0px;
	background-color: #000;
	border-radius: 5px;
	color: var(--white);
	font-family: fontawesome;
	box-sizing: border-box;
}
.table_cart .table tbody tr td[data-title="Quantity"] .enquiry_cart_plus_minus .value
{
	width: 80px;
	height: 40px;
	border: 0px;
	margin-top: 1px;
	box-sizing: border-box;
	color: var(--black);
	text-align: center;
	font-weight: 700;
	background-color: #eaeaea;
}
.table_cart .table tbody tr td[data-title="Quantity"] .enquiry_cart_plus_minus .value:focus
{
	box-shadow: none;
	outline: none;
}
.table_cart .table tbody tr td[data-title="Quantity"] .enquiry_cart_plus_minus .add
{
	width: 40px;
	height: 40px;
	border: 0px;
	background-color: #000;
	color: var(--white);
	border-radius: 5px;
	font-family: fontawesome;
	box-sizing: border-box;
}
.table_cart .table tbody tr td[data-title="Remove"]
{
	text-align: center;
}
.table_cart .table tbody tr td[data-title="Remove"] .trash
{
	display: inline-block;
	border-radius: 5px;
}
.table_cart .table tbody tr td[data-title="Remove"] .trash i
{
	line-height: 38px;
	max-width: 40px;
	margin:auto;
	height: 40px;
	background-color: #333;
	display: block;
	color: var(--white);
	border-radius: 5px;
}
.table_cart .table tbody tr td[data-title="Remove"] .trash
{
	text-align: center;
}
.table_cart .table tbody tr td[data-title="Remove"] .trash span
{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	display: block;
	margin-top: 5px;
	color: var(--black);
}

/*
==========================================================
*/

.row_two_buttons
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.row_two_buttons .one_button,
.row_two_buttons .two_button
{
	flex: 0 0 auto;
	width: 180px;
	height: 50px;
	background-color: #000;
	font-weight: 500;
	font-size: 14px;
	border: 2px solid #222;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	color: var(--white);
}
.row_two_buttons .one_button:hover,
.row_two_buttons .two_button:hover
{
	background-color: var(--white);
	font-weight: 700;
	color: #333;
}
.row_two_buttons .one_button:hover i,
.row_two_buttons .two_button:hover i
{
	color: #333;
}

/*
===============================================
*/

.contact-us-section
{
	margin-top: 30px;
}
.contact-us-section .contact-us-container .container
{
	max-width: 90%;
}
#form-div
{
	margin-top: 15px;
	margin-bottom: 35px;
}
#form-div form .form__group
{
	margin-bottom: 20px;
}
#form-div form .form__group .label
{
	font-size: 15px;
	color: var(--black);
	font-weight: 500;
	margin-bottom: 7px;
}
#form-div form .form__group .inputs
{
	border-radius: 3px;
	padding: 10px 15px; 
	border: 1px solid #dbd5d5;
	font-size: 14px;
	font-weight: 500;
}
#form-div form .form__group .inputs:focus
{
	box-shadow: none;
	outline: none;
}
#form-div form .captcha__image
{
	margin-top: 30px;
}
#form-div form .captcha__image img
{
	border: 1px solid #4e4b4b;
}
#form-div form .submit-button
{
	text-align: center;
}
#form-div form .submit-button .submit-button
{
	background-color: #000;
	border: 1px solid #555;
	font-weight: 700;
	color: var(--white);
}
#form-div form .submit-button .submit-button:hover
{
	background-color: var(--white);
	color: var(--black);
}
#form-div form .submit-button .submit-button
{
	text-transform: uppercase;
	padding: 8px 30px;
	display: inline-block;
}

/*
=================================================
*/
.address_row_container .heading02
{
	margin-bottom: 20px;
}
.address_row_container .address_rows
{
	margin-bottom: 25px;
}
.address_row_container .address_rows h5
{
	font-size: 17px;
	padding-bottom: 4px;
	display: inline-block;
	border-bottom: 2px solid #fff;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 7px;
}
.address_row_container .address_rows span
{
	color: var(--black);
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 3px;
}
.address_row_container .address_rows span a
{
	color: var(--black);
}
.address_row_container .address_rows span a:hover
{
	color: blue;
	text-decoration: underline;
}
.address_row_container .address_rows span strong
{
	font-weight: 600;
}

/*
===============================================
*/

.login-box
{
	max-width: 450px;
	margin: auto;
}
.login-box form
{
	margin-top: 20px;
	box-shadow: 0 10px 10px 10px rgba(255 255 255 / 5%);
	border: 1px solid #f1f1f1;
	padding:25px 25px;
	margin-bottom: 25px;
	border-radius: 7px;
	/*background-color: #f7f7f7;*/
}
.login-box form .form_group
{
	margin-bottom: 20px;
}
.login-box form .form_group label
{
	font-weight: 600;
	margin-bottom: 5px;
}
.login-box form .form_group .inputs{
	    border-radius: 3px;
	    padding: 10px 15px;
	    border: 1px solid #dbd5d5;
	    font-size: 14px;
	    font-weight: 500;
	    color: var(--black);
}
.login-box form .form_group .inputs:focus
{
	box-shadow: none;
	outline: none;
}
.login-box form .captcha_image
{
	margin-top: 30px;
}
.login-box form .captcha_image img
{
	/*border: 1px solid #4e4b4b;*/
}
.login-box form .submit
{
	text-align: center;
}
.login-box form .submit .login
{
	display: inline-block;
	background-color: #000;
    border: 1px solid #000;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    padding: 8px 30px;
}
.login-box form .submit .login:hover
{
	background-color: var(--white);
	color: var(--black);
}
.login-box form .dont_have_account
{
	text-align: center;
	margin-top: 15px;
}
.login-box form .dont_have_account a
{
	font-weight: 500;
}
.login-box form .dont_have_account a:hover
{
	color: var(--bs-primary);
}

.login-box form .form_group .inputs::-webkit-input-placeholder { /* Edge */
  color: red;
  opacity: 0;
}

.login-box form .form_group .inputs:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
  opacity: 0;
}

.login-box form .form_group .inputs::placeholder {
  color: red;
  opacity: 0;
}


/*
======================================
*/

.register-box.login-box
{
	max-width: 100%;	
}
.collection-div-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}
.collection-div-row .colom-collection
{
	flex: 0 0 auto;
	width: calc(20% - 16px);
	margin: 0 8px 25px;
}
.collection-div-row .colom-collection .image
{
	width: 100%;
	overflow: hidden;
}
.collection-div-row .colom-collection .image img
{
	width: 100%;
	height: 310px;
	object-position: center;
	object-fit: contain;
	transition: .4s;
}
.collection-div-row .colom-collection:hover .image img
{
	transform: scale(1.1);
}
.collection-div-row .colom-collection .title
{
	color: var(--black);
	text-align: center;
	padding:8px 5px;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	z-index: 6;
}
.collection-div-row .colom-collection .title span
{
	text-transform: uppercase;
	color: var(--black);
	font-weight: 700;
}
.collection-div-row .colom-collection .stretched-link:after
{
	z-index: 3;
}
.collection-div-row .colom-collection .stretched-link:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 50%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.collection-div-row .colom-collection:hover .stretched-link:before
{
	opacity: 1;
	visibility: visible;
}
.collection-div-row .colom-collection .stretched-link span
{
	color: var(--white);
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
	font-size: 3em;
	transition: .3s;
	opacity: 0;
}
.collection-div-row .colom-collection:hover .stretched-link span
{
	opacity: 1;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

/*
=============================================
*/

section.product-detail-area
{
	margin-top: 40px;
}
section.product-detail-area .bigger_image_product img
{
	width: 100%;
	height: 500px;
	object-position: center;
	object-fit: contain;
	transition: .4s;
}
section.product-detail-area .bigger_image_product .stretched-link
{
	cursor: zoom-in;
}
section.product-detail-area .bigger_image_product:hover img
{
	transform: scale(1.1);
}

.product-details-area table
{
	width: 100%;
}
.product-details-area table tbody tr td
{
	border-bottom:1px solid #eaeaea;
}
.product-details-area table tbody tr:last-child td
{
	border-bottom: 0px;
}
.product-details-area table tbody tr td:nth-child(1)
{
	width: 30%;
	font-size: 15px;
	color: var(--black);
	font-weight: 700;
}
.product-details-area table tbody tr td:nth-child(2)
{
	color: var(--black);
	font-weight: 500;
}
.product-details-area table tbody tr td:nth-child(2) p
{
	text-align: justify;
	line-height: 20px;
	margin-bottom: 0;
}
.product-details-area table tbody tr:last-child td
{

}
.product-details-area table tbody tr:last-child td .add_to_cart
{
	display: inline-block;
	padding: 8px 20px;
	background-color: #000;
	border: 1px solid #000;
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 15px;
	box-sizing: border-box;
}
.product-details-area table tbody tr:last-child td .add_to_cart:hover
{
	background-color: var(--white);
	color: var(--black);
}
.product-details-area table tbody tr:last-child td .add_to_cart i
{
	margin-left: 3px;
}

/*
============================================
*/

.address_row_container .address_rows h5 strong
{
	font-size: 16px;
	font-weight: 700 !important;
}
.address_row_container .address_rows h5 span a
{
	font-weight: 500;
}
.address_row_container .address_rows h5 span a:hover
{
	color: blue;
	text-decoration: underline;
}

/*
==================================================
*/

.list-items ul
{
	padding-left: 20px;
}
.list-items ul li
{
	margin-bottom: 13px;
	list-style-type: square;
	line-height: 22px;
	text-align: justify;
}
.list-items ul li .strong
{
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
}
.list-items ul li .strong:after
{
	content: ':';
}

.gc-display-area
{
	border: 1px solid #eaeaea !important;
}
.gc-icon-download
{
	display: none !important;
}



.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 70px;
    z-index: 999999;
}


/* ================================= */

@media screen and (min-width:993px)
{
    .logo-and-button-for-nav .container
    {
        max-width:95%;
    }
}
@media screen and (max-width:992px)
{
    .logo-nav-row .center_navigation_content
    {
        display:none;
    }
}
.logo-and-button-for-nav.fixed_top_nav .logo-nav-row .center_navigation_content
{
    align-self:center;
}
.logo-and-button-for-nav .logo-nav-row .center_navigation_content .header_info
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
}

.logo-and-button-for-nav .logo-nav-row .center_navigation_content .header_info a
{
    flex:0 0 auto;    
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-right:30px;
}
.logo-and-button-for-nav .logo-nav-row .center_navigation_content .header_info a .icon
{
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1.3em;
}

.logo-and-button-for-nav .logo-nav-row .center_navigation_content .header_info a .detail
{
      display:flex;
    flex-direction:column;  
    flex:0 0 auto;
    width:calc(100% - 40px);
    padding-left:5px;
}
.logo-and-button-for-nav .logo-nav-row .center_navigation_content .header_info a .detail span:nth-child(1)
{
        font-size: 15px;
        color: #fff;
        font-weight: 800;
 }
.logo-and-button-for-nav .logo-nav-row .center_navigation_content .header_info a .detail span:nth-child(2)
{
        font-size: 15px;
        color: #fff;
        font-weight: 600;
 }
 
 
 .leftFixedButtons2 {
    position: fixed;
    top: 45%;
    left: 0;
    background-color: #f20f0f;
    z-index: 5;
    border-radius: 0 20px 20px 0;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.leftFixedButtons2 a
{
    writing-mode: vertical-rl;
    display: block;
    transform: rotate(360deg);
    text-decoration: none;
    padding: 20px 7px;
    padding-right: 16px;
    word-spacing: 1px;
    padding-left: 5px;
}
.leftFixedButtons2 a span
{
  color: var(--white);
  font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
}

@-webkit-keyframes up-down
{
  0%
  {
      transform: translateY(10px);
  }
  100%
  {
    transform: translateY(-10px);
  }
}
@keyframes up-down
{
  0%
  {
      transform: translateY(10px);
  }
  100%
  {
    transform: translateY(-10px);
  }
}