/******* style general *********/
body {
	font-family: 'Roboto', sans-serif;
	color: #797979;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
.call-now {
	color: #767676;
	font-size: 20px;
	font-weight: 600;
}
.call-now a {
	font-size: 18px;
	color:  #767676;
	font-weight: 400;
}
.callto_W {
	background: #FC4F03;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 20px;
	width: 100%;
	max-width: 320px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(252,78,3,0.42);
	-moz-box-shadow: 0px 0px 10px 0px rgba(252,78,3,0.42);
	box-shadow: 0px 0px 10px 0px rgba(252,78,3,0.42); 
}
.callto_W:hover {
	background: #FF7336;
	color: #FFFFFF;
}


/******* header ******/
.header-content {
	background: #FFFFFF;
	border-bottom: 5px solid #FC4F03;
	padding: 10px 0px;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 999;
}
.logo-1 img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.header-content h1 {
	font-size: 16px;
	color: #919191;
	font-weight: 400;
}

/***** gallery-content ******/
.gallery-content h3 {
	color: #000;
	font-size: 30;
	font-weight: 600;
	margin-bottom:30px; 
}
.gallery-content .call-now {
	margin-top: 30px;
}
.gallery-content p {
	font-size: 20px;
	margin-bottom:30px; 

}
/***** feature-content ******/

.feature-content {
	background: #F0F0F0;
	padding: 50px 0;
	text-align: center;
}
.feature-content h3 {
	color: #FC4F03;
	font-size: 25px;
}
.feature-content .feature-img {
	margin-bottom: 30px;
}
.feature-content h4, .feature-content p {
	font-size: 16px;
	margin-bottom: 20px;
}
.feature-content h4 {
	color: #FC4F03;
}
.feature-content .feature-top {
	margin-bottom: 20px;
}


/******** feature-gallery **********/

.feature-gallery {
	background: #FC4F03;
	padding: 60px 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
}


/******** feature-video *********/

.feature-video {
	padding: 60px 0;
}
.list-check ul { 
    list-style: none;
}
.list-check ul li {
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 70px;
}
.list-check ul li:before {
	background: url(../img/check.svg) no-repeat center center;
	content: " ";
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}
#gallery_1 img {
	border-radius: 30px;
}

/********* .guarantee-content *********/

.guarantee-content {
	background: #EDEDED;
	padding: 60px 0;
}
.guarantee-content h4 {
	font-size: 20px;
}

/********* footer-content **********/

.footer-content {
	padding: 60px 0;
}
.footer-content h4 {
	font-size: 20px;
}
.logo-tvnov img {
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
}

.copyright-content {
	background: #fff;
	padding: 8px;
	font-size: 14px;
	text-align: center;
}