@charset "UTF-8";
* {
outline: 0;
margin: 0;
padding: 0;
}
html, * {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn, .form-control {
border-radius: 0;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 24px;
color: #545454;
}
.bodyColor {
background-color: #f0f0f0;
}
.main_wrapper.container {
padding: 0;
background-color: #ffffff;
}
a {
font-weight: 700;
text-decoration: none;
font-size: 14px;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
a, a:hover {
color: #0060b1;
text-decoration: none;
}
a, a:focus, a:active {
outline: none !important;
}
p {
margin: 0 0 15px;
}
h1, h2, h3, h4 {
font-family: 'Roboto Slab', serif;
font-weight: 700;
color: #282428;
margin: 0;
}
h1 {
text-transform: uppercase;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin: 0;
color: #282428;
line-height: 30px;
}
ul {
list-style-type: none;
margin: 0;
}
img {
max-width: 100%;
}
iframe {
border: none;
}
.animated {
opacity: 0;
}
.visible {
opacity: 1;
}
@media (max-width: 479px) {
h1 {
font-size: 22px;
}
}
@media (min-width: 768px) {
h1 {
font-size: 25px;
}
}
@media (min-width: 1200px) {
h1 {
font-size: 30px;
}
}
h3 {
font-size: 22px;
}
@media (min-width: 768px) {
h3 {
font-size: 18px;
}
}
@media (min-width: 992px) {
h3 {
font-size: 22px;
}
}
.sbToggle {
background: none;
height: 10px;
top: 10px;
right: 10px;
}
.sbToggle:after {
color: rgba(0, 0, 0, 0.4);
content: "\f0d7";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 16px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.display-block {
display: block;
}
body.bodyColor.wrapper {
margin: 0 auto;
}
.main_wrapper {
background-color: #fff;
width: 100%;
float: left;
}
@media (min-width: 992px) {
.container {
width: 970px;
}
body.bodyColor.wrapper {
width: 970px;
}
body.bodyColor .header-wrapper,
body.bodyColor .header {
max-width: 970px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
body.bodyColor.wrapper {
width: 1170px;
}
body.bodyColor .header-wrapper,
body.bodyColor .header {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
}
body.bodyColor.default {
background-color: #f5f5f5;
}
body.bodyColor.pattern-01 {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/patterns/001.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body.bodyColor.pattern-02 {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/patterns/002.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body.bodyColor.pattern-03 {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/patterns/003.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body.bodyColor.pattern-04 {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/patterns/004.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body.bodyColor.pattern-06 {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/patterns/006.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body.bodyColor.pattern-07 {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/patterns/007.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body.bodyColor.pattern-05 {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/patterns/005.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body.static .bb-fixed-header {
display: none;
}  .topbar {
height: auto;
padding: 10px 0;
border-top: 1px solid #0060b1;
background-color: #0060b1;
}
.topbar i {
color: rgba(255, 255, 255, 0.5);
font-size: 17px;
vertical-align: text-bottom;
}
.topbar a {
display: inline-block;
color: rgba(255, 255, 255, 0.5);
text-decoration: none;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.topbar a:hover, .topbar a:focus {
color: white;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (max-width: 767px) {
.topbar {
display: none;
}
}
.top-search a i {
width: 16px;
}
@media (max-width: 479px) {
.topbar-left li.phoneNo {
display: none;
}
}
.topbar-left {
display: inline-block;
}
.topbar-left li {
display: inline-block;
margin-right: 20px;
font-size: 14px;
color: white;
font-weight: 700;
}
@media (min-width: 768px) {
.topbar-left li {
margin-right: 50px;
}
}
.topbar-left li i {
padding-right: 7px;
}
.topbar-left li a {
color: white;
}
.topbar-left li:last-child {
margin-right: 0;
}
ul.topbar-right {
float: right;
}
ul.topbar-right > li {
display: inline-block;
margin-left: 18px;
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
position: relative;
}
ul.topbar-right > li a:hover i, ul.topbar-right > li a:focus i {
color: white;
}
ul.topbar-right > li:first-child {
margin-left: 0;
}
ul.topbar-right ul.dropdown-menu {
position: absolute;
top: 100%;
left: auto;
right: 0;
font-size: 14px;
border: 1px solid #e0e1e2;
-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
ul.topbar-right ul.dropdown-menu:before {
content: "";
display: block;
width: 10px;
height: 10px;
position: absolute;
top: -10px;
right: 15%;
margin-left: -7px;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/home/arrow.png) no-repeat center bottom;
}
li.top-search {
padding-right: 15px;
border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
li.top-search {
padding-left: 15px;
border-left: 1px solid rgba(255, 255, 255, 0.5);
}
}
li.top-search ul.dropdown-menu {
width: 250px;
min-width: 200px;
padding: 10px 5px;
margin: 2px 0 0;
right: -100%;
top: 32px;
}
@media (min-width: 768px) {
li.top-search ul.dropdown-menu {
width: 350px;
padding: 15px 10px;
right: 0;
}
}
li.top-search ul.dropdown-menu:before {
right: 19%;
}
@media (min-width: 768px) {
li.top-search ul.dropdown-menu:before {
right: 5%;
}
}
.top-search.list-inline .dropdown-menu form {
width: 100%;
display: table;
}
.top-search.list-inline .dropdown-menu .form-control {
width: 163px;
box-shadow: none;
margin-right: 5px;
display: table-cell;
height: 35px;
}
@media (min-width: 768px) {
.top-search.list-inline .dropdown-menu .form-control {
width: 184px;
margin-right: 17px;
height: 42px;
}
}
.top-search.list-inline .dropdown-menu .btn.commonBtn {
width: auto;
padding-left: 5px;
padding-right: 5px;
display: table-cell;
height: 35px;
line-height: 35px;
}
@media (min-width: 768px) {
.top-search.list-inline .dropdown-menu .btn.commonBtn {
width: 122px;
padding-left: 0;
padding-right: 0;
height: 42px;
line-height: 42px;
}
}
li.language.dropdown {
padding: 0;
}
li.language.dropdown a i {
vertical-align: text-bottom;
position: relative;
}
li.language.dropdown a i.fa-globe {
left: -10px;
}
li.language.dropdown a i.fa-caret-down {
right: -5px;
}
li.language.dropdown ul.dropdown-menu {
width: 100px;
min-width: 100px;
padding: 5px 0;
margin: 2px 0 0;
}
li.language.dropdown ul.dropdown-menu li {
margin: 0;
padding: 0;
box-sizing: border-box;
width: 100%;
}
li.language.dropdown ul.dropdown-menu li a {
display: block;
color: #46555e;
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
font-size: 13px;
font-weight: 500;
}
li.language.dropdown ul.dropdown-menu li a:hover, li.language.dropdown ul.dropdown-menu li a:focus {
background: rgba(0, 0, 0, 0.07);
}
li.language.dropdown ul.dropdown-menu li.active a {
background: transparent;
color: #0060b1;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
li.language.dropdown > a {
padding-left: 15px;
padding-right: 15px;
color: rgba(255, 255, 255, 0.5);
}
li.language.dropdown > a:hover, li.language.dropdown > a:focus {
color: white;
}
@media (min-width: 768px) {
.dropdown > ul {
display: block;
visibility: hidden;
opacity: 1;
-webkit-transition: all 0.05s linear;
transition: all 0.05s linear;
}
.dropdown > ul ul {
-webkit-transition: all 0.05s linear;
transition: all 0.05s linear;
}
.dropdown:hover > ul, ul.dropdown-menu:hover {
visibility: visible;
opacity: 1;
}
.dropdown:hover > ul ul, ul.dropdown-menu:hover ul {
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
}
} .bb-fixed-header {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 10999;
}
.static .bb-fixed-header {
display: none;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
border: 1px solid #49c32c;
background: #49c32c;
margin: 9px 0 9px;
}
@media (min-width: 768px) {
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
margin: 14px 0 14px;
}
}
.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
background-color: #ffffff;
}
.navbar-default .navbar-toggle.collapsed, .navbar-default .navbar-toggle:hover.collapsed, .navbar-default .navbar-toggle:focus.collapsed {
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-toggle.collapsed .icon-bar, .navbar-default .navbar-toggle:hover.collapsed .icon-bar, .navbar-default .navbar-toggle:focus.collapsed .icon-bar {
background-color: rgba(0, 0, 0, 0.3) !important;
}
.header {
width: 100%;
height: auto;
background: #fff;
background-color: #ffffff;
}
.header .navbar {
padding: 5px 0;
background-color: #ffffff;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
.header .navbar {
padding: 8px 0;
}
}
@media (min-width: 992px) {
.header .navbar {
padding: 5px 0;
}
}
.header .navbar-collapse {
padding: 0;
border-top: none;
max-height: 340px;
}
.navbar-brand.logo {
width: 170px;
}
@media (min-width: 768px) {
.navbar-brand.logo {
width: 214px;
}
}
.navbar-brand.logo img {
width: 100%;
margin: 8px 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
padding: 0;
margin: 0;
}
.navbar-default {
background: none;
border: none;
margin: 0;
}
.header .navbar-nav.navbar-right:last-child {
margin: 0px;
}
.nav.navbar-nav.navbar-right {
padding: 10px 0;
}
.navbar-default .navbar-nav > li > a {
padding: 11px 20px;
background: none;
}
.navbar-default .navbar-nav > li > a:hover {
background: none;
}
@media (min-width: 768px) {
.navbar-default .navbar-nav > li > a {
font-size: 12px;
padding: 8px 8px;
}
}
@media (min-width: 992px) {
.navbar-default .navbar-nav > li > a {
font-size: 14px;
padding: 11px 15px;
}
}
@media (min-width: 1200px) {
.navbar-default .navbar-nav > li > a {
padding: 11px 20px;
}
}
.header .navbar-default .navbar-nav li a {
font-size: 14px;
text-decoration: none;
color: #545454;
text-transform: uppercase;
font-weight: 600;
background: none !important;
}
@media (min-width: 768px) {
.header .navbar-default .navbar-nav li a {
font-size: 12px;
}
}
@media (min-width: 992px) {
.header .navbar-default .navbar-nav li a {
font-size: 14px;
}
}
.header .navbar-default .navbar-nav li a:hover {
color: #0060b1;
}
.header .navbar-default .navbar-nav .active a, .header .navbar-default .navbar-nav .active a:hover, .header .navbar-default .navbar-nav .active a:focus {
background: none;
color: #0060b1;
}
@media (max-width: 767px) {
.header .navbar-default .navbar-nav li.apply_now > a {
background: transparent;
color: #545454;
}
.header .navbar-default .navbar-nav li.apply_now > a:hover {
color: #0060b1;
}
}
@media (min-width: 768px) {
.header .navbar-default .navbar-nav li.apply_now > a {
background: #49c32c;
color: #fff;
}
.header .navbar-default .navbar-nav li.apply_now > a:hover {
background: #49c32c;
color: #fff;
}
}
.header .navbar-default .navbar-nav li.apply_now.active > a, .header .navbar-default .navbar-nav li.apply_now.active > a:hover, .header .navbar-default .navbar-nav li.apply_now.active > a:focus {
color: #fff;
}
.navbar-right .dropdown-menu {
left: 0;
right: auto;
}
.header .navbar-nav li.open .dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu {
min-width: 200px;
width: auto;
border: 1px solid #e0e1e2;
-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
left: 0;
top: 36px;
right: auto;
}
@media (max-width: 767px) {
.header .navbar-nav li.open .dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu {
border-radius: 0;
box-shadow: none;
border: none;
width: 100%;
}
}
@media (min-width: 768px) {
.header .navbar-nav li.open .dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu {
min-width: 160px;
}
}
@media (min-width: 992px) {
.header .navbar-nav li.open .dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu {
min-width: 200px;
}
}
.header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
top: 100%;
left: 0;
margin-top: 0;
}
@media (min-width: 768px) {
.header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
top: 0 !important;
left: 100% !important;
margin-top: 5px;
margin-left: 10px;
}
}
@media (min-width: 768px) {
.header .navbar-nav li.open .dropdown-menu ul.dropdown-menu:before,
.header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu:before {
content: "";
display: block;
width: 8px;
height: 13px;
position: absolute;
top: 15px;
left: -8px;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/home/arrow-left.png) no-repeat top left;
}
}
.header .navbar-nav li.open .dropdown-menu li,
.header .navbar-nav li.dropdown .dropdown-menu li {
padding-left: 30px;
}
@media (min-width: 768px) {
.header .navbar-nav li.open .dropdown-menu li,
.header .navbar-nav li.dropdown .dropdown-menu li {
padding: 0 10px;
}
}
.header .navbar-nav li.open .dropdown-menu li a,
.header .navbar-nav li.dropdown .dropdown-menu li a {
font-size: 14px;
color: #545454;
font-weight: 600;
text-transform: capitalize;
padding: 9px 0 !important;
display: block;
border-bottom: 1px solid #e2e3e4;
background: none;
}
.header .navbar-nav li.open .dropdown-menu li a:hover, .header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus {
color: #0060b1;
background: none;
}
@media (max-width: 767px) {
.header .navbar-nav li.open .dropdown-menu li a,
.header .navbar-nav li.dropdown .dropdown-menu li a {
color: #545454;
}
.header .navbar-nav li.open .dropdown-menu li a:hover, .header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus {
color: #0060b1;
background: none;
}
}
@media (min-width: 768px) {
.header .navbar-nav li.open .dropdown-menu li a,
.header .navbar-nav li.dropdown .dropdown-menu li a {
font-size: 13px;
}
}
@media (min-width: 992px) {
.header .navbar-nav li.open .dropdown-menu li a,
.header .navbar-nav li.dropdown .dropdown-menu li a {
font-size: 15px;
}
}
.header .navbar-nav li.open .dropdown-menu li li,
.header .navbar-nav li.dropdown .dropdown-menu li li {
padding-left: 20px;
}
@media (min-width: 768px) {
.header .navbar-nav li.open .dropdown-menu li li,
.header .navbar-nav li.dropdown .dropdown-menu li li {
padding: 0 10px;
}
}
.header .navbar-nav li.open .dropdown-menu li.active > a,
.header .navbar-nav li.dropdown .dropdown-menu li.active > a {
background: none;
color: #0060b1;
}
.header .navbar-nav li.open .dropdown-menu li:last-child a,
.header .navbar-nav li.dropdown .dropdown-menu li:last-child a {
border: none;
}
.header .navbar-nav li.open .dropdown-menu .dropdown-menu li a,
.header .navbar-nav li.dropdown .dropdown-menu .dropdown-menu li a {
border-bottom: 1px solid #e2e3e4;
}
.header .navbar-nav li.open .dropdown-menu .dropdown-menu li:last-child a,
.header .navbar-nav li.dropdown .dropdown-menu .dropdown-menu li:last-child a {
border: none;
}
@media (min-width: 768px) {
.header .navbar-nav > li {
margin-left: 15px;
}
}
@media (min-width: 768px) {
.header .navbar-nav > li > .dropdown-menu:before {
content: "";
display: block;
width: 10px;
height: 10px;
position: absolute;
top: -10px;
left: 15%;
margin-left: -7px;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/home/arrow.png) no-repeat center bottom;
}
}
.list-inline {
margin-left: 0;
}
@media (max-width: 767px) {
.navbar-collapse ul.navbar-nav.in > li.dropdown > a:after {
position: relative;
right: -8px;
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.navbar-collapse ul.navbar-nav > li.dropdown.open > a:after {
content: "\f106";
}
.navbar-collapse ul.navbar-nav li.dropdown li.dropdown.open > a:after {
content: "\f106";
}
}
.navbar-collapse ul.navbar-nav > li.dropdown > a:after {
position: absolute;
right: 15px;
top: 10px;
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
.navbar-collapse ul.navbar-nav > li.dropdown > a:after {
position: relative;
right: -8px;
top: auto;
content: "\f107";
}
}
.navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
position: absolute;
right: 15px;
top: 11px;
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
.navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
right: 15px;
top: 11px;
content: "\f105";
}
}  .header-v2 .topbar-right li {
color: white;
font-weight: 600;
float: left;
}
.header-v2 .topbar-right li i, .header-v2 .topbar-right li .glyphicon {
position: absolute;
left: -15px;
top: 3px;
}
.header-v2 .topbar-right li .glyphicon {
color: rgba(255, 255, 255, 0.5);
left: -25px;
top: 5px;
}
.header-v2 .topbar-right li a {
color: white;
font-weight: 600;
}
.header-v2 .topbar-right li span {
display: inline-block;
margin: 0 3px;
}
.header-v2 .topbar-right > li:last-child {
margin-left: 33px;
}
.LanguageList {
width: 115px;
}
.LanguageList .sbToggle {
background: none;
top: 7px;
}
.LanguageList .sbToggle:after {
position: absolute;
top: -2px;
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: rgba(255, 255, 255, 0.5);
}
.LanguageList .sbHolder {
height: 24px;
font-size: 14px;
color: white;
background: transparent;
border: none;
}
.LanguageList .sbHolder a {
font-weight: 600;
}
.LanguageList .sbSelector {
height: 24px;
line-height: 24px;
}
.LanguageList .sbSelector:link, .LanguageList .sbSelector:visited, .LanguageList .sbSelector:hover {
color: white;
display: block;
}
.LanguageList .sbOptions {
z-index: 999;
top: 35px !important;
}
.LanguageList .sbOptions a:link {
color: #46555e;
}
.LanguageList .sbOptions a:hover, .LanguageList .sbOptions a:visited {
color: #49c32c;
} .version2 .bb-fixed-header .header_inner {
padding: 0;
}
.version2 .bb-fixed-header .header_inner .cart-dropdown {
top: 8px;
}
.version2 .header_inner, .header-v2 .header_inner {
padding: 15px 0;
}
.version2 .navbar-toggle, .header-v2 .navbar-toggle {
position: absolute;
left: 15px;
border-radius: 0px;
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.3);
}
.version2 .navbar-toggle .icon-bar, .header-v2 .navbar-toggle .icon-bar {
background-color: rgba(0, 0, 0, 0.3);
}
.version2 .navbar-default .navbar-toggle:hover,
.version2 .navbar-default .navbar-toggle:focus, .header-v2 .navbar-default .navbar-toggle:hover,
.header-v2 .navbar-default .navbar-toggle:focus {
border: 1px solid #49c32c;
background: #49c32c;
}
.version2 .navbar-default .navbar-toggle:hover .icon-bar,
.version2 .navbar-default .navbar-toggle:focus .icon-bar, .header-v2 .navbar-default .navbar-toggle:hover .icon-bar,
.header-v2 .navbar-default .navbar-toggle:focus .icon-bar {
background-color: white !important;
}
.version2 .navbar > .container .navbar-brand,
.version2 .navbar > .container-fluid .navbar-brand, .header-v2 .navbar > .container .navbar-brand,
.header-v2 .navbar > .container-fluid .navbar-brand {
padding: 0;
margin: 0 auto;
display: block;
float: unset;
}
@media (min-width: 768px) {
.version2 .navbar-collapse, .header-v2 .navbar-collapse {
margin-right: 80px;
}
}
.version2 .nav.navbar-nav.navbar-right, .header-v2 .nav.navbar-nav.navbar-right {
padding-bottom: 0;
}
@media (min-width: 768px) {
.version2 .header .navbar-default .navbar-nav li > a, .header-v2 .header .navbar-default .navbar-nav li > a {
padding-bottom: 25px;
}
}
@media (min-width: 768px) {
.version2 .header .navbar, .header-v2 .header .navbar {
padding-bottom: 0;
}
}
@media (min-width: 768px) {
.version2 .header .navbar-nav li.open .dropdown-menu,
.version2 .header .navbar-nav li.dropdown .dropdown-menu, .header-v2 .header .navbar-nav li.open .dropdown-menu,
.header-v2 .header .navbar-nav li.dropdown .dropdown-menu {
top: 100%;
}
}
.cart-dropdown {
position: absolute;
right: 15px;
top: 20px;
}
.cart-dropdown .shop-cart {
display: inline-block;
position: relative;
}
.cart-dropdown .shop-cart i {
height: 40px;
border: 1px solid rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3);
line-height: 40px;
padding: 0 11px;
font-size: 20px;
}
@media (min-width: 768px) {
.cart-dropdown .shop-cart i {
height: 50px;
line-height: 50px;
padding: 0 15px;
}
}
.cart-dropdown .shop-cart .badge {
position: absolute;
top: 4px;
right: 5px;
color: #ffffff;
background: #49c32c;
border-radius: 50%;
padding: 2px 4px;
font-weight: 600;
font-size: 13px;
}
@media (min-width: 768px) {
.cart-dropdown .shop-cart .badge {
top: 8px;
right: 7px;
}
} .version3 .header .navbar-default .navbar-nav li > a, .header-v3 .header .navbar-default .navbar-nav li > a {
padding: 11px 20px;
}
@media (min-width: 768px) {
.version3 .header .navbar-default .navbar-nav li > a, .header-v3 .header .navbar-default .navbar-nav li > a {
padding: 0 8px;
}
}
@media (min-width: 992px) {
.version3 .header .navbar-default .navbar-nav li > a, .header-v3 .header .navbar-default .navbar-nav li > a {
padding: 0 15px;
}
}
@media (min-width: 1200px) {
.version3 .header .navbar-default .navbar-nav li > a, .header-v3 .header .navbar-default .navbar-nav li > a {
padding: 0 20px;
}
}
@media (min-width: 768px) {
.version3 .nav.navbar-nav.navbar-right, .header-v3 .nav.navbar-nav.navbar-right {
padding: 0;
}
}
.version3 .navbar-default .navbar-toggle,
.version3 .navbar-default .navbar-toggle:hover,
.version3 .navbar-default .navbar-toggle:focus, .header-v3 .navbar-default .navbar-toggle,
.header-v3 .navbar-default .navbar-toggle:hover,
.header-v3 .navbar-default .navbar-toggle:focus {
margin: 8px 0;
}
.version3 .navbar-default .navbar-toggle .icon-bar,
.version3 .navbar-default .navbar-toggle:hover .icon-bar,
.version3 .navbar-default .navbar-toggle:focus .icon-bar, .header-v3 .navbar-default .navbar-toggle .icon-bar,
.header-v3 .navbar-default .navbar-toggle:hover .icon-bar,
.header-v3 .navbar-default .navbar-toggle:focus .icon-bar {
background-color: #ffffff !important;
}
.version3 .navbar-toggle.collapsed, .header-v3 .navbar-toggle.collapsed {
border: 1px solid #ffffff !important;
}
@media (max-width: 767px) {
.version3 .nav-right, .header-v3 .nav-right {
position: absolute;
z-index: 55;
top: 0;
right: 15px;
}
}
@media (min-width: 768px) {
.version3 .header .navbar-default .navbar-nav > li > a, .header-v3 .header .navbar-default .navbar-nav > li > a {
line-height: 50px;
color: rgba(255, 255, 255, 0.5);
}
}
.version3 .navbar-toggle, .header-v3 .navbar-toggle {
position: absolute;
}
.version3 .topbar, .header-v3 .topbar {
display: block;
}
@media (max-width: 767px) {
.version3 .navbar-collapse, .header-v3 .navbar-collapse {
margin-top: 50px;
}
}
@media (min-width: 768px) {
.version3 .header .navbar-default .navbar-nav > .active > a,
.version3 .header .navbar-default .navbar-nav > .active > a:hover,
.version3 .header .navbar-default .navbar-nav > .active > a:focus,
.version3 .header .navbar-default .navbar-nav > li > a:focus,
.version3 .header .navbar-default .navbar-nav > li > a:hover, .header-v3 .header .navbar-default .navbar-nav > .active > a,
.header-v3 .header .navbar-default .navbar-nav > .active > a:hover,
.header-v3 .header .navbar-default .navbar-nav > .active > a:focus,
.header-v3 .header .navbar-default .navbar-nav > li > a:focus,
.header-v3 .header .navbar-default .navbar-nav > li > a:hover {
color: white;
}
}
@media (max-width: 767px) {
.version3 .header .navbar-collapse, .header-v3 .header .navbar-collapse {
overflow-y: inherit;
}
}
.version3 .header .navbar, .header-v3 .header .navbar {
background-color: #0060b1;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
border-radius: 0;
padding: 0;
height: 50px;
}
@media (min-width: 768px) {
.version3 .header .navbar-collapse, .header-v3 .header .navbar-collapse {
float: left;
}
}
@media (min-width: 768px) {
.version3 .header .navbar-nav li.open .dropdown-menu,
.version3 .header .navbar-nav li.dropdown .dropdown-menu, .header-v3 .header .navbar-nav li.open .dropdown-menu,
.header-v3 .header .navbar-nav li.dropdown .dropdown-menu {
top: 100%;
}
}
@media (min-width: 768px) {
.version3 .header .navbar-nav > li, .header-v3 .header .navbar-nav > li {
margin-left: 0;
margin-right: 10px;
}
}
.header-v3 .topbar {
position: relative;
z-index: 999;
border-top: 1px solid #fff;
background-color: #fff;
padding: 25px 0;
}
@media (max-width: 767px) {
.header-v3 .topbar {
padding: 10px 0;
}
}
.header-v3 .navbar-brand.logo {
padding: 0;
}
@media (max-width: 767px) {
.header-v3 .navbar-brand.logo {
display: inline-block;
margin: 0 0;
float: none;
}
}
.header-v3 .navbar-brand.logo img {
margin: 0;
}
.header-v3 .topbar-right {
width: 80%;
margin: 0 auto;
}
@media (max-width: 767px) {
.header-v3 .topbar-right {
width: 25%;
display: inline-block;
position: relative;
float: right;
margin-right: -5px;
}
}
@media (max-width: 479px) {
.header-v3 .topbar-right {
width: 35%;
}
}
@media (min-width: 768px) {
.header-v3 .topbar-right {
width: 65%;
float: right;
margin: 0;
}
}
@media (min-width: 992px) {
.header-v3 .topbar-right {
width: 40%;
}
}
.header-v3 .topbar-right .topContact {
margin-bottom: 0;
width: 50%;
float: left;
}
@media (max-width: 767px) {
.header-v3 .topbar-right .topContact {
width: 50%;
}
}
.header-v3 .topbar-right .topContact .top-icon {
display: inline-block;
position: relative;
float: right;
}
@media (min-width: 768px) {
.header-v3 .topbar-right .topContact .top-icon {
float: left;
}
}
.header-v3 .topbar-right .topContact .top-icon a {
border: 1px solid #adadad;
height: 50px;
width: 50px;
border-radius: 50%;
}
.header-v3 .topbar-right .topContact .top-icon i {
color: #49c32c;
font-size: 18px;
margin-left: 15px;
margin-top: 15px;
}
.header-v3 .topbar-right .topContact .callus, .header-v3 .topbar-right .topContact .mailto {
display: inline-block;
float: left;
padding-left: 15px;
margin-top: -5px;
}
.header-v3 .topbar-right .topContact .callus h5, .header-v3 .topbar-right .topContact .mailto h5 {
color: #adadad;
font-weight: 600;
font-size: 18px;
}
.header-v3 .topbar-right .topContact .callus span, .header-v3 .topbar-right .topContact .mailto span {
font-size: 14px;
line-height: 22px;
color: #000000;
font-weight: 600;
}
@media (max-width: 767px) {
.header-v3 .topbar-right .topContact .callus, .header-v3 .topbar-right .topContact .mailto {
display: none;
}
}
.nav-right {
float: right;
}
.nav-right .top-search {
position: relative;
display: inline-block;
font-size: 14px;
color: white;
font-weight: 700;
line-height: 50px;
border: none;
}
.nav-right .top-search a {
position: relative;
}
.nav-right .top-search a:before {
content: '';
position: absolute;
right: -10px;
border-right: 1px solid rgba(255, 255, 255, 0.7);
top: 0;
height: 18px;
}
.nav-right .top-search i {
margin-right: 10px;
font-size: 16px;
color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
.nav-right .top-search {
left: 15px;
top: 0;
}
}
.nav-right .top-search .dropdown-menu {
top: 48px;
left: auto;
right: 0;
font-size: 14px;
border: 1px solid #e0e1e2;
-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.nav-right .top-search .dropdown-menu .form-control {
margin-top: 5px;
}
.nav-right .top-search .dropdown-menu:before {
right: 30px;
content: "";
display: block;
width: 10px;
height: 10px;
position: absolute;
top: -10px;
margin-left: -7px;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/home/arrow.png) no-repeat center bottom;
}
.nav-right .cart {
display: inline-block;
margin-left: 0px;
position: relative;
}
.nav-right .shop-cart i {
height: 40px;
color: rgba(255, 255, 255, 0.6);
line-height: 40px;
padding: 0 11px;
font-size: 20px;
}
.nav-right .shop-cart .badge {
position: absolute;
top: 8px;
right: 0px;
color: #ffffff;
background: #49c32c;
border-radius: 50%;
padding: 2px 4px;
font-weight: 600;
font-size: 13px;
} .banner {
position: relative;
background: #222c34;
}
.banner .slides {
position: relative;
z-index: 99;
}
.banner .slides li {
position: relative;
}
.flex-direction-nav {
width: 100%;
float: left;
height: 100%;
position: absolute;
top: 0;
margin: 0;
}
.flex-direction-nav a {
position: absolute;
height: 100%;
text-indent: -9999px;
width: 36px;
z-index: 9999;
height: 48px;
margin-top: -24px;
top: 50%;
text-indent: -9999px;
z-index: 9999;
}
.banner .flex-direction-nav a.flex-prev {
background: transparent url(//www.asmel.com/wp-content/themes/bst-master/img/home/slider/prev.png) no-repeat scroll left center;
left: 0;
position: absolute;
}
.banner .flex-direction-nav a.flex-next {
position: absolute;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/home/slider/next.png) no-repeat left center;
right: 0;
}
.banner_caption {
width: 100%;
float: left;
height: auto;
position: absolute;
opacity: 0;
z-index: 9999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
.banner_caption {
display: none;
}
}
@media (min-width: 768px) {
.banner_caption {
padding: 35px;
bottom: 13px;
}
}
@media (min-width: 992px) {
.banner_caption {
padding-left: 30px;
bottom: 12px;
}
}
.item.active .banner_caption {
opacity: 1;
}
#recommended-item-carousel .recommended-item-control {
display: none;
position: absolute;
top: 50%;
margin-top: -24px;
z-index: 999;
}
#recommended-item-carousel:hover .recommended-item-control {
display: block;
}
#recommended-item-carousel .recommended-item-control.left {
left: 0;
}
#recommended-item-carousel .recommended-item-control.right {
right: 0;
}
.caption_inner {
width: 595px;
padding: 25px;
background: rgba(0, 0, 0, 0.74);
position: relative;
z-index: 9999;
}
.caption_inner h1 {
font-family: 'Roboto Slab', serif;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
}
.caption_inner p {
color: #fff;
}
.caption_inner a {
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
color: #fff !important;
background: #49c32c;
cursor: pointer;
}
@media (min-width: 768px) {
.caption_inner {
padding: 20px;
}
.caption_inner h1 {
font-size: 20px;
margin: 0 0 10px;
}
.caption_inner p {
line-height: 21px;
margin: 0 0 15px;
}
.caption_inner a {
padding: 8px 25px;
}
}
@media (min-width: 992px) {
.caption_inner {
padding: 30px;
}
.caption_inner h1 {
font-size: 26px;
margin: 0 0 12px;
}
.caption_inner p {
line-height: 24px;
margin: 0 0 30px;
}
.caption_inner a {
padding: 12px 40px;
}
} .version2 {
overflow-x: hidden;
}
.version2 .header-v2 {
width: 100%;
z-index: 999;
}
.version2.page .header-v2 {
position: relative;
}
.fullscreenbanner-container {
width: 100%;
position: relative;
padding: 0;
}
.fullscreenbanner {
width: 100%;
position: relative;
}
.bannerV2 .tp-bullets.simplebullets.preview4 {
display: none;
}
.bannerV2 .fullscreenbanner-container {
max-height: 670px !important;
}
@media (max-width: 479px) {
.bannerV2 .fullscreenbanner-container {
max-height: 500px !important;
}
}
.bannerV2 .tp-caption.rs-caption-1,
.bannerV2 .tp-caption.rs-caption-2,
.bannerV2 .tp-caption.rs-caption-3 {
white-space: normal !important;
width: inherit;
width: 90%;
}
@media (max-width: 479px) {
.bannerV2 .tp-caption.rs-caption-1,
.bannerV2 .tp-caption.rs-caption-2,
.bannerV2 .tp-caption.rs-caption-3 {
width: 100%;
}
}
@media (min-width: 768px) {
.bannerV2 .tp-caption.rs-caption-1,
.bannerV2 .tp-caption.rs-caption-2,
.bannerV2 .tp-caption.rs-caption-3 {
width: 80%;
}
}
@media (min-width: 992px) {
.bannerV2 .tp-caption.rs-caption-1,
.bannerV2 .tp-caption.rs-caption-2,
.bannerV2 .tp-caption.rs-caption-3 {
width: 70%;
}
}
@media (min-width: 1200px) {
.bannerV2 .tp-caption.rs-caption-1,
.bannerV2 .tp-caption.rs-caption-2,
.bannerV2 .tp-caption.rs-caption-3 {
width: 65%;
}
}
.bannerV2 .tp-caption.rs-caption-1 {
font-family: 'Roboto Slab', serif;
text-transform: uppercase;
color: #ffffff !important;
font-weight: 700;
font-size: 25px !important;
line-height: 32px !important;
}
@media (max-width: 479px) {
.bannerV2 .tp-caption.rs-caption-1 {
font-size: 20px !important;
line-height: 35px !important;
}
}
@media (min-width: 768px) {
.bannerV2 .tp-caption.rs-caption-1 {
font-size: 40px !important;
line-height: 44px !important;
}
}
@media (min-width: 992px) {
.bannerV2 .tp-caption.rs-caption-1 {
font-size: 45px !important;
line-height: 50px !important;
}
}
@media (min-width: 1200px) {
.bannerV2 .tp-caption.rs-caption-1 {
font-size: 50px !important;
line-height: 54px !important;
}
}
.bannerV2 .tp-caption.rs-caption-2 {
color: #ffffff !important;
font-size: 12px !important;
line-height: 16px !important;
margin-top: 0 !important;
}
@media (max-width: 479px) {
.bannerV2 .tp-caption.rs-caption-2 {
margin-top: 10px !important;
}
}
@media (min-width: 768px) {
.bannerV2 .tp-caption.rs-caption-2 {
font-size: 16px !important;
line-height: 25px !important;
margin-top: -20px !important;
}
}
@media (min-width: 992px) {
.bannerV2 .tp-caption.rs-caption-2 {
margin-top: -30px !important;
}
}
.bannerV2 .btn {
background: #ffffff;
font-family: 'Roboto Slab', serif;
border: none;
color: #000000 !important;
font-weight: 700;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
width: 140px;
height: 40px;
line-height: 40px;
border-radius: 0;
margin-top: 0 !important;
padding: 0;
}
@media (max-width: 479px) {
.bannerV2 .btn {
margin-top: 50px !important;
}
}
@media (min-width: 768px) {
.bannerV2 .btn {
font-size: 14px;
width: 165px;
height: 50px;
line-height: 50px;
display: inline-block;
margin-top: -20px !important;
}
}
@media (min-width: 992px) {
.bannerV2 .btn {
margin-top: -40px !important;
}
} .bannerV3 .fullscreenbanner-container > .container {
position: relative;
z-index: 9999;
}
.bannerV3 .fullscreenbanner-container > .container .fixed-caption {
position: absolute;
right: 15px;
top: 100px;
}
@media (max-width: 767px) {
.bannerV3 .fullscreenbanner-container > .container .fixed-caption {
top: 370px;
height: 54px;
overflow: hidden;
left: 50%;
transition: all 0.3s ease;
transform: translateX(-50%);
}
.bannerV3 .fullscreenbanner-container > .container .fixed-caption:before {
content: "\f067";
font-family: FontAwesome;
right: 15px;
position: absolute;
top: 15px;
}
.bannerV3 .fullscreenbanner-container > .container .fixed-caption:hover {
top: 100px;
height: auto;
overflow: visible;
}
.bannerV3 .fullscreenbanner-container > .container .fixed-caption:hover:before {
content: "\f068";
font-family: FontAwesome;
right: 15px;
position: absolute;
top: 15px;
}
}
.bannerV3 .owl-theme .owl-controls {
margin: 0;
}
.bannerV3 .banner-slider .slide {
min-height: 450px;
}
@media (min-width: 768px) {
.bannerV3 .banner-slider .slide {
min-height: 550px;
}
}
@media (min-width: 992px) {
.bannerV3 .banner-slider .slide {
min-height: 600px;
}
}
.bannerV3 .slide {
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: left center;
}
.fixed-caption {
width: 370px;
background: rgba(0, 0, 0, 0.6);
padding: 30px 15px;
color: #fff;
}
@media (max-width: 767px) {
.fixed-caption {
width: 300px;
padding: 20px 15px;
}
}
.fixed-caption h3 {
color: #fff;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 25px;
}
@media (max-width: 767px) {
.fixed-caption h3 {
font-size: 16px;
margin-bottom: 15px;
}
}
.fixed-caption p {
margin-bottom: 25px;
}
@media (max-width: 767px) {
.fixed-caption p {
margin-bottom: 15px;
}
}
.fixed-caption .commonBtn {
width: 130px;
margin: 0 auto;
display: block;
}
.fixed-caption .sbHolder {
color: rgba(255, 255, 255, 0.5);
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.fixed-caption .sbSelector:link, .fixed-caption .sbSelector:visited, .fixed-caption .sbSelector:hover {
color: rgba(255, 255, 255, 0.5);
}
.fixed-caption .sbToggle:after {
color: rgba(255, 255, 255, 0.5);
}
.fixed-caption .sbOptions {
border: 1px solid rgba(255, 255, 255, 0.5);
}
.bannerV3 {
min-height: 450px;
}
@media (min-width: 768px) {
.bannerV3 {
min-height: 550px;
}
}
@media (min-width: 992px) {
.bannerV3 {
min-height: 600px;
}
}  .aboutArea {
padding: 25px 0 40px;
}
@media (max-width: 767px) {
.aboutArea {
padding: 30px 0 10px;
}
}
.aboutArea, .aboutTitle, .aboutImage, .mainContent, .menuFooter, .footer {
width: 100%;
display: block;
}
.aboutArea, .footer {
padding: 35px 0 40px 0;
background: #222c34; background: -moz-linear-gradient(left, #222c34 0%, #2a3a46 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222c34), color-stop(100%, #2a3a46)); background: -webkit-linear-gradient(left, #222c34 0%, #2a3a46 100%); background: -o-linear-gradient(left, #222c34 0%, #2a3a46 100%); background: -ms-linear-gradient(left, #222c34 0%, #2a3a46 100%); background: linear-gradient(to right, #222c34 0%, #2a3a46 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222c34', endColorstr='#2a3a46',GradientType=1 ); }
.aboutTitle > h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-weight: 700;
font-size: 26px;
color: #ffffff;
text-transform: uppercase;
margin: 0 0 25px;
}
@media (max-width: 767px) {
.aboutTitle > h2 {
font-size: 20px;
}
}
.aboutImage {
position: relative;
}
.aboutImage img {
width: 100%;
}
.aboutImage .overlay {
position: absolute;
top: 0;
left: 0;
bottom: 44px;
width: 100%;
padding: 10px 20px;
text-align: center;
background: transparent;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
@media (max-width: 479px) {
.aboutImage .overlay {
display: none;
}
}
@media (min-width: 768px) {
.aboutImage .overlay {
text-align: left;
padding: 10px;
bottom: 30px;
}
}
@media (min-width: 992px) {
.aboutImage .overlay {
bottom: 36px;
}
}
@media (min-width: 1200px) {
.aboutImage .overlay {
bottom: 44px;
}
}
.aboutImage .overlay p {
font-size: 14px;
line-height: 23px;
margin: 0;
color: #ffffff;
opacity: 0;
-webkit-transform: translate(0, 30px);
-ms-transform: translate(0, 30px);
transform: translate(0, 30px);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
font-weight: 400;
}
@media (min-width: 768px) {
.aboutImage .overlay p {
font-size: 11px;
line-height: 16px;
}
}
@media (min-width: 992px) {
.aboutImage .overlay p {
font-size: 12px;
line-height: 18px;
}
}
@media (min-width: 1200px) {
.aboutImage .overlay p {
font-size: 14px;
line-height: 23px;
}
}
.aboutImage:hover .overlay {
background: rgba(0, 0, 0, 0.45);
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.aboutImage:hover .overlay p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.captionLink, .captionLink:hover {
width: 100%;
height: 44px;
display: block;
color: #fff;
text-transform: uppercase;
line-height: 44px;
text-indent: 13px;
background-color: #0060b1;
position: absolute;
left: 0;
bottom: 0;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
color: #fff;
}
@media (min-width: 768px) {
.captionLink, .captionLink:hover {
font-size: 9px;
text-indent: 10px;
height: 30px;
line-height: 30px;
}
}
@media (min-width: 992px) {
.captionLink, .captionLink:hover {
font-size: 11px;
text-indent: 10px;
height: 36px;
line-height: 36px;
}
}
@media (min-width: 1200px) {
.captionLink, .captionLink:hover {
font-size: 14px;
text-indent: 13px;
height: 44px;
line-height: 44px;
}
}
.captionLink:focus {
color: #fff;
text-decoration: none;
}
.captionLink > span {
background-image: url(//www.asmel.com/wp-content/themes/bst-master/img/read_more_link.png);
background-repeat: no-repeat;
width: 8px;
height: 13px;
display: inline-block;
float: right;
margin: 16px 10px 0 0;
}
@media (min-width: 768px) {
.captionLink > span {
margin: 9px 10px 0 0;
}
}
@media (min-width: 992px) {
.captionLink > span {
margin: 11px 10px 0 0;
}
}
@media (min-width: 1200px) {
.captionLink > span {
margin: 16px 10px 0 0;
}
}
@media (max-width: 479px) {
.about_inner .col-xs-6 {
width: 100%;
}
}
@media (max-width: 767px) {
.about_inner .col-xs-6 {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.about_inner .col-sm-3 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 992px) {
.about_inner .col-sm-3 {
padding-left: 15px;
padding-right: 15px;
}
} .mainContent {
padding: 47px 0 65px 0;
background-color: #fff;
float: left;
}
@media (max-width: 767px) {
.mainContent {
padding: 30px 0;
margin: 0 0 20px;
}
}
.videoArea {
margin-bottom: 27px;
padding-bottom: 30px;
border-bottom: 1px solid #dce4ea;
}
.videoArea > h3 {
margin-bottom: 30px;
text-transform: uppercase;
}
.videoLeft {
position: relative;
margin-bottom: 20px;
}
@media (min-width: 992px) {
.videoLeft {
margin-bottom: 0;
}
}
.videoLeft img {
cursor: pointer;
width: 100%;
}
.videoLeft iframe {
width: 100%;
}
.videoButton {
width: 100%;
display: block;
position: absolute;
left: 0;
top: 50%;
text-align: center;
cursor: pointer;
margin-top: -39px;
}
.videoRight > p {
margin: 0 0 15px 0;
}
.btn.learnBtn {
padding: 0;
height: 42px;
border: 1px solid #0060b1;
background: #0060b1;
border-radius: 0;
line-height: 42px;
color: #ffffff;
text-transform: uppercase;
font-weight: 400;
}
@media (max-width: 767px) {
.btn.learnBtn {
padding: 0 20px;
width: auto;
display: inline-block;
}
}
.btn.learnBtn:hover {
color: #ffffff;
}
.videoNine .single_post.related_post_sec ul li {
border-bottom: none;
}
.videoNine .single_post.related_post_sec ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
@media (max-width: 767px) {
.videoNine .single_post.related_post_sec ul li:last-child {
padding: 0 0 25px;
margin: 0 0 22px;
}
}
.resultPart h4 {
color: #000;
margin-bottom: 13px;
font-size: 15px;
}
@media (max-width: 479px) {
.resultPart h4 {
font-size: 14px;
}
}
@media (min-width: 768px) {
.resultPart h4 {
font-size: 13px;
}
}
@media (min-width: 992px) {
.resultPart h4 {
font-size: 14px;
}
}
@media (min-width: 1200px) {
.resultPart h4 {
font-size: 18px;
}
}
.videoNine {
padding-right: 30px;
border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
.videoNine {
padding-right: 0;
border-right: none;
}
}
@media (max-width: 479px) {
.resultPart .col-sm-4 {
width: 100%;
}
}
@media (max-width: 767px) {
.resultPart .col-sm-4 {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.resultPart .col-sm-4:first-child {
padding-right: 5px;
}
.resultPart .col-sm-4:nth-child(2n) {
padding: 0 10px;
}
.resultPart .col-sm-4:last-child {
padding-left: 5px;
}
}
@media (min-width: 1200px) {
.resultPart .col-sm-4:first-child, .resultPart .col-sm-4:nth-child(2n),
.resultPart .col-sm-4:last-child {
padding: 0 15px;
}
} .paralax {
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
float: left;
width: 100%;
padding: 65px 0;
color: #ffffff;
}
.icon {
padding-top: 40px;
border: 2px solid rgba(255, 255, 255, 0.2);
display: inline-block;
width: 120px;
height: 120px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
@media (max-width: 767px) {
.icon {
padding-top: 35px;
width: 110px;
height: 110px;
}
}
.icon i {
font-size: 36px;
}
@media (max-width: 767px) {
.icon i {
font-size: 30px;
}
}
.counter {
font-family: 'Roboto Slab', serif;
font-size: 50px;
line-height: 50px;
font-weight: 700;
margin-top: 10px;
}
@media (max-width: 767px) {
.counter {
font-size: 40px;
}
}
.seperator-small {
width: 10%;
height: 2px;
background-color: rgba(255, 255, 255, 0.47);
margin: 15px auto;
}
.count .col-xs-6 p {
font-family: 'Roboto Slab', serif;
font-size: 20px;
line-height: 20px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
@media (max-width: 479px) {
.count .col-xs-6, .menuFooter .col-xs-6 {
width: 100%;
}
}
@media (max-width: 767px) {
.count .col-xs-6, .menuFooter .col-xs-6 {
margin-bottom: 35px;
}
}
.count .col-xs-6:nth-child(2), .menuFooter .col-xs-6:nth-child(2) {
clear: right;
}
@media (max-width: 767px) {
.menuFooter .col-xs-6 {
min-height: 150px;
}
}
.paralax-text {
padding-top: 60px;
margin-top: 60px;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
.paralax-text {
padding-top: 45px;
margin-top: 45px;
}
}
.paralax-text h2 {
font-size: 22px;
margin-bottom: 25px;
color: #ffffff;
text-transform: uppercase;
}
@media (min-width: 768px) {
.paralax-text h2 {
font-size: 25px;
}
}
@media (min-width: 1200px) {
.paralax-text h2 {
font-size: 30px;
}
}
.paralax-text p {
margin: 0;
}
.paralax-text a.commonBtn {
padding-right: 45px;
padding-left: 45px;
margin-top: 40px;
}
.paralax-text .list-inline {
display: block;
margin-top: 30px;
}
.paralax-text .list-inline li {
margin: 0 6px;
padding: 0;
}
@media (max-width: 479px) {
.paralax-text .list-inline li {
margin: 0 3px;
}
}
.paralax-text .list-inline li a {
display: inline-block;
width: 65px;
height: 65px;
line-height: 65px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.4);
color: white;
}
@media (max-width: 479px) {
.paralax-text .list-inline li a {
width: 45px;
height: 45px;
line-height: 45px;
}
}
.paralax-text .list-inline li a i {
font-size: 22px;
}
@media (max-width: 479px) {
.paralax-text .list-inline li a i {
font-size: 18px;
}
}
.paralax-text .list-inline li:hover i {
-webkit-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
} .testimonial-section {
padding: 75px 0;
background-color: #f1f4f7;
width: 100%;
float: left;
}
.testimonial .carousal_bottom {
padding-left: 0;
}
.features {
padding-left: 30px;
}
@media (max-width: 767px) {
.features {
padding-left: 0;
margin-top: 25px;
}
}
.features h3 {
text-transform: uppercase;
margin-bottom: 25px;
}
.features ul li {
width: 100%;
line-height: 27px;
margin: 0 0 15px;
font-weight: 600;
font-style: italic;
color: rgba(0, 0, 0, 0.8);
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
position: relative;
padding-left: 35px;
list-style-type: none;
}
.features ul li:hover {
color: black;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.features ul li:hover i {
color: #49c32c;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.features ul li i {
font-size: 28px;
text-align: right;
margin-right: 10px;
color: #c5c5c5;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
font: normal normal normal 28px/1 FontAwesome;
position: absolute;
left: 0;
top: 1px;
} .brandSection {
width: 100%;
float: left;
overflow: hidden;
padding: 65px 0;
}
.brandSection .partnersLogoSlider .slide {
display: table;
width: 100%;
}
.brandSection .partnersLogoSlider .slide .partnersLogo {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.brandSection .partnersLogoSlider .slide .partnersLogo img {
width: auto;
margin: 0 auto;
}
@media (min-width: 768px) {
.brandSection .partnersLogoSlider .slide .partnersLogo {
width: 270px;
}
}
.brandSection .owl-nav {
opacity: 1;
width: 100%;
top: 72%;
margin-top: -40px;
}
.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev,
.brandSection .owl-carousel .owl-controls .owl-nav .owl-next {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 24px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
padding: 0;
background-color: transparent;
color: 666666;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev:before {
color: #666666;
line-height: 40px;
content: "\f104";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.brandSection .owl-carousel .owl-controls .owl-nav .owl-next:before {
color: #666666;
content: "\f105";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 40px;
}
.brandSection .owl-carousel .owl-controls .owl-nav:hover .owl-prev:before,
.brandSection .owl-carousel .owl-controls .owl-nav:hover .owl-next:before {
color: #666666;
}
.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev {
left: 0;
}
@media (min-width: 992px) {
.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev {
margin-left: -40px;
}
}
.brandSection .owl-carousel .owl-controls .owl-nav .owl-next {
right: 0;
}
@media (min-width: 992px) {
.brandSection .owl-carousel .owl-controls .owl-nav .owl-next {
margin-right: -40px;
}
}
.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
left: 0;
margin-left: 0;
}
@media (min-width: 992px) {
.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
margin-left: -40px;
}
}
.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-next {
right: 0;
margin-right: 0;
}
@media (min-width: 992px) {
.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-next {
margin-right: -40px;
}
}
.owl-prev span,
.owl-next span {
opacity: 0;
}  .banner-bottom-inner {
position: relative;
z-index: 500;
width: 100%;
float: left;
top: -60px;
padding: 35px;
background: #232e37;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.selectBox.select-category {
height: 45px;
line-height: 45px;
position: relative;
margin-bottom: 0;
}
@media (max-width: 767px) {
.selectBox.select-category {
margin-bottom: 15px;
}
}
.selectBox.select-category .sbToggle:after {
color: rgba(0, 0, 0, 0.4);
content: "\f107";
position: absolute;
top: 3px;
}
.selectBox.select-category select {
height: 45px;
line-height: 45px;
width: 100%;
border: none;
padding: 0 15px;
background-color: white;
}
.selectBox.select-category .sbSelector {
color: #000000;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
padding-left: 30px;
position: relative;
}
@media (min-width: 768px) {
.selectBox.select-category .sbSelector {
font-size: 11px;
}
}
@media (min-width: 992px) {
.selectBox.select-category .sbSelector {
font-size: 15px;
}
}
.selectBox.select-category .sbSelector:hover {
color: #000000;
}
.selectBox.select-category .sbSelector:before {
position: absolute;
left: 0;
top: 15px;
color: rgba(0, 0, 0, 0.8);
content: "\f039";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.searchCourse .form-control {
height: 45px;
width: 72%;
float: left;
margin-right: 3%;
}
@media (min-width: 768px) {
.searchCourse .form-control {
width: 70%;
margin-right: 5%;
}
}
@media (min-width: 992px) {
.searchCourse .form-control {
width: 71%;
margin-right: 4%;
}
}
.searchCourse .commonBtn {
height: 45px;
width: 25%;
} .info-section {
padding: 15px 0 75px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box {
padding: 50px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
.box {
margin-bottom: 15px;
}
}
@media (min-width: 1200px) {
.box {
padding: 50px;
}
}
.box i {
display: block;
font-size: 35px;
clear: both;
color: #49c32c;
}
.box .separator {
width: 70px;
height: 1px;
background: rgba(0, 0, 0, 0.1);
margin: 20px auto;
}
.box span {
display: block;
font-size: 14px;
clear: both;
color: #545454;
font-weight: 600;
}
.padding {
padding: 85px 0;
}
.sectionTitle h3 {
color: #000000;
text-transform: uppercase;
clear: both;
margin-bottom: 60px;
}
@media (max-width: 479px) {
.popularCourse .col-xs-6 {
width: 100%;
}
}
.imageBox {
margin-bottom: 70px;
}
.productImage {
position: relative;
}
.productImage img {
max-width: 100%;
display: block;
width: 100%;
}
.productImage .sticker {
position: absolute;
bottom: 30px;
right: 0;
background: #ffffff;
padding: 5px 10px;
font-size: 13px;
color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.productImage .sticker i {
margin-right: 10px;
}
.productCaption {
border: 1px solid rgba(0, 0, 0, 0.1);
border-top: none;
}
.productCaption h3 {
font-size: 20px;
color: #000000;
font-weight: 400;
margin: 20px 0 10px;
padding: 0 15px;
}
.productCaption h3 a {
color: #000000;
}
.productCaption .product-meta span {
font-size: 13px;
color: rgba(0, 0, 0, 0.5);
display: block;
padding: 0 15px;
margin-bottom: 15px;
font-style: italic;
}
.productCaption .rating {
padding: 0 15px;
margin-bottom: 30px;
}
.productCaption .rating span {
display: inline-block;
}
.productCaption .rating span .fa {
color: #ffc100;
}
.productCaption .rating .rating-star {
margin-right: 5px;
}
.productCaption .rating-review {
font-size: 13px;
color: rgba(0, 0, 0, 0.5);
}
.productCaption .caption-bottom > div {
display: inline-block;
width: 50%;
text-align: center;
height: 50px;
float: left;
}
.productCaption .caption-bottom .price {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.productCaption .caption-bottom .price span {
line-height: 50px;
}
.productCaption .caption-bottom .offer-price {
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 20px;
color: #49c32c;
}
.productCaption .caption-bottom .regular-price {
font-family: 'Roboto Slab', serif;
font-weight: 400;
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
}
.productCaption .caption-bottom .user {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 20px;
}
@media (min-width: 992px) {
.productCaption .caption-bottom .user {
padding: 0 15px;
}
}
.productCaption .caption-bottom .user i {
font-size: 20px;
color: rgba(0, 0, 0, 0.5);
line-height: 50px;
float: left;
}
.productCaption .caption-bottom .user span {
font-family: 'Roboto Slab', serif;
font-weight: 400;
font-size: 13px;
color: rgba(0, 0, 0, 0.5);
line-height: 14px;
display: table-cell;
text-align: left;
padding-top: 10px;
padding-left: 7px;
}
.btnArea .commonBtn {
padding-left: 30px;
padding-right: 30px;
} .courseCategory {
color: #ffffff;
}
.courseCategory .sectionTitle h3 {
color: #ffffff;
}
.courseCategory .btnArea {
margin-top: 30px;
}
@media (max-width: 479px) {
.courseCategory .col-xs-6 {
width: 100%;
}
.feature-section .col-xs-6 {
width: 100%;
}
}
.text-box {
background: rgba(255, 255, 255, 0.12);
padding: 30px 20px;
position: relative;
-webkit-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
-ms-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
transition: background 0.4s ease;
margin-bottom: 30px;
}
@media (max-width: 479px) {
.text-box {
padding: 45px 25px;
margin-bottom: 15px;
}
}
@media (min-width: 992px) {
.text-box {
padding: 45px 25px;
}
}
.text-box-icon {
position: absolute;
left: 20px;
top: 30px;
}
@media (max-width: 479px) {
.text-box-icon {
left: 25px;
top: 45px;
}
}
@media (min-width: 992px) {
.text-box-icon {
left: 25px;
top: 45px;
}
}
.text-box-icon i {
font-size: 20px;
color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
.text-box-icon i {
font-size: 25px;
}
}
.text-box-top {
margin-left: 30px;
}
@media (max-width: 479px) {
.text-box-top {
margin-left: 45px;
}
}
@media (min-width: 992px) {
.text-box-top {
margin-left: 45px;
}
}
.text-box-top h4 {
margin-bottom: 20px;
display: inline-block;
}
.text-box-top h4 a {
font-family: 'Roboto Slab', serif;
font-weight: 400;
font-size: 20px;
color: #ffffff;
}
.text-box-top .courseNo {
font-size: 13px;
color: rgba(255, 255, 255, 0.7);
line-height: 28px;
font-weight: 400;
display: block;
margin-bottom: 10px;
}
@media (max-width: 479px) {
.text-box-top .courseNo {
float: right;
display: inline-block;
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.text-box-top .courseNo {
float: right;
display: inline-block;
margin-bottom: 0;
}
}
.text-box-top p {
font-size: 14px;
color: rgba(255, 255, 255, 0.7);
margin: 0;
}
.text-box:hover {
background: white;
}
.text-box:hover .text-box-icon i {
color: #49c32c;
}
.text-box:hover .text-box-top h4 a {
color: #49c32c;
}
.text-box:hover .text-box-top .courseNo {
color: rgba(0, 0, 0, 0.7);
}
.text-box:hover .text-box-top p {
color: rgba(0, 0, 0, 0.7);
} .feature-box {
margin-bottom: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.feature-box span {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 3px solid  transparent;
color: #49c32c;
text-align: center;
border-radius: 50%;
background-color: transparent;
width: 85px;
height: 85px;
display: block;
margin: 0 auto;
}
.feature-box span i {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 100%;
height: 100%;
text-align: center;
border: 3px solid  #dce4ea;
color: #c0c3c7;
line-height: 73px;
font-size: 28px;
border-radius: 50%;
}
.feature-box:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.feature-box:hover span {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 3px solid #49c32c;
}
.feature-box:hover span i {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 3px solid  transparent;
color: #49c32c;
line-height: 73px;
}
.feature-box h3 {
color: #000000;
font-size: 20px;
margin: 25px auto;
}
.feature-box p {
color: #545454;
font-size: 14px;
margin: 0;
}
.feature-section {
width: 100%;
float: left;
background: #f1f4f7;
}
.feature-section .btnArea {
margin-top: 30px;
}
.feature-section .commonBtn {
width: 170px;
padding-left: 0;
padding-right: 0;
}
@media (max-width: 479px) {
.feature-section .commonBtn {
display: block;
margin: 0 auto;
clear: both;
}
}
.feature-section .commonBtn:first-child {
margin-right: 15px;
}
@media (max-width: 479px) {
.feature-section .commonBtn:first-child {
margin: 0 auto 15px;
}
}
.feature-section .commonBtn.secondaryBtn {
background-color: #0060b1;
border-color: #0060b1;
}
.feature-section .commonBtn.secondaryBtn:hover, .feature-section .commonBtn.secondaryBtn:focus {
background-color: #0060b1;
border-color: #0060b1;
} .success-section {
width: 100%;
float: left;
}
.success_video {
cursor: pointer;
text-align: center;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.success_video {
display: none;
}
}
@media (min-width: 768px) {
.success_video {
margin-bottom: 0;
}
}
.success_video iframe {
max-width: 100%;
}
.slide-info .carousal_content {
background: #f1f4f7;
}
.slide-info .carousal_content::after {
width: auto;
height: auto;
position: absolute;
content: " ";
background: none;
bottom: -40px;
left: 50%;
margin-left: -20px;
border-top: 20px solid #f1f4f7;
border-bottom: 20px solid transparent;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
content: "";
display: inline-block;
}
.slide-info .carousal_bottom .thumb {
float: none;
height: auto;
margin-right: 0;
display: inline-block;
clear: both;
}
.slide-info .thumb_title {
margin: 12px 0 0;
float: none;
}
.success-inner .owl-dots {
margin-top: 10px;
}
.success-inner .owl-dots .owl-dot span {
width: 8px;
height: 8px;
margin: 8px 4px;
background: #cccccc;
}
.success-inner .owl-dots .owl-dot.active span,
.success-inner .owl-dots .owl-dot:hover span {
width: 14px;
height: 14px;
background: #49c32c;
border: none;
margin: 5px 6px;
}
.success-inner .owl-dots .owl-dot.active:hover span {
margin: 5px 6px;
}
.success-inner .owl-dots .owl-dot:hover span {
margin: 5px 1px;
}
@media (max-width: 479px) {
.popularCourse .col-xs-6 {
width: 100%;
}
}  .bannercontainer-bottom .fullscreenbanner-container {
width: 100%;
position: relative;
padding: 35px 0;
background: #f1f4f7;
}
@media (max-width: 767px) {
.bannercontainer-bottom .fullscreenbanner-container {
padding: 20px 0;
}
}
.bannercontainer-bottom i {
width: 75px;
height: 75px;
line-height: 75px;
font-size: 25px;
border-radius: 50%;
background: #49c32c;
display: inline-block;
color: white;
text-align: center;
float: left;
position: absolute;
top: 25px;
z-index: 9;
}
@media (max-width: 767px) {
.bannercontainer-bottom i {
width: 60px;
height: 60px;
line-height: 60px;
}
}
.bannercontainer-bottom .slide-info {
width: 80%;
margin: 0 auto;
}
@media (max-width: 767px) {
.bannercontainer-bottom .slide-info {
width: 60%;
}
}
.bannercontainer-bottom .slide-info p {
font-size: 18px;
font-style: italic;
color: rgba(0, 0, 0, 0.8);
margin: 15px auto 0;
}
@media (max-width: 767px) {
.bannercontainer-bottom .slide-info p {
font-size: 13px;
}
}
.bannercontainer-bottom .owl-nav {
width: auto;
position: absolute;
top: 100%;
margin-top: -30px;
right: 0;
}
@media (max-width: 767px) {
.bannercontainer-bottom .owl-nav {
top: 48px;
}
}
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-prev {
margin-right: 5px;
}
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-prev,
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-next {
width: 35px;
height: 35px;
background: #dfe3e7;
border-radius: 50%;
text-align: center;
line-height: 33px;
}
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-next:after {
color: rgba(0, 0, 0, 0.7);
content: "\f104";
background: none;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-prev span,
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-next span {
display: none;
}
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-prev:after {
content: "\f104";
}
.bannercontainer-bottom .owl-carousel .owl-controls .owl-nav .owl-next:after {
content: "\f105";
} .title-block.sectionTitle {
display: inline-block;
}
.title-block.sectionTitle h3 {
margin-bottom: 30px;
}
.news-section {
border-bottom: 1px solid #dce4ea;
}
@media (min-width: 768px) {
.news-section .news-content {
padding-right: 30px;
border-right: 1px solid #dce4ea;
}
}
@media (max-width: 767px) {
.news-section .news-boxInner {
margin-bottom: 40px;
}
}
.news-section .related_post_sec h3 {
padding-bottom: 0;
border-bottom: none;
margin: 0 0 5px;
}
@media (min-width: 992px) {
.news-section .related_post_sec h3 {
margin: 0 0 25px;
}
}
.news-section .more {
display: block;
margin-bottom: 15px;
float: none;
}
@media (min-width: 992px) {
.news-section .more {
float: right;
margin: 0;
display: inline-block;
}
}
.news-section .single_post.related_post_sec .rel_thumb {
width: 100%;
float: none;
margin: 0 0 10px 0;
display: block;
}
.news-section .rel_right h4 {
margin-bottom: 15px;
}
.news-section .upcoming_events .related_post_sec.single_post .rel_right {
padding-left: 0;
float: none;
}
.news-section .upcoming_events .meta span.publish-date {
color: black;
margin-right: 0;
margin-top: 30px;
display: block;
}
.news-section #event_timer {
margin: 20px 0;
}
.news-section #event_timer .table-cell {
display: inline-block;
width: 70px;
height: 70px;
text-align: center;
border: 1px solid #dce4ea;
border-radius: 50%;
padding-top: 12px;
margin-right: 10px;
}
@media (max-width: 479px) {
.news-section #event_timer .table-cell {
width: 50px;
height: 50px;
padding-top: 6px;
margin-right: 7px;
}
}
@media (min-width: 768px) {
.news-section #event_timer .table-cell {
width: 50px;
height: 50px;
padding-top: 6px;
margin-right: 3px;
}
}
@media (min-width: 992px) {
.news-section #event_timer .table-cell {
width: 65px;
height: 65px;
padding-top: 9px;
margin-right: 7px;
}
}
@media (min-width: 1200px) {
.news-section #event_timer .table-cell {
width: 70px;
height: 70px;
padding-top: 12px;
margin-right: 10px;
}
}
.news-section #event_timer .table-cell:last-child {
margin-right: 0;
}
.news-section #event_timer .tab-val {
font-size: 20px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
color: #545454;
}
@media (max-width: 479px) {
.news-section #event_timer .tab-val {
font-size: 16px;
line-height: 16px;
}
}
@media (min-width: 768px) {
.news-section #event_timer .tab-val {
font-size: 16px;
line-height: 16px;
}
}
@media (min-width: 992px) {
.news-section #event_timer .tab-val {
font-size: 20px;
line-height: 26px;
}
}
.news-section #event_timer .tab-metr {
font-size: 13px;
color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 479px) {
.news-section #event_timer {
font-size: 11px;
line-height: 14px;
}
}
@media (min-width: 768px) {
.news-section #event_timer {
font-size: 11px;
line-height: 14px;
}
}
@media (min-width: 992px) {
.news-section #event_timer {
font-size: 13px;
line-height: 16px;
}
}
.more {
font-size: 12px;
font-weight: 700;
color: rgba(0, 0, 0, 0.3);
display: inline-block;
text-transform: uppercase;
float: right;
}
.feature-section1 span {
width: 130px;
height: 130px;
}
@media (min-width: 992px) {
.feature-section1 span i {
line-height: 130px;
font-size: 42px;
}
}
@media (min-width: 992px) {
.feature-section1:hover span i {
line-height: 130px;
}
}
.icon-box.border .icon {
border: 3px solid #333;
text-align: center;
border-radius: 50%;
background-color: transparent;
}
.icon-box.border .icon i {
line-height: 60px;
}
.icon-box.border:hover > .icon i {
line-height: 66px;
}
.icon-box.border:hover > .icon {
border: 0px;
}
.icon-box.border .icon i {
background-color: transparent !important;
color: #333;
}
.paralax-text.paralaxInner {
padding-top: 0;
margin-top: 0;
border-top: none;
} .video-section {
width: 100%;
float: left;
}
@media (max-width: 479px) {
.video-section .more {
display: block;
margin-bottom: 15px;
float: none;
}
}
.video-section .rel_right h4 {
margin-bottom: 10px;
}
.video-section .videoLeft {
margin-bottom: 40px;
}
@media (min-width: 992px) {
.video-section .videoLeft {
padding-right: 15px;
margin-bottom: 0;
}
}
.video-section .videoLeft .single_post.related_post_sec .rel_thumb {
width: 100%;
float: none;
margin: 0 0 10px 0;
display: block;
}
@media (min-width: 992px) {
.video-section .videoRight {
padding-left: 15px;
}
}
.video-section .videoRight .single_post.related_post_sec .rel_thumb {
margin: 0;
width: 34%;
}
.video-section .videoRight .rel_right {
margin-left: 40%;
}
.video-section .videoRight .single_post.related_post_sec ul li {
border-bottom: none;
}
.video-section .videoRight .single_post.related_post_sec ul li:last-child {
margin: 0;
padding: 0;
} .gallery-section {
width: 100%;
float: left;
}
@media (min-width: 768px) {
.gallery-section .photo_gallery .gallery li {
margin-bottom: 0;
}
}
.gallery-section .photo_gallery .gallery li img {
width: 100%;
}
.gallery-section .photo_gallery {
border-bottom: 1px solid #dce4ea;
}
.feature-box.v3 span {
width: 100px;
height: 100px;
}
.feature-box.v3 span i {
line-height: 80px;
}
.feature-box.v3 span:hover {
width: 100px;
height: 100px;
}
.feature-box.v3 span:hover i {
line-height: 80px;
} @media (max-width: 767px) {
.menuFooter .col-xs-6:nth-child(2n+1) {
clear: left;
}
}
.menuLink li {
list-style: none;
}
.menuLink li a {
line-height: 30px;
color: #000;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
text-transform: uppercase;
}
.menuLink li a:hover {
opacity: .8;
}
.menuFooter {
background-color: #fff;
width: 100%;
float: left;
height: auto;
padding: 17px 0 35px;
border-top: 1px solid #dce4ea;
}
.footer-address address {
line-height: 24px;
margin-bottom: 5px;
}
.footer-address .place {
font-size: 13px;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
}
.footer-address .place:hover, .footer-address .place:focus {
color: black;
}
.footer-address .place i {
font-size: 20px;
padding-right: 7px;
vertical-align: middle;
color: rgba(0, 0, 0, 0.3);
}
.socialArea > h5, .contactNo > h5, .footer-address h5 {
margin-bottom: 10px;
text-transform: uppercase;
}
.socialArea > .list-inline > li > a:hover > img {
opacity: .8;
}
.socialArea {
margin-bottom: 20px;
clear: both;
width: 100%;
float: left;
}
.socialArea .list-inline {
margin-left: 0;
text-align: center;
}
.socialArea .list-inline li {
padding: 0;
float: left;
margin: 0 4px 4px 0;
}
.socialArea .fa {
background: #c5c5c5;
color: #fff;
font-size: 18px;
height: 31px;
line-height: 32px;
text-align: center;
width: 31px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity: 1;
filter: alpha(opacity=100);
}
.socialArea .fa:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.contactNo > h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
@media (min-width: 768px) {
.contactNo > h3 {
font-size: 18px;
}
}
@media (min-width: 992px) {
.contactNo > h3 {
font-size: 22px;
}
}
@media (max-width: 479px) {
.borderLeft {
height: auto;
border: none;
border-top: 1px solid #dce4ea;
padding-top: 8px;
}
}
@media (min-width: 768px) {
.borderLeft {
border-left: 1px solid #dce4ea;
min-height: 180px;
}
}
@media (min-width: 992px) {
.borderLeft {
min-height: 170px;
}
} .footer {
padding: 20px 0;
float: left;
}
@media (max-width: 767px) {
.footer {
text-align: center;
}
}
.footer a {
font-size: 13px;
color: rgba(255, 255, 255, 0.5);
font-weight: 400;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.footer a:hover, .footer a:focus {
color: white;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.copyRight p {
font-size: 13px;
margin-bottom: 0;
color: rgba(255, 255, 255, 0.5);
}
.copyRight p a {
text-decoration: underline;
}
.privacy_policy {
text-align: right;
}
@media (max-width: 767px) {
.privacy_policy {
text-align: center;
}
}
.privacy_policy a {
display: inline-block;
margin-right: 3px;
border-right: 2px solid rgba(255, 255, 255, 0.5);
padding-right: 8px;
line-height: 16px;
}
.privacy_policy a:last-child {
margin-right: 0;
border-right: none;
padding-right: 0;
}
.footer-v2 {
color: rgba(0, 0, 0, 0.7);
}
.footer-v2 a {
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.footer-v2 a.footer-logo {
width: 170px;
display: inline-block;
margin-bottom: 25px;
}
@media (min-width: 768px) {
.footer-v2 a.footer-logo {
width: 150px;
}
}
@media (min-width: 992px) {
.footer-v2 a.footer-logo {
width: 190px;
}
}
.footer-v2 .menuFooter {
padding: 65px 0;
}
.footer-v2 h5 {
font-size: 15px;
margin-bottom: 15px;
margin-top: 25px;
}
.footer-v2 .menuLink li a {
font-size: 14px;
line-height: 20px;
color: rgba(0, 0, 0, 0.7);
font-weight: 400;
text-transform: capitalize;
display: block;
margin-bottom: 7px;
}
.footer-v2 .menuLink li a:hover {
color: black;
}
.footer-about a {
font-size: 12px;
color: #929497;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.footer-about a:hover {
color: rgba(0, 0, 0, 0.8);
}
.footer-contact ul li {
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
margin-bottom: 10px;
padding-left: 30px;
position: relative;
}
.footer-contact ul li:hover {
color: black;
}
.footer-contact ul li a {
color: rgba(0, 0, 0, 0.7);
font-weight: 400;
}
.footer-contact ul li a:hover {
color: black;
}
.footer-contact ul li i {
font-size: 16px;
position: absolute;
left: 0;
top: 5px;
}
.footer-v2 .footer {
padding: 0;
background: #fff;
}
.footer-v2 .footer .copyRight p, .footer-v2 .footer a {
color: rgba(0, 0, 0, 0.7);
}
.footer-v2 .footer a:hover, .footer-v2 .footer a:focus {
color: black;
}
.footer-v2 .footer .privacy_policy a {
display: inline-block;
margin-right: 0;
border-right: none;
padding-right: 0;
line-height: 16px;
}
.footer-v2 .footer .privacy_policy a:after {
content: "|";
font-size: 12px;
display: inline-block;
padding: 0 4px;
}
.footer-v2 .footer .privacy_policy a:last-child:after {
content: "";
padding: 0;
}
.footer-v2 .footer-bottom {
padding: 20px 0;
border-top: 1px solid #dce4ea;
}
.footer-v2.footer-v3 {
color: rgba(255, 255, 255, 0.5);
}
.footer-v2.footer-v3 .menuFooter {
background: #222c34;
}
.footer-v2.footer-v3 h5 {
color: white;
}
.footer-v2.footer-v3 .menuLink li a {
color: rgba(255, 255, 255, 0.5);
}
.footer-v2.footer-v3 .menuLink li a:hover {
color: white;
}
.footer-v3 .footer-about a {
color: rgba(255, 255, 255, 0.5);
}
.footer-v3 .footer-about a:hover {
color: white;
}
.footer-v3 .footer-contact ul li {
color: rgba(255, 255, 255, 0.5);
}
.footer-v3 .footer-contact ul li:hover {
color: white;
}
.footer-v3 .footer-contact ul li a {
color: rgba(255, 255, 255, 0.5);
}
.footer-v3 .footer-contact ul li a:hover {
color: white;
}
.footer-v3 .footer-contact ul li i {
font-size: 16px;
position: absolute;
left: 0;
top: 5px;
}
.footer-v2.footer-v3 .footer {
padding: 0;
background: #1e2830;
}
.footer-v2.footer-v3 .footer .copyRight p, .footer-v2.footer-v3 .footer a {
color: rgba(255, 255, 255, 0.3);
}
.footer-v2.footer-v3 .footer a:hover, .footer-v2.footer-v3 .footer a:focus {
color: rgba(255, 255, 255, 0.8);
}
.footer-v2.footer-v3 .footer-bottom {
border-top: none;
}
.customModal .modal-content {
border-radius: 0;
}
.customModal .panel-default > .panel-heading {
color: #000000;
background-color: transparent;
padding: 25px;
border-bottom: 1px solid #dce4ea;
border-radius: 0;
}
.customModal .panel-default > .panel-heading .panel-title {
font-size: 18px;
}
.customModal .panel-body {
padding: 25px;
text-align: center;
}
.customModal .panel-body .form-group {
position: relative;
}
.customModal .panel-body .form-group i {
position: absolute;
top: 15px;
left: 15px;
color: rgba(0, 0, 0, 0.3);
font-size: 17px;
}
.customModal .form-group {
margin-bottom: 10px;
}
.customModal .checkbox, .customModal .radio {
text-align: left;
}
.customModal .form-control {
height: 47px;
border-color: #dcdfe3;
line-height: 1.42857143;
color: rgba(0, 0, 0, 0.5);
border-radius: 0;
box-shadow: none;
padding-left: 45px;
}
.customModal .modal-border {
border-bottom: 1px solid #dce4ea;
}
.customModal .panel-body .modal-border {
margin-top: -32px;
}
.customModal .alt-text {
font-size: 18px;
color: rgba(0, 0, 0, 0.8);
font-weight: 600;
padding: 0 7px;
background-color: #fff;
display: inline-block;
margin: 20px auto;
text-transform: uppercase;
padding: 0 10px;
}
.customModal .btn {
font-size: 14px;
color: #fff;
height: 47px;
line-height: 47px;
padding: 0;
}
.customModal .alt-btn {
margin: 25px 0 0;
}
.customModal .facebook-btn {
background-color: #6684c4;
border-color: #6684c4;
margin-bottom: 10px;
font-weight: 600;
}
.customModal .twitter-btn {
background-color: #2eb9e0;
border-color: #2eb9e0;
font-weight: 600;
}
.customModal .panel-footer {
padding: 10px 25px;
background-color: transparent;
border-top: 1px solid #dce4ea;
border-radius: 0;
text-align: center;
}
.customModal .panel-footer p {
color: rgba(0, 0, 0, 0.8);
margin: 0;
font-weight: 600;
}
.customModal .panel-footer p a {
color: #49c32c;
}
.customModal .panel {
margin-bottom: 0;
background-color: #fff;
border: 1px solid transparent;
border-radius: 0;
box-shadow: none;
}
.customModal .close {
float: right;
font-size: 40px;
font-weight: 400;
line-height: 1;
color: #000;
text-shadow: none;
filter: alpha(opacity=100);
opacity: 1;
margin-top: -29px;
}
.customModal .close:focus, .customModal .close:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.modal-dialog {
max-width: 400px;
margin: 30px auto;
}
@media (max-width: 479px) {
.modal-dialog {
max-width: auto;
margin: 10px;
}
}
@media (min-width: 768px) {
.modal-dialog {
width: 400px;
}
}
@media (min-width: 768px) {
.modal.in .modal-dialog {
-webkit-transform: translate(0, 20%);
-ms-transform: translate(0, 20%);
-o-transform: translate(0, 20%);
transform: translate(0, 20%);
}
}
.customModal#createAccount .checkbox {
display: inline-block;
margin-right: 20px;
}  .content_top {
padding: 30px 0 80px;
background: #fff;
}
.content_top h1 {
margin: 0 0 15px;
}
.content_top p {
margin: 0 0 25px;
}
.content_left ul {
margin: 0;
list-style-type: none;
}
.content_right {
margin-top: 50px;
}
@media (max-width: 767px) {
.content_right {
margin: 20px 0 0;
}
}
.content_right .banner {
display: block;
width: 100%;
}
@media (max-width: 767px) {
.content_right .banner .slides img {
width: 100%;
}
}
.about_caption {
position: absolute;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
background: rgba(0, 0, 0, 0.35);
padding: 15px 10px;
}
.about_caption h2 {
font-size: 25px;
text-transform: uppercase;
color: #fff;
margin: 0;
font-weight: 700;
}
@media (max-width: 479px) {
.about_caption h2 {
font-size: 15px;
}
}
@media (min-width: 768px) {
.about_caption h2 {
font-size: 15px;
}
}
@media (min-width: 992px) {
.about_caption h2 {
font-size: 25px;
}
}
.flex-control-paging {
position: absolute;
bottom: 70px;
text-align: center;
width: 100%;
float: left;
margin: 0;
z-index: 999;
list-style-type: none;
}
.flex-control-paging li {
display: inline-block;
margin: 0 2px;
}
.flex-control-paging li a {
display: block;
text-indent: -99999px;
cursor: pointer;
width: 10px;
height: 10px;
background: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.flex-control-paging li a.flex-active {
background: #0060b1;
}
#about_banner .flex-direction-nav a {
width: 30px;
height: 76px;
}
#about_banner .flex-direction-nav a.flex-prev {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/about/prev.png) no-repeat left center;
}
#about_banner .flex-direction-nav a.flex-next {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/about/next.png) no-repeat left center;
} .count_section {
min-height: 455px;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/about/bg.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
padding: 65px 0 62px;
}
.count_title {
text-align: center;
margin: 0 0 55px;
}
.count_title h1 {
text-transform: uppercase;
color: #fff;
margin: 0;
}
.count_inner {
min-height: 240px;
background: #fff;
border-top: 3px solid #50afff;
text-align: center;
padding: 35px 20px 10px;
}
@media (max-width: 767px) {
.count_inner {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.count_inner {
min-height: 205px;
}
}
@media (min-width: 992px) {
.count_inner {
min-height: 215px;
}
}
@media (min-width: 1200px) {
.count_inner {
min-height: 240px;
}
}
.count_inner.postgraduate {
border-top: 3px solid #ffc85d;
}
.count_inner.post {
border-top: 3px solid #ffc85d;
}
.count_inner.res {
border-top: 3px solid #84e06f;
}
.count_inner.stuff {
border-top: 3px solid #ff8484;
}
.count_inner h1 {
font-size: 50px;
font-weight: 700;
color: #000;
margin: 0 0 26px;
}
@media (max-width: 479px) {
.count_inner h1 {
font-size: 40px;
}
}
@media (min-width: 768px) {
.count_inner h1 {
font-size: 40px;
}
}
@media (min-width: 992px) {
.count_inner h1 {
font-size: 45px;
}
}
@media (min-width: 1200px) {
.count_inner h1 {
font-size: 50px;
}
}
.count_inner h3 {
font-size: 20px;
font-weight: 700;
color: #7e7e7e;
text-transform: uppercase;
line-height: 33px;
}
@media (min-width: 768px) {
.count_inner h3 {
font-size: 15px;
line-height: 25px;
}
}
@media (min-width: 992px) {
.count_inner h3 {
font-size: 18px;
line-height: 33px;
}
}
@media (min-width: 1200px) {
.count_inner h3 {
font-size: 20px;
line-height: 33px;
}
} .content_bottom {
padding: 55px 0 45px;
background: #f1f4f7;
}
.carousal_title {
text-align: center;
padding: 0 25%;
}
@media (max-width: 767px) {
.carousal_title {
padding: 0 5%;
}
}
@media (min-width: 768px) {
.carousal_title {
padding: 0 15%;
}
}
@media (min-width: 992px) {
.carousal_title {
padding: 0 25%;
}
}
.carousal_title h1 {
margin: 0 0 20px;
}
@media (max-width: 479px) {
.carousal_title h1 {
font-size: 22px;
}
}
.carousal_title p {
margin: 0 0 42px;
}
.carousal_section ul {
margin: 0;
}
.carousal_section ul li {
position: relative;
float: left;
height: auto;
margin: 0;
}
@media (min-width: 768px) {
.carousal_section ul li {
margin: 0;
}
}
@media (min-width: 992px) {
.carousal_section ul li {
width: 447px !important;
margin: 0 15px;
}
}
@media (min-width: 1200px) {
.carousal_section ul li {
width: 475px !important;
margin: 0 50px;
}
}
.carousal_content {
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
position: relative;
margin: 0 0 36px;
}
.carousal_content p {
font-weight: 600;
font-style: italic;
color: #7e7e7e;
margin: 0;
line-height: 28px;
}
.carousal_content::after {
width: 26px;
height: 27px;
position: absolute;
content: " ";
background: url(//www.asmel.com/wp-content/themes/bst-master/img/about/bottom_arrow.png) no-repeat center center;
bottom: -27px;
left: 30px;
}
.carousal_bottom .thumb {
width: 70px;
float: left;
height: auto;
margin-right: 18px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.carousal_bottom .thumb img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.thumb_title {
margin: 12px 0 0;
float: left;
}
.thumb_title span {
display: block;
font-weight: 600;
}
.thumb_title .author_name {
font-size: 16px;
color: #000;
text-transform: uppercase;
}
.thumb_title .author_designation {
font-style: italic;
font-size: 14px;
color: #7e7e7e;
}
.thumb_title .author_designation a {
text-decoration: none;
color: #49c32c;
}
.carousal_section .flex-control-paging {
position: relative;
bottom: 0;
margin-top: 80px;
} .post_section {
padding: 35px 0 35px;
}
.post_left_border {
padding-right: 30px;
border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
.post_left_border {
padding-right: 0;
border-right: none;
}
}
.post_right_border {
padding-left: 30px;
border-left: 1px solid #dce4ea;
}
@media (max-width: 767px) {
.post_right_border {
padding-left: 0;
border-left: none;
}
}
.post {
float: left;
margin: 0 0 30px;
border-bottom: 1px solid #dce4ea;
}
.post_thumb {
margin: 0 0 13px;
}
.post_thumb > img {
width: 100%;
}
.meta {
padding: 0 0 6px 0;
border-bottom: 1px solid #dce4ea;
margin: 0 0 25px;
}
.meta span {
font-weight: 400;
font-style: italic;
line-height: 20px;
display: inline-block;
padding-right: 20px;
margin-right: 10px;
border-right: 1px solid #dce4ea;
}
.meta span a {
color: #49c32c;
text-decoration: none;
font-weight: 400;
}
.meta span.date {
border: none;
padding: 0;
margin: 0;
}
.list_block .upcoming_events .meta {
padding: 0;
border-bottom: none;
margin: 0;
}
.post h1 {
font-weight: normal;
color: #282428;
margin: 0 0 15px;
clear: both;
margin: 0 0 20px;
font-size: 25px;
}
@media (min-width: 1200px) {
.post h1 {
margin: 0 0 30px;
font-size: 30px;
}
}
.post h1 a {
color: #282428;
font-size: inherit;
}
.post_desc {
margin: 0 0 20px;
}
.post_bottom {
margin: 0 0 35px;
float: left;
}
.post_section .post_bottom > ul {
width: 100%;
}
.post_section .post_bottom > ul > li {
margin: 0;
margin-right: 25px;
padding: 0;
display: inline-block;
width: auto;
border: none;
clear: none;
}
.post_section .post_bottom > ul > li:last-child {
border: none;
}
.post_section .post_bottom > ul > li a {
position: relative;
text-decoration: none;
width: 59px;
height: 39px;
background: #f2f2f2;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
display: block;
text-align: center;
}
.post_section .post_bottom > ul > li a span {
font-weight: 600;
font-size: 10px;
color: #fff;
line-height: 18px;
background: #49c32c;
border: 3px solid #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
top: -8px;
width: 24px;
text-align: center;
display: block;
right: -6px;
}
.post_section .post_bottom > ul > li img {
margin-top: 12px;
}
.pagination_section li {
display: inline-block;
}
.pagination_section li a {
font-weight: 400;
color: #000;
line-height: 34px;
padding: 0 20px;
background: #f2f2f2;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
display: block;
text-transform: uppercase;
text-decoration: none;
}
.list_block {
border: 1px solid #dce4ea;
padding: 15px 12px 25px;
border-top: 3px solid #49c32c;
margin: 0 0 20px;
}
.related_post_sec h3 {
text-transform: uppercase;
padding-bottom: 15px;
border-bottom: 1px solid #dce4ea;
margin: 0 0 18px;
font-size: 22px;
}
@media (min-width: 768px) {
.related_post_sec h3 {
font-size: 18px;
}
}
@media (min-width: 1200px) {
.related_post_sec h3 {
font-size: 22px;
}
}
.related_post_sec ul li {
padding: 0 0 6px;
margin: 0 0 18px;
border-bottom: 1px solid #dce4ea;
display: block;
clear: both;
width: 100%;
float: left;
}
@media (max-width: 767px) and (max-height: 450px) {
.related_post_sec ul li {
padding: 0 0 24px;
}
}
.related_post_sec ul li:last-child {
border: none;
}
.rel_thumb {
width: auto;
float: left;
height: auto;
margin: 5px 10px 0 0;
}
.rel_right h4 {
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.rel_right span.date {
font-weight: 400;
font-style: italic;
font-weight: normal;
line-height: 20px;
}
.rel_right span.date a {
text-decoration: none;
color: #49c32c;
font-weight: 400;
}
.related_post_sec a.more_post {
width: 100%;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
line-height: 44px;
border: 1px solid #0060b1;
text-align: center;
color: #000;
display: block;
clear: both;
}
.formTitle.news h3.extraPadding {
padding-bottom: 0;
border: none;
}
.newsletter h3 {
border: none;
padding: 0;
margin: 0 0 20px;
}
.form-control {
height: 42px;
border-color: #dcdfe3;
}
.form-control:focus {
border-color: #49c32c;
-webkit-box-shadow: none;
box-shadow: none;
}
.commonBtn {
padding: 0;
background-color: #49c32c;
text-transform: uppercase;
color: #fff;
border-color: #49c32c;
height: 42px;
line-height: 42px;
font-weight: 700;
}
.commonBtn:hover, .commonBtn:focus {
background-color: #49c32c;
color: #fff;
}
.formTitle h3 {
margin-bottom: 20px;
text-transform: uppercase;
}
.formTitle p {
margin-bottom: 25px;
}
.selectBox {
margin-bottom: 20px;
width: 100%;
}
.formArea .form-group {
margin: 0 0 20px;
}
.sbHolder, .sbSelector, .sbSelector:hover, .sbOptions a {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
.formArea, .getArea {
width: 100%;
margin-bottom: 20px;
border: 1px solid #DCE4EA;
padding: 15px 12px 25px;
border-top: 3px solid #49c32c;
}
.getArea {
margin-bottom: 0;
}
h3.extraPadding {
padding-right: 25px;
margin-bottom: 18px;
}
.getImage {
width: 100%;
border: 1px solid #dce4ea;
margin-bottom: 20px;
text-align: center;
}
.getImage img {
display: block;
width: 100%;
}
@media (max-width: 767px) {
.post_right {
margin: 30px 0 0;
}
}
p.reduceMargin {
margin-bottom: 17px;
} @media (min-width: 1200px) {
.single_post h1 {
margin: 0 0 30px;
}
}
.single_post p {
margin: 0 0 45px;
}
.single_post .block_quate {
margin: 40px 0;
}
.single_post ul li {
padding: 0 0 25px;
margin: 0 0 22px;
float: left;
display: block;
}
.single_post.related_post_sec h4 a {
font-size: 16px;
font-weight: 700;
color: rgba(0, 0, 0, 0.6);
line-height: 21px;
margin: 0 0 8px;
text-decoration: none;
}
.single_post.related_post_sec h4 a:hover {
color: black;
}
.single_post.related_post_sec .rel_thumb {
margin-right: 20px;
width: 34%;
}
@media (max-width: 479px) {
.single_post.related_post_sec .rel_thumb {
margin-right: 0;
width: 100%;
margin-bottom: 20px;
}
}
.single_post.related_post_sec .meta {
padding: 0;
border: none;
margin: 0 0 15px;
}
.single_post.related_post_sec .meta > span {
border: none;
}
.single_post ul li:last-child {
border-bottom: 1px solid #dce4ea;
}
.single_post.related_post_sec p {
margin: 0;
}
.videoNine .single_post.related_post_sec p {
clear: none;
}
.comments_section h3 {
font-size: 22px;
font-weight: 700;
color: #000;
line-height: normal;
padding-bottom: 15px;
border-bottom: 1px solid #dce4ea;
margin: 0 0 26px;
text-transform: uppercase;
}
.comment_header {
margin: 0 0 15px;
}
.comment_header ul {
margin: 0;
}
.comment_header ul li {
font-size: 18px;
color: #333333;
font-weight: 700;
display: inline-block;
}
.comment_header ul li.comment_favorite_count {
float: right;
font-size: 13px;
}
.comment_header ul li.comment_favorite_count span {
width: 23px;
background: #d3d8db;
display: inline-block;
line-height: 23px;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
margin-left: 4px;
}
.comment_header ul li.comment_favorite_count span:before {
content: "";
position: absolute;
width: 4px;
height: auto;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right: 4px solid #d3d8db;
left: -4px;
top: 50%;
margin-top: -4px;
}
.fa.fa-star {
color: #ffc100;
}
.postbox {
display: table;
margin: 0 0 30px;
width: 100%;
}
.avatar {
width: 60px;
height: auto;
display: table-cell;
vertical-align: middle;
margin: 0 12px 0 0;
}
.post-content .avatar {
vertical-align: top;
}
.comments_field {
width: auto;
height: auto;
display: table-cell;
}
.comments_field .form-control {
height: 52px;
border: 2px solid #cdd4d9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
color: #b2bbc0;
}
.post-content {
display: table;
}
#post_list .comment_tools ul {
margin: 0 0 18px;
border-bottom: 2px solid #eaeef0;
padding: 0 0 7px 10px;
position: relative;
}
#post_list .comment_tools ul li {
display: inline-block;
margin-right: 20px;
}
#post_list .comment_tools ul li a {
font-size: 13px;
font-weight: 700;
color: #a7adb2;
}
#post_list .comment_tools ul li .fa {
font-size: 13px;
}
#post_list .comment_tools ul li.sort a {
color: #363a3d;
}
#post_list .comment_tools ul li.share, #post_list .comment_tools ul li.setting {
float: right;
margin: 0 0 0 20px;
}
.comment_tools ul:before {
width: 62px;
height: 2px;
content: " ";
position: absolute;
left: 0;
background: #424242;
top: 31px;
}
.comment_bottom_block {
border-top: 2px solid #eaeef0;
padding-top: 20px;
margin: 65px 0 70px;
}
.comment_bottom_block ul li {
display: inline-block;
}
.comment_bottom_block ul li a {
font-size: 12px;
color: #a7b1b7;
font-weight: 700;
margin: 0 20px 0 0;
}
.comment_bottom_block ul li.disqus_logo {
float: right;
margin: 0;
}
.comments_form {
padding-bottom: 45px;
}
.comments_form .form-control {
box-shadow: none;
}
.comments_form .half {
width: 48%;
float: left;
height: auto;
margin: 0 4% 20px 0;
}
@media (max-width: 479px) {
.comments_form .half {
width: 100%;
float: none;
margin: 0 0 20px 0;
}
}
.comments_form .half.right {
margin-right: 0;
}
.comments_form .full {
margin: 0 0 20px;
clear: both;
}
.comments_form .commonBtn {
border: none;
float: right;
width: 218px;
}
.post-byline a {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 13px;
color: #424242;
text-decoration: none;
margin-right: 25px;
}
.post-meta a {
font-size: 12px;
color: #a9b2b9;
font-family: 'Open Sans', sans-serif;
}
.post-meta a:hover {
color: #a9b2b9;
}
.post-message p {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #41474a;
margin: 0;
}
.comment_footer {
width: 100%;
display: inline;
height: auto;
}
.comment_footer li {
display: inline-block;
margin-right: 20px;
}
.comment_footer li a {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 13px;
color: #919da6;
}
#post_list li.voting .control.left {
border-right: 2px solid #edeeef;
padding-right: 10px;
margin-right: 10px;
}
#post_list .fa {
font-size: 16px;
color: #9a9a9a;
}
#post_list .comment_footer li.share .fa {
font-size: 9px;
}
.upcoming_events ul li {
display: table;
float: none;
position: relative;
}
.upcoming_events span.date {
font-weight: 400;
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
padding: 5px 0;
border: 3px solid #dce4ea;
display: inline-block;
width: 70px;
text-align: center;
margin-right: 10px;
}
.upcoming_events span.date span {
font-weight: 700;
font-size: 36px;
display: block;
line-height: 30px;
}
.upcoming_events .related_post_sec.single_post {
margin-bottom: 70px;
position: relative;
float: left;
}
@media (max-width: 767px) {
.upcoming_events .related_post_sec.single_post {
margin-bottom: 0px;
}
}
.upcoming_events .related_post_sec.single_post .date-wrapper {
position: absolute;
top: 0;
left: 0;
}
.upcoming_events .related_post_sec.single_post span.date {
display: block;
margin-right: 20px;
}
.upcoming_events .related_post_sec.single_post .rel_right {
padding-left: 90px;
float: left;
}
.upcoming_events .btn {
padding-left: 20px;
padding-right: 20px;
margin-top: 15px;
}
.upcoming_events li.related_post_sec.single_post {
float: none;
margin-bottom: 16px;
}
.upcoming_events .meta, .single-event .meta {
margin: 15px 0;
}
.upcoming_events .meta span, .single-event .meta span {
font-size: 13px;
color: rgba(0, 0, 0, 0.5);
font-weight: 400;
font-style: normal;
line-height: 20px;
padding-right: 0;
margin-right: 25px;
border-right: none;
}
.upcoming_events .meta span i, .single-event .meta span i {
font-size: 16px;
padding-right: 10px;
}
.upcoming_events .related_post_sec.single_post:hover span.date {
color: #49c32c;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.upcoming_events .related_post_sec.single_post:hover h4 a {
color: black;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
@media (max-width: 479px) {
.upcoming_events.event-col .col-xs-6 {
width: 100%;
}
}
.upcoming_events ul li:hover span.date {
color: #49c32c;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.upcoming_events ul li:hover h4 a {
color: black;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.upcoming_events .row {
overflow: hidden;
}
.upcoming_events h4 a {
font-family: 'Roboto Slab', serif;
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.8);
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
line-height: 24px;
text-decoration: none;
display: table-cell;
}
@media (max-width: 767px) {
.facebook_section img, .twitter_section img {
max-width: 100%;
}
}
@media (min-width: 768px) {
.facebook_section img, .twitter_section img {
width: 100%;
}
} .courses_section {
padding: 35px 0 35px;
}
.padding-border-left {
padding-left: 30px;
border-left: 1px solid #dce4ea;
}
@media (max-width: 767px) {
.padding-border-left {
padding-left: 0;
border-left: none;
}
}
.padding-border-right {
padding-right: 30px;
border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
.padding-border-right {
padding-right: 0;
border-right: none;
}
}
.padding-border-left-twenty {
padding-left: 20px;
border-left: 1px solid #dce4ea;
}
@media (max-width: 767px) {
.padding-border-left-twenty {
padding-left: 0;
border-left: none;
}
}
.padding-border-right-twenty {
padding-right: 20px;
border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
.padding-border-right-twenty {
padding-right: 0;
border-right: none;
}
}
@media (max-width: 767px) {
.courses .table-striped {
overflow: auto;
min-width: 500px;
}
}
.courses_right_inner .table-striped > tbody > tr:nth-child(2n) > td,
.courses_right_inner .table-striped > tbody > tr:nth-child(2n) > th {
background: #f6f9fa;
}
.courses_right_inner .table-striped > thead > tr > th {
font-weight: 700;
font-size: 10px;
color: #fff;
text-transform: uppercase;
padding: 5px 10px 11px 5px;
border-bottom: none;
background: #0060b1;
vertical-align: middle;
cursor: pointer;
position: relative;
}
@media (max-width: 479px) {
.courses_right_inner .table-striped > thead > tr > th {
font-size: 7px;
}
}
@media (min-width: 768px) {
.courses_right_inner .table-striped > thead > tr > th {
font-size: 14px;
padding: 11px 13px 11px 15px;
}
}
.courses_right_inner .table-striped > tbody > tr td {
padding: 8px 13px 10px 15px;
}
@media (max-width: 767px) {
.courses_right_inner .table-striped > tbody > tr td {
padding: 8px;
}
}
.courses_right_inner .table-striped > tbody > tr.option td {
font-weight: 700;
color: #000;
background: #c6d1d5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dce4ea;
}
.courses_right_inner td ul {
width: 100%;
float: left;
list-style-type: none;
margin: 0;
}
.courses_right_inner td ul li {
width: 100%;
float: left;
}
.courses_right_inner td ul li.active a {
font-weight: 700;
text-decoration: underline;
color: #0060b1;
font-size: 10px;
}
@media (min-width: 768px) {
.courses_right_inner td ul li.active a {
font-size: 14px;
}
}
.courses_right_inner td a {
font-weight: 400;
text-decoration: none;
color: #000;
font-size: 10px;
}
@media (min-width: 768px) {
.courses_right_inner td a {
font-size: 14px;
}
}
.courses_right_inner td a:hover {
color: #0060b1;
}
.courses_right_inner td ul li.active a:hover {
text-decoration: none;
}
.courses_right_inner tr td {
font-weight: 400;
font-size: 10px;
color: #282428;
}
@media (min-width: 768px) {
.courses_right_inner tr td {
font-size: 14px;
}
}
.courses_right_inner .pagination {
float: left;
margin: 15px 0 0;
}
@media (max-width: 767px) {
.courses_right_inner .pagination {
width: 100%;
text-align: center;
display: block;
margin: 15px auto 0;
}
}
.pagination > li {
display: inline-block;
}
.pagination > li > a, .pagination > li > span {
margin-left: 10px;
padding: 7px 13px;
}
@media (max-width: 767px) {
.pagination > li > a, .pagination > li > span {
margin: 0 2px;
}
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #000;
font-weight: normal;
border: 1px solid #0060b1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
border-color: #0060b1;
background: #0060b1;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
border-color: #0060b1;
background: #0060b1;
color: #fff;
}
.table-responsive.courses {
width: 100%;
float: left;
height: auto;
}
.search_section {
margin: 0 0 20px;
width: 100%;
float: left;
}
.search_section li {
width: 33%;
margin: 0 22px 0 0;
display: inline-block;
float: left;
}
@media (max-width: 767px) {
.search_section li {
width: 100%;
margin: 0 0 15px 0;
}
}
@media (min-width: 768px) {
.search_section li {
margin: 0 3% 0 0;
}
}
@media (min-width: 992px) {
.search_section li {
margin: 0 22px 0 0;
}
}
@media (max-width: 767px) {
.courses-fullwidth .search_section form > ul > li {
width: 100%;
}
}
@media (min-width: 768px) {
.courses-fullwidth .search_section form > ul > li {
width: 33%;
margin: 0 3% 0 0;
}
}
@media (min-width: 992px) {
.courses-fullwidth .search_section form > ul > li {
width: 34%;
margin: 0 22px 0 0;
}
}
@media (min-width: 1200px) {
.courses-fullwidth .search_section form > ul > li {
width: 33.40%;
margin: 0 22px 0 0;
}
}
.search_section form > ul > li:last-child {
margin: 0;
}
@media (max-width: 767px) {
.search_section form > ul > li.search_button {
width: 100%;
}
}
@media (min-width: 768px) {
.search_section form > ul > li.search_button {
width: 28%;
}
}
@media (min-width: 992px) {
.search_section form > ul > li.search_button {
width: 27%;
}
}
@media (min-width: 1200px) {
.search_section form > ul > li.search_button {
width: 29%;
}
}
.search_section li .form-control {
box-shadow: none;
}
.sbOptions li {
width: 100%;
}
@media (min-width: 992px) {
.courses_left {
padding-right: 0;
}
}
.courses_left_inner h3 {
text-transform: uppercase;
margin: 0 0 13px;
}
@media (min-width: 992px) {
.courses_left_inner h3 {
letter-spacing: -1px;
}
}
.courses_left_inner ul {
float: left;
width: 100%;
margin: 0 0 40px;
}
.courses_left_inner ul li {
float: left;
width: 100%;
margin: 0 0 6px;
}
.courses_left_inner ul li a {
font-weight: 600;
font-size: 14px;
color: #282428;
text-decoration: none;
font-weight: normal;
display: block;
}
.courses_left_inner ul li a:hover, .courses_left_inner ul li a:focus {
color: #0060b1;
}
.courses_left_inner ul li.active a {
color: #0060b1;
}
.courses_left_inner ul li:last-child {
margin: 0;
}
.search_section li .selectBox {
margin: 0;
}
.course-grid h3 a {
font-size: 18px;
font-weight: 700;
color: rgba(0, 0, 0, 0.8);
line-height: 21px;
display: block;
margin: 20px 0 30px;
text-decoration: none;
}
.course-grid h3 a:hover {
color: black;
}
@media (min-width: 768px) {
.course-grid.course-3col .aboutImage .overlay {
padding: 20px;
}
}
@media (min-width: 992px) {
.course-grid.course-3col .aboutImage .overlay {
padding: 30px 20px;
}
}
@media (min-width: 768px) {
.course-grid.course-3col .aboutImage .overlay p {
font-size: 12px;
}
}
@media (min-width: 992px) {
.course-grid.course-3col .aboutImage .overlay p {
font-size: 14px;
}
}
.course-grid .col-xs-6 {
margin-bottom: 40px;
}
.pagination {
margin: 0;
} .item_inner.slider {
padding: 15px 15px 20px;
}
.item_inner.slider .flex-direction-nav {
position: relative;
bottom: 0;
margin-top: 8px;
float: right;
width: auto;
}
.item_inner.slider .carousal_bottom {
padding: 0;
}
.item_inner.slider .carousal_bottom .thumb {
width: 58px;
margin: 0 18px 0 0;
}
.item_inner.slider .thumb_title {
margin: 5px 0 0;
}
.item_inner.slider .author_name {
text-transform: uppercase;
}
#single_banner .flex-control-paging {
position: relative;
bottom: 0;
line-height: 11px;
margin-top: 20px;
float: none;
}
#single_banner .flex-control-paging li a {
background: #d6dbe0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 11px;
height: 11px;
}
#single_banner .flex-control-paging li a.flex-active {
background: #0060b1;
}
#single_banner p {
font-weight: 600;
font-style: italic;
color: #7e7e7e;
line-height: 28px;
}
.item_inner.slider h4 {
margin: 0 0 10px;
}
.item_inner.slider .flex-direction-nav li {
float: left;
}
.item_inner.slider .flex-direction-nav a {
position: relative;
bottom: 0;
display: block;
margin: 0;
width: 35px;
height: 30px;
border: 1px solid #0060b1;
}
.flex-direction-nav a.flex-next {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/courses/next.png) no-repeat center center;
margin-left: 10px !important;
}
.flex-direction-nav a.flex-prev {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/courses/prev.png) no-repeat center center;
}
.item_inner.question h4 {
margin: 0 0 10px;
}
.item_inner.question h5 {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 18px;
margin: 0 0 20px;
color: #000;
}
.item_inner.question h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 18px;
color: #000;
margin: 0;
}
.item_inner.question a {
color: #0060b1;
text-decoration: underline;
}
.item_inner.question a:hover {
text-decoration: none;
}
.tab_menu {
height: 90px;
}
.single_content .tab_menu > ul {
clear: both;
width: 100%;
}
.single_content .tab_menu > ul li {
display: inline-block;
float: left;
position: relative;
width: 25%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.single_content .tab_menu > ul li a {
font-weight: 700;
font-size: 12px;
line-height: 14px;
color: #000;
text-transform: uppercase;
text-decoration: none;
display: block;
border-bottom: 1px solid #dce4ea;
border-top: 1px solid #dce4ea;
background: #f6f9fa;
text-align: center;
height: 45px;
padding: 5px;
}
@media (max-width: 479px) {
.single_content .tab_menu > ul li a {
padding: 5px;
font-size: 10px;
}
}
@media (min-width: 768px) {
.single_content .tab_menu > ul li a {
padding: 5px;
}
}
@media (min-width: 1200px) {
.single_content .tab_menu > ul li a {
height: 50px;
line-height: 16px;
padding: 15px 5px;
}
}
.single_content .tab_menu > ul li a:hover {
background: #0060b1;
color: #fff;
border-color: #0060b1;
}
.single_content .tab_menu > ul li:first-child a {
border-left: 1px solid #dce4ea;
}
.single_content .tab_menu > ul li:last-child a {
border-right: 1px solid #dce4ea;
}
.single_content .tab_menu > ul li.active a {
background: #0060b1;
color: #fff;
border-color: #0060b1;
}
.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after {
content: " ";
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-top: 10px solid #0060b1;
position: absolute;
left: 50%;
margin-left: -10px;
bottom: -10px;
}
.single_tab_content p {
margin: 0 0 42px;
}
.single_tab_content h1 {
font-size: 22px;
margin: 0 0 13px;
}
.single_tab_content img.video {
margin: 0 0 53px;
}
@media (max-width: 479px) {
.popularCourse .col-xs-6 {
width: 100%;
}
} .single_banner_inner.admission .single_caption {
left: 22px;
width: 700px;
}
.single_banner_inner.admission .single_caption h1 {
margin: 0;
}
.block_quate {
padding: 10px 20px;
border-left: 4px solid #49c32c;
background: #f6f9fa;
margin: 40px 0 25px;
}
.block_quate p {
font-weight: 400;
font-style: italic;
margin: 0;
}
.block_quate.custom {
margin-top: 0;
}
.admission_video {
margin: 20px 0 38px;
cursor: pointer;
text-align: center;
}
.admission_video iframe {
max-width: 100%;
}
.admission-border {
padding-bottom: 60px;
border-bottom: 1px solid #dce4ea;
margin-bottom: 25px;
}
.resultPart.admission {
padding-right: 20px;
}
@media (max-width: 767px) {
.sidebar {
margin: 30px 0 0;
}
}
.sidebar_item {
border-top: 3px solid #49c32c;
margin: 0 0 20px;
}
.item_inner {
border: 1px solid #dce4ea;
border-top: none;
padding: 15px 5px 20px 15px;
}
.item_inner.program {
background: #f6f9fa;
}
.item_inner a.fees {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
color: #0060b1;
text-decoration: none;
}
.item_inner > h4 {
margin: 0 0 16px;
text-transform: uppercase;
}
.item_inner.program ul {
width: 100%;
}
.item_inner.program ul li {
display: block;
width: 100%;
font-weight: 600;
font-size: 14px;
color: #000;
text-align: left;
line-height: 18px;
margin: 0 0 16px;
}
.item_inner.program ul li span {
width: 40%;
display: inline-block;
color: #686868;
}
.item_inner.program ul li:last-child {
margin: 0;
}
.sidebar_item.admission .item_inner.program {
padding: 0 20px;
}
.sidebar_item.admission .item_inner.program ul li a {
color: #545454;
text-transform: uppercase;
font-weight: 700;
border-bottom: 1px solid #dce4ea;
display: block;
text-decoration: none;
padding-bottom: 17px;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/admission/arrow.png) no-repeat right center;
padding-right: 20px;
padding-top: 17px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sidebar_item.admission .item_inner.program ul li a:hover {
color: #000;
}
.sidebar_item.admission .item_inner.program ul li {
margin: 0 0 0;
}
.sidebar_item.admission .item_inner.program ul li.active a {
color: #000;
}
.sidebar_item.admission .item_inner.program ul li:last-child {
margin: 0;
}
.sidebar_item.admission .item_inner.program ul li:last-child a {
border: none;
margin: 0;
}
.sidebar_item.admission .item_inner.program ul li.no_arrow a {
background: none;
}
.formArea.admission {
padding: 0;
border: none;
margin: 0;
}
.formArea.admission h3 {
text-transform: uppercase;
margin: 0 0 20px;
} .single_banner_inner {
position: relative;
}
.single_caption {
width: 900px;
max-width: 90%;
left: 15px;
bottom: 20px;
position: absolute;
background: rgba(0, 0, 0, 0.4);
padding: 15px 20px;
}
@media (max-width: 479px) {
.single_caption {
padding: 10px 15px;
}
}
@media (min-width: 768px) {
.single_caption {
padding: 15px 20px;
left: 5%;
bottom: 25px;
}
}
@media (min-width: 992px) {
.single_caption {
width: 835px;
left: 48px;
bottom: 30px;
max-width: 94%;
padding: 20px 20px 28px;
}
}
@media (min-width: 1200px) {
.single_caption {
width: 900px;
}
}
.single_caption h1 {
font-size: 26px;
text-transform: none;
color: #fff;
font-weight: 400;
margin: 0 0 8px;
}
@media (max-width: 479px) {
.single_caption h1 {
font-size: 20px;
}
}
@media (min-width: 768px) {
.single_caption h1 {
font-size: 30px;
}
}
@media (min-width: 992px) {
.single_caption h1 {
font-size: 40px;
}
}
@media (min-width: 1200px) {
.single_caption h1 {
font-size: 44px;
}
}
.single_caption h2 {
font-size: 16px;
text-transform: none;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
margin: 0;
}
@media (max-width: 479px) {
.single_caption h2 {
font-size: 13px;
}
}
@media (min-width: 992px) {
.single_caption h2 {
font-size: 16px;
}
}
@media (min-width: 1200px) {
.single_caption h2 {
font-size: 22px;
}
}
.single_content {
padding: 35px 0;
}
.custom {
padding-bottom: 60px;
}
.custom h2 {
font-size: 22px;
text-transform: uppercase;
line-height: 27px;
margin: 0 0 14px;
}
.course-title h2 {
font-size: 22px;
text-transform: uppercase;
line-height: 27px;
margin: 0 0 14px;
} .full_banner {
position: relative;
}
.full_banner img {
width: 100%;
}
.full_banner .single_caption {
width: 700px;
max-width: 90%;
left: 15px;
}
.calendar_outer {
padding: 50px 0 100px;
}
#calendar {
border-right: 2px solid #dce4ea;
background: #fff;
}
.menuFooter.event {
background: #f6f9fa;
}
.event_calendar {
border-top: 3px solid #49c32c;
}
.fc-icon-left-single-arrow::after {
left: -4px;
}
.fc-toolbar {
border-left: 2px solid #dce4ea;
margin: 0;
padding: 40px 34px;
}
.fc td, .fc th {
border-width: 2px;
border-color: #dfe7ea;
}
.fc td:last-child, .fc th:last-child {
border-right: none !important;
}
.fc-toolbar button {
border: none;
background: #c3cacd;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 40px;
display: inline-block;
height: 40px;
}
.fc-toolbar button .fa {
font-size: 30px;
color: #fff;
line-height: 43px;
}
.fc-center h2 {
font-weight: 400;
font-size: 35px;
color: #0060b1;
margin: 0;
line-height: 34px;
}
@media (max-width: 479px) {
.fc-center h2 {
font-size: 20px;
}
}
@media (min-width: 768px) {
.fc-center h2 {
font-size: 40px;
}
}
@media (min-width: 1200px) {
.fc-center h2 {
font-size: 55px;
}
}
.fc-row.fc-widget-header th {
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
color: #000;
text-align: center;
padding: 10px;
}
@media (max-width: 479px) {
.fc-row.fc-widget-header th {
font-size: 10px;
padding: 5px;
}
}
@media (min-width: 768px) {
.fc-row.fc-widget-header th {
font-size: 20px;
padding: 23px 10px 26px;
}
}
.event_calendar .fc-content-skeleton {
padding: 0;
}
.event_calendar .fc-event-container {
padding: 3px 11px;
}
@media (max-width: 479px) {
.event_calendar .fc-event-container {
font-size: 10px;
padding: 2px 5px;
}
}
.fc-event-container a {
font-size: 12px;
color: #000000;
display: block;
line-height: 18px;
background: #e6e6e6;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-decoration: none;
text-align: center;
border: none;
padding: 7px 3px;
font-weight: normal;
}
@media (max-width: 479px) {
.fc-event-container a {
font-size: 8px;
line-height: 14px;
}
}
.fc-event-container a.more {
background: none;
color: #0060b1;
}
.fc-event-container {
position: relative;
}
.fc-event-container .tooltip {
width: 125px;
margin: 0px 0px 0px -27px;
bottom: 57px;
display: none;
}
@media (max-width: 479px) {
.fc-event-container .tooltip {
bottom: 85px;
margin: 0 0 0 -27px;
width: 95px;
}
}
@media (min-width: 768px) {
.fc-event-container .tooltip {
width: 138px;
margin: 0 0 0 -27px;
bottom: 55px;
}
}
@media (min-width: 992px) {
.fc-event-container .tooltip {
width: 190px;
margin: 0 0 0 -38px;
bottom: 55px;
}
}
@media (min-width: 1200px) {
.fc-event-container .tooltip {
bottom: 42px;
width: 230px;
margin: 0px 0px 0px -42px;
}
}
.tooltip.top .tooltip-arrow {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/events/tooltip_arrow.png) no-repeat center bottom;
bottom: -4px;
width: 18px;
height: 11px;
margin-left: -14px;
}
.event_calendar .fc-event-container .tooltip-inner {
max-width: 100%;
padding: 8px 12px;
float: left;
background: #eff8ff;
border: 1px solid #9ccaf0;
-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.14);
box-shadow: 0 2px 9px rgba(0, 0, 0, 0.14);
}
.tooltip.top .tooltip-arrow {
border-top-color: #eff8ff;
}
.fc-event-container .tooltip-inner h4 {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #000;
text-align: left;
line-height: 18px;
text-transform: uppercase;
font-weight: 700;
margin: 0 0 6px;
}
@media (min-width: 992px) {
.fc-event-container .tooltip-inner h4 {
font-size: 15px;
}
}
.fc-event-container .tooltip-inner h5 {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #858585;
text-align: left;
line-height: 18px;
font-weight: 400;
margin: 0 0 10px;
}
.fc-event-container .tooltip-inner p {
font-size: 13px;
color: #858585;
text-align: left;
line-height: normal;
font-weight: normal;
margin: 0;
}
@media (max-width: 767px) {
.fc-event-container .tooltip-inner p {
font-size: 10px;
line-height: 16px;
}
}
.fc-event-container .tooltip-inner p span {
display: block;
font-size: 12px;
}
@media (max-width: 767px) {
.fc-event-container .tooltip-inner p span {
font-size: 10px;
}
}
.fc-event-container:hover .tooltip {
display: block;
opacity: 1;
}
.fc-event-container a:hover, .fc-event-container a.gray:hover {
background: #bcdcf7;
color: #000;
}
.fc-event-container a.gray {
background: #707a8a;
color: #fff;
}
.fc-right .fc-today-button {
display: none;
}
.fc-right .fc-prev-button {
display: none;
}
.fc-right .fc-state-default.fc-corner-right {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-radius: 50%;
}
.fc-left .fc-next-button {
display: none;
}
.fc-left .fc-state-default.fc-corner-left {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-radius: 50%;
}
.fc button .fc-icon {
color: #ffffff;
font-size: 20px;
} .custom_content {
padding: 35px 0 35px;
background: #fff;
}
.custom_title h1 {
margin: 0 0 15px;
}
ul.list {
border-bottom: 1px solid #dce4ea;
margin: 30px 0 50px;
float: left;
clear: both;
}
ul.list li {
margin: 0 4% 45px 0;
text-align: center;
width: 48%;
float: left;
display: inline-block;
}
@media (max-width: 479px) {
ul.list li {
margin: 0 0 30px;
text-align: center;
width: 100%;
float: none;
}
}
@media (min-width: 768px) {
ul.list li {
width: 23%;
margin: 0 2% 45px 0;
}
}
@media (min-width: 992px) {
ul.list li {
width: 220px;
margin: 0 20px 45px 0;
}
}
@media (min-width: 1200px) {
ul.list li {
width: 237px;
margin: 0 63px 60px 0px;
}
}
ul.list li .thumb {
width: 100%;
margin: 0 0 22px;
}
ul.list li a {
text-decoration: none;
}
@media (max-width: 767px) {
ul.list li:nth-child(2n) {
margin-right: 0;
clear: right;
}
}
@media (min-width: 992px) {
ul.list li:nth-child(4n) {
margin-right: 0;
clear: right;
}
}
ul.list.last {
border: none;
margin-bottom: 0;
}
ul.list h3 {
font-weight: 400;
color: #000;
font-size: 20px;
margin: 0 0 2px;
}
ul.list h5 {
font-family: 'Roboto Slab', serif;
font-weight: 400;
color: #000;
font-size: 14px;
line-height: normal;
} .custom_content.custom h3 {
text-transform: uppercase;
margin: 0 0 30px;
}
.carousel-indicators {
z-index: 999;
margin-bottom: 0;
}
.carousel-indicators li {
width: 10px;
height: 10px;
margin: 0 5px;
background: #fff;
}
.carousel-indicators li.active {
background: #0060b1;
width: 10px;
height: 10px;
border: none;
}
.row.custom {
padding-bottom: 0;
border-bottom: none;
}
.sidebar_item.campus h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
margin: 10px 0 15px;
width: 100%;
float: left;
line-height: normal;
} .photo_gallery.custom {
padding-bottom: 0;
border-bottom: none;
}
.photo_gallery .gallery li {
width: 48.5%;
margin: 0 3% 20px 0;
float: left;
position: relative;
overflow: hidden;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
display: inline-block;
}
@media (max-width: 479px) {
.photo_gallery .gallery li {
width: 100%;
margin: 0 0 15px 0;
}
}
@media (min-width: 768px) {
.photo_gallery .gallery li {
width: 22.75%;
margin: 0 3% 30px 0;
}
}
.photo_gallery .gallery li .overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
background: transparent;
text-align: center;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.photo_gallery .gallery li span.zoom {
width: 45px;
height: 45px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
opacity: 0;
color: #ffffff;
background: rgba(0, 0, 0, 0.75);
-webkit-transform: translate(0, 30px);
-ms-transform: translate(0, 30px);
transform: translate(0, 30px);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
position: absolute;
bottom: 32%;
left: 50%;
z-index: 99;
text-align: center;
margin-left: -25px;
}
.photo_gallery .gallery li i {
padding-top: 15px;
}
.photo_gallery .gallery li:hover .overlay {
background: rgba(0, 0, 0, 0.25);
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.photo_gallery .gallery li:hover span.zoom {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
@media (min-width: 768px) {
.photo_gallery .gallery li:nth-child(4n) {
margin-right: 0;
clear: right;
}
}
@media (max-width: 767px) {
.photo_gallery .gallery li:nth-child(2n) {
margin-right: 0;
clear: right;
}
}
@media (min-width: 768px) {
.photo_gallery .gallery.gallery-3col li {
width: 31.3%;
margin: 0 3% 30px 0;
}
.photo_gallery .gallery.gallery-3col li span.zoom {
width: 50px;
height: 50px;
bottom: 35%;
}
.photo_gallery .gallery.gallery-3col li span.zoom i {
padding-top: 18px;
}
}
@media (min-width: 768px) {
.photo_gallery .gallery.gallery-3col li:nth-child(4n) {
clear: none;
margin: 0 3% 30px 0;
}
}
@media (min-width: 768px) {
.photo_gallery .gallery.gallery-3col li:nth-child(3n) {
margin-right: 0 !important;
clear: right !important;
}
}
#image-item-carousel .carousel-inner .item {
padding: 0 30px;
}
#image-item-carousel .recommended-item-control {
margin-top: -12px;
position: absolute;
top: 50%;
z-index: 999;
}
#image-item-carousel .recommended-item-control.right {
right: 0;
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/prev.png) no-repeat center center;
}
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/next.png) no-repeat center center;
}
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a, .mfp-arrow-left::before, .mfp-arrow-left .mfp-b, .mfp-arrow-right::before, .mfp-arrow-right .mfp-b, .mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
border: none;
}
.carousel-inner img {
width: 100%;
}
.mfp-arrow {
width: 40px !important;
height: 50px !important;
}
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
background: rgba(0, 0, 0, 0.7) url(//www.asmel.com/wp-content/themes/bst-master/img/next.png) no-repeat center center;
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
background: rgba(0, 0, 0, 0.7) url(//www.asmel.com/wp-content/themes/bst-master/img/prev.png) no-repeat center center;
} .apply_from .form-group .label {
font-family: "Open Sans",sans-serif;
font-size: 14px;
color: #000;
font-weight: 400;
padding: 0;
line-height: normal;
white-space: normal;
padding: 10px 0;
float: left;
text-align: left;
}
.apply_from .form-group .form-control {
box-shadow: none;
}
.apply_from .form-group .label span {
color: #f00;
}
.apply_from h4 {
text-transform: uppercase;
margin: 30px 0 20px;
}
.apply_from .form-group textarea {
height: 120px;
resize: vertical;
}
.text-field {
width: 100%;
float: left;
height: auto;
}
.text-field.custom {
display: table;
}
.field-prefix {
display: table-cell;
}
.text-field.custom .form-control {
display: inline-block;
}
.card-type {
width: 100%;
float: left;
}
.card-type li {
display: inline-block;
position: relative;
margin: 0 15px 0 0;
}
.custom_right input[type="radio"] {
display: none;
}
input[type="radio"] + label {
font-family: "Open Sans",sans-serif;
font-size: 14px;
color: #000;
}
input[type="radio"] + label span {
display: inline-block;
width: 40px;
height: 25px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
opacity: 0.5;
}
input[type="radio"]:checked + label span {
opacity: 1;
}
.apply_from .commonBtn {
width: 200px;
border: none;
}
@media (max-width: 767px) {
.col-xs-12.col-sm-4.select-year {
margin-top: 15px;
}
.apply_from .custom_margin {
margin: 15px 0 0;
}
} .ed-alert.alert-success {
font-size: 20px;
font-weight: 300;
color: #5ca05e;
background-color: #edfaee;
border-color: #d0edce;
padding: 15px 35px;
margin-bottom: 30px;
}
.ed-alert.alert-success .close {
filter: alpha(opacity=100);
opacity: 1;
}
.ed-alert.alert-success .close:focus, .ed-alert.alert-success .close:hover {
color: #5ca05e;
filter: alpha(opacity=100);
opacity: 1;
}
.ed-alert.alert-success i {
font-size: 25px;
padding-top: 9px;
width: 45px;
height: 45px;
text-align: center;
background: #60a662;
color: #ffffff;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
vertical-align: middle;
margin-right: 10px;
}
.ed-alert.alert-success .icomoon-checkmark3:before {
vertical-align: middle;
}
.ed-alert.alert-dismissable .close, .ed-alert.alert-dismissible .close {
position: relative;
top: -14px;
right: -28px;
}
.ed-cinfirm {
width: 100%;
}
.ed-cinfirm .top-headline {
margin-top: 30px;
margin-bottom: 20px;
color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
.ed-cinfirm .top-headline {
margin-top: 0;
}
}
.ed-cinfirm-detail .headline {
margin-top: 30px;
color: rgba(0, 0, 0, 0.8);
margin-bottom: 20px;
}
.ed-cinfirm-detail li {
width: 43%;
display: inline-block;
float: left;
margin: 0 10px;
margin-bottom: 30px;
}
@media (min-width: 992px) {
.ed-cinfirm-detail li {
width: 25%;
margin: 0;
margin-bottom: 30px;
}
}
.ed-cinfirm-detail li span {
font-size: 16px;
font-weight: 300;
}
.ed-cinfirm-detail li span:first-child {
font-weight: 500;
}
.ed-cinfirm-detail li:last-child {
float: right;
}
.ed-cinfirm-detail li:last-child span {
font-size: 26px;
font-weight: 300;
}
.ed-cinfirm-detail li:last-child span:first-child {
font-weight: 500;
}
.ed-cinfirm-detail ul {
margin: 0 -10px;
}
@media (min-width: 992px) {
.ed-cinfirm-detail ul {
margin: 0;
}
} .privacy_content h4 {
font-weight: 400;
line-height: 28px;
margin: 0 0 20px;
}
.privacy_content p a {
text-decoration: underline;
}
.privacy_content p a:hover {
text-decoration: none;
}
.privacy_content h5 {
margin: 35px 0 8px;
line-height: normal;
}
.privacy_content ul {
margin: 0 0px 20px 22px;
}
.privacy_content ul li {
padding-left: 15px;
background: url(//www.asmel.com/wp-content/themes/bst-master/img/bullet.png) no-repeat left 10px;
line-height: 23px;
margin: 0 0 5px;
}
p > a, p > a:hover {
font-weight: 400;
} .contact_form label {
font-weight: normal;
}
.contact_form label .error {
color: #f00;
}
.contact_form .form-control {
box-shadow: none;
}
.contact_form .commonBtn {
border: none;
padding: 0 40px;
}
ul.contact_info li {
width: 100%;
display: block;
font-weight: 400;
color: #000;
margin: 0 0 5px;
}
ul.contact_info li .fa {
color: #0060b1;
display: inline-block;
font-size: 16px;
margin-right: 5px;
width: 20px;
}
ul.contact_info li a {
color: #000;
font-weight: 400;
}
ul.contact_info li a:hover {
color: #0060b1;
}
.list_block.custom {
padding: 15px 12px 25px;
}
.list_block.custom p {
margin: 0;
}
.list_block.custom h4 {
font-weight: 400;
font-family: "Open Sans",sans-serif;
margin: 10px 0 20px;
float: left;
width: 100%;
}
.single_banner_inner img {
width: 100%;
}
.contact_map iframe {
display: block;
} @media (max-width: 479px) {
.price-table .col-xs-6 {
width: 100%;
}
}
.price-table-inner {
text-align: center;
padding: 30px;
margin-bottom: 70px;
border: 1px solid #dce4ea;
}
@media (max-width: 479px) {
.price-table-inner {
padding: 0;
border: none;
}
}
@media (min-width: 768px) {
.price-table-inner {
padding: 15px;
}
}
@media (min-width: 992px) {
.price-table-inner {
padding: 30px;
}
}
.price-table-inner .btn {
padding-left: 30px;
padding-right: 30px;
}
.price-table h3 {
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
color: #ffffff;
}
.price-table span {
font-size: 15px;
margin-bottom: 10px;
font-weight: 400;
display: block;
}
.price-title {
padding: 20px 0;
text-align: center;
width: 100%;
background: #0060b1;
margin-bottom: 25px;
}
.course-price h2 {
font-size: 35px;
line-height: 35px;
margin-bottom: 0;
font-weight: 300;
margin: 25px 0 5px;
}
.course-price span {
font-size: 14px;
margin-bottom: 20px;
} .error-content {
background: #f4f6f9;
text-align: center;
}
.error-content h3 {
color: #525252;
font-size: 25px;
font-weight: 400;
margin-bottom: 0;
text-transform: capitalize;
}
@media (min-width: 768px) {
.error-content h3 {
font-size: 30px;
}
}
.error-content p {
color: #525252;
font-size: 20px;
font-weight: 400;
margin-bottom: 0;
line-height: 28px;
}
@media (min-width: 768px) {
.error-content p {
font-size: 25px;
line-height: 35px;
}
}
.error-content a {
font-weight: 400;
font-size: 20px;
color: #0060b1;
text-decoration: none;
}
.error-content-top {
width: 250px;
height: 250px;
margin: 0 auto 45px;
background: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
@media (min-width: 768px) {
.error-content-top {
width: 300px;
height: 300px;
}
}
.error-content-top h1 {
color: #525252;
font-size: 60px;
font-weight: 400;
margin-bottom: 10px;
padding-top: 70px;
}
@media (min-width: 768px) {
.error-content-top h1 {
font-size: 70px;
margin-bottom: 25px;
}
}
.error-content-top h3 {
text-transform: uppercase;
} .cartList {
padding-top: 35px;
}
.cartListInner .updateArea .input-group .form-control, .cartListInner .updateArea .btn, .cartListInner .updateArea .checkBtnArea .commonBtn {
border-radius: 0;
box-shadow: none;
height: 47px;
}
.cartListInner .updateArea .btn, .cartListInner .updateArea .checkBtnArea .commonBtn {
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
}
.cartListInner .updateArea, .totalAmountArea {
display: block;
float: left;
padding: 15px;
width: 100%;
}
.cartListInner .table-responsive .table thead tr th {
font-family: 'Roboto Slab', serif;
font-weight: 700;
background-color: #f1f4f7;
padding: 0;
height: 60px;
vertical-align: middle;
text-align: left;
font-size: 16px;
color: #000;
padding-left: 15px;
border: none;
text-transform: uppercase;
}
@media (min-width: 768px) {
.cartListInner .table-responsive .table thead tr th {
height: 75px;
}
}
.cartListInner .table-responsive .table tbody tr td {
vertical-align: middle;
font-family: 'Roboto Slab', serif;
font-size: 16px;
color: #000;
border-top: none;
}
.cartListInner .table-responsive .table tbody tr td .close {
display: inline-block;
float: right;
font-size: 30px;
color: rgba(0, 0, 0, 0.5);
font-weight: normal;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 3px 20px;
border: 1px solid #f1f4f7;
opacity: 1;
}
.cartListInner .table-responsive .table tbody tr td .close:hover {
color: #fff;
background-color: #49c32c;
border-color: #49c32c;
opacity: 1;
}
.cartListInner {
width: 100%;
float: left;
margin-bottom: 70px;
}
.cartListInner .table-responsive {
margin-bottom: 0;
overflow-x: auto;
}
@media (min-width: 768px) {
.cartListInner .table-responsive {
overflow-x: visible;
}
}
.cartListInner .table-responsive .table {
margin-bottom: 0;
}
.cartListInner .table-responsive .table thead {
border: 1px solid #f1f4f7;
}
.cartListInner .table-responsive .table tbody {
border: 1px solid #dce4ea;
border-top: none;
}
.cartListInner .table-responsive .table tbody tr {
border-bottom: 1px solid #dce4ea;
}
.cartListInner .table-responsive .table tbody tr:last-child {
border-bottom: none;
}
@media (max-width: 767px) {
.cartListInner .table-responsive .table tbody tr td {
padding: 10px;
}
}
@media (min-width: 768px) {
.cartListInner .table-responsive .table tbody tr td {
padding: 15px;
}
}
.cartListInner .table-responsive .table tbody tr td .courseNo {
font-size: 13px;
color: rgba(0, 0, 0, 0.5);
font-style: italic;
display: block;
}
.cartListInner .table-responsive .table tbody tr td:nth-child(3) {
color: #49c32c;
}
.cartListInner .table-responsive .table img {
min-width: 80px;
min-height: auto;
}
.cartListInner .updateArea {
border: 1px solid #dce4ea;
border-top: none;
}
.cartListInner .updateArea .input-group {
float: left;
}
@media (max-width: 767px) {
.cartListInner .updateArea .input-group {
width: 100%;
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.cartListInner .updateArea .input-group {
width: 465px;
margin-bottom: 0;
}
}
.cartListInner .updateArea .input-group .form-control {
background-color: #fff;
}
@media (max-width: 767px) {
.cartListInner .updateArea .input-group .form-control {
width: 75%;
margin-bottom: 10px;
}
}
@media (min-width: 768px) {
.cartListInner .updateArea .input-group .form-control {
width: 285px;
margin-right: 10px;
}
}
.cartListInner .updateArea .btn {
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0;
line-height: 47px;
color: #fff;
background-color: #0060b1;
border-color: #0060b1;
width: 165px;
}
.cartListInner .updateArea .btn:hover {
background-color: #0060b1;
border-color: #0060b1;
color: #fff;
}
@media (max-width: 767px) {
.cartListInner .updateArea .btn {
float: left;
}
}
@media (min-width: 768px) {
.cartListInner .updateArea .btn {
float: right;
}
}
.cartListInner .updateArea .checkBtnArea .commonBtn {
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0;
line-height: 47px;
color: #fff;
width: 170px;
background-color: #49c32c;
border-color: #49c32c;
}
.cartListInner .updateArea .checkBtnArea .commonBtn:hover {
background-color: #49c32c;
border-color: #49c32c;
}
.cartListInner .table-responsive .table tbody tr td:last-child {
text-align: right;
}
.totalAmountArea {
border: 1px solid #dce4ea;
border-top: none;
}
.totalAmountArea .cart-total {
font-family: 'Roboto Slab', serif;
font-size: 14px;
color: #000;
text-transform: uppercase;
font-weight: 700;
}
.totalAmountArea .cart-price {
font-family: 'Roboto Slab', serif;
font-size: 20px;
color: #49c32c;
text-transform: uppercase;
font-weight: 700;
}
.cartList .sectionTitle h3 {
margin-bottom: 30px;
} .checkout {
padding-top: 35px;
}
.form-header {
background-color: #f1f4f7;
height: 60px;
vertical-align: middle;
padding-left: 15px;
}
@media (min-width: 768px) {
.form-header {
height: 75px;
}
}
.form-header h4 {
font-size: 16px;
text-transform: uppercase;
margin: 0;
line-height: 60px;
}
@media (min-width: 768px) {
.form-header h4 {
line-height: 75px;
}
}
.checkout {
margin-bottom: 30px;
}
.checkout form {
padding: 25px 20px;
border: 1px solid #dce4ea;
border-top: none;
}
.checkout form .commonBtn {
padding-left: 40px;
padding-right: 40px;
margin-bottom: 15px;
}
@media (min-width: 992px) {
.checkout form .commonBtn {
margin-left: 50px;
}
}
.checkout .form-group {
margin-bottom: 15px;
clear: both;
}
.checkout .form-group label {
font-weight: 600;
font-size: 16px;
color: #000;
text-align: right;
}
@media (min-width: 992px) {
.checkout .form-group label {
margin-bottom: 0;
width: 170px;
margin-right: 30px;
line-height: 42px;
float: left;
}
}
.checkout .form-control {
box-shadow: none;
}
@media (min-width: 992px) {
.checkout .form-control {
width: 670px;
}
}
.checkout .sbHolder {
margin-bottom: 15px;
}
@media (min-width: 992px) {
.checkout .sbHolder {
width: 670px;
}
}
.checkboxArea {
font-size: 14px;
margin-bottom: 25px;
color: #000;
}
.checkboxArea input[type=checkbox]:not(old) {
width: 20px;
margin: 0;
padding: 0;
font-size: 10px;
opacity: 0;
}
.checkboxArea input[type=checkbox]:not(old) + label {
display: inline-block;
margin-left: -20px;
line-height: 20px;
font-weight: 400;
font-size: 14px;
color: #000000;
}
.checkboxArea input[type=checkbox]:not(old) + label span {
background-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
height: 20px;
margin: 0 10px 0 0;
vertical-align: middle;
width: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 1px solid #dce4ea;
}
.checkboxArea input[type=checkbox]:not(old):checked + label span {
background-color: #49c32c;
border: 1px solid #49c32c;
}
.checkboxArea input[type=checkbox]:not(old):checked + label span:before {
color: #fff;
content: "\f111";
font-family: 'FontAwesome';
display: block;
font-size: 8px;
font-weight: normal;
height: 20px;
line-height: 18px;
text-align: center;
width: 17px;
}
.checkboxArea1 {
font-size: 14px;
margin-bottom: 25px;
color: #000;
}
@media (min-width: 992px) {
.checkboxArea1 {
margin-left: 50px;
}
}
.checkboxArea1 input[type=checkbox]:not(old) {
width: 20px;
margin: 0;
padding: 0;
font-size: 10px;
opacity: 0;
}
.checkboxArea1 input[type=checkbox]:not(old) + label {
display: inline-block;
margin-left: -20px;
line-height: 20px;
font-weight: 400;
font-size: 14px;
color: #000000;
}
.checkboxArea1 input[type=checkbox]:not(old) + label span {
background-color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
display: inline-block;
height: 20px;
margin: 0 10px 0 0;
vertical-align: middle;
width: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 1px solid #dce4ea;
}
.checkboxArea1 input[type=checkbox]:not(old):checked + label span {
background-color: #49c32c;
border: 1px solid #49c32c;
}
.checkboxArea1 input[type=checkbox]:not(old):checked + label span:before {
color: #fff;
content: "\f00c";
font-family: 'FontAwesome';
display: block;
font-size: 10px;
font-weight: normal;
height: 20px;
line-height: 17px;
text-align: center;
width: 18px;
}
.checkout .alt-text {
color: #000;
font-size: 14px;
margin-bottom: 15px;
}
.checkout-content .cartListInner {
margin-bottom: 30px;
}
.checkout-content .checkBtnArea {
width: 100%;
float: left;
margin-bottom: 70px;
padding: 10px 15px;
border: 1px solid #dce4ea;
}
.checkout-content .checkBtnArea .commonBtn {
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 479px) {
.checkout-content .checkBtnArea .commonBtn {
padding-left: 10px;
padding-right: 10px;
}
}
.checkout-content .totalAmountArea {
border: none;
display: block;
float: right;
padding: 6px 0;
width: auto;
}
@media (max-width: 479px) {
.checkout-content .totalAmountArea {
float: none;
padding: 10px 0 0;
}
}
.checkout-content .totalAmountArea .cart-total {
margin-right: 7px;
}
.checkout-content .cartListInner .table-responsive .table tbody tr td:nth-child(3) {
text-align: right;
}
.confirmation-content .cartListInner .table-responsive .table thead {
display: none;
}
.confirmation-content .cartListInner .table-responsive .table tbody {
border-top: 1px solid #dce4ea;
}
@media (min-width: 992px) {
.confirmation-content .cartListInner .table-responsive .table tbody tr td {
font-size: 20px;
}
}
.confirmation-content .cartListInner .table-responsive .table tbody tr td .courseInfo {
font-family: 'Open Sans', sans-serif;
color: rgba(0, 0, 0, 0.7);
display: block;
margin: 10px 0;
}
@media (min-width: 992px) {
.confirmation-content .cartListInner .table-responsive .table tbody tr td .courseNo {
font-size: 16px;
}
}
.confirmation-content .commonBtn {
padding-left: 40px;
padding-right: 40px;
}
@media (max-width: 479px) {
.confirmation-content .commonBtn {
padding-left: 20px;
padding-right: 20px;
}
}
.alert {
font-family: 'Roboto Slab', serif;
font-weight: 400;
font-size: 22px;
padding: 15px 30px;
margin-bottom: 30px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
@media (max-width: 767px) {
.alert {
padding: 12px 20px;
font-size: 20px;
}
}
.alert.alert-success {
border: 1px solid rgba(73, 195, 44, 0.5);
background-color: #d5f1ce;
color: #60a662;
}
.alert .successAlert {
width: 50px;
height: 50px;
line-height: 50px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-color: #49c32c;
color: #fff;
display: inline-block;
text-align: center;
margin-right: 24px;
font-size: 20px;
}
@media (max-width: 767px) {
.alert .successAlert {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
margin-right: 10px;
}
}
.alert .close {
top: 12px;
right: 0;
color: #49c32c;
opacity: 1;
filter: alpha(opacity=100);
}
@media (max-width: 767px) {
.alert .close {
top: 9px;
}
}  .cooming-page {
text-align: center;
}
.cooming-page .page-banner {
height: 200px;
position: relative;
width: 100%;
color: rgba(255, 255, 255, 0.7);
}
.cooming-page .page-banner p {
font-size: 20px;
margin-bottom: 0;
}
@media (min-width: 768px) {
.cooming-page .page-banner p {
font-size: 30px;
}
}
.cooming-page .page-banner .banner-inner {
bottom: 80px;
width: 100%;
left: 0;
}
.cooming-page .page-banner .banner-inner .top-headline {
color: rgba(255, 255, 255, 0.7);
font-size: 40px;
line-height: 40px;
font-weight: 400;
display: inline-block;
margin: 0 auto 10px;
}
@media (max-width: 479px) {
.cooming-page .page-banner .banner-inner .top-headline {
font-size: 28px;
line-height: 28px;
}
}
@media (min-width: 768px) {
.cooming-page .page-banner .banner-inner .top-headline {
font-size: 43px;
line-height: 43px;
}
}
@media (min-width: 992px) {
.cooming-page .page-banner .banner-inner .top-headline {
font-size: 53px;
line-height: 53px;
}
}
.cooming-dark-page .page-banner .overlay {
background-color: rgba(0, 0, 0, 0.37);
position: absolute;
top: 0;
left: 0;
bottom: 0;
padding: 40px 0;
width: 100%;
display: block;
}
.cooming-page h3 {
margin-bottom: 35px;
font-weight: 400;
}
.count-down {
margin: 35px auto 0;
}
#simple_timer {
width: 100%;
margin: 20px auto;
}
@media (min-width: 768px) {
#simple_timer {
width: 80%;
margin: 30px auto;
}
}
@media (min-width: 992px) {
#simple_timer {
width: 70%;
}
}
#simple_timer .table-cell {
display: inline-block;
margin: 0 15px;
}
#simple_timer .table-cell:first-child {
margin-left: 0;
}
#simple_timer .table-cell:last-child {
margin-right: 0;
}
@media (max-width: 479px) {
#simple_timer .table-cell {
margin: 0 20px;
}
}
@media (min-width: 768px) {
#simple_timer .table-cell {
margin: 0 40px;
}
}
@media (min-width: 992px) {
#simple_timer .table-cell {
margin: 0 50px;
}
}
#simple_timer .table-cell .tab-val {
font-weight: 100;
font-size: 35px;
line-height: 35px;
display: block;
padding-bottom: 8px;
margin-bottom: 8px;
}
@media (max-width: 479px) {
#simple_timer .table-cell .tab-val {
font-size: 30px;
line-height: 32px;
}
}
@media (min-width: 768px) {
#simple_timer .table-cell .tab-val {
font-size: 45px;
line-height: 45px;
padding-bottom: 15px;
margin-bottom: 15px;
}
}
@media (min-width: 992px) {
#simple_timer .table-cell .tab-val {
font-size: 65px;
line-height: 65px;
}
}
#simple_timer .table-cell .tab-metr {
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
}
@media (min-width: 768px) {
#simple_timer .table-cell .tab-metr {
font-size: 15px;
}
}
.cooming-page .light-section .newsletter {
width: 100%;
background: transparent;
padding: 0;
display: inline-block;
margin: 20px auto;
clear: both;
}
@media (min-width: 768px) {
.cooming-page .light-section .newsletter {
width: 60%;
margin: 30px auto;
}
}
@media (min-width: 992px) {
.cooming-page .light-section .newsletter {
width: 50%;
}
}
.cooming-page .ed-form {
display: table;
width: 100%;
}
.cooming-page .ed-form .form-group {
width: 80%;
margin: 0 auto 15px;
display: block;
}
@media (min-width: 992px) {
.cooming-page .ed-form .form-group {
width: 77%;
display: inline-block;
float: left;
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.cooming-page .ed-form .form-group {
width: 80%;
}
}
.cooming-page .ed-form .btn {
margin: 0 auto;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) {
.cooming-page .ed-form .btn {
margin: 0 0 0 10px;
}
}
.cooming-page .social-icon {
display: block;
margin: 0 auto;
text-align: center;
padding: 25px 0;
}
.cooming-page .social-icon h3 {
margin: 0 auto 25px;
}
@media (min-width: 768px) {
.cooming-page .social-icon h3 {
margin: 0 auto 35px;
}
}
.cooming-page .social-icon ul li {
display: inline-block;
}
.cooming-page .social-icon ul li a i {
width: 35px;
height: 35px;
font-size: 22px;
color: rgba(255, 255, 255, 0.5);
}
.cooming-page .social-icon ul li a:hover i {
color: white;
text-decoration: none;
} .cooming-dark-page {
background: url(//www.asmel.com/wp-content/themes/bst-master/img/home/paralax/paralax02.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.cooming-dark-page .main_wrapper {
background-color: transparent;
width: 100%;
float: left;
}
.cooming-page.cooming-dark-page .light-section {
background: transparent;
}
.cooming-page.cooming-dark-page h3 {
color: #ffffff;
}
.cooming-page.cooming-dark-page #simple_timer {
color: #ffffff;
}
.cooming-page.cooming-dark-page #simple_timer .table-cell .tab-val {
border-bottom: 2px solid #fff;
}
.cooming-page.cooming-dark-page #simple_timer .table-cell .tab-metr {
color: #ffffff;
}
.cooming-page.cooming-dark-page .ed-form .form-group .form-control {
color: #ffffff;
border: 1px solid #fff;
background: transparent;
}
.cooming-page.cooming-dark-page .ed-form .form-group .form-control:focus {
border: 1px solid #49c32c;
}
.cooming-page.cooming-dark-page .social-icon ul li a {
color: rgba(0, 0, 0, 0.5);
}a, a:hover,
.header .navbar-default .navbar-nav li a:hover,
.header .navbar-default .navbar-nav .active a,
.header .navbar-default .navbar-nav .active a:hover,
.header .navbar-default .navbar-nav .active a:focus,
.header .navbar-nav li.open .dropdown-menu li a:hover,
.header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus,
.header .navbar-nav li.open .dropdown-menu li.active a,
.header .navbar-nav li.dropdown .dropdown-menu li.active a,
.courses_right_inner td ul li.active a,
.courses_right_inner td a:hover,
.courses_left_inner ul li a:hover,
.courses_left_inner ul li a:focus,
.courses_left_inner ul li.active a,
.item_inner a.fees,
.sidebar_item.admission .item_inner.program ul li a:hover,
.sidebar_item.admission .item_inner.program ul li.active a,
.item_inner.question a,
.fc-center h2,
.fc-event-container a.more,
ul.contact_info li .fa,
ul.contact_info li a:hover,
.error-content a,
li.language.dropdown ul.dropdown-menu li.active a,
li.language.dropdown ul.dropdown-menu li a:hover {
color: #0060b1; }
.topbar,
.btn.learnBtn,
.related_post_sec a.more_post,
.pagination > li > a, .pagination > li > span,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.item_inner.slider .flex-direction-nav a,
.single_content .tab_menu > ul li a:hover,
.single_content .tab_menu > ul li.active a,
.feature-section .commonBtn.secondaryBtn,
.feature-section .commonBtn.secondaryBtn:hover,
.feature-section .commonBtn.secondaryBtn:focus,
.cartListInner .updateArea .btn,
.cartListInner .updateArea .btn:hover {
border-color: #0060b1; }
.single_content .tab_menu > ul li.active a::after,
.single_content .tab_menu > ul li a:hover::after {
border-top-color: #0060b1; }
.feature-section .commonBtn.secondaryBtn:hover,
.feature-section .commonBtn.secondaryBtn:focus {
background-color: #0060b1; }
.topbar,
.captionLink, .captionLink:hover,
.learnBtn,
.flex-control-paging li a.flex-active,
.courses_right_inner th,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
#single_banner .flex-control-paging li a.flex-active,
.single_content .tab_menu > ul li a:hover,
.single_content .tab_menu > ul li.active a,
.carousel-indicators li.active,
.price-title,
.version3 .header .navbar, .header-v3 .header .navbar,
.feature-section .commonBtn.secondaryBtn,
.cartListInner .updateArea .btn,
.cartListInner .updateArea .btn:hover {
background-color: #0060b1; }
@media (max-width: 767px) {
.header .navbar-nav li.open .dropdown-menu li a:hover,
.header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus,
.header .navbar-default .navbar-nav li.apply_now a:hover {
color: #0060b1; } } .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.caption_inner a,
.post_bottom ul li a span,
.commonBtn, .commonBtn:hover,
.cart-dropdown .shop-cart .badge,
.success-inner .owl-dots .owl-dot.active span,
.success-inner .owl-dots .owl-dot:hover span,
.cartListInner .table-responsive .table tbody tr td .close:hover,
.cartListInner .updateArea .checkBtnArea .commonBtn,
.cartListInner .updateArea .checkBtnArea .commonBtn:hover,
.checkboxArea input[type=checkbox]:not(old):checked + label span,
.checkboxArea1 input[type=checkbox]:not(old):checked + label span,
.post_section .post_bottom ul li a span,
.version2 .navbar-default .navbar-toggle:hover,
.version2 .navbar-default .navbar-toggle:focus,
.header-v2 .navbar-default .navbar-toggle:hover,
.header-v2 .navbar-default .navbar-toggle:focus {
background: #49c32c; }
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.form-control:focus,
.commonBtn, .commonBtn:hover,
.getArea,
.block_quate,
.event_calendar,
.feature-box:hover span,
.cartListInner .table-responsive .table tbody tr td .close:hover,
.cartListInner .updateArea .checkBtnArea .commonBtn,
.cartListInner .updateArea .checkBtnArea .commonBtn:hover,
.checkboxArea input[type=checkbox]:not(old):checked + label span,
.checkboxArea1 input[type=checkbox]:not(old):checked + label span,
.cooming-page.cooming-dark-page .ed-form .form-group .form-control:focus,
.version2 .navbar-default .navbar-toggle:hover,
.version2 .navbar-default .navbar-toggle:focus,
.header-v2 .navbar-default .navbar-toggle:hover,
.header-v2 .navbar-default .navbar-toggle:focus {
border-color: #49c32c; }
.list_block,
.sidebar_item,
.formArea {
border-top-color: #49c32c; }
.features ul li:hover i,
.content_top .content_left ul li:before,
.thumb_title .author_designation a,
.meta span a,
.rel_right span.date a,
.upcoming_events ul li:hover span.date,
.dropdown-category .dropdown-menu li a:hover,
.dropdown-category .dropdown-menu li.active a,
.productCaption .caption-bottom .offer-price,
.text-box:hover .text-box-icon i,
.text-box:hover .text-box-top h4 a,
.feature-box span,
.feature-box:hover span i,
.customModal .panel-footer p a,
.cartListInner .table-responsive .table tbody tr td:nth-child(3),
.totalAmountArea .cart-price,
.upcoming_events .related_post_sec.single_post:hover span.date {
color: #49c32c; }
.sbOptions a:hover,
.LanguageList .sbOptions a:hover,
.LanguageList .sbOptions a:visited,
.header-v3 .topbar-right .sbOptions a:hover,
.header-v3 .topbar-right .sbOptions a:visited {
color: #49c32c; }
.commonBtn:hover, .commonBtn:focus {
background-color: #49c32c; }
@media (min-width: 768px) {
.header .navbar-default .navbar-nav li.apply_now a {
background: #49c32c !important; }
.header .navbar-default .navbar-nav li.apply_now a:hover {
background: #49c32c !important; } }a, a:hover,
.header .navbar-default .navbar-nav li a:hover,
.header .navbar-default .navbar-nav .active a,
.header .navbar-default .navbar-nav .active a:hover,
.header .navbar-default .navbar-nav .active a:focus,
.header .navbar-nav li.open .dropdown-menu li a:hover,
.header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus,
.header .navbar-nav li.open .dropdown-menu li.active a,
.header .navbar-nav li.dropdown .dropdown-menu li.active a,
.courses_right_inner td ul li.active a,
.courses_right_inner td a:hover,
.courses_left_inner ul li a:hover,
.courses_left_inner ul li a:focus,
.courses_left_inner ul li.active a,
.item_inner a.fees,
.sidebar_item.admission .item_inner.program ul li a:hover,
.sidebar_item.admission .item_inner.program ul li.active a,
.item_inner.question a,
.fc-center h2,
.fc-event-container a.more,
ul.contact_info li .fa,
ul.contact_info li a:hover,
.error-content a,
li.language.dropdown ul.dropdown-menu li.active a,
li.language.dropdown ul.dropdown-menu li a:hover {
color: #465d72; }
.topbar,
.btn.learnBtn,
.related_post_sec a.more_post,
.pagination > li > a, .pagination > li > span,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.item_inner.slider .flex-direction-nav a,
.single_content .tab_menu > ul li a:hover,
.single_content .tab_menu > ul li.active a,
.feature-section .commonBtn.secondaryBtn,
.feature-section .commonBtn.secondaryBtn:hover,
.feature-section .commonBtn.secondaryBtn:focus,
.cartListInner .updateArea .btn,
.cartListInner .updateArea .btn:hover {
border-color: #465d72; }
.single_content .tab_menu > ul li.active a::after,
.single_content .tab_menu > ul li a:hover::after {
border-top-color: #465d72; }
.feature-section .commonBtn.secondaryBtn:hover,
.feature-section .commonBtn.secondaryBtn:focus {
background-color: #465d72; }
.topbar,
.captionLink, .captionLink:hover,
.learnBtn,
.flex-control-paging li a.flex-active,
.courses_right_inner th,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
#single_banner .flex-control-paging li a.flex-active,
.single_content .tab_menu > ul li a:hover,
.single_content .tab_menu > ul li.active a,
.carousel-indicators li.active,
.price-title,
.version3 .header .navbar, .header-v3 .header .navbar,
.feature-section .commonBtn.secondaryBtn,
.cartListInner .updateArea .btn,
.cartListInner .updateArea .btn:hover {
background-color: #465d72; }
@media (max-width: 767px) {
.header .navbar-nav li.open .dropdown-menu li a:hover,
.header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus,
.header .navbar-default .navbar-nav li.apply_now a:hover {
color: #465d72; } } .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.caption_inner a,
.post_bottom ul li a span,
.commonBtn, .commonBtn:hover,
.cart-dropdown .shop-cart .badge,
.success-inner .owl-dots .owl-dot.active span,
.success-inner .owl-dots .owl-dot:hover span,
.cartListInner .table-responsive .table tbody tr td .close:hover,
.cartListInner .updateArea .checkBtnArea .commonBtn,
.cartListInner .updateArea .checkBtnArea .commonBtn:hover,
.checkboxArea input[type=checkbox]:not(old):checked + label span,
.checkboxArea1 input[type=checkbox]:not(old):checked + label span,
.post_section .post_bottom ul li a span,
.version2 .navbar-default .navbar-toggle:hover,
.version2 .navbar-default .navbar-toggle:focus,
.header-v2 .navbar-default .navbar-toggle:hover,
.header-v2 .navbar-default .navbar-toggle:focus {
background: #16d5b8; }
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.form-control:focus,
.commonBtn, .commonBtn:hover,
.getArea,
.block_quate,
.event_calendar,
.feature-box:hover span,
.cartListInner .table-responsive .table tbody tr td .close:hover,
.cartListInner .updateArea .checkBtnArea .commonBtn,
.cartListInner .updateArea .checkBtnArea .commonBtn:hover,
.checkboxArea input[type=checkbox]:not(old):checked + label span,
.checkboxArea1 input[type=checkbox]:not(old):checked + label span,
.cooming-page.cooming-dark-page .ed-form .form-group .form-control:focus,
.version2 .navbar-default .navbar-toggle:hover,
.version2 .navbar-default .navbar-toggle:focus,
.header-v2 .navbar-default .navbar-toggle:hover,
.header-v2 .navbar-default .navbar-toggle:focus {
border-color: #16d5b8; }
.list_block,
.sidebar_item,
.formArea {
border-top-color: #16d5b8; }
.features ul li:hover i,
.content_top .content_left ul li:before,
.thumb_title .author_designation a,
.meta span a,
.rel_right span.date a,
.upcoming_events ul li:hover span.date,
.dropdown-category .dropdown-menu li a:hover,
.dropdown-category .dropdown-menu li.active a,
.productCaption .caption-bottom .offer-price,
.text-box:hover .text-box-icon i,
.text-box:hover .text-box-top h4 a,
.feature-box span,
.feature-box:hover span i,
.customModal .panel-footer p a,
.cartListInner .table-responsive .table tbody tr td:nth-child(3),
.totalAmountArea .cart-price,
.upcoming_events .related_post_sec.single_post:hover span.date {
color: #16d5b8; }
.sbOptions a:hover,
.LanguageList .sbOptions a:hover,
.LanguageList .sbOptions a:visited,
.header-v3 .topbar-right .sbOptions a:hover,
.header-v3 .topbar-right .sbOptions a:visited {
color: #16d5b8; }
.commonBtn:hover, .commonBtn:focus {
background-color: #16d5b8; }
@media (min-width: 768px) {
.header .navbar-default .navbar-nav li.apply_now a {
background: #16d5b8 !important; }
.header .navbar-default .navbar-nav li.apply_now a:hover {
background: #16d5b8 !important; } }@media (min-width: 768px){
.header .navbar-nav > li {
margin-left: 0;
}
.header .navbar-nav > li:last-child {
margin-left: 15px;
}
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
color: #fff;
text-decoration: none;
background-color: #16d5b8;
}
.list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-item:last-child {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
a.list-group-item, button.list-group-item {
color: #24b7a1;
}
.list-group-item {
position: relative;
display: block;
padding: 9px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #dddddd6e;
}
@media (min-width: 1200px){
.navbar-default .navbar-nav > li > a {
padding: 11px 15px;
}
}
.sidebar section h4 {
font-size: 17px;
margin-bottom: 15px;
text-transform: uppercase;
color: #465d72;
}
h1, h2, h3, h4 {
font-family: 'Roboto Slab', serif;
font-weight: 700;
color: #465d72;
margin: 0;
}
h1 {
text-transform: uppercase;
margin-bottom: 20px;
}
.aboutArea{
background: none;
background: #004c50;
}
.topbar{
background: #00838a;
}
.captionLink{
background: #10806f;
}
.captionLink:hover{
background: #16bba2;
}
.header .navbar-default .navbar-nav li.apply_now a:hover {
background: #00838a !important;
}
.commonBtn:hover, .commonBtn:focus {
background-color: #149682;
}
.btn.learnBtn:hover {
color: #ffffff;
background: #4c6a84;
}
.custom_content.custom h3 {
text-transform: uppercase;
margin: 0 0 18px;
}
.w-100{
width: 100%;
height:auto;
}
.single_content_left ul, .post_left_section ul{
list-style-type: circle;
margin-left: 48px;
}
.wp-block-archives-dropdown label{display:block}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{margin:0 0 1em}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;word-break:break-word;box-sizing:border-box}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*0.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*0.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*0.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:100%;flex-basis:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>:where(.wp-block-button__link),:where(.wp-block-button__link).is-style-outline{border:2px solid;padding:.667em 1.333em}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{margin-bottom:0;max-width:100%;list-style:none;padding-left:2rem}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image .block-library-cover__padding-visualizer,.wp-block-cover .block-library-cover__padding-visualizer{z-index:2}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin:0 0 1em;overflow-wrap:break-word}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__embed{margin-bottom:1em}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{margin:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{width:100%;height:100%;flex:1;-o-object-fit:cover;object-fit:cover}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image{display:flex;flex-grow:1;justify-content:center;position:relative;flex-direction:column;max-width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{margin:0;flex-direction:column;flex-grow:1}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{flex:initial;background:none;color:inherit;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-grow:1;flex-basis:100%;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-top:0;margin-bottom:auto}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{width:100%;flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin:0 0 1em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image:not(.is-style-rounded)>a,.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{display:table}.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em;float:left}.wp-block-latest-posts__featured-image.alignright{margin-left:1em;float:right}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{ direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{display:flex;align-items:center;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{color:inherit;display:block;padding:0}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;line-height:0;display:inline-block;font-size:inherit;padding:0;background-color:inherit;color:currentColor;border:none;width:.6em;height:.6em;margin-left:.25em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;width:inherit;height:inherit;margin-top:.075em}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container){background-color:inherit;color:inherit;position:absolute;z-index:2;display:flex;flex-direction:column;align-items:normal;opacity:0;transition:opacity .1s linear;visibility:hidden;width:0;height:0;overflow:hidden;left:-1px;top:100%}.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-right:0;margin-left:auto}.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{position:relative;display:flex}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-size:inherit;font-family:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;text-transform:inherit;text-align:left}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation,.wp-block-navigation .wp-block-page-list,.wp-block-navigation:where(.has-background),.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,.wp-block-navigation:where(.has-background) .wp-block-navigation__container,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content{padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation__container{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}.wp-block-navigation__responsive-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){color:inherit!important;background-color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;background-color:inherit;padding:2rem;overflow:auto;z-index:100000}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{padding-top:calc(2rem + 24px);overflow:visible;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:var(--navigation-layout-justification-setting,inherit)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{opacity:1;visibility:visible;height:auto;width:auto;overflow:initial;min-width:200px;position:static;border:none;padding-left:2rem;padding-right:2rem}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{display:flex;flex-direction:column;align-items:var(--navigation-layout-justification-setting,initial)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{color:inherit!important;background:transparent!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{right:auto;left:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:block;width:100%;position:relative;z-index:auto;background-color:inherit}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{vertical-align:middle;cursor:pointer;color:currentColor;background:transparent;border:none;margin:0;padding:0}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;top:0;right:0;z-index:2}.wp-block-navigation__responsive-close{width:100%}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{display:flex;flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);flex-wrap:var(--navigation-layout-wrap,wrap);background-color:inherit}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{margin:0}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{content:"";display:table;clear:both}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-top:.5em;margin-right:.75em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{margin-top:1em;margin-bottom:1em;display:block}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}.wp-block-post-comments input[type=submit]{border:none}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{border:none;box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block}.wp-block-post-featured-image img{max-width:100%;width:100%;height:auto;vertical-align:bottom}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center;overflow-wrap:break-word;box-sizing:border-box}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright,.wp-block-pullquote.has-text-align-left,.wp-block-pullquote.has-text-align-right{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p,.wp-block-pullquote.has-text-align-left p,.wp-block-pullquote.has-text-align-right p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template,.wp-block-query-loop{margin-top:0;margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-post-template.wp-block-post-template,.wp-block-query-loop.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal;font-size:inherit;font-family:inherit;line-height:inherit}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{min-width:1.5em;min-height:1.5em;fill:currentColor}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{padding:8px;flex-grow:1;min-width:3em;border:1px solid #949494;font-size:inherit;font-family:inherit;line-height:inherit}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border-top:1px solid;border-bottom:1px solid}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-social-links{padding-left:0;padding-right:0;text-indent:0;margin-left:0;background:none}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){margin-left:.5em;margin-right:.5em;font-size:.65em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:1.25em;height:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{margin:0 0 1em;overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit;border-style:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin:0 0 1em}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color),html :where([style*=border-width]){border-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}div.wpforms-container-full,div.wpforms-container-full .wpforms-form *{background:none;border:0 none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;float:none;font-size:100%;height:auto;letter-spacing:normal;list-style:none;outline:none;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}div.wpforms-container-full{margin-left:auto;margin-right:auto}div.wpforms-container-full .wpforms-form amp-img>img{position:absolute}div.wpforms-container-full .wpforms-form input,div.wpforms-container-full .wpforms-form label,div.wpforms-container-full .wpforms-form select,div.wpforms-container-full .wpforms-form button,div.wpforms-container-full .wpforms-form textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;background:none;height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.wpforms-container-full .wpforms-form textarea{width:100%}div.wpforms-container-full .wpforms-form ul,div.wpforms-container-full .wpforms-form ul li{background:none !important;border:0 !important;margin:0 !important;padding:0 !important;list-style:none !important}div.wpforms-container-full .wpforms-form ul li{margin-bottom:5px !important}div.wpforms-container-full .wpforms-form ul li:last-of-type{margin-bottom:0 !important}div.wpforms-container-full .wpforms-form hr{border-top:1px solid #ccc;margin:0.5em auto}.wpforms-clear:before{content:" ";display:table}.wpforms-clear:after{clear:both;content:" ";display:table}div.wpforms-container-full .wpforms-form input.wpforms-field-medium,div.wpforms-container-full .wpforms-form select.wpforms-field-medium,div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{max-width:60%}div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{height:120px}div.wpforms-container-full .wpforms-form input.wpforms-field-small,div.wpforms-container-full .wpforms-form select.wpforms-field-small,div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small{max-width:25%}div.wpforms-container-full .wpforms-form textarea.wpforms-field-small{height:70px}div.wpforms-container-full .wpforms-form input.wpforms-field-large,div.wpforms-container-full .wpforms-form select.wpforms-field-large,div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large{max-width:100%}div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{height:220px}div.wpforms-container-full .wpforms-form .wpforms-field{padding:10px 0;clear:both}div.wpforms-container-full .wpforms-form .wpforms-field-description,div.wpforms-container-full .wpforms-form .wpforms-field-limit-text{font-size:13px;line-height:1.3;margin:8px 0 0 0;word-break:break-word;word-wrap:break-word}div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description{background-color:#fff;border:1px solid #ddd;color:#444;padding:15px 15px 0;margin-top:15px;height:125px;overflow-y:scroll;overflow-x:hidden;font-size:12px}div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description p{color:#444;font-size:12px;line-height:18px;margin-bottom:15px}div.wpforms-container-full .wpforms-form .wpforms-field-description-before,div.wpforms-container-full .wpforms-form .wpforms-field-description.before{margin:0 0 8px 0}div.wpforms-container-full .wpforms-form .wpforms-field-label{display:block;font-weight:700;font-size:16px;float:none;line-height:1.3;margin:0 0 4px 0;padding:0;word-break:break-word;word-wrap:break-word}div.wpforms-container-full .wpforms-form .wpforms-field-sublabel{display:block;font-size:13px;float:none;font-weight:400;line-height:1.3;margin:4px 0 0;padding:0}div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before{margin:0 0 4px 0}div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{display:inline;vertical-align:baseline;font-size:16px;font-weight:400;line-height:1.3}div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide,div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide{position:absolute;top:-99999px;left:-99999px}div.wpforms-container-full .wpforms-form .wpforms-required-label{color:#ff0000;font-weight:400}div.wpforms-container-full .wpforms-form .wpforms-field-row{margin-bottom:8px;position:relative}div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type{margin-bottom:0}div.wpforms-container-full .wpforms-form .wpforms-field-row:before{content:" ";display:table}div.wpforms-container-full .wpforms-form .wpforms-field-row:after{clear:both;content:" ";display:table}div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-one-half:only-child{margin-left:0}div.wpforms-container-full .wpforms-form .wpforms-five-sixths,div.wpforms-container-full .wpforms-form .wpforms-four-sixths,div.wpforms-container-full .wpforms-form .wpforms-four-fifths,div.wpforms-container-full .wpforms-form .wpforms-one-fifth,div.wpforms-container-full .wpforms-form .wpforms-one-fourth,div.wpforms-container-full .wpforms-form .wpforms-one-half,div.wpforms-container-full .wpforms-form .wpforms-one-sixth,div.wpforms-container-full .wpforms-form .wpforms-one-third,div.wpforms-container-full .wpforms-form .wpforms-three-fourths,div.wpforms-container-full .wpforms-form .wpforms-three-fifths,div.wpforms-container-full .wpforms-form .wpforms-three-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-fourths,div.wpforms-container-full .wpforms-form .wpforms-two-fifths,div.wpforms-container-full .wpforms-form .wpforms-two-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-thirds{float:left;margin-left:4%;clear:none}div.wpforms-container-full .wpforms-form .wpforms-one-half,div.wpforms-container-full .wpforms-form .wpforms-three-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-fourths{width:48%}div.wpforms-container-full .wpforms-form .wpforms-one-third,div.wpforms-container-full .wpforms-form .wpforms-two-sixths{width:30.6666666667%}div.wpforms-container-full .wpforms-form .wpforms-four-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-thirds{width:65.3333333333%}div.wpforms-container-full .wpforms-form .wpforms-one-fourth{width:22%}div.wpforms-container-full .wpforms-form .wpforms-three-fourths{width:74%}div.wpforms-container-full .wpforms-form .wpforms-one-fifth{width:16.8%}div.wpforms-container-full .wpforms-form .wpforms-two-fifths{width:37.6%}div.wpforms-container-full .wpforms-form .wpforms-three-fifths{width:58.4%}div.wpforms-container-full .wpforms-form .wpforms-four-fifths{width:79.2%}div.wpforms-container-full .wpforms-form .wpforms-one-sixth{width:13.3333333333%}div.wpforms-container-full .wpforms-form .wpforms-five-sixths{width:82.6666666667%}div.wpforms-container-full .wpforms-form .wpforms-first{clear:both !important;margin-left:0 !important}div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul,div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul,div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul,div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul,div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul{display:-ms-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li{width:50%;display:block;padding-right:26px !important}div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li{width:33.3333%;display:block;padding-right:26px !important}div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li{display:inline-block;vertical-align:top;margin-right:20px !important}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half{float:left;width:48%;clear:both}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half{float:right;width:48%;clear:none}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third{float:left;width:30.666666667%;clear:both}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third{float:left;width:30.666666667%;margin-left:4%;clear:none}div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third{float:right;width:30.666666667%;clear:none}div.wpforms-container-full .wpforms-form div.wpforms-last{float:right !important;margin-right:0 !important;clear:none}div.wpforms-container-full.inline-fields{overflow:hidden}div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container{display:table;width:calc(100% - 160px);float:left}div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field{display:table-cell;padding-right:2%;vertical-align:top}div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container{float:right;width:160px;clear:none}div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit{display:block;width:100%}div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium,div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium,div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium{max-width:100%}div.wpforms-container-full .wpforms-form input[type=date],div.wpforms-container-full .wpforms-form input[type=datetime],div.wpforms-container-full .wpforms-form input[type=datetime-local],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form input[type=month],div.wpforms-container-full .wpforms-form input[type=number],div.wpforms-container-full .wpforms-form input[type=password],div.wpforms-container-full .wpforms-form input[type=range],div.wpforms-container-full .wpforms-form input[type=search],div.wpforms-container-full .wpforms-form input[type=tel],div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=time],div.wpforms-container-full .wpforms-form input[type=url],div.wpforms-container-full .wpforms-form input[type=week],div.wpforms-container-full .wpforms-form select,div.wpforms-container-full .wpforms-form textarea{background-color:#fff;box-sizing:border-box;border-radius:2px;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:block;float:none;font-size:16px;border:1px solid #ccc;padding:6px 10px;height:38px;width:100%;line-height:1.3}div.wpforms-container-full .wpforms-form input[type=checkbox],div.wpforms-container-full .wpforms-form input[type=radio]{border:1px solid #ccc;background-color:#fff;width:14px;height:14px;margin:0 10px 0 3px;display:inline-block;vertical-align:baseline}div.wpforms-container-full .wpforms-form input[type=radio]{border-radius:50%}div.wpforms-container-full .wpforms-form select{max-width:100%;text-transform:none;white-space:nowrap}div.wpforms-container-full .wpforms-form select[multiple]{height:auto;overflow-y:scroll;background-image:none}div.wpforms-container-full .wpforms-form input[type=submit],div.wpforms-container-full .wpforms-form button[type=submit],div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#eee;border:1px solid #ddd;color:#333;font-size:1em;padding:10px 15px}div.wpforms-container-full .wpforms-form .wpforms-page-button{font-size:0.9em;font-weight:400;margin:0 5px;min-width:90px;text-align:center}div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:focus,div.wpforms-container-full .wpforms-form input[type=submit]:active,div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form button[type=submit]:focus,div.wpforms-container-full .wpforms-form button[type=submit]:active,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:active,div.wpforms-container-full .wpforms-form .wpforms-page-button:focus{background-color:#ddd;border:1px solid #ccc;cursor:pointer}div.wpforms-container-full .wpforms-form input[type=submit]:disabled,div.wpforms-container-full .wpforms-form button[type=submit]:disabled,div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled{background-color:#eee;border:1px solid #ddd;cursor:default;opacity:0.5}div.wpforms-container-full .wpforms-form input:focus,div.wpforms-container-full .wpforms-form textarea:focus,div.wpforms-container-full .wpforms-form select:focus,div.wpforms-container-full .wpforms-form .is-focused .choices__inner,div.wpforms-container-full .wpforms-form .is-open .choices__inner,div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown{border:1px solid #999;box-shadow:none}div.wpforms-container-full .wpforms-form input:disabled,div.wpforms-container-full .wpforms-form textarea:disabled,div.wpforms-container-full .wpforms-form select:disabled{background-color:#f9f9f9;border-color:#ddd;color:#999;cursor:not-allowed}div.wpforms-container-full .wpforms-form .wpforms-error-container,div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript{color:#990000}div.wpforms-container-full .wpforms-form label.wpforms-error{display:block;color:#990000;font-size:12px;float:none;cursor:default}div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner{border:1px solid #cc0000}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration label.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error{display:none !important}div.wpforms-container-full .wpforms-form .wpforms-error-alert{color:#b94a48;background-color:#f2dede;border:1px solid #eed3d7;text-shadow:0 1px 0 rgba(255,255,255,0.5);padding:10px 15px;font-size:13px;margin:0 0 10px 0}.wpforms-confirmation-container-full,div[submit-success]>.wpforms-confirmation-container-full{color:#333;margin:0 auto 24px;padding:15px 15px}.wpforms-confirmation-container-full,div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){background:#e0ffc7;border:1px solid #b4d39b}.wpforms-confirmation-container-full p:last-of-type,div[submit-success]>.wpforms-confirmation-container-full p:last-of-type{margin:0}.amp-form-submit-success .wpforms-field-container,.amp-form-submit-success .wpforms-submit-container{display:none}div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container{padding:10px 0 20px 0;clear:both}div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe{width:100%;max-width:100%}div.wpforms-container-full .wpforms-form .wpforms-title{font-size:26px;margin:0 0 10px 0}div.wpforms-container-full .wpforms-form .wpforms-description{margin:0 0 10px 0}div.wpforms-container-full .wpforms-form .wpforms-submit-container{padding:10px 0 0 0;clear:both;position:relative}div.wpforms-container-full .wpforms-form .wpforms-submit-spinner{margin-left:0.5em;display:inline-block;vertical-align:middle;max-width:26px}div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center{text-align:center}div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left{text-align:left}div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button{margin:0 10px 0 0}div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right{text-align:right}div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right .wpforms-page-button{margin:0 0 0 10px}div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev{float:left;margin:0}div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next{float:right;margin:0}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number{margin-right:100px}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code{position:absolute;right:0;top:0;width:90px}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name{margin-right:170px}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration{position:absolute;right:0;top:0;width:160px}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select{width:45%;float:left;display:block}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration span{float:left;width:10%;text-align:center;line-height:38px}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]{-webkit-appearance:none;appearance:none;height:10px;background:#fff;border:1px solid #CCC;border-radius:5px;outline:none;padding:0;margin:10px 0 5px}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-track{color:transparent}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:17px;height:17px;background:#B5B5B5;cursor:pointer;border-radius:100%}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb{width:17px;height:17px;background:#B5B5B5;cursor:pointer;border-radius:100%}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb{width:17px;height:17px;background:#B5B5B5;cursor:pointer;border-radius:100%}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint{font-size:13px}div.wpforms-container-full .wpforms-form .wpforms-field-stripe-credit-card-cardnumber,div.wpforms-container-full .wpforms-form input.wpforms-stripe-credit-card-hidden-input{background-color:#fff;box-sizing:border-box;border-radius:2px;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:block;float:none;font-size:16px;border:1px solid #ccc;padding:8px 10px;height:38px;width:100%;line-height:1.3}div.wpforms-container-full .wpforms-form .wpforms-stripe-element-invalid{border:1px solid #cc0000 !important}div.wpforms-container-full .wpforms-form .wpforms-field-html ul,div.wpforms-container-full .wpforms-form .wpforms-field-html ol{margin:0 0 20px !important}div.wpforms-container-full .wpforms-form .wpforms-field-html ul li,div.wpforms-container-full .wpforms-form .wpforms-field-html ol li{margin:0 0 5px 0 !important}div.wpforms-container-full .wpforms-form .wpforms-field-html ul li{list-style:disc !important}div.wpforms-container-full .wpforms-form .wpforms-field-html ol li{list-style:decimal !important}div.wpforms-container-full .wpforms-form .wpforms-field-html li>ul,div.wpforms-container-full .wpforms-form .wpforms-field-html li>ol{margin:6px 0 0 20px !important}div.wpforms-container-full .wpforms-field-date-time-date-sep{display:inline-block;padding:0 5px}div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-year,div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-day,div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-month{display:inline-block;width:auto}div.wpforms-container-full .wpforms-datepicker-wrap{position:relative}div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear{position:absolute;background-image:url(//www.asmel.com/wp-content/plugins/wpforms-lite/assets/images/times-solid-white.svg);background-position:50% 50%;background-repeat:no-repeat;background-color:#cccccc;background-size:8px;width:16px;height:16px;cursor:pointer;display:block;border-radius:50%;right:10px;top:50%;margin-top:-8px;transition:all 0.3s}div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover{background-color:red}div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-small+.wpforms-datepicker-clear{right:calc( 75% + 10px)}div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-medium+.wpforms-datepicker-clear{right:calc( 40% + 10px)}div.wpforms-container-full .wpforms-form .wpforms-captcha-math input{display:inline-block;width:70px;vertical-align:inherit;margin:0 0 0 5px}div.wpforms-container-full .wpforms-form .wpforms-captcha-equation{font-size:16px}div.wpforms-container-full .wpforms-form .wpforms-captcha-question{margin:0 0 4px 0}div.wpforms-container-full .wpforms-form .wpforms-field-rating-item{padding-right:6px}div.wpforms-container-full .wpforms-form .wpforms-field-rating svg{cursor:pointer;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;opacity:0.60}div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg,div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg,div.wpforms-container-full .wpforms-form .wpforms-field-rating-item input:focus+svg{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:1}div.wpforms-field-file-upload .wpforms-hide{display:none !important}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern{border:2px dashed rgba(0,0,0,0.1);background:rgba(0,0,0,0.02);padding:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-with-files{padding:5px;flex-direction:row;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern svg{height:50px;width:50px;color:#e27730}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-title{font-weight:bold}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-hint{color:rgba(0,0,0,0.1)}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-highlighted{border-color:#e27730}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-text{display:flex;align-items:center;justify-content:center;flex-direction:column}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block{width:100px;height:100px;border:1px solid rgba(0,0,0,0.1);background:#fff;background-size:cover !important;margin:5px;position:relative;display:flex;align-items:center;justify-content:center;cursor:default}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block:hover .wpforms-overlay{opacity:1}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.5);opacity:0}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close{position:absolute;right:5px;top:5px;cursor:pointer;display:block;width:18px;height:18px}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-title{position:absolute;font-size:12px;color:#fff;top:25px;bottom:10px;left:5px;right:5px;overflow-y:auto;line-height:16px}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left,div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right{height:18px;width:1px;background:#fff;position:absolute;display:block;z-index:1;right:9px}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right{-webkit-transform:rotate(45deg);transform:rotate(45deg)}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block svg{height:25px;width:25px;color:rgba(0,0,0,0.1)}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-progress{height:5px;width:0;position:absolute;bottom:0;left:0;background:#e27730;transition:all 0.5s}div.wpforms-field-file-upload .wpforms-file-upload-builder-modern input[type="file"]{display:none}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label:not(.wpforms-error){cursor:pointer;position:relative}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label input{top:50%}div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li{margin:5px 5px 5px 5px !important}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img{display:inline-block;margin:0 auto;max-width:100%}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error){background-color:#fff;display:block;margin:0 auto;border:1px solid #fff;border-radius:3px;padding:20px 20px 18px 20px;transition:all 0.5s;text-align:center}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus{border:1px solid #ddd}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label{box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after{content:"\2714";font-size:22px;line-height:32px;color:#fff;background:green;opacity:0;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;width:32px;height:32px;border-radius:50%;transition:all 0.5s}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after{opacity:1}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image{display:block;position:relative}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label{font-weight:700}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label{display:block;margin-top:12px}div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-classic li{margin:0 10px 10px 0 !important}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic img{display:inline-block;margin:0 auto;max-width:100%}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error){background-color:#fff;display:block;margin:0 auto;border:2px solid #fff;padding:10px;text-align:center}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):hover,div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):focus{border-color:#ddd}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-image{display:block}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected label{border-color:#666 !important}div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label{display:block;margin-top:8px}div.wpforms-container-full .wpforms-form .wpforms-page-indicator{margin:0 0 20px 0;overflow:hidden}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;padding:15px 10px}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page{float:left;margin:0 20px 0 0}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type{margin:0}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{height:40px;width:40px;border-radius:50%;display:inline-block;margin:0 10px 0 0;line-height:40px;text-align:center;background-color:#ddd;color:#666}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number{color:#fff}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page{float:left;text-align:center;font-size:16px;line-height:1.2}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number{display:block;text-indent:-9999px;height:6px;background-color:#ddd;margin:0 0 16px 0;position:relative}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle{position:absolute;top:100%;left:50%;width:0;height:0;margin-left:-5px;border-style:solid;border-width:6px 5px 0 5px;border-color:transparent transparent transparent transparent}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title{display:inline-block;padding:0 15px;font-size:16px}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress{font-size:18px}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap{display:block;width:100%;background-color:#ddd;height:18px;border-radius:10px;overflow:hidden;position:relative;margin:5px 0 0}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress{height:18px;position:absolute;left:0;top:0}div.wpforms-container-full .wpforms-form .wpforms-field-select select>option{color:inherit}div.wpforms-container-full .wpforms-form .wpforms-field-select select>option.placeholder,div.wpforms-container-full .wpforms-form .wpforms-field-select select>option[disabled]{color:inherit;opacity:0.5}div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select{padding-left:6px}div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple]{padding:0}div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple]>option{padding:10px;box-shadow:0 1px 0 0 rgba(0,0,0,0.1)}div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple]>option.placeholder,div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple]>option[disabled]{box-shadow:0 1px 0 0 rgba(0,0,0,0.2)}div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple]>option:checked{background-color:lightgrey}div.wpforms-container-full .wpforms-form .choices{font-size:16px;color:#333}div.wpforms-container-full .wpforms-form .choices .choices__list--single{font-size:1em;line-height:normal}div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__inner,div.wpforms-container-full .wpforms-form .choices.is-open .choices__list--dropdown{border-radius:0 0 2px 2px}div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown,div.wpforms-container-full .wpforms-form .choices.is-open .choices__inner{border-radius:2px 2px 0 0}div.wpforms-container-full .wpforms-form .choices .choices__inner{min-height:38px;border-radius:2px}div.wpforms-container-full .wpforms-form .choices input.choices__input{display:inline-block;height:auto;line-height:1.3}div.wpforms-container-full .wpforms-form .choices ::-webkit-input-placeholder{color:inherit;opacity:0.5}div.wpforms-container-full .wpforms-form .choices ::-moz-placeholder{color:inherit;opacity:0.5}div.wpforms-container-full .wpforms-form .choices :-ms-input-placeholder{color:inherit;opacity:0.5}div.wpforms-container-full .wpforms-notice{background-color:#fff;border:1px solid #ddd;border-left-width:12px;color:#333;font-size:16px;line-height:1.5;margin-bottom:30px;padding:20px 36px 20px 26px;position:relative}div.wpforms-container-full .wpforms-notice .wpforms-delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;height:20px;margin:0;padding:0;outline:none;vertical-align:top;width:20px;position:absolute;right:10px;top:10px}div.wpforms-container-full .wpforms-notice .wpforms-delete:before,div.wpforms-container-full .wpforms-notice .wpforms-delete:after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}div.wpforms-container-full .wpforms-notice .wpforms-delete:before{height:2px;width:50%}div.wpforms-container-full .wpforms-notice .wpforms-delete:after{height:50%;width:2px}div.wpforms-container-full .wpforms-notice .wpforms-delete:hover,div.wpforms-container-full .wpforms-notice .wpforms-delete:focus{background-color:rgba(10,10,10,0.3)}div.wpforms-container-full .wpforms-notice a{text-decoration:underline}div.wpforms-container-full .wpforms-notice p{margin:0 0 20px 0}div.wpforms-container-full .wpforms-notice p:last-of-type{margin-bottom:0}div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-info{border-color:#3273dc}div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-success{border-color:#23d160}div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-warning{border-color:#ffdd57}div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-error{border-color:#ff3860}div.wpforms-container-full .wpforms-notice .wpforms-notice-actions{margin-top:20px}div.wpforms-container-full .wpforms-notice .wpforms-notice-action{border:2px solid;margin-right:20px;padding:5px;text-decoration:none}div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active{color:#fff}div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active{background-color:#3273dc}div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active{background-color:#23d160}div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active{background-color:#ffdd57;color:inherit}div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active{background-color:#ff3860}div.wpforms-container-full .wpforms-form textarea.wpforms-field-small.wp-editor-area{height:100px}div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium.wp-editor-area{height:250px}div.wpforms-container-full .wpforms-form textarea.wpforms-field-large.wp-editor-area{height:400px}.wpforms-preview-notice-links{line-height:2.4}div.wpforms-container-full{margin-bottom:24px}div.wpforms-container-full .wpforms-form h3{font-size:24px}div.wpforms-container-full .wpforms-form .wpforms-field-hp{display:none !important;position:absolute !important;left:-9000px !important}div.wpforms-container-full .wpforms-form .wpforms-field-hidden{display:none;padding:0}div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element{position:absolute !important;clip:rect(0, 0, 0, 0) !important;height:1px !important;width:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;word-wrap:normal !important}div.wpforms-container-full .wpforms-form .wpforms-limit-text{font-size:13px;display:block}body.rtl .wpforms-field-phone input[type=tel]{direction:ltr;unicode-bidi:embed;text-align:right}body.rtl .wpforms-container-full .wpforms-form .wpforms-first{float:right}body.rtl .wpforms-container-full .wpforms-form .wpforms-first+.wpforms-one-half{margin-right:4%;margin-left:0}@media only screen and (max-width: 600px){div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container,div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field{display:block;width:100%}div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container{width:100%}div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern){overflow-x:hidden}div.wpforms-container-full .wpforms-form .wpforms-field>*{max-width:100%}div.wpforms-container-full .wpforms-form .wpforms-mobile-full{width:100%;margin-left:0;float:none}div.wpforms-container-full .wpforms-form input.wpforms-field-medium,div.wpforms-container-full .wpforms-form select.wpforms-field-medium,div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,div.wpforms-container-full .wpforms-form input.wpforms-field-small,div.wpforms-container-full .wpforms-form select.wpforms-field-small,div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,div.wpforms-container-full .wpforms-form input.wpforms-field-large,div.wpforms-container-full .wpforms-form select.wpforms-field-large,div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large{max-width:100%}div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li{float:none;width:100%}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page{margin:0 10px 0 0}div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{width:30px;height:30px;line-height:30px}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]{margin:20px 0 15px}div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb{width:30px;height:30px}}