a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#faqs{
    padding-right: 24px;
    padding-left: 24px;
    z-index: 1;
}
#faqs .panel{
    border: none;
    box-shadow: none;
}
#faqs .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
#faqs .panel-title{
    padding: 0;
}
#faqs .panel-title a{
    display: block;
    font-size: 1em;
    background: #3c82af;
	background-image: linear-gradient(to right, rgba(60, 130, 175, 1), rgba(145, 199, 234, 1));
	color: #fff;
    padding: 15px 25px;
    position: relative;
    margin-left: -24px;
    transition: all 0.3s ease 0s;
}
#faqs .panel-title a.collapsed{
    background: #c1e1ed;
	background-image: linear-gradient(to right, rgba(249, 199, 162, 1), rgba(245, 224, 208, 1));
    color: #222;
    margin-left: 0;
    transition: all 0.3s ease 0s;
}
#faqs .panel-title a:before{
    content: "";
    border-left: 20px solid #91c7ea;
    border-top: 18px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    transition: all 0.3s ease 0s;
}
#faqs .panel-title a.collapsed:before{
    border-left-color: #f5e0d0;
}
#faqs .panel-title a:after{
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    top: 30%;
    right: 15px;
    font-size: 1.1em;
    color: #fff;
}
#faqs .panel-title a.collapsed:after{
    content: "\f107";
    color: #fff;
}
#faqs .panel-collapse{
    position: relative;
}
#faqs .panel-collapse.in:before{
    content: "";
    border-right: 24px solid #ccc;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    left: -24px;
}
#faqs .panel-body{
    font-size: 0.9em;
    color: #222;
    background: #e0eff9;
	border-top: none;
    z-index: 1;
}

/********************************
* FAQ THEME 2
********************************/
.nft-faq-theme2 .nft-faq-title{
	position: relative;
	color: #fff;
	padding: 10px 15px;
	font-size: 15px;
	display: block;
	line-height: 20px;
	cursor: pointer;
}
.nft-faq-theme2 .nft-faq-title i{
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
}
.nft-faq-theme2 .panel-body img,
.nft-faq-theme2 .panel-body iframe,
.nft-faq-theme2 .panel-body video{
	margin: 10px;
}
/*Random Theme color*/
.nft-faq-theme2.nft-faq-random-colors .nft-faq-wrapper:nth-child(3n+2) .nft-faq-title{
	background: #ea3566;
}
.nft-faq-theme2.nft-faq-random-colors .nft-faq-wrapper:nth-child(4n+3) .nft-faq-title{
	background: #ea4e00;
}
.nft-faq-theme2.nft-faq-random-colors .nft-faq-wrapper:nth-child(5n+4)  .nft-faq-title{
	background: #00aac4;
}
/*Default Theme color*/
.nft-faq-theme2 .nft-faq-title{
	background: #ff0044;
}
/*Theme orange*/
.nft-faq-theme2.nft-faq-theme-orange .nft-faq-title{
	background: #ea4e00;
}
/*Theme dark red*/
.nft-faq-theme2.nft-faq-theme-darkred .nft-faq-title{
	background: #c40000;
}
/*Theme pink*/
.nft-faq-theme2.nft-faq-theme-pink .nft-faq-title{
	background: #f90f90;
}
/*Theme blue*/
.nft-faq-theme2.nft-faq-theme-blue .nft-faq-title{
	background: #00aac4;
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-down:before {
    content: "\f103";
}


#faq h3{
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}
#faq h4{
    font-family: 'Raleway', sans-serif; font-size:1em;
    font-weight: 400;
    line-height: 0.7;
    color:444;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    color: inherit
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}


/*Animated Fonts*/
#ml1 { text-align:center; margin-top:50px; margin-bottom:20px;}
.ml1 {
  font-weight: 400;
  font-size: 2em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #888;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }

/****************ml4*****************/
.ml14 {
  font-weight: 200;
  font-size: 3.2em;
}

.ml14 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml14 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform-origin: 100% 100%;
  bottom: 0;
}

.ml14 .letter {
  display: inline-block;
  line-height: 1em;
}

/****************ml5*****************/
.ml5 {
  position: relative;
  font-size: 1.7em;
  color: #402d2d;
  font-family: Nunito, sans-serif;
  text-align:center;
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.5em;
  padding-right: 0.1em;
  padding-bottom: 0.5em;
  
}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background-color: #e96c48;
  transform-origin: 0.5 0;
}

.ml5 .ampersand {
  font-family: Baskerville, "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  min-width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  color:#e96c48;
}

.ml5 .letters {
  display: inline-block;
  opacity: 0;
}
/****************ml10*****************/
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}