/* Your custom styles */
html,body{
    overflow-x: hidden;
}
body
{
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Fira Sans Condensed', sans-serif;
        margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family:'FuturaLT';
}
@font-face{font-family:'FuturaLT';src:url('../font/FuturaLT.ttf') format('truetype');font-weight:normal;font-style:normal;}


.navbar {
    padding-right:0!important;
    font-weight: 300;
    background: transparent !important;
    box-shadow: none !important;
    padding:25px 0;

}
.navbar .nav-item .nav-link {
    display: block;
    font-weight: 400;
    font-size: 23px;
    padding: 0;
    /* color: #fff !important; */
	color: #7c7c7c !important;  
}
.navbar .nav-item .nav-link:before {
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #254275 !important;
    transform: scaleX(0);
    content: '';
    position: absolute;
    transition: transform .5s ease;
}
.navbar .nav-item .nav-link:hover:before {
    transform: scaleX(1);
}
.header
{
margin-bottom: 30px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff !important;
    width: 100%;
    z-index: 9;
     margin-bottom: 0;
}
.fixed-header .navbar{
    padding:5px 0;
}
.navbar .nav-item{

    padding-left: 47px;
}
.img-class {
    height: 295px;
    display: block;
}
.img-class img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;

}
.img-detail h4,.img-detail h5 {
    font-size: 18.5px;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0;
}
.img-detail h5 
{
    color:#999;
}
.img-detail {
    padding: 10px 10px;
    background:#e2e2e2 !important;
}
.image-main-block {
    margin-bottom: 40px;
}
.fixed-header a.navbar-brand img {
    width: 115px;
}
.fixed-header .navbar .nav-item .nav-link {
    display: block;
  font-size: 19px;
}
.container-fluid {

    padding-right: 30px;
    padding-left: 30px;

}





.img-class img {
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
     -webkit-transition: all .6s;
    transition: all .6s;

}

.img-class:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor:pointer;
     filter: contrast(100%) !important;
}

.footer {
    text-align: center;
    padding: 100px 0;
    background: #f1f1f1;
}
.footer-text {
    padding: 25px 500px;
    font-weight: 500;
    color: #555;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', sans-serif;
}



form {
  width: 800px;
  margin: 20px auto;
}

fieldset {
  position: relative;
  border: none;  
}

label {
    position: absolute;
    top: 18px;
    color: #333;
    transform-origin: left;
    transition: all 0.3s ease;
    left: 0;
    font-weight: 500;
    font-size: 15px;
}

input:focus ~ label {
  color: red;  
}

input:focus ~ label,
input:valid ~ label {
  top: 0;
  transform: scale(0.9, 0.9);
}

input {
    font-size: 20px;
    width: 100%;
    border: none;
    margin-top: 10px;
    background: transparent !important;
}

input:focus {
  outline: none;
}

.after {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, red 50%, transparent 50%);
  background-color:#555;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.6s ease;
}

input:focus ~ .after {
  background-position: 0 0;
}

span.ico {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor:pointer;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.follow_icon li {
    display: inline-block;
    margin: 0 5px;
}
ul.follow_icon li a i {
    background: #f1f1f1;
    width: 27px;
    height: 27px;
    color: #666 !important;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
    padding: 7px 0;
    transition: all 0.6s linear;
}
ul.follow_icon li a:hover i.fa-facebook-f {
    background: #3b5998;
}
ul.follow_icon li a:hover i.fa-instagram {
    background: #d65f34;
}
ul.follow_icon li a:hover i.fa-twitter {
    background: #55acee;
}
ul.follow_icon li a:hover i.fa-linkedin-in {
    background: #0079B5;
}
ul.follow_icon{
    margin-top: 20px;
}
.contact-wrapper {
    margin-top: 45px;
}
.contact-wrapper p {
    margin: 0px 0 2px;
    font-size: 15px;
}
p.address.add1 {
    margin-bottom: 5px;
}
.contact-wrapper a {
    color: #333 !important;
}
.contact-wrapper a:hover {
    opacity:0.9;
}
div#toTop:hover {
    background: #a9a5a5 !important;
    color: #fff;
    cursor:pointer;
}
#toTop {
    width: 35px;
    height: 35px;
    display: none;
    color: #fff;
    font-size: 16px;
    position: fixed;
    margin: 20px 0 0;
    bottom: 20px;
    right: 6px;
    background:#716e6e;
    border-radius: 100%;
    padding: 0;
    line-height: 37px;
    transition: all .5s ease 0s;
    z-index: 999;
    text-align: center;
}

.copyright {
    background: #e2e2e2 !important;
    color: #000;
    text-align: center;
    padding: 8px 0 6px;
    font-size: 14px;
        font-family: 'Open Sans', sans-serif;
}

/* fixed header css */
.white-logo
{
    display:none;
}
.fixed-header .white-logo {
  display:inline-block;
}
.fixed-header .color-logo {
  display:none;
}
.fixed-header {
    background: #fff !important;
}
/* .fixed-header .navbar.navbar-light .breadcrumb .nav-item .nav-link, .fixed-header .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff !important;
} */
.fixed-header .navbar.navbar-light .breadcrumb .nav-item .nav-link, .fixed-header .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #7c7c7c  !important;
}
.fixed-header .navbar .nav-item .nav-link:before {
    background:#fff;
}
.footer, /*.header */{
    background: #7C7C7C !important;
}
.header {
    background: #fff !important;
}
.footer-text {
 color: #fff;
}
label {
  color: #fff;
}
.contact-wrapper p,.contact-wrapper p a {
  color: #fff !important;
}
span.ico i {
    color: #fff;
}
.after {
  background: #fff;
    background-color: #fff;
}
input:focus ~ label {
  color: #fff;  
}
input {
  color: #fff !important;
}
ul.follow_icon li a i:hover{color:#fff !important;}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
   transition: none;
}
a.navbar-brand img {
    transition: transform .4s;
}
a.navbar-brand img:hover {
    transform: scale(1.03);
}
input {
    font-size: 16px;
  margin-top: 20px;
}
span.ico {
  bottom: 5px;
}
/* .fixed-header {
    background:#7C7C7C !important;
} */
.fixed-header {
    background:#fff !important;
}

.navbar .nav-item .active {
    color: #C1BB71 !important;
}
.project-wrapper p {
    font-size: 18px;
    margin: 15px 0;
    line-height: 32px;
    color: #777777;
}
.projects-block {
  margin-bottom: 30px;
}
.images-wrapper.related-wrapper {
    border-top: 1px solid #555;
    padding: 30px 0 0;

}
.images-wrapper.related-wrapper h3 {
    margin-bottom: 25px;
}
.w-100 {
    max-height: 700px;
    width: auto !important;
    margin:0 auto;
    object-fit: cover;
    /*height: auto;*/
    height: 700px !important;
}
.carousel-inner > .item > img {
    height: unset;
}

 #carouselExampleControls{    top: 50%;    transform: translate(0,-50%);}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 40px;
    height: 3px;
    margin-right: 7px;

    background-color: #7C7C7C !important;
}
.carousel-indicators .active {
    background-color: #000 !important;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #C1BB71 !important;
}
.project-wrapper {
    padding-right: 60px;
}
.carousel .carousel-control-prev-icon {
    background-image: url(../img//svg/arrow_left.svg);
}
.carousel .carousel-control-next-icon {
    background-image: url(../img//svg/arrow_right.svg);
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-size: 60px;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
    /*background-color:rgba(85, 85, 85, 0.6392156862745098);*/
    background-color: #000;
    border-radius: 0;
    padding: 13px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

ul.list-details li {
    width: 49%;
    display: block;
    float: left;

    margin: 0 0 20px 5px;
}
ul.list-details li .border-li
{
    border: 1px solid;
    border-left: 0;
    border-right: 0;
}
.border-class p {
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.border-class {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0 9px;
   
}
p.bold-text {
    font-weight: 600;
    margin-bottom: 5px;
}
.border-0
{
    border:0;
}
.listing-details {
    margin-top: 30px;
}
.project-wrapper {
    padding: 0 60px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel .carousel-control-prev:hover .carousel-control-prev-icon ,.carousel .carousel-control-next:hover .carousel-control-next-icon{
    opacity: 0.8;
}
.links {
    color: #787878 !important;
}

.service-page-image img {

    padding: 0px 30px;
	margin-bottom:20px;
}
@media(max-width:991px){
	.service-page-image img {

    padding: 0px 0px;
	margin-bottom:20px;
}
	
}

@media (min-width:1270px){
	.col-md-5.project-start.toggle-size-1{
		min-height: 730px;
	}
}