﻿html {
	scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 *,
html,
body {
	font-family: 'Open Sans', sans-serif;
}
a:hover,
a:focus {
	color: #a90404;
}
/*-------------------------------------
	1.1 padding (around)
-------------------------------------*/

.p-a0 {
	padding: 0;
}
.p-a5 {
	padding: 5px;
}
.p-a10 {
	padding: 10px;
}
.p-a15 {
	padding: 15px;
}
.p-a20 {
	padding: 20px;
}
.p-a25 {
	padding: 25px;
}
.p-a30 {
	padding: 30px;
}
.p-a40 {
	padding: 40px;
}
.p-a50 {
	padding: 50px;
}
.p-a60 {
	padding: 60px;
}
.p-a70 {
	padding: 70px;
}
.p-a80 {
	padding: 80px;
}
.p-a90 {
	padding: 90px;
}
.p-a100 {
	padding: 100px;
}
.p-a110 {
	padding: 110px;
}
.p-a120 {
	padding: 120px;
}
.p-a130 {
	padding: 130px;
}
.p-a140 {
	padding: 140px;
}
.p-a150 {
	padding: 150px;
}
/*-------------------------------------
	1.2 Padding (top)
-------------------------------------*/

.p-t0 {
	padding-top: 0;
}
.p-t5 {
	padding-top: 5px;
}
.p-t10 {
	padding-top: 10px;
}
.p-t15 {
	padding-top: 15px;
}
.p-t20 {
	padding-top: 20px;
}
.p-t30 {
	padding-top: 30px;
}
.p-t40 {
	padding-top: 40px;
}
.p-t50 {
	padding-top: 50px;
}
.p-t60 {
	padding-top: 60px;
}
.p-t70 {
	padding-top: 70px;
}
.p-t80 {
	padding-top: 80px;
}
.p-t90 {
	padding-top: 90px;
}
.p-t100 {
	padding-top: 100px;
}
.p-t110 {
	padding-top: 110px;
}
.p-t120 {
	padding-top: 120px;
}
.p-t130 {
	padding-top: 130px;
}
.p-t140 {
	padding-top: 140px;
}
.p-t150 {
	padding-top: 150px;
}
/*-------------------------------------
    1.3 Padding (bottom)
-------------------------------------*/

.p-b0 {
	padding-bottom: 0;
}
.p-b5 {
	padding-bottom: 5px;
}
.p-b10 {
	padding-bottom: 10px;
}
.p-b15 {
	padding-bottom: 15px;
}
.p-b20 {
	padding-bottom: 20px;
}
.p-b30 {
	padding-bottom: 30px;
}
.p-b40 {
	padding-bottom: 40px;
}
.p-b50 {
	padding-bottom: 50px;
}
.p-b60 {
	padding-bottom: 60px;
}
.p-b70 {
	padding-bottom: 70px;
}
.p-b80 {
	padding-bottom: 80px;
}
.p-b90 {
	padding-bottom: 90px;
}
.p-b100 {
	padding-bottom: 100px;
}
.p-b110 {
	padding-bottom: 110px;
}
.p-b120 {
	padding-bottom: 120px;
}
.p-b130 {
	padding-bottom: 130px;
}
.p-b140 {
	padding-bottom: 140px;
}
.p-b150 {
	padding-bottom: 150px;
}
/*-------------------------------------
	1.4 Padding (left)
-------------------------------------*/

.p-l0 {
	padding-left: 0;
}
.p-l5 {
	padding-left: 5px;
}
.p-l10 {
	padding-left: 10px;
}
.p-l15 {
	padding-left: 15px;
}
.p-l20 {
	padding-left: 20px;
}
.p-l30 {
	padding-left: 30px;
}
.p-l40 {
	padding-left: 40px;
}
.p-l50 {
	padding-left: 50px;
}
.p-l60 {
	padding-left: 60px;
}
.p-l70 {
	padding-left: 70px;
}
.p-l80 {
	padding-left: 80px;
}
.p-l90 {
	padding-left: 90px;
}
.p-l100 {
	padding-left: 100px;
}
.p-l110 {
	padding-left: 110px;
}
.p-l120 {
	padding-left: 120px;
}
.p-l130 {
	padding-left: 130px;
}
.p-l140 {
	padding-left: 140px;
}
.p-l150 {
	padding-left: 150px;
}
/*-------------------------------------
	1.5 Padding (right)
-------------------------------------*/

.p-r0 {
	padding-right: 0;
}
.p-r5 {
	padding-right: 5px;
}
.p-r10 {
	padding-right: 10px;
}
.p-r15 {
	padding-right: 15px;
}
.p-r20 {
	padding-right: 20px;
}
.p-r30 {
	padding-right: 30px;
}
.p-r40 {
	padding-right: 40px;
}
.p-r50 {
	padding-right: 50px;
}
.p-r60 {
	padding-right: 60px;
}
.p-r70 {
	padding-right: 70px;
}
.p-r80 {
	padding-right: 80px;
}
.p-r90 {
	padding-right: 90px;
}
.p-r100 {
	padding-right: 100px;
}
.p-r110 {
	padding-right: 110px;
}
.p-r120 {
	padding-right: 120px;
}
.p-r130 {
	padding-right: 130px;
}
.p-r140 {
	padding-right: 140px;
}
.p-r150 {
	padding-right: 150px;
}
/*-------------------------------------
	1.6 Padding (left right)
-------------------------------------*/

.p-lr0 {
	padding-left: 0;
	padding-right: 0;
}
.p-lr5 {
	padding-left: 5px;
	padding-right: 5px;
}
.p-lr10 {
	padding-left: 10px;
	padding-right: 10px;
}
.p-lr15 {
	padding-left: 15px;
	padding-right: 15px;
}
.p-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.p-lr30 {
	padding-left: 30px;
	padding-right: 30px;
}
.p-lr40 {
	padding-left: 40px;
	padding-right: 40px;
}
.p-lr50 {
	padding-left: 50px;
	padding-right: 50px;
}
.p-lr60 {
	padding-left: 60px;
	padding-right: 60px;
}
.p-lr70 {
	padding-left: 70px;
	padding-right: 70px;
}
.p-lr80 {
	padding-left: 80px;
	padding-right: 80px;
}
.p-lr90 {
	padding-left: 90px;
	padding-right: 90px;
}
.p-lr100 {
	padding-left: 100px;
	padding-right: 100px;
}
.p-lr120 {
	padding-left: 120px;
	padding-right: 120px;
}
.p-lr150 {
	padding-left: 150px;
	padding-right: 150px;
}
/*-------------------------------------
	1.7 Padding (top bottom)
-------------------------------------*/

.p-tb0 {
	padding-bottom: 0;
	padding-top: 0;
}
.p-tb5 {
	padding-bottom: 5px;
	padding-top: 5px;
}
.p-tb10 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.p-tb15 {
	padding-bottom: 15px;
	padding-top: 15px;
}
.p-tb20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.p-tb30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.p-tb40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.p-tb50 {
	padding-bottom: 50px;
	padding-top: 50px;
}
.p-tb60 {
	padding-bottom: 60px;
	padding-top: 60px;
}
.p-tb70 {
	padding-bottom: 70px;
	padding-top: 70px;
}
.p-tb80 {
	padding-bottom: 80px;
	padding-top: 80px;
}
.p-tb90 {
	padding-bottom: 90px;
	padding-top: 90px;
}
.p-tb100 {
	padding-bottom: 100px;
	padding-top: 100px;
}
.p-tb120 {
	padding-bottom: 120px;
	padding-top: 120px;
}
.p-tb150 {
	padding-bottom: 150px;
	padding-top: 150px;
}
/*-------------------------------------
	2.1 margin (around)
-------------------------------------*/

.m-a-1 {
	margin: -1px;
}
.m-a0 {
	margin: 0;
}
.m-a5 {
	margin: 5px;
}
.m-a10 {
	margin: 10px;
}
.m-a15 {
	margin: 15px;
}
.m-a20 {
	margin: 20px;
}
.m-a30 {
	margin: 30px;
}
.m-a40 {
	margin: 40px;
}
.m-a50 {
	margin: 50px;
}
.m-a60 {
	margin: 60px;
}
.m-a70 {
	margin: 70px;
}
.m-a80 {
	margin: 80px;
}
.m-a90 {
	margin: 90px;
}
.m-a100 {
	margin: 100px;
}
.m-a110 {
	margin: 110px;
}
.m-a120 {
	margin: 120px;
}
.m-a130 {
	margin: 130px;
}
.m-a140 {
	margin: 140px;
}
.m-a150 {
	margin: 150px;
}
/*-------------------------------------
	2.2 marging (top)
-------------------------------------*/

.m-t0 {
	margin-top: 0;
}
.m-t5 {
	margin-top: 5px;
}
.m-t10 {
	margin-top: 10px;
}
.m-t15 {
	margin-top: 15px;
}
.m-t20 {
	margin-top: 20px;
}
.m-t30 {
	margin-top: 30px;
}
.m-t40 {
	margin-top: 40px;
}
.m-t50 {
	margin-top: 50px;
}
.m-t60 {
	margin-top: 60px;
}
.m-t70 {
	margin-top: 70px;
}
.m-t80 {
	margin-top: 80px;
}
.m-t90 {
	margin-top: 90px;
}
.m-t100 {
	margin-top: 100px;
}
.m-t110 {
	margin-top: 110px;
}
.m-t120 {
	margin-top: 120px;
}
.m-t130 {
	margin-top: 130px;
}
.m-t140 {
	margin-top: 140px;
}
.m-t150 {
	margin-top: 150px;
}
/*-------------------------------------
	2.3 marging (bottom)
-------------------------------------*/

.m-b0 {
	margin-bottom: 0;
}
.m-b5 {
	margin-bottom: 5px;
}
.m-b10 {
	margin-bottom: 10px;
}
.m-b15 {
	margin-bottom: 15px;
}
.m-b20 {
	margin-bottom: 20px;
}
.m-b30 {
	margin-bottom: 30px;
}
.m-b40 {
	margin-bottom: 40px;
}
.m-b50 {
	margin-bottom: 50px;
}
.m-b60 {
	margin-bottom: 60px;
}
.m-b70 {
	margin-bottom: 70px;
}
.m-b80 {
	margin-bottom: 80px;
}
.m-b90 {
	margin-bottom: 90px;
}
.m-b100 {
	margin-bottom: 100px;
}
.m-b110 {
	margin-bottom: 110px;
}
.m-b120 {
	margin-bottom: 120px;
}
.m-b130 {
	margin-bottom: 130px;
}
.m-b140 {
	margin-bottom: 140px;
}
.m-b150 {
	margin-bottom: 150px;
}
/*-------------------------------------
	2.4 marging (left)
-------------------------------------*/

.m-l0 {
	margin-left: 0;
}
.m-l5 {
	margin-left: 5px;
}
.m-l10 {
	margin-left: 10px;
}
.m-l15 {
	margin-left: 15px;
}
.m-l20 {
	margin-left: 20px;
}
.m-l30 {
	margin-left: 30px;
}
.m-l40 {
	margin-left: 40px;
}
.m-l50 {
	margin-left: 50px;
}
.m-l60 {
	margin-left: 60px;
}
.m-l70 {
	margin-left: 70px;
}
.m-l80 {
	margin-left: 80px;
}
.m-l90 {
	margin-left: 90px;
}
.m-l100 {
	margin-left: 100px;
}
.m-l110 {
	margin-left: 110px;
}
.m-l120 {
	margin-left: 120px;
}
.m-l130 {
	margin-left: 130px;
}
.m-l140 {
	margin-left: 140px;
}
.m-l150 {
	margin-left: 150px;
}
/*-------------------------------------
	2.5 marging (right)
-------------------------------------*/

.m-r0 {
	margin-right: 0;
}
.m-r5 {
	margin-right: 5px;
}
.m-r10 {
	margin-right: 10px;
}
.m-r15 {
	margin-right: 15px;
}
.m-r20 {
	margin-right: 20px;
}
.m-r30 {
	margin-right: 30px;
}
.m-r40 {
	margin-right: 40px;
}
.m-r50 {
	margin-right: 50px;
}
.m-r60 {
	margin-right: 60px;
}
.m-r70 {
	margin-right: 70px;
}
.m-r80 {
	margin-right: 80px;
}
.m-r90 {
	margin-right: 90px;
}
.m-r100 {
	margin-right: 100px;
}
.m-r110 {
	margin-right: 110px;
}
.m-r120 {
	margin-right: 120px;
}
.m-r130 {
	margin-right: 130px;
}
.m-r140 {
	margin-right: 140px;
}
.m-r150 {
	margin-right: 150px;
}
/*-------------------------------------
	2.6 marging (left right)
-------------------------------------*/

.m-lr0 {
	margin-left: 0;
	margin-right: 0;
}
.m-lr5 {
	margin-left: 5px;
	margin-right: 5px;
}
.m-lr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.m-lr15 {
	margin-left: 15px;
	margin-right: 15px;
}
.m-lr20 {
	margin-left: 20px;
	margin-right: 20px;
}
.m-lr30 {
	margin-left: 30px;
	margin-right: 30px;
}
.m-lr40 {
	margin-left: 40px;
	margin-right: 40px;
}
.m-lr50 {
	margin-left: 50px;
	margin-right: 50px;
}
.m-lr60 {
	margin-left: 60px;
	margin-right: 60px;
}
.m-lr70 {
	margin-left: 70px;
	margin-right: 70px;
}
.m-lr80 {
	margin-left: 80px;
	margin-right: 80px;
}
.m-lr90 {
	margin-left: 90px;
	margin-right: 90px;
}
.m-lr100 {
	margin-left: 100px;
	margin-right: 100px;
}
.m-lr120 {
	margin-left: 120px;
	margin-right: 120px;
}
.m-lr150 {
	margin-left: 150px;
	margin-right: 150px;
}
/*-------------------------------------
	2.7 marging (top bottom)
-------------------------------------*/

.m-tb0 {
	margin-bottom: 0;
	margin-top: 0;
}
.m-tb5 {
	margin-bottom: 5px;
	margin-top: 5px;
}
.m-tb10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.m-tb15 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.m-tb20 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.m-tb30 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.m-tb40 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.m-tb50 {
	margin-bottom: 50px;
	margin-top: 50px;
}
.m-tb60 {
	margin-bottom: 60px;
	margin-top: 60px;
}
.m-tb70 {
	margin-bottom: 70px;
	margin-top: 70px;
}
.m-tb80 {
	margin-bottom: 80px;
	margin-top: 80px;
}
.m-tb90 {
	margin-bottom: 90px;
	margin-top: 90px;
}
.m-tb100 {
	margin-bottom: 100px;
	margin-top: 100px;
}
.m-tb120 {
	margin-bottom: 120px;
	margin-top: 120px;
}
.m-tb150 {
	margin-bottom: 150px;
	margin-top: 150px;
}
nav.navbar.bootsnav.sticked .social-icons {
	display: block;
	margin: 10px 0;
}
.color-picker {
	display: none;
}
nav.navbar.bootsnav ul.nav > li > a {
	text-transform: capitalize;
}
.btn_fill {
	text-transform: capitalize;
}
.widget-title {
	text-transform: capitalize;
}
nav .col-md-12 {
	display: flex;
	justify-content: space-between;
}
nav.navbar.bootsnav.sticked .navbar-brand {
	width: 150px;
	padding-top: 15px;
}
.brand-div {
	text-align: center;
}
.brand-div[class*="col-"] {
	max-width: 130px;
	display: inline-block;
	float: none;
	padding: 5px;
}
#our-partner-slider .item {
	margin: 0 auto;
	text-align: center;
}
iframe {
	width: 100%;
	min-height: 315px;
}
.widget-title.follow {
	font-size: 16px;
}
.widget {
	margin-bottom: 10px;







	/*max-height: 285px;
    overflow: auto;*/
}
.m-0 {
	margin: 0;
}
/* width */

.autoscroll::-webkit-scrollbar {
	width: 2px;
}
/* Track */

.autoscroll::-webkit-scrollbar-track {
	background: #808080;
}
/* Handle */

.autoscroll::-webkit-scrollbar-thumb {
	background: #d82a1f;
}
/* Handle on hover */

.autoscroll::-webkit-scrollbar-thumb:hover {
	background: #b81309;
}
blockquote {
	width: 100%;
}
.slider_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(107, 50, 50, 0) 0%, rgba(42, 42, 42, 1) 100%);
	opacity: 0;
}
.slider-effect {
	position: relative;
}
.slider-effect img {
	width: 100%;
}
.text-div {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#home-slider {
	position: relative;
}
#home-slider.owl-theme .owl-controls {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-page span {
	background: #000;
}
.group-button-search {
	padding: 10px 20px;
}
#home-slider {
	position: relative;
}
#home-slider .owl-item.active h2 {
	-webkit-animation: 1s .3s fadeInDown both;
	animation: 1s .3s fadeInDown both;
}
#home-slider .owl-item.active .group-button-search {
	-webkit-animation: 1s .3s fadeInUp both;
	animation: 1s .3s fadeInUp both;
}
#home-slider .owl-dots {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
#home-slider.owl-carousel button.owl-dot {
	display: inline-block;
	outline: none;
}
#home-slider .owl-dot span {
	margin: 5px 7px;
	width: 20px;
	height: 5px;
	background: #f4f5f2;
	display: block;
}
#home-slider .owl-dot.active span {
	background: #a90404;
}
.enquire-now {
	width: 220px;
	position: fixed;
	bottom: 0;
	z-index: 9;
	right: 75px;
	background: #fff;
	/* box-shadow: 0 0 20px #080808;*/
	bottom: 0px;
	transform: translateY(370px);
	-webkit-transform: translateY(370px);
	transition: 0.35s;
	-webkit-transition: 0.35s;
}
.enquire-now h2 {
	background: #a90404;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	/* letter-spacing: 1.25px; */
}
.enquire-now h2 div  {
  
    max-width: fit-content;
    margin: auto;
    line-height: 10px;
 
}
.enquire-now h2 span  {
 
    float: left;
    display: inline-block;
    line-height: 20px;
}
.enquire-now h2 i  {
    font-size: 36px;
    line-height: 20px;
    position: relative;
    /* right: 10px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* float: left; */
    /* display: inline-block; */
    margin-left: 5px;
}
.enquire-now h2 i.fa-caret-up{
display:inline-block;

}
.enquire-now h2 i.fa-caret-down{
display:none;

}
.enquire-now.up h2 i.fa-caret-up{
display:none;
}
.enquire-now.up h2 i.fa-caret-down{
display:inline-block;
}
.enquire-now h2 img
{
    width: 22px;
	margin-left:5px;
}

.enquire-now h2 img.arrow-up{
display:inline-block;

}
.enquire-now h2 img.arrow-down{
display:none;

}
.enquire-now.up h2 img.arrow-up{
display:none;
}
.enquire-now.up h2 img.arrow-down{
display:inline-block;
}



.enquire-now form {
	padding: 15px;
}
form-control input,
.form-control::-webkit-input-placeholder {
	color: #4d4d4d;
	border-color: #4d4d4d;
	font-size: 12px;
}
.enquire-now button {
	background: #a90404;
	color: #fff;
}
.enquire-now button:hover,.enquire-now button:focus ,.enquire-now button:active{
	background: #a70000!important;
	color: #fff!important;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	border-color:#a70000!important;
	box-shadow:none!important;
	outline:none;
}
.form-control {
	color: #000;
}
.enquire-now.up {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
#our-partner-slider .item img {
	width: 75%;
	margin: auto;
}
.socials li a {
	border-radius: 50%;
	color: #a90404;
	border: 2px solid #a90404;
}
.color_red {
	color: #a90404;
}
.group-button-search {
	background: #a90404;
}
.socials a {
	/*background: #D2D7D3;*/
	/*color: #222;*/
	border-radius: 100%;
	display: inline-block;
	text-decoration: none;
	position: relative;
	width: 40px;
	height: 28px;
	margin: 0 2px;
	/* padding-top: 12px; */
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.socials a span {
	background: #a90404;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: -25px;
	right: -25px;
	padding: 0px 6px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	/* box-shadow: 0 0 7px #a90404; */
	border-radius: 4px;
	font-weight: normal;
	white-space: nowrap;
	min-width: fit-content;
	display: none;
}
.socials a span:before {
	content: '';
	/*   width: 0;
  height: 0; */
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #a90404;
	position: absolute;
	top: -10px;
	left: 40px;
}
.socials a:hover span {
	bottom: -35px;
	visibility: visible;
	opacity: 1;
}
.socials li a:hover,
.socials li a:focus {
	background: #a90404;
	border-color: #a90404;
}
.widget.dark .list-border li {
	border: 0;
}
.content-div {
	background: white;
	position: relative;
	z-index: 1;
}
footer.footer {
	bottom: 0;
	width: 100%;
}
a.back-to {
	background: #a90404;
	/*display: none!important;*/
	    border-radius: 50%;
    line-height: 38px;
}
.no-space {
	white-space: nowrap;
}
nav.navbar.bootsnav {
	background: #222;
	border: 0;
}
nav.navbar.bootsnav.sticked ul.nav > li > a,
#header-top_2 nav.navbar.bootsnav.sticked ul.nav > li > a {
	color: #fff;
}
.verticale_slider_overlay {
	width: 30%;
	left: unset;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}
.client-logo-div {
	display: inline-block;
	margin: 5px;
}
.bg-color-gray {
	background: #ececec;
}
.brands_item {
	display: inline-block;
	margin: 5px;
	max-width: 160px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	background: #222;
}
#main-slider .carousel h2:before,
#main-slider .carousel h2:after,
.border_heading:before,
.border_heading:after {
	opacity: 0;
}
.caption-text {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	vertical-align: middle;
	display: flex;
	align-items: center;
	text-align: revert;
	justify-content: flex-end;
	padding-right: 50px;
}
.more-filter .text-1 {
	margin: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
	color: #fff;
}
.layer-overlay.overlay-dark-8::before {
	display: none;
}
.form-control:focus {
	border-color: #cccccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(204, 204, 204, 0.7), 0 0 8px rgba(204, 204, 204, 0.6);
}
.bg-white-light {
	background-color: #f5f5f5;
}
.pr-0 {
	padding-right: 0px;
}
.pl-0 {
	padding-left: 0px;
}
.single-query select {
	background: transparent;
	margin-bottom: 0;
}
.single-query textarea {
	margin-bottom: 0;
}
.single-query option {
	background: transparent;
}
.single-query option,
.query-title > h2 a {
	color: #4d4d4d;
}
.single-query option:hover {
	background: transparent;
}
.download-div {
	text-align: center;
	margin-bottom: 25px;
}
.download-div h3 {
	margin-bottom: 25px;
	color: #6f6f6e;
	font-weight: 500!important;
	text-align: center;
	font-size: 25px;
}
.download-img {
	position: relative;
	margin-bottom:15px;
	
}
.download-img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.download-img:hover:after {
	background: rgb(34, 34, 33);
	opacity: 0.75;
}
    .download-img img {
    margin:auto;

    }
.download-btn {
	/* margin: 15px auto; */
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0);
	z-index: 3;
	transition: all ease 0.35s;
	display: block;
	width: 100%;
}
.download-btn {
	font-size: 18px;
	color: #fff;
	letter-spacing: 1.5px;
}
.download-btn .fa {
	margin-left: 10px;
	/* color: #a90404; */
}
.download-img:hover .download-btn {
	transform: translateX(-50%) translateY(-50%) scale(1);
}


.download-div-certifications {
	text-align: center;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.download-div-certifications:hover {
-webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.download-div-certifications h3 {
    line-height: 25px;
    margin-bottom: 25px;
    color: #a90404;
    font-weight: 600!important;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.download-img-certifications {
	position: relative;
	margin-bottom:15px;
	
}
.download-img-certifications:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.download-img-certifications:hover:after {
	background: rgb(255, 255, 255);
	opacity: 0.25;
}
    .download-img-certifications img {
    margin:auto;

    }
.download-btn-certifications {
	/* margin: 15px auto; */
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0);
	z-index: 3;
	transition: all ease 0.35s;
	display: block;
	width: 100%;
}
.download-btn-certifications {
	font-size: 18px;
	color: #fff;
	letter-spacing: 1.5px;
}
.download-btn-certifications .fa {
	margin-left: 10px;
	/* color: #a90404; */
}
.download-img-certifications:hover .download-btn-certifications {
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.gallery a {
	width: 33.33%;
	float: left;
	padding: 15px;
	overflow: hidden;
	position: relative;
}
.gallery .overlay {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gallery a:hover .overlay,
.image:hover .overlay,
.cbp-item:hover .overlay {
	display: block;
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: translate(-50%, -50%) scale(1);
}













.property_item:hover .overlay {
	display: block;
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	/*transform: translate(-50%, -50%) scale(1);*/
}


.gallery a .fa {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}




.news-head {
	border-left: 4px solid #a90404;
	padding-left: 10px;
	font-weight: 500!important;
}
.archieves .active a,
.blog_info .archieves li.active a {
	color: #a90404!important;
}
.blog_info .archieves {
	margin-bottom: 15px;
}
.mb-5,
.widget .widget-title.mb-5 {
	margin-bottom: 5px;
}
.testi-sec {
	background-image: url(../images/bg/ptn-1.png);
	background-attachment: fixed
}
.text-white {
	color: #fff;
}
.our-story-sec {
	background: #b3b3b3;
}
@media (max-width: 992px) {
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:last-child > a {} nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu,
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
		padding-left: 0!important;
	}
	.pd-mob {
		padding: 0;
	}
	.gallery a {
		padding: 5px;
	}
	
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
	.pr-0 {
		padding-right: 15px;
	}
	.pl-0 {
		padding-left: 15px;
	}
	.gallery a {
		width: 50%;
		margin: 15px auto;
	}
	
		.gallery-b a {
		width: 100%!important;
		margin: 15px auto;
	}
	
	.justify-content-center {
		display: block;
		justify-content: center;
	}
	.mob-font-size {
		font-size: 30px;
		text-align: center;
	}
	.version-2 {
		margin: auto;
		padding: 0 15px;
	}
}
.widget img {
	margin: 0;
}
.list-inline {
	color: #676767;
}
.fa-icon-wp {
	font-size: 18px;
}
.view-accessories {
	border: 1px solid #111;
	padding: 7px 15px;
	FONT-WEIGHT: 600;
}
.view-accessories:after {
	opacity: 0;
	display: none;
}
.view-accessories:hover,
.view-accessories:focus {
	border-color: #a90404;
	color: #a90404;
}
.footer {
	background: #222222;
	position: relative;
}
.footer a,
#footer p,
ul.list li::before,
.opening-hourse ul li {
	color: #808080;
}
.footer-address span {
	width: calc(100% - 25px);
	float: left;
}
.footer-address li {
	width: 100%;
}
.footer-address i {
	float: left;
	margin-top: 2px;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
	color: #666666;
}
.scroll-bottom-btn {
	border: 2px solid #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 10px;
	color: #fff;
	border-radius: 20px;
	font-size: 24px;
	transition: 0.5s;
	opacity: 0.75;
	background: rgba(255, 255, 255, 0.2);
	outline: none;
	display: none;
}
.scroll-bottom-btn:hover {
	opacity: 1;
	border-color: #a90404;
}
#download_popup input,
#download_popup select {
	color: #4d4d4d;
	border-color: #777;
	font-size: 12px;
}
.single-query input[type="email"] {
	text-transform: inherit;
}


.slider-effect .group-button-search {
    background: #6b6868;
}
.error {
    color: red;
    font-size: 11px;
	text-transform:capitalize;
}

.error label{
margin:0;
}
.btn-transparent,.btn-transparent:hover,.btn-transparent:focus{
background:transparent;
outline:none;
border:0;
} 
.btn-back-to-home {
    display: flex;
    justify-content: space-between;
}
.note{
color:#777;
font-size:12px;
margin-top:10px;

}

.enquire-now button.form-control[disabled]{background: #a90404;}
button#btnsubmit[disabled]  {
       cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
#btnsubmit{
    background: #a90404;
margin-top: 30px;
    position: relative;
    border-radius: 4px;
    display: inline-block;padding: 10px 20px;}
	
	.mt-20{
	margin-top:20px;
	}