#mySidenav a {
	position: absolute;
	left: -50px;
	transition: 0.3s;
	padding: 10px;
	width: 160px;
	text-decoration: none;
	font-size: 14px;
	color: white;
	border-radius: 0 5px 5px 0;
}

.icon-hvr {
	font-size: 20px;
	font-weight: 600;
	margin-left: 10px;
}

#mySidenav a:hover {
	left: 0;
}

#whatsapp {
	top: 70%;
	background-color: #4CAF50;
	z-index: 99;
}

#get-estimate {
	top: 78%;
	background-color: #2196F3;
	z-index: 99;
}

#send-message {
	top: 86%;
	background-color: #f44336;
	z-index: 99;
}

.call-btn-sticky {
	width: 106px!important;
	padding: 7px!important;
	background: #c10101 !important;
	color: #fff!important;
	text-align: center!important;
	position: fixed;
	bottom: 120px;
	right: 0px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	border-radius: 10px 0 0 10px!important;
	z-index: 999;
	line-height: normal!important;
}

.call-btn-sticky a {
	color: #fff!important;
	padding-top: 3px !important;
}

.call-note-icon-wrp img {
	width: 26px!important;
	padding-top: 3px!important;
}

.fa-icon {
	font-size: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	margin-bottom: 0px;
}

.fa-icon a {
	padding: 15px;
	border-radius: 50%;
	position: fixed;
	right: 30px;
	z-index: 9999999;
	bottom: 50px;
}

.fa-icon a:hover {
	background: #82b53f;
	color: #ffffff;
}

.fa-whatsapp {
	background: #4dc247;
	color: white;
}

.what-w {
	padding: 20px;
	line-height: 2.3;
}

.what-w h3 {
	color: #ea2222;
	font-size: 25px;
	margin-bottom: 15px;
}

.what-w i {
	margin-right: 10px;
	font-size: 19px;
	color: #ea2222;
}

.why-dtl {
	margin-left: 30px;
}

.flip-card img {
	margin-top: -25px;
	padding: 40px;
}

.its-simple {
	background-color: #fff;
	z-index: 9;
}

@media (max-width: 767px) and (min-width: 200px) {
	
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: #ffffff00 !important;
}

.design-process-section .text-align-center {
	line-height: 25px;
	margin-bottom: 12px;
}

.design-process-content {
	border: 1px solid #bfbfbf;
	position: relative;
	padding: 16px 30px 30px 30px;
}

.design-process-content img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	max-height: 100%;
}

.design-process-content h3 {
	margin-bottom: 16px;
}

.design-process-content p {
	line-height: 26px;
	margin-bottom: 12px;
}

.process-model {
	list-style: none;
	padding: 0;
	position: relative;
	max-width: 90%;
	margin: 20px auto 26px;
	border: none;
	z-index: 9;
}

.process-model li::after {
	background: #e5e5e5 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	right: -55px;
	top: 45px;
	width: 100%;
	z-index: -1;
}

.process-model li.visited::after {
	background: #333736;
}

.process-model li:last-child::after {
	width: 0;
}

.process-model li {
	display: inline-block !important;
	width: 14%;
	text-align: center;
	/*float: none;*/
}

.nav-tabs.process-model>li.active>a,
.nav-tabs.process-model>li.active>a:hover,
.nav-tabs.process-model>li.active>a:focus,
.process-model li a:hover,
.process-model li a:focus {
	border: none;
	background: transparent;
}

.process-model li a {
	padding: 0;
	border: none;
	color: #7d7a7a;
	font-weight: 600;
}

.process-model li.active,
.process-model li.visited {
	color: #333736;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
	color: #333736;
}

.process-model li.active p,
.process-model li.visited p {
	font-weight: 600;
	color: #ea2222;
}

.process-model li i {
	display: block;
	height: 68px;
	width: 68px;
	text-align: center;
	margin: 0 auto;
	background: #f5f6f7;
	border: 2px solid #e5e5e5;
	line-height: 65px;
	font-size: 30px;
	border-radius: 50%;
}

.process-model li.active i,
.process-model li.visited i {
	background: #fff;
	border-color: #ea2222;
}

.process-model li p {
	font-size: 14px;
	margin-top: 11px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
	color: #606060!important;
	font-weight: normal
}

.process-model.contact-us-tab li::after {
	display: none;
}

.process-model.contact-us-tab li.visited i {
	border-color: #e5e5e5;
}

.semi-img {
	padding: 20px;
	border: 1px solid #bfbfbf;
	height: auto;
}

.semi-img img{
    height:auto !important;
}

.slid-title {
	color: #000;
}

.ftr-list li {
	color: #fff;
	line-height: 1.9;
}

.envelope-icon a {
	padding: 15px;
	border-radius: 50%;
	position: fixed;
	right: 90px;
	z-index: 9999999;
	bottom: 20px;
}

@media screen and (max-width: 560px) {
	.more-icon-preocess.process-model li span {
		font-size: 23px;
		height: 50px;
		line-height: 46px;
		width: 50px;
	}
	.more-icon-preocess.process-model li::after {
		top: 24px;
	}
}

@media screen and (max-width: 380px) {
	.process-model.more-icon-preocess li {
		width: 25%;
	}
	.more-icon-preocess.process-model li span {
		font-size: 16px;
		height: 35px;
		line-height: 32px;
		width: 35px;
	}
	.more-icon-preocess.process-model li p {
		font-size: 8px;
	}
	.more-icon-preocess.process-model li::after {
		top: 18px;
	}
	.process-model.more-icon-preocess {
		text-align: center;
	}
}

.vertical-tabs {
	font-size: 15px;
	padding: 10px;
	color: #000
}

.vertical-tabs .nav-tabs .nav-link {
	border-radius: 0;
	background: #fff;
	text-align: left;
	font-size: 16px;
	/* border:1px solid #424242;*/
	color: #000;
	height: 40px;
	width: 100%;
	font-weight: 600;
}

.vertical-tabs .nav-tabs .nav-link.active {
	background-color: #700000!important;
	color: #fff;
}

.vertical-tabs .tab-content>.active {
	background: #fff;
	display: block;
}

.vertical-tabs .nav.nav-tabs {
	border-bottom: 0;
	border-right: 3px solid #c10101;
	display: block;
	float: left;
	/* margin-right:20px;
    padding-right:15px; */
}

.vertical-tabs .nav.nav-tabs li {
	width: 100%;
}

.vertical-tabs .sv-tab-panel {
	background: #fff;
	height: 200px;
	padding-top: 10px;
	border: 1px solid #b9b4b4;
	padding: 30px;
	margin-bottom: 50px;
}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  
	.process-model li{
		width:25%;
	}
}
@media only screen and (max-width: 480px) {
	.titulo {
		font-size: 22px
	}
	.process-model li{
		width:25%;
	}
	.nav>li>a{
		padding:10px 5px!important;
	}
	body{
		overflow-x: hidden;
	}
	.call-btn-sticky {
		right:20px;
	}
}
@media only screen and (max-width: 420px) {
	.process-model li{
		width:25%;
	}
}
@media only screen and (max-width: 325px) {
	.vertical-tabs {
		padding: 8px;
	}
	.process-model li{
		width:25%;
	}
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 9px;
}

.w-had {
	font-size: 22px;
	font-weight: 600;
	color: #ea2222;
}

.fa-dot-circle-o {
	color: #ea2222;
	margin-right: 10px;
}

.wht-section {
	/* border-right: 3px solid #000; */
}

.f-title {
	color: #000 !important;
	font-weight: 600;
}

.animate__fadeIn {
	/*--animate-duration: 2s;*/
}

.animate__flash {
	--animate-duration: 2s;
}

.des-gap{margin-bottom:30px;}
.des-gap h2{
    font-family: Majesti-banner-book,"helvetica neue",helvetica,arial,sans-serif;
    color: #ea2222;
}
.commercial-list {
	color: #383434;
	font-weight: 600;
	font-size: 14px;
	font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
	margin: 30px 0 15px 0px;
}

.commercial-list li {
	padding: 5px 0;
}

.commercial-list li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	padding: 8px;
	font-size: 14px;
}
.heading-text {
    font-weight: 800;
}
.buttom_content ol{
	margin-left:20px;
}