
.list-style-feature{

}

.list-style-feature li{
  list-style-type: none;
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #828282;
}

.list-style-feature li:hover{
  color: #DA2128;
  cursor: default;
}

.social-img-icon{
  width: 100px;
}

/* work box */

.work-box{
  border: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}

.work-text{
  min-height: 100px;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

.work-box .btn-text-style{
  font-size: 12px;
  width: 88px;
  margin: 0 auto;
}

.w-65{
  width: 65%;
}


/* collapse plugin style */

.collapse-title{
  color: #DA2128;
  line-height: 1;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.collapse-text{
  width: 100%;
font-size: 14px;
font-weight: 400;
color: #949494;
margin-top: 15px;
margin-bottom: 20px;
}

.collapse-white .collapse-title{
  color: #fff;
}

.collapse-white .collapse-text{
  color: #f7f7f7;
}

.collapse-white .collapse-link{
  color: #fff !important;
}


/* Theme Slider WT-Theme */


.slider-text-position {
    top: 30%;
    left: 6%;
}

.slider-phase-position{
    top: 30%;
    margin: 0px 80px;
}

.slider-phase-center-position{
      top: 30%;
}

.slider-phase-last-position{
      top: 45%;
}

.slider-title-grey {
    color: #676767;
    /*    font-family: 'Roboto', sans-serif;*/
}

.slider-title-red {
    color: #DA2128;
    line-height: 1.2;
}

.slider-title-white{
    color: #efefef;
    line-height: 1;
}

.title-white {
    color: #fdfdfd;
    line-height: 1;
}

.slider-text {
		width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    max-width: 600px;
    margin-top: 15px;
}

.paragraph-text {
		width: 100%;
		text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    margin-top: 15px;
    margin: 0 auto;
}

.paragraph-textleft {
		width: 90%;
		text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #656565;
    margin-top: 15px;
}


.paragraph-text-white {
		width: 100%;
		text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fdfdfd;
    margin-top: 15px;
}

.paragraph-textleft-white {
		width: 90%;
		text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fdfdfd;
    margin-top: 15px;
}

.space-content{
  margin-bottom: 25px;
}

.post-carousel-description{
  font-size: 14px;
  font-weight: 200;
}

.white-gradient-bg{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+50,d8d8d8+99 */
background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(left,  #e8e8e8 0%, #ffffff 50%, #d8d8d8 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e8e8e8 0%,#ffffff 50%,#d8d8d8 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e8e8e8 0%,#ffffff 50%,#d8d8d8 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d8d8d8',GradientType=1 ); /* IE6-9 */

}

.gradient-bg-black{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+9,666666+24,474747+35,2c2c2c+41,000000+61,111111+77,2b2b2b+85,1c1c1c+97,131313+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(left,  #4c4c4c 0%, #595959 9%, #666666 24%, #474747 35%, #2c2c2c 41%, #000000 61%, #111111 77%, #2b2b2b 85%, #1c1c1c 97%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4c4c4c 0%,#595959 9%,#666666 24%,#474747 35%,#2c2c2c 41%,#000000 61%,#111111 77%,#2b2b2b 85%,#1c1c1c 97%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4c4c4c 0%,#595959 9%,#666666 24%,#474747 35%,#2c2c2c 41%,#000000 61%,#111111 77%,#2b2b2b 85%,#1c1c1c 97%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 */

}


.package-compare{
  width: 80%;
  margin: 0 auto;
}



/* Form Page */



.form .label, .form .checkbox-input + label, .form .option-input + label, .form .text-input, .form .textarea, .form .select, .customSelect, .form .message, .form .button {
  padding: 0.75em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: normal;
  border-radius: 0;
  border: none;
  background: none;
  display: block;
}

.form .label {
  font-weight: bold;
  color: white;
  padding-top: 0;
  padding-left: 0;
  letter-spacing: 0.025em;
  font-size: 1.125em;
  line-height: 1.25;
  position: relative;
  z-index: 100;
}
.required .form .label:after, .form .required .label:after {
  content: " *";
  color: #E8474C;
  font-weight: normal;
  font-size: 0.75em;
  vertical-align: top;
}

.form .checkbox-input + label, .form .option-input + label, .form .text-input, .form .textarea, .form .select, .customSelect {
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  background: #efefef;
  color: #5d5d5d;
  position: relative;
}
.form .checkbox-input + label:placeholder, .form .option-input + label:placeholder, .form .text-input:placeholder, .form .textarea:placeholder, .form .select:placeholder, .customSelect:placeholder {
  color: white;
}
.form .checkbox-input + label:-webkit-autofill, .form .option-input + label:-webkit-autofill, .form .text-input:-webkit-autofill, .form .textarea:-webkit-autofill, .form .select:-webkit-autofill, .customSelect:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #111111 inset;
  -webkit-text-fill-color: white;
  border-top-color: #111111;
  border-left-color: #111111;
  border-right-color: #111111;
}
.form .checkbox-input + label:not(:focus):not(:active).error, .form .option-input + label:not(:focus):not(:active).error, .form .text-input:not(:focus):not(:active).error, .form .textarea:not(:focus):not(:active).error, .form .select:not(:focus):not(:active).error, .customSelect:not(:focus):not(:active).error, .error .form .checkbox-input + label:not(:focus):not(:active), .form .error .checkbox-input + label:not(:focus):not(:active), .error .form .option-input + label:not(:focus):not(:active), .form .error .option-input + label:not(:focus):not(:active), .error .form .text-input:not(:focus):not(:active), .form .error .text-input:not(:focus):not(:active), .error .form .textarea:not(:focus):not(:active), .form .error .textarea:not(:focus):not(:active), .error .form .select:not(:focus):not(:active), .form .error .select:not(:focus):not(:active), .error .customSelect:not(:focus):not(:active) {
  background-size: 8px 8px;
  background-image: linear-gradient(135deg, rgba(232, 71, 76, 0.5), rgba(232, 71, 76, 0.5) 25%, transparent 25%, transparent 50%, rgba(232, 71, 76, 0.5) 50%, rgba(232, 71, 76, 0.5) 75%, transparent 75%, transparent);
  background-repeat: repeat;
}
.form:not(.has-magic-focus) .checkbox-input + label:active, .form:not(.has-magic-focus) .option-input + label:active, .form:not(.has-magic-focus) .text-input:active, .form:not(.has-magic-focus) .textarea:active, .form:not(.has-magic-focus) .select:active, .form:not(.has-magic-focus) .customSelect:active, .form:not(.has-magic-focus) .customSelect.customSelectFocus, .form:not(.has-magic-focus) .checkbox-input + label:focus, .form:not(.has-magic-focus) .option-input + label:focus, .form:not(.has-magic-focus) .text-input:focus, .form:not(.has-magic-focus) .textarea:focus, .form:not(.has-magic-focus) .select:focus, .form:not(.has-magic-focus) .customSelect:focus {
  background: #4E4E4E;
}

.form .message {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  font-size: 0.625em;
  color: white;
}

.form .checkbox-input, .form .option-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form .checkbox-input + label, .form .option-input + label {
  display: inline-block;
  width: auto;
  color: #4E4E4E;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form .checkbox-input:focus + label, .form .option-input:focus + label, .form .checkbox-input:active + label, .form .option-input:active + label {
  color: #4E4E4E;
}
.form .checkbox-input:checked + label, .form .option-input:checked + label {
  color: white;
}

.form .button {
  font: inherit;
  line-height: normal;
  cursor: pointer;
  background: #E8474C;
  color: white;
  font-weight: bold;
  width: auto;
  margin-left: auto;
  font-weight: bold;
  padding-left: 2em;
  padding-right: 2em;
}
.form .button:hover, .form .button:focus, .form .button:active {
  color: white;
  border-color: white;
}
.form .button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/*body {
  padding: 2em;
}*/

.form {
  /*max-width: 40em;*/
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  /*display: flex;*/
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.form .field {
  width: 100%;
  margin: 0 0 1.5em 0;
}
@media screen and (min-width: 40em) {
  .form .field.half {
    width: calc(50% - 1px);
  }
}
.form .field.last {
  margin-left: auto;
}
.form .textarea {
  max-width: 100%;
}
.form .select {
  text-indent: 0.01px;
  text-overflow: "" !important;
}
.form .select::-ms-expand {
  display: none;
}
.form .checkboxes, .form .options {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
.form .checkbox, .form .option {
  float: left;
  margin: 1px;
}

.customSelect {
  pointer-events: none;
}
.customSelect:after {
  content: "";
  pointer-events: none;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-color: white;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: 50%;
  margin-top: -0.625em;
  right: 1em;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.customSelect.customSelectFocus:after {
  border-color: white;
}

.magic-focus {
  position: absolute;
  z-index: 0;
  width: 0;
  top: 0;
  pointer-events: none;
  background: rgba(62, 62, 62, 0.15);
  transition: top 0.2s, left 0.2s, width 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: top, left, width;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}



/* Theme Text WT-Theme */
