/* Fonts */

@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway-Medium.ttf");
}

@font-face {
  font-family: "Gill-Sans";
  src: url("../fonts/Gill-Sans.otf");
}

@font-face {
  font-family: "Gill-Sans-Bold";
  src: url("../fonts/Gill-Sans-Bold.otf");
}

body{
	color: #1C2732;
	font-family: "Gill-Sans";
}

.ta-r{
	text-align: right;
}

.ta-c{
	text-align: center;
}

.ta-l{
	text-align: left;
}

.btn-row{
	padding: 15px 0;
}

.img-curved{
	border-radius: 15px;
}

/* button */
.btn-polo{
/* 	border-radius: 25px;
	background-color: #ed1c24;
	border-color: #ed1c24;
	min-width: 150px; */
}	
/* */

.container-fluid {
    padding-right:0;
    padding-left:0;
}

/* Navbar */
#polo-navbar.navbar{
	background-color: #00000022;
	color: #6E8DC8;

	box-shadow: 0px 0px 8px 2px #00000022;
	transition: 0.5s ease-in-out;
}

#polo-navbar .navbar-brand{
	width: 200px;
}

#polo-navbar.navbar .nav-link {
	color: #FFFFFF;
	transition: 0.5s ease-in-out;
	font-weight: bold;
	font-size: 1.25rem;
}

#polo-navbar.navbar .navbar-nav .nav-link {
	padding-right: 2rem; 
}

#polo-navbar .logo-header{
	width: 96px;
	position: relative;
}

#polo-navbar .logo-header img{
	transition: 0.5s ease-in-out;
}

#polo-navbar.navbar.sticky .logo-header .img-head{
	opacity: 1;
}

#polo-navbar .img-sticky{
	position: absolute;
	left: 0;
	opacity: 0;
}

#polo-navbar.navbar .navbar-toggler{
	border-color: #000000;
}

#polo-navbar.navbar .navbar-toggler-icon{
	background-image: none;
	color: #1C2732;
}

#polo-navbar.navbar .navbar-toggler-icon i{
	font-size: 24px;
	line-height: 30px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

#polo-navbar.navbar .dropdown-menu{
	margin:0;
}


/* Navbar Sticky */

#polo-navbar.navbar.sticky{
	background-color: #FFFFFFDD;
	padding: 0 1rem;
	box-shadow: 0px 0px 8px 2px #00000022;
}

#polo-navbar.navbar.sticky .logo-header .img-head{
	opacity: 0;
}

#polo-navbar.navbar.sticky .logo-header .img-sticky{
	opacity: 1;
}

#polo-navbar.navbar.sticky .nav-link {
	color: #1C2732;
}

#polo-navbar.navbar.sticky .navbar-toggler{
	border-color: #1C2732;
}

#polo-navbar.navbar.sticky .navbar-toggler-icon{
	background-image: none;
	color: #1C2732;
}

/* Banner */

.center-banner{
	position: relative;
	margin-bottom: 75px;
	height: 500px;

	overflow: hidden;

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	z-index: 3;
}

.about-us-bg{
	background-image: url('../image/about/line-3.png');
	background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
}

.about-us-img{
	margin-bottom: 5rem;
}

.about-us-tr{
	text-align: right;
}

.banner-text{
	position: absolute;
	top: 30%;
	left: 10%;
	color: #FFFFFF;
	width: 40%;
}

.banner-text h1{
	font-weight: 700;
	font-size: 4rem;
	text-shadow: 2px 2px 6px #000000aa;
}

.banner-text h2{
	font-weight: 700;
	font-size: 2.5rem;
	text-shadow: 2px 2px 6px #000000aa;
}

.banner-text h2 span{
	font-size: 3rem;
}

/* CSS */
.fp-tableCell{
	display: block;
}

#section1{
	background-color: #FFFFFF;
}

#section2{
	background-color: #FFFFFF;
}

#section3{
	background-color: #FFFFFF;
}

#map{
	height: 50vh;
}

.about-header h2{
	color: #6E8DC8;
	padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: 3rem;
}

.contact-us-form-con{
	padding: 50px 0;
}

.product-header{
	color: #6E8DC8;
	text-align: center;	
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

#product-nav a{
	color: #000000;
	transition: 0.3s ease-in-out;
}

#product-nav a.active{
	color: #6E8DC8;
	font-weight: 700;
}
 
.product-list{
	text-align: center;
}

/* Product Catalogue */
a.product-icon-item{
	width: 19%;
	display: inline-block;
	color: #1C2732;
	border: 1px solid #00000000;
    background-color: #fcfcfc;
	margin-bottom: 20px;
	padding: 15px 0;
}

a.product-icon-item:hover{
	text-decoration: none;
	/* border: 1px solid #CCCCCC; */	
	box-shadow: 0 0 10px 1px rgba(0,123,255,.25);
	transition: ease-in-out 0.3s;
}

a.product-icon-item:hover img{
	transform: scale(1.2);
	transition: transform 0.2s ease-in-out;
}

.product-icon-item img{
	display: block;
	margin: auto;
	max-width: 120px;
	border-radius: 5px;
	width: 100%;

	transition: transform 0.2s ease-in-out 0.2s;
}



.product-icon-item .product-desc h5{
	padding: 15px 0;
	margin: 0;
	font-weight: 700;
}

.product-desc h3{
	color: #6E8DC8;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: 3rem;
}

/* End Product Catalogue */



/* Product Page */
.product-image{
	padding: 50px 0;
}

.product-desc{
	padding: 15px 0 0px 0;
}

.product-table tr.line{
	border-top: 1px solid #dee2e6;
}

/* .product-table tr.line th{
	border-bottom: 1px solid #dee2e6;
} */

/* .product-table tr.line td{
	border-bottom: 1px solid #dee2e6;
} */

.product-table img{
	max-width:180px;
}

.product-table td.blank{
	padding: 0;
}

/* End Product Page*/

footer{
	margin-top: 50px;
	padding-top: 50px; 
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}

body.footer-n footer{
	margin-top: 0;
}

.footer-logo{
	width: 150px;	
	padding-bottom: 15px;
}

ul.footer-list{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.25rem;
	color: #333333;
}

ul.footer-list a{
	color: #1C2732;
	position: relative;
}

ul.footer-list a:hover{
	color: #ed1c24;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.footer-title{
	color: #6E8DC8;
	font-weight: 700;
	font-size: 1.25rem;
}

ul.footer-list li{
	padding-bottom: 5px;
	font-size: 1rem;
}

ul.footer-list.icon-list li{
	padding-bottom: 10px;
}

ul.footer-list i{
	color: #6E8DC8;	
	position: absolute;
	left: -30px;
	top: 6px;
}

.timing-table{
	font-size: 0.8rem;
}

.timing-table.table td, .timing-table.table th{
	padding: 0.5rem;
}

/* Contact */
.contact-icon{
	text-align: center;
	padding: 50px 0;
}

.contact-icon i{
	font-size: 3rem;
	padding-bottom: 20px;
	/* color: #ed1c24; */
	color: #6E8DC8;
}

.contact-icon h5{
	font-size: 1rem;
}

.contact-icon a{
	color: #333333;
}

.copyright{
	padding: 20px 0;
	text-align: center;
	font-weight: 700;
	background-color: #1C2732;
	color: #FFFFFF;
}

.copyright h5{
	margin: 0;
	font-size: 1rem;
	padding-right: 5px;
	display: inline-block;
}


/* Button */
.btn-primary{
	background-color: #ed1c24;
	border-color: #ed1c24;
	padding: 8px 30px;
}

.btn-primary:active,
.btn-primary:hover{
	background-color: #6E8DC8;
	border-color: #6E8DC8;
}

.btn-primary:focus{
	background-color: #6E8DC8;
	border-color: #6E8DC8;
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
/* End Button */


/* Review */
.reviews-container {
  background: #fff;
  /* border-radius: 10px; */
  /* box-shadow: 2px 2px 20px rgba(0, 0, 0 ,0.5); */
  margin-top: 40px;
  /* padding: 30px; */
}
#google-reviews {

}
.review-wrap {
 	margin-bottom: 20px;
 	border-radius: 10px;
 	border: 1px solid #dddddd;
 	padding: 20px;
}
.review-wrap:last-of-type {
  margin-bottom: 0;
}
.author {
  margin-bottom: 15px;
}
.author-img {
  float: left;
  margin-right: 10px;
  max-width: 40px;
  transition: filter ease-in-out .3s;
}
.author-img:hover {
  filter: brightness(2);
}
.author-name {
  font-weight: 700;
}
.rating i {
  color: gold;
  padding-right: 2px;
}
.review {
  clear: both;
}
/* End Review */


/* Responsive */

@media (max-width: 1366px) {
	.banner-text h1{
		font-size: 3rem;
	}
}
@media (max-width: 1024px) {
	.banner-text {
	    top: 30%;
	    left: 15%;
	}

	.contact-icon h4{
		font-size: 1.25rem;
	}
}

@media (max-width: 768px) {
	.banner-text h1{
		font-size: 2rem;
	}

	.about-us-bg{
		background-image: none;
		padding-bottom: 25px;
	}

	.center-banner{
		margin-bottom: 25px;
	}

	.center-banner .banner-text{
		top: 35%;
	    left: 10%;
	    width: 80%;
	}

	.center-banner .banner-text h2{
		font-size: 2rem;
		text-align: center;
	}

	.about-header h2{
		font-size: 2rem;
	}

	#product-nav a{
		padding: .5rem .5rem;
	}

}


@media (max-width: 767px) {
	.container{
		/* replace default for ipad */
	    max-width: 100%;
	}

	.contact-us-list{
		position: initial;
		transform: initial;
		width: 100%;
	}

	body {
	    margin-top: 75px;
	}

	#polo-navbar.navbar.sticky,
	#polo-navbar.navbar{
		background-color: #FFFFFF;
		padding: 0px 1rem;
		box-shadow: 0px 0px 8px 2px #00000022;
	}

	#polo-navbar.navbar.sticky .logo-header .img-head,
	#polo-navbar.navbar .logo-header .img-head {
	    opacity: 0;
	}

	#polo-navbar.navbar.sticky .logo-header .img-sticky,
	#polo-navbar.navbar .logo-header .img-sticky {
	    opacity: 1;
	}

	#polo-navbar.navbar.sticky .nav-link,
	#polo-navbar.navbar .nav-link {
	    color: #1C2732;
	    border-top: 1px solid #f0f6fc;
	    font-size: 1rem;
	}

	ul.footer-list.icon-list{
		padding-left: 40px;
	}

	.footer-title{
		padding-top: 25px;
		/* border-top: 1px solid #dee2e6; */
	}

	.about-us-img{
		padding-bottom: 3rem;
	}

	a.product-icon-item{
		width: 24%;
	}

	.product-icon-item img {
	    max-width: 100px;
	}

	.product-icon-item .product-desc h5{
		padding: 5px 0;
	}

	.contact-icon{
		padding: 25px 0;
	}
}

@media (max-width: 575px) {

	.about-us-img{
		padding-bottom: 2rem;
		padding-top: 2rem;
	}

	.about-us-tr{
		text-align: left;
	}

	.contact-icon {
		display: flex;
	    align-items: center;
	}

	.contact-icon i{
		font-size: 2rem;
		display: inline-flex;
		width: 40%;
		justify-content: center;
	}

	.contact-icon h4{
		display: inline-flex;
		width: 60%;
		justify-content: center;
	}

}

@media (max-width: 480px) {
	.banner-text{
	    top: 20%;
	    left: 15%;
	    width: 40%;
	}

	.banner-text h1 {
	    font-size: 1.75rem;
	}

	.about-header h2 {
	    font-size: 1.75rem;
	}

	h3 {
	    font-size: 1.25rem;
	}

	.copyright h5{
		display: block;
	}

	.product-table tr.line td{
		border-bottom: none;
	}

	.product-table th{
		display: block;
		border-bottom: 1px solid #dee2e6;
	}

	.product-table td{
		display: block;
	}

	a.product-icon-item{
		width: 32%;
	}

	.product-icon-item img {
	    max-width: 80px;
	}

	.product-icon-item .product-desc h5{
		font-size: 16px;
	}

	#product-nav a {
	    padding: .25rem .5rem;
	    font-size: 14px;
	}

	.contact-icon i{
		width: 30%;
	}

	.contact-icon h4{
		width: 70%;
	}

	.contact-icon h4 {
	    font-size: 1rem;
	}
}