@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('../fonts/AvenirNext-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-Bold';
  src: url('../fonts/AvenirNext-Bold.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-BoldItalic';
  src: url('../fonts/AvenirNext-BoldItalic.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url('../fonts/AvenirNext-DemiBold.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-DemiBoldItalic';
  src: url('../fonts/AvenirNext-DemiBoldItalic.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-Heavy';
  src: url('../fonts/AvenirNext-Heavy.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-HeavyItalic';
  src: url('../fonts/AvenirNext-HeavyItalic.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-Italic';
  src: url('../fonts/AvenirNext-Italic.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-Medium';
  src: url('../fonts/AvenirNext-Medium.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-MediumItalic';
  src: url('../fonts/AvenirNext-MediumItalic.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-UltraLight';
  src: url('../fonts/AvenirNext-UltraLight.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'AvenirNext-UltraLightItalic';
  src: url('../fonts/AvenirNext-UltraLightItalic.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'DINNeuGroBolCon';
  src: url('../fonts/DINNeuGroBolCon.ttf');
  font-weight: normal;
}

body {
    color: #424e5a;
    font-family: 'AvenirNext-Regular' ,sans-serif;
    font-size: 14px;
    line-height: 24px;
    background-color: #d9dede;
}

/* Headings */

   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
       color: #283043;
       font-weight: 400;
       margin: 0;
       font-family: 'AvenirNext-Regular' ,sans-serif;
   }

   h1
   {
    font-size:42px !important;
    font-weight: 600;
   }

   h2
   {
    font-size: 24px;
    font-weight: 500;
   }

   h3
   {
      font-size: 20px;
      font-weight:400;
   }

   h4
   {
      font-size: 18px;
      font-weight: 300;
   }

   a 
  {
    color: #278c8e;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    cursor:pointer;
  }

  a:hover {
      text-decoration: none;
      color: #278c8e;
  }

  a:focus {
      text-decoration: none;
      color: #278c8e;
  }

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #278c8e;
    text-transform: lowercase;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #278c8e;
    text-transform: uppercase;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #278c8e;
    text-transform: uppercase;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #278c8e;
    text-transform: uppercase;
  }

  input,
  select,
  textarea,
  .braintree-hosted-field
  {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: rgb(39, 140, 142) !important;
    border-radius: 10px !important;
    background-color: rgb(255, 255, 255);
    transition: all .3s ease;
    font-size: 14px !important;
  }

  .select-wrapper input {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-right: 0!important;
    background: #fff !important;
    height:auto;
}
  .select-wrapper button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}
.select-wrapper .dropdown-menu::after
{
  display: none;
}

.select-wrapper .dropdown-menu {
    background-color: #666666 !important;
    padding: 2px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-family: 'DINNeuGroBolCon', sans-serif;
}
.select-wrapper .dropdown-menu .dropdown-item {
    background-color: #afafaf !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding: 8px 10px;
}
.select-wrapper .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0 !important;
}
.select-wrapper .dropdown-menu .dropdown-item:hover {
    background-color: #57bbbd !important;
    color: #fff !important;
}

.form-control:focus
{
  border-color: #278c8e;
}


.form-input-text {

}


[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    color: #464646;
    line-height: 28px;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    color: #464646;
    line-height: 28px;
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: rgb(39, 140, 142) !important;
    border-radius: 3px !important;
    background-color: rgb(255, 255, 255) !important;
    transition: all .3s ease;
    border-radius: 6px !important;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: rgb(39, 140, 142) !important;
    border-radius: 3px !important;
    background-color: rgb(255, 255, 255) !important;
    transition: all .3s ease;
    border-radius: 6px !important;
}

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: 'X';
    position: absolute;
    top: -3px;
    left: 6px;
    font-size: 20px;
    color: #278c8e;
    line-height: 1.75;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;

}

[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
    content: 'X';
    position: absolute;
    top: -3px;
    left: 6px;
    font-size: 20px;
    color: #278c8e;
    line-height: 1.75;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}


[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cust-checkbox input[type='checkbox']
{
  position: relative;
  left:0;
}

.cust-checkbox input[type='checkbox']:after{
  line-height: 1.5em;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: rgb(39, 140, 142) !important;
  border-radius: 3px !important;
  background-color: rgb(255, 255, 255) !important;
  transition: all .3s ease;
  cursor: pointer;

}

.cust-checkbox input[type='checkbox']:checked:after {
  content: 'X';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #278c8e;
  font-weight: bold;
  transition: all .3s ease;
  
}

.pointer
{
  cursor: pointer;
}

.default-select .input-group input {
    border-right: 0 none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.default-select .input-group .btn-outline-secondary
{
  border-radius:0 10px 10px 0 !important;
  height:38px;
}

input:focus
{
  box-shadow: none !important;
}

.text-ellipsis
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.error-text
{
  font-size: 12px;
  color:red;
  margin-top:0 !important;
  position: absolute;
  left:0;
  bottom: -18px;
}
.error-text1
{
  font-size: 14px;
  color:red;
  margin-top:0 !important;

}
.form-error-text {
  font-size: 16px;
  color: yellow;
  margin-top:0 !important;
  padding-left: 20px;
}

.text-bold
{
  font-family: 'AvenirNext-DemiBold', sans-serif;
}

.din-font
{
  font-family: 'DINNeuGroBolCon', sans-serif;
}

.font40
{
  font-size: 40px !important;
}

.text-green
{
  color:#278c8e;
}

.circle
{
  height:12px;
  width:12px;
  background: #d95335;
  border-radius: 100%;
}

.round-list ul li
{
  margin-right: 2px !important;
}

.btn
{
  border-style: solid !important;
  border-width: 2px !important;
  border-color: rgb(39, 140, 142) !important;
  border-radius: 10px !important;
  color:#fff !important;
  text-transform: uppercase;
  line-height:100% !important;
}

.btn-gradient
{
  background-image: -moz-linear-gradient( 90deg, rgb(39,140,142) 0%, rgb(39,140,142) 48%, rgb(68,168,170) 50%, rgb(96,196,198) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(39,140,142) 0%, rgb(39,140,142) 48%, rgb(68,168,170) 50%, rgb(96,196,198) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(39,140,142) 0%, rgb(39,140,142) 48%, rgb(68,168,170) 50%, rgb(96,196,198) 100%);
}

.btn-disagree
{
padding: 10px 30px;
text-transform: uppercase;
border-style: solid;
border-width: 2px;
border-color: rgb(70, 70, 70);
border-radius: 10px;
background-image: -moz-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
color:#464646;
font-size: 16px;
cursor: pointer;
margin-right:20px;
}

.btn-agree
{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(188, 68, 41);
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(217,83,53) 0%, rgb(217,83,53) 48%, rgb(234,109,81) 50%, rgb(251,135,109) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(217,83,53) 0%, rgb(217,83,53) 48%, rgb(234,109,81) 50%, rgb(251,135,109) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(217,83,53) 0%, rgb(217,83,53) 48%, rgb(234,109,81) 50%, rgb(251,135,109) 100%);
  color:#fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.btn-save
{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(39, 140, 142);
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(39,140,142) 0%, rgb(39,140,142) 48%, rgb(68,168,170) 50%, rgb(96,196,198) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(39,140,142) 0%, rgb(39,140,142) 48%, rgb(68,168,170) 50%, rgb(96,196,198) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(39,140,142) 0%, rgb(39,140,142) 48%, rgb(68,168,170) 50%, rgb(96,196,198) 100%);
  color:#fff;
  padding: 6px 30px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}

.btn-cancel
{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(70, 70, 70);
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
  color:#464646;
  padding: 6px 30px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}

.btn-gray
{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(70, 70, 70);
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(201,201,201) 0%, rgb(200,200,200) 48%, rgb(228,228,228) 50%, rgb(255,255,255) 100%);
  color:#464646;
  padding: 6px 30px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 16px;
}

.btn-orange
{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(188, 68, 41);
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(217,83,53) 0%, rgb(217,83,53) 48%, rgb(234,109,81) 50%, rgb(251,135,109) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(217,83,53) 0%, rgb(217,83,53) 48%, rgb(234,109,81) 50%, rgb(251,135,109) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(217,83,53) 0%, rgb(217,83,53) 48%, rgb(234,109,81) 50%, rgb(251,135,109) 100%);
  color:#464646;
  padding: 6px 30px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
  color:#fff;
}

.relative
{
  position: relative;
}

.absolute
{
  position: absolute;
}

.visibility-hidden 
{
  visibility: hidden;
}

h3.text-gray
{
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

.text-underline
{
  border-bottom: 1px solid #278c8e;
}

.bg-gray
{
  background: #464646 !important;
}

.bg-white
{
  background: #fff;
}

.dark-bg
{
  background: #828585;
}

.light-bg
{
  background: #b2baba;
}

.bg-green
{
  background: #278c8e;
}

.bg-black
{
  background:#000 !important;
}

.bg-orange
{
  background: #d95335;
}

.bg-dark-gray {
  background: #252525;
}

.text-gray
{
  color:#464646;
}

.big-text
{
  font-size: 42px;
}

.huge-text
{
  font-size:140px;
  line-height: 140px;
}

.medium-text
{
  font-size: 110px;
  line-height: 100px;
}

.font67
{
  font-size:67px;
  line-height:60px; 
}

.font60
{
  font-size:60px;
  line-height:53px; 
}


.small-text
{
  font-size: 56px;
  line-height: 56px;
}

.width100
{
  width:100%
}

.w50
{
  width:50%;
  float: left;
}

.w100
{
  width:100px !important;
}

.w150
{
  width: 150px !important;
}

.w200
{
  width:200px !important;
}

.w250
{
  width: 250px !important;
}

.h150
{
  height:150px;
}

.h200
{
  height: 200px;
}

.h300
{
  height: 300px;
}

.h350
{
  height: 350px;
}

.h400
{
  height: 400px;
}

.height480
{
  height: 480px;
}

.height580
{
  height: 580px;
}

.height600
{
  height: 600px;
}

.height680
{
  height: 680px;
}

.height780
{
  height: 780px;
}



.overflow-scroll
{
  overflow-x: hidden;
  overflow-y:auto;
}

.text-orange
{
  color: #d95335 !important;
}


.m-auto
{
  margin:0 auto;
}
.pd0
{
  padding:0px !important;
}

.pd5
{
  padding:5px !important;
}

.pd10
{
  padding:10px !important;
}

.pd15
{
  padding:15px !important;
}

.pd20
{
  padding:20px !important;
}

.pd25
{
  padding:25px !important;
}

.pd30
{
  padding:30px !important;
}

.pd35
{
  padding:35px !important;
}

.pd40
{
  padding:40px !important;
}

.pd45
{
  padding:45px !important;
}

.pd50
{
  padding:50px !important;
}

.border-left-gray
{
  border-left:2px solid #b2baba;
}

.border-left
{
  border-left:2px solid #464646 !important;
}

.border-right
{
  border-right:2px solid #464646 !important;
}

.border-top
{
  border-top:2px solid #464646 !important;
}


.border-bottom
{
  border-bottom:2px solid #464646 !important;
}

.border-white
{
  border:2px solid #fff;
}

.border-green
{
  border:2px solid #278c8e;
}

.border-green-5
{
  border:5px solid #278c8e;
}

.br5
{
  border-radius: 5px;
}

.br10
{
  border-radius: 10px;
}

.ml-10
{
  margin-left: 10px;
}

.mr-10
{
  margin-right: 10px;
}


.pt0 {
padding-top: 0 !important; }

.pt10 {
padding-top: 10px !important; }

.pt20 {
padding-top: 20px !important; }

.pt30 {
padding-top: 30px !important; }

.pt40 {
padding-top: 40px !important; }

.pt50 {
padding-top: 50px !important; }

.pt60 {
padding-top: 60px !important; }

.pt70 {
padding-top: 70px !important; }

.pt80 {
padding-top: 80px !important; }

.pt90 {
padding-top: 90px !important; }

.pt100 {
padding-top: 100px !important; }

.pb0 {
padding-bottom: 0 !important; }

.pb10 {
padding-bottom: 10px !important; }

.pb15 {
padding-bottom: 15px !important; }

.pb20 {
padding-bottom: 20px !important; }

.pb30 {
padding-bottom: 30px !important; }

.pb40 {
padding-bottom: 40px !important; }

.pb50 {
padding-bottom: 50px !important; }

.pb60 {
padding-bottom: 60px !important; }

.pb70 {
padding-bottom: 70px !important; }

.pb80 {
padding-bottom: 80px !important; }

.pb90 {
padding-bottom: 90px !important; }

.pb100 {
padding-bottom: 100px !important; }

.mt5
{
margin-top: 5px;
}

.mt10
{
margin-top:10px;
}

.mt20
{
margin-top:20px;
}

.mt30
{
margin-top:30px;
}

.mt40
{
margin-top:40px;
}

.mt50
{
margin-top:50px;
}

.mt60
{
margin-top:60px;
}

.mt70
{
margin-top:70px;
}

.mt80
{
margin-top:80px;
}

.mt90
{
margin-top:90px;
}

.mt-100
{
  margin-top:100px;
}

.mb0 {
margin-bottom: 0 !important; }

.mb5 {
margin-bottom: 5px !important; }

.mb10 {
margin-bottom: 10px !important; }

.mb20 {
margin-bottom: 20px !important; }

.mb30 {
margin-bottom: 30px !important; }

.mb40 {
margin-bottom: 40px !important; }

.mb50 {
margin-bottom: 50px !important; }

.mb60 {
margin-bottom: 60px !important; }

.mb70 {
margin-bottom: 70px !important; }

.mb80 {
margin-bottom: 80px !important; }

.mb90 {
margin-bottom: 90px !important; }

.mb100 {
margin-bottom: 100px !important; }

.mt5 {
margin-top: 5px !important; }

.lpadding
{
  padding-left:0 !important;
}

.rpadding
{
  padding-right: 0 !important;
}

.spacer10
{
height:10px;
}
.spacer20
{
height:20px;
}
.spacer30
{
height:30px;
}
.spacer40
{
height:40px;
}
.spacer50
{
height:50px;
}
.spacer60
{
height:60px;
}
.spacer70
{
height:70px;
}
.spacer80
{
height:80px;
}
.spacer90
{
height:90px;
}

.bold-text
{
font-weight: 600;
}

span.red
{
color:red;
}

.border-bottom-gray
{
  border-bottom: 1px solid #464646;
}

.border-bottom-white
{
  border-bottom: 1px solid #fff;
}

.inactive
{
  opacity: 0.6;
}

.-custom-dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(270deg);
}

.mg-auto{
  margin: 0 auto;
}
.uppercase{
   text-transform: uppercase;
}
.no-padding{
  padding: 0;
}
.black-bg{
  background: #000;
}
.mt0{
  margin-top: 0 !important;
}
.mbl-show{
  display: none;
}
.large-show{
  display: block
}
.img-responsive{
  max-width: 100%;
}

.media-icon {
  height: 40px;
  width: 40px;
}

/* heading for all page*/
@media(max-width: 991px){
  h1
  {
   font-size:36px !important;
   }

h2
{
 font-size: 24px;
 font-weight: 500;
}

h3
{
   font-size: 22px;
   font-weight:400;
}

h4
{
   font-size: 20px;
   font-weight: 300;
}

}
@media(max-width: 767px){
     h1
   {
    font-size:32px !important;
   }

   h2
   {
    font-size: 20px;
    font-weight: 500;
   }

   h3
   {
      font-size: 18px;
      font-weight:400;
   }

   h4
   {
      font-size: 16px;
      font-weight: 300;
   }
}

.w180
{
  width:180px;
}

.height200
{
  height: 200px;
}

.team-member-detail p
{
  font-size:18px;
  text-align: justify;
}

.team-member-profile-img img
{
  width:100%;
}

.band-member {
  font-weight: bold;
  margin-bottom: 0 !important;
  color: white;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.band-member-instrument {
  font-weight: normal;
  margin-bottom: 2em;
  color: white;
}