 /*breadcrumb Section Start*/
  .breadcrumb-section {
    margin-top: 0;
background: url("../images/banner/gallery.jpg");
padding: 175px 0;
background-size: cover;
background-position: center; 
background-repeat: no-repeat;
/*background-attachment: scroll, scroll;
background-attachment: fixed;*/
overflow: hidden;
}
.breadcrumb-row{
 text-align: center;
  color: #FFF;
  background: transparent;
  text-transform: uppercase;
}
.breadcrumb-row h1{
  margin: 0;
  letter-spacing: 3px;
  font-weight: 700;
}
/*breadcrumb Section End*/

/*Contact Section*/
.contact-sec p{
	font-family: 'Open Sans', sans-serif;
}
.contact-sec .box{
	display: flex;
}
.contact-sec .box .icon{
	width: 70px;
}
.contact-sec .box .icon i{
	font-size: 36px;
	color: rgb(0, 0, 0);
} 
.contact-sec .box .con-detail p {
	color: #000000;
	margin-bottom: 5px;
}
.contact-sec .box .con-detail p a{	
		color: #000000;
}
/*Contact Section*/

/*Form Sections Start*/
.form-sec{
}
.form-sec .form-img{
	width: 100%;
	height: 100%;
}
.form-sec .form-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: -5px;
}
.form-sec form{
	padding: 50px;
}
.form-sec .input-box{
	display: flex;
	justify-content: space-between;
}
.form-sec .input-group{
    margin-bottom: 30px; 
    position: relative;
    margin-right: 10px;
}
input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label
{
    top: -35px;
    font-size: 14px;
}
.form-sec .form-control:focus{
	box-shadow: none;
	outline: none;
	border-color: inherit;
}
.form-sec label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #000;
    cursor: text;
    transition: 0.2s;
}
.form-sec i
{
    margin: 0 10px;
    margin-left: 0;
    color: #666;
}
.form-sec label span{
	color: tomato;
}
.form-sec textarea{
	resize: none;
}
/*Form Sections End*/

.con-map{
	/*margin-top: 0;*/
}

/*CTA Sections*/
.cta-sec{
	background-color: rgba(0,0,0,1);
	padding: 50px 0;
	margin-top: -5px;
}
.cta-sec .box{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.cta-sec .box i{
	width: 70px;
	height: auto;
	font-size: 36px;
    text-transform: capitalize;
	color: var(--white);
	float: left;
	display: inline-block;
}
.cta-sec .box .con-detail{
	width: 80%;
	color: var(--white);
}
.cta-sec .box .con-detail h4{
	font-weight: normal;
    margin-bottom: 0;
    font-family: 'Open Sans' , sans-serif;
}

.cta-sec .box .btn-box .btn{
	background-color: var(--white);
	color: var(--black);
	margin-right: 10px;
}
/*CTA Sections End*/