/*********************************************************************************

	Template Name: Salina - Construction Bootstrap 5 Template 
	Template URI: https: //themeforest.net/user/
	Description: A perfect construction template for build beautiful and unique construction websites. It comes with nice and clean design. 
	Author: Author Name 
	Author URI: Author URI 
	Version: 1.0

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

@import "style.css";

.newsletter {
	top: -80px;
	position: relative;
	z-index: 99;
	background: #2b2b35;
	border-radius: 11px;
	border: 2px solid #ffd470;
	padding-top: 20px;

}

.newsletter .col-xs-2 {
	width: 64px;
	padding: 0;
	border: 2px solid #000;
	height: 64px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	float: left
}

.newsletter .col-xs-2 i {
	position: relative;
	top: 22px
}

.newsletter .col-xs-2 i.flaticon-technology {
	top: 26px
}

.newsletter [class^="flaticon-"]::before,
.newsletter [class*=" flaticon-"]::before,
.newsletter [class^="flaticon-"]::after,
.newsletter [class*=" flaticon-"]::after {
	font-size: 30px
}

.newsletter .container {
	background: #ffc300;
	padding: 20px 35px;
	color: #000000;
	border-radius: 11px;
}

.newsletter .container a {
	color: #000000
}

.newsletter .container a:hover {
	text-decoration: underline
}

.newsletter .container h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px
}

.newsletter .container p {
	line-height: 21px;
	font-size: 13px;
	margin-bottom: 0
}

/* .newsletter .col-xs-6.address {
	width: 40%;
}
.newsletter .col-xs-4.phone-div {
	width: 30%;
}

.newsletter .col-xs-4.email-div {
	width: 30%;
} */

.contact-infobox-2 {
	/* margin-top: 5px; */
	display: inline-block;
	max-width: 60%;

}
.contact-infobox-hover-color-custom a{
	color: #e8e8e8;
	text-align: left;
}

.contact-infobox-2 span.contact-infobox-icon {
	display: inline-block;
	height: 85px;
	width: 85px;
	border-radius: 1000px;
	background: #ffc300;
	color: #2b2b35;
	text-align: center;
	font-size: 40px;
	padding: 24px 0;
	margin-bottom: 5px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.contact-infobox-2 span.contact-infobox-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 1000px;
	border: 2px solid #ffc300;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.contact-infobox-2 p {
	font-weight: 200;
	color: #ffc300;
	text-transform: capitalize;
	/* margin-bottom: 5px; */
}

.contact-infobox-2 p {
	margin-bottom: 0;
}

.contact-infobox-2 a {
	color: #323435;
}

.contact-infobox-2 a:hover {
	color: #ffb300;
}

.contact-infobox-2:hover span.contact-infobox-icon {
	background: #ffb300;
}

.contact-infobox-2:hover span.contact-infobox-icon::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.footer-top-area-2 {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
	/* padding-bottom: 10px; */
	/* background: #ffffff; */
}

.icon-css-2 {
	/* background: #ffb300; */
	color: #ffb300;
	/* border: solid 2px #bababa; */
	font-size: 60px;
	width: 70px;
	height: 70px;
	line-height: 65px;
	text-align: center;
	/* border-radius: 100% */
	align-self: flex-start;
}

.about-us h3 {
	font-size: 18px;
	color: #323435;
	font-weight: 600;
	margin-top: 30px;
	
}

.li-highlight-text {
	font-weight: 800;
	color: #2b2b35;
}

.img-fluid-custom {
    max-width: 180%;
    height: 85%;
}

.li-padding-custom {
	padding-bottom: 10px;
}

.extra-padding-bottom {
	padding-bottom: 15px;
}


#process .tiles {
	position: relative;
}
  #process .tiles .process-item {
	float: left;
	width: 370px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  }
  #process .tiles .process-item h4 {
	padding: 0 10px 5px;
  }
  #process .tiles .process-item h3,
  #process .tiles .process-item h5,
  #process .tiles .process-item p {
	line-height: 20px;
	padding: 0 15px;
	color: #eaeaeabe;
	font-family: Poppins;
	font-size: 14px;
	
  }

  #process .tiles .process-item h4 {
	line-height: 20px;
	padding: 0 15px;
	color: #d3d1d1;
	text-transform: uppercase;
	text-align: left;

  }
  #process .tiles .process-item .tile {
	height: 240px;
	margin: 0 auto 15px;
	position: relative;
	text-align: center;
	width: 94%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background-color: #232323;
	border: 1px solid #282828;
  }
  #process .tiles .process-item .tile img {
	height: 100px;
	width: 100px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  }
  #process .tiles .process-item .tile h2 {
	color: #1c1c1c;
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 86px 0 72px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-family: "ff-din-web-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
  }
  #process .tiles .process-item .tile .symbol {
	height: 100px;
	left: 50%;
	margin: -50px 0 0 -50px;
	position: absolute;
	top: 50%;
	width: 100px;
  }
  #process .tiles .process-item .tile:hover {
	background-color: #ffb300;
	border: 1px solid #c58a00;
  }
  #process .tiles .process-item .tile:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
  }
  #process .tiles .process-item .tile:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
  }

  .extra-icon-padding-10px {
	padding: 10px;
  }

  .extra-icon-padding-7px{
	padding: 7px;
  }

  .extra-icon-padding-2px {
	padding: 2px;
  }


  .contact-infobox {
	margin-top: 20px;
  }
  .contact-infobox span.contact-infobox-icon {
	display: inline-block;
	height: 65px;
	width: 65px;
	border-radius: 1000px;
	background: #323435;
	color: #ffffff;
	text-align: center;
	font-size: 23px;
	padding: 21px 0;
	margin-bottom: 18px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
  }
  .contact-infobox span.contact-infobox-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 1000px;
	border: 2px solid #ffb300;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
  }
  .contact-infobox h6 {
	font-weight: 700;
	color: #323435;
	text-transform: uppercase;
	margin-bottom: 25px;
  }
  .contact-infobox p {
	margin-bottom: 0;
  }
  .contact-infobox a {
	color: #e8e8e8;

  }
  .contact-infobox a:hover {
	color: #ffb300;
  }
  .contact-infobox:hover span.contact-infobox-icon {
	background: #ffb300;
  }
  .contact-infobox:hover span.contact-infobox-icon::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
  }

  .contact-infobox div.col-md-9 {
	text-align: left;
  }

  .contact-infobox div.footer-email {
	line-height: 55px;
  }

  .about-timeline-text-arrangement {
	text-align: justify;
  }
  
  .about-timeline-content h5 a {
	text-decoration: none !important;
	color: #ffc107 !important;
  }

  .section-padding-bottom-xxs {
	padding-bottom: 23px;
  }
  
  .about-timeline-single-bottom-padding {
	padding-bottom: 10px;
  }

  .text-highlight {
	font-weight: bold;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
	
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	
  }
  @media only screen and (max-width: 767px) {
	
  }
  @media only screen and (max-width: 575px) {
	.contact-infobox div.col-md-9 {
		text-align: center;
		
	  }
	
	.contact-infobox div.footer-email {
		line-height: 21px;
	  }

	  #process .tiles {
		position: relative;
		left: 33px;
	}

	.section-padding-bottom-xxs {
		padding-bottom: 23px;
	}
  }

.odameter-plus {
	display: block;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Lato", sans-serif;
	padding-bottom: 10px;
}

@property --num {
	syntax: "<integer>";
	initial-value: 0;
	inherits: false;
  }
  
  #project-count {
	animation: counter 5s forwards ease-in-out;
	counter-reset: num var(--num);
	/* font: 800 40px system-ui; */
	padding: 2rem;
  }
  #project-count::after {
	content: counter(num);
  }
  
  @keyframes counter {
	from {
	  --num: 0;
	}
	to {
	  --num: 133;
	}
  }


.cust-logo-align {
	vertical-align: baseline;
}

.profile-download-btn {
	cursor: pointer;
}

.logo-width{
	max-width: 260px
}