/*.carousel-item {*/
/*    height: 100vh;*/
   /* min-height: 350px;*/
/*    background: no-repeat center center scroll;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*}*/

.about{
	padding-top:40px;
}
.contact{
	padding-top:65px;
}
.address{
	padding-top: 50px;
}
.title{
	font-size: 21px;
    text-align: center;
    color: #e17b0a;
    font-weight: bold;
}
.btn-primary{
	color: #000 !important;
    background-color: #db700a !important;
    border-color: #df7510 !important;
    height: 35px;
    width: 94px;
}
.smt-button{
	justify-content: center;
    display: flex;
	margin-top:20px;
}
input {
  border-top-style: hidden !important;
  border-right-style: hidden !important;
  border-left-style: hidden !important;
  /*border-bottom-style: groove !important;*/
  border-bottom: 1px solid #db700a !important;
}

.no-outline:focus {
  outline: none !important;
}
textarea {
    border-top-style: hidden !important;
  border-right-style: hidden !important;
  border-left-style: hidden !important;
  /*border-bottom-style: groove !important;*/
  border-bottom: 1px solid #db700a !important;
    outline: none;
}
@media (max-width:767px) {
    .col-xs-hidden {
        display:none !important;
    }
    .col-xs {
       width:100% !important;
    }
   
.carousel-caption {
  
    bottom: 1.25rem !important;
   
} 
.title-font{
    font-size:12px;
}
.icon-bar {
  top: 21% !important;
  z-index:1;
}

.address {
    padding-top: 65px;
}
    
}

.carousel-control-prev {
    left: 3% !important;
}
@media (min-width:768px) {
.captcha-desk{
    display:inline-flex;
}
}

@media (max-width:767px) {
.carousel-control-prev {
    left: 5% !important;
}

.captcha-sec{
    justify-content: center;
    display: flex; 
}

}