  
/* @font-face {
  font-family: "MaisonNeueExtendedXBold";
  src: url('/assets/font.woff2') format('woff2'),
    url('/assets/font.woff') format('woff');
} */

body,
html {
  color: #000000;
    font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 25px;

}

p.normal-font{
	font-weight:normal;
}

a:hover {
  opacity: 1;
	color:#000;
}

h1,
h2,
h3,
h4,
h5,
h6 ,p{
   color:#000;
}
h2{
    font-size: 40px !important;
    line-height: 45px;
    font-weight: 600;
	padding-bottom:0
}

h4{
    font-size: 30px;
    font-weight: 400;
}


p{
	font-size: calc(16px + 0.5vw);
	line-height:1.2;
	font-weight:normal !important;
	margin-bottom:0;
	
}


a.actionbtn-secondary{
      font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    text-decoration: underline;
   text-decoration-thickness:from-font !important;

}

.actionbtn-secondary:hover{
	text-decoration:none;
}

.actionbtn{
    font-size: calc(16px + 0.5vw);
	line-height:1.1;
	font-weight:bold;
}

.actionbt:hover{
	text-decoration:underline;
}


h3.opacity-font{
    font-family: "MaisonNeueExtendedXBold";
   font-size: calc(40px + 0.5vw);
	line-height:1.1;
letter-spacing: 0.5px;

    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
       -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: #fff;
       -o-text-stroke-width: 1px;
    -o-text-stroke-color: #fff;
}

.short-row.et_pb_row {
    width: 60% !important;
	max-width:100% !important;
}

.et_pb_row{
	   width: 80% !important;
	max-width:100% !important;
}

.medium-row.et_pb_row{
	width:65% !important;
	max-width:100% !important;
}


.large-row.et_pb_row{
	width:80%;
	max-width:100%;
	margin:0 auto
}

.fullwidth-row{
	width:100% !important;
	max-width:100% !important;
	margin: 0 auto;
}


.fullwidth-img span{
	width:100%;
	
}
.fullwidth-img span img{
	width:100%;
}



.text-bold{
	font-weight:bold !important;
}



.black-background{
	background:#000000;
}

.black-background a, .black-background p, .black-background *{
	color:#fff;
}

.white-text-background{
	color:#fff;
}
.white-text-background  *{
	color:#fff;
}

.text-underline{
	text-decoration:underline;
	   text-decoration-thickness:from-font !important;
	
}

.white-background{
	background:#fff !important;
	background-color:#fff !important;
}
.white-background *{
	color:#000 !important;
}




/*** header ***/
.header-menu-sec a:hover{
	text-decoration:underline !important;
}
.header-menu-sec .current-menu-item {
	text-decoration:underline !important;
}

.header-logo-sec .et_pb_text_inner {
    font-size: 30px;
}
.nav{
	display:block !important;
}

.et_pb_section.custom-top-header{
    background: #000 !important;
}



.custom-top-header .et_pb_menu{
    background:transparent !important;
}

.custom-top-header *{
    color:#fff;
}


.et_pb_section.custom-top-header{
    padding: 0 !important;
}
.custom-top-header .et_pb_row{
    padding:15px;
}
.custom-top-header ul {
    margin-bottom: 0;
    padding: 0;
    width:100%;
    float: right;
}
.custom-top-header li {
    list-style: none;
    display: inline;
    margin-left: 5%;
    float: right;
	font-size: 20px;
    
}
.custom-top-header li a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-align: right;
    padding-bottom: 0 !important;
    display: inline-block;
}
.custom-top-header li.menu-item {
    text-align: right;
    float: right;
    width: 100%;
    display: block !important;
}

/**** home page**/


.custom-home-banner .large-col  {
    width: 100%;
    text-align: center;
}


.custom-home-banner{
	position:relative;
}
.custom-home-banner:before{
	 content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.custom-home-banner .et_pb_module{
    text-align: center;
	
}


.partners-desktop h3:hover .opacity-hover-text, 

.partners-mobile h3:hover .opacity-hover-text
{
        color: transparent !important;
    text-stroke-width: 1px;
    text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
.partnersWrap .et_pb_row{
	width:100%;
}
.partners-mobile{
		display:none;
	}

.rotate-image .et_pb_image_wrap {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
    padding-top: 10%;
}


.testimonialSlider .et_pb_section{
	background:transparent;
    padding:0;
}
.testimonialSlider .et_pb_row{
	padding:0;
}

.testimonialSlider p{
	text-align:left;
}

.testimonialSlider h5 {
    text-align: left;
	font-size: calc(19px + 0.5vw);
	line-height:1.1;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}
.testimonialSlider span{
	font-size: calc(18px + 0.5vw);
	line-height:1.1;
	font-weight:300;
	font-style:italic;
	
}



/*** footer ***/
.et_pb_section.custom-footer {
    padding-top: 3% !important;
}
.custom-footer .et_pb_module {
    margin-bottom:0 !important;
}
.custom-footer li {
    list-style: none;
    margin-top: 0 !important;
    font-size: calc(10px + 0.5vw) !important;
    line-height: 1.2;
	padding-bottom:1%;
}

.custom-footer  ul {
    padding-left: 0 !important;
	margin-bottom:0 !important;
}

.custom-footer  a{
	padding-bottom:2% !important;
	line-height:1.1;
	color:#fff !important;
}

.custom-footer  a:hover{
	text-decoration:none;
}

.footer-col-1 a:hover ,.footer-col-2 a:hover ,.footer-col-3 a:hover{
	text-decoration:underline;
	opacity:0.8;
	text-decoration-thickness:from-font !important;
	transition:all 0.2s ease-in-out
}
.footer-row-logo img{
    width:220px;
}

.custom-footer  h4 a {
    font-size: calc(14px + 0.5vw);
    text-transform: uppercase;
    letter-spacing: 0.63px;
}

.footer-col-2 li a , .footer-col-3 li a, .footer-col-4 li a{
	padding-bottom:2% !important;
	line-height:1.1;
	    float: left;
    width: 100%;
}

.footer-col-4 li a{
	text-decoration:underline;
}


.custom-footer  h4 {
    font-size: calc(14px + 0.5vw) !important;
    text-transform: uppercase;
    letter-spacing: 0.63px;
}
.custom-footer *{
	font-weight:300;
}

.custom-footer h4, .custom-footer h4 a{
	font-weight:400;
}
.custom-footer .footer-col-4 ul {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 4% !important;
}

.custom-top-header a:hover,
.custom-footer  a:hover
{
color:#F2080A !important;
}


/*** new css design **/



.et_pb_module.home-banner-text{
	margin-top:4%;
	margin-bottom:5% !important;
}

.custom-home-banner .et_pb_row {
    padding: 10% 0;
}
.custom-home-banner *{
	color:#fff;
}

.banner-logo-image img{
	width:500px;
}

.home-about p{
	font-size: 50px;
    line-height: 62px;

}
.home-about:hover p span{
    color:#F2080A;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.symbol-logo img {
  animation: bounce 1s infinite;
}
.img-pt-2{
    padding-top: 20%;
}

.ifh-section-images .et_pb_row {
    display: flex;
}

.ifh-section-images .et_pb_row .et_pb_column:first-child{
margin-right:6%;

}

.ifh-section-images .et_pb_row .et_pb_column:last-child{
margin-left:6%;

}

.ifh-section-images .et_pb_column{
    width:50% !important;
}

.ifh-section-images .et_pb_image_wrap {
    position: relative;
    z-index: 0;
}
.ifh-section-images .et_pb_image_wrap:before{
content: "";
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200000000;
}

.ifh-images-arrow .et_pb_image_wrap:before{
    content:none;
}

.ifh-section-images .et_pb_image_wrap:hover:before{
    content:none;
    transition: 0.3s all ease-in-out;
}
.et_pb_column.ifh-images-arrow{
    width:5% !important;
    margin:0 5% !important;
}
.white-border-btn.actionbtn{
    border:2px solid rgb(255,255,255);
    color: #fff;
    padding: 12px 27px;
   font-weight: 500;
	border-radius:50px;
    

}
.white-border-btn.actionbtn:hover{
 background:#F2080A;
	color:#fff;
	border:0;
	text-decoration:none;
}
.speciality-row .et_pb_column:hover path{
    fill:#ECE713;
}
.speciality-section svg{
    width:85px;
    object-fit: contain;
    height: 100%;
}

.speciality-section .et_pb_module {
    margin-bottom:10px !important
}
.speciality-section .et_pb_code_inner {
    height:130px;
    text-align: center;
    
    
}

.speciality-section .et_pb_text_inner{
    text-align: center;
}

.speciality-section img {
	text-align:center;
}
.speciality-section p{
	font-size:18px;
}
.welcome-img-col:hover .hover-image-1{
    display: none;
}

.welcome-img-col .hover-image-2{
    display: none;
}

.welcome-img-col:hover .hover-image-2{
    display: block;
}
.verticle-center{
    display: flex;
    align-items: center;
}

.welcome-section .et_pb_module  {
    margin-bottom: 0 !important;
}
.fullline-image{
	display:flex;
	align-items: end;
}
.fullline-image .et_pb_column{
    width:50%;
    margin:0 ;
}
.fullline-image .et_pb_column:first-child{
    width:60%;
    margin:0 ;
}
.free-quote-sec .et_pb_row.free-quote-row{
    display: flex;
    width: 100%;
	align-items:center;
}



.free-quote-sec .et_pb_column{
     margin:0 !important;
}
.free-quote-row .et_pb_column:nth-child(2){
     width:35% !important;
}
.free-quote-row .et_pb_column:first-child{
    width:35%;
    margin:0 !important;
}
.free-quote-row .et_pb_column:last-child{
    width:35%;
    margin:0 !important;
}

.single-arrow-btn img{
	width:90%;
}
.why-choose-row  .et_pb_column{
    text-align: center;
}
.why-choose-row .et_pb_column:hover path {
    fill: #F2080A;
}

.why-choose-row .et_pb_column:hover mask path{
    fill:#ffffff;
}
/* .why-choose-row 
.ifh-hover{
    display: none;
} */

/* .why-choose-row  .et_pb_column:hover .ifh-hover {
    display: block;
}

.why-choose-row  .et_pb_column:hover  .ifh-no-hover{
    display: none;
} */

/* .why-choose-row  .et_pb_column:hover path{
	fill:auto !important;
} */

.why-choose-row  .et_pb_module {
    width:100%;
}
.et_pb_row.why-choose-row{
    display: flex;
    flex-flow: wrap;
	 justify-content: center;
}

.why-choose-row .et_pb_column{
    width:29%;
    margin-bottom: 5%;
}
.why-choose-row .et_pb_column:nth-child(3n){
  margin-right:0 !important;
}
.why-choose-row h4{
	font-size:30px;
	  font-family: "Outfit", sans-serif;
  font-weight:500;

}
.why-choose-row svg {
    width: 100px !important;
}

input, textarea{
    padding: 15px 10px !important;
    margin-bottom: 0px !important;
    border-radius: 15px;

}

::placeholder{
    color:#000 !important;
    font-size: 18px;
}

.gform_button{
    text-align: center;
    background: white;
    border: 2px solid #ffffff !important;
    color: #0b0b0b;
    width: 180px;
    padding: 8px 0 !important;
    font-size: 30px !important;
    
}
.gform_button:hover{
	background:#F2080A;
	border:2px solid #F2080A !important;
	color:#fff;
}

.gform_footer{
    display: block !important;
	text-align:left;
}
    

/* Set initial styles for the image */
img.reveal-on-scroll {
    opacity: 0; /* Start with the image hidden */
    transition: opacity 0.5s; /* Smooth opacity transition */
}

/* Apply opacity animation when the image comes into view */
img.reveal-on-scroll.reveal {
    opacity: 1;
}


/** footer**/
.footer-col-3 .et_pb_module{
    text-align: right;
}

.footer-col-2 {
    padding-left:10%;
}

.servicesSlider .et_pb_section, .servicesSlider .et_pb_row{
	padding:0 !important;
	width:100% !important;
	margin:0 !important;
}
.servicesSlider  h2{
	padding-bottom:15px;
}
.servicesSlider .et_pb_image_wrap , .servicesSlider  img{
	width:100% !important;
}
  

.et_pb_section.ifh-section-images{
    padding: 0 !important;
}

.ifh-section-images-1:hover .et_pb_image_wrap:before{
	content:none !important;
	transition:0.8s all ease-in;
}
.ifh-section-images-2:hover .et_pb_image_wrap:before{
	content:none !important;
	transition:0.8s all ease-in;
}

.ifh-section-images .et_pb_image_wrap {
	width:100% !important;
}
.ifh-section-images .et_pb_image_wrap img{
	width:100% !important;
}


/** responsive **/


@media only screen and (max-width:1800px){
	.home-about p {
    font-size: 40px;
    line-height: 52px;
}
}

@media only screen and (max-width:1600px){
	.et_pb_row {
    width: 90% !important;
    max-width: 100% !important;
}
	
	.et_pb_row.fullwidth-row{
		 width: 100% !important;
    max-width: 100% !important;
	}
	.speciality-section p{
		font-size:16px;
		line-height:20px;
	}
	
	.free-quote-sec h2 {
    font-size: 120% !important;
		    line-height: 34px;
}
	
	.single-arrow-btn img{
	width:65%;
}
	.custom-home-banner .et_pb_row {
    padding: 2% 0;
}
}

@media only screen and (max-width:1400px){

	
	h1 {
    font-size: 45px;
}
	.et_pb_module.home-banner-text {
    margin-top: 2%;
    margin-bottom: 7% !important;
}
	.banner-logo-image img {
    width: 320px;
}
	.medium-row.et_pb_row {
    width: 85% !important;
    max-width: 100% !important;
}
	.home-about p {
    font-size: 35px;
    line-height: 46px;
}
}


@media only screen and (max-width:980px){

h1 {
    font-size: 36px;
}
	.custom-footer .et_mobile_nav_menu {
    display: none !important;
}

.custom-footer .et_pb_menu__menu {
    display: block !important;
}
	.footer-col-2 {
    padding-left: 0%;
}
	.custom-footer  .et_pb_menu__wrap{
		justify-content: center !important;
	}
	.footer-col-3 .et_pb_module {
    text-align: center;
}
	.et_pb_section.custom-footer{
    padding: 0 !important;
}
	.custom-footer h4 {
    font-weight: 400;
    padding-bottom: 0;
}
	.custom-footer .et_pb_module {
    margin-bottom: 0 !important;
}
	.custom-footer .et_pb_column{
		margin-bottom:15px !important;
	}
	.custom-footer ul{
		padding-bottom:0;
	}
	.home-about p {
    font-size: 30px;
    line-height: 40px;
}
	.symbol-logo img {
    width: 80px;
}
	#request-quote p{
		padding-bottom:20px;
	}
	.custom-footer .et_pb_column{
		width:50% !important;
	}
		.footer-col-3 h4 {
    text-align: right;
}
	.custom-footer .et_pb_menu__wrap{
		    justify-content: flex-end !important;
	}
	.footer-row-logo .et_pb_column{
		width:100% !important;
	}
.custom-footer li {
    font-size: calc(13px + 0.5vw) !important;
	}
	.et_pb_row.footer-row-logo {
    padding: 0;
}
}

@media only screen and (max-width:768px){
	h1{
	    font-size: 25px;
}
	h2 {
    font-size: 30px !important;
    line-height: 36px;
	}
	h4 {
    font-size: 25px;
    font-weight: 400;
}
	.et_pb_section {
    padding: 20px 0;
}

	.why-choose-row svg {
    width: 60px !important;
}
.et_pb_module.home-banner-text {
    margin-top: 2%;
    margin-bottom: 14% !important;
}
	
	.gform_button {
    width: 170px;
    padding:10px !important;
    font-size: 27px !important;
		line-height:31px !important;
}
	.custom-top-header li {
	font-size: 16px;
    
}
.custom-top-header li a {
    font-size: 16px;
    line-height: 20px;
  
}
	.custom-footer .et_pb_module {
   text-align: center;
}
	.home-about p {
    font-size: 25px;
    line-height: 33px;
}
	.symbol-logo img {
    width: 50px;
}
	.why-choose-row h4 {
    font-size: 27px;
    margin-bottom: 0;
}
	.custom-footer .et_pb_column {
    width: 100% !important;
}
	.footer-col-3 h4 {
    text-align: center;
}
	.custom-footer .et_pb_menu__wrap{
		    justify-content:center !important;
	}
	
	
}

@media only screen and (max-width:600px){

	
input, textarea {
    border: 0;
    padding: 12px 8px !important;
    margin-bottom: 0px !important;
	line-height:auto !important;
}
	.home-about p {
    font-size: 22px;
    line-height: 30px;
}
	.footer-row-logo img {
    width: 150px;
}
}

@media only screen and (max-width:480px){
.banner-logo-image img {
    width: 93%;
}
	.et_pb_column.home-banner-image {
    width: 63% !important;
}
	.custom-home-banner h1 {
    font-size: 19px;
    line-height: 27px;
}
	.actionbtn {
    font-size: calc(14px + 0.5vw);
}
	
	.speciality-section .et_pb_row:last-child .et_pb_column{
		width:100% !important;
		margin-bottom:0;
	}
	
	.free-quote-row .et_pb_column:nth-child(2){
		width:100% !important;
	}

}