.contact-link

{

	text-decoration: none !important;

}

.mail-icon

{

	margin-right: 2px;

}

.contact-page-section .content-column .inner-column .contact-list li a

{

	color: #848484;

}

.text-danger

{

	color: #dc3545 !important;

}

.text-uppercase

{

	text-transform: uppercase;

}

.text-decoration-none

{

	text-decoration: none !important;

}



.text.career-details ul li {

    list-style: disc;

}

.text.career-details ul {

    padding-left: 15px;

}



.asterisk

{

  color: #dc3545 !important;

}



.search_results_container {

    position: absolute;

    background: #ff8f2e;

    width: 100%;

    z-index: 1000;

    max-height: 200px;

    overflow-y: auto;

}



.search_results {

    list-style: none;

    margin: 0;

    padding: 0;

    font-family: 'Poppins',sans-serif;

}



.search_results li {

    padding: 8px 12px;

    cursor: pointer;

    border-bottom: 1px solid rgba(0,0,0,0.05);

}



.search_results > li > a {

    position: relative;

    display: block;

    padding: 8px 20px;

    line-height: 24px;

    font-weight: 500; 

    font-size: 14px;

    color: #ffffff;   /* white */

    text-align: left;

    text-transform: uppercase;

    transition: all 300ms ease;

    font-family: 'Poppins', sans-serif;

}



.search_results li:last-child {

    border-bottom: none;

}

.search-item.no-result a {

    font-weight: normal;

    font-size: 12px;

}



.search_results li:hover {

    /*background: #ff6a00;*/ /* light orange for contrast */

}



.search_results li:hover > a {

    color: #ffffff; /* keep text white on hover */
    padding-left: 40px;

}

.search_results li:hover > a:before {
    position: absolute;
    content: '';
    left: 13px;
    top: 25px;
    width: 20px;
    height: 2px;
    opacity: 1;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}







.blog-cat-three li.current a::before, .blog-cat-three li.current a {

  color: #ff6600; /* active icon color */

  font-weight: 700;

}

/*img {
    transition: transform 0.3s ease-in-out;
}

img:hover {
    transform: scale(2.5);
}*/

.contact-form .control-group label {
    margin: 0;
}

.company-section .form-column .inner-column h2 {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 28px;
}

/*Counter section start*/

.cta {
  background: url("../images/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*background: rgba(34, 58, 102, 0.95);*/
  background: #ff8f2e;
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}
.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: translateY(25px);
}
.counter-stat span {
  font-size: 70px;
  color: #fff;
}
.counter-stat p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/*Counter section ends*/

@media screen and (max-width: 991px) {
 .navbar-collapse .navigation li ul {
	z-index: 5;
}
body .search_results li {
	border-bottom: 1px solid #fff;
}
   
}

@media screen and (max-width: 767px) {
.main-slider .tp-parallax-wrap {
	left: 0 !important;
	text-align: center;
  width: 100%;
} 
.main-slider .tp-loop-wrap{
  margin: 0 auto;
  width: 100%;
 
}
.main-slider .tp-mask-wrap {
	text-align: center;
	width: 100%;
	padding: 0;
}    
 .main-slider h1.Bedroom.mb-3 {
	font-size: 33px !important;
}
    
}

