/* 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;
    margin-bottom: 0px;
}

.navbar-brand{
    height: auto;
}

.navbar .nav-item .nav-link {
    display: block;
    font-weight: 400;
    font-size: 23px;
    padding: 0px 0px 5px;
	color: #fff !important;
    position: relative;
}
.navbar .nav-item .nav-link:before {
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #C1BB71 !important;
    transform: scaleX(0);
    content: '';
    position: absolute;
    transition: transform .5s ease;
}
.navbar .nav-item .nav-link:hover:before {
    transform: scaleX(1);
}

.navbar .nav-item.active > .nav-link:before{
    transform: scaleX(1);
}

.navbar .nav-item.active > .nav-link,.fixed-header .navbar.navbar-light .navbar-nav .nav-item.active .nav-link{
    color: #254275 !important;
}

.header
{
	margin-bottom: 0px;
	position: relative;
	z-index: 9600;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff !important;
    width: 100%;
    z-index: 9600;
	 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: 30px;
}
.fixed-header a.navbar-brand img {
    width: 115px;
}
.fixed-header .navbar .nav-item .nav-link {
    display: block;
  font-size: 19px;
}
.container-fluid,.container{
    padding-right: 30px;
	padding-left: 30px;
	width: 100%;
	max-width: 100%;
}

.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(80%) !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 */
.navbar-brand .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 .nav-item .nav-link:before {
    background:#fff;
}
.footer, .header {
    background: #7C7C7C !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;
}

.project-wrapper p {
    font-size: 18px;
    margin: 15px 0;
    line-height: 32px;
    color: #777777;
}
.carousel-inner {
  margin-bottom: 30px;
}
 .project-inner .carousel-inner {
    margin-bottom: 0 !important;
}
.col-md-5.project-start h1 {
    margin-top: 0px !important;
}
.images-wrapper.related-wrapper {
    border-top: 1px solid #555;
    padding: 30px 0 0;

}
.images-wrapper.related-wrapper h3 {
    margin-bottom: 25px;
}
.w-100 {
    width: 100%!important;
    height: 700px;
    object-fit: cover;
}
.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);

    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-right: 60px;
}

/* Custom */

.navbar-light .navbar-toggler{
	border: none;
	background: transparent;
    padding: 0px;
}

.navbar-light .navbar-toggler-icon{
	background-image: none;
	background-color: #7c7c7c;
	height: 2px;
	display: block;
	margin: 5px 0px;
}

/*div.pp_overlay{
	top:95px !!important;
}*/

.inner_content{
	font-size: 18px; 
	color: rgba(120, 120, 120, 255);
}

.about_text{
	font-size: 18px; 
	color: rgba(120, 120, 120, 255);
	margin:0px 0px;
}
.service_text {
    font-size: 18px;
    color: rgba(120, 120, 120, 255);
    margin: 0px 10px;
}

.about_text p{
	margin: 20px 0px;
	line-height: 28px;
}

h1.title,h3.title{
	font-size: 24px;
	color: rgba(51, 51, 51, 255);
	margin: 0px 0px 30px 0px !important;
}

.team_title{
	font-size: 18px !important;
	color: rgba(120, 120, 120, 255);
	background: #e2e2e2;
	padding: 12px;
}

#our_team .figure-image img{
    margin:0 auto;
    width: 100%;
}

#our_team .figure{
	width: 100%;
	max-height: 275px;
	overflow: hidden;
}

#our_team .row div.col-md-3{
	/*max-width: 320px;*/
}

/*#our_team .row div.col-md-3:first-child{
	padding-left: 0px;
}

#our_team .row div.col-md-3:last-child{
	padding-right: 0px;
}*/

hr{
	margin: 30px 0px;
	border-bottom: 1px solid #7c7c7c;
}

.our_service h5,.about_text h5,.our_contact h5{ 
	font-size: 18px;
	color: rgba(120, 120, 120, 255);
	font-weight: 700;
}

.our_service p{
	font-size: 18px;
	color: rgba(120, 120, 120, 255);
}

.our_contact{
	font-size: 18px; 
	color: rgba(120, 120, 120, 255);
	margin:0px 30px 0px 0px;
}

.our_contact a{
	font-size: 18px;
	color: rgba(120, 120, 120, 255);
}

.our_contact p{
	margin: 5px 0px;
	line-height: 28px;
}


.single-projects h1{
	font-size: 24px;
	color: rgba(51, 51, 51, 255);
	margin-bottom: 30px !important;
}

.vc_gitem-zone-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;
    visibility: visible;
}

.vc_gitem-link:hover > .vc_gitem-zone-img
{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	cursor: pointer;
	filter: contrast(80%) !important;
}

.left30{
	margin-left: 30px;
}

/* Contact Form*/

.wpcf7-form{
	max-width: 550px;
	width: 100%;
	margin: 0px 20px 0px 0px;
}

.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="tel"]
{
	font-size: 15px;
	color: rgba(120, 120, 120, 255) !important;
	border-bottom: 1px solid #ccc;
	max-width: 550px;
	border-radius: 0px;
}

.wpcf7-form textarea{
	font-size: 15px;
	color: rgba(120, 120, 120, 255) !important;
	border-bottom: 1px solid #ccc !important;
	width: 100px;
	border-radius: 0px;
	width: 100%;
	height: 100px;
	border: 0px;
	background-color: transparent;
	margin-top: 10px;
}

.wpcf7-form textarea::placeholder,.wpcf7-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(120, 120, 120, 255);
  opacity: 1; /* Firefox */
  font-style: italic;
}

.wpcf7-form textarea::placeholder{
	line-height:170px;
}

.wpcf7-form input[type="submit"]{
	font-size: 18px;
	color: rgba(120, 120, 120, 255) !important;
	border-bottom: 1px solid #ccc !important;
	width: 100px;
	border-radius: 0px;
	background-color: transparent;
	margin: 30px auto 0px;
	display: block;
	font-weight: 600;
}

.wpcf7-form input[type="submit"]:hover{
    border-bottom: 1px solid #C1BB71 !important;
    color: #C1BB71 !important;
}

.wpcf7-form .wpcf7-not-valid-tip,.wpcf7-form .wpcf7-validation-errors{
	color:red;
	font-size: 15px;
}

.wpcf7-response-output{
    margin-bottom: 20px;
}

.navbar-collapse{
    box-shadow: none;
}

.wpcf7-not-valid {
    border-color: #ccc !important;
}

.row:after, .row:before {
    content: " ";
    display: none;
}

@media(max-width: 767.98px){
    .container-fluid, .container {    padding-right:15px;    padding-left: 15px;}
}