.card { 
  border: 0px solid rgba(0,0,0,.125);
}
.ts-service-box-content{ color:#fff }
.header-one .logo-area {
  padding: 10px 0;
}
.call-to-action-box {
  margin-top: 0px;
}
.copyright {
  background: #025383;
  color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}
.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #025383;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-label {
  margin-bottom: .5rem;
}
label {
  display: inline-block;
  font-size: 12px;
}
input[type="text"],input[type="email"], input[type="password"] {
  width: 92%;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 0px;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: #555;
}


.w-100 {
  width: 100% !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}
.gradient-custom-2 {
  background: #fccb90;
  background: -webkit-linear-gradient(to right, #263346, #236ed5);
  background: linear-gradient(to right, #263346, #236ed5);
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.w-100 {
  width: 100% !important;
}

     select[multiple], select[size] {
    height: auto;
    min-height: 200px;
  }

.drop_box {
  margin: 0px 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dotted #a3a3a3;
  border-radius: 5px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}

 

 
.input-file-container {
  position: relative;
  width: 100%;
} 
  .input-file-trigger {
  display: block;
  padding: 14px 45px;
  background: #39D2B4;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
  margin-left: 25%;
}
  .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
  .input-file:hover + .input-file-trigger,
  .input-file:focus + .input-file-trigger,
 .input-file-trigger:hover,
  .input-file-trigger:focus {
  background: #34495E;
  color: #39D2B4;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
 .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
 .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}



.input-file-container {  position: relative;  width: 100%;} 
.js .input-file-trigger {  display: block;  padding: 14px 45px;  background: #39D2B4;  color: #fff;  font-size: 1em;  transition: all .4s;  cursor: pointer;  margin-left: 25%;}
.js .input-file {  position: absolute;  top: 0; left: 0;  width: 225px;  opacity: 0;  padding: 14px 0;  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {  background: #34495E;  color: #39D2B4;
}

.file-return {  margin: 0;}
.file-return:not(:empty) {  margin: 1em 0;}
.js .file-return { font-style: italic;  font-size: .9em;  font-weight: bold;}
.js .file-return:not(:empty):before { content: "Selected file: ";  font-style: normal;  font-weight: normal;}

.nav-tabs .nav-link {  color: #000;}
h2 + P {  text-align: center;}
.txtcenter {  margin-top: 4em;  font-size: .9em;  text-align: center;  color: #aaa;}
.copy {  margin-top: 2em;}
.copy a {  text-decoration: none;  color: #1ABC9C;}
    .input-file-trigger {  display: block;  padding: 14px 45px;  background: #39D2B4;  color: #fff;  font-size: 1em;
  transition: all .4s;  cursor: pointer;  margin-left: 10%;}
 
.input-group .input-group-addon {  border-radius: 0; background-color: #f4f4f4;  float: left;}
.input-group-addon:first-child {  border-right: 0;}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;  border-bottom-right-radius: 0;}
.input-group-addon { padding: 4px 12px;  font-size: 14px;  font-weight: normal;  line-height: 1;  color: #555;  text-align: center;  background-color: #eee;  border: 0px solid #ccc; 
  border-right-color: rgb(204, 204, 204);  border-right-style: solid;  border-right-width: 1px;  border-radius: 4px;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed;  background-color: #eee;  border-top: none;  border-right: none;  border-left: none;  border-radius: 0px !important;
}
.no-radius{ border-radius:0px }
textarea.form-control[disabled]  {  cursor: not-allowed; background-color: #eee;border-top: none;border-right: none;border: none;  border-radius: 0px !important;  height:100px;
}
.form-group {  margin-bottom: 15px;}
textarea.form-control { height: auto;  min-height: 100px;}
 
.input-file-trigger { display: block;padding:14px 45px;background:#39D2B4;color:#fff;font-size: 1em;transition: all .4s;cursor: pointer;  
 margin-left:30%;
}
