
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Nunito';
    font-size: 10px;
    color: #040321;
    position: absolute;
    top: 140px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 99;
}
.no_margin{
	margin: 0!important;
}
.customLoginAlert.custom-swal{
    font-family: 'Nunito';
    font-size: 8px;
    color: #040321;
}
.swal2-actions button {
    background-color: #FBBA00;
    color: #000;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #FBBA00;
}
.custom-timer-bar{
    background-color: #FBBA00;
}
.carouselImg{
	width: 100%;
	height: 530px;
}
.biggerText {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	margin-bottom: 10px;	
}
.biggerText span {
	background-color: #FBBA00;
	padding: 10px 20px;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 72px;
}
.banner .d-block.w-100 {
	height: 540px;
	object-fit: cover;
}
.smallText {
	font-weight: 600;
	font-size: 35px;
	margin: 25px 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.viewCollection {
	background-color: #3C3950;
	border-color: #3C3950;
	/* font-weight: 500; */
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	margin-top: 12px;
}
.carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #fff;
	opacity: 1;
}
.carousel-indicators li.active {
	background-color: #FBBA00;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 50%;
	left: auto;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 20px;
	margin-left: 15%;
	list-style: none;
	flex-direction: column;
}
.captionText {
	padding-top: 150px;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	text-align: center;
	margin-top: 45px;
}
ul li{
	list-style: none;
}
ul{
	padding: 0;
	margin: 0;
}
.tittle {
	text-transform: uppercase;
	color: #414141;
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 40px;
}
.tittle::after {
	content: "";
	border: 2px solid #F7B908;
	display: block;
	width: 150px;
	margin: auto;
	margin-top: 15px;
	border-radius: 50px;
}
.text-center.onsale p {
	max-width: 1000px;
	margin: auto;
	padding-bottom: 25px;
	color: #414141;
	font-weight: 300;
}
.flex_align_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product_overlay {
	text-align: center;
}
.item{
	position: relative;
}
.poductProcudure {
	display: flex;
	justify-content: center;
}
.productsRow img.cart {
	width: 20px;
	height: 25px;
  }
  .poductProcudure a i{
	  font-size: 22px;
  }
  .poductProcudure a:hover{
	  background-color:  rgba(0, 0, 0, 0.6) ;
  }
.poductProcudure a {
	text-align: center;
	display: flex;
	line-height: 5px;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 12px 18px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 10px;
}
.text{
	color: #fff;
	text-transform: uppercase;
}
.text:hover{
	color: #fff;
	cursor: pointer;
}
.product_overlay {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .3s;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.imageBg .product_overlay {
	opacity: 1;
	background: rgba(76, 135, 195, 0.7) none repeat scroll 0 0;
	position: relative;
}
.imageText h4 {
	text-align: right;
	font-size: 36px;
	max-width: 755px;
	text-transform: uppercase;
	color: #fff;
	padding: 50px 0;
}
.imageText h4 span {
	font-weight: 700;
	font-size: 38px;
}
.requestQuote .col-md-8, .requestQuote .col-md-4{
	padding: 0;
}
.requestQuote{
	overflow: hidden;
}
.quote {
	background-color: #F7B908;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.requestQuote .styleBtn {
	background-color: #F7B908;
	padding: 11px 26px;
	color: #fff;
	border-radius: 2px;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.item:hover .product_overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.productsRow {
	display: flex;
	padding: 15px 0;
	overflow-x: hidden;
}
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    color: #040321;
    position: absolute;
    top: 100px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.customLoginAlert.custom-swal{
    font-family: 'Raleway';
    font-size: 8px;
    color: #040321;
}
.swal2-actions button {
    background-color: #F7B908;
    color: #000;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #F7B908;
}
.custom-timer-bar{
    background-color: #F7B908;
}
.imageBg {
	background-image: url(../images/branch.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
}
.productsRow img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.projectList .row {
    justify-content: center;
}
.imgSctn {text-align: center;}
.imgSctn img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.imgSctn:hover .imgInfo {
    background-color: #F7B908;
}
.projects .col-md-4{
	padding: 0;
}
.projects{
	overflow-x: hidden;
	padding: 30px 0;
}
.ourProjects {
	padding: 30px 0 0;
}
.imgInfo {
	text-align: center;
	padding: 25px 0;
	transition: 0.5s;
}
.productsRow .col-md-3 {
	padding-right: 15px;
	padding-left: 0;
}
.productsRow .col-md-3:last-child{
	padding-right: 0;
}
.imgSctn:hover .styleBtn{
	background-color: #fff;
	color: #F7B908;
}
.imgSctn:hover h3{
	color: #fff;
}
.imgInfo h3 {
	color: #454B5F;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	min-height: 50px;
}
.styleBtn {
	background-color: #F7B908;
	padding: 8px 12px;
	color: #fff;
	border-radius: 5px;
}
.tab ul.nav-tabs {
	justify-content: center;
	border-bottom: none;
	padding-bottom: 30px;
}
.tab ul.nav-tabs li {
	margin-right: 30px;
}
.tab ul.nav-tabs li a:hover, .tab ul.nav-tabs li a.active {
	color: #F7B908;
	outline: none;
	border-bottom: 1px solid #F7B908;
}
.tab ul.nav-tabs li a {
	padding: 8px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	text-transform: uppercase;
	border: 1px solid transparent;
	color: #0B0F0E;
	letter-spacing: 1px;
}
.projectList .item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.projectList .col-md-3{
	padding: 0;
}
.portfolio{
	overflow: hidden;
	padding: 50px 0 0;
}
.portfolio .product_overlay {
	background: rgba(247, 185, 8, 0.6) none repeat scroll 0 0;
}
.portfolio .text {
	padding-bottom: 15px;
}
.portfolio .styleBtn {
	background-color: transparent;
	padding: 10px 35px;
	color: #fff;
	border-radius: 4px;
	border: 2px solid #fff;
	/* margin: 10px 0; */
}
.portfolio .styleBtn:hover{
	cursor: pointer;
}
/**/
a:hover{
    text-decoration: none;
}
.textDiv h2 {
	font-weight: 900;
	font-size: 45px;
	color: #414141;
}
.textDiv .tittle::after{
	margin: 20px 0 0 0;
}
.textDiv p {
	margin-bottom: 30px;
	color: #414141;
	font-weight: 300;
	font-size: 16px;
}
.textDiv .styleBtn {
	padding: 12px 20px;
	color: #fff;
}
.textDiv h6 {
	font-size: 32px;
}
.whiteBg {
	padding: 70px 0;
}
.imgResize {
	width: 100%;
	height: 172px;
}

.greyBg {
	background-color: #F7F7F7;
	padding: 50px 0;
}

@media screen and  (max-width: 1024px){
    .captionText {
		padding-top: 50px;
		margin-top: 150px;
	}
	.text-center.onsale p{
		max-width: 910px;
	}
	.imageText h4 {
		font-size: 29px;
		max-width: 570px;
	}
}
@media screen and  (min-width: 768px) and (max-width: 991px){
   
    .biggerTxt {
        font-size: 30px;
	}
	.biggerText span {
		font-size: 45px;
	}
	.smallText {
		font-size: 28px;
	}
	.viewCollection {
		margin-top: 0;
	}
	.carousel-indicators{
		bottom: 30%;
	}
	.captionText {
		padding-top: 30px;
		margin-top: 150px;
	}
	.textDiv h2 {
		font-size: 40px;
	}
	.textDiv h6 {
		font-size: 22px;
	}
	.textDiv p {
		font-size: 14px;
	}
	.imgInfo h3 {
		font-size: 10px;
		height: 75px;
		overflow: hidden;
	}
	
	.imageText h4 {
		font-size: 26px;
		max-width: 515px;
	}

}
@media screen and (max-width: 767px){
	.captionText {
		padding-top: 0;
		margin-top: 150px;
	}
	.biggerText{
		margin-bottom: 25px;
	}
	.banner .d-block.w-100 {
		height: 400px;
	}
	.dropdown.user_login {
		display: flex;
		margin-right: -10px;
	}
	.productsRow .item{
		text-align: center;
	}
	.productsRow img {
		width: auto;
		height: 220px;
		max-width: 100%;
		/* margin: auto; */
		text-align: center;
		margin-bottom: 30px;
	}
	.smallText {
		font-size: 16px;
		margin: 5px 0;
	}
	.biggerText span {
		font-size: 30px;
	}
	.viewCollection {
		margin-top: 5px;
	}
	.carousel-indicators li {
		width: 10px;
		height: 10px;
	}
	.carousel-indicators {
		bottom: 10%;
	}
	.textDiv h2 {
		font-size: 30px;
	}
	.whiteBg {
		padding: 35px 0;
	}
	.textDiv h6 {
		font-size: 16px;
	}
	.tittle {
		font-size: 30px;
	}
	.productsRow {
		flex-direction: column;
		padding: 0;
	}
	.productsRow .col-md-3 {
		padding-right: 0;
		padding-left: 0;
	}
	.imageText h4 {
		font-size: 27px;
		max-width: 345px;
		text-align: left;
	}
	.quote {
		padding: 15px 0;
	}
	.tab ul.nav-tabs li {
		margin: 10px;
		display: block;
	}
}