.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left
}
.visible-xxs {
	display:none!important
}
@media (max-width:500px) {
	.col-xxs-12 {
		width:100%
	}
	.col-xxs-11 {
		width:91.66666667%
	}
	.col-xxs-10 {
		width:83.33333333%
	}
	.col-xxs-9 {
		width:75%
	}
	.col-xxs-8 {
		width:66.66666667%
	}
	.col-xxs-7 {
		width:58.33333333%
	}
	.col-xxs-6 {
		width:50%
	}
	.col-xxs-5 {
		width:41.66666667%
	}
	.col-xxs-4 {
		width:33.33333333%
	}
	.col-xxs-3 {
		width:25%
	}
	.col-xxs-2 {
		width:16.66666667%
	}
	.col-xxs-1 {
		width:8.33333333%
	}
	.hidden-xxs {
		display:none!important
	}
	.visible-xxs {
		display:block!important
	}
}


.tp-caption a{ 
	color:inherit;
	display:inline-block;
	padding:15px 50px;
	
}
.tp-tab{
	width:400px !important;
}
.tp-tab .tp-tab-title{
	
}

section.contents{
	padding:100px 0px;
}

.who_we_area .who_we_img{
	margin-top:60px;
}
.padtop{
	padding-top: 50px;
	clear:both;	
}
.padbottom{
	padding-bottom: 50px;
	clear:both;	
}

.btn.send-btn-round {
    background: #F39200;
    height: 50px;
    width: 150px;
    line-height: 50px;
    padding: 0;
}

.contact_details {
    padding:20px 0px 0px 0px !important;
}

.contact_details:nth-child(2) .contact_text p {
    
}

.contact_text p {
    font-size: 14px;
}
.contact_text .contact_text{
	padding-left:15px;
}

.contact_icon {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #F39200;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-top: 8px;
}

.contact_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    width: calc(100% - 85px);
}

.contact_text p {
    font-size: 14px;
    line-height: 26px;
	margin-top:0px;
}

.contact_bottom {
    padding-top: 75px;
}

.contact_bottom:last-child {
    margin-left: 28px;
}

.contact_bottom.last:last-child {
    margin-left: 58px;
}
.btn-default-contact{
    background: #F39200;
    color: #fff;
    border-radius: 50px;
}
.btn-default-contact:hover{
    background: #F39200;    
}
.btn-default-contact:focus{
    color: #fff;
    background: #F39200;    
}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  background: #fff0cc;
  border: 1px solid #ffda80;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #996c00; }
  .alert h4 {
    color: #996c00;
    margin: 0; }
  .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px; }

.alert-success {
 /* background: #e4f1db;
  border-color: #badba4;
  color: #466e2c;*/  
  background: #34AA0D;
  border-color: #34AA0D;
  color: #fff; }
  .alert-success h4 {
    /*color: #466e2c;*/
	color: #fff; }

.alert-error, .alert-danger {
  /*background: #fff4f4;
  border-color: #fbabab;
  color: #b90808;*/
  background: #b90808;
  border-color: #b90808;
  color: #fff; }
  .alert-error h4, .alert-danger h4 {
    /*color: #b90808;*/
	color: #fff; }

.alert-warning {
  /*background: #fff0cc;
  border-color: #ffda80;
  color: #996c00; */
  background: #FFA100;
  border-color: #FFA100;
  color: #fff; }
  .alert-warning h4 {
    /*color: #996c00;*/
	color: #fff; }

.alert-info {
  /*background: #b2edfa;
  border-color: #6adcf6;
  color: #075f73; */
  background: #00D4FF;
  border-color: #00D4FF;
  color: #fff; }
  .alert-info h4 {
    /*color: #075f73;*/
	color: #fff; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }
  .alert-block > p, .alert-block > ul {
    margin-bottom: 0; }
  .alert-block p + p {
    margin-top: 5px; }
	
.multi-image{ position:relative; margin-bottom:30px; }
.multi-image .image1{ position:relative; z-index:1; }
.multi-image .image2{ position:absolute; top:0px; left:50%; z-index:2; display:none; }
