
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*padding: 15px;*/
  background: #f2f2f2;
  
}

.wrap-contact100 {
  /*width: 1120px;*/
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*padding: 56px 55px 63px 55px;*/
}

.contact100-form-title {
  width: 100%;
  display: block;
  /*font-family: Poppins-Regular;*/
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
  background: #fff;
}

.rst1-wrap-input100,
.rst2-wrap-input100,
.rst3-wrap-input100{
  width: 33.33%;
  background: #fff;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  /*font-family: Poppins-Regular;*/
  /*font-size: 12px;*/
  color: #555555;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 0;
  background: #f2f2f2;
}

.label-input100-left {
  /*font-family: Poppins-Regular;*/
  /*font-size: 12px;*/
  color: #555555;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1.5px solid #e6e6e6;
  /*border-bottom: none; */
  padding: 0px 15px;
  /*margin-top: 10px;*/
  /*margin-bottom: 0;*/
  background: #f2f2f2;
}

.label-input100-header {
  /*font-family: Poppins-Regular;*/
  /*font-size: 12px;*/
  color: #555555;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 0;
  background: #95d1ea;
}

.rs1-wrap-label,
.rs2-wrap-label {
  width: 50%;
}

.rst1-wrap-label,
.rst2-wrap-label,
.rst3-wrap-label {
  width: 33.33%;
}

.textarea100 {
  display: block;
  width: 100%;
  background: transparent;
  /*font-family: Poppins-Regular;*/
  /*font-size: 12px;*/
  color: #666666;
  line-height: 1;
  padding: 0 15px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  /*font-family: Poppins-Regular;*/
  /*font-size: 12px;*/
  color: #666666;
  line-height: 1;
  padding: 0 15px;
}

.radio100 {
  display: block;
  width: 100%;
  background: transparent;
  /*font-family: Poppins-Regular;*/
  /*font-size: 12px;*/
  color: #666666;
  /*line-height: 1;*/
  padding: 0 15px;
}

.select100 { 
  border: transparent; 
  display: block;
  width: 100%;
  background: transparent;
  /*font-family: Poppins-Regular;*/
  /*font-size: 12px;*/
  color: #666666;
  line-height: 1;
  padding: 0 15px;
} 

input.input100 {
  height: 40px;
}

input.input100[type='file'] {
  height: 40px;
}
select.select100 {
  height: 40px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

.desc_details{
  padding:10px;
  /*font-size: 14px;*/
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.focus-select100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.select100:focus + .focus-select100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}




/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 100px;
  height: 40px;
  border-radius: 2px;
  background: #999999;

  /*font-family: Montserrat-Bold;*/
  /*font-size: 12px;*/
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    /*width: 60%;*/
    /*padding: 56px 30px 63px 30px;*/
  }

  .contact100-more {
    /*width: 40%;*/
  }
}

@media (max-width: 768px) {
  .contact100-form {
    /*width: 100%;*/
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    /*padding: 56px 15px 63px 15px;*/
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    /*width: 100%;*/
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  /*font-family: Poppins-Regular;*/
  color: #c80000;
  /*font-size: 12px;*/
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  /*font-size: 12px;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/***************** vertical step wizard *****************************/

.bs-vertical-wizard {
    border-right: 1px solid #eaecf1;
    padding-bottom: 50px;
    min-height: 550px;
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;

}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #f2f2f2 !important;
}

.bs-vertical-wizard ul>li.current>a .desc {
  color:#000000;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #f2f2f2;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

/***************** end vertical wizard *****************************/

/***************** step wizard *****************************/
.wizard {
    margin: 10px 0px 10px 0px;
}
.wizard a {
    padding: 20px 0px 20px 0px;
    /*margin-right: 10px 0px 10px 0px;*/
    background: #efefef;
    position: relative;
    display: inline-block;
}

.wizard .myag {
    width:24.74%;
}

.wizard .estamps {
    width:19.74%;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 30px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 30px inset transparent;
    border-bottom: 30px inset transparent;
    border-left: 30px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -29px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #6b99ac !important;
    color: #fff !important;
}
.wizard .current:after {
    border-left-color: #6b99ac !important;
}

.wizard .done {
    background: #95d1ea;
    color: #000;
}
.wizard .done:after {
    border-left-color: #95d1ea;
}

.wizard .notdone {
    background: #f2f2f2;
    color: #999;
}
.wizard .notdone:after {
    border-left-color: #f2f2f2;
}

.wizard-content{
  padding: 10px;
  margin: 0px 0px 20px 0px;
  /*background: #f2f4f5;*/
  border:2px solid #f2f2f2;
}

@media (max-width: 767px) {
  .wizard .myag {
      width:24%;
  }

  .wizard .estamps {
      width:19%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard .myag {
      width:24.5%;
  }

  .wizard .estamps {
      width:19%;
  }
}

/*****************end step wizard *****************************/


.list-icon{
    margin: 0px;
    padding: 0px;
}
.list-icon li{
    margin: 0px;
    padding: 0px;
    width: 25%;
    list-style: none;
    float: left;
    padding: 10px;
}
.list-icon li .box{
    padding: 15px;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.list-icon li .box:hover{
    background-color: #f2f2f2;
    /*border: 1px solid #999999;*/
}
.list-icon li .box .fa{
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #676767;
    
}

.list-icon li .box .glyphicon{
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px
}

.radio-icon{
    margin: 0px;
    padding: 0px;
}
.radio-icon li{
    margin: 0px;
    padding: 0px;
    width: 25%;
    list-style: none;
    float: left;
    padding: 10px;
}
.radio-icon li .box{
    padding: 15px;
    background-color: #f9fafc;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.radio-icon li .box:hover{
    background-color: #f2f4f7;
}

.check-box
{
    background-color: #c6c9ce !important;
}

.radio-icon li .box .fa{
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #676767;
    
}

.radio-icon li .box .glyphicon{
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px
}

.radio-icon2{
    margin: 0px;
    padding: 0px;
}
.radio-icon2 li{
    margin: 0px;
    padding: 0px;
    width: 50%;
    list-style: none;
    float: left;
    padding: 10px;
}
.radio-icon2 li .box{
    padding: 15px;
    background-color: #f9fafc;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.radio-icon2 li .box:hover{
    background-color: #f2f4f7;
}

.radio-icon2 li .box .fa{
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #676767;
    
}

.radio-icon2 li .box .glyphicon{
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px
}

.radio-icon3{
    margin: 0px;
    padding: 0px;
}

.radio-icon3 li{
    margin: 0px;
    padding: 0px;
    width: 33.3%;
    list-style: none;
    float: left;
    padding: 10px;
}

.radio-icon3 li .box3{
    padding: 15px;
    background-color: #f9fafc;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.radio-icon3 li .box3:hover{
    background-color: #f2f4f7;
}

.bg-grey{
    background-color: #f7f7f7;
    padding: 30px 0px;
}

.box-content{
    background-color: #f8f7f7;
    margin-bottom: 20px;
}
.box-content .content{
    padding: 15px;
    background-color: #f8f7f7;
}
.box-content > img{
    -webkit-filter: brightness(0.7) grayscale(1);
    -moz-filter: brightness(0.7) grayscale(1);
    filter: brightness(0.7) grayscale(1);
}
.box-content .content > h3{
    margin: 0px;
}

.line{
    background-color: #d3d3d3;
    height: 1px;
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*SPACINGS*/
.gap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  clear: both;
  overflow: hidden;
}
.gap:after {
  content: '';
  display: table;
}
.gap-mini {
  margin: 10px 0 10px 0;
}
.gap-small {
  margin: 15px 0 15px 0;
}
.gap-big {
  margin: 60px 0 60px 0;
}
.gap-large {
  margin: 90px 0 90px 0;
}
.gap-top {
  margin-bottom: 0 !important;
}
.gap-bottom {
  margin-top: 0 !important;
}
.gap-border {
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ffffff;
}
/* ---- */
tbody.row-valign{
  vertical-align: middle;
}


