.theme-form input, .theme-form select{
	height: 50px;
	margin-bottom: 20px!important;
	color: #000!important;
}
.theme-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.theme-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

.theme-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.theme-form input[type=radio]{
	height: auto;
	margin-bottom: 0px!important;
	color: #000!important;
}
.theme-form input[type=radio]:checked,
.theme-form input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.theme-form input[type=radio]:checked + label,
.theme-form input[type=radio]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.theme-form input[type=radio]:checked + label:before,
.theme-form input[type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #f7992b;
    border-radius: 100%;
    background: #fff;
}
.theme-form input[type=radio]:checked + label:after,
.theme-form input[type=radio]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #f7992b;
    position: absolute;
    top: 5px;
    left:5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.theme-form input[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.theme-form input[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-radio{
	margin-bottom: 20px!important;
}
 fieldset.custom-radio {
      overflow: hidden
    }
    
.custom-radio .some-class {
      float: left;
      clear: none;
    }
    
.custom-radio label {
      float: left;
      clear: none;
      display: block;
      padding: 0px 1em 0px 8px;
    }
    
.custom-radio input[type=radio],
    .custom-radio input.radio {
      float: left;
      clear: none;
      margin: 2px 0 0 2px;
    }
.theme-form input[type=file]{
	height: 50px;
	margin-bottom: 0!important;
}
.theme-form h2{
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	color: #000;
	font-size: 26px;
	line-height: 48px;
	margin-bottom: 17px;
}
.theme-form .gform_fields {
	grid-row-gap: 0!important;
}
.theme-form .ginput_container_address span{
	margin-bottom: 0!important;
}
 .theme-form input[type=file] #file-upload-button {
    background-color: #666666;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}
.inner-testimoial h5{
  width: auto;
  position: relative;
  color: #000!important;
  padding-left: 15px;
  font-size: 18px;
  line-height: 30px;
 margin-top: 20px;
    padding-bottom: 0px;
}
.inner-testimoial h5::before{
  width: auto;
  position: absolute;
  left: 0;
  top:48%;
  content: "";
  background: #f7992b;
  height: 2px;
  width: 6px;
  font-weight: 600;
}
.inner-testimoial .et_pb_slide{
  padding:0px!important;
}
.inner-testimoial .et_pb_slide_content{
    text-shadow: none;
}
.home_remonding_right .et_pb_slider.inner-testimoial{
	position: static;
}
.home-left-text{
    padding-right: 100px!important;
   }
.inner-testimoial .et-pb-controllers{
	text-align: left;
	padding-left: 80px;
	display: flex;
    align-items: center;
    bottom: 61px;
}
.inner-testimoial .et-pb-controllers .et-pb-active-control{
	height: 12px;
	width: 12px
}
/*portfolio list strat*/
.portfolio-list{display: flex; flex-wrap: wrap; flex-direction: column;}
.portfolio-listing{list-style: none;display: flex; flex-wrap: wrap;padding:0!important;margin: 0 -20px;list-style-type: none !important;}
.portfolio-listing li{
	width: 25%;
	padding: 0 20px;
	margin-bottom: 30px;
}

span.por_list_sub_title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    transition: all 0.5s ease-in-out;
}

span.por_list_title {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.portfolio-listing li a:hover span.por_list_title{
	color: #f7992b;
}
span.por_list_title:hover{
	color: #f7992b;
}
/*portfolio list End*/


/*portfolio detail start*/
.container {
    width:100%;
    max-width:1430px;
    padding:0 15px;
    margin:0 auto;
}
.porfolio-detail {
    width:100%;
    display:inline-block;
    font-size:0;
    padding:65px 0;

}
.por_det_left {
    width:23%;
    display:inline-block
}

.por_det_right {
    width:77%;
    display:inline-block;
    font-size:16px;
    vertical-align:top;
    padding-left:50px;
}
.portfolio_subtitle h4{
	font-size: 16px;
	font-weight: 600;
}
.portfolio_title h1{
	font-size: 26px;
	font-weight: 700;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
background: none!important;
border: 0px solid #c02b0a!important;
font-size: 14.992px;
margin-top: 0px!important;
padding: 0!important;
}




/*portfolio detail end*/