
html {
	scroll-behavior: smooth;
	padding: 0;
	margin: 0;
	overflow-x: none;
}


@media screen and (max-width: 992px){
	.header-top{
		display: none !important;
	}
	.logo-box {
		margin: 7px 15px 0px 0px !important;
	}
}

.btn-box a{
	border-radius: 5px;
	max-width: 150px;
	padding: 20px 10px !important;
}
.info-box.icon-box a {
	color: #fe2a37 !important;
}

@media screen and (max-width: 600px){
	.hidden-sm {
		display: none !important;
	}
	.main-header.style-six .header-upper .info-box{

		padding: 0px 10px 0px 0px;
	}
	.right-content i {
		display: none;
	}
	.info-box {
		padding-bottom: 15px !important;
	}
	/*.btn-box {
		padding-right: 10px !important;
		display: none !important;
	}*/
	.contact-banner {
		padding: 40px 0px 30px 0px;
	}
	.map-column {
		padding-top: 75px;
	}
}



.whats{
	display: flex;
	align-items: center;
	justify-content: center;
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
	cursor: pointer;
}

/*@media screen and (min-width: 1200px){
	.whats{
		display: none;
	}
}*/

.whats i{
	z-index:110;
}	

.whats:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.typewrite,
.typewrite:hover {
	font-size: 50px;
	color: #fe2a37;
}

.content-box h2{
	color: #BD2130 !important;
	margin-bottom: 20px !important;
}

.text {
	margin-bottom: 20px !important;
}

.contact-widget a {
	color: inherit;
}

/*.slogan,
.slogan a {
	padding-top: 10px;
	color: #000 !important;
	font-size: 17px;
}*/

.intro-style-two,
.content-column {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}

.single-item .text {
	color: #000 !important;
	font-size: 18px !important;
}

.content-box .top-text,
.about-style-five .title-box .top-text {
	color: #fe2a37 !important;
}

.about-style-five i {
	color: #fe2a37;
}

.counter-style-two.service-page .content-box .btn-box a:hover {
	background: #fe2a37 !important;
}

.service-block figure img {
	height: 300px !important;
	width: 200px !important;
}

.contact-info-section .single-info-box {
	min-height: 315px !important;
	padding: 50px 20px 25px !important;
}

#mainSlider {
	display: block;
}
@media screen and (max-width: 576px){
	#mainSlider {
		display: none;
	}
}

#mobilSlider {
	display: none;
	position: relative !important;
}
@media screen and (max-width: 576px){
	#mobilSlider {
		display: block;
	}
}
#bannerText {
	position:absolute !important;
	top: 50% !important;
	left: 0px !important;
	color: #000;
	font-size: 20px;
}

.bg-grey {
    background-color: #FAFBFD;
}

.bg-white {
    background-color: #fff;
}

#bizeUlasin {
	display: none;
	padding: 10px;
	background:#BD2130;
	font-size:16px;
}
#bizeUlasin a{
    color:#fff;
}
@media screen and (max-width: 600px){
   #bizeUlasin {
	display: block;
    }   
}

.main-header.style-six .main-menu .navbar-header .navbar-toggle {
    background:#BD2130;
}
}
