.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr; }
.datepicker-inline {
width: 220px;
}
.datepicker.datepicker-rtl {
direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #ffffff;
}
.datepicker > div {
display: none;
}
.datepicker.days div.datepicker-days {
display: block;
}
.datepicker.months div.datepicker-months {
display: block;
}
.datepicker.years div.datepicker-years {
display: block;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eeeeee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
background-image: linear-gradient(top, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eeeeee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
background-image: linear-gradient(top, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
background-image: -o-linear-gradient(top, #b3b3b3, #808080);
background-image: linear-gradient(top, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker table tr td span:hover {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999999;
}
.datepicker th.datepicker-switch {
width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
background: #eeeeee;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
cursor: pointer;
width: 16px;
height: 16px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 20px;
padding: 4px 5px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
vertical-align: middle;
background-color: #eeeeee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
padding: 4px 5px;
}.ui-timepicker-wrapper {
overflow-y: auto;
max-height: 150px;
width: 6.5em;
background: #fff;
border: 1px solid #ddd;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2);
outline: none;
z-index: 10001;
margin: 0;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
width: 11em;
}
.ui-timepicker-list {
margin: 0;
padding: 0;
list-style: none;
}
.ui-timepicker-duration {
margin-left: 5px; color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
color: #888;
}
.ui-timepicker-list li {
padding: 3px 0 3px 5px;
cursor: pointer;
white-space: nowrap;
color: #000;
list-style: none;
margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
background: #fff; color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
background: #1980EC; color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
color: #888;
cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
background: #f2f2f2;
}@font-face {
font-family: "Flaticon";
src: url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/flaticon/font/Flaticon.eot);
src: url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/flaticon/font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/flaticon/font/Flaticon.woff) format("woff"),
url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/flaticon/font/Flaticon.ttf) format("truetype"),
url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-sun-umbrella:before { content: "\f100"; }
.flaticon-king-size:before { content: "\f101"; }
.flaticon-shower:before { content: "\f102"; }
.flaticon-paragliding:before { content: "\f103"; }
.flaticon-tour-guide:before { content: "\f104"; }
.flaticon-route:before { content: "\f105"; }
.flaticon-map:before { content: "\f106"; }
.flaticon-mountains:before { content: "\f107"; }@font-face {
font-family: 'icomoon';
src:  url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/icomoon/icomoon.eot?6tt51o);
src:  url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/icomoon/icomoon.eot?6tt51o#iefix) format('embedded-opentype'),
url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/icomoon/icomoon.ttf?6tt51o) format('truetype'),
url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/icomoon/icomoon.woff?6tt51o) format('woff'),
url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/fonts/icomoon/icomoon.svg?6tt51o#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-asterisk:before {
content: "\f069";
}
.icon-plus:before {
content: "\f067";
}
.icon-question:before {
content: "\f128";
}
.icon-minus:before {
content: "\f068";
}
.icon-glass:before {
content: "\f000";
}
.icon-music:before {
content: "\f001";
}
.icon-search:before {
content: "\f002";
}
.icon-envelope-o:before {
content: "\f003";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-o:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-film:before {
content: "\f008";
}
.icon-th-large:before {
content: "\f009";
}
.icon-th:before {
content: "\f00a";
}
.icon-th-list:before {
content: "\f00b";
}
.icon-check:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-search-plus:before {
content: "\f00e";
}
.icon-search-minus:before {
content: "\f010";
}
.icon-power-off:before {
content: "\f011";
}
.icon-signal:before {
content: "\f012";
}
.icon-cog:before {
content: "\f013";
}
.icon-gear:before {
content: "\f013";
}
.icon-trash-o:before {
content: "\f014";
}
.icon-home:before {
content: "\f015";
}
.icon-file-o:before {
content: "\f016";
}
.icon-clock-o:before {
content: "\f017";
}
.icon-road:before {
content: "\f018";
}
.icon-download:before {
content: "\f019";
}
.icon-arrow-circle-o-down:before {
content: "\f01a";
}
.icon-arrow-circle-o-up:before {
content: "\f01b";
}
.icon-inbox:before {
content: "\f01c";
}
.icon-play-circle-o:before {
content: "\f01d";
}
.icon-repeat:before {
content: "\f01e";
}
.icon-rotate-right:before {
content: "\f01e";
}
.icon-refresh:before {
content: "\f021";
}
.icon-list-alt:before {
content: "\f022";
}
.icon-lock:before {
content: "\f023";
}
.icon-flag:before {
content: "\f024";
}
.icon-headphones:before {
content: "\f025";
}
.icon-volume-off:before {
content: "\f026";
}
.icon-volume-down:before {
content: "\f027";
}
.icon-volume-up:before {
content: "\f028";
}
.icon-qrcode:before {
content: "\f029";
}
.icon-barcode:before {
content: "\f02a";
}
.icon-tag:before {
content: "\f02b";
}
.icon-tags:before {
content: "\f02c";
}
.icon-book:before {
content: "\f02d";
}
.icon-bookmark:before {
content: "\f02e";
}
.icon-print:before {
content: "\f02f";
}
.icon-camera:before {
content: "\f030";
}
.icon-font:before {
content: "\f031";
}
.icon-bold:before {
content: "\f032";
}
.icon-italic:before {
content: "\f033";
}
.icon-text-height:before {
content: "\f034";
}
.icon-text-width:before {
content: "\f035";
}
.icon-align-left:before {
content: "\f036";
}
.icon-align-center:before {
content: "\f037";
}
.icon-align-right:before {
content: "\f038";
}
.icon-align-justify:before {
content: "\f039";
}
.icon-list:before {
content: "\f03a";
}
.icon-dedent:before {
content: "\f03b";
}
.icon-outdent:before {
content: "\f03b";
}
.icon-indent:before {
content: "\f03c";
}
.icon-video-camera:before {
content: "\f03d";
}
.icon-image:before {
content: "\f03e";
}
.icon-photo:before {
content: "\f03e";
}
.icon-picture-o:before {
content: "\f03e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-adjust:before {
content: "\f042";
}
.icon-tint:before {
content: "\f043";
}
.icon-edit:before {
content: "\f044";
}
.icon-pencil-square-o:before {
content: "\f044";
}
.icon-share-square-o:before {
content: "\f045";
}
.icon-check-square-o:before {
content: "\f046";
}
.icon-arrows:before {
content: "\f047";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-plus-circle:before {
content: "\f055";
}
.icon-minus-circle:before {
content: "\f056";
}
.icon-times-circle:before {
content: "\f057";
}
.icon-check-circle:before {
content: "\f058";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-info-circle:before {
content: "\f05a";
}
.icon-crosshairs:before {
content: "\f05b";
}
.icon-times-circle-o:before {
content: "\f05c";
}
.icon-check-circle-o:before {
content: "\f05d";
}
.icon-ban:before {
content: "\f05e";
}
.icon-arrow-left:before {
content: "\f060";
}
.icon-arrow-right:before {
content: "\f061";
}
.icon-arrow-up:before {
content: "\f062";
}
.icon-arrow-down:before {
content: "\f063";
}
.icon-mail-forward:before {
content: "\f064";
}
.icon-share:before {
content: "\f064";
}
.icon-expand:before {
content: "\f065";
}
.icon-compress:before {
content: "\f066";
}
.icon-exclamation-circle:before {
content: "\f06a";
}
.icon-gift:before {
content: "\f06b";
}
.icon-leaf:before {
content: "\f06c";
}
.icon-fire:before {
content: "\f06d";
}
.icon-eye:before {
content: "\f06e";
}
.icon-eye-slash:before {
content: "\f070";
}
.icon-exclamation-triangle:before {
content: "\f071";
}
.icon-warning:before {
content: "\f071";
}
.icon-plane:before {
content: "\f072";
}
.icon-calendar:before {
content: "\f073";
}
.icon-random:before {
content: "\f074";
}
.icon-comment:before {
content: "\f075";
}
.icon-magnet:before {
content: "\f076";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-retweet:before {
content: "\f079";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-folder:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-arrows-v:before {
content: "\f07d";
}
.icon-arrows-h:before {
content: "\f07e";
}
.icon-bar-chart:before {
content: "\f080";
}
.icon-bar-chart-o:before {
content: "\f080";
}
.icon-twitter-square:before {
content: "\f081";
}
.icon-facebook-square:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-key:before {
content: "\f084";
}
.icon-cogs:before {
content: "\f085";
}
.icon-gears:before {
content: "\f085";
}
.icon-comments:before {
content: "\f086";
}
.icon-thumbs-o-up:before {
content: "\f087";
}
.icon-thumbs-o-down:before {
content: "\f088";
}
.icon-star-half:before {
content: "\f089";
}
.icon-heart-o:before {
content: "\f08a";
}
.icon-sign-out:before {
content: "\f08b";
}
.icon-linkedin-square:before {
content: "\f08c";
}
.icon-thumb-tack:before {
content: "\f08d";
}
.icon-external-link:before {
content: "\f08e";
}
.icon-sign-in:before {
content: "\f090";
}
.icon-trophy:before {
content: "\f091";
}
.icon-github-square:before {
content: "\f092";
}
.icon-upload:before {
content: "\f093";
}
.icon-lemon-o:before {
content: "\f094";
}
.icon-phone:before {
content: "\f095";
}
.icon-square-o:before {
content: "\f096";
}
.icon-bookmark-o:before {
content: "\f097";
}
.icon-phone-square:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-facebook-f:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-feed:before {
content: "\f09e";
}
.icon-rss:before {
content: "\f09e";
}
.icon-hdd-o:before {
content: "\f0a0";
}
.icon-bullhorn:before {
content: "\f0a1";
}
.icon-bell-o:before {
content: "\f0a2";
}
.icon-certificate:before {
content: "\f0a3";
}
.icon-hand-o-right:before {
content: "\f0a4";
}
.icon-hand-o-left:before {
content: "\f0a5";
}
.icon-hand-o-up:before {
content: "\f0a6";
}
.icon-hand-o-down:before {
content: "\f0a7";
}
.icon-arrow-circle-left:before {
content: "\f0a8";
}
.icon-arrow-circle-right:before {
content: "\f0a9";
}
.icon-arrow-circle-up:before {
content: "\f0aa";
}
.icon-arrow-circle-down:before {
content: "\f0ab";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-tasks:before {
content: "\f0ae";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-briefcase:before {
content: "\f0b1";
}
.icon-arrows-alt:before {
content: "\f0b2";
}
.icon-group:before {
content: "\f0c0";
}
.icon-users:before {
content: "\f0c0";
}
.icon-chain:before {
content: "\f0c1";
}
.icon-link:before {
content: "\f0c1";
}
.icon-cloud:before {
content: "\f0c2";
}
.icon-flask:before {
content: "\f0c3";
}
.icon-cut:before {
content: "\f0c4";
}
.icon-scissors:before {
content: "\f0c4";
}
.icon-copy:before {
content: "\f0c5";
}
.icon-files-o:before {
content: "\f0c5";
}
.icon-paperclip:before {
content: "\f0c6";
}
.icon-floppy-o:before {
content: "\f0c7";
}
.icon-save:before {
content: "\f0c7";
}
.icon-square:before {
content: "\f0c8";
}
.icon-bars:before {
content: "\f0c9";
}
.icon-navicon:before {
content: "\f0c9";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-list-ul:before {
content: "\f0ca";
}
.icon-list-ol:before {
content: "\f0cb";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-underline:before {
content: "\f0cd";
}
.icon-table:before {
content: "\f0ce";
}
.icon-magic:before {
content: "\f0d0";
}
.icon-truck:before {
content: "\f0d1";
}
.icon-pinterest:before {
content: "\f0d2";
}
.icon-pinterest-square:before {
content: "\f0d3";
}
.icon-google-plus-square:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-money:before {
content: "\f0d6";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-columns:before {
content: "\f0db";
}
.icon-sort:before {
content: "\f0dc";
}
.icon-unsorted:before {
content: "\f0dc";
}
.icon-sort-desc:before {
content: "\f0dd";
}
.icon-sort-down:before {
content: "\f0dd";
}
.icon-sort-asc:before {
content: "\f0de";
}
.icon-sort-up:before {
content: "\f0de";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-rotate-left:before {
content: "\f0e2";
}
.icon-undo:before {
content: "\f0e2";
}
.icon-gavel:before {
content: "\f0e3";
}
.icon-legal:before {
content: "\f0e3";
}
.icon-dashboard:before {
content: "\f0e4";
}
.icon-tachometer:before {
content: "\f0e4";
}
.icon-comment-o:before {
content: "\f0e5";
}
.icon-comments-o:before {
content: "\f0e6";
}
.icon-bolt:before {
content: "\f0e7";
}
.icon-flash:before {
content: "\f0e7";
}
.icon-sitemap:before {
content: "\f0e8";
}
.icon-umbrella:before {
content: "\f0e9";
}
.icon-clipboard:before {
content: "\f0ea";
}
.icon-paste:before {
content: "\f0ea";
}
.icon-lightbulb-o:before {
content: "\f0eb";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-cloud-download:before {
content: "\f0ed";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-user-md:before {
content: "\f0f0";
}
.icon-stethoscope:before {
content: "\f0f1";
}
.icon-suitcase:before {
content: "\f0f2";
}
.icon-bell:before {
content: "\f0f3";
}
.icon-coffee:before {
content: "\f0f4";
}
.icon-cutlery:before {
content: "\f0f5";
}
.icon-file-text-o:before {
content: "\f0f6";
}
.icon-building-o:before {
content: "\f0f7";
}
.icon-hospital-o:before {
content: "\f0f8";
}
.icon-ambulance:before {
content: "\f0f9";
}
.icon-medkit:before {
content: "\f0fa";
}
.icon-fighter-jet:before {
content: "\f0fb";
}
.icon-beer:before {
content: "\f0fc";
}
.icon-h-square:before {
content: "\f0fd";
}
.icon-plus-square:before {
content: "\f0fe";
}
.icon-angle-double-left:before {
content: "\f100";
}
.icon-angle-double-right:before {
content: "\f101";
}
.icon-angle-double-up:before {
content: "\f102";
}
.icon-angle-double-down:before {
content: "\f103";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-desktop:before {
content: "\f108";
}
.icon-laptop:before {
content: "\f109";
}
.icon-tablet:before {
content: "\f10a";
}
.icon-mobile:before {
content: "\f10b";
}
.icon-mobile-phone:before {
content: "\f10b";
}
.icon-circle-o:before {
content: "\f10c";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-spinner:before {
content: "\f110";
}
.icon-circle:before {
content: "\f111";
}
.icon-mail-reply:before {
content: "\f112";
}
.icon-reply:before {
content: "\f112";
}
.icon-github-alt:before {
content: "\f113";
}
.icon-folder-o:before {
content: "\f114";
}
.icon-folder-open-o:before {
content: "\f115";
}
.icon-smile-o:before {
content: "\f118";
}
.icon-frown-o:before {
content: "\f119";
}
.icon-meh-o:before {
content: "\f11a";
}
.icon-gamepad:before {
content: "\f11b";
}
.icon-keyboard-o:before {
content: "\f11c";
}
.icon-flag-o:before {
content: "\f11d";
}
.icon-flag-checkered:before {
content: "\f11e";
}
.icon-terminal:before {
content: "\f120";
}
.icon-code:before {
content: "\f121";
}
.icon-mail-reply-all:before {
content: "\f122";
}
.icon-reply-all:before {
content: "\f122";
}
.icon-star-half-empty:before {
content: "\f123";
}
.icon-star-half-full:before {
content: "\f123";
}
.icon-star-half-o:before {
content: "\f123";
}
.icon-location-arrow:before {
content: "\f124";
}
.icon-crop:before {
content: "\f125";
}
.icon-code-fork:before {
content: "\f126";
}
.icon-chain-broken:before {
content: "\f127";
}
.icon-unlink:before {
content: "\f127";
}
.icon-info:before {
content: "\f129";
}
.icon-exclamation:before {
content: "\f12a";
}
.icon-superscript:before {
content: "\f12b";
}
.icon-subscript:before {
content: "\f12c";
}
.icon-eraser:before {
content: "\f12d";
}
.icon-puzzle-piece:before {
content: "\f12e";
}
.icon-microphone:before {
content: "\f130";
}
.icon-microphone-slash:before {
content: "\f131";
}
.icon-shield:before {
content: "\f132";
}
.icon-calendar-o:before {
content: "\f133";
}
.icon-fire-extinguisher:before {
content: "\f134";
}
.icon-rocket:before {
content: "\f135";
}
.icon-maxcdn:before {
content: "\f136";
}
.icon-chevron-circle-left:before {
content: "\f137";
}
.icon-chevron-circle-right:before {
content: "\f138";
}
.icon-chevron-circle-up:before {
content: "\f139";
}
.icon-chevron-circle-down:before {
content: "\f13a";
}
.icon-html5:before {
content: "\f13b";
}
.icon-css3:before {
content: "\f13c";
}
.icon-anchor:before {
content: "\f13d";
}
.icon-unlock-alt:before {
content: "\f13e";
}
.icon-bullseye:before {
content: "\f140";
}
.icon-ellipsis-h:before {
content: "\f141";
}
.icon-ellipsis-v:before {
content: "\f142";
}
.icon-rss-square:before {
content: "\f143";
}
.icon-play-circle:before {
content: "\f144";
}
.icon-ticket:before {
content: "\f145";
}
.icon-minus-square:before {
content: "\f146";
}
.icon-minus-square-o:before {
content: "\f147";
}
.icon-level-up:before {
content: "\f148";
}
.icon-level-down:before {
content: "\f149";
}
.icon-check-square:before {
content: "\f14a";
}
.icon-pencil-square:before {
content: "\f14b";
}
.icon-external-link-square:before {
content: "\f14c";
}
.icon-share-square:before {
content: "\f14d";
}
.icon-compass:before {
content: "\f14e";
}
.icon-caret-square-o-down:before {
content: "\f150";
}
.icon-toggle-down:before {
content: "\f150";
}
.icon-caret-square-o-up:before {
content: "\f151";
}
.icon-toggle-up:before {
content: "\f151";
}
.icon-caret-square-o-right:before {
content: "\f152";
}
.icon-toggle-right:before {
content: "\f152";
}
.icon-eur:before {
content: "\f153";
}
.icon-euro:before {
content: "\f153";
}
.icon-gbp:before {
content: "\f154";
}
.icon-dollar:before {
content: "\f155";
}
.icon-usd:before {
content: "\f155";
}
.icon-inr:before {
content: "\f156";
}
.icon-rupee:before {
content: "\f156";
}
.icon-cny:before {
content: "\f157";
}
.icon-jpy:before {
content: "\f157";
}
.icon-rmb:before {
content: "\f157";
}
.icon-yen:before {
content: "\f157";
}
.icon-rouble:before {
content: "\f158";
}
.icon-rub:before {
content: "\f158";
}
.icon-ruble:before {
content: "\f158";
}
.icon-krw:before {
content: "\f159";
}
.icon-won:before {
content: "\f159";
}
.icon-bitcoin:before {
content: "\f15a";
}
.icon-btc:before {
content: "\f15a";
}
.icon-file:before {
content: "\f15b";
}
.icon-file-text:before {
content: "\f15c";
}
.icon-sort-alpha-asc:before {
content: "\f15d";
}
.icon-sort-alpha-desc:before {
content: "\f15e";
}
.icon-sort-amount-asc:before {
content: "\f160";
}
.icon-sort-amount-desc:before {
content: "\f161";
}
.icon-sort-numeric-asc:before {
content: "\f162";
}
.icon-sort-numeric-desc:before {
content: "\f163";
}
.icon-thumbs-up:before {
content: "\f164";
}
.icon-thumbs-down:before {
content: "\f165";
}
.icon-youtube-square:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-xing:before {
content: "\f168";
}
.icon-xing-square:before {
content: "\f169";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-dropbox:before {
content: "\f16b";
}
.icon-stack-overflow:before {
content: "\f16c";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-flickr:before {
content: "\f16e";
}
.icon-adn:before {
content: "\f170";
}
.icon-bitbucket:before {
content: "\f171";
}
.icon-bitbucket-square:before {
content: "\f172";
}
.icon-tumblr:before {
content: "\f173";
}
.icon-tumblr-square:before {
content: "\f174";
}
.icon-long-arrow-down:before {
content: "\f175";
}
.icon-long-arrow-up:before {
content: "\f176";
}
.icon-long-arrow-left:before {
content: "\f177";
}
.icon-long-arrow-right:before {
content: "\f178";
}
.icon-apple:before {
content: "\f179";
}
.icon-windows:before {
content: "\f17a";
}
.icon-android:before {
content: "\f17b";
}
.icon-linux:before {
content: "\f17c";
}
.icon-dribbble:before {
content: "\f17d";
}
.icon-skype:before {
content: "\f17e";
}
.icon-foursquare:before {
content: "\f180";
}
.icon-trello:before {
content: "\f181";
}
.icon-female:before {
content: "\f182";
}
.icon-male:before {
content: "\f183";
}
.icon-gittip:before {
content: "\f184";
}
.icon-gratipay:before {
content: "\f184";
}
.icon-sun-o:before {
content: "\f185";
}
.icon-moon-o:before {
content: "\f186";
}
.icon-archive:before {
content: "\f187";
}
.icon-bug:before {
content: "\f188";
}
.icon-vk:before {
content: "\f189";
}
.icon-weibo:before {
content: "\f18a";
}
.icon-renren:before {
content: "\f18b";
}
.icon-pagelines:before {
content: "\f18c";
}
.icon-stack-exchange:before {
content: "\f18d";
}
.icon-arrow-circle-o-right:before {
content: "\f18e";
}
.icon-arrow-circle-o-left:before {
content: "\f190";
}
.icon-caret-square-o-left:before {
content: "\f191";
}
.icon-toggle-left:before {
content: "\f191";
}
.icon-dot-circle-o:before {
content: "\f192";
}
.icon-wheelchair:before {
content: "\f193";
}
.icon-vimeo-square:before {
content: "\f194";
}
.icon-try:before {
content: "\f195";
}
.icon-turkish-lira:before {
content: "\f195";
}
.icon-plus-square-o:before {
content: "\f196";
}
.icon-space-shuttle:before {
content: "\f197";
}
.icon-slack:before {
content: "\f198";
}
.icon-envelope-square:before {
content: "\f199";
}
.icon-wordpress:before {
content: "\f19a";
}
.icon-openid:before {
content: "\f19b";
}
.icon-bank:before {
content: "\f19c";
}
.icon-institution:before {
content: "\f19c";
}
.icon-university:before {
content: "\f19c";
}
.icon-graduation-cap:before {
content: "\f19d";
}
.icon-mortar-board:before {
content: "\f19d";
}
.icon-yahoo:before {
content: "\f19e";
}
.icon-google:before {
content: "\f1a0";
}
.icon-reddit:before {
content: "\f1a1";
}
.icon-reddit-square:before {
content: "\f1a2";
}
.icon-stumbleupon-circle:before {
content: "\f1a3";
}
.icon-stumbleupon:before {
content: "\f1a4";
}
.icon-delicious:before {
content: "\f1a5";
}
.icon-digg:before {
content: "\f1a6";
}
.icon-pied-piper-pp:before {
content: "\f1a7";
}
.icon-pied-piper-alt:before {
content: "\f1a8";
}
.icon-drupal:before {
content: "\f1a9";
}
.icon-joomla:before {
content: "\f1aa";
}
.icon-language:before {
content: "\f1ab";
}
.icon-fax:before {
content: "\f1ac";
}
.icon-building:before {
content: "\f1ad";
}
.icon-child:before {
content: "\f1ae";
}
.icon-paw:before {
content: "\f1b0";
}
.icon-spoon:before {
content: "\f1b1";
}
.icon-cube:before {
content: "\f1b2";
}
.icon-cubes:before {
content: "\f1b3";
}
.icon-behance:before {
content: "\f1b4";
}
.icon-behance-square:before {
content: "\f1b5";
}
.icon-steam:before {
content: "\f1b6";
}
.icon-steam-square:before {
content: "\f1b7";
}
.icon-recycle:before {
content: "\f1b8";
}
.icon-automobile:before {
content: "\f1b9";
}
.icon-car:before {
content: "\f1b9";
}
.icon-cab:before {
content: "\f1ba";
}
.icon-taxi:before {
content: "\f1ba";
}
.icon-tree:before {
content: "\f1bb";
}
.icon-spotify:before {
content: "\f1bc";
}
.icon-deviantart:before {
content: "\f1bd";
}
.icon-soundcloud:before {
content: "\f1be";
}
.icon-database:before {
content: "\f1c0";
}
.icon-file-pdf-o:before {
content: "\f1c1";
}
.icon-file-word-o:before {
content: "\f1c2";
}
.icon-file-excel-o:before {
content: "\f1c3";
}
.icon-file-powerpoint-o:before {
content: "\f1c4";
}
.icon-file-image-o:before {
content: "\f1c5";
}
.icon-file-photo-o:before {
content: "\f1c5";
}
.icon-file-picture-o:before {
content: "\f1c5";
}
.icon-file-archive-o:before {
content: "\f1c6";
}
.icon-file-zip-o:before {
content: "\f1c6";
}
.icon-file-audio-o:before {
content: "\f1c7";
}
.icon-file-sound-o:before {
content: "\f1c7";
}
.icon-file-movie-o:before {
content: "\f1c8";
}
.icon-file-video-o:before {
content: "\f1c8";
}
.icon-file-code-o:before {
content: "\f1c9";
}
.icon-vine:before {
content: "\f1ca";
}
.icon-codepen:before {
content: "\f1cb";
}
.icon-jsfiddle:before {
content: "\f1cc";
}
.icon-life-bouy:before {
content: "\f1cd";
}
.icon-life-buoy:before {
content: "\f1cd";
}
.icon-life-ring:before {
content: "\f1cd";
}
.icon-life-saver:before {
content: "\f1cd";
}
.icon-support:before {
content: "\f1cd";
}
.icon-circle-o-notch:before {
content: "\f1ce";
}
.icon-ra:before {
content: "\f1d0";
}
.icon-rebel:before {
content: "\f1d0";
}
.icon-resistance:before {
content: "\f1d0";
}
.icon-empire:before {
content: "\f1d1";
}
.icon-ge:before {
content: "\f1d1";
}
.icon-git-square:before {
content: "\f1d2";
}
.icon-git:before {
content: "\f1d3";
}
.icon-hacker-news:before {
content: "\f1d4";
}
.icon-y-combinator-square:before {
content: "\f1d4";
}
.icon-yc-square:before {
content: "\f1d4";
}
.icon-tencent-weibo:before {
content: "\f1d5";
}
.icon-qq:before {
content: "\f1d6";
}
.icon-wechat:before {
content: "\f1d7";
}
.icon-weixin:before {
content: "\f1d7";
}
.icon-paper-plane:before {
content: "\f1d8";
}
.icon-send:before {
content: "\f1d8";
}
.icon-paper-plane-o:before {
content: "\f1d9";
}
.icon-send-o:before {
content: "\f1d9";
}
.icon-history:before {
content: "\f1da";
}
.icon-circle-thin:before {
content: "\f1db";
}
.icon-header:before {
content: "\f1dc";
}
.icon-paragraph:before {
content: "\f1dd";
}
.icon-sliders:before {
content: "\f1de";
}
.icon-share-alt:before {
content: "\f1e0";
}
.icon-share-alt-square:before {
content: "\f1e1";
}
.icon-bomb:before {
content: "\f1e2";
}
.icon-futbol-o:before {
content: "\f1e3";
}
.icon-soccer-ball-o:before {
content: "\f1e3";
}
.icon-tty:before {
content: "\f1e4";
}
.icon-binoculars:before {
content: "\f1e5";
}
.icon-plug:before {
content: "\f1e6";
}
.icon-slideshare:before {
content: "\f1e7";
}
.icon-twitch:before {
content: "\f1e8";
}
.icon-yelp:before {
content: "\f1e9";
}
.icon-newspaper-o:before {
content: "\f1ea";
}
.icon-wifi:before {
content: "\f1eb";
}
.icon-calculator:before {
content: "\f1ec";
}
.icon-paypal:before {
content: "\f1ed";
}
.icon-google-wallet:before {
content: "\f1ee";
}
.icon-cc-visa:before {
content: "\f1f0";
}
.icon-cc-mastercard:before {
content: "\f1f1";
}
.icon-cc-discover:before {
content: "\f1f2";
}
.icon-cc-amex:before {
content: "\f1f3";
}
.icon-cc-paypal:before {
content: "\f1f4";
}
.icon-cc-stripe:before {
content: "\f1f5";
}
.icon-bell-slash:before {
content: "\f1f6";
}
.icon-bell-slash-o:before {
content: "\f1f7";
}
.icon-trash:before {
content: "\f1f8";
}
.icon-copyright:before {
content: "\f1f9";
}
.icon-at:before {
content: "\f1fa";
}
.icon-eyedropper:before {
content: "\f1fb";
}
.icon-paint-brush:before {
content: "\f1fc";
}
.icon-birthday-cake:before {
content: "\f1fd";
}
.icon-area-chart:before {
content: "\f1fe";
}
.icon-pie-chart:before {
content: "\f200";
}
.icon-line-chart:before {
content: "\f201";
}
.icon-lastfm:before {
content: "\f202";
}
.icon-lastfm-square:before {
content: "\f203";
}
.icon-toggle-off:before {
content: "\f204";
}
.icon-toggle-on:before {
content: "\f205";
}
.icon-bicycle:before {
content: "\f206";
}
.icon-bus:before {
content: "\f207";
}
.icon-ioxhost:before {
content: "\f208";
}
.icon-angellist:before {
content: "\f209";
}
.icon-cc:before {
content: "\f20a";
}
.icon-ils:before {
content: "\f20b";
}
.icon-shekel:before {
content: "\f20b";
}
.icon-sheqel:before {
content: "\f20b";
}
.icon-meanpath:before {
content: "\f20c";
}
.icon-buysellads:before {
content: "\f20d";
}
.icon-connectdevelop:before {
content: "\f20e";
}
.icon-dashcube:before {
content: "\f210";
}
.icon-forumbee:before {
content: "\f211";
}
.icon-leanpub:before {
content: "\f212";
}
.icon-sellsy:before {
content: "\f213";
}
.icon-shirtsinbulk:before {
content: "\f214";
}
.icon-simplybuilt:before {
content: "\f215";
}
.icon-skyatlas:before {
content: "\f216";
}
.icon-cart-plus:before {
content: "\f217";
}
.icon-cart-arrow-down:before {
content: "\f218";
}
.icon-diamond:before {
content: "\f219";
}
.icon-ship:before {
content: "\f21a";
}
.icon-user-secret:before {
content: "\f21b";
}
.icon-motorcycle:before {
content: "\f21c";
}
.icon-street-view:before {
content: "\f21d";
}
.icon-heartbeat:before {
content: "\f21e";
}
.icon-venus:before {
content: "\f221";
}
.icon-mars:before {
content: "\f222";
}
.icon-mercury:before {
content: "\f223";
}
.icon-intersex:before {
content: "\f224";
}
.icon-transgender:before {
content: "\f224";
}
.icon-transgender-alt:before {
content: "\f225";
}
.icon-venus-double:before {
content: "\f226";
}
.icon-mars-double:before {
content: "\f227";
}
.icon-venus-mars:before {
content: "\f228";
}
.icon-mars-stroke:before {
content: "\f229";
}
.icon-mars-stroke-v:before {
content: "\f22a";
}
.icon-mars-stroke-h:before {
content: "\f22b";
}
.icon-neuter:before {
content: "\f22c";
}
.icon-genderless:before {
content: "\f22d";
}
.icon-facebook-official:before {
content: "\f230";
}
.icon-pinterest-p:before {
content: "\f231";
}
.icon-whatsapp:before {
content: "\f232";
}
.icon-server:before {
content: "\f233";
}
.icon-user-plus:before {
content: "\f234";
}
.icon-user-times:before {
content: "\f235";
}
.icon-bed:before {
content: "\f236";
}
.icon-hotel:before {
content: "\f236";
}
.icon-viacoin:before {
content: "\f237";
}
.icon-train:before {
content: "\f238";
}
.icon-subway:before {
content: "\f239";
}
.icon-medium:before {
content: "\f23a";
}
.icon-y-combinator:before {
content: "\f23b";
}
.icon-yc:before {
content: "\f23b";
}
.icon-optin-monster:before {
content: "\f23c";
}
.icon-opencart:before {
content: "\f23d";
}
.icon-expeditedssl:before {
content: "\f23e";
}
.icon-battery:before {
content: "\f240";
}
.icon-battery-4:before {
content: "\f240";
}
.icon-battery-full:before {
content: "\f240";
}
.icon-battery-3:before {
content: "\f241";
}
.icon-battery-three-quarters:before {
content: "\f241";
}
.icon-battery-2:before {
content: "\f242";
}
.icon-battery-half:before {
content: "\f242";
}
.icon-battery-1:before {
content: "\f243";
}
.icon-battery-quarter:before {
content: "\f243";
}
.icon-battery-0:before {
content: "\f244";
}
.icon-battery-empty:before {
content: "\f244";
}
.icon-mouse-pointer:before {
content: "\f245";
}
.icon-i-cursor:before {
content: "\f246";
}
.icon-object-group:before {
content: "\f247";
}
.icon-object-ungroup:before {
content: "\f248";
}
.icon-sticky-note:before {
content: "\f249";
}
.icon-sticky-note-o:before {
content: "\f24a";
}
.icon-cc-jcb:before {
content: "\f24b";
}
.icon-cc-diners-club:before {
content: "\f24c";
}
.icon-clone:before {
content: "\f24d";
}
.icon-balance-scale:before {
content: "\f24e";
}
.icon-hourglass-o:before {
content: "\f250";
}
.icon-hourglass-1:before {
content: "\f251";
}
.icon-hourglass-start:before {
content: "\f251";
}
.icon-hourglass-2:before {
content: "\f252";
}
.icon-hourglass-half:before {
content: "\f252";
}
.icon-hourglass-3:before {
content: "\f253";
}
.icon-hourglass-end:before {
content: "\f253";
}
.icon-hourglass:before {
content: "\f254";
}
.icon-hand-grab-o:before {
content: "\f255";
}
.icon-hand-rock-o:before {
content: "\f255";
}
.icon-hand-paper-o:before {
content: "\f256";
}
.icon-hand-stop-o:before {
content: "\f256";
}
.icon-hand-scissors-o:before {
content: "\f257";
}
.icon-hand-lizard-o:before {
content: "\f258";
}
.icon-hand-spock-o:before {
content: "\f259";
}
.icon-hand-pointer-o:before {
content: "\f25a";
}
.icon-hand-peace-o:before {
content: "\f25b";
}
.icon-trademark:before {
content: "\f25c";
}
.icon-registered:before {
content: "\f25d";
}
.icon-creative-commons:before {
content: "\f25e";
}
.icon-gg:before {
content: "\f260";
}
.icon-gg-circle:before {
content: "\f261";
}
.icon-tripadvisor:before {
content: "\f262";
}
.icon-odnoklassniki:before {
content: "\f263";
}
.icon-odnoklassniki-square:before {
content: "\f264";
}
.icon-get-pocket:before {
content: "\f265";
}
.icon-wikipedia-w:before {
content: "\f266";
}
.icon-safari:before {
content: "\f267";
}
.icon-chrome:before {
content: "\f268";
}
.icon-firefox:before {
content: "\f269";
}
.icon-opera:before {
content: "\f26a";
}
.icon-internet-explorer:before {
content: "\f26b";
}
.icon-television:before {
content: "\f26c";
}
.icon-tv:before {
content: "\f26c";
}
.icon-contao:before {
content: "\f26d";
}
.icon-500px:before {
content: "\f26e";
}
.icon-amazon:before {
content: "\f270";
}
.icon-calendar-plus-o:before {
content: "\f271";
}
.icon-calendar-minus-o:before {
content: "\f272";
}
.icon-calendar-times-o:before {
content: "\f273";
}
.icon-calendar-check-o:before {
content: "\f274";
}
.icon-industry:before {
content: "\f275";
}
.icon-map-pin:before {
content: "\f276";
}
.icon-map-signs:before {
content: "\f277";
}
.icon-map-o:before {
content: "\f278";
}
.icon-map:before {
content: "\f279";
}
.icon-commenting:before {
content: "\f27a";
}
.icon-commenting-o:before {
content: "\f27b";
}
.icon-houzz:before {
content: "\f27c";
}
.icon-vimeo:before {
content: "\f27d";
}
.icon-black-tie:before {
content: "\f27e";
}
.icon-fonticons:before {
content: "\f280";
}
.icon-reddit-alien:before {
content: "\f281";
}
.icon-edge:before {
content: "\f282";
}
.icon-credit-card-alt:before {
content: "\f283";
}
.icon-codiepie:before {
content: "\f284";
}
.icon-modx:before {
content: "\f285";
}
.icon-fort-awesome:before {
content: "\f286";
}
.icon-usb:before {
content: "\f287";
}
.icon-product-hunt:before {
content: "\f288";
}
.icon-mixcloud:before {
content: "\f289";
}
.icon-scribd:before {
content: "\f28a";
}
.icon-pause-circle:before {
content: "\f28b";
}
.icon-pause-circle-o:before {
content: "\f28c";
}
.icon-stop-circle:before {
content: "\f28d";
}
.icon-stop-circle-o:before {
content: "\f28e";
}
.icon-shopping-bag:before {
content: "\f290";
}
.icon-shopping-basket:before {
content: "\f291";
}
.icon-hashtag:before {
content: "\f292";
}
.icon-bluetooth:before {
content: "\f293";
}
.icon-bluetooth-b:before {
content: "\f294";
}
.icon-percent:before {
content: "\f295";
}
.icon-gitlab:before {
content: "\f296";
}
.icon-wpbeginner:before {
content: "\f297";
}
.icon-wpforms:before {
content: "\f298";
}
.icon-envira:before {
content: "\f299";
}
.icon-universal-access:before {
content: "\f29a";
}
.icon-wheelchair-alt:before {
content: "\f29b";
}
.icon-question-circle-o:before {
content: "\f29c";
}
.icon-blind:before {
content: "\f29d";
}
.icon-audio-description:before {
content: "\f29e";
}
.icon-volume-control-phone:before {
content: "\f2a0";
}
.icon-braille:before {
content: "\f2a1";
}
.icon-assistive-listening-systems:before {
content: "\f2a2";
}
.icon-american-sign-language-interpreting:before {
content: "\f2a3";
}
.icon-asl-interpreting:before {
content: "\f2a3";
}
.icon-deaf:before {
content: "\f2a4";
}
.icon-deafness:before {
content: "\f2a4";
}
.icon-hard-of-hearing:before {
content: "\f2a4";
}
.icon-glide:before {
content: "\f2a5";
}
.icon-glide-g:before {
content: "\f2a6";
}
.icon-sign-language:before {
content: "\f2a7";
}
.icon-signing:before {
content: "\f2a7";
}
.icon-low-vision:before {
content: "\f2a8";
}
.icon-viadeo:before {
content: "\f2a9";
}
.icon-viadeo-square:before {
content: "\f2aa";
}
.icon-snapchat:before {
content: "\f2ab";
}
.icon-snapchat-ghost:before {
content: "\f2ac";
}
.icon-snapchat-square:before {
content: "\f2ad";
}
.icon-pied-piper:before {
content: "\f2ae";
}
.icon-first-order:before {
content: "\f2b0";
}
.icon-yoast:before {
content: "\f2b1";
}
.icon-themeisle:before {
content: "\f2b2";
}
.icon-google-plus-circle:before {
content: "\f2b3";
}
.icon-google-plus-official:before {
content: "\f2b3";
}
.icon-fa:before {
content: "\f2b4";
}
.icon-font-awesome:before {
content: "\f2b4";
}
.icon-handshake-o:before {
content: "\f2b5";
}
.icon-envelope-open:before {
content: "\f2b6";
}
.icon-envelope-open-o:before {
content: "\f2b7";
}
.icon-linode:before {
content: "\f2b8";
}
.icon-address-book:before {
content: "\f2b9";
}
.icon-address-book-o:before {
content: "\f2ba";
}
.icon-address-card:before {
content: "\f2bb";
}
.icon-vcard:before {
content: "\f2bb";
}
.icon-address-card-o:before {
content: "\f2bc";
}
.icon-vcard-o:before {
content: "\f2bc";
}
.icon-user-circle:before {
content: "\f2bd";
}
.icon-user-circle-o:before {
content: "\f2be";
}
.icon-user-o:before {
content: "\f2c0";
}
.icon-id-badge:before {
content: "\f2c1";
}
.icon-drivers-license:before {
content: "\f2c2";
}
.icon-id-card:before {
content: "\f2c2";
}
.icon-drivers-license-o:before {
content: "\f2c3";
}
.icon-id-card-o:before {
content: "\f2c3";
}
.icon-quora:before {
content: "\f2c4";
}
.icon-free-code-camp:before {
content: "\f2c5";
}
.icon-telegram:before {
content: "\f2c6";
}
.icon-thermometer:before {
content: "\f2c7";
}
.icon-thermometer-4:before {
content: "\f2c7";
}
.icon-thermometer-full:before {
content: "\f2c7";
}
.icon-thermometer-3:before {
content: "\f2c8";
}
.icon-thermometer-three-quarters:before {
content: "\f2c8";
}
.icon-thermometer-2:before {
content: "\f2c9";
}
.icon-thermometer-half:before {
content: "\f2c9";
}
.icon-thermometer-1:before {
content: "\f2ca";
}
.icon-thermometer-quarter:before {
content: "\f2ca";
}
.icon-thermometer-0:before {
content: "\f2cb";
}
.icon-thermometer-empty:before {
content: "\f2cb";
}
.icon-shower:before {
content: "\f2cc";
}
.icon-bath:before {
content: "\f2cd";
}
.icon-bathtub:before {
content: "\f2cd";
}
.icon-s15:before {
content: "\f2cd";
}
.icon-podcast:before {
content: "\f2ce";
}
.icon-window-maximize:before {
content: "\f2d0";
}
.icon-window-minimize:before {
content: "\f2d1";
}
.icon-window-restore:before {
content: "\f2d2";
}
.icon-times-rectangle:before {
content: "\f2d3";
}
.icon-window-close:before {
content: "\f2d3";
}
.icon-times-rectangle-o:before {
content: "\f2d4";
}
.icon-window-close-o:before {
content: "\f2d4";
}
.icon-bandcamp:before {
content: "\f2d5";
}
.icon-grav:before {
content: "\f2d6";
}
.icon-etsy:before {
content: "\f2d7";
}
.icon-imdb:before {
content: "\f2d8";
}
.icon-ravelry:before {
content: "\f2d9";
}
.icon-eercast:before {
content: "\f2da";
}
.icon-microchip:before {
content: "\f2db";
}
.icon-snowflake-o:before {
content: "\f2dc";
}
.icon-superpowers:before {
content: "\f2dd";
}
.icon-wpexplorer:before {
content: "\f2de";
}
.icon-meetup:before {
content: "\f2e0";
}
.icon-3d_rotation:before {
content: "\e84d";
}
.icon-ac_unit:before {
content: "\eb3b";
}
.icon-alarm:before {
content: "\e855";
}
.icon-access_alarms:before {
content: "\e191";
}
.icon-schedule:before {
content: "\e8b5";
}
.icon-accessibility:before {
content: "\e84e";
}
.icon-accessible:before {
content: "\e914";
}
.icon-account_balance:before {
content: "\e84f";
}
.icon-account_balance_wallet:before {
content: "\e850";
}
.icon-account_box:before {
content: "\e851";
}
.icon-account_circle:before {
content: "\e853";
}
.icon-adb:before {
content: "\e60e";
}
.icon-add:before {
content: "\e145";
}
.icon-add_a_photo:before {
content: "\e439";
}
.icon-alarm_add:before {
content: "\e856";
}
.icon-add_alert:before {
content: "\e003";
}
.icon-add_box:before {
content: "\e146";
}
.icon-add_circle:before {
content: "\e147";
}
.icon-control_point:before {
content: "\e3ba";
}
.icon-add_location:before {
content: "\e567";
}
.icon-add_shopping_cart:before {
content: "\e854";
}
.icon-queue:before {
content: "\e03c";
}
.icon-add_to_queue:before {
content: "\e05c";
}
.icon-adjust2:before {
content: "\e39e";
}
.icon-airline_seat_flat:before {
content: "\e630";
}
.icon-airline_seat_flat_angled:before {
content: "\e631";
}
.icon-airline_seat_individual_suite:before {
content: "\e632";
}
.icon-airline_seat_legroom_extra:before {
content: "\e633";
}
.icon-airline_seat_legroom_normal:before {
content: "\e634";
}
.icon-airline_seat_legroom_reduced:before {
content: "\e635";
}
.icon-airline_seat_recline_extra:before {
content: "\e636";
}
.icon-airline_seat_recline_normal:before {
content: "\e637";
}
.icon-flight:before {
content: "\e539";
}
.icon-airplanemode_inactive:before {
content: "\e194";
}
.icon-airplay:before {
content: "\e055";
}
.icon-airport_shuttle:before {
content: "\eb3c";
}
.icon-alarm_off:before {
content: "\e857";
}
.icon-alarm_on:before {
content: "\e858";
}
.icon-album:before {
content: "\e019";
}
.icon-all_inclusive:before {
content: "\eb3d";
}
.icon-all_out:before {
content: "\e90b";
}
.icon-android2:before {
content: "\e859";
}
.icon-announcement:before {
content: "\e85a";
}
.icon-apps:before {
content: "\e5c3";
}
.icon-archive2:before {
content: "\e149";
}
.icon-arrow_back:before {
content: "\e5c4";
}
.icon-arrow_downward:before {
content: "\e5db";
}
.icon-arrow_drop_down:before {
content: "\e5c5";
}
.icon-arrow_drop_down_circle:before {
content: "\e5c6";
}
.icon-arrow_drop_up:before {
content: "\e5c7";
}
.icon-arrow_forward:before {
content: "\e5c8";
}
.icon-arrow_upward:before {
content: "\e5d8";
}
.icon-art_track:before {
content: "\e060";
}
.icon-aspect_ratio:before {
content: "\e85b";
}
.icon-poll:before {
content: "\e801";
}
.icon-assignment:before {
content: "\e85d";
}
.icon-assignment_ind:before {
content: "\e85e";
}
.icon-assignment_late:before {
content: "\e85f";
}
.icon-assignment_return:before {
content: "\e860";
}
.icon-assignment_returned:before {
content: "\e861";
}
.icon-assignment_turned_in:before {
content: "\e862";
}
.icon-assistant:before {
content: "\e39f";
}
.icon-flag2:before {
content: "\e153";
}
.icon-attach_file:before {
content: "\e226";
}
.icon-attach_money:before {
content: "\e227";
}
.icon-attachment:before {
content: "\e2bc";
}
.icon-audiotrack:before {
content: "\e3a1";
}
.icon-autorenew:before {
content: "\e863";
}
.icon-av_timer:before {
content: "\e01b";
}
.icon-backspace:before {
content: "\e14a";
}
.icon-cloud_upload:before {
content: "\e2c3";
}
.icon-battery_alert:before {
content: "\e19c";
}
.icon-battery_charging_full:before {
content: "\e1a3";
}
.icon-battery_std:before {
content: "\e1a5";
}
.icon-battery_unknown:before {
content: "\e1a6";
}
.icon-beach_access:before {
content: "\eb3e";
}
.icon-beenhere:before {
content: "\e52d";
}
.icon-block:before {
content: "\e14b";
}
.icon-bluetooth2:before {
content: "\e1a7";
}
.icon-bluetooth_searching:before {
content: "\e1aa";
}
.icon-bluetooth_connected:before {
content: "\e1a8";
}
.icon-bluetooth_disabled:before {
content: "\e1a9";
}
.icon-blur_circular:before {
content: "\e3a2";
}
.icon-blur_linear:before {
content: "\e3a3";
}
.icon-blur_off:before {
content: "\e3a4";
}
.icon-blur_on:before {
content: "\e3a5";
}
.icon-class:before {
content: "\e86e";
}
.icon-turned_in:before {
content: "\e8e6";
}
.icon-turned_in_not:before {
content: "\e8e7";
}
.icon-border_all:before {
content: "\e228";
}
.icon-border_bottom:before {
content: "\e229";
}
.icon-border_clear:before {
content: "\e22a";
}
.icon-border_color:before {
content: "\e22b";
}
.icon-border_horizontal:before {
content: "\e22c";
}
.icon-border_inner:before {
content: "\e22d";
}
.icon-border_left:before {
content: "\e22e";
}
.icon-border_outer:before {
content: "\e22f";
}
.icon-border_right:before {
content: "\e230";
}
.icon-border_style:before {
content: "\e231";
}
.icon-border_top:before {
content: "\e232";
}
.icon-border_vertical:before {
content: "\e233";
}
.icon-branding_watermark:before {
content: "\e06b";
}
.icon-brightness_1:before {
content: "\e3a6";
}
.icon-brightness_2:before {
content: "\e3a7";
}
.icon-brightness_3:before {
content: "\e3a8";
}
.icon-brightness_4:before {
content: "\e3a9";
}
.icon-brightness_low:before {
content: "\e1ad";
}
.icon-brightness_medium:before {
content: "\e1ae";
}
.icon-brightness_high:before {
content: "\e1ac";
}
.icon-brightness_auto:before {
content: "\e1ab";
}
.icon-broken_image:before {
content: "\e3ad";
}
.icon-brush:before {
content: "\e3ae";
}
.icon-bubble_chart:before {
content: "\e6dd";
}
.icon-bug_report:before {
content: "\e868";
}
.icon-build:before {
content: "\e869";
}
.icon-burst_mode:before {
content: "\e43c";
}
.icon-domain:before {
content: "\e7ee";
}
.icon-business_center:before {
content: "\eb3f";
}
.icon-cached:before {
content: "\e86a";
}
.icon-cake:before {
content: "\e7e9";
}
.icon-phone2:before {
content: "\e0cd";
}
.icon-call_end:before {
content: "\e0b1";
}
.icon-call_made:before {
content: "\e0b2";
}
.icon-merge_type:before {
content: "\e252";
}
.icon-call_missed:before {
content: "\e0b4";
}
.icon-call_missed_outgoing:before {
content: "\e0e4";
}
.icon-call_received:before {
content: "\e0b5";
}
.icon-call_split:before {
content: "\e0b6";
}
.icon-call_to_action:before {
content: "\e06c";
}
.icon-camera2:before {
content: "\e3af";
}
.icon-photo_camera:before {
content: "\e412";
}
.icon-camera_enhance:before {
content: "\e8fc";
}
.icon-camera_front:before {
content: "\e3b1";
}
.icon-camera_rear:before {
content: "\e3b2";
}
.icon-camera_roll:before {
content: "\e3b3";
}
.icon-cancel:before {
content: "\e5c9";
}
.icon-redeem:before {
content: "\e8b1";
}
.icon-card_membership:before {
content: "\e8f7";
}
.icon-card_travel:before {
content: "\e8f8";
}
.icon-casino:before {
content: "\eb40";
}
.icon-cast:before {
content: "\e307";
}
.icon-cast_connected:before {
content: "\e308";
}
.icon-center_focus_strong:before {
content: "\e3b4";
}
.icon-center_focus_weak:before {
content: "\e3b5";
}
.icon-change_history:before {
content: "\e86b";
}
.icon-chat:before {
content: "\e0b7";
}
.icon-chat_bubble:before {
content: "\e0ca";
}
.icon-chat_bubble_outline:before {
content: "\e0cb";
}
.icon-check2:before {
content: "\e5ca";
}
.icon-check_box:before {
content: "\e834";
}
.icon-check_box_outline_blank:before {
content: "\e835";
}
.icon-check_circle:before {
content: "\e86c";
}
.icon-navigate_before:before {
content: "\e408";
}
.icon-navigate_next:before {
content: "\e409";
}
.icon-child_care:before {
content: "\eb41";
}
.icon-child_friendly:before {
content: "\eb42";
}
.icon-chrome_reader_mode:before {
content: "\e86d";
}
.icon-close2:before {
content: "\e5cd";
}
.icon-clear_all:before {
content: "\e0b8";
}
.icon-closed_caption:before {
content: "\e01c";
}
.icon-wb_cloudy:before {
content: "\e42d";
}
.icon-cloud_circle:before {
content: "\e2be";
}
.icon-cloud_done:before {
content: "\e2bf";
}
.icon-cloud_download:before {
content: "\e2c0";
}
.icon-cloud_off:before {
content: "\e2c1";
}
.icon-cloud_queue:before {
content: "\e2c2";
}
.icon-code2:before {
content: "\e86f";
}
.icon-photo_library:before {
content: "\e413";
}
.icon-collections_bookmark:before {
content: "\e431";
}
.icon-palette:before {
content: "\e40a";
}
.icon-colorize:before {
content: "\e3b8";
}
.icon-comment2:before {
content: "\e0b9";
}
.icon-compare:before {
content: "\e3b9";
}
.icon-compare_arrows:before {
content: "\e915";
}
.icon-laptop2:before {
content: "\e31e";
}
.icon-confirmation_number:before {
content: "\e638";
}
.icon-contact_mail:before {
content: "\e0d0";
}
.icon-contact_phone:before {
content: "\e0cf";
}
.icon-contacts:before {
content: "\e0ba";
}
.icon-content_copy:before {
content: "\e14d";
}
.icon-content_cut:before {
content: "\e14e";
}
.icon-content_paste:before {
content: "\e14f";
}
.icon-control_point_duplicate:before {
content: "\e3bb";
}
.icon-copyright2:before {
content: "\e90c";
}
.icon-mode_edit:before {
content: "\e254";
}
.icon-create_new_folder:before {
content: "\e2cc";
}
.icon-payment:before {
content: "\e8a1";
}
.icon-crop2:before {
content: "\e3be";
}
.icon-crop_16_9:before {
content: "\e3bc";
}
.icon-crop_3_2:before {
content: "\e3bd";
}
.icon-crop_landscape:before {
content: "\e3c3";
}
.icon-crop_7_5:before {
content: "\e3c0";
}
.icon-crop_din:before {
content: "\e3c1";
}
.icon-crop_free:before {
content: "\e3c2";
}
.icon-crop_original:before {
content: "\e3c4";
}
.icon-crop_portrait:before {
content: "\e3c5";
}
.icon-crop_rotate:before {
content: "\e437";
}
.icon-crop_square:before {
content: "\e3c6";
}
.icon-dashboard2:before {
content: "\e871";
}
.icon-data_usage:before {
content: "\e1af";
}
.icon-date_range:before {
content: "\e916";
}
.icon-dehaze:before {
content: "\e3c7";
}
.icon-delete:before {
content: "\e872";
}
.icon-delete_forever:before {
content: "\e92b";
}
.icon-delete_sweep:before {
content: "\e16c";
}
.icon-description:before {
content: "\e873";
}
.icon-desktop_mac:before {
content: "\e30b";
}
.icon-desktop_windows:before {
content: "\e30c";
}
.icon-details:before {
content: "\e3c8";
}
.icon-developer_board:before {
content: "\e30d";
}
.icon-developer_mode:before {
content: "\e1b0";
}
.icon-device_hub:before {
content: "\e335";
}
.icon-phonelink:before {
content: "\e326";
}
.icon-devices_other:before {
content: "\e337";
}
.icon-dialer_sip:before {
content: "\e0bb";
}
.icon-dialpad:before {
content: "\e0bc";
}
.icon-directions:before {
content: "\e52e";
}
.icon-directions_bike:before {
content: "\e52f";
}
.icon-directions_boat:before {
content: "\e532";
}
.icon-directions_bus:before {
content: "\e530";
}
.icon-directions_car:before {
content: "\e531";
}
.icon-directions_railway:before {
content: "\e534";
}
.icon-directions_run:before {
content: "\e566";
}
.icon-directions_transit:before {
content: "\e535";
}
.icon-directions_walk:before {
content: "\e536";
}
.icon-disc_full:before {
content: "\e610";
}
.icon-dns:before {
content: "\e875";
}
.icon-not_interested:before {
content: "\e033";
}
.icon-do_not_disturb_alt:before {
content: "\e611";
}
.icon-do_not_disturb_off:before {
content: "\e643";
}
.icon-remove_circle:before {
content: "\e15c";
}
.icon-dock:before {
content: "\e30e";
}
.icon-done:before {
content: "\e876";
}
.icon-done_all:before {
content: "\e877";
}
.icon-donut_large:before {
content: "\e917";
}
.icon-donut_small:before {
content: "\e918";
}
.icon-drafts:before {
content: "\e151";
}
.icon-drag_handle:before {
content: "\e25d";
}
.icon-time_to_leave:before {
content: "\e62c";
}
.icon-dvr:before {
content: "\e1b2";
}
.icon-edit_location:before {
content: "\e568";
}
.icon-eject2:before {
content: "\e8fb";
}
.icon-markunread:before {
content: "\e159";
}
.icon-enhanced_encryption:before {
content: "\e63f";
}
.icon-equalizer:before {
content: "\e01d";
}
.icon-error:before {
content: "\e000";
}
.icon-error_outline:before {
content: "\e001";
}
.icon-euro_symbol:before {
content: "\e926";
}
.icon-ev_station:before {
content: "\e56d";
}
.icon-insert_invitation:before {
content: "\e24f";
}
.icon-event_available:before {
content: "\e614";
}
.icon-event_busy:before {
content: "\e615";
}
.icon-event_note:before {
content: "\e616";
}
.icon-event_seat:before {
content: "\e903";
}
.icon-exit_to_app:before {
content: "\e879";
}
.icon-expand_less:before {
content: "\e5ce";
}
.icon-expand_more:before {
content: "\e5cf";
}
.icon-explicit:before {
content: "\e01e";
}
.icon-explore:before {
content: "\e87a";
}
.icon-exposure:before {
content: "\e3ca";
}
.icon-exposure_neg_1:before {
content: "\e3cb";
}
.icon-exposure_neg_2:before {
content: "\e3cc";
}
.icon-exposure_plus_1:before {
content: "\e3cd";
}
.icon-exposure_plus_2:before {
content: "\e3ce";
}
.icon-exposure_zero:before {
content: "\e3cf";
}
.icon-extension:before {
content: "\e87b";
}
.icon-face:before {
content: "\e87c";
}
.icon-fast_forward:before {
content: "\e01f";
}
.icon-fast_rewind:before {
content: "\e020";
}
.icon-favorite:before {
content: "\e87d";
}
.icon-favorite_border:before {
content: "\e87e";
}
.icon-featured_play_list:before {
content: "\e06d";
}
.icon-featured_video:before {
content: "\e06e";
}
.icon-sms_failed:before {
content: "\e626";
}
.icon-fiber_dvr:before {
content: "\e05d";
}
.icon-fiber_manual_record:before {
content: "\e061";
}
.icon-fiber_new:before {
content: "\e05e";
}
.icon-fiber_pin:before {
content: "\e06a";
}
.icon-fiber_smart_record:before {
content: "\e062";
}
.icon-get_app:before {
content: "\e884";
}
.icon-file_upload:before {
content: "\e2c6";
}
.icon-filter2:before {
content: "\e3d3";
}
.icon-filter_1:before {
content: "\e3d0";
}
.icon-filter_2:before {
content: "\e3d1";
}
.icon-filter_3:before {
content: "\e3d2";
}
.icon-filter_4:before {
content: "\e3d4";
}
.icon-filter_5:before {
content: "\e3d5";
}
.icon-filter_6:before {
content: "\e3d6";
}
.icon-filter_7:before {
content: "\e3d7";
}
.icon-filter_8:before {
content: "\e3d8";
}
.icon-filter_9:before {
content: "\e3d9";
}
.icon-filter_9_plus:before {
content: "\e3da";
}
.icon-filter_b_and_w:before {
content: "\e3db";
}
.icon-filter_center_focus:before {
content: "\e3dc";
}
.icon-filter_drama:before {
content: "\e3dd";
}
.icon-filter_frames:before {
content: "\e3de";
}
.icon-terrain:before {
content: "\e564";
}
.icon-filter_list:before {
content: "\e152";
}
.icon-filter_none:before {
content: "\e3e0";
}
.icon-filter_tilt_shift:before {
content: "\e3e2";
}
.icon-filter_vintage:before {
content: "\e3e3";
}
.icon-find_in_page:before {
content: "\e880";
}
.icon-find_replace:before {
content: "\e881";
}
.icon-fingerprint:before {
content: "\e90d";
}
.icon-first_page:before {
content: "\e5dc";
}
.icon-fitness_center:before {
content: "\eb43";
}
.icon-flare:before {
content: "\e3e4";
}
.icon-flash_auto:before {
content: "\e3e5";
}
.icon-flash_off:before {
content: "\e3e6";
}
.icon-flash_on:before {
content: "\e3e7";
}
.icon-flight_land:before {
content: "\e904";
}
.icon-flight_takeoff:before {
content: "\e905";
}
.icon-flip:before {
content: "\e3e8";
}
.icon-flip_to_back:before {
content: "\e882";
}
.icon-flip_to_front:before {
content: "\e883";
}
.icon-folder2:before {
content: "\e2c7";
}
.icon-folder_open:before {
content: "\e2c8";
}
.icon-folder_shared:before {
content: "\e2c9";
}
.icon-folder_special:before {
content: "\e617";
}
.icon-font_download:before {
content: "\e167";
}
.icon-format_align_center:before {
content: "\e234";
}
.icon-format_align_justify:before {
content: "\e235";
}
.icon-format_align_left:before {
content: "\e236";
}
.icon-format_align_right:before {
content: "\e237";
}
.icon-format_bold:before {
content: "\e238";
}
.icon-format_clear:before {
content: "\e239";
}
.icon-format_color_fill:before {
content: "\e23a";
}
.icon-format_color_reset:before {
content: "\e23b";
}
.icon-format_color_text:before {
content: "\e23c";
}
.icon-format_indent_decrease:before {
content: "\e23d";
}
.icon-format_indent_increase:before {
content: "\e23e";
}
.icon-format_italic:before {
content: "\e23f";
}
.icon-format_line_spacing:before {
content: "\e240";
}
.icon-format_list_bulleted:before {
content: "\e241";
}
.icon-format_list_numbered:before {
content: "\e242";
}
.icon-format_paint:before {
content: "\e243";
}
.icon-format_quote:before {
content: "\e244";
}
.icon-format_shapes:before {
content: "\e25e";
}
.icon-format_size:before {
content: "\e245";
}
.icon-format_strikethrough:before {
content: "\e246";
}
.icon-format_textdirection_l_to_r:before {
content: "\e247";
}
.icon-format_textdirection_r_to_l:before {
content: "\e248";
}
.icon-format_underlined:before {
content: "\e249";
}
.icon-question_answer:before {
content: "\e8af";
}
.icon-forward2:before {
content: "\e154";
}
.icon-forward_10:before {
content: "\e056";
}
.icon-forward_30:before {
content: "\e057";
}
.icon-forward_5:before {
content: "\e058";
}
.icon-free_breakfast:before {
content: "\eb44";
}
.icon-fullscreen:before {
content: "\e5d0";
}
.icon-fullscreen_exit:before {
content: "\e5d1";
}
.icon-functions:before {
content: "\e24a";
}
.icon-g_translate:before {
content: "\e927";
}
.icon-games:before {
content: "\e021";
}
.icon-gavel2:before {
content: "\e90e";
}
.icon-gesture:before {
content: "\e155";
}
.icon-gif:before {
content: "\e908";
}
.icon-goat:before {
content: "\e900";
}
.icon-golf_course:before {
content: "\eb45";
}
.icon-my_location:before {
content: "\e55c";
}
.icon-location_searching:before {
content: "\e1b7";
}
.icon-location_disabled:before {
content: "\e1b6";
}
.icon-star2:before {
content: "\e838";
}
.icon-gradient:before {
content: "\e3e9";
}
.icon-grain:before {
content: "\e3ea";
}
.icon-graphic_eq:before {
content: "\e1b8";
}
.icon-grid_off:before {
content: "\e3eb";
}
.icon-grid_on:before {
content: "\e3ec";
}
.icon-people:before {
content: "\e7fb";
}
.icon-group_add:before {
content: "\e7f0";
}
.icon-group_work:before {
content: "\e886";
}
.icon-hd:before {
content: "\e052";
}
.icon-hdr_off:before {
content: "\e3ed";
}
.icon-hdr_on:before {
content: "\e3ee";
}
.icon-hdr_strong:before {
content: "\e3f1";
}
.icon-hdr_weak:before {
content: "\e3f2";
}
.icon-headset:before {
content: "\e310";
}
.icon-headset_mic:before {
content: "\e311";
}
.icon-healing:before {
content: "\e3f3";
}
.icon-hearing:before {
content: "\e023";
}
.icon-help:before {
content: "\e887";
}
.icon-help_outline:before {
content: "\e8fd";
}
.icon-high_quality:before {
content: "\e024";
}
.icon-highlight:before {
content: "\e25f";
}
.icon-highlight_off:before {
content: "\e888";
}
.icon-restore:before {
content: "\e8b3";
}
.icon-home2:before {
content: "\e88a";
}
.icon-hot_tub:before {
content: "\eb46";
}
.icon-local_hotel:before {
content: "\e549";
}
.icon-hourglass_empty:before {
content: "\e88b";
}
.icon-hourglass_full:before {
content: "\e88c";
}
.icon-http:before {
content: "\e902";
}
.icon-lock2:before {
content: "\e897";
}
.icon-photo2:before {
content: "\e410";
}
.icon-image_aspect_ratio:before {
content: "\e3f5";
}
.icon-import_contacts:before {
content: "\e0e0";
}
.icon-import_export:before {
content: "\e0c3";
}
.icon-important_devices:before {
content: "\e912";
}
.icon-inbox2:before {
content: "\e156";
}
.icon-indeterminate_check_box:before {
content: "\e909";
}
.icon-info2:before {
content: "\e88e";
}
.icon-info_outline:before {
content: "\e88f";
}
.icon-input:before {
content: "\e890";
}
.icon-insert_comment:before {
content: "\e24c";
}
.icon-insert_drive_file:before {
content: "\e24d";
}
.icon-tag_faces:before {
content: "\e420";
}
.icon-link2:before {
content: "\e157";
}
.icon-invert_colors:before {
content: "\e891";
}
.icon-invert_colors_off:before {
content: "\e0c4";
}
.icon-iso:before {
content: "\e3f6";
}
.icon-keyboard:before {
content: "\e312";
}
.icon-keyboard_arrow_down:before {
content: "\e313";
}
.icon-keyboard_arrow_left:before {
content: "\e314";
}
.icon-keyboard_arrow_right:before {
content: "\e315";
}
.icon-keyboard_arrow_up:before {
content: "\e316";
}
.icon-keyboard_backspace:before {
content: "\e317";
}
.icon-keyboard_capslock:before {
content: "\e318";
}
.icon-keyboard_hide:before {
content: "\e31a";
}
.icon-keyboard_return:before {
content: "\e31b";
}
.icon-keyboard_tab:before {
content: "\e31c";
}
.icon-keyboard_voice:before {
content: "\e31d";
}
.icon-kitchen:before {
content: "\eb47";
}
.icon-label:before {
content: "\e892";
}
.icon-label_outline:before {
content: "\e893";
}
.icon-language2:before {
content: "\e894";
}
.icon-laptop_chromebook:before {
content: "\e31f";
}
.icon-laptop_mac:before {
content: "\e320";
}
.icon-laptop_windows:before {
content: "\e321";
}
.icon-last_page:before {
content: "\e5dd";
}
.icon-open_in_new:before {
content: "\e89e";
}
.icon-layers:before {
content: "\e53b";
}
.icon-layers_clear:before {
content: "\e53c";
}
.icon-leak_add:before {
content: "\e3f8";
}
.icon-leak_remove:before {
content: "\e3f9";
}
.icon-lens:before {
content: "\e3fa";
}
.icon-library_books:before {
content: "\e02f";
}
.icon-library_music:before {
content: "\e030";
}
.icon-lightbulb_outline:before {
content: "\e90f";
}
.icon-line_style:before {
content: "\e919";
}
.icon-line_weight:before {
content: "\e91a";
}
.icon-linear_scale:before {
content: "\e260";
}
.icon-linked_camera:before {
content: "\e438";
}
.icon-list2:before {
content: "\e896";
}
.icon-live_help:before {
content: "\e0c6";
}
.icon-live_tv:before {
content: "\e639";
}
.icon-local_play:before {
content: "\e553";
}
.icon-local_airport:before {
content: "\e53d";
}
.icon-local_atm:before {
content: "\e53e";
}
.icon-local_bar:before {
content: "\e540";
}
.icon-local_cafe:before {
content: "\e541";
}
.icon-local_car_wash:before {
content: "\e542";
}
.icon-local_convenience_store:before {
content: "\e543";
}
.icon-restaurant_menu:before {
content: "\e561";
}
.icon-local_drink:before {
content: "\e544";
}
.icon-local_florist:before {
content: "\e545";
}
.icon-local_gas_station:before {
content: "\e546";
}
.icon-shopping_cart:before {
content: "\e8cc";
}
.icon-local_hospital:before {
content: "\e548";
}
.icon-local_laundry_service:before {
content: "\e54a";
}
.icon-local_library:before {
content: "\e54b";
}
.icon-local_mall:before {
content: "\e54c";
}
.icon-theaters:before {
content: "\e8da";
}
.icon-local_offer:before {
content: "\e54e";
}
.icon-local_parking:before {
content: "\e54f";
}
.icon-local_pharmacy:before {
content: "\e550";
}
.icon-local_pizza:before {
content: "\e552";
}
.icon-print2:before {
content: "\e8ad";
}
.icon-local_shipping:before {
content: "\e558";
}
.icon-local_taxi:before {
content: "\e559";
}
.icon-location_city:before {
content: "\e7f1";
}
.icon-location_off:before {
content: "\e0c7";
}
.icon-room:before {
content: "\e8b4";
}
.icon-lock_open:before {
content: "\e898";
}
.icon-lock_outline:before {
content: "\e899";
}
.icon-looks:before {
content: "\e3fc";
}
.icon-looks_3:before {
content: "\e3fb";
}
.icon-looks_4:before {
content: "\e3fd";
}
.icon-looks_5:before {
content: "\e3fe";
}
.icon-looks_6:before {
content: "\e3ff";
}
.icon-looks_one:before {
content: "\e400";
}
.icon-looks_two:before {
content: "\e401";
}
.icon-sync:before {
content: "\e627";
}
.icon-loupe:before {
content: "\e402";
}
.icon-low_priority:before {
content: "\e16d";
}
.icon-loyalty:before {
content: "\e89a";
}
.icon-mail_outline:before {
content: "\e0e1";
}
.icon-map2:before {
content: "\e55b";
}
.icon-markunread_mailbox:before {
content: "\e89b";
}
.icon-memory:before {
content: "\e322";
}
.icon-menu:before {
content: "\e5d2";
}
.icon-message:before {
content: "\e0c9";
}
.icon-mic:before {
content: "\e029";
}
.icon-mic_none:before {
content: "\e02a";
}
.icon-mic_off:before {
content: "\e02b";
}
.icon-mms:before {
content: "\e618";
}
.icon-mode_comment:before {
content: "\e253";
}
.icon-monetization_on:before {
content: "\e263";
}
.icon-money_off:before {
content: "\e25c";
}
.icon-monochrome_photos:before {
content: "\e403";
}
.icon-mood_bad:before {
content: "\e7f3";
}
.icon-more:before {
content: "\e619";
}
.icon-more_horiz:before {
content: "\e5d3";
}
.icon-more_vert:before {
content: "\e5d4";
}
.icon-motorcycle2:before {
content: "\e91b";
}
.icon-mouse:before {
content: "\e323";
}
.icon-move_to_inbox:before {
content: "\e168";
}
.icon-movie_creation:before {
content: "\e404";
}
.icon-movie_filter:before {
content: "\e43a";
}
.icon-multiline_chart:before {
content: "\e6df";
}
.icon-music_note:before {
content: "\e405";
}
.icon-music_video:before {
content: "\e063";
}
.icon-nature:before {
content: "\e406";
}
.icon-nature_people:before {
content: "\e407";
}
.icon-navigation:before {
content: "\e55d";
}
.icon-near_me:before {
content: "\e569";
}
.icon-network_cell:before {
content: "\e1b9";
}
.icon-network_check:before {
content: "\e640";
}
.icon-network_locked:before {
content: "\e61a";
}
.icon-network_wifi:before {
content: "\e1ba";
}
.icon-new_releases:before {
content: "\e031";
}
.icon-next_week:before {
content: "\e16a";
}
.icon-nfc:before {
content: "\e1bb";
}
.icon-no_encryption:before {
content: "\e641";
}
.icon-signal_cellular_no_sim:before {
content: "\e1ce";
}
.icon-note:before {
content: "\e06f";
}
.icon-note_add:before {
content: "\e89c";
}
.icon-notifications:before {
content: "\e7f4";
}
.icon-notifications_active:before {
content: "\e7f7";
}
.icon-notifications_none:before {
content: "\e7f5";
}
.icon-notifications_off:before {
content: "\e7f6";
}
.icon-notifications_paused:before {
content: "\e7f8";
}
.icon-offline_pin:before {
content: "\e90a";
}
.icon-ondemand_video:before {
content: "\e63a";
}
.icon-opacity:before {
content: "\e91c";
}
.icon-open_in_browser:before {
content: "\e89d";
}
.icon-open_with:before {
content: "\e89f";
}
.icon-pages:before {
content: "\e7f9";
}
.icon-pageview:before {
content: "\e8a0";
}
.icon-pan_tool:before {
content: "\e925";
}
.icon-panorama:before {
content: "\e40b";
}
.icon-radio_button_unchecked:before {
content: "\e836";
}
.icon-panorama_horizontal:before {
content: "\e40d";
}
.icon-panorama_vertical:before {
content: "\e40e";
}
.icon-panorama_wide_angle:before {
content: "\e40f";
}
.icon-party_mode:before {
content: "\e7fa";
}
.icon-pause2:before {
content: "\e034";
}
.icon-pause_circle_filled:before {
content: "\e035";
}
.icon-pause_circle_outline:before {
content: "\e036";
}
.icon-people_outline:before {
content: "\e7fc";
}
.icon-perm_camera_mic:before {
content: "\e8a2";
}
.icon-perm_contact_calendar:before {
content: "\e8a3";
}
.icon-perm_data_setting:before {
content: "\e8a4";
}
.icon-perm_device_information:before {
content: "\e8a5";
}
.icon-person_outline:before {
content: "\e7ff";
}
.icon-perm_media:before {
content: "\e8a7";
}
.icon-perm_phone_msg:before {
content: "\e8a8";
}
.icon-perm_scan_wifi:before {
content: "\e8a9";
}
.icon-person:before {
content: "\e7fd";
}
.icon-person_add:before {
content: "\e7fe";
}
.icon-person_pin:before {
content: "\e55a";
}
.icon-person_pin_circle:before {
content: "\e56a";
}
.icon-personal_video:before {
content: "\e63b";
}
.icon-pets:before {
content: "\e91d";
}
.icon-phone_android:before {
content: "\e324";
}
.icon-phone_bluetooth_speaker:before {
content: "\e61b";
}
.icon-phone_forwarded:before {
content: "\e61c";
}
.icon-phone_in_talk:before {
content: "\e61d";
}
.icon-phone_iphone:before {
content: "\e325";
}
.icon-phone_locked:before {
content: "\e61e";
}
.icon-phone_missed:before {
content: "\e61f";
}
.icon-phone_paused:before {
content: "\e620";
}
.icon-phonelink_erase:before {
content: "\e0db";
}
.icon-phonelink_lock:before {
content: "\e0dc";
}
.icon-phonelink_off:before {
content: "\e327";
}
.icon-phonelink_ring:before {
content: "\e0dd";
}
.icon-phonelink_setup:before {
content: "\e0de";
}
.icon-photo_album:before {
content: "\e411";
}
.icon-photo_filter:before {
content: "\e43b";
}
.icon-photo_size_select_actual:before {
content: "\e432";
}
.icon-photo_size_select_large:before {
content: "\e433";
}
.icon-photo_size_select_small:before {
content: "\e434";
}
.icon-picture_as_pdf:before {
content: "\e415";
}
.icon-picture_in_picture:before {
content: "\e8aa";
}
.icon-picture_in_picture_alt:before {
content: "\e911";
}
.icon-pie_chart:before {
content: "\e6c4";
}
.icon-pie_chart_outlined:before {
content: "\e6c5";
}
.icon-pin_drop:before {
content: "\e55e";
}
.icon-play_arrow:before {
content: "\e037";
}
.icon-play_circle_filled:before {
content: "\e038";
}
.icon-play_circle_outline:before {
content: "\e039";
}
.icon-play_for_work:before {
content: "\e906";
}
.icon-playlist_add:before {
content: "\e03b";
}
.icon-playlist_add_check:before {
content: "\e065";
}
.icon-playlist_play:before {
content: "\e05f";
}
.icon-plus_one:before {
content: "\e800";
}
.icon-polymer:before {
content: "\e8ab";
}
.icon-pool:before {
content: "\eb48";
}
.icon-portable_wifi_off:before {
content: "\e0ce";
}
.icon-portrait:before {
content: "\e416";
}
.icon-power:before {
content: "\e63c";
}
.icon-power_input:before {
content: "\e336";
}
.icon-power_settings_new:before {
content: "\e8ac";
}
.icon-pregnant_woman:before {
content: "\e91e";
}
.icon-present_to_all:before {
content: "\e0df";
}
.icon-priority_high:before {
content: "\e645";
}
.icon-public:before {
content: "\e80b";
}
.icon-publish:before {
content: "\e255";
}
.icon-queue_music:before {
content: "\e03d";
}
.icon-queue_play_next:before {
content: "\e066";
}
.icon-radio:before {
content: "\e03e";
}
.icon-radio_button_checked:before {
content: "\e837";
}
.icon-rate_review:before {
content: "\e560";
}
.icon-receipt:before {
content: "\e8b0";
}
.icon-recent_actors:before {
content: "\e03f";
}
.icon-record_voice_over:before {
content: "\e91f";
}
.icon-redo:before {
content: "\e15a";
}
.icon-refresh2:before {
content: "\e5d5";
}
.icon-remove2:before {
content: "\e15b";
}
.icon-remove_circle_outline:before {
content: "\e15d";
}
.icon-remove_from_queue:before {
content: "\e067";
}
.icon-visibility:before {
content: "\e8f4";
}
.icon-remove_shopping_cart:before {
content: "\e928";
}
.icon-reorder2:before {
content: "\e8fe";
}
.icon-repeat2:before {
content: "\e040";
}
.icon-repeat_one:before {
content: "\e041";
}
.icon-replay:before {
content: "\e042";
}
.icon-replay_10:before {
content: "\e059";
}
.icon-replay_30:before {
content: "\e05a";
}
.icon-replay_5:before {
content: "\e05b";
}
.icon-reply2:before {
content: "\e15e";
}
.icon-reply_all:before {
content: "\e15f";
}
.icon-report:before {
content: "\e160";
}
.icon-warning2:before {
content: "\e002";
}
.icon-restaurant:before {
content: "\e56c";
}
.icon-restore_page:before {
content: "\e929";
}
.icon-ring_volume:before {
content: "\e0d1";
}
.icon-room_service:before {
content: "\eb49";
}
.icon-rotate_90_degrees_ccw:before {
content: "\e418";
}
.icon-rotate_left:before {
content: "\e419";
}
.icon-rotate_right:before {
content: "\e41a";
}
.icon-rounded_corner:before {
content: "\e920";
}
.icon-router:before {
content: "\e328";
}
.icon-rowing:before {
content: "\e921";
}
.icon-rss_feed:before {
content: "\e0e5";
}
.icon-rv_hookup:before {
content: "\e642";
}
.icon-satellite:before {
content: "\e562";
}
.icon-save2:before {
content: "\e161";
}
.icon-scanner:before {
content: "\e329";
}
.icon-school:before {
content: "\e80c";
}
.icon-screen_lock_landscape:before {
content: "\e1be";
}
.icon-screen_lock_portrait:before {
content: "\e1bf";
}
.icon-screen_lock_rotation:before {
content: "\e1c0";
}
.icon-screen_rotation:before {
content: "\e1c1";
}
.icon-screen_share:before {
content: "\e0e2";
}
.icon-sd_storage:before {
content: "\e1c2";
}
.icon-search2:before {
content: "\e8b6";
}
.icon-security:before {
content: "\e32a";
}
.icon-select_all:before {
content: "\e162";
}
.icon-send2:before {
content: "\e163";
}
.icon-sentiment_dissatisfied:before {
content: "\e811";
}
.icon-sentiment_neutral:before {
content: "\e812";
}
.icon-sentiment_satisfied:before {
content: "\e813";
}
.icon-sentiment_very_dissatisfied:before {
content: "\e814";
}
.icon-sentiment_very_satisfied:before {
content: "\e815";
}
.icon-settings:before {
content: "\e8b8";
}
.icon-settings_applications:before {
content: "\e8b9";
}
.icon-settings_backup_restore:before {
content: "\e8ba";
}
.icon-settings_bluetooth:before {
content: "\e8bb";
}
.icon-settings_brightness:before {
content: "\e8bd";
}
.icon-settings_cell:before {
content: "\e8bc";
}
.icon-settings_ethernet:before {
content: "\e8be";
}
.icon-settings_input_antenna:before {
content: "\e8bf";
}
.icon-settings_input_composite:before {
content: "\e8c1";
}
.icon-settings_input_hdmi:before {
content: "\e8c2";
}
.icon-settings_input_svideo:before {
content: "\e8c3";
}
.icon-settings_overscan:before {
content: "\e8c4";
}
.icon-settings_phone:before {
content: "\e8c5";
}
.icon-settings_power:before {
content: "\e8c6";
}
.icon-settings_remote:before {
content: "\e8c7";
}
.icon-settings_system_daydream:before {
content: "\e1c3";
}
.icon-settings_voice:before {
content: "\e8c8";
}
.icon-share2:before {
content: "\e80d";
}
.icon-shop:before {
content: "\e8c9";
}
.icon-shop_two:before {
content: "\e8ca";
}
.icon-shopping_basket:before {
content: "\e8cb";
}
.icon-short_text:before {
content: "\e261";
}
.icon-show_chart:before {
content: "\e6e1";
}
.icon-shuffle:before {
content: "\e043";
}
.icon-signal_cellular_4_bar:before {
content: "\e1c8";
}
.icon-signal_cellular_connected_no_internet_4_bar:before {
content: "\e1cd";
}
.icon-signal_cellular_null:before {
content: "\e1cf";
}
.icon-signal_cellular_off:before {
content: "\e1d0";
}
.icon-signal_wifi_4_bar:before {
content: "\e1d8";
}
.icon-signal_wifi_4_bar_lock:before {
content: "\e1d9";
}
.icon-signal_wifi_off:before {
content: "\e1da";
}
.icon-sim_card:before {
content: "\e32b";
}
.icon-sim_card_alert:before {
content: "\e624";
}
.icon-skip_next:before {
content: "\e044";
}
.icon-skip_previous:before {
content: "\e045";
}
.icon-slideshow:before {
content: "\e41b";
}
.icon-slow_motion_video:before {
content: "\e068";
}
.icon-stay_primary_portrait:before {
content: "\e0d6";
}
.icon-smoke_free:before {
content: "\eb4a";
}
.icon-smoking_rooms:before {
content: "\eb4b";
}
.icon-textsms:before {
content: "\e0d8";
}
.icon-snooze:before {
content: "\e046";
}
.icon-sort2:before {
content: "\e164";
}
.icon-sort_by_alpha:before {
content: "\e053";
}
.icon-spa:before {
content: "\eb4c";
}
.icon-space_bar:before {
content: "\e256";
}
.icon-speaker:before {
content: "\e32d";
}
.icon-speaker_group:before {
content: "\e32e";
}
.icon-speaker_notes:before {
content: "\e8cd";
}
.icon-speaker_notes_off:before {
content: "\e92a";
}
.icon-speaker_phone:before {
content: "\e0d2";
}
.icon-spellcheck:before {
content: "\e8ce";
}
.icon-star_border:before {
content: "\e83a";
}
.icon-star_half:before {
content: "\e839";
}
.icon-stars:before {
content: "\e8d0";
}
.icon-stay_primary_landscape:before {
content: "\e0d5";
}
.icon-stop2:before {
content: "\e047";
}
.icon-stop_screen_share:before {
content: "\e0e3";
}
.icon-storage:before {
content: "\e1db";
}
.icon-store_mall_directory:before {
content: "\e563";
}
.icon-straighten:before {
content: "\e41c";
}
.icon-streetview:before {
content: "\e56e";
}
.icon-strikethrough_s:before {
content: "\e257";
}
.icon-style:before {
content: "\e41d";
}
.icon-subdirectory_arrow_left:before {
content: "\e5d9";
}
.icon-subdirectory_arrow_right:before {
content: "\e5da";
}
.icon-subject:before {
content: "\e8d2";
}
.icon-subscriptions:before {
content: "\e064";
}
.icon-subtitles:before {
content: "\e048";
}
.icon-subway2:before {
content: "\e56f";
}
.icon-supervisor_account:before {
content: "\e8d3";
}
.icon-surround_sound:before {
content: "\e049";
}
.icon-swap_calls:before {
content: "\e0d7";
}
.icon-swap_horiz:before {
content: "\e8d4";
}
.icon-swap_vert:before {
content: "\e8d5";
}
.icon-swap_vertical_circle:before {
content: "\e8d6";
}
.icon-switch_camera:before {
content: "\e41e";
}
.icon-switch_video:before {
content: "\e41f";
}
.icon-sync_disabled:before {
content: "\e628";
}
.icon-sync_problem:before {
content: "\e629";
}
.icon-system_update:before {
content: "\e62a";
}
.icon-system_update_alt:before {
content: "\e8d7";
}
.icon-tab:before {
content: "\e8d8";
}
.icon-tab_unselected:before {
content: "\e8d9";
}
.icon-tablet2:before {
content: "\e32f";
}
.icon-tablet_android:before {
content: "\e330";
}
.icon-tablet_mac:before {
content: "\e331";
}
.icon-tap_and_play:before {
content: "\e62b";
}
.icon-text_fields:before {
content: "\e262";
}
.icon-text_format:before {
content: "\e165";
}
.icon-texture:before {
content: "\e421";
}
.icon-thumb_down:before {
content: "\e8db";
}
.icon-thumb_up:before {
content: "\e8dc";
}
.icon-thumbs_up_down:before {
content: "\e8dd";
}
.icon-timelapse:before {
content: "\e422";
}
.icon-timeline:before {
content: "\e922";
}
.icon-timer:before {
content: "\e425";
}
.icon-timer_10:before {
content: "\e423";
}
.icon-timer_3:before {
content: "\e424";
}
.icon-timer_off:before {
content: "\e426";
}
.icon-title:before {
content: "\e264";
}
.icon-toc:before {
content: "\e8de";
}
.icon-today:before {
content: "\e8df";
}
.icon-toll:before {
content: "\e8e0";
}
.icon-tonality:before {
content: "\e427";
}
.icon-touch_app:before {
content: "\e913";
}
.icon-toys:before {
content: "\e332";
}
.icon-track_changes:before {
content: "\e8e1";
}
.icon-traffic:before {
content: "\e565";
}
.icon-train2:before {
content: "\e570";
}
.icon-tram:before {
content: "\e571";
}
.icon-transfer_within_a_station:before {
content: "\e572";
}
.icon-transform:before {
content: "\e428";
}
.icon-translate:before {
content: "\e8e2";
}
.icon-trending_down:before {
content: "\e8e3";
}
.icon-trending_flat:before {
content: "\e8e4";
}
.icon-trending_up:before {
content: "\e8e5";
}
.icon-tune:before {
content: "\e429";
}
.icon-tv2:before {
content: "\e333";
}
.icon-unarchive:before {
content: "\e169";
}
.icon-undo2:before {
content: "\e166";
}
.icon-unfold_less:before {
content: "\e5d6";
}
.icon-unfold_more:before {
content: "\e5d7";
}
.icon-update:before {
content: "\e923";
}
.icon-usb2:before {
content: "\e1e0";
}
.icon-verified_user:before {
content: "\e8e8";
}
.icon-vertical_align_bottom:before {
content: "\e258";
}
.icon-vertical_align_center:before {
content: "\e259";
}
.icon-vertical_align_top:before {
content: "\e25a";
}
.icon-vibration:before {
content: "\e62d";
}
.icon-video_call:before {
content: "\e070";
}
.icon-video_label:before {
content: "\e071";
}
.icon-video_library:before {
content: "\e04a";
}
.icon-videocam:before {
content: "\e04b";
}
.icon-videocam_off:before {
content: "\e04c";
}
.icon-videogame_asset:before {
content: "\e338";
}
.icon-view_agenda:before {
content: "\e8e9";
}
.icon-view_array:before {
content: "\e8ea";
}
.icon-view_carousel:before {
content: "\e8eb";
}
.icon-view_column:before {
content: "\e8ec";
}
.icon-view_comfy:before {
content: "\e42a";
}
.icon-view_compact:before {
content: "\e42b";
}
.icon-view_day:before {
content: "\e8ed";
}
.icon-view_headline:before {
content: "\e8ee";
}
.icon-view_list:before {
content: "\e8ef";
}
.icon-view_module:before {
content: "\e8f0";
}
.icon-view_quilt:before {
content: "\e8f1";
}
.icon-view_stream:before {
content: "\e8f2";
}
.icon-view_week:before {
content: "\e8f3";
}
.icon-vignette:before {
content: "\e435";
}
.icon-visibility_off:before {
content: "\e8f5";
}
.icon-voice_chat:before {
content: "\e62e";
}
.icon-voicemail:before {
content: "\e0d9";
}
.icon-volume_down:before {
content: "\e04d";
}
.icon-volume_mute:before {
content: "\e04e";
}
.icon-volume_off:before {
content: "\e04f";
}
.icon-volume_up:before {
content: "\e050";
}
.icon-vpn_key:before {
content: "\e0da";
}
.icon-vpn_lock:before {
content: "\e62f";
}
.icon-wallpaper:before {
content: "\e1bc";
}
.icon-watch:before {
content: "\e334";
}
.icon-watch_later:before {
content: "\e924";
}
.icon-wb_auto:before {
content: "\e42c";
}
.icon-wb_incandescent:before {
content: "\e42e";
}
.icon-wb_iridescent:before {
content: "\e436";
}
.icon-wb_sunny:before {
content: "\e430";
}
.icon-wc:before {
content: "\e63d";
}
.icon-web:before {
content: "\e051";
}
.icon-web_asset:before {
content: "\e069";
}
.icon-weekend:before {
content: "\e16b";
}
.icon-whatshot:before {
content: "\e80e";
}
.icon-widgets:before {
content: "\e1bd";
}
.icon-wifi2:before {
content: "\e63e";
}
.icon-wifi_lock:before {
content: "\e1e1";
}
.icon-wifi_tethering:before {
content: "\e1e2";
}
.icon-work:before {
content: "\e8f9";
}
.icon-wrap_text:before {
content: "\e25b";
}
.icon-youtube_searched_for:before {
content: "\e8fa";
}
.icon-zoom_in:before {
content: "\e8ff";
}
.icon-zoom_out:before {
content: "\e901";
}
.icon-zoom_out_map:before {
content: "\e56b";
}:root {
--primary-color:#0c7867 ;
--secondary-color: #f9ab30;
--blue: #0068ac;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; 
}
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #007bff;
text-decoration: none;
background-color: transparent; }
a:hover {
color: #0056b3;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg {
overflow: hidden;
vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit; }
h1, .h1 {
font-size: 2.5rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.75rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0;
list-style: none; 
font-size: 14px; 
}
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d; }
.blockquote-footer::before {
content: "\2014\00A0"; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #6c757d; }
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
a > code {
color: inherit; }
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem; }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700; }
pre {
display: block;
font-size: 87.5%;
color: #212529; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 720px; } }
@media (min-width: 768px) {
.container {
max-width: 820px; } }
@media (min-width: 992px) {
.container {
max-width: 990px; } }
@media (min-width: 1200px) {
.container {
max-width: 1280px; } }
@media (min-width: 1791px ) {
.container {
max-width: 1600px;
margin: 0 auto;
} 
}
@media (min-width: 2090px ) {
.container {
max-width: 1800px; 
margin: 0 auto;
} 
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; 
}
section{
padding: 60px 0;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent; }
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
border-top: 2px solid #dee2e6; }
.table .table {
background-color: #fff; }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff; }
.table-hover .table-primary:hover {
background-color: #9fcdff; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #b3b7bb; }
.table-hover .table-secondary:hover {
background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf; }
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e; }
.table-hover .table-success:hover {
background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb; }
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda; }
.table-hover .table-info:hover {
background-color: #abdde5; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5; }
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e; }
.table-hover .table-warning:hover {
background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #ed969e; }
.table-hover .table-danger:hover {
background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7; }
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfc; }
.table-hover .table-light:hover {
background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6; }
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c; }
.table-hover .table-dark:hover {
background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe; }
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e; }
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6; }
.table-dark {
color: #fff;
background-color: #212529; }
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e; }
.table-dark.table-bordered {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-sm > .table-bordered {
border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-md > .table-bordered {
border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-lg > .table-bordered {
border: 0; } }
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-xl > .table-bordered {
border: 0; } }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
border: 0; }
.form-control {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::placeholder {
color: #6c757d;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff; }
.form-control-file,
.form-control-range {
display: block;
width: 100%; }
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5; }
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0; }
.form-control-sm {
height: calc(1.8125rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.form-control-lg {
height: calc(2.875rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
select.form-control[size], select.form-control[multiple] {
height: auto; }
textarea.form-control {
height: auto; }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px; }
.form-check {
position: relative;
display: block;
padding-left: 1.25rem; }
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
color: #6c757d; }
.form-check-label {
margin-bottom: 0; }
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745; }
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem; }
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745;
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right calc(2.25rem / 4);
background-size: calc(2.25rem / 2) calc(2.25rem / 2);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
display: block; }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: 2.25rem;
background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: 3.4375rem;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545; }
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem; }
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right calc(2.25rem / 4);
background-size: calc(2.25rem / 2) calc(2.25rem / 2);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: 2.25rem;
background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545;
padding-right: 3.4375rem;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-plaintext {
display: inline-block; }
.form-inline .input-group,
.form-inline .custom-select {
width: auto; }
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 1rem 2rem 1rem 2rem;
font-size: 18px;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.btn:hover {
color: #212529;
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
cursor: pointer; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-outline-primary {
color: #007bff;
border-color: #007bff; }
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #007bff; }
.btn-link:hover {
color: #0056b3;
text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.dropdown-menu-right {
right: 0;
left: auto; }
@media (min-width: 576px) {
.dropdown-menu-sm-right {
right: 0;
left: auto; } }
@media (min-width: 768px) {
.dropdown-menu-md-right {
right: 0;
left: auto; } }
@media (min-width: 992px) {
.dropdown-menu-lg-right {
right: 0;
left: auto; } }
@media (min-width: 1200px) {
.dropdown-menu-xl-right {
right: 0;
left: auto; } }
.dropdown-menu-left {
right: auto;
left: 0; }
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0; } }
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0; } }
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0; } }
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0; } }
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-toggle::after {
vertical-align: 0; }
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:first-child {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.dropdown-item:last-child {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529; }
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
z-index: 4; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(2.875rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.8125rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem; }
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef; }
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top; }
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px; }
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%; }
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before {
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-switch {
padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
-ms-transform: translateX(0.75rem);
transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-select:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none; }
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef; }
.custom-select::-ms-expand {
opacity: 0; }
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem; }
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse); }
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0; }
.custom-range {
width: 100%;
height: calc(1rem + 0.4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-range:focus {
outline: none; }
.custom-range:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-ms-thumb:active {
background-color: #b3d7ff; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem; }
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem; }
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd; }
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default; }
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd; }
.custom-range:disabled::-moz-range-track {
cursor: default; }
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block; }
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; 
flex-direction: row-reverse !important;
}
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem; }
.card > hr {
margin-right: 0;
margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0; }
.card-text:last-child {
margin-bottom: 0; }
.card-link:hover {
text-decoration: none; }
.card-link + .card-link {
margin-left: 1.25rem; }
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
color: inherit;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
border-top: 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem; }
.card-img {
width: 100%;
border-radius: calc(0.25rem - 1px); }
.card-img-top {
width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px; } }
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.card-group > .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.card-group > .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0; }
.card-group > .card + .card {
margin-left: 0;
border-left: 0; }
.card-group > .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
border-top-right-radius: 0; }
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
border-bottom-right-radius: 0; }
.card-group > .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
border-top-left-radius: 0; }
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
border-bottom-left-radius: 0; }
.card-group > .card:only-child {
border-radius: 0.25rem; }
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion .card {
overflow: hidden; }
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0; }
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0; }
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.accordion .card .card-header {
margin-bottom: -1px; }
.breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #6c757d; }
.pagination {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem; 
justify-content: center;
align-items: center;
width: 100%;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6; }
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6; }
.page-link:focus {
z-index: 2;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-link:not(:disabled):not(.disabled) {
cursor: pointer; }
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6; }
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.badge {
display: inline-block;
padding: 8px 10px;
font-size: 16px;
font-weight: 700;
line-height: 1;
text-align: center;
vertical-align: baseline;
border-radius: 0.25rem;
}
a.badge:hover, a.badge:focus {
text-decoration: none; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #007bff; }
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #0062cc; }
.badge-secondary {
color: #fff;
background-color: #6c757d; }
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #545b62; }
.badge-success {
color: #fff;
background-color: #28a745; }
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34; }
.badge-info {
color: #fff;
background-color: #17a2b8; }
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b; }
.badge-warning {
color: #212529;
background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00; }
.badge-danger {
color: #fff;
background-color: #dc3545; }
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130; }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5; }
.badge-dark {
color: #fff;
background-color: #343a40; }
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124; }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem; }
.alert-heading {
color: inherit; }
.alert-link {
font-weight: 700; }
.alert-dismissible {
padding-right: 4rem; }
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit; }
.alert-primary {
color: #004085; 
position: relative;
border-radius: .25rem;
border-width: 1px;
border-color: rgba(12,182,216,.2);
background-color: rgba(12,182,216,.05);
padding: .625rem;  
}
.alert-primary hr {
border-top-color: #9fcdff; }
.alert-primary .alert-link {
color: #002752; }
.alert-primary h4{
font-size: 1.2rem;
}
.alert-primary p {
font-size: 15px;
line-height: 1.6;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db; }
.alert-secondary hr {
border-top-color: #c8cbcf; }
.alert-secondary .alert-link {
color: #202326; }
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb; }
.alert-success hr {
border-top-color: #b1dfbb; }
.alert-success .alert-link {
color: #0b2e13; }
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb; }
.alert-info hr {
border-top-color: #abdde5; }
.alert-info .alert-link {
color: #062c33; }
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
.alert-warning hr {
border-top-color: #ffe8a1; }
.alert-warning .alert-link {
color: #533f03; }
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb; }
.alert-danger hr {
border-top-color: #f1b0b7; }
.alert-danger .alert-link {
color: #491217; }
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe; }
.alert-light hr {
border-top-color: #ececf6; }
.alert-light .alert-link {
color: #686868; }
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca; }
.alert-dark hr {
border-top-color: #b9bbbe; }
.alert-dark .alert-link {
color: #040505; }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem; }
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem; }
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite; }
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa; }
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef; }
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
z-index: 1;
text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff; }
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0; }
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px; }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0; }
.list-group-item-primary {
color: #004085;
background-color: #b8daff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff; }
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085; }
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41; }
.list-group-item-success {
color: #155724;
background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724; }
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460; }
.list-group-item-warning {
color: #856404;
background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404; }
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24; }
.list-group-item-light {
color: #818182;
background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182; }
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21; }
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5; }
.close:hover {
color: #000;
text-decoration: none; }
.close:not(:disabled):not(.disabled) {
cursor: pointer; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
a.close.disabled {
pointer-events: none; }
#CDSWIDSSP{
width: 100% !important;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0.25rem;
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0; }
.toast:not(:last-child) {
margin-bottom: 0.75rem; }
.toast.showing {
opacity: 1; }
.toast.show {
display: block;
opacity: 1; }
.toast.hide {
display: none; }
.toast-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
} 
.footer-bottom .container{ 
padding: 20px 0;  
max-width: 750px;
}
.footer-bottom p{
margin-bottom: 0;
} 
.toast-body {
padding: 0.75rem; }
.modal-open {
overflow: hidden; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0; }
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px); }
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.modal.show .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (0.5rem * 2)); }
.modal-dialog-centered::before {
display: block;
height: calc(100vh - (0.5rem * 2));
content: ""; }
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: 0.5; }
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem; }
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2)); }
.modal-dialog-centered::before {
height: calc(100vh - (1.75rem * 2)); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px; } }
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 0.9; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem; }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529; }
.carousel {
position: relative;  
background: linear-gradient(to bottom,  rgba(255,255,255,0) 59%,rgba(255,255,255,0.02) 60%,rgba(255,255,255,1) 100%); 
}
.carousel::after {
background-image: url(https://bikashsoft.com.np/nepalplanet/wp-content/uploads/2024/10/banner-after.png);
width: 100%;
height: 180px;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
z-index: 0;
position: absolute;
content: "";
left: 0;
bottom: -5px;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-inner::after {
display: block;
clear: both;
content: ""; }
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
aspect-ratio: 5/2 !important;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
-webkit-transition: 0s 0.6s opacity;
-o-transition: 0s 0.6s opacity;
transition: 0s 0.6s opacity; }
@media screen and (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-control-prev,
.carousel-control-next { top: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
-webkit-transition: opacity 0.15s ease;
-o-transition: opacity 0.15s ease;
transition: opacity 0.15s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
-webkit-transition: opacity 0.6s ease;
-o-transition: opacity 0.6s ease;
transition: opacity 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.carousel-indicators li {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-indicators .active {
opacity: 1; }
.carousel-caption {
position: absolute;
right: 0;
bottom: 20px;
left: 0;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
margin: 0 auto;
color: #fff;
text-align: center; }
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite; }
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em; }
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
50% {
opacity: 1; } }
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
50% {
opacity: 1; } }
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite; }
.spinner-grow-sm {
width: 1rem;
height: 1rem; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
.bg-primary {
background-color: #007bff !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important; }
.bg-secondary {
background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
.bg-success {
background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important; }
.bg-info {
background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important; }
.bg-white {
background-color: #fff !important; }
.bg-transparent {
background-color: transparent !important; }
.border {
border: 1px solid #dee2e6 !important; }
.border-top {
border-top: 1px solid #dee2e6 !important; }
.border-right {
border-right: 1px solid #dee2e6 !important; }
.border-bottom {
border-bottom: 1px solid #dee2e6 !important; }
.border-left {
border-left: 1px solid #dee2e6 !important; }
.border-0 {
border: 0 !important; }
.border-top-0 {
border-top: 0 !important; }
.border-right-0 {
border-right: 0 !important; }
.border-bottom-0 {
border-bottom: 0 !important; }
.border-left-0 {
border-left: 0 !important; }
.border-primary {
border-color: #007bff !important; }
.border-secondary {
border-color: #6c757d !important; }
.border-success {
border-color: #28a745 !important; }
.border-info {
border-color: #17a2b8 !important; }
.border-warning {
border-color: #ffc107 !important; }
.border-danger {
border-color: #dc3545 !important; }
.border-light {
border-color: #f8f9fa !important; }
.border-dark {
border-color: #343a40 !important; }
.border-white {
border-color: #fff !important; }
.rounded {
border-radius: 0.25rem !important; }
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important; }
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {
border-radius: 50% !important; }
.rounded-pill {
border-radius: 50rem !important; }
.rounded-0 {
border-radius: 0 !important; }
.clearfix::after {
display: block;
clear: both;
content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.85714%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-3by4::before {
padding-top: 133.33333%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-sm-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-md-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-md-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-lg-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; }
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-xl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left {
float: left !important; }
.float-sm-right {
float: right !important; }
.float-sm-none {
float: none !important; } }
@media (min-width: 768px) {
.float-md-left {
float: left !important; }
.float-md-right {
float: right !important; }
.float-md-none {
float: none !important; } }
@media (min-width: 992px) {
.float-lg-left {
float: left !important; }
.float-lg-right {
float: right !important; }
.float-lg-none {
float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left {
float: left !important; }
.float-xl-right {
float: right !important; }
.float-xl-none {
float: none !important; } }
.overflow-auto {
overflow: auto !important; }
.overflow-hidden {
overflow: hidden !important; }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
top: 100px;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020; } }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; }
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.min-vw-100 {
min-width: 100vw !important; }
.min-vh-100 {
min-height: 100vh !important; }
.vw-100 {
width: 100vw !important; }
.vh-100 {
height: 100vh !important; }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1.4rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-n1 {
margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important; }
.m-n3 {
margin: -1rem !important; }
.mt-n3,
.my-n3 {
margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
margin-left: -1rem !important; }
.m-n4 {
margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important; }
.m-n5 {
margin: -3rem !important; }
.mt-n5,
.my-n5 {
margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
margin-left: -3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-n1 {
margin: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important; }
.m-sm-n3 {
margin: -1rem !important; }
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important; }
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important; }
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important; }
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important; }
.m-sm-n4 {
margin: -1.5rem !important; }
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important; }
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important; }
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important; }
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important; }
.m-sm-n5 {
margin: -3rem !important; }
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important; }
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important; }
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important; }
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-n1 {
margin: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important; }
.m-md-n3 {
margin: -1rem !important; }
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important; }
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important; }
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important; }
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important; }
.m-md-n4 {
margin: -1.5rem !important; }
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important; }
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important; }
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important; }
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important; }
.m-md-n5 {
margin: -3rem !important; }
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important; }
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important; }
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important; }
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-n1 {
margin: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important; }
.m-lg-n3 {
margin: -1rem !important; }
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important; }
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important; }
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important; }
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important; }
.m-lg-n4 {
margin: -1.5rem !important; }
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important; }
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important; }
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important; }
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important; }
.m-lg-n5 {
margin: -3rem !important; }
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important; }
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important; }
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important; }
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-n1 {
margin: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important; }
.m-xl-n3 {
margin: -1rem !important; }
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important; }
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important; }
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important; }
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important; }
.m-xl-n4 {
margin: -1.5rem !important; }
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important; }
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important; }
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important; }
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important; }
.m-xl-n5 {
margin: -3rem !important; }
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important; }
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important; }
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important; }
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-justify {
text-align: justify !important; }
.tripofmonth .text-wrap { 
border: 1px solid #fff;
border-radius: 20px;
padding: 40px 40px 0px 40px;
margin-bottom: 40px;
}
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-lighter {
font-weight: lighter !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-weight-bolder {
font-weight: bolder !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #007bff !important; }
a.text-primary:hover, a.text-primary:focus {
color: #0056b3 !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #19692c !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #cbd3da !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.text-decoration-none {
text-decoration: none !important; }
.text-reset {
color: inherit !important; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
a:not(.btn) {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
@page {
size: a3; }
body {
min-width: 992px !important; }
.container {
min-width: 992px !important; }
.navbar {
display: none; }
.badge {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }
body {
font-family: "Mulish", sans-serif;
background: #fff;
font-size: 17px;
line-height: 1.8;
font-weight: 400;
color: #000; 
text-align: justify; }
.search-trip{
padding-top: 0px;
position: relative;
bottom: 50px;
}
body.menu-show {
overflow: hidden;
position: fixed;
height: 100%;
width: 100%; }
a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
color: var(--secondary-color) }
a:hover, a:focus {
text-decoration: none;
color: var(--secondary-color);
outline: none !important; }
h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, .h5 {
line-height: 1.5;
color: rgba(0, 0, 0, 0.8);
font-weight: 700; }
.text-primary {
color: var(--primary-color) !important; }
.ftco-navbar-light {
background: transparent !important;
position: absolute;
top: -8px;
left: 0;
right: 0;
z-index: 3; }
@media (max-width: 991.98px) {
.ftco-navbar-light {
background: #000000 !important;
position: relative;
top: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0; } }
.ftco-navbar-light .container {
width: 1110px;
margin: 0 auto;
padding: 0; }
.ftco-navbar-light .navbar-brand {
color: #fff;
padding-top: 1.5rem;
padding-bottom: 1.5rem; }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-brand {
color: #fff;
padding-top: 1rem;
padding-bottom: 1rem; } }
.ftco-navbar-light .navbar-nav {
margin-right: 1em; }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav {
padding-bottom: 20px;
margin-left: 20px !important;
margin-right: 0; } }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
font-size: 15px;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 20px;
padding-right: 20px;
color: #fff;
font-weight: 400;
opacity: 1 !important; }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover, .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
color: #000000; }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
color: #fff; } }
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
border: none;
background: #fff;
-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
position: relative;
margin-left: 20px;
padding-left: 20px; }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
padding-left: 0;
margin-left: 0; } }
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
position: absolute;
content: "";
top: 10px;
bottom: 10px;
left: 0;
width: 2px;
background: rgba(255, 255, 255, 0.05); }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
display: none; } }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
color: #fff;
border: 1px solid var(--primary-color);
padding-top: .8rem;
padding-bottom: .8rem;
padding-left: 18px;
padding-right: 18px;
background: var(--primary-color);
margin-top: .5rem;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px; }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
display: inline-block;
color: #fff; }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
background: var(--primary-color);
border: 1px solid var(--primary-color); }
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
border: 1px solid #ff5959;
background: #ff5959 !important; }
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: var(--primary-color); }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: var(--primary-color); } }
.ftco-navbar-light .navbar-toggler {
border: none;
color: rgba(255, 255, 255, 0.5) !important;
cursor: pointer;
padding-right: 0;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em; }
.ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
text-decoration: none;
color: var(--primary-color);
outline: none !important; }
.ftco-navbar-light.scrolled,
.site-header.scrolled {
position: fixed;
right: 0;
left: 0;
top: 0;
margin-top: -130px;
background: #fff !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
padding: 0; }
@media (max-width: 991.98px) {
.ftco-navbar-light.scrolled .nav-item > .nav-link {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important; } }
.ftco-navbar-light.scrolled .nav-item.active > a {
color: var(--primary-color) !important; }
.ftco-navbar-light.scrolled .nav-item.cta > a {
color: #fff !important;
background: var(--primary-color);
border: none !important;
padding-top: 0.5rem !important;
padding-bottom: .5rem !important;
padding-left: 20px !important;
padding-right: 20px !important;
margin-top: 6px !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; }
.ftco-navbar-light.scrolled .nav-item.cta > a span {
display: inline-block;
color: #fff !important; }
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
border-color: var(--primary-color); }
@media (max-width: 991.98px) {
.ftco-navbar-light.scrolled .navbar-nav {
background: none;
border-radius: 0px;
padding-left: 1rem !important;
padding-right: 1rem !important;
margin-left: 0 !important; } }
.ftco-navbar-light.scrolled .navbar-toggler {
border: none;
color: rgba(0, 0, 0, 0.5) !important;
border-color: rgba(0, 0, 0, 0.5) !important;
cursor: pointer;
margin-right: 15px !important;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em; }
.ftco-navbar-light.scrolled .nav-link {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
color: #000000 !important; }
.ftco-navbar-light.scrolled .nav-link.active {
color: var(--primary-color) !important; }
.ftco-navbar-light.scrolled.awake,
.site-header.scrolled.awake {
margin-top: 0px;
-webkit-transition: .3s all ease-out;
-o-transition: .3s all ease-out;
transition: .3s all ease-out; 
}
.ftco-navbar-light.scrolled.sleep,
.site-header.scrolled.sleep {
-webkit-transition: .3s all ease-out;
-o-transition: .3s all ease-out;
transition: .3s all ease-out; }
.ftco-navbar-light.scrolled .navbar-brand {
color: #fff;
padding-top: 1rem;
padding-bottom: 1rem; }
.navbar-brand {
font-weight: 700;
font-size: 24px; padding: 0 1em;
line-height: 1.2;
} .hero-wrap {
width: 100%;
height: 100%;
position: inherit;
background-size: cover;
background-repeat: no-repeat;
background-position: center center; 
padding: 0; 
}
@media (max-width: 991.98px) {
.hero-wrap {
background-position: top center !important; } }
.hero-wrap .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
opacity: .4;
background: #000000;
background: #2f88fc;
background: -moz-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #2f88fc), color-stop(100%, #ff5959));
background: -webkit-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: -o-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: -ms-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f88fc', endColorstr='#ff5959', GradientType=1 ); }
.hero-wrap.hero-wrap-2 .overlay {
width: 100%;
opacity: .2; }
.slider-text .text {
width: 100%; }
.slider-text h1 {
font-size: 60px;
color: #fff;
line-height: 1.2;
font-weight: 300; }
@media (max-width: 991.98px) {
.slider-text h1 {
font-size: 40px; } }
.slider-text p {
font-size: 20px;
line-height: 1.5;
font-weight: 300;
color: rgba(255, 255, 255, 0.9); }
.slider-text p strong {
font-weight: 700; }
.slider-text p strong a {
color: #000000; }
.slider-text p.caps {
font-weight: 400;
font-size: 16px; }
.slider-text .breadcrumbs {
font-size: 16px;
margin-bottom: 20px;
z-index: 99;
font-weight: 400; }
.slider-text .breadcrumbs span {
color: rgba(255, 255, 255, 0.8); }
.slider-text .breadcrumbs span i {
color: rgba(255, 255, 255, 0.8); }
.slider-text .breadcrumbs span a {
color: white; }
.slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
color: var(--primary-color); }
.slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
color: var(--primary-color); }
.slider-text .bread {
font-weight: 700; }
.icon-video {
width: 80px;
height: 80px;
background: var(--primary-color);
margin: 0 auto;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
.icon-video span {
color: #fff; }
.search-wrap-1 {
position: relative;
background: #33313b;
-webkit-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
-moz-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66); }
@media (min-width: 768px) {
.search-wrap-1 {
margin-top: -116px; } }
@media (min-width: 768px) {
.search-wrap-1.search-wrap-notop {
margin-top: 0; } }
.search-property-1 .form-group {
position: relative;
margin-bottom: 0; }
@media (max-width: 767.98px) {
.search-property-1 .form-group {
margin-bottom: 30px; } }
.search-property-1 .form-group label {
font-weight: 400;
font-size: 18px;
color: rgba(255, 255, 255, 0.8); }
.search-property-1 .form-group .form-field {
position: relative;
display: block; }
.search-property-1 .form-group .form-control {
padding: 0;
padding-left: 20px;
display: block;
width: 100%;
height: inherit !important;
font-size: 18px;
border: none !important;
color: rgba(255, 255, 255, 0.4) !important;
background: transparent !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.search-property-1 .form-group .form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
.search-property-1 .form-group .form-control::-moz-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
.search-property-1 .form-group .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
.search-property-1 .form-group .form-control:-moz-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
.search-property-1 .form-group .form-control.btn {
padding: 22px 10px !important;
font-size: 16px;
background: var(--primary-color) !important;
border: none !important;
color: #fff !important;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
border-radius: 40px; }
.search-property-1 .form-group .select-wrap {
position: relative; }
.search-property-1 .form-group .select-wrap select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.search-property-1 .form-group .icon {
position: absolute;
top: 51%;
left: 0;
font-size: 16px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: rgba(255, 255, 255, 0.4); }
@media (max-width: 767.98px) {
.search-property-1 .form-group .icon {
right: 10px; } }
.bg-light {
background: #f9fafb !important; }
.bg-primary {
background: var(--primary-color); }
.btn {
cursor: pointer;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
border-radius: 40px;
-webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }
.btn:hover, .btn:active, .btn:focus {
outline: none; }
.btn.btn-primary {
background: var(--primary-color) !important;
border: 1px solid var(--primary-color) !important;
color: #fff !important; }
.btn.btn-primary:hover {
border: 1px solid var(--primary-color);
background: transparent !important;
color: var(--primary-color) !important; }
.btn.btn-primary.btn-outline-primary {
border: 1px solid var(--primary-color);
background: transparent;
color: var(--primary-color); }
.btn.btn-primary.btn-outline-primary:hover {
border: 1px solid transparent;
background: var(--primary-color);
color: #fff; }
.btn.btn-secondary {
background: #ff5959 !important;
border: 1px solid #ff5959 !important;
color: #fff !important; }
.btn.btn-secondary:hover {
border: 1px solid #ff5959;
background: transparent;
color: #ff5959; }
.btn.btn-secondary.btn-outline-secondary {
border: 1px solid #ff5959;
background: transparent;
color: #ff5959; }
.btn.btn-secondary.btn-outline-secondary:hover {
border: 1px solid transparent;
background: #ff5959;
color: #fff; }
.btn.btn-outline-white {
border-color: rgba(255, 255, 255, 0.8);
background: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
border-width: 1px;
color: #fff; }
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
background: #fff;
border-color: #fff;
color: var(--primary-color); }
.tripofmonth {
background: url(https://bikashsoft.com.np/nepalplanet/wp-content/uploads/2024/08/Upper-Mustang-Biking.jpg); 
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
position: relative;
padding: 100px 0;
}
.tripofmonth:before{
content: '';
background: rgba(0,0, 0, 0.75);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.testimony-section:after{ 
background: url(https://bikashsoft.com.np/nepalplanet/wp-content/uploads/2024/10/bg-white.png); 
width: 100%;
height: 72px;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
z-index: 10;
position: absolute;
content: "";
left: 0;
top: -25px;
transform: rotate(180deg);
}
.tripofmonth .text-wrap .title{
font-size: 40px;
max-width: 900px;
margin: auto;
}
.project-destination .img {
display: block;
width: 100%;
height: 320px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; 
}
.project-destination:hover .img {
transform: scale(1.1);
transition: all ease-in-out .4s;
}
.project-destination .text {
padding: 20px;
position: relative;
height: 320px; 
}
.project-destination .text h3 {
color: #fff;
font-size: 22px;
font-weight: 500; 
font-family: "Merienda", serif;
}
.project-destination .text span {
position: absolute;
bottom: 20px;
right: 0;
display: inline-block;
background: #33313b;
padding: 4px 5px 4px 15px;
border-radius: 20px 0 0 20px;
color: #fff;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }
.project-destination:hover .text span {
padding-right: 20px;
background: var(--secondary-color); 
}
.project-wrap{
box-shadow: 0 4px 6px rgba(0,0,0,.10);
}
.sell-package .project-wrap{
padding: 15px;
border-radius: 4px;
background: #faffff;
border: 1px solid #e5e5e5;
box-shadow: none;
}
.project-wrap {
margin-bottom: 30px;  
position: relative; 
}
.project-wrap .img {
display: block;
width: 100%;
height: 400px; 
}
.project-wrap .text {
width: 100%;
position: relative; border-top: none; 
min-height: 130px;
}
.project-wrap .price {
position: absolute;
top: -60px;
left: -8px;
display: inline-block;
background: var(--primary-color);
color: #fff;
margin: 0 auto;
padding: 4px 8px;
font-size: 16px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }
.project-wrap .text h5 {
font-size: 18px; 
}
.project-wrap .text h6 a {
color: #000000; 
}
.project-wrap .text ul {
margin: 0;
padding: 0; 
}
.project-wrap .text ul li {
display: inline-block;
margin-right: 10px;
color: #000000; }
.project-wrap .text ul li span {
color: var(--primary-color);
margin-right: 10px;
font-size: 20px;
}
.project-wrap:hover .text .price {
padding-left: 15px;
padding-right: 15px;
background: #33313b; }
.services {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }
.services .icon {
line-height: 1.3;
position: relative; 
}
.services .icon span,
.services .icon i {
font-size: 60px;
color: var(--secondary-color); }
.services .icon i {
font-size: 40px;
}
.services .media-body h3 {
color: #fff;
font-size: 18px;
font-weight: 700; 
}
.aside-stretch {
background: #fabf62; }
.aside-stretch:after {
position: absolute;
top: 0;
right: 100%;
bottom: 0;
content: '';
width: 360%;
background: #fabf62; }
@media (max-width: 767.98px) {
.aside-stretch {
background: transparent; }
.aside-stretch:after {
background: transparent;
display: none; } }
.form-control {
height: 56px !important;
background: #fff  !important;
color: #000 !important;
font-size: 14px;
border-radius: 10px;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.form-control:focus, .form-control:active {
border-color: #fff ; }
textarea.form-control {
height: inherit !important; }
.ftco-vh-100 {
height: 100vh; }
@media (max-width: 1199.98px) {
.ftco-vh-100 {
height: inherit;
padding-top: 5em;
padding-bottom: 5em; } } 
.bg-primary {
background: var(--primary-color) !important; }
.bg-darken {
background: #33313b !important; }
.media-custom {
background: #fff; }
.media-custom .media-body .name {
font-weight: 500;
font-size: 16px;
margin-bottom: 0;
color: var(--primary-color); }
.media-custom .media-body .position {
font-size: 13px;
color: #d9d9d9; }
.about-author .desc h3 {
font-size: 24px; }
.ftco-section { 
position: relative;
width: 100%; 
padding: 70px 0;
} 
.destinations  { 
position: relative;
background: #044b7f;
} 
.destinations .map-ico{
position: absolute;
right: 230px;
top: -18px;
display: inline-block;
max-width: 100px;
height: 76px;
animation: victor 2s linear infinite alternate;
}
@keyframes victor{
0%{
transform: scale(1);
}
100%{
transform: scale(1.1);
}
}
.popular-section{
position: relative;
overflow: hidden;
}
.sell-package::after {
background-image: url(https://bikashsoft.com.np/nepalplanet/wp-content/uploads/2024/11/himal-stroke.png);
width: 530px;
height: 100px;
background-repeat: no-repeat;
background-position: bottom right;
background-size: contain;
z-index: 19;
position: absolute;
content: "";
right: 0;
bottom: -4px;
opacity: 0.4;
}
.destinations{
padding: 80px 0;
}
.destinations::before {
background-image: url(https://nepalplanettreks.com/wp-content/themes/nepalplanettrip/images/blue-border.png);
width: 100%;
height: 56px;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
z-index: 10;
position: absolute;
content: "";
left: 0;
top: -45px;
}
.destinations::after {
background-image: url(https://bikashsoft.com.np/nepalplanet/wp-content/uploads/2024/10/blue-border.png);
width: 100%;
height: 48px;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
z-index: 10;
position: absolute;
content: "";
left: 0;
bottom: -45px;
transform: rotate(180deg);
}
.services-section{
padding-top: 0;
} .ftco-no-pt {
padding-top: 0 !important; }
.ftco-no-pb {
padding-bottom: 0 !important; }
.ftco-bg-dark {
background: #3c312e; }
.ftco-subscribe {
width: 100%;
display: block;
z-index: 0;
padding-top: 20em; }
.ftco-subscribe .text-wrap {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
z-index: 1;
background: #fff;
padding: 2.5em; }
.star-list{
margin-bottom: 20px;
}
.star-list li i{
font-size : 20px !important;
}
.subscribe-form .form-group {
position: relative;
margin-bottom: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.subscribe-form .form-group input {
height: 70px !important;
border: 1px solid transparent;
color: rgba(0, 0, 0, 0.7) !important;
font-size: 20px;
background: rgba(0, 0, 0, 0.05) !important;
border-radius: 5px 0px 0px 5px;
padding: 0 20px; }
.subscribe-form .form-group input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.7) !important; }
.subscribe-form .form-group input::-moz-placeholder { color: rgba(0, 0, 0, 0.7) !important; }
.subscribe-form .form-group input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.7) !important; }
.subscribe-form .form-group input:-moz-placeholder { color: rgba(0, 0, 0, 0.7) !important; }
.subscribe-form .form-group .submit {
color: #fff !important;
background: var(--primary-color) !important;
border-radius: 0px 5px 5px 0px;
font-size: 16px; }
.subscribe-form .form-group .submit:hover {
cursor: pointer; }
.subscribe-form .icon {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: rgba(255, 255, 255, 0.8); }
.ftco-footer {
font-size: 16px; 
background-color: #0c7868;
}
.ftco-footer .ftco-footer-logo {
text-transform: uppercase;
letter-spacing: .1em; }
.ftco-footer .ftco-footer-widget h2 {
font-family: "Inter",sans-serif;
font-weight: normal;
color: #fff;
margin-bottom: 20px;
font-size: 18px;
font-weight: 500; }
.ftco-footer .ftco-footer-widget ul li a {
color: rgba(255, 255, 255, 255); }
.ftco-footer .ftco-footer-widget ul li a:hover {
padding-left: 5px;
transition: all ease-in-out .4s;
}
.ftco-footer .ftco-footer-widget ul li a span.text {
color: #B2E6E6; 
}
.ftco-footer p {
color: rgba(255, 255, 255, 255);
font-size: 15px 
}
.ftco-footer a {
color: var(--primary-color)
}
.ftco-footer a:hover {
color: #fff; 
}
.ftco-footer .ftco-heading-2 {
font-size: 18px;
font-weight: 400;
color: #fff;
}
.social-icon li {
list-style: none;
margin: 0 10px 0 0;
display: inline-block;
}
.social-icon li a {
height: 40px;
width: 40px;
display: block;
float: left;
background: rgba(255, 255, 255, 0.05);
border-radius: 5px;
position: relative; 
text-align: center;}
.social-icon li a span {
position: absolute;
font-size: 20px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.social-icon li a:hover {
color: #fff;
}
.footer-small-nav > li {
display: inline-block; 
}
.footer-small-nav > li a {
margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
color: var(--primary-color);
}
.media .ftco-icon {
width: 100px; }
.media .ftco-icon span {
color: var(--primary-color);
}
.ftco-media {
background: #fff;
border-radius: 0px; 
}
.ftco-media .heading {
font-weight: normal; 
}
.ftco-media.ftco-media-shadow {
padding: 40px;
background: #fff;
-webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
-webkit-transition: .2s all ease;
-o-transition: .2s all ease;
transition: .2s all ease;
position: relative;
top: 0; }
.ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
top: -3px;
-webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
.ftco-media .icon {
font-size: 50px;
display: block;
color: var(--primary-color); }
.ftco-media.text-center .ftco-icon {
margin: 0 auto; }
.ftco-overflow-hidden {
overflow: hidden; }
.padding-top-bottom {
padding-top: 120px;
padding-bottom: 120px; }
#map {
width: 100%; }
@media (max-width: 991.98px) {
#map {
height: 300px; } }
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(249, 171, 48, 0.4); }
70% {
-webkit-box-shadow: 0 0 0 30px rgba(249, 171, 48, 0); }
100% {
-webkit-box-shadow: 0 0 0 0 rgba(249, 171, 48, 0); } }
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(249, 171, 48, 0.4);
-webkit-box-shadow: 0 0 0 0 rgba(249, 171, 48, 0.4);
box-shadow: 0 0 0 0 rgba(249, 171, 48, 0.4); }
70% {
-moz-box-shadow: 0 0 0 30px rgba(249, 171, 48, 0);
-webkit-box-shadow: 0 0 0 30px rgba(249, 171, 48, 0);
box-shadow: 0 0 0 30px rgba(249, 171, 48, 0); }
100% {
-moz-box-shadow: 0 0 0 0 rgba(249, 171, 48, 0);
-webkit-box-shadow: 0 0 0 0 rgba(249, 171, 48, 0);
box-shadow: 0 0 0 0 rgba(249, 171, 48, 0); } }
.heading-section .subheading {
font-size: 18px;
display: block;
margin-bottom: 5px; 
}
.table .btn{
border-radius: 5px;
font-size: 13px;
padding: 6px 10px;
width: 100px;
}
.table td{ 
vertical-align: middle;
border-top: 1px solid #dee2e6;
font-size: 15px;
}
.table {
border-collapse: collapse; 
overflow: hidden; 
border-radius: 10px; 
width: 100%; 
}
.table th {
padding: 1rem 1rem;
} 
.table-striped tbody tr:nth-of-type(2n+1){
background-color: rgba(0, 0, 0, 0.06);
}
.heading-section h2 {
font-size: 37px;
font-weight: 800;
font-family: "Mulish", sans-serif;
line-height: 1.5; }
.single-post-title{
font-family: "Mulish", sans-serif !important;
}
.destinations .heading-section h2,
.tripofmonth .heading-section h2{
color:#fff;
}
.heading-section h2 span.sm-title {
font-weight: 700; 
font-family: "Merienda", serif;
font-size: 18px;
color: #0c7867;
text-transform: capitalize;
}
.destinations .heading-section h2 span.sm-title,
.testimony-section .heading-section h2 span.sm-title{
color:#fff;
}
.testimony-section .owl-dots{
display: none;
}
#reviews .testimony-section{
background: #fff;
padding: 40px;
}
@media (max-width: 767.98px) {
.heading-section h2 {
font-size: 28px; 
} 
}
.heading-section.heading-section-white .subheading {
color: rgba(255, 255, 255, 0.9); }
.heading-section.heading-section-white h2 {
font-size: 40px;
color: #fff; }
.heading-section.heading-section-white p {
color: rgba(255, 255, 255, 0.9); }
.img,
.blog-img,
.user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center; }
.bg-bottom {
background-size: cover;
background-repeat: no-repeat;
background-position:  center; 
position: relative;
background-attachment: fixed;
font-size: 14px;
}
.home-category {
position: relative;
padding: 60px 0 0;
}
.home-category::before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
height: 85%;
background-color: #0c7867;
} 
.title-head-content {
padding-bottom: 20px;  
position: relative;
text-align: center;
}
.title-head-content .title {
margin-bottom: 0;
position: relative; 
}
.title-head-content .title span {
font-size: 1.125rem;
color: #319931;
position: relative;
padding-right: 25px;
font-weight: 700;
}
.home-category .title-head-content .title span {
font-weight: 700;
font-family: "Merienda", serif;
font-size: 18px;
color: #fff;
text-transform: capitalize;
}
.home-category .title-head-content .title h2 {
color: #fff;
}
.home-category .category-list {
position: relative;
}
.home-category .category-list .item {
text-align: center;
border: 1px solid rgba(0,0,0,.08);
padding: 10px 10px 10px 10px;
background-color: #fff;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.home-category .category-list .item figcaption {
padding: 40px 40px 10px 40px;
position: relative;
z-index: 4;
text-align: left;	
color: #fff;
}
.swiper-container .owl-dots{
display: none;
}
.home-category .category-list .item figure {
height: 120px;
position: relative;
}
.home-category .category-list .item figure::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 230px;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
}
.category-list .item figure {
overflow: visible;
position: relative;
}
.category-list .item figure img {
-webkit-transition: .3s linear all;
transition: .3s linear all;
width: 100%;
border-radius: 2px 2px 2px 2px;
}
.home-category .category-list .item {
text-align: center;
}
.home-category .category-list .item figcaption h4 {
color: #fff;
margin-bottom: 0;
font-size: 1rem;
font-weight: 700;
line-height: 1.1;
}
.home-category .category-list .item figcaption .pack-count {
color: #fff;
display: block;
font-weight: 500;
}
.home-category .category-list .item figure img {
max-width: 100%;
height: 230px;
object-fit: cover;
margin: auto;
}
.category-navigation, .package-navigation, .review-navigation {
position: absolute;
content: "";
top: -40px;
right: 90px;
}
.category-navigation .swiper-button-next, .package-navigation .swiper-button-next, .review-navigation .swiper-button-next {
left: 45px;
right: 100%;
}
.category-button-next, .category-button-prev {
background-color: #fff;
border-radius: 2px;
height: 40px;
width: 40px;
}
.category-button-next::after, .category-button-prev::after {
font-size: 1.125rem;
color: #237ac9;
}
.category-button-next, .category-button-prev {
background-color: #fff;
border-radius: 2px;
height: 40px;
width: 40px;
}
.overflow-hidden {
overflow: hidden !important;
}
@media (min-width: 1200px) {
.title-head-content .title h1, .title-head-content .title h2 {
font-size: 2rem;
}
}
.testimony-section {
position: relative;
background: linear-gradient(rgb(4 75 127 / 70%), rgb(4 75 127 / 100%)), url(https://bikashsoft.com.np/nepalplanet/wp-content/uploads/2020/03/image1.png);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 80px 0;
margin-bottom: 60px;
}
.testimony-section:before{
content: '';
position: absolute;
top: 0;
right: 0;
width: 65%;
height: 100%;
clip-path: polygon(50% 0,100% 0,100% 100%,0% 100%,40% 0%);
background: rgba(172,189,210,0.2);
}
.testimony-section .heading-section h2{
color: #fff;
}
.newsletter .text__header{
font-size: 30px;
}
.testimony-section .owl-carousel {
margin: 0; }
.testimony-section .owl-carousel .owl-stage-outer {
position: relative; }
.testimony-section .owl-nav {
position: absolute;
top: 100%;
width: 100%; }
.owl-nav .owl-prev,
.owl-nav .owl-next {
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: -10px;
outline: none !important;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0; }
.owl-nav .owl-prev span:before,
.owl-nav .owl-next span:before {
font-size: 30px;
color: rgba(0, 0, 0, 0.5);
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; }
.owl-nav .owl-prev:hover span:before,  .owl-nav .owl-prev:focus span:before,
.owl-nav .owl-next:hover span:before,
.owl-nav .owl-next:focus span:before {
color: #fff; }
.owl-nav .owl-prev {
left: 50%;
margin-left: -80px; }
.owl-nav .owl-next {
right: 50%;
margin-right: -80px; }
:hover .owl-nav .owl-prev,
:hover .owl-nav .owl-next {
opacity: 1; }
:hover .owl-nav .owl-prev {
left: 50%;
margin-left: -30px; 
padding: 20px;
border: 1px solid #ddd;
}
.home-category .owl-theme .owl-nav{
display: none;
}
:hover .owl-nav .owl-next {
right: 50%;
margin-right: -30px; 
padding: 20px;
border: 1px solid #ddd;
}
.owl-dots {
text-align: center; 
margin-top: 15px}
.owl-dots .owl-dot {
width: 10px;
height: 10px;
margin: 5px;
background: rgb(241 241 241 / 92%) !important; }
.owl-dots .owl-dot.active {
background: var(--secondary-color) !important; }
.testimony-wrap,
.team-wrap .text-wrap {
display: block;
position: relative;
background: white;
padding: 0 20px;
border: 1px solid rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; }
.testimony-wrap .user-img {
width: 80px;
height: 80px;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
.testimony-wrap .name {
font-weight: 500;
font-size: 20px;
margin-bottom: 0;
margin-top: 10px;
line-height: 24px; }
.testimony-wrap .position {
font-size: 16px;
color: #cccccc; }
@media (max-width: 767.98px) {
.about-image {
height: 400px;
margin-bottom: 30px; } }
.image-popup {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0; }
#section-counter {
position: relative;
z-index: 0; }
#section-counter:after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: '';
z-index: -1;
opacity: 0;
background: #000000; }
@media (min-width: 768px) { 
.five-cols > .col-md-2 { 
width: 20%;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
@media (max-width: 768px) { 
.five-cols > .col-md-2 { 
width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
} 
@media (max-width: 560px) { 
.five-cols > .col-md-2 { 
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
} 
@media (max-width: 1199.98px) {
.ftco-counter {
background-position: center center !important; } }
.ftco-counter .img {
display: block;
width: 100%; }
@media (max-width: 767.98px) {
.ftco-counter .img {
height: 400px;
background-position: top center !important; } }
.ftco-counter .text strong.number {
font-weight: 700;
font-size: 28px;
color: var(--primary-color); }
.ftco-counter .text span {
display: block;
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
margin-bottom: 10px; }
.ftco-counter .icon {
width: 70px;
height: 70px;
margin: 0 auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
.ftco-counter .icon span {
color: #fff;
font-size: 48px;
background: #2f88fc;
background: -moz-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #2f88fc), color-stop(100%, #ff5959));
background: -webkit-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: -o-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: -ms-linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
background: linear-gradient(45deg, #2f88fc 0%, #ff5959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f88fc', endColorstr='#ff5959', GradientType=1 );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
@media (max-width: 767.98px) {
.ftco-counter .counter-wrap {
margin-bottom: 20px; } }
.block-20 {
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
display: block;
width: 100%;
height: 270px; }
.blog-entry {
overflow: hidden; }
.blog-entry .text{
padding: 20px;
}
@media (max-width: 767.98px) {
.blog-entry {
margin-bottom: 30px; } }
.blog-entry .text {
position: relative;
width: 100%;
margin: 0 auto; 
}
.blog-entry .text .heading {
font-size: 20px;
margin-bottom: 16px;
font-weight: 700; 
}
.blog-entry .text .heading a {
color: #000000; }
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
color: var(--secondary-color); }
.blog-entry .meta > div {
display: inline-block;
margin-right: 5px;
margin-bottom: 0;
font-size: 14px; }
.blog-entry .meta > div a {
color: gray;
font-size: 15px; }
.blog-entry .meta > div a:hover {
color: #666666; }
.blog-entry .topp {
position: absolute;
top: -8em;
right: 24px;   } 
.blog-entry .topp sup {
top: -1.5em;
font-size: 11px;
}
.blog-entry .one { 
background: #f9ab30;
padding: 10px 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
text-align: center;
}
.blog-entry{
border: 1px solid #ddd;
border-radius: 6px; 
margin-bottom: 30px;
}
.blog-entry img{
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.content-text{  
font-size: 15px;
font-weight: 400;
color: #666;
}
.content-text p {
font-size: 14px;
}
.blog-entry span.day {
font-size: 32px;
font-weight: 500;
color: #fff;
line-height: 1; 
}
.blog-entry span.yr, .blog-entry span.mos {
display: inline-block;
font-size: 13px;
line-height: 1.4;
color: rgba(255, 255, 255, 0.8); }
.block-23 ul {
padding: 0; }
.block-23 ul li, .block-23 ul li > a {
display: table;
line-height: 1.5;
margin-bottom: 15px; }
.block-23 ul li span {
color: rgba(255, 255, 255, 255); }
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: middle; }
.block-23 ul li .text{
padding-left: 15px;
color: #B2E6E6;
}
.block-23 ul li .icon {
width: 40px;
font-size: 18px;
padding-top: 0;
color: white;
height: 40px;
background: #f9ab30;
border-radius: 7px;
text-align: center;
line-height: 40px;
display: block;
}
.blog-entry .two {  
text-align: center;
background: #0c7867;
padding: 10px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
.block-6 {
margin-bottom: 40px;
padding: 30px 20px 24px 24px;
background: #0c7867;
border-radius: 5px;
text-align: center;
}
.block-6 .media-body p {
font-size: 14px; 
color: #fff;
}
.footer-desc{
padding-right: 10%;
}
.hiking{
font-size: 40px;
}
.block-27 ul {
padding: 0;
margin: 0; }
.block-27 ul li {
display: inline-block;
margin-bottom: 4px;
font-weight: 400; }
.block-27 ul li a, .block-27 ul li span {
color: #000000;
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid #e6e6e6; }
.block-27 ul li.active a, .block-27 ul li.active span, .block-27 ul li:hover a, .block-27 ul li:hover span {
background: #33313b;
color: #fff;
border: 1px solid transparent; }
.contact-section .contact-info p a {
color: #1a1a1a; 
}
.contact-form h5 {
margin-bottom: 20px;
font-size: 24px; 
}
.contact-section .box {
width: 100%;
display: block; }
.contact-section .box .icon {
width: 100px;
height: 100px;
background: #0c7867;
margin: 0 auto;
margin-bottom: 2em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 10%; }
.contact-section .box:hover .icon{
background-color: #0068ac;
}
.contact-section .box .icon span {
color: #fff;
font-size: 50px; }
.contact-section .box h3 {
font-size: 18px;
font-weight: 400; }
.contact-section .contact-form {
width: 100%; }
.block-9 .form-control {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 15px; }
.block-21 .blog-img {
display: block;
height: 80px;
width: 80px; 
border-radius: 5px;
}
#tripDetailCarousel.carousel::after{
background-image: url(https://bikashsoft.com.np/nepalplanet/wp-content/uploads/2024/11/detail-after.png);
width: 100%;
height: 48px;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
z-index: 10;
position: absolute;
content: "";
left: 0;
bottom: -2px; 
} 
.reviews-details{
font-size: 14px;
}
.reviews-details i.fa-star{
color: #ec7608;
}
.review-ratings a.text-secondary{
color: #0f5288 !important;
}
.page-action ul > li {
list-style: none;
padding: 5px .3rem;
}
.page-action ul li .btn {
padding: 4px 14px 3px;
border-width: 1px; 
font-weight: 700;  
text-decoration: none;
font-size: 14px;
border-radius: 4px;
border: 1px solid #0f5287 !important;
color: #0f5287;
}
.page-action ul {
padding: 0;
margin: -5px -.3rem;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.page-action ul > li {
list-style: none;
padding: 5px .3rem;
}
.meta-title { 
display: block;
flex-wrap: wrap;
margin: -.375rem -.75rem 1.5rem;  
}
.breadcrumbs span:first-child a i {
padding-left: 18px;
}
@media (min-width: 1024px) {
.meta-title { 
display: flex;
align-items: center; 
justify-content: space-between;
}
}
.block-21 .text {
width: calc(100% - 100px); }
.block-21 .text .heading {
font-size: 18px;
font-weight: 300; }
.block-21 .text .heading a {
color: #fff;
font-weight: 700;
font-family: "Mulish", sans-serif;
}
.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
color: #fff; }
.block-21 .text .meta > div {
display: inline-block;
font-size: 12px;
margin-right: 5px; }
.block-21 .text .meta > div a {
color: #eee; }
.related-trip .line-img{
top: -25px;
position: relative;
z-index: -1;
} .post-info {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
letter-spacing: .1em; }
.post-info > div {
display: inline-block; }
.post-info > div .seperator {
display: inline-block;
margin: 0 10px;
opacity: .5; }
.tagcloud a {
text-transform: uppercase;
display: inline-block;
padding: 4px 10px;
margin-bottom: 7px;
margin-right: 4px;
border-radius: 4px;
color: #000000;
border: 1px solid #ccc;
font-size: 11px; }
.tagcloud a:hover {
border: 1px solid #000; }
.comment-form-wrap {
clear: both; }
.comment-list {
padding: 0;
margin: 0; }
.comment-list .children {
padding: 50px 0 0 40px;
margin: 0;
float: left;
width: 100%; }
.comment-list li {
padding: 0;
margin: 0 0 30px 0;
float: left;
width: 100%;
clear: both;
list-style: none; }
.comment-list li .vcard {
width: 80px;
float: left; }
.comment-list li .vcard img {
width: 50px;
border-radius: 50%; }
.comment-list li .comment-body {
float: right;
width: calc(100% - 80px); }
.comment-list li .comment-body h3 {
font-size: 20px; }
.comment-list li .comment-body .meta {
text-transform: uppercase;
font-size: 13px;
letter-spacing: .1em;
color: #ccc; }
.comment-list li .comment-body .reply {
padding: 5px 10px;
background: #e6e6e6;
color: #000000;
text-transform: uppercase;
font-size: 11px;
letter-spacing: .1em;
font-weight: 400;
border-radius: 4px; }
.comment-list li .comment-body .reply:hover {
color: #fff;
background: black; }
.search-form {
background: #f2f2f2;
padding: 10px; }
.search-form .form-group {
position: relative; }
.search-form .form-group input {
padding-right: 50px;
font-size: 14px; }
.search-form .icon {
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.sidebar-wrap {
margin-bottom: 60px; }
.sidebar-wrap .heading {
font-size: 18px;
text-transform: uppercase; }
.sidebar-wrap .fields {
width: 100%;
position: relative; }
.sidebar-wrap .fields .form-control {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: transparent;
background: #fff !important;
color: #4d4d4d !important;
border: 1px solid #e6e6e6;
font-size: 14px;
width: 100%;
height: 52px !important;
padding: 10px 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.sidebar-wrap .fields .form-control::-webkit-input-placeholder { color: #4d4d4d; }
.sidebar-wrap .fields .form-control::-moz-placeholder { color: #4d4d4d; }
.sidebar-wrap .fields .form-control:-ms-input-placeholder { color: #4d4d4d; }
.sidebar-wrap .fields .form-control:-moz-placeholder { color: #4d4d4d; }
.sidebar-wrap .fields .icon {
position: absolute;
top: 50%;
right: 30px;
font-size: 14px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: rgba(0, 0, 0, 0.7); }
@media (max-width: 767.98px) {
.sidebar-wrap .fields .icon {
right: 10px; } }
.sidebar-wrap .fields .select-wrap {
position: relative; }
.sidebar-wrap .fields .select-wrap select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.sidebar-wrap .form-group .btn {
width: 100%;
display: block !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px; }
.sidebar-box {
margin-bottom: 30px;
padding: 10px;
font-size: 15px;
width: 100%; }
.sidebar-box *:last-child {
margin-bottom: 0; }
.sidebar-box h3 {
color: #fff;
font-size: 18px;
margin-bottom: 15px; }
.categories li, .sidelink li {
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #dee2e6;
list-style: none; }
.categories li:last-child, .sidelink li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0; }
.categories li a, .sidelink li a {
display: block;
color: #fff; }
.categories li a span, .sidelink li a span {
position: absolute;
right: 0;
top: 0;
color: #ccc; }
.categories li.active a, .sidelink li.active a {
color: #000000;
font-style: italic; } .follow-us-text{
font-weight: 500;
}
#ftco-loader {
position: fixed;
width: 96px;
height: 96px;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
border-radius: 16px;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
transition: opacity .2s ease-out, visibility 0s linear .2s;
z-index: 1000; }
#ftco-loader.fullscreen {
padding: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
background-color: #fff;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none; }
#ftco-loader.show {
-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
transition: opacity .4s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1; }
#ftco-loader .circular {
-webkit-animation: loader-rotate 2s linear infinite;
animation: loader-rotate 2s linear infinite;
position: absolute;
left: calc(50% - 24px);
top: calc(50% - 24px);
display: block;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
#ftco-loader .path {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
-webkit-animation: loader-dash 1.5s ease-in-out infinite;
animation: loader-dash 1.5s ease-in-out infinite;
stroke-linecap: round; }
@-webkit-keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0; }
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px; }
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px; } }
@keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0; }
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px; }
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px; } } .price-wrap .d-block{
font-style: italic;
}
.include ul li,
.exclude ul li{
position: relative;
}
.include ul li:before{    
font-family: 'FontAwesome';
left: -35px;
position: absolute;
color: #34ab98;
content: '\f14a';
top: -2px;
font-size: 22px;
}
.exclude ul li:before{ 
font-family: "FontAwesome";
left: -35px;
position: absolute;
color: #ff0000;
content: "\f2d3";
top: -2px;
font-size: 22px;
}
.trip-facts-text{
margin-left: 38px;
}
.trip{
padding-top: 0 !important;
}
.newsletter{
background-color: #297B6E;
text-align: center;
padding: 40px;
border-radius: 40px;
}
.font-plane{
font-size: 50px;
line-height: 1;
}
.newsletter .flex-column{ 
max-width: 650px;
margin: auto;
}
.newsletter .flex-column .input-wrapper{
max-width: 550px;
margin: auto;
}
.newsletter .flex-column p{
font-size: 14px;
line-height: 1.6;
margin-top: 10px;
}
.btn-wrapper{
gap: 8px;
}
.btn, button{
border: 0;
padding: 12px 22px;
outline: 0;
border: 1px solid transparent !important;
border-radius: 30px;
font-size: 18px;
}
.btn-subscribe, .btn-subscribe:hover{
background-color: #00BC7B;
color: #fff;
padding: 20px 30px;
}
.btn-green{
background-color: #00BC7B;
color: #fff;
}
.btn-green:hover{
background-color: #297B6E;
color: #fff;
text-decoration: underline;
}
.btn-outlined{
background-color: transparent;
color: #fff !important;
border: 1px solid #fff !important;
}
.btn-outlined:hover{
color: #00BC7B !important;
background-color: #fff;
border: 1px solid transparent !important;
text-decoration: underline;
}
.subscribe-input{
position: relative;
background: #f2f2f2;
border-radius: 0;
border: none;
color: #575757;
font-size: 16px;
outline: none;
line-height: 55px;
height: 55px;
padding: 20px;
border-radius: 50px;
margin-right: 7px;
}
.input-wrapper button{
gap: 8px;
height: 55px;
line-height: 55px;
}
footer .container p{
color: #ddd !important; 
}
.card-stat-back{
background: #ebf0f3;
padding: 15px;
font-size: 15px; 
color: #107e7d;
margin-bottom: 20px;
}
.card-stat{  
font-size: 15px; 
color: #107e7d; 
}
.fact-wrap .user-group {
background: #f9ab30;
}
.fact-wrap .user-price{
background: #f10606;
}
.fact-wrap .departure{
background: #0c7867;
}
.booking-trip .booking_button, 
.enquiery .btn{
border-radius: 5px;
font-weight: 700;
} 
.enquiery .btn {
background: #105287 !important;
border: 1px solid #105287 !important;
color: #fff !important;
}
.enquiery .btn:hover{
background: #003151 !important;
border: 1px solid #003151 !important;
color: #fff !important;
}
.download-pdf {
width: 340px;
margin: auto; 
}
.download-pdf a{
border-radius: 5px;
font-size: 18px;
border-radius: 5px;
}
.form-group.checkbox {
display: block;
margin-bottom: 15px;
}
.form-group.checkbox input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.form-group.checkbox label {
position: relative;
cursor: pointer; 
}
.form-group.checkbox label:before {
content:'';
-webkit-appearance: none;
background-color: transparent;
border: 1px solid #ced4da;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.08);
padding: 10px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 10px;
border-radius: 5px;
}
.form-group.checkbox input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 8px;
left: 9px;
width: 6px;
height: 14px;
border: solid #000;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.radio [type="radio"]:checked,
.radio [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.radio [type="radio"]:checked + label,
.radio [type="radio"]:not(:checked) + label{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}
.radio [type="radio"]:checked + label:before,
.radio [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
}
.radio [type="radio"]:checked + label:after,
.radio [type="radio"]:not(:checked) + label:after {
content: '';
width: 12px;
height: 12px;
background: #0c7867;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.radio [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.radio [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.aside-title {
font-size: 22px;
font-weight: 500;
border-bottom: 2px dashed #0c7867;
padding: 20px;
background: #0c7867;
color: #fff;
border-top-left-radius: 4px;
border-top-right-radius: 4px; 
line-height: 1.3;
}
.aside-title  i{
color: #fdad30;
font-size: 40px;
}
.aside-summary h3 i {
font-size: 30px;
position: relative;
top: 5px;
}
.aside-summary h3{
color: #0c7867;
font-size: 18px;
margin-top: 15px;
font-weight: bold;
}
.single-calculation span {
font-size: 16px !important;
display: inline-block;
}
.about-use-wrapper .package-price {
background: #ffa801;
color: #fff;
border-radius: 3px 3px 0 0;
padding: 25px 25px 35px;
margin-top: 0;
box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.16);
}
.about-use-wrapper .package-price {
background: #0f5288;
width: calc(100% + 40px);
position: relative;
z-index: 1; 
}
.about-use-wrapper .talkto img {
border-radius: 3px;
margin-top: -30px;
border: 4px solid #fff;
margin-bottom: 0;
margin-right: 15px;
height: 80px;
width: 80px;
position: relative;
z-index: 2;
}
.about-use-wrapper .talkto sup {
top: 0;
color: #0c7867;
font-size: 16px;
}
.about-use-wrapper .talkto h5 {
margin: 5px 0;
font-weight: 800;
font-size: 16px;
color: #0c7867; 
}
.about-use-wrapper .talkto p {
color: #555;
margin-top: 5px;
font-size: 16px;
}
.about-use-wrapper .talkto .fa-whatsapp {
font-size: 48px;
float: left;
margin-right: 10px;
font-weight: 200;
color: #28a745;
}
.about-use-wrapper .talkto span {
display: block;
}
.about-use-wrapper .talkto a {
display: block;
color: #555;
}
.table-responsive {
overflow-x: auto; 
-webkit-overflow-scrolling: touch; 
}
.book-single-img img{
width : 100%;
}
@media (max-width: 768px){
.detail-section .package-page .d-flex.justify-content-between{
display: block !important;
}
.about-use-wrapper .package-price{
width: 100%;
}
.meta-title{
margin: 20px;
}
.ftco-footer{
overflow: hidden;
}
} 
@media (min-width: 1500px) {
.custom-navbar .navbar-nav .nav-link {
padding-right: 30px;
padding-left: 30px;
}
.header-pay{
height: 62px !important;
}
}
@media (max-width: 560px) { 
.table thead th{
font-size: 16px;
min-width: 120px;
}
.table tbody td {
font-size: 15px;
min-width: 120px;
}
.table thead th:first-child, .table tbody td:first-child{
min-width: 240px;
}
.newsletter .text__header {
font-size: 24px;
}
.depart-select-block{
display: block !important;
}
.depart-month{
margin-bottom: 10px !important;
}
.single-test-title{
font-size: 24px !important;
}
.single-test-title small{
display: block;
}
.contact-section .contact-form { 
padding: 40px 30px !important;
}
.form-group{
font-size: 14px;
}
.list-chk-box{
display: block !important;
margin-bottom: 10px;
}
.list-chk-box  label{ 
color: #000 !important;
font-size: 16px !important;
font-weight: 600 !important;
}
.project-wrap .img { 
height: 300px;
}
}
@media (max-width: 480px) {
.card-stat, .card-stat-back{
font-size: 16px;
display: block !important;
}
.project-wrap .location {
margin-left: 0 !important;
}
.sell-package .project-wrap{
padding: 0;
}
.table .btn {
border-radius: 5px;
font-size: 14px;
padding: 8px 10px;
width: 120px;
}
} .rating { height: 46px;
padding: 0 10px;
}
.rating:not(:checked) > input {
position: absolute;
top: -9999px;
}
.rating:not(:checked) > label {
float: right;
width: 1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 30px;
color: #ccc;
}
.rating:not(:checked) > label:before {
content: "★ ";
}
.rating > input:checked ~ label {
color: #ffc700;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #deb217;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
color: #c59b08;
}
.review-badge {
background-color: #00a680;
padding: 7px 7px;
display: inline-block;
vertical-align: middle;
font-size: 0.8125rem;
color: #fff;
line-height: normal;
position: relative;
margin: 6px 0 0px 0px;
border-radius: 2px;
text-decoration: none;
}ul {
padding-left: 0;
}
.list-none li {
list-style: none;
}
.gap-15px { 
gap: 15px;
}
.gap-20px {
gap: 20px;
}
.site-header .logo-top{
gap: 15px;
margin-bottom: 0;
}
.site-header .logo-top p {
color: #0c7867;
font-size: 26px;
text-transform: uppercase;
margin-bottom: 0;
padding-bottom: 0;
font-weight: 900;
}
.site-header .logo-top p span {
font-size: 15px;
color: #454545;
display: block;
}
.site-header .company-experience h1 {
color:var(--secondary-color);
font-size: 30px;
font-weight: 900;
margin: 0;
line-height: 20px;
}
.site-header .company-experience h1 span {
display: inline-block;
font-size: 24px;
font-weight: 500;
margin-left: 5px;
}
.site-header .company-experience h3 {
display: inline-block;
background-color: #0c7867;
color: #ffffff;
font-size: 16px;
margin: 0;
padding: 5px 12px;
line-height: 17px;
}
.top-header{
border-bottom: 1px solid #ddd;
padding-bottom: 14px;
margin-bottom: 10px;
}
.top-header ul li,
.custom-navbar ul li{
list-style: none
}
.top-header ul{
padding-left: 0;
font-size: 18px;
}
.top-header .t-contact  {
gap: 20px;
font-size: 15px;
}
.top-header .t-contact li i {
margin-right: 7px;
}
.top-header .social-icon{
gap: 4px;
}
.top-header .social-icon li{
margin: 0;
}
.top-header .social-icon li a {
color: #fff;
height: 30px;
line-height: 28px;
width: 30px;
}
.top-header .social-icon li i {
font-size: 16px;
}
.site-header.awake{
z-index: 100!important;
}
.site-header.awake .top-header{
display: none !important;
}
.navbar-brand{
padding: 0;
}
.onlinepay img {
width: 140px;
}
.top-header .tsearch-form {
position: relative;
}
.top-header .tsearch-form .icon{
cursor: pointer;
}
.single-pg .logo-fixed-top.header-scrolled {
position: relative;
}
.sticky-wrapper{
display: none;
}
.body-scrolled .sticky-wrapper{
display: inherit;
} 
.top-header .tsearch-form .form-wrapper {
font-size: 14px;
background: white;
display: flex;
align-items: center;
width: 35%;
padding-left: 10px;
height: 45px;
border-radius: 30px;
border: 1px solid #ddd;
display: none;
position: absolute;
right: -7px;
width: 320px;
bottom: -10px;
}
.top-header .tsearch-form .form-wrapper.show{
display: flex;
}
.top-header .tsearch-form input {
background: transparent;
border: none;
width: 100%;
}
.top-header .tsearch-form input:focus{
outline: none;
}
.top-header .tsearch-form .form-wrapper .search-icon {
border-radius: 30px;
cursor: pointer;
color: #fff;
font-size: 14px;
margin-left: auto;
background: var(--primary-color);
margin-left: 10px;
display: flex;
align-items: center;
height: 45px;
width: 70px;
justify-content: center;
}
.custom-navbar{
padding: 0;
}
.custom-navbar .navbar-nav .nav-link {
padding-right: 12px;
padding-left: 14px;
font-size: 17px; 
font-weight: 700;
font-family: "Mulish", sans-serif;
}
.expand-all:focus,
.expand-all { 
text-align: left;
border: none;
margin-bottom: 15px;
background: #fff; 
float: right;
outline :none;
cursor: pointer;
}
.custom-navbar .navbar-nav .nav-link,
.custom-navbar .navbar-nav .active > .nav-link{
color: #0c7867;
}
.custom-navbar .navbar-nav .show > .nav-link,
.custom-navbar .navbar-nav .nav-link.show,
.custom-navbar .navbar-nav .nav-link.active,
.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link:focus {
color: rgb(249 171 48);
}
.site-header.scrolled.awake .logo-top,
.site-header.scrolled.awake .company-experience{
display: none;
margin-bottom: 0;
}
.custom-navbar .custom-dropdown{
margin-right: 10px;
display: flex;
align-items: center;
}
.custom-navbar .custom-dropdown .down-icon {
align-items: center;
color: var(--primary-color);
display: flex;
padding-left: 3px;
}
.custom-navbar .dropdown-menu {
margin-top: 0;
background: #0c7867;
min-width: 265px;
border-radius: 5px;
border: none;
padding: 10px !important;
}
.custom-navbar .dropdown-menu .dropdown-item {
padding: 0;
}
.custom-navbar .dropdown-menu .custom-dropdown> a{
display: flex;
align-items: center;
padding-right: 15px;
}
.custom-navbar .dropdown-menu .dropdown-link {
color: #fff;
display: block;
padding: 5px 15px;
white-space: normal;
font-size: 14px;
}
.dropdown .dropdown-menu {
transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
display: block;
padding: 0;
}
.custom-dropdown ul ul,
.custom-dropdown .dropdown .dropdown-menu,
.custom-dropdown .dropdown .dropdown-menu .dropdown .dropdown-menu{
display: none;
left: 100%;
top: 0;
}   
.custom-dropdown .dropdown:hover .dropdown-menu,
.custom-dropdown .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
display: block;
}
.custom-dropdown .dropdown>a>.down-icon,
.custom-dropdown .dropdown .dropdown-menu .dropdown .down-icon{
color: #fff;
}
.custom-dropdown .dropdown:hover>a>.down-icon,
.custom-dropdown .dropdown .dropdown-menu .dropdown:hover .down-icon{
transform: rotate(-90deg);
transition: all ease-in-out .4s;
}
.dropdown-item:hover, .dropdown-item:focus {
background: transparent;
}
.dropdown>.dropdown-toggle:active { pointer-events: none;
}
@media only screen and (min-width: 992px) {
.custom-navbar .md-d-none{
display: none !important;
}
.onlinepay{
display: none;
}
.top-header .onlinepay {
display: block;
}
}
@media only screen and (max-width: 991px) {
.top-header{
display: none !important;
}
.custom-navbar {
justify-content: end;
}
.navbar-dark .navbar-toggler {
color: #000;
border-color: rgba(255, 255, 255, 0.1);
}
.custom-navbar .navbar-collapse {
align-items: normal;
background-color: #fff;
box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
position: fixed;
width: 250px;
height: 100vh;
top: 0;
left: -250px;
overflow-y: auto;
transition: all ease-in-out 0.5s;
z-index: 99999;
visibility: hidden;
}
.custom-navbar .navbar-collapse.show {
visibility: visible;
opacity: 1;
transition: all ease-in-out 0.5s;
left: 0;
}
.custom-navbar .custom-dropdown{
display: block;
}
.custom-navbar .dropdown .dropdown-menu {
position: static;
float: none;
width: 100%;
min-width: 100%;
}
.dropdown:hover .dropdown-menu{
display: none;
} .custom-navbar .custom-dropdown .down-icon {
position: absolute;
right: 0;
top: 15px;
}
.dropdown-menu {
display: none;
background: transparent;
text-align: left;
}
.dropdown.show  .dropdown-menu,
.custom-dropdown ul ul, 
.custom-dropdown .dropdown .dropdown-menu, 
.custom-dropdown .dropdown .dropdown-menu .dropdown .dropdown-menu {
display: block;
border-radius: 0;
}
.dropdown  .dropdown-menu.show .dropdown a>.down-icon {
display: none;
}
.dropdown.show .dropdown-menu.show .dropdown-menu{
padding-left: 10px;
}
.custom-navbar .custom-dropdown.show .down-icon{
transform: rotate(-180deg);
transition: all ease-in-out .4s;
}
} .custom-carousel .carousel-item {
height: 680px;
position: relative;
}
.custom-carousel .carousel-item img{
height: 680px;
object-fit: cover;
width: 100%;
}
.custom-carousel .carousel-item:before {
content: "";
background: rgb(0 0 0 / 45%);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.custom-carousel .carousel-item p {
font-family: "Merienda", serif;
margin-bottom: 0;
text-shadow: 0 3px 6px rgb(0 0 0 / 40%);
}
.custom-carousel .carousel-item h1 {
color: #fff;
font-size: 50px;
text-shadow: 0 3px 6px rgb(0 0 0 / 40%);
}
.carousel-caption {
bottom: auto;
top: 36%;
}
.carousel-caption .caps{
font-size: 21px;
}
.custom-carousel .carousel-indicators {
bottom: 120px;
}
.carousel-indicators li{
width: 10px;
height: 10px;
opacity: 1;
}
.carousel-indicators .active{
background-color:var(--secondary-color);
}
@media only screen and (max-width: 767px){
.custom-carousel .carousel-item h1{
font-size: 22px;
}
} .tripadvisors {
background: linear-gradient(rgb(21 21 21 / 51%), rgb(0 0 0 / 47%)), url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/images/destination-3.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.tripadvisor {
font-size: 12px;
border-radius: 5px;
background: #fff;
padding: 10px;
margin-bottom: 25px;
}
.rating-circle{
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #00aa6c;
}
.trip-form {
background: #fff;
box-shadow: 0 5px 15px rgb(0 0 0 / 6%);
position: relative;
margin-top: -45px;
z-index: 12;
}
.trip-form .row {
padding: 0 15px;
}
.trip-form form {
padding: 40px 30px;
}
.trip-form .form-group {
margin-bottom: 0;
}
.trip-form .form-control{
font-size: 16px;
color: #818181 !important;
}
.form-control:focus, .form-control:active{
border-color: #ced4da ;
}
.trip-form .title {
text-align: center;
background: #0c7867;
color: #fff;
padding: 10px;
font-size: 16px;
margin-bottom: 0;
}
.trip-form .row .col {
padding: 0 5px;
}
.trip-form .btn {
border-radius: 10px;
height: 56px;
}
.carousel-testimony .testimony-wrap {
color: #fff;
background: #fff;
text-align: center;
}
.carousel-testimony .testimony-wrap .text .content {
margin: 15px 0;
max-height: 50px;
overflow: hidden;
}
.carousel-testimony .testimony-wrap .icon {
font-size: 28px;
color: #fff;
position: absolute;
left: 15px;
top: 17px;
background: #0c7867;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
border-radius: 14%;
}
.carousel-testimony .testimony-wrap .user-img{
margin: 0 auto;
}
.carousel-testimony .testimony-wrap ul{
display: inline-flex;
margin-top: 15px;
margin-bottom: 0;
}
.carousel-testimony .testimony-wrap li i{
color: var(--secondary-color);
font-size: 12px;
margin-right: 3px;
}
@media only screen and (max-width: 576px) {
.tripadvisor {
padding: 20px !important;
}} .project-destination {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.project-destination:before {
content: "";
background: rgba(0,0,0,0.25);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.project-wrap .days,
.project-wrap .location {
color: #333;
} 
.project-wrap .location {
margin-left: 15px;
}
.project-wrap:hover .img {
transform: scale(1.2);
transition: all ease-in-out .4s;
}
.project-wrap .project-fact .fact-wrap {
gap: 5px;
justify-content: center; position: absolute;
top: 40px;
right: 40px;
}
.project-wrap .project-fact .fact-wrap li {
color: #fff;
font-size: 14px;
padding: 10px;
border-radius: 40px;
text-align: center;
line-height: 1
}
.project-wrap .project-fact .fact-wrap li i {
font-size: 15px;
margin-right: 5px;
}
.project-wrap .text .project-fact .price{
color: #fff;
text-align: center;
line-height: 15px;
padding: 14px 14px;
}
.project-wrap .text .project-fact .price span {
display: block;
color: #fff;
font-size: 14px;
line-height: 1;
font-weight: 700;
margin-bottom: 10px
}
.project-wrap .text .project-fact .price strong{
font-size: 30px;
}
.project-wrap .text .project-fact .reviews {
position: absolute;
right: 8px;
top: -45px;
margin-right: 0;
font-size: 13px;
font-weight: bold;
}
.project-wrap .text .project-fact .reviews span {
font-size: 16px;
color: #fff;
margin-left: 5px;
text-shadow: 0 1px 2px rgb(0 0 0 / 62%);
margin-right: 0;
}
.project-wrap .text .project-fact .reviews i {
color: var(--secondary-color);
}
.project-wrap .text .title{
font-weight: 700;
font-size: 17px;
position: relative;
margin-bottom: 20px;
margin-top: 0;
line-height: 1.4; 
}
.project-wrap .text .title a:hover,
.project-wrap:hover .text .title a{
color: var(--secondary-color);
} .trip-wrapper h3, 
.tripofmonth .container p,
.trip-wrapper ul li{ 
color: #fff;
}
.trip-wrapper .text-wrap h3.title{
margin-bottom: 50px;
}
.trip-wrapper ul {  
display: flex;
align-items: center;
gap: 40px;  
margin-bottom: 40px;
justify-content: space-between;
padding: 0 30px;
}
.trip-wrapper ul li{
margin-bottom : 20px;
}
.trip-wrapper .btn.btn-primary{ 
border: 1px solid #fff !important;
color: #fff !important;
margin-bottom: -30px;
background: #fdad30 !important; 
position: relative;
z-index: 2;
}
.trip-wrapper .btn.btn-primary:hover{
background: #0c7867 !important;
border: 1px solid #fff !important;
}
.trip-wrapper ul li {
position: relative;
padding-left: 60px;
text-align: left;
}
.tripofmonth .heading-section h2 span.sm-title{
color: #fff;
} .trip-wrapper ul li i {
color: var(--secondary-color);
font-size: 40px;
position: absolute;
left: 0;
top : 0;
}
.trip-wrapper ul li strong{
display: block;
font-weight: 700;
color: #fff;
line-height: 1.2;
font-size: 20px;
}
.trip-wrapper ul li span {
font-size: 14px;
color: #fff;
font-weight: 200;
}
.trip-wrapper .img-wrap img {
object-fit: cover;
}
.tripofmonth .trip-wrapper{
max-width: 1200px;
margin: auto;
text-align: center;
}
@media only screen and (max-width: 576px){ 
.site-header .logo-top p{
font-size: 18px;
}
.site-header .logo-top p span{
font-size: 10px;
}
}  .quick-btn {
z-index: 10;
top: 60%;
right: 0;
position: fixed;
background:var(--secondary-color);
color: #fff !important;
padding: 9px 10px;
font-size: 16px; right: -50px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
border-radius: 0;
font-size: 12px;
font-weight: 500;
letter-spacing: 3px;
cursor: pointer;
}
.np-offcanvas-bar {
position: absolute;
top: 0;
bottom: 0;
right: 0;
box-sizing: border-box;
width:455px;
padding: 40px;
background: #fff;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: transform 0.3s ease;
transform: translateX(100%);
}
.np-offcanvas {
display: none;
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 1000;
width: 100vw;
transition: opacity 0.3s ease; opacity: 0; pointer-events: none; 
}
.np-offcanvas.active {
opacity: 1; pointer-events: auto; display: block;
}
.np-offcanvas.active .np-offcanvas-bar {
transform: translateX(0); }
.np-offcanvas::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgb(0 0 0 / 68%);
transition: opacity 0.3s ease;
opacity: 0; }
.np-offcanvas.active::before {
opacity: 1; 
}
.inquiry-form .icon {
cursor: pointer;
position: absolute;
top: 0;
background: var(--secondary-color);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
left: 0;
}
@media only screen and (min-width: 1600px) {
.custom-carousel .carousel-item {
height: 700px;
}
}
@media only screen and (max-width: 576px) {
.np-offcanvas-bar{
width: 85%;
}
} .blog-entry:hover .block-20 {
transform: scale(1.2);
}   .footer-listing .heading-2{
color: #fff;
font-family: "Inter",sans-serif;
font-size: 17px;
font-weight: 500;
margin-bottom: 13px;
}
.footer-listing ul{
padding-left: 0;
list-style: none;
}
.footer-listing ul li a{
color: #B2E6E6;
font-size: 14px;
font-weight: 500;
line-height: 30px;
letter-spacing: -.02em;
}
.mermber-pic {
width: 50px;
}
.mermber-pic img{
position: relative;
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
border: 3px solid #f3f3f3;
}
.representative {
display: flex;
flex-wrap: wrap;
}
.representative > div {
flex: 0 0 50%;
margin: 0 !important;
padding: 0 15px 20px 0;
color: #ddd;
}
.member-title{
font-weight: 500;
}
.member-info{
padding-left: 20px;
color: #fff;
}
.member-number {
position: relative;
color: #B2E6E6;
padding-left: 8px;
}
.contact-member {
display: flex; 
}
.block-element > div{ padding: 47px 29px 22px;
}
.block-element > div:not(:last-child) {
border-right: 0;
}
.block-element > div:last-child{
display: flex;
align-items: center;
justify-content: center;
max-width: 260px;
}
.footer-top {
margin-bottom: 20px;
}
.footer-art{
position: relative;
} 
.footer-art img {
z-index: 1;
position: relative;
display: block;
width: 100%;
bottom: -4px;
}
.social-icon .facebook{
background: #607aae;
}
.social-icon .twitter{
background: #4eb8e6;
}
.social-icon .linkedin{
background: #3f94c6;
}
.social-icon .youtube{
background: #c74b50;
}
.social-icon .instagram{
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-icon .messenger {
background: #4296d1;
}
.social-icon .whatsapp {
background: #54b848;
}
.social-icon .viber {
background: #79489c;
}
.ftco-footer-widget .form-control {
height: 45px !important;
background: #d8d8d8 !important;
border-color: #d8d8d8 !important;
color: #000 !important;
}
.ftco-footer-widget .form-group .btn {
width: 100%;
border-radius: 5px;
height: 45px;
}
.ftco-footer-associated li {
display: inline-block;
margin-left: 4px;
} .about-section .text-block {
display: inline-block;
border-radius: 6px;
padding: 15px;
text-align: center;
border-bottom: 4px solid #0c7867;
}
.about-section .text-block h1 {
font-size: 60px;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
line-height: 55px;
}
.about-section .text-block h1 span {
color: var(--primary-color);
font-size: 22px;
font-weight: 400;
}
.about-section .text-block h4 {
font-size: 16px;
margin-bottom: 0;
font-weight: 400;
}
.about-section .about-fact{
gap: 20px;
align-items: center;
width: 100%;
justify-content: space-evenly;
flex-wrap: wrap;
}
.about-section .about-fact .text-center i{
width: 70px;
height: 70px;
background: #0c7867;
color: #fff;
border-radius: 12%;
line-height: 70px;
text-align: center;
font-size: 40px;
margin-bottom: 13px;
}
.about-section .about-fact .text-center:hover i {
background: var(--primary-color);
}  .reviewer-info .user-img img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 10px;
margin-right: 20px;
}
.team-section .team-wrap .text-wrap {
width: 100%;
padding: 50px 0 0 90px;
border: none;
}
.team-section .team-wrap .text-wrap .content {
padding-right: 70px;
}
.team-section .team-wrap .team-info {
background: #0068ac;
margin-bottom: -20px;
color: #fff;
padding: 15px;
border-radius: 5px 0 5px 5px;
position: relative;
}
.team-section .team-wrap .team-info::before{
content: "";
border-left: 18px solid transparent;
border-right: 0px solid transparent;
border-top: 20px solid #04578d;
bottom: 0;
content: '';
height: 0;
left: -15px;
position: absolute;
width: 0;
z-index: -1;
}
.team-section .team-wrap .team-info span {
color: var(--secondary-color);
}
@media only screen and (max-width: 767px){
.team-section .team-wrap{
flex-wrap: wrap;
}
.team-section .team-wrap .text-wrap{
padding-left: 20px;
padding-top: 120px;
}
.team-section .team-wrap .user-img{
margin-right: 0;
margin-bottom: -100px;
}
}  .custom-breadcrumbs:before{
content: "";
background-color: transparent;
background-image: linear-gradient(180deg, #0202023b 0%, #0c786794 100%);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.custom-breadcrumbs .slider-text{
position: absolute;
left: 0;
right: 0;
bottom: 0;
}  .package-page .title {
margin-bottom: 20px; 
}
.itinerary .title {
margin-bottom: 20px;
float: left;
}
.itinerary-meta li {
display: inline-block;
margin-right: 20px;
}
.detail-page-header.scrolled.awake{
position: static;
}
.package-nav.sticky  {
background-color: transparent; 
}
.package-nav.sticky  {
background-color: #f0f0f0; 
}
.package-nav.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 100!important;
}
.package-nav li a {
color: rgba(0,0,0,.68);
font-size: 14px;
font-weight: 700;
padding: 15px;
text-transform: uppercase;
}
.package-nav li a.active {
background: #fff;
color: var(--secondary-color);
}
.package-nav.sticky li + li {
border-left: 1px solid rgba(0,0,0,.05);
}
.detail-section .duration-days {
box-shadow: 0 1px 5px rgb(0 0 0 / 24%);
text-align: center;
border-radius: 4psx;
}
.detail-section .duration-days .duration {
display: block;
font-weight: 500;
font-size: 35px;
color: #fff;
background: var(--primary-color);
padding: 0 15px;
border-radius: 4px 4px 0 0;
}
.detail-section .duration-days .days {
background: #fff;
border-radius: 0 0 4px 4px;
font-size: 14px;
width: 100%;
display: block;
}
.increment_decrement {
position: relative;
}
.increment_decrement .form-control{
text-align: center;
font-weight: 700;
}
.increment_decrement .handler span {
pointer-events: auto;
margin: 2px;
height: 50px;
width: 50px;
border-radius: 2px;
background-color: #f2f7fb;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
font-size: .625rem;
-webkit-transition: all .3s ease;
transition: all .3s ease;
cursor: pointer;
}
.increment_decrement .handler span.increment {
position: absolute;
right: 0;
top: 0;
}
.increment_decrement .handler{
text-align: center;
}
.increment_decrement .handler span.decrement {
position: absolute;
left: 0;
top: 0;
}
.trip-facts-value{
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
background: #fff;
box-shadow: 0 4px 4px rgba(28, 32, 17, .02), 0 4px 40px rgba(28, 32, 17, .04);
border-radius: 4px;
padding: 20px;
}
.trip-facts-value li {
flex-basis: 0;
flex-grow: 1;
font-size: 15px;
max-width: 100%;
min-width: 230px;
color: #565656;
margin-bottom: 15px;
}
@media (max-width: 500px) {
.heading-section h2 {
font-size: 20px;
}
#tripDetailCarousel.carousel::after{
bottom: -20px;
}
}
.bg-color{
background: #0c7867;
color: #fff;
}
.trip-facts-value li .icon {
color: #0c7867;
margin-right: 10px;
font-size: 32px;
position: relative;
top: 7px;
}
.trip-facts-text .value{
margin-left: 10px;
font-size: 15px; 
}
.trip-facts-value li label{
color: #000;
margin-bottom: 0;
font-size: 17px;
font-weight: 700;
}
.trip-facts-value li .trip-facts-text {
flex: auto;
width: 85%;
color: #444;
}
.custom-accordion .card {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
background: transparent;
border-radius: 0;
margin-bottom: 20px;
padding-bottom: 10px;
position: relative;
}
.custom-accordion .card:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.custom-accordion.itinerary-accordion .card{
margin-left: 60px;
}
.custom-accordion.itinerary-accordion .card:first-of-type:before,
.custom-accordion.itinerary-accordion .card:last-of-type:before {
position: absolute;
content: "";
width: 32px;
height: 32px;
left: -60px;
top: 5px;
background: url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/images/map-marker.svg);
background-color: var(--primary-color);
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
}
.custom-accordion.itinerary-accordion .card:last-of-type:before {
background: url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/images/flag.svg);
background-color: var(--primary-color);
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
}
.custom-accordion.itinerary-accordion .card:before{
position: absolute;
content: "";
width: 32px;
height: 32px;
left: -60px;
top: 5px;
background: url(//www.nepalplanettreks.com/wp-content/themes/nepalplanettrip/images/map-marker.svg);
background-color: var(--primary-color);
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
} .custom-accordion.itinerary-accordion .card:after {
content: "";
position: absolute;
z-index: 0;
top: 10px;
left: -45px;
width: 1px;
height: calc(100% + 20px);
height: -webkit-calc(100% + 20px);
background-image: linear-gradient(to bottom, rgb(12 120 103 / 33%) 40%, rgba(255, 255, 255, 0) 20%);
background-position: left;
background-size: 1px 10px;
background-repeat: repeat-y;
}
.custom-accordion.itinerary-accordion .card:last-of-type:after{
display: none;
}
.custom-accordion .card-header {
border: none;
border-radius: 0;
background: transparent;
padding: 0;
}
.custom-accordion .card-header .btn {
box-shadow: none;
color: #333;
font-size: 18px;
padding: 0;
padding-right: 40px;
position: relative;
text-align: left;
text-decoration: none;
width: 100%;
font-weight: 700;
}
.custom-accordion .card-header .btn:hover {
text-decoration: none;
}
.custom-accordion .card-header .btn:before,
.custom-accordion .card-header .btn:after{
content: "";
width: 2px;
height: 8px;
border-radius: 2px;
background-color: var(--primary-color);
position: absolute;
top: calc(50% - 5px);
right: 15px;
transform: translate(-50%, -50%);
transition: all .3s ease;
}
.custom-accordion .card-header .btn:before{
transform: translate(-50%, -50%) rotate(90deg);
}
.custom-accordion .card-header .btn.collapsed:after{
opacity: 1;
}
.custom-accordion .card-header .btn:after{
opacity: 0;
}
.custom-accordion .card .btn.collapsed {
margin-bottom: 12px;
}
.custom-accordion .card:last-child .btn {
margin-bottom: 0;
}
.custom-accordion .card-header .btn span {
margin-right: 7px;
}
.custom-accordion .card .card-body{
padding: 0;
margin-top: 15px;
}
.itinerary .itinerary-meta li { 
font-size: 14px;
font-weight: 500;
color: #444;
}
.itinerary .itinerary-meta span {
color: var(--primary-color);
font-weight: 700;
margin-right: 10px;
}
.inclusions-wrap ul{
padding-left: 35px; 
clear: both;
}
.inclusions-wrap  li{
display: flex;
align-items: center;
font-size: 18px;
margin-bottom: 15px; 
}
.inclusions-wrap  li:last-child{
margin-bottom: 0;
}
.inclusions-wrap .include li .icon{
color: #34ab98;
margin-right: 15px;
font-size: 12px;
}
.inclusions-wrap .exclude li .icon{
color: #ff0000;
margin-right: 10px;
font-size: 12px;
}
.review-section{
padding: 20px;
}
.review-section .team-wrap .user-img{
width: 140px;
}
.review-section .team-wrap .team-info span{
color: #fff;
}
.rating li i {
font-size: 12px;
color: var(--secondary-color);
margin-right: 3px;
} 
#departure .title{
text-align: center;
}/*/*/.box-wrap {
background: #fff;
border-radius: 4px;
box-shadow: 0 6px 10px rgba(28, 32, 17, 0.1), 0 10px 50px rgba(28, 32, 17, 0.15);
padding: 20px;
clear: both;
margin-top:10px;
}
.sidebar .box-wrap {
border-top: 5px solid var(--blue);
}
.aside-wrap .price-wrap .badge-info {
background: var(--secondary-color);
}
.aside-wrap .price-wrap del,
.aside-wrap .price-wrap .offer-price span {
color: #959595;
}
.aside-wrap .price-wrap{
padding-bottom: 15px;
} 
.aside-wrap .grp-discount{/**/margin: 0 -20px;
padding: 15px 20px;
margin-bottom: 15px;
}
.aside-wrap .grp-discount li{
display: flex;
gap: 5px;
font-size: 14px;
margin-bottom: 10px;
}
.aside-wrap .grp-discount li:first-child {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
font-weight: 700;
}
.aside-wrap .grp-discount li:last-child {
margin-bottom: 0;
}
.aside-wrap .grp-discount li span {
margin-right: auto;
}
.aside-wrap .content-wrap .content li span{
display: flex;
align-items: center;
font-size: 15px;
margin-bottom: 10px;
width: 100%;
}
.aside-wrap .content-wrap .content li:last-child span{
margin-bottom: 0;
}
.aside-wrap .content-wrap .content li span:before {
content: "";
border: 1px solid rgba(0, 0, 0, 0);
border-left-color: var(--primary-color);
border-bottom-color: var(--primary-color);
transform: rotate(315deg);
height: 5px;
margin-right: 10px;
width: 8px;
}
.aside-wrap .rating li span {
background: var(--primary-color);
color: #fff;
padding: 5px;
font-size: 14px;
border-radius: 3px;
line-height: 10px;
display: inline-block;
}
.book-form {
background: var(--blue);
margin: 0 -20px -20px;
padding: 20px;
border-radius: 0 0 4px 4px;
}
.book-form .form-control{
color: #495057 !important;
}
.book-form .form-control:focus, .book-form .form-control:active{
border-color: #ced4da;
}
.book-form .btn-primary {
align-items: center;
border-radius: 5px;
display: flex;
height: 52px;
justify-content: center;
width: 100%;
}
.book-form .btn.btn-primary:hover {
border-color: #fff !important;
color: #fff !important;
}
.sidebar .assistPanel li {
margin-bottom: 15px;
}
.sidebar .assistPanel img {
width: 65px;
}
.sidebar .assistPanel  h2 {
font-size: 26px;
color: var(--blue);
margin: 20px 0;
}
.sidebar .assistPanel strong {
display: block;
color: var(--primary-color);
font-weight: 500;
}
.sidebar .assistPanel a{
color: #333;
display: block;
}
.sidebar .assistPanel a:hover {
color: var(--secondary-color);
}
.sidebar .assistPanel .boldText{
color: var(--secondary-color);
font-weight: 700;
margin-bottom: 0;
}
.sidebar .title {
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #c7d5e3;
}
.similar-trip li {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.similar-trip li:last-child {
margin-bottom: 0;
}
.similar-trip ul>li .img-wrap {
max-width: 100px;
flex: 0 0 30%;
}
.similar-trip ul>li .img-wrap img {
max-width: 100%;
height: 55px;
object-fit: cover;
}
.similar-trip ul>li .heading-wrap {
max-width: 70%;
-webkit-box-flex: 0;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
padding-left: 15px;
}
.similar-trip ul>li .heading-wrap h5  {
font-size: 14px;
margin: 0;
line-height: 1.2;
}
.similar-trip ul>li .heading-wrap h5  a {
color: #373737;
text-decoration: none;
transition: .3s linear;
}
.similar-trip ul>li .heading-wrap .duration {
font-size: 12spx;
font-weight: 300;
display: block;
}
.single-calculation.total-price-filed span {
font-size: 22px !important;
font-weight: bold;
color: #0c7867
}
.single-calculation.total-price-filed span.second-field{
text-decoration: underline;
}
.advanced-payment-field span {
font-weight: 700;
color: #ff9a00;
}
.remaining-topay-field {
color: #204820;
font-weight: 700;
}
.remaining-topay-field .second-field {
color: #f7002c;
font-weight: 700;
border-bottom: 3px double #f7002c;
}
.single-calculation.list-items span {
display: block;
}
#departure #filter_date {
margin-bottom: 0;
background: #fff !important;
font-weight: 500;
width: 130px;
border-radius: 0;
padding: 0;
border: none;
}
.select-layer {
padding: 0 12px 0px 18px;
background: #fff !important;
border-radius: 5px;
}
.depart-select-block{
background: #0f5288 !important;
color: #fff !important;
padding: 14px 20px;
border: 7px;
display: flex;
justify-content: space-between !important;
border-radius: 7px;
margin-bottom: 20px;
}
.depart-month {
align-self: center;
font-size: 14px;
} 
.table{
border-radius: 0;
}
.single-pad{
padding-bottom: 40px; 
padding-top: 40px;
}
@media (max-width: 992px) {
.custom-carousel .carousel-item h1{
font-size: 37px;
line-height: 1.3;
}
.about-section .about-fact{
margin-bottom: 20px;
}
.carousel-caption{
top: 24%;       
}
.about-section .text-block{
margin-top: -30px;
}
.project-wrap .text .project-fact .price{
margin-top: -60px;
}
.trip-wrapper ul{
justify-content: center;
}
.trip-wrapper ul li{
margin-right: 40px;
}
.tripofmonth .text-wrap .title{
font-size : 24px;
}
.block-element > div{
border: none; 
}
.trip-form .form-group {
margin-bottom: 10px;
}
.project-wrap .project-fact .fact-wrap li{
font-size: 10px;
padding: 8px;
}
.block-element > div:last-child{
margin: auto;
} 
.representative > div {
flex: 0 0 100%;
}
}
@media (max-width: 767px) {
.package-nav {
display: none;
}
.block-element > div{
padding: 22px 22px 22px;
}
.project-destination{
margin-bottom: 30px;
}
.project-destination:last-child{
margin-bottom: 20px;
}
.ftco-footer .ftco-footer-widget h2{
margin-top: 20px;
}
.table td, .table th{
padding: 0.70rem;
font-size: 11px;
line-height: 1.5;
}
.table th {
padding: 0.5rem 0.5rem;
font-size: 11px;
line-height: 1.4;
}
.custom-accordion .card-header .btn{
font-size: 14px;
}
.single-pad{ 
padding-top: 0;
}
}
@media (max-width: 560px) {
.tripofmonth .text-wrap .title{
font-size : 20px;
}
.btn-subscribe{
padding: 20px 16px;
font-size: 15px;
}
.project-wrap .project-fact .fact-wrap li i {
font-size: 10px;
margin-right: 0px;
}
.custom-accordion.itinerary-accordion .card {
margin-left: 25px;
}
.itinerary-accordion {
box-shadow: none;
}
.itinerary .title{ 
font-size: 1.2rem; 
}
.expand-all {
padding: 5px 15px;
font-size: 14px;
background: #0c7867 !important;
color:#fff;
border-radius: 5px;
}
}
@media (min-width: 1500px) {
.custom-navbar .navbar-nav .nav-link{
font-size: 19px;
}
}
@media (min-width: 1700px) {
.custom-navbar .navbar-nav .nav-link{
font-size: 20px;
padding-left: 30px;
}
.top-header .t-contact {
font-size: 18px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
.custom-navbar .navbar-nav .nav-link {
font-size: 13px;
padding-right: 7px;
padding-left: 7px;
}
.header-follow{
display: none;
}
.online-payment-img .header-pay{
height: 35px !important;
}
.top-header .t-contact {
gap: 7px;
font-size: 13px;
} 
.top-header .t-contact .list-item a i {
display: none;
}
}