/* ----Global CSS---- */

:root {
	--container-max-width: 1170px;
	--primary-color: #0c2e8a;
	--secondary-color: #f48839;
	--font-family: 'Open Sans', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	width: var(--container-max-width);
	margin-left: auto;
	margin-right: auto;
}

/*  ----hero-nav-section---- */
.hero-nav-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 10px 0;
	font-size: 14px;
}

.hero-nav-left i {
	color: var(--secondary-color);
	padding: 4px;
}
.hero-nav-left a {
	color: #555;
	text-decoration: none;
	font-family: var(--font-family);
}

.hero-nav-left a:hover {
	color: var(--secondary-color);
}

.hero-nav-left .bi-telephone-fill {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}

.hero-nav-right h6 a {
	color: var(--primary-color);
	line-height: 1;
	display: inline-block;
	font-size: 16px;
}

.hero-nav-right h6 a span {
	color: var(--secondary-color);
}

/* ---- Border---- */

.light-border {
	border-bottom: 1px solid #eee;
}

/* ----main-nav---- */

#main-nav {
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-brand {
	font-size: 42px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.container-fluid img {
	width: 100px;
}

.main-nav-items li {
	margin-left: 15px;
	/* float: left; */
	position: relative;
	white-space: nowrap;
}

.nav-link {
	padding: 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
	outline: none;
}

.nav-item .nav-link.active {
	color: var(--secondary-color) !important;
	background-color: initial;
}

.nav-item a:hover {
	color: var(--secondary-color);
}

.dropdown-menu {
	margin: 4px 0 0 0;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
	border: none;
	border-radius: 0;
}

.product-item {
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	padding: 10px;
}

.dropdown-toggle:hover::after {
	color: var(--secondary-color);
}

.product-item:hover {
	color: var(--secondary-color);
}

.navbar .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.navbar .dropdown-toggle::after {
	transition: transform 0.2s;
}
.navbar .dropdown:hover .dropdown-toggle::after {
	transform: rotate(180deg);
}

/* ----contact-section---- */

#contact-section {
	padding: 30px 0;
}

.contact-header {
	margin-bottom: 30px;
}

.contact-header h2 {
	font-size: 32px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}

.contact-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--secondary-color);
	bottom: 0;
	left: 0;
}

.contact-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	text-align: center;
}

.contact-address {
	padding: 20px 0;
}

.contact-address i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--secondary-color);
}

.contact-address h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	font-family: 'Montserrat', sans-serif;
	/* margin: 0 0 20px 0; */
}

.contact-address address {
	color: #000;
	font-style: normal;
	font-family: var(--font-family);
}

.contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 170px;
}

.contact-phone i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--secondary-color);
}

.contact-phone h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	font-family: 'Montserrat', sans-serif;
}

.contact-phone p a {
	color: #000;
	text-decoration: none;
}

.contact-phone p a:hover {
	color: var(--secondary-color);
}

.contact-email {
	padding: 20px 0;
}

.contact-email i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--secondary-color);
}

.contact-email h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	font-family: 'Montserrat', sans-serif;
}

.contact-email p a {
	color: #000;
	text-decoration: none;
}

.contact-email p a:hover {
	color: var(--secondary-color);
}

/* ----google-map-section---- */

#google-map-section {
	background-color: #e8eaed;
	/* height: 300px; */
}

.google-map {
	width: 100%;
	height: 300px;
}

/* .gm-err-title {
	margin: 5px;
	margin-bottom: 20px;
	color: #3c4043;
	font-family: Roboto, Arial, sans-serif;
	text-align: center;
	font-size: 24px;
}

.gm-err-message {
	margin: 5px;
	color: #3c4043;
	font-family: Roboto, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
} */

/* ----form-section---- */

#form-section {
	padding: 30px 0;
}

#form-section form input {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	color: #495057;
}

.error-message {
	color: rgb(220, 92, 92);
	font-size: 12px;
	font-style: italic;
	display: none;
}

.form-error {
	border-color: rgb(220, 92, 92);
}

#form-section form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	color: #495057;
}
.hide {
	display: none;
}

.success {
	color: rgb(18, 112, 65);
	font-size: 12px;
	font-style: italic;
	display: block;
}

.error-message-2 {
	color: rgb(220, 92, 92);
	font-size: 12px;
	font-style: italic;
	display: none;
}

.form-btn {
	text-align: center !important;
}

.form-btn button {
	background: var(--secondary-color);
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* ----footer-section---- */

#footer-section {
	background: #f2f5f8;
	padding: 0 0 30px 0;
	font-size: 14px;
	padding-top: 10px;
	font-family: var(--font-family);
}

.footer-details {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.credits {
	font-size: 13px;
	color: #555;
}

.credits a {
	color: var(--primary-color);
	text-decoration: none;
}

/* ----icon-up---- */

.back-to-top {
	position: fixed;
	display: none;
	background: var(--secondary-color);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 40px;
	right: 15px;
	bottom: 15px;
}

.back-to-top:hover {
	background-color: var(--primary-color);
	color: #fff;
}
