/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2024 | 04:29:42 */
/* @import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
* {
  font-family: 'avenir-next', 'sans-serif' !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,ul {
	margin:0px;
	padding:0px;
}
.container-1170 {
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.container-1024 {
	width:100%;
	max-width:1024px;
	margin:0 auto;
}
.container-584 {
	width:100%;
	max-width:584px;
	margin:0 auto;
}
.h2font {
	font-size: 57px;
	line-height: 71.25px;
}
.know-mr {
  text-decoration:none;
}
a.know-mre {
  text-decoration:none;
  color:#1C1C1C;
}
/* .popppin {
font-family: "Poppins", sans-serif;
} */
.text-c1 {
	color: #1C1C1C;
}
.text-d4 {
	color: #4D4D4D;
}
.font-weight-600{
	font-weight:600;
}
.text-left {
	text-align:left;
}
.font-weight-400{
	font-weight:400;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.paragraph {
	font-size: 18px;
	line-height: 27px;
}
.paragraph-16 {
	font-size: 16px;
	line-height: 24px;
}
.font-weight-500 {
	font-weight:500;
}
.h6font {
	font-size: 16px;
	line-height: 24px;
}

.border-1c {
	border-bottom: 1px solid #1C1C1C1F;
}
.rect-linear {
	background: linear-gradient(140.29deg, #DE7008 15.66%, #783D04 165.15%);
}
.pt-96 {
	padding-top:96px;
}
.pb-96 {
	padding-bottom:96px;
}
.pt-150 {
	padding-top:150px;
}
@media only screen and (max-width:1024px){
	.pt-150 {
		padding-top:80px;
	}
	.pb-138 {
		padding-bottom:80px;
	}
}

/* Hover effects */

.video-container-section a.estimate-btn {
  transition: background 0.5s ease; 
}
.video-container-section a.estimate-btn:hover {
  background: linear-gradient(257.45deg, #DE7008 8.37%, #783D04 109.41%) !important;
}

.estimate:hover:before {
  background: linear-gradient(246.47deg, #DE7008 20.28%, #783D04 108.87%);
}

.estimate {
  transition: transform 0.8s ease; 
  width: 100%;
  max-width: 170px !important;
}

.estimate:hover a {
  margin-left: 25px;
  color: #DE7008;
  transition: margin-left 0.8s ease, color 1s ease; 
}

.us-contact:hover img {
  transform: rotate(44deg);
  transition: transform 0.5s ease-in-out; 
}
.play-button img {
  transition: border 0.5s ease-in-out;
}
.play-button img:hover {
  border: 1px solid #F17805;  
  transform: rotate(360deg); 
}

a.know-mr:hover img{
  transform: rotate(44deg);
  transition: transform 0.4s ease-in-out; 
}
